@font-face {
  font-family: Open Sans;
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: Open Sans;
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Chakra Petch;
  src: url(../fonts/ChakraPetch-Regular.ttf);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: Chakra Petch;
  src: url(../fonts/ChakraPetch-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}
body .header__timer {
  background-color: #1c394c;
}
.container .modal__title > p {
  text-align: center;
  font-family: Chakra Petch;
}
.hero__wrapper .form__row {
  color: rgba(128, 249, 244, 0.45);
  font-family: Chakra Petch !important;
}
body {
  color: #111827;
  background-color: #000000 !important;
}
body .header {
  background-color: #000000 !important;
}
body .header__wrapper {
  margin-top: 10px !important;
}
.page-site > #hero-top .hero__form {
  /* Стеклянная карточка без сдвигов */
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(135deg, rgba(128, 249, 244, 0.1), rgba(0, 0, 0, 0.35));
  backdrop-filter: blur(14px) saturate(170%);
  -webkit-backdrop-filter: blur(14px) saturate(170%);
  outline: 1px solid rgba(128, 249, 244, 0.25);
  /* вместо border — не меняет размеры */
  border-radius: 18px;
  /* можно оставить как у тебя */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), 0 0 22px rgba(128, 249, 244, 0.18);
  /* не трогаем width/height/margin/padding */
  padding: 25px;
}
/* Мягкое «свечение» при ховере — без transform */
.page-site > #hero-top .hero__form:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55), 0 0 28px rgba(128, 249, 244, 0.25);
}
/* Поля формы — только визуал , без изменения размеров */
.page-site > #hero-top .hero__form input,
.page-site > #hero-top .hero__form select,
.page-site > #hero-top .hero__form textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(128, 249, 244, 0.22);
  border-radius: 12px;
  color: #eaf9f8;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.page-site > #hero-top .hero__form input:focus,
.page-site > #hero-top .hero__form select:focus,
.page-site > #hero-top .hero__form textarea:focus {
  background: rgba(128, 249, 244, 0.14);
  border-color: #80f9f4;
}
/* Кнопка — без translate , только тень/градиент */
.page-site > #hero-top .hero__form button {
  background: linear-gradient(90deg, #80f9f4, #4fd3cf);
  color: #0b1224;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(128, 249, 244, 0.3);
  transition: box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
}
.page-site > #hero-top .hero__form button:hover {
  box-shadow: 0 6px 18px rgba(128, 249, 244, 0.45);
  filter: brightness(1.03);
}
.page-site > #hero-top .hero__form button:active {
  filter: brightness(0.98);
}
/* На всякий — уважаем снижение анимаций */
#hero-form-1 > label > input {
  background-color: #fffafa !important;
}
#hero-form-1 a {
  color: #00d4ff;
}
#hero-form-1 .selected-dial-code {
  color: #00d4ff;
  font-weight: 900;
}
.container h1 {
  font-family: Chakra Petch;
  font-size: 56px !important;
  font-weight: 900 !important;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.header__wrapper .nav > li > a {
  font-family: Teko;
  color: #80f9f4;
  font-size: 25px;
}
.container .hero__content p {
  font-family: Chakra Petch;
  font-size: 25px;
}
.container > .hero__wrapper .btn {
  font-family: Chakra Petch;
  font-size: 18px;
  text-transform: none;
}
body .header__timer > div {
  font-family: "Chakra Petch";
  font-weight: 900;
}
.hero__form > #hero-form-1 > .checkbox span {
  font-family: "Chakra Petch" !important;
}
/* Мягкое внутреннее свечение при наведении */
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a:hover {
  background: rgba(128, 249, 244, 0.08);
  box-shadow: 0 0 10px rgba(128, 249, 244, 0.45), inset 0 0 6px rgba(128, 249, 244, 0.4);
  color: #bffdfa;
}
/* Фокус с клавиатуры */
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a:focus-visible {
  outline: none;
  box-shadow: 0 0 10px rgba(128, 249, 244, 0.75), inset 0 0 5px rgba(128, 249, 244, 0.4);
}
#hero-top > div > div:nth-child(2) > div:nth-child(2) {
  margin-right: -5px !important;
}
#hero-top
  > div
  > div:nth-child(2)
  > div:nth-child(2)
  #page-site
  > header
  > div:nth-child(3)
  > div
  > div:nth-child(3)
  > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 2px solid #80f9f4;
  border-radius: 10px;
  background: transparent;
  color: #80f9f4;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
