@import url("https://fonts.googleapis.com/css2?family=Kanit&amp;family=Rajdhani");body {
  background-color: #000000 !important;
}
body .header {
  background-color: #000000 !important;
}
.hero__wrapper > .hero__content span {
  color: #ffffff;
  font-family: Kanit !important;
  font-size: 68px;
  font-weight: 900;
  text-transform: capitalize;
}
.container .hero__content p {
  font-family: Rajdhani !important;
  color: #ffffff;
  font-size: 28px;
  line-height: 26.8px;
}
.container .modal__title > p {
  text-align: center;
  color: #ffffff;
  font-family: Kanit !important;
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: -20px !important;
  line-height: 27.8px;
  border-radius: 100px 100px 100px 100px;
}
.container h1 {
  font-family: Kanit !important;
  color: #ffffff;
  font-size: 62px;
  text-transform: capitalize;
}
.page-site > #hero-top .hero__form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 380px;
  border-radius: 22px;
  /* Стеклянный эффект */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  /* Текст и шрифт */
  font-family: 'Chakra Petch', sans-serif;
  color: #e0f7ff;
  letter-spacing: 0.3px;
  padding-top: 15px;
}
@media screen and (min-width: 1025px) {
  .page-site > #hero-top .hero__form {
    padding: 15px 20px 28px 20px;
  }
}
.page-site > #hero-top .hero__form input {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}
/* Фокус - обычное состояние */
.page-site > #hero-top .hero__form input:focus {
  background: rgba(255, 255, 255, 0.25);
  border-color: #80f9f4;
  box-shadow: 0 0 8px rgba(128, 249, 244, 0.45);
}
/* ОШИБКА - красное состояние (приоритет выше!) */
.page-site > #hero-top .hero__form input.error,
.page-site > #hero-top .hero__form input:invalid:not(:focus):not(:placeholder-shown) {
  background: rgba(255, 0, 0, 0.15) !important;
  border-color: rgba(230, 0, 0, 0.8) !important;
  box-shadow: 0 0 10px rgba(230, 0, 0, 0.5) !important;
}
/* УСПЕХ - зеленое состояние (только если НЕТ ошибки) */
.page-site > #hero-top .hero__form input:valid:not(:placeholder-shown):not(.error) {
  background: rgba(0, 255, 100, 0.1);
  border-color: rgba(0, 255, 100, 0.6);
  box-shadow: 0 0 8px rgba(0, 255, 100, 0.4);
}
/* НЕ показывать зеленый , если есть класс error */
.page-site > #hero-top .hero__form input.error:valid {
  background: rgba(255, 0, 0, 0.15) !important;
  border-color: rgba(230, 0, 0, 0.8) !important;
  box-shadow: 0 0 10px rgba(230, 0, 0, 0.5) !important;
}
/* Текст ошибки */
.hero__form .error-message {
  color: #e60000;
  font-weight: 600;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}