#hero-top
  > div
  > div:nth-child(2)
  > div:nth-child(2)
  #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 12px rgba(128, 249, 244, 0.4);
  color: #a8fff9;
}
#hero-top
  > div
  > div:nth-child(2)
  > div:nth-child(2)
  #page-site
  > header
  > div:nth-child(3)
  > div
  > div:nth-child(3)
  > a:active {
  background: rgba(128, 249, 244, 0.2);
}
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 2px solid #80f9f4;
  border-radius: 10px;
  background: transparent;
  color: #80f9f4;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
#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 12px rgba(128, 249, 244, 0.4);
  color: #a8fff9;
}
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a:active {
  background: rgba(128, 249, 244, 0.2);
}
#hero-top > div > div:nth-child(1) > p > img {
  border-width: 3px 0px 0px !important;
}
button:hover,
a.button:hover {
  background: linear-gradient(90deg, #7af5f0, #32d3cc);
  box-shadow: 0 6px 18px rgba(122, 245, 240, 0.5);
  filter: brightness(1.1);
}
/* hover — лёгкое свечение и осветление */
.btn:hover {
  filter: brightness(1.05);
  box-shadow: 0 6px 18px rgba(128, 249, 244, 0.45);
}
/* active — небольшое затемнение */
.btn:active {
  filter: brightness(0.95);
}
/* focus — аккуратная подсветка */
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #0b1224, 0 0 0 6px rgba(128, 249, 244, 0.6);
}
/* disabled — серое состояние */
.btn:disabled,
.btn[aria-disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}
/* вариант с обводкой */
.btn--outline {
  background: transparent;
  color: #80f9f4;
  border: 2px solid #80f9f4;
  box-shadow: none;
}
.btn--outline:hover {
  background: rgba(128, 249, 244, 0.1);
  box-shadow: 0 0 12px rgba(128, 249, 244, 0.4);
}
body #hero-top > .container {
  display: block;
  margin-top: -100px !important;
}
#hero-top > div > div:nth-child(1) > p > img {
  margin-top: 0px !important;
}
#hero-top > div > div:nth-child(1) > p > img .container .hero__content p {
  text-align: center;
}
#hero-top > div > div:nth-child(1) > p > img #hero-top > div > div:nth-child(2) > div:nth-child(1) > div > p {
  font-size: 20px;
}
#hero-top > div > div:nth-child(1) > p > img .container .desktop-hidden {
  margin-right: 7px !important;
}
#hero-top > div > div:nth-child(1) > p > img .container .modal__title > p {
  font-size: 22px;
}
/* 1) Исправляем «неправильное» вложение — переносим стили ссылки наружу */
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 2px solid #80f9f4;
  border-radius: 10px;
  background: transparent;
  color: #80f9f4;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
#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 12px rgba(128, 249, 244, 0.4);
  color: #a8fff9;
}
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a:active {
  background: rgba(128, 249, 244, 0.2);
}
/* 2) Центровка изображения без костылей (работает везде) */
#hero-top .sec__top > p {
  margin: 0;
  display: flex;
  /* центруем содержимое */
  justify-content: center;
}
#hero-top .sec__top > p > img,
#hero-top > div > div:nth-child(1) > p > img {
  height: 300px;
  /* как просил */
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  float: none !important;
  /* на случай , если тема навесила float */
}
/* 3) Негативный отступ только на десктопе */
/* 4) Мобила: ничего не двигаем — только центрируем контейнеры */
#hero-top .alignnone {
  /* Контейнер , чтобы картинка могла выравниваться */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* чтобы при "cover" края обрезались */
  border-bottom-style: solid;
  border-top-width: 2px;
  border-top-style: solid;
  padding-top: 0px !important;
}
/* Картинка */
#hero-top > div > div:nth-child(1) > p > img {
  /* можно подогнать под форму */
  /* пусть растягивается на ширину */
  object-fit: cover;
  /* обрезает края , не деформируя */
  object-position: center;
  /* центр кадра */
  border: none;
  display: block;
  border-bottom-width: 3px !important;
  border-bottom-style: solid;
  border-bottom-color: rgba(128, 249, 244, 0.22);
  max-width: 100%;
  min-width: 100%;
  margin-top: 100px !important;
  height: 250.33px;
}
.page-site .header__timer span {
  color: #00d4ff;
  background-color: rgba(0, 0, 0, 0);
}
#hero-top > div > div:nth-child(2) > div:nth-child(1) > div > h1 {
  background: linear-gradient(to right, #7af5f0 0%, #8cebe8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 34px;
  padding-bottom: 7px;
}
#page-site > header > div:nth-child(2) > div > span {
  color: rgba(128, 249, 244, 0.6);
}
body .modal__body {
  /* Стеклянная карточка без сдвигов */
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(135deg, rgba(128, 249, 244, 0.1), rgba(0, 0, 0, 0.35));
  backdrop-filter: blur(14px) saturate(170%);
  -webkit-backdrop-filter: blur(14px) saturate(170%);
  outline: 1px solid rgba(128, 249, 244, 0.25);
  border-radius: 25px 25px 25px 25px;
}
.modal .modal__title {
  color: #ffffff;
  text-align: center;
  font-family: Chakra Petch;
  font-size: 30px;
  line-height: 38px;
}
.promo-bottom__form > #form-modal > .checkbox span {
  color: #fdfffd;
}
#form-modal a {
  color: #00d4ff !important;
}
#form-modal > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border: none;
  border-radius: 12px;
  font-family: "Chakra Petch", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #0b1224;
  background: linear-gradient(90deg, #7af5f0, #32d3cc);
  box-shadow: 0 0 20px rgba(122, 245, 240, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-form:hover {
  background: linear-gradient(90deg, #8affff, #3be8d1);
  box-shadow: 0 0 30px rgba(122, 245, 240, 0.6);
  transform: translateY(-2px);
}
.btn-form:active {
  transform: translateY(0);
  box-shadow: 0 0 15px rgba(122, 245, 240, 0.3);
}
#seo-id-1 h2 {
  font-family: Chakra Petch;
}
body #seo-id-1 {
  padding-top: 45px !important;
}
#seo-id-2 > div > div > div > h2 {
  font-family: Chakra Petch !important;
}
#seo-id-1 > div > div > div:nth-child(2) > img {
  border-width: 1px;
  border-style: solid;
  border-color: #0d0d0d;
  border-radius: 25px 25px 25px 25px;
}
.container h2 > span {
  font-family: Chakra Petch;
}
#seo-id-2 > div > div > div:nth-child(2) > img {
  width: 95%;
}
#hero-top > div > div:nth-child(2) > div:nth-child(1) > div {
  margin-left: 0px !important;
}
#hero-top > div > div:nth-child(2) {
  margin-top: 0px !important;
}
.hero__wrapper #hero-form-1 p {
  font-size: 9px;
}
#hero-top > div > div:nth-child(1) > p {
  border-bottom-color: rgba(128, 249, 244, 0.17) !important;
  border-bottom-width: 2.625px !important;
}
body #hero-top {
  margin-top: 0px !important;
}
#seo-id-3 > div > div > div:nth-child(2) > img {
  border-radius: 25px 25px 25px 25px;
}
.form__submit:hover {
  filter: brightness(1.06);
  box-shadow: 0 0 28px rgba(122, 245, 240, 0.55);
  transform: translateY(-1px);
}
.form__submit:active {
  transform: translateY(0);
  box-shadow: 0 0 16px rgba(122, 245, 240, 0.35);
}
.form__submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(122, 245, 240, 0.35), 0 0 20px rgba(122, 245, 240, 0.45);
}
/* disabled / loading */
.form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: saturate(0.8);
}
.form__submit:hover {
  filter: brightness(1.06);
  box-shadow: 0 0 28px rgba(122, 245, 240, 0.55);
  transform: translateY(-1px);
}
.form__submit:active {
  transform: translateY(0);
  box-shadow: 0 0 16px rgba(122, 245, 240, 0.35);
}
.form__submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(122, 245, 240, 0.35), 0 0 20px rgba(122, 245, 240, 0.45);
}
/* disabled / loading */
.form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: saturate(0.8);
}
#seo-id-3 > div > div:nth-child(2) > p {
  text-align: center;
}
/* если хочешь совсем компактную */
.form__submit.--sm {
  max-width: 260px;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 10px;
}
/* На мобильных можно вернуть на всю ширину */
#seo-id-3 > div > a {
  background: linear-gradient(90deg, #7af5f0, #32d3cc);
  color: #0b1224;
  border: none;
  border-radius: 12px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(122, 245, 240, 0.35);
  transition: all 0.3s ease;
  margin-top: 50px;
}
.form__submit:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 25px rgba(122, 245, 240, 0.55);
}
.form__submit:active {
  filter: brightness(0.95);
  box-shadow: 0 0 15px rgba(122, 245, 240, 0.3);
}
#page-site > header > div:nth-child(3) > div > div:nth-child(2) > ul:nth-child(1) {
  margin-right: 100px;
}
#cards-id-1 > div > div.cards__wrapper.default-card.image-top.columns--3 > div.cards-block.columns--default.defailt {
  background-color: #000000;
}
#cards-id-1
  > div
  > div.cards__wrapper.default-card.image-top.columns--3
  > div.cards-block.columns--default.defailt
  > h4
  > span
  > img {
  border-width: 2px;
  border-style: solid;
  border-color: #70eeea;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
#cards-id-1 > div > div:nth-child(1) > h3 {
  text-align: center;
}
/* Карточка */
.page-site > #cards-id-1 .cards-block .card {
  position: relative;
  padding: 26px 28px;
  background: var(--card-bg);
  border-radius: 10px;
  border: 1px solid var(--card-border);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}