.hero__wrapper .form__row {
  color: #ffffff;
}
#hero-form-1 a {
  color: #ff2845 !important;
}
#hero-form-1 > label > input {
  background-color: #ffffff !important;
  border-color: #ff0909 !important;
}
#hero-form-1 .selected-dial-code {
  color: #ff0909;
  font-weight: 600;
}
/* Ссылки навигации в шапке */
.header__wrapper .nav > li > a {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  color: #fff !important;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  font-family: Rajdhani;
  font-size: 20px;
}
/* Подчёркивание при наведении */
.header__wrapper .nav > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #FF4D4D, #FF4D4D);
  transition: width 0.4s ease;
}
/* Эффект при наведении */
.header__wrapper .nav > li > a:hover {
  color: #80f9f4;
  text-shadow: 0 0 8px rgba(50, 149, 250, 0.6);
}
/* Анимация линии */
.header__wrapper .nav > li > a:hover::after {
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 12px 34px;
  background: radial-gradient(circle at center, #ff3300 0%, #1a0000 100%);
  color: #fff0e8;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 0, 0.4);
  box-shadow: 0 0 25px rgba(255, 70, 0, 0.35), inset 0 0 12px rgba(255, 50, 0, 0.5);
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
  border-color: #ff4d4d;
}
.btn:hover {
  background: radial-gradient(circle at center, #ff5500 0%, #2a0000 100%);
  box-shadow: 0 0 35px rgba(255, 100, 0, 0.6), inset 0 0 20px rgba(255, 120, 0, 0.7);
  transform: scale(1.04);
}
/* Hover — мягкое свечение и лёгкий залив */
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a:hover {
  background: rgba(128, 249, 244, 0.1);
  box-shadow: 0 0 20px rgba(128, 249, 244, 0.45);
  color: #ffffff;
  transform: translateY(-2px);
}
/* Hover — лёгкая подсветка и свечение */
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a:hover {
  background: rgba(255, 77, 77, 0.1);
  color: #fff5f5;
  box-shadow: 0 0 20px rgba(255, 77, 77, 0.45);
  transform: translateY(-2px);
}
/* Hover — лёгкая подсветка и свечение */
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a:hover {
  background: rgba(255, 77, 77, 0.1);
  color: #fff5f5;
  box-shadow: 0 0 20px rgba(255, 77, 77, 0.45);
  transform: translateY(-2px);
}
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a {
  display: inline-block;
  padding: 8px 20px;
  background: transparent;
  color: #ffffff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #ff4d4d;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 77, 77, 0.25);
}
/* hover */
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a:hover {
  background: rgba(255, 77, 77, 0.12);
  box-shadow: 0 0 15px rgba(255, 77, 77, 0.45);
  color: #fff;
  transform: translateY(-2px);
}
#hero-form-1 > button {
  border-radius: 100px 100px 100px 100px;
}
#hero-top > div > div > div:nth-child(1) > div > h1 > strong {
  color: #ff0909;
}
#page-site > header > div:nth-child(2) {
  background-color: rgba(0, 49, 196, 0.4);
}
#page-site > header > div:nth-child(3) > div > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a {
  color: #ffffff !important;
}
body .header__timer > div {
  font-family: Rajdhani !important;
  font-size: 20px !important;
}
body .modal__body {
  background-color: #000000;
  color: #ffffff;
  /* Стеклянный эффект */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  /* Текст и шрифт */
  font-family: 'Chakra Petch', sans-serif;
  color: #e0f7ff;
  letter-spacing: 0.3px;
  padding-top: 15px;
  border-radius: 21px 21px 21px 21px;
}
.page-site > #hero-top .hero__form input {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}
.modal .modal__title {
  text-align: center;
  text-transform: uppercase;
  font-family: Kanit !important;
}
#form-modal a {
  color: #ff2845;
}
.promo-bottom__content .form__row {
  color: #000000;
}
.form__input.error,
.form__input.valid {
  color: #fff;
}
#hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
  margin-bottom: -44px !important;
  line-height: 66.8px;
}
#hero-top > div > div > div:nth-child(1) > div > p:nth-child(2) {
  font-size: 26px;
}
#hero-top > div > div > div:nth-child(1) > div > p:nth-child(3) {
  font-size: 26px;
}
#page-site > header > div:nth-child(2) > div > strong > span {
  color: #ff4d4d !important;
  font-weight: 900;
}
#seo-id-1 h2 {
  font-family: Kanit !important;
}
#seo-id-1 > div > div > div:nth-child(2) > img {
  font-size: 18px;
  border-radius: 15px 15px 15px 15px;
}
.text-right strong > span {
  color: #E51514 !important;
}
.container h2 > span {
  color: #e51514;
}
.seo__wrapper p > strong {
  color: #E51514 !important;
}
.seo__wrapper .custom-table {
  width: 100%;
  max-height: 300px;
  background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0px 0px 100px 0px rgba(68, 0, 0, 0.54);
  border-collapse: collapse;
}
.custom-table thead {
  background: linear-gradient(135deg, rgba(183, 29, 55, 0.15), rgba(0, 46, 190, 0.1));
  border-bottom: 2px solid #b71d37;
}
.custom-table th {
  padding: 16px 20px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.custom-table th:last-child {
  text-align: right;
}
.custom-table tbody tr {
  border-bottom: 1px solid #b71d37;
  transition: background 0.2s ease;
}
.custom-table tbody tr:hover {
  background: rgba(183, 29, 55, 0.1);
}
.custom-table tbody tr:last-child {
  border-bottom: none;
}
.custom-table td {
  padding: 16px 20px;
  vertical-align: middle;
}
.investor-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
  color: #fff;
}
.investor-desc {
  font-size: 12px;
  color: #999;
}
.accuracy-cell {
  text-align: right;
  min-width: 200px;
}
.accuracy-label {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 8px;
}
.progress-bar {
  width: 100%;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  border-radius: 10px;
}
.progress-fill.ai {
  width: 92%;
  background: linear-gradient(90deg, #b71d37, #ff3333);
  box-shadow: 0 0 10px rgba(183, 29, 55, 0.6);
}
.progress-fill.analyst {
  width: 65%;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}
.progress-fill.average {
  width: 50%;
  background: linear-gradient(90deg, #6b7280, #4b5563);
}
.custom-table thead {
  background: linear-gradient(135deg, rgba(183, 29, 55, 0.15), rgba(0, 46, 190, 0.1));
  border-bottom: 2px solid #b71d37;
}
.custom-table th {
  padding: 16px 20px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.custom-table th:last-child {
  text-align: right;
}
.custom-table tbody tr {
  border-bottom: 1px solid #b71d37;
  transition: background 0.2s ease;
}
.custom-table tbody tr:hover {
  background: rgba(183, 29, 55, 0.1);
}
.custom-table tbody tr:last-child {
  border-bottom: none;
}
.custom-table td {
  padding: 16px 20px;
  vertical-align: middle;
}
.investor-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
  color: #fff;
}
.investor-desc {
  font-size: 12px;
  color: #999;
}
.accuracy-cell {
  text-align: right;
  min-width: 200px;
}
.accuracy-label {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 8px;
}
.progress-bar {
  width: 100%;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  border-radius: 10px;
}
.progress-fill.ai {
  width: 92%;
  background: linear-gradient(90deg, #b71d37, #ff3333);
  box-shadow: 0 0 10px rgba(183, 29, 55, 0.6);
}
.progress-fill.analyst {
  width: 65%;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}
.progress-fill.average {
  width: 50%;
  background: linear-gradient(90deg, #6b7280, #4b5563);
}
.custom-table thead {
  background: linear-gradient(135deg, rgba(183, 29, 55, 0.15), rgba(0, 46, 190, 0.1));
  border-bottom: 2px solid #b71d37;
}
.custom-table th {
  padding: 16px 20px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.custom-table th:last-child {
  text-align: right;
}
.custom-table tbody tr {
  border-bottom: 1px solid #b71d37;
  transition: background 0.2s ease;
}
.custom-table tbody tr:hover {
  background: rgba(183, 29, 55, 0.1);
}
.custom-table tbody tr:last-child {
  border-bottom: none;
}
.custom-table td {
  padding: 16px 20px;
  vertical-align: middle;
}
.investor-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
  color: #fff;
}
.investor-desc {
  font-size: 12px;
  color: #999;
}
.accuracy-cell {
  text-align: right;
  min-width: 200px;
}
.accuracy-label {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #fff;
  margin-bottom: 8px;
}
.progress-bar {
  width: 100%;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  border-radius: 10px;
}
.progress-fill.ai {
  width: 92%;
  background: linear-gradient(90deg, #b71d37, #ff3333);
  box-shadow: 0 0 10px rgba(183, 29, 55, 0.6);
}
.progress-fill.analyst {
  width: 65%;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}
.progress-fill.average {
  width: 50%;
  background: linear-gradient(90deg, #6b7280, #4b5563);
}
.table-scroll-wrapper tr > td {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #000000;
}
#seo-id-2 > div > div > div > div:nth-child(2) > div > table > thead > tr > th:nth-child(2) {
  text-align: left;
}
#seo-id-2 > div > div > div > div:nth-child(2) > div > table > tbody > tr:nth-child(1) > td:nth-child(2) {
  font-family: Kanit !important;
  color: #e51514;
}
#seo-id-2 > div > div > div > div:nth-child(2) > div > table > tbody > tr:nth-child(2) > td:nth-child(2) {
  font-family: Kanit !important;
  color: #e51514;
}
#seo-id-2 > div > div > div > div:nth-child(2) > div > table > tbody > tr:nth-child(3) > td:nth-child(2) {
  font-family: Kanit !important;
  color: #e51514;
}
#seo-id-2 > div > div > div > div:nth-child(2) > div > table {
  border-radius: 15px 15px 15px 15px;
}
.table-scroll-wrapper th {
  background-color: #000000 !important;
}
.container .table-scroll-wrapper {
  border-width: 0px;
  border-style: solid;
}
.container .seo__text-wrap h2 {
  font-family: Kanit !important;
}
#seo-id-3 h2 {
  font-family: Kanit !important;
}
.page-site > #cards-id-1 h3 {
  text-align: center;
  font-family: Kanit !important;
  color: #e2171b;
  text-transform: uppercase;
}
body #cards-id-1 > .container .card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55), 0 0 20px rgba(229, 21, 20, 0.25);
  transform: translateY(-6px);
}
body #cards-id-1 > .container .card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55), 0 0 20px rgba(229, 21, 20, 0.25);
  transform: translateY(-6px);
}
body #seo-id-2 {
  background-image: none;
}
.cards--more:not(.no-slider) .cards__wrapper.columns--3 .cards-block {
  background: radial-gradient(circle at 20% 30%, rgba(229, 21, 20, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(0, 46, 190, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(168, 85, 247, 0.06) 0%, transparent 70%);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(229, 21, 20, 0.14);
  border-radius: 15px 15px 15px 15px;
}
#cards-id-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #180a09 0%, transparent 40%), radial-gradient(circle at 80% 85%, rgba(0, 46, 190, 0.5) 0%, transparent 35%), radial-gradient(circle at 50% 50%, rgba(168, 85, 247, 0.4) 0%, transparent 40%);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
#cards-id-1 > * {
  position: relative;
  z-index: 1;
}
#cards-id-1 > div > a {
  display: flex;
  padding: 8px 20px;
  background: transparent;
  color: #ffffff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #ff4d4d;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 77, 77, 0.25);
  margin-top: 50px !important;
  margin-bottom: 40px !important;
}
#cards-id-1 > div > div:nth-child(3) > p:nth-child(1) {
  font-family: Kanit !important;
}
#cards-id-1 > div > div:nth-child(3) > p:nth-child(2) {
  font-family: Kanit !important;
}
#cards-id-1 > div > div:nth-child(3) {
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.15), rgba(0, 46, 190, 0.15));
  border: 1px solid rgba(168, 85, 247, 0.25);
  border-radius: 14px;
  padding: 25px 30px;
  text-align: center;
  color: #f2f2f2;
  box-shadow: 0 0 25px rgba(168, 85, 247, 0.1);
}
#company h2 > span {
  color: #ffffff;
  font-family: Kanit !important;
}
.page-site > #company .seo__text {
  color: #000000;
}
body #company {
  background-color: #170f1e !important;
}
#company p {
  color: #ffffff;
}
#company::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, transparent 0%, #160f21 100%);
  pointer-events: none;
}
#company {
  position: relative;
  background-color: #160f21;
}
#company h2 {
  color: #ffffff;
}
#company > div > div > div:nth-child(1) > h2 {
  font-family: Kanit !important;
}
#cards-id-3 > div > div:nth-child(1) {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.15), rgba(0, 46, 190, 0.15));
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 25px rgba(168, 85, 247, 0.1);
}
body #cards-id-3 {
  padding-top: 0px !important;
}
#cards-id-2 > div > div > div.cards-block.columns--default.defailt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(20, 20, 20, 0.6) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  padding-bottom: 41.89728px !important;
}
#cards-id-3 > div > div.cards__wrapper.default-card.image-top.columns--2 > div.cards-block.columns--default.defailt {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #171866;
}
#cards-id-3 .cards-block > .cards-block__title {
  font-family: Kanit;
}
#seo-id-5 h2 {
  font-family: Kanit;
}
#seo-id-5 > div > div > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#seo-id-5 > div > div > div:nth-child(2) > img {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(23, 24, 102, 0.45);
  border-radius: 20px 20px 20px 20px;
}
#slider-id-1 > a {
  display: flex;
  padding: 8px 20px;
  background: transparent;
  color: #ffffff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #ff4d4d;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 77, 77, 0.25);
  margin-top: 50px !important;
  margin-bottom: 40px !important;
}
#slider-id-1 > div:nth-child(2) > p {
  text-align: center;
}
#calc-type-two > div.calc-type__left > div.calc-type__field.field-invest > div.field-invest__input {
  color: #282424;
}
#calc-type-two > div.calc-type__left > div.calc-type__field.field-time > div.calc-type__field--title {
  color: #282424;
}
#calc-type-two > div:nth-child(2) {
  color: #171866;
  background-color: #00154e !important;
}
#calculator-id > div > div:nth-child(1) > h2 {
  font-family: Kanit;
  text-align: center;
}
#calculator-id > div > div:nth-child(1) > p > strong {
  font-family: Rajdhani !important;
}
#calculator-id > div > div:nth-child(1) > p {
  text-align: center;
}
#slider-id-1 > div:nth-child(2) > p > strong {
  font-family: Rajdhani !important;
}
#cards-id-3 p > strong {
  font-family: Rajdhani !important;
  line-height: 34.2px;
}
.page-site > #slider-id-1 strong {
  font-size: 25px !important;
}
#cards-id-3 > div > div:nth-child(1) > p:nth-child(1) {
  font-family: Kanit !important;
}
#cards-id-3 > div > div:nth-child(1) > p:nth-child(2) > strong {
  font-family: Kanit !important;
}
#cards-id-3 > div > div:nth-child(1) > p:nth-child(1) > strong {
  font-family: Kanit !important;
}
#steps-id-1 > div > div:nth-child(1) > h2 > span {
  color: #ffffff;
  font-family: Kanit;
}
#steps-id-1 h2 > span {
  font-family: Kanit;
}
#steps-id-1 > div > div:nth-child(1) > h2 {
  text-align: center;
  font-family: Kanit !important;
}
.steps-columns .steps-item .steps-item__title {
  font-family: Kanit !important;
}
.steps-columns::before {
  content: "";
  position: absolute;
  background: linear-gradient(to left, transparent 0%, var(--accent-color) 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
  height: 2px;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.steps-item__image img {
  border-radius: 100px 100px 100px 100px;
  border-width: 2px;
  border-style: solid;
  border-color: #0001ff;
  box-shadow: 0px 0px 48px 3px #0001ff;
}
#cards-id-4 > div > a {
  display: flex;
  padding: 8px 20px;
  background: transparent;
  color: #ffffff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #ff4d4d;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 77, 77, 0.25);
  margin-top: 50px;
}
.page-site > #cards-id-4 .sec__top > p {
  text-align: center;
}
div.cards__wrapper.default-card.image-top.columns--2 > div.cards-block.columns--default.defailt {
  background: linear-gradient(180deg, rgba(6, 9, 28, 0.9) 0%, rgba(0, 0, 0, 0.95) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(229, 21, 20, 0.15);
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 4px 20px rgba(6, 9, 28, 0.5);
  transition: all 0.3s ease;
}
div.cards__wrapper.default-card.image-top.columns--2 > div.cards-block.columns--default.defailt:hover {
  background: linear-gradient(180deg, rgba(10, 13, 40, 0.95) 0%, rgba(6, 9, 28, 0.98) 100%);
  border-color: rgba(229, 21, 20, 0.4);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.7), 0 0 40px rgba(229, 21, 20, 0.2);
  transform: translateY(-6px);
}
div.cards__wrapper.default-card.image-top.columns--2 > div.cards-block.columns--default.defailt {
  background: linear-gradient(180deg, #06091c 0%, #000000 100%);
  border: 1px solid rgba(229, 21, 20, 0.2);
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 0 20px rgba(229, 21, 20, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
div.cards__wrapper.default-card.image-top.columns--2 > div.cards-block.columns--default.defailt:hover {
  background: linear-gradient(180deg, #0a0d28 0%, #06091c 100%);
  border-color: rgba(229, 21, 20, 0.5);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7), 0 0 40px rgba(229, 21, 20, 0.3), inset 0 0 30px rgba(229, 21, 20, 0.05);
  transform: translateY(-4px);
}
#cards-id-4 > div > div.sec__top > p > span > strong {
  font-family: Kanit;
}
#cards-id-4 .sec__top > p > strong {
  font-family: Kanit;
  color: #e2171b;
}
body #cards-id-4 {
  font-size: 18px;
  padding-top: 0px !important;
}
#cards-id-4 > div > div:nth-child(1) > p:nth-child(2) > strong {
  font-size: 25px;
}
#cards-id-4 > div > div:nth-child(1) > p:nth-child(1) > span > strong {
  font-size: 27px;
}
.page-site > #seo-id-6 h2 {
  text-align: center;
}
body #seo-id-6 > .container {
  padding: 20px;
  background-color: #050539;
  border-radius: 15px 15px 15px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #0001ff;
}
.page-site > #cards-id-5 h2 {
  text-align: center;
}
.page-site > #cards-id-5 .cards-block {
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 1, 255, 0.28);
  border-radius: 15px 15px 15px 15px;
}
/* Стеклянная форма для #hero-form-2 */
#hero-id-2 #hero-form-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 380px;
  border-radius: 22px;
  /* Стеклянный эффект */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  /* Текст и шрифт */
  font-family: 'Chakra Petch', sans-serif;
  color: #e0f7ff;
  letter-spacing: 0.3px;
  padding: 15px 20px 28px 20px;
}
/* Инпуты формы */
#hero-id-2 #hero-form-2 input {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}
/* Фокус */
#hero-id-2 #hero-form-2 input:focus {
  background: rgba(255, 255, 255, 0.25);
  border-color: #80f9f4;
  box-shadow: 0 0 8px rgba(128, 249, 244, 0.45);
}
/* ОШИБКА */
#hero-id-2 #hero-form-2 input.error,
#hero-id-2 #hero-form-2 input:invalid:not(:focus):not(:placeholder-shown) {
  background: rgba(255, 0, 0, 0.15) !important;
  border-color: rgba(230, 0, 0, 0.8) !important;
  box-shadow: 0 0 10px rgba(230, 0, 0, 0.5) !important;
}
/* УСПЕХ */
#hero-id-2 #hero-form-2 input:valid:not(:placeholder-shown):not(.error) {
  background: rgba(0, 255, 100, 0.1);
  border-color: rgba(0, 255, 100, 0.6);
  box-shadow: 0 0 8px rgba(0, 255, 100, 0.4);
}
/* Текст ошибки */
#hero-id-2 #hero-form-2 .error-message {
  color: #e60000;
  font-weight: 600;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}