/* Левый акцент (тонкая полоса) */
.page-site > #cards-id-1 .cards-block .card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(180deg, var(--accent), rgba(128, 249, 244, 0.2));
  opacity: 0.6;
  transition: opacity 0.25s ease;
}
/* Ховер/фокус: без сдвигов , только подсветка */
.page-site > #cards-id-1 .cards-block .card:hover,
.page-site > #cards-id-1 .cards-block .card:focus-within {
  border-color: var(--card-border-strong);
  box-shadow: 0 0 0 1px var(--card-border-strong) inset, 0 0 24px var(--card-glow);
}
.page-site > #cards-id-1 .cards-block .card:hover::before,
.page-site > #cards-id-1 .cards-block .card:focus-within::before {
  opacity: 1;
}
/* Иконка слева от заголовка */
.page-site > #cards-id-1 .cards-block .card .card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--card-border);
  margin-right: 12px;
}
.page-site > #cards-id-1 .cards-block .card .card__icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--accent);
  fill: none;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  transition: filter 0.25s ease, stroke 0.25s ease, border-color 0.25s ease;
}
.page-site > #cards-id-1 .cards-block .card:hover .card__icon,
.page-site > #cards-id-1 .cards-block .card:focus-within .card__icon {
  border-color: var(--card-border-strong);
}
.page-site > #cards-id-1 .cards-block .card:hover .card__icon svg,
.page-site > #cards-id-1 .cards-block .card:focus-within .card__icon svg {
  filter: drop-shadow(0 0 8px var(--card-glow));
  stroke: var(--accent);
}
/* Текст */
.page-site > #cards-id-1 .cards-block .card .card__title {
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
}
.page-site > #cards-id-1 .cards-block .card .card__desc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
/* Сетка на узких экранах */
/* Уважение к prefers-reduced-motion */
body #seo-id-4 {
  padding-bottom: 0px !important;
}
.page-site > #cards-id-1 .cards-block {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(122, 245, 240, 0.45);
}
.page-site > #seo-id-4 h2 {
  text-align: center;
}
.page-site > #steps-id-1 h2 {
  text-align: center;
  font-family: Chakra Petch;
}
#steps-id-1 span {
  text-align: center !important;
  font-family: Chakra Petch;
}
#steps-id-1 > div > div:nth-child(1) > p > span {
  text-align: center !important;
}
#steps-id-1 > div > div:nth-child(1) > p {
  text-align: center !important;
}
#steps-id-1 > div > a {
  background: linear-gradient(90deg, #7af5f0, #32d3cc);
  color: #0b1224;
  border: none;
  border-radius: 12px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(122, 245, 240, 0.35);
  transition: all 0.3s ease;
  margin-top: 50px;
}
#cards-id-1
  > div
  > div.cards__wrapper.default-card.image-top.columns--3
  > div.cards-block.columns--default.defailt
  > h4 {
  font-family: Chakra Petch;
}
#cards-id-1
  > div
  > div.cards__wrapper.default-card.image-top.columns--3
  > div.cards-block.columns--default.defailt
  > div
  > p {
  font-family: Chakra Petch;
}
#cards-id-1 strong {
  font-family: Chakra Petch;
  color: #70eeea;
}
.page-site > #cards-id-2 .cards-block {
  padding: 20px;
}
.page-site > #cards-id-2 h2 {
  font-family: Chakra Petch;
  text-align: center;
}
#cards-id-2
  > div
  > div.cards__wrapper.default-card.image-card.image-top.columns--3
  > div.cards-block.columns--default.defailt
  > div.cards-block__text
  > p:nth-child(1) {
  font-family: "Chakra Petch";
  font-size: 20px !important;
  text-align: center;
}
#cards-id-2
  > div
  > div.cards__wrapper.default-card.image-card.image-top.columns--3
  > div.cards-block.columns--default.defailt
  > div.cards-block__image {
  margin-top: -30px;
}
body #cards-id-2 {
  background-color: rgba(0, 0, 0, 0.1);
}
body #seo-id-5 {
  background-color: #e5e5e5;
  padding-top: 0px !important;
}
#seo-id-5 > div > div:nth-child(1) > p {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  text-align: center;
}
.container > .seo__wrapper > .seo__text span {
  font-family: Chakra Petch;
  font-weight: 500 !important;
  line-height: 27.2px;
  color: #00504e;
  text-align: center;
}
#seo-id-5 .seo__wrapper p {
  text-align: center;
}
.page-site > #slider-id-1 h2 {
  text-align: center;
  font-family: Chakra Petch;
}
#seo-id-6 > div > div:nth-child(2) > div > a {
  background: linear-gradient(90deg, #7af5f0, #32d3cc);
  color: #0b1224;
  border: none;
  border-radius: 12px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(122, 245, 240, 0.35);
  transition: all 0.3s ease;
  margin-top: 50px;
}
#seo-id-6 > div > div:nth-child(1) > p > img {
  border-radius: 25px 25px 25px 25px;
  display: flex;
  justify-content: center;
}
body #seo-id-6 {
  padding-top: 0px !important;
}
body #slider-id-1 {
  padding-bottom: 0px !important;
}
#seo-id-7 > div > div > div > a {
  background: linear-gradient(90deg, #7af5f0, #32d3cc);
  color: #0b1224;
  border: none;
  border-radius: 12px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(122, 245, 240, 0.35);
  transition: all 0.3s ease;
  margin-top: 50px;
}
body #seo-id-7 {
  padding-top: 0px !important;
}
body #pic {
  padding-top: 0px !important;
}
#pic > div > div > div > p > img {
  width: 75%;
  height: auto;
  display: flex;
  object-fit: cover;
  /* если нужно , чтобы картинка заполняла весь блок */
  border-radius: 8px;
  /* опционально , для мягких углов */
  margin-top: 60px !important;
  justify-content: center;
}
#seo-id-7 > div > div > div > p:nth-child(1) {
  text-align: center;
}
#seo-id-7 p {
  font-family: Chakra Petch;
}
#pic p {
  display: flex;
  justify-content: center;
}
.page-site > #cards-id-3 h2 {
  font-family: Chakra Petch;
  text-align: center;
}
#cards-id-3
  > div
  > div.cards__wrapper.default-card.image-top.columns--2
  > div.cards-block.columns--default.defailt
  > h4
  > span
  > img {
  border-width: 3px;
  border-style: solid;
  border-color: rgba(128, 249, 244, 0.22);
  border-radius: 92px 92px 92px 92px;
}
.page-site > #seo-id-8 h2 {
  font-family: Chakra Petch;
  text-align: center;
}
#seo-id-8 > div > div:nth-child(2) > div:nth-child(2) > img {
  border-radius: 25px 25px 25px 25px;
}
.container .custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #e5e5e5;
  background-color: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  table-layout: fixed;
}
.custom-table th,
.custom-table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}
.custom-table th {
  background-color: #1a1a1a;
  color: #00e0b8;
  font-weight: 600;
}
.custom-table tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.custom-table td:first-child {
  font-weight: 600;
  color: #00e0b8;
}
/* адаптивное уменьшение шрифта */
/* Эффект при наведении */
.glass-card:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55), 0 0 28px rgba(128, 249, 244, 0.35);
  outline-color: rgba(128, 249, 244, 0.4);
}
/* Вариант для адаптива */
.page-site > #hero-top .hero__form input:focus,
.page-site > #hero-top .hero__form select:focus,
.page-site > #hero-top .hero__form textarea:focus {
  background: rgba(128, 249, 244, 0.14);
  border-color: #80f9f4;
}
.container > .hero__wrapper .modal__title > p {
  font-size: 21px;
}
/* ===== HERO FORM @ #hero-id-2 ===== */
/* Карточка формы (glass) */
#hero-id-2 .hero__form {
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(135deg, rgba(128, 249, 244, 0.1), rgba(0, 0, 0, 0.35));
  backdrop-filter: blur(14px) saturate(170%);
  -webkit-backdrop-filter: blur(14px) saturate(170%);
  outline: 1px solid rgba(128, 249, 244, 0.25);
  /* вместо border — не влияет на layout */
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), 0 0 22px rgba(128, 249, 244, 0.18);
  padding: 25px;
  color: #eafcff;
  font-family: "Chakra Petch", sans-serif;
  transition: all 0.3s ease;
}
/* Hover для карточки */
#hero-id-2 .hero__form:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55), 0 0 28px rgba(128, 249, 244, 0.25);
}
/* Поля формы (input/select/textarea) */
#hero-id-2 .hero__form input,
#hero-id-2 .hero__form select,
#hero-id-2 .hero__form textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(128, 249, 244, 0.22);
  border-radius: 12px;
  color: #eaf9f8;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
/* Фокус на полях */
#hero-id-2 .hero__form input:focus,
#hero-id-2 .hero__form select:focus,
#hero-id-2 .hero__form textarea:focus {
  background: rgba(128, 249, 244, 0.14);
  border-color: #80f9f4;
}
/* Кнопка отправки внутри формы */
#hero-id-2 .hero__form button {
  background: linear-gradient(90deg, #80f9f4, #4fd3cf);
  color: #0b1224;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(128, 249, 244, 0.3);
  transition: box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
}
#hero-id-2 .hero__form button:hover {
  box-shadow: 0 6px 18px rgba(128, 249, 244, 0.45);
  filter: brightness(1.03);
}
#hero-id-2 .hero__form button:active {
  filter: brightness(0.98);
}
/* Текст чекбокса в форме */
#hero-id-2 .hero__form .checkbox span {
  font-family: "Chakra Petch" !important;
}
/* Индивидуальные правки цвета полей/ссылок/кода страны (как в #hero-form-1) */
#hero-id-2 a {
  color: #00d4ff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
#hero-id-2 a:hover {
  color: #00ffff;
  text-decoration: underline;
}
#hero-id-2 .selected-dial-code {
  color: #00d4ff;
  font-weight: 900;
  letter-spacing: 0.5px;
}
/* Универсальный стиль кнопки-отправки , если она с классом .form__submit */
#hero-id-2 .form__submit {
  background: linear-gradient(90deg, #7af5f0, #32d3cc);
  color: #0b1224;
  border: none;
  border-radius: 12px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(122, 245, 240, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
#hero-id-2 .form__submit:hover {
  filter: brightness(1.06);
  box-shadow: 0 0 28px rgba(122, 245, 240, 0.55);
}
#hero-id-2 .form__submit:active {
  filter: brightness(0.95);
  box-shadow: 0 0 16px rgba(122, 245, 240, 0.35);
}
#hero-id-2 .form__submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(122, 245, 240, 0.35), 0 0 20px rgba(122, 245, 240, 0.45);
}
#hero-id-2 .form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: saturate(0.8);
}
/* Компактная кнопка варианта --sm (если используется) */
#hero-id-2 .form__submit.--sm {
  max-width: 260px;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 10px;
}
/* Адаптив под мобильные */
#hero-form-2 > label > input {
  background-color: #ffffff !important;
}
.page-site > #seo-id-9 h2 {
  text-align: center;
}
.page-site > #seo-id-9 p {
  text-align: center;
}
.container > .hero__wrapper h2 {
  background-image: linear-gradient(to right, #7af5f0 0%, #8cebe8 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: Chakra Petch;
  font-size: 53px !important;
}
#seo-id-9 > div > div:nth-child(2) > div > div > table > tbody > tr:nth-child(6) > td:nth-child(3) > span {
  color: #a9fffb;
}
.container .faq-item > div > span {
  color: #a9fffb;
}
#faq-id-1 .faq-item > div {
  color: #ffffff;
}
#faq-id-1 > div > div.faq__wrapper.type-1 > div.faq-item > div.faq-item__question {
  color: #a9fffb;
}
.page-site > #faq-id-1 h2 {
  text-align: center;
  font-family: Chakra Petch;
}
.page-template-templatespage-builder-php #seo-id-3 > div > div > div > p:nth-child(2) > span {
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 400;
}
.page-template-templatespage-builder-php #seo-id-3 > div > div > div > h2 > span {
  font-family: "Chakra Petch" 0 !important;
  color: #ffffff;
  font-weight: 700 !important;
}
.page-template-templatespage-builder-php #sec > div > div > div > p:nth-child(2) > span {
  font-family: "Chakra Petch" 111;
  color: #feffff;
  font-weight: 400 !important;
}
.page-template-templatespage-builder-php .container > .seo__wrapper p > span {
  font-family: "Open Sans" !important;
}
.page-template-templatespage-builder-php #sec > div > div > div > h2 > span {
  font-family: "Open Sans" !important;
  color: #ffffff;
  font-weight: 700 !important;
}
.page-template-templatespage-builder-php #seo-id-4 > div > div > div:nth-child(2) > img {
  border-radius: 24px 24px 24px 24px;
}
#slider_1 > div.swiper-slide.slider-item.swiper-slide-active > div > div.slider-item__text {
  padding-left: 10px !important;
}
.page-template-templatespage-contact-php .contact {
  background-color: #000000;
}
.page-template-templatespage-contact-php #page-site > section > div > div > div:nth-child(1) > h1 {
  color: #ffffff;
}
.page-template-templatespage-contact-php #page-site > section > div > div > div:nth-child(2) > div:nth-child(1) {
  text-align: center;
}
.page-template-templatespage-contact-php .page-site .contact__text {
  color: #ffffff;
}
.container #hero-form-1 > .btn {
  font-size: 16px;
}
.page-template-templatespage-builder-php #seo-id-1 > div > div:nth-child(1) > h1 {
  color: #ffffff !important;
}
.page-id-2273 #page-site > section > div > div > div:nth-child(2) > div:nth-child(1) {
  line-height: 31.8px;
  font-size: 27px;
}
.page-id-2267 #page-site > section > div > div > div:nth-child(2) > div:nth-child(1) {
  line-height: 39.8px;
  font-size: 32px;
}
#hero-top > div > div:nth-child(2) > div:nth-child(1) > div > h1 > span {
  background-color: #ffffff;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.hero__wrapper > .hero__content p > span {
  -webkit-text-stroke-width: 1px;
  color: #85f0eb !important;
}
#seo-id-1 img {
  border-color: rgba(252, 232, 232, 0) !important;
}
.page-site > #seo-id-5 p {
  color: #000000;
}
#seo-id-3 > div > div > div > a {
  background: linear-gradient(90deg, #7af5f0, #32d3cc);
  color: #0b1224;
  border: none;
  border-radius: 12px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(122, 245, 240, 0.35);
  transition: all 0.3s ease;
  margin-top: 50px;
}
#seo-id-2 > div > div:nth-child(1) > h2 {
  text-align: center;
}
@media screen and (max-width: 1600px) {
  body #hero-top > .container {
    margin-top: 0px !important;
  }
  #page-site > header > div:nth-child(3) > div > div:nth-child(2) > ul:nth-child(1) {
    margin-right: 100px !important;
  }
  body .hero__wrapper {
    margin-bottom: 60px !important;
    margin-top: -35px !important;
  }
  #hero-top > div > div:nth-child(1) > p > img {
    width: 75% !important;
    height: 75%;
    margin-top: 0px !important;
    border-bottom-color: rgba(128, 249, 244, 0);
    max-width: 75% !important;
    min-width: 75% !important;
  }
  .container h1 {
    font-size: 53px !important;
    line-height: 57.4px !important;
  }
  .page-site > #hero-top .hero__form {
    margin-right: 90px !important;
  }
  #hero-top .hero__text {
    margin-left: 98px;
  }
  #hero-top > div > div:nth-child(2) {
    margin-top: -30px !important;
  }
  #hero-top > div > div:nth-child(2) > div:nth-child(2) {
    margin-right: 30px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  #hero-top > div > div:nth-child(2) > div:nth-child(1) > div > h1 {
    font-size: 43px !important;
    line-height: 39.4px !important;
  }
  #hero-top > div > div:nth-child(1) > p {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff #ffffff rgba(128, 249, 244, 0.22) !important;
  }
  #seo-id-6 > div > div:nth-child(1) > p > img {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .container h1 {
    font-size: 41px;
    text-align: center;
  }
  .container .hero__content p {
    text-align: center;
    line-height: 25px;
    font-size: 18px;
  }
  .page-site > #hero-top .hero__form {
    margin-bottom: 15px !important;
  }
  .container .desktop-hidden {
    margin-right: 7px !important;
  }
  body #hero-top > .container {
    margin-top: 0px !important;
  }
  body #seo-id-1 {
    padding-top: 50px !important;
  }
  #seo-id-1 h2 {
    text-align: center;
  }
  #seo-id-2 h2 {
    text-align: center;
    font-family: Chakra Petch;
  }
  #seo-id-3 h2 {
    text-align: center;
  }
  #hero-top > div > div:nth-child(1) > p > img {
    width: 100%;
    height: 250px !important;
    min-width: 100%;
  }
  #hero-top > div > div:nth-child(2) {
    margin-top: 0px !important;
  }
  #hero-top > div > div:nth-child(2) > div:nth-child(2) {
    margin-right: 0px !important;
  }
  #hero-top > div > div:nth-child(2) > div:nth-child(1) > div > h1 {
    font-size: 38px !important;
    line-height: 44.4px !important;
  }
  #seo-id-5 > div > div:nth-child(1) > p > span {
    text-align: left;
  }
  .page-site > #seo-id-5 .sec__top > p {
    text-align: left;
  }
  .container > .seo__wrapper > .seo__text span {
    text-align: left;
  }
  body #seo-id-5 > .container {
    text-align: left;
  }
  #seo-id-5 > div > div:nth-child(2) > div > p:nth-child(1) {
    text-align: left;
  }
  #seo-id-6 > div > div:nth-child(1) > p > img {
    width: auto;
    height: auto;
    min-width: auto;
    max-width: auto;
  }
  #pic > div > div > div > p > img {
    width: 100%;
  }
  .container > .hero__wrapper h2 {
    text-align: center;
    font-size: 33px !important;
  }
  .container > .hero__wrapper > .hero__content p {
    font-size: 19px;
  }
  .slider-item__content {
    flex-direction: column;
    align-items: center;
  }
  .swiper > #slider_1 > .swiper-slide-active div {
    padding-left: 0px;
  }
}
@media screen and (max-width: 720px) {
  .page-site > #hero-top .hero__form {
    margin-bottom: 11px !important;
  }
  .container .modal__title > p {
    font-size: 21.5px !important;
  }
  .container h1 {
    font-size: 40px !important;
  }
  #hero-top > div > div:nth-child(2) > div:nth-child(1) > div > h1 {
    font-size: 39px !important;
    line-height: 39.4px !important;
    padding-bottom: 8px !important;
  }
  #hero-top > div > div:nth-child(1) > p > img {
    width: 120%;
    height: 120%;
    margin-left: 0;
    margin-right: 0;
  }
  #cards-id-2
    > div
    > div.cards__wrapper.default-card.image-card.image-top.columns--3
    > div.cards-block.columns--default.defailt
    > div.cards-block__image {
    margin-top: 0px !important;
  }
  #cards-id-3 > div > div.cards__wrapper.default-card.image-top.columns--2 > div.cards-block.columns--default.defailt {
    padding: 10px;
  }
  .page-template-templatespage-contact-php .contact .contact__form--title {
    font-size: 27px;
  }
  #hero-top .alignnone {
    margin-left: 0px;
    margin-right: 0px;
  }
  #hero-top > div > div:nth-child(1) > p {
    width: 100%;
    height: 100%;
    min-width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .container h1 {
    font-size: 28px;
  }
  .hero__wrapper #hero-form-1 p {
    line-height: 12.68px;
  }
  #hero-top > div > div:nth-child(2) > div:nth-child(1) > div > h1 {
    font-size: 32px !important;
    line-height: 33.4px !important;
  }
  .table-scroll-wrapper tr > td {
    font-size: 14px;
  }
  #seo-id-9 > div > div.seo__wrapper.text-right.only-text > div > div > table > tbody > tr > td {
    padding: 5px;
  }
  #hero-top > div > div:nth-child(1) > p > img {
    min-width: 100% !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .container h1 {
    font-size: 25px;
  }
  #hero-top > div > div:nth-child(2) > div:nth-child(1) > div > h1 {
    font-size: 26px;
    line-height: 27.4px;
  }
  .table-scroll-wrapper th {
    font-size: 13px;
  }
  .container > .hero__wrapper h2 {
    font-size: 28px !important;
  }
}