/* Чекбокс и текст */
#hero-id-2 #hero-form-2 .form__row {
  color: #ffffff;
}
/* Ссылки */
#hero-id-2 #hero-form-2 a {
  color: #ff2845 !important;
}
/* Кнопка submit */
#hero-id-2 #hero-form-2 button {
  border-radius: 100px;
  background: radial-gradient(circle at center, #ff3300 0%, #1a0000 100%);
  color: #fff0e8;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #ff4d4d;
  box-shadow: 0 0 25px rgba(255, 70, 0, 0.35), inset 0 0 12px rgba(255, 50, 0, 0.5);
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 12px 34px;
}
#hero-id-2 #hero-form-2 button:hover {
  background: radial-gradient(circle at center, #ff5500 0%, #2a0000 100%);
  box-shadow: 0 0 35px rgba(255, 100, 0, 0.6), inset 0 0 20px rgba(255, 120, 0, 0.7);
  transform: scale(1.04);
}
/* Телефонный инпут */
#hero-id-2 #hero-form-2 .selected-dial-code {
  color: #ff0909;
  font-weight: 600;
}
#hero-id-2 > div > div > div:nth-child(2) > div > p {
  margin-right: 70px;
  padding-bottom: 20px !important;
}
.hero__wrapper > .hero__content p > span {
  font-family: Rajdhani !important;
  color: #ffffff;
  font-size: 28px;
  line-height: 26.8px;
}
.hero__text strong > span {
  font-family: Rajdhani !important;
  color: #ffffff;
  font-size: 28px;
  line-height: 26.8px;
}
#hero-id-2 > div > div > div:nth-child(1) > div > p > span > strong > span {
  font-family: Rajdhani !important;
  color: #ffffff;
  font-size: 28px;
  line-height: 26.8px;
}
#hero-form-2 > label > input {
  background-color: #f4f7f4 !important;
}
.page-site > #faq-id-1 h2 {
  text-align: center;
}
#рукщ > div > div > div:nth-child(1) > div > p > span > strong > span {
  font-family: Rajdhani !important;
  font-size: 28px;
  line-height: 26.8px;
  color: #e51514 !important;
}
#hero-id-2 #hero-form-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 380px;
  border-radius: 22px;
  /* Стеклянный эффект */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  /* Текст и шрифт */
  font-family: 'Chakra Petch', sans-serif;
  color: #e0f7ff;
  letter-spacing: 0.3px;
  padding: 15px 20px 28px 20px;
}
/* Инпуты формы */
#hero-id-2 #hero-form-2 input {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}
/* Фокус */
#hero-id-2 #hero-form-2 input:focus {
  background: rgba(255, 255, 255, 0.25);
  border-color: #80f9f4;
  box-shadow: 0 0 8px rgba(128, 249, 244, 0.45);
}
/* ОШИБКА */
#hero-id-2 #hero-form-2 input.error,
#hero-id-2 #hero-form-2 input:invalid:not(:focus):not(:placeholder-shown) {
  background: rgba(255, 0, 0, 0.15) !important;
  border-color: rgba(230, 0, 0, 0.8) !important;
  box-shadow: 0 0 10px rgba(230, 0, 0, 0.5) !important;
}
/* УСПЕХ */
#hero-id-2 #hero-form-2 input:valid:not(:placeholder-shown):not(.error) {
  background: rgba(0, 255, 100, 0.1);
  border-color: rgba(0, 255, 100, 0.6);
  box-shadow: 0 0 8px rgba(0, 255, 100, 0.4);
}
/* Текст ошибки */
#hero-id-2 #hero-form-2 .error-message {
  color: #e60000;
  font-weight: 600;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}
/* Чекбокс и текст */
#hero-id-2 #hero-form-2 .form__row {
  color: #ffffff;
}
/* Ссылки */
#hero-id-2 #hero-form-2 a {
  color: #ff2845 !important;
}
/* Кнопка submit */
#hero-id-2 #hero-form-2 button {
  border-radius: 100px;
  background: radial-gradient(circle at center, #ff3300 0%, #1a0000 100%);
  color: #fff0e8;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #ff4d4d;
  box-shadow: 0 0 25px rgba(255, 70, 0, 0.35), inset 0 0 12px rgba(255, 50, 0, 0.5);
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 12px 34px;
}
#hero-id-2 #hero-form-2 button:hover {
  background: radial-gradient(circle at center, #ff5500 0%, #2a0000 100%);
  box-shadow: 0 0 35px rgba(255, 100, 0, 0.6), inset 0 0 20px rgba(255, 120, 0, 0.7);
  transform: scale(1.04);
}
/* Телефонный инпут */
#hero-id-2 #hero-form-2 .selected-dial-code {
  color: #ff0909;
  font-weight: 600;
}
.page-template-templatespage-builder-php #seo-id-1 > div > div > div > h1 {
  color: #e51514 !important;
}
.page-template-templatespage-builder-php #seo-id-1 {
  color: #ffffff;
}
.page-template-templatespage-builder-php #seo-id-2 > div > div > div:nth-child(2) > img {
  border-radius: 15px 15px 15px 15px !important;
}
.page-template-templatespage-builder-php #seo-id-3 > div > div > div:nth-child(2) > img {
  border-radius: 15px 15px 15px 15px !important;
}
.page-template-templatespage-contact-php .contact {
  background-color: #000000;
}
.page-template-templatespage-contact-php .contact .contact__form--title {
  font-family: Kanit !important;
  color: #ffffff;
  font-size: 34px;
  text-transform: capitalize;
  text-align: center;
  line-height: 39.4px !important;
}
.page-template-templatespage-contact-php .page-site .contact__text {
  color: #ffffff;
}
.page-template-templatespage-contact-php #contactform > button {
  display: inline-block;
  padding: 8px 20px;
  background: transparent;
  color: #ffffff;
  font-family: '' 44, sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #ff4d4d;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 77, 77, 0.25);
}
.page-id-2254 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
  font-size: 20px !important;
}
.page-id-2254 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
  font-size: 20px !important;
}
.page-id-2254 #hero-top > div > div > div:nth-child(1) > div > h1 {
  font-size: 63px !important;
}
.page-id-2254 .hero__content p span {
  font-size: 28px !important;
}
.page-id-2254 #hero-id-2 > div > div > div:nth-child(1) > div > p {
  color: #ffffff !important;
}
.page-id-2254 #hero-id-2 > div > div > div:nth-child(1) > div > h2 > span {
  font-size: 38px !important;
}
.page-id-2270 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
  line-height: 23.8px;
  padding-top: 35px !important;
  margin-bottom: -15px !important;
}
.page-id-2274 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
  font-size: 24px !important;
}
.page-id-2274 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
  font-size: 24px !important;
  line-height: 28px;
  padding-top: 27px;
  margin-bottom: -10px !important;
}
.hero__content p span {
  font-size: 28px !important;
}
.text-section h1 > strong {
  color: #ffffff;
}
.page-template-default .text-section h1 > strong {
  color: #000000 !important;
}
.page-template-default .page-site h1 {
  color: #000000 !important;
}
@media screen and (max-width: 1200px) {
  body .hero__wrapper {
    display: flex;
    flex-direction: column;
  }
  .container h1 {
    text-align: center;
    font-size: 46px;
  }
  .container .hero__content p {
    text-align: center;
  }
  .container .desktop-hidden {
    padding-left: 0px;
  }
  .header__btn svg {
    padding-left: 0px;
  }
  #page-site > header > div:nth-child(3) > div > div:nth-child(3) > a > svg {
    margin-left: -11px;
    margin-top: -2px;
  }
  .table-scroll-wrapper tr > td {
    padding-top: 7px;
  }
  #seo-id-2 > div > div > div > div:nth-child(2) {
    margin-right: 3px;
  }
  #company h2 {
    text-align: center;
  }
  #seo-id-3 h2 {
    text-align: center;
  }
  #seo-id-1 h2 {
    text-align: center;
  }
  .hero__wrapper h2 > span {
    font-size: 42px !important;
  }
  #hero-id-2 > div > div > div:nth-child(1) > div > h2 > span > span {
    font-size: 42px !important;
  }
  #hero-id-2 > div > div > div:nth-child(1) > div > h2 {
    text-align: center;
  }
  .page-site > #hero-id-2 .hero__form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .modal__title > p {
    margin-right: 0px !important;
    font-size: 23px;
  }
  .page-id-1146 #seo-id-2 h2 {
    text-align: center;
  }
  .page-id-2254 #hero-top > div > div > div:nth-child(1) > div > h1 {
    font-size: 51px !important;
  }
  .page-id-2254 #hero-id-2 .hero__content p {
    font-size: 30px !important;
  }
  .page-id-2270 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
    font-size: 20px;
  }
  .page-id-2270 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 20px !important;
  }
  .page-id-2270 .page-site > #hero-top .hero__form {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 720px) {
  .page-site > #hero-top .hero__form {
    padding: 20px;
    padding-top: 15px;
  }
  .hero__wrapper #hero-form-1 p {
    line-height: 11.68px;
  }
  #hero-form-1 > label > p > span {
    font-size: 11px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p {
    font-size: 19.5px;
  }
  .container .modal__title > p {
    font-size: 24.5px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
    font-size: 28.5px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 28.5px !important;
    margin-bottom: -33px !important;
  }
  #hero-top > div > div > div:nth-child(1) > div > p {
    font-size: 29.2px !important;
  }
  body #seo-id-2 > .container {
    padding-right: 40px;
  }
  #cards-id-2 > div > div > div.cards-block.columns--default.defailt {
    margin-top: 16.053px;
  }
  .page-site > #cards-id-2 .cards-block {
    padding-top: 17.2279px !important;
  }
  .hero__wrapper h2 > span {
    font-size: 26px !important;
  }
  #hero-id-2 > div > div > div:nth-child(1) > div > h2 > span > span {
    font-size: 26px !important;
  }
  .hero__wrapper #hero-form-2 p {
    line-height: 14.68px !important;
  }
  body #seo-id-6 > .container {
    margin-left: 5px;
    margin-right: 5px;
  }
  .page-id-2254 #hero-top > div > div > div:nth-child(1) > div > h1 {
    font-size: 35px !important;
  }
  .page-id-2254 #hero-top > div > div > div:nth-child(1) > div > p:nth-child(2) {
    font-size: 26.2px !important;
  }
  .page-id-2254 #hero-top > div > div > div:nth-child(1) > div > p:nth-child(3) {
    font-size: 27.2px !important;
  }
  .page-id-2254 #hero-id-2 > div > div > div:nth-child(1) > div > p {
    font-size: 23px !important;
  }
  .page-id-2254 #hero-id-2 > div > div > div:nth-child(1) > div > h2 > span {
    font-size: 26.6px !important;
  }
  .page-id-2254 #hero-id-2 > div > div > div:nth-child(1) > div > p > strong > span {
    font-size: 23px !important;
  }
  .page-id-2270 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
    font-size: 20px !important;
  }
  .page-id-2270 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 20px !important;
  }
  .hero__content p span {
    font-size: 16.2px !important;
  }
}
@media screen and (max-width: 480px) {
  .container > .hero__wrapper p {
    margin-bottom: -20px !important;
  }
  .page-site > #hero-top .hero__form {
    padding-bottom: 30px;
  }
  #hero-top > div > div > div:nth-child(1) > div > h1 {
    font-size: 37px !important;
  }
  #hero-top > div > div > div:nth-child(1) > div > p {
    font-size: 23.2px !important;
    line-height: 21.8px !important;
  }
  #hero-top > div > div > div:nth-child(1) > div > p:nth-child(2) {
    margin-bottom: 15px !important;
  }
  .table-scroll-wrapper tr > td {
    font-size: 15px;
  }
  .page-id-2254 #hero-top > div > div > div:nth-child(1) > div > h1 {
    font-size: 26px !important;
  }
  .page-id-2254 #hero-top > div > div > div:nth-child(1) > div > p:nth-child(2) {
    font-size: 22px !important;
  }
  .page-id-2254 #hero-top > div > div > div:nth-child(1) > div > p:nth-child(3) {
    font-size: 22px !important;
  }
  .page-id-2254 #hero-id-2 > div > div > div:nth-child(2) > div > p {
    font-size: 20.5px !important;
    line-height: 22.8px;
  }
  .page-id-2274 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
    font-size: 22px !important;
  }
  .page-id-2274 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 390px) {
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    line-height: 61.8px !important;
    font-size: 24.5px !important;
    margin-bottom: -10px !important;
  }
  .container .modal__title > p {
    line-height: 46.8px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
    font-size: 24.5px !important;
    line-height: 26.8px !important;
  }
  #hero-top .modal__title {
    margin-bottom: 0px !important;
  }
  #hero-top > div > div > div:nth-child(1) > div > h1 {
    font-size: 30px !important;
  }
  #hero-top > div > div > div:nth-child(1) > div > p {
    font-size: 21.2px !important;
    line-height: 21.8px !important;
  }
  #hero-id-2 > div > div > div:nth-child(2) > div > p {
    line-height: 24.8px !important;
  }
  .page-id-2254 #hero-id-2 > div > div > div:nth-child(2) > div > p {
    font-size: 18.5px !important;
  }
  .page-id-2270 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    line-height: 26.8px !important;
    margin-bottom: 5px !important;
    font-size: 18px !important;
  }
  .page-id-2270 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
    font-size: 18px !important;
  }
  .page-id-2274 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    line-height: 26.8px !important;
    margin-bottom: -1px !important;
  }
}
@media screen and (max-width: 370px) {
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
    font-size: 21.5px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 21.5px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    margin-bottom: -29px !important;
  }
  .hero__wrapper #hero-form-2 p {
    line-height: 16.68px !important;
  }
  .page-id-2270 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
    font-size: 17px !important;
  }
  .page-id-2270 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 17px !important;
  }
  .page-id-2274 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
    font-size: 20px !important;
  }
  .page-id-2274 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 350px) {
  .hero__wrapper #hero-form-2 p {
    line-height: 15.68px !important;
  }
  .page-id-2270 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
    font-size: 16px !important;
  }
  .page-id-2270 #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 2000px) {
  .page-site > #cards-id-2 .cards-block {
    display: flex;
    flex-direction: row;
  }
  #cards-id-2 > div > div > div.cards-block.columns--default.defailt > div.cards-block__image {
    width: 230px;
    min-width: 75%;
    max-width: 75%;
    margin-right: -100px !important;
    margin-left: -115px !important;
  }
  #cards-id-2 > div > div > div.cards-block.columns--default.defailt {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 1200px) {
  .steps-columns .steps-item__label::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--accent-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
  }
}
