@import url("https://fonts.googleapis.com/css2?family=Electrolize&family=Teko");body #hero-top {
  background-color: #122056;
}
.hero__wrapper h1 > span {
  font-family: Electrolize;
  font-size: 42px !important;
}
#hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) > span {
  font-family: Electrolize;
  font-size: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#hero-top .modal__title {
  text-align: center;
  margin-bottom: 15px !important;
}
#hero-top > div > div > div:nth-child(1) > div > p > span {
  font-family: Teko;
  font-size: 30px;
  line-height: 33.2px;
}
/* Стеклянная форма - спокойный стиль БЕЗ изменения padding */
.page-site > #hero-top .hero__form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 420px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 2px solid rgba(0, 153, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-family: Electrolize !important;
  color: #ffffff;
  letter-spacing: 0.3px;
  padding: 30px 35px 35px 35px;
  z-index: 2;
  padding-top: 20px !important;
  padding-bottom: 25px !important;
}
.page-site > #hero-top .hero__form::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(0, 153, 255, 0.3), rgba(0, 106, 255, 0.15));
  z-index: -1;
  opacity: 0.4;
}
.page-site > #hero-top .hero__form > * {
  position: relative;
  z-index: 1;
}
.page-site > #hero-top .hero__form input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
  font-family: 'Quantico', sans-serif;
}
.page-site > #hero-top .hero__form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.page-site > #hero-top .hero__form input:not(.error):focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 136, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.15);
}
.page-site > #hero-top .hero__form input.error {
  background: rgba(255, 77, 77, 0.1) !important;
  border-color: rgba(255, 77, 77, 0.6) !important;
  box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.1) !important;
}
.page-site > #hero-top .hero__form input:valid:not(:placeholder-shown):not(.error):not(:focus) {
  background: rgba(0, 255, 100, 0.08);
  border-color: rgba(0, 255, 100, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 255, 100, 0.1);
}
.page-site > #hero-top .hero__form .selected-dial-code {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
}
/* ...предыдущий код формы остается таким же... */
/* КНОПКА ВАРИАНТ 4: Стеклянная */
.page-site > #hero-top .hero__form button[type="submit"],
.page-site > #hero-top .hero__form .btn {
  width: 100%;
  margin-top: 8px;
  background: linear-gradient(135deg, rgba(0, 136, 255, 0.3), rgba(0, 204, 255, 0.2));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 204, 255, 0.5);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 136, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.page-site > #hero-top .hero__form button:hover {
  background: linear-gradient(135deg, rgba(0, 153, 255, 0.5), rgba(0, 204, 255, 0.3));
  border-color: rgba(0, 204, 255, 0.7);
  box-shadow: 0 6px 20px rgba(0, 153, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
#hero-form-1 > button {
  margin-top: 20px !important;
}
#hero-form-1 > label > input {
  background-color: #fafffc !important;
}
#hero-form-1 a {
  color: #00ccff;
}
#hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) > span {
  color: #00ffff;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 18px;
  background: rgba(0, 102, 255, 0.15);
  display: inline-block;
  position: relative;
  border: 2px solid transparent;
  font-family: Electrolize, sans-serif;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: -20px !important;
}
#hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) > span::before,
#hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) > span::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid #00ccff;
}
#hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) > span::before {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}
#hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) > span::after {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}
#hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) {
  font-size: 25px;
}
body #hero-top {
  position: relative;
  background: #0f1628;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 10px !important;
}
body #hero-top::before {
  content: '';
  position: absolute;
  top: -250px;
  left: 50%;
  width: 1300px;
  height: 1300px;
  background: radial-gradient(circle, #122e74 0%, rgba(18, 46, 116, 0.75) 22%, rgba(18, 46, 116, 0.45) 42%, transparent 62%);
  border-radius: 50%;
  filter: blur(75px);
  animation: visible-wave 4s ease-in-out infinite;
}
@keyframes visible-wave {
  0%,
  100% {
    transform: translateX(-50%) scale(0.7);
    opacity: 0.5;
  }
  33% {
    transform: translateX(-20%) scale(1.6) translateY(-70px);
    opacity: 0.95;
  }
  66% {
    transform: translateX(-80%) scale(1.6) translateY(70px);
    opacity: 0.95;
  }
}
body .header {
  background-color: #0f1629 !important;
}
body {
  background-color: #0f1629 !important;
}
.header__wrapper .nav > li > a {
  font-family: Electrolize !important;
  color: #00ccff;
  text-transform: uppercase;
}
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a {
  display: inline-block;
  padding: 12px 30px;
  background: #0f1629;
  color: #00ccff !important;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  border: 2px solid #0088ff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-shadow: 0 0 6px rgba(0, 204, 255, 0.3);
  box-shadow: 0 0 12px rgba(0, 136, 255, 0.25), inset 0 0 10px rgba(0, 136, 255, 0.03);
  border-color: #0088ff;
  text-transform: capitalize;
}
#page-site > header > div:nth-child(3) > div > div:nth-child(3) > a:hover {
  background: rgba(0, 136, 255, 0.08);
  border-color: #00aaff;
  color: #ffffff !important;
  box-shadow: 0 0 20px rgba(0, 153, 255, 0.35), inset 0 0 15px rgba(0, 153, 255, 0.06);
  transform: translateY(-2px);
}
body .header__wrapper {
  padding-top: 15px !important;
}
.header__wrapper .nav > li > a {
  position: relative;
  transition: color 0.3s ease;
}
.header__wrapper .nav > li > a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #00ccff 0%, #0088ff 100%);
  transition: width 0.3s ease;
}
.header__wrapper .nav > li > a:hover::after {
  width: 100%;
}
.header__wrapper .nav > li > a:hover {
  color: #00ccff;
}
#page-site > header > div:nth-child(2) > div {
  -webkit-text-stroke-width: 0px;
}
body .header__timer > div {
  font-family: Electrolize;
  text-transform: none;
}
/* Стеклянная форма для модального окна - на весь размер */
body .modal__body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  /* max-width: 420px; - УБРАЛИ */
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 2px solid rgba(0, 153, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-family: 'Quantico', sans-serif;
  color: #ffffff;
  letter-spacing: 0.3px;
  padding: 30px 35px 35px 35px;
  z-index: 2;
}
/* Светящаяся обводка */
body .modal__body::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(0, 153, 255, 0.3), rgba(0, 106, 255, 0.15));
  z-index: -1;
  opacity: 0.4;
}
/* Z-index для контента */
body .modal__body > * {
  position: relative;
  z-index: 1;
}
/* Стили для input полей */
body .modal__body input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
  font-family: '' 0, sans-serif;
}
/* Placeholder */
body .modal__body input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
/* Focus состояние (без ошибки) */
body .modal__body input:not(.error):focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 136, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.15);
}
/* Ошибка валидации */
body .modal__body input.error {
  background: rgba(255, 77, 77, 0.1) !important;
  border-color: rgba(255, 77, 77, 0.6) !important;
  box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.1) !important;
}
/* Успешная валидация (зеленая обводка) */
body .modal__body input:valid:not(:placeholder-shown):not(.error):not(:focus) {
  background: rgba(0, 255, 100, 0.08);
  border-color: rgba(0, 255, 100, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 255, 100, 0.1);
}
/* Код страны для телефона */
body .modal__body .selected-dial-code {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
}
/* КНОПКА - Стеклянная */
body .modal__body button[type="submit"],
body .modal__body .btn {
  width: 100%;
  margin-top: 8px;
  background: linear-gradient(135deg, rgba(0, 136, 255, 0.3), rgba(0, 204, 255, 0.2));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-family: 'Quantico' 0, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 204, 255, 0.5);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 136, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
/* Hover эффект кнопки */
body .modal__body button:hover {
  background: linear-gradient(135deg, rgba(0, 153, 255, 0.5), rgba(0, 204, 255, 0.3));
  border-color: rgba(0, 204, 255, 0.7);
  box-shadow: 0 6px 20px rgba(0, 153, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
/* Заголовок модального окна */
body .modal__body .modal__title {
  text-align: center;
  margin-bottom: 15px !important;
  font-family: 'Electrolize', sans-serif;
}
/* Ссылки внутри формы */
body .modal__body a {
  color: #00ccff;
  transition: color 0.3s ease;
}
body .modal__body a:hover {
  color: #00ffff;
}
/* Textarea стили */
body .modal__body textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
  font-family: 'Quantico', sans-serif;
  resize: vertical;
  min-height: 100px;
}
body .modal__body textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body .modal__body textarea:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 136, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.15);
}
/* Select стили */
body .modal__body select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
  font-family: 'Quantico', sans-serif;
}
body .modal__body select:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 136, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.15);
}
#form-modal > label > input {
  background-color: rgba(255, 255, 255, 0.98);
}
.modal .modal__title {
  text-transform: uppercase;
}
#seo-id-1 h2 {
  font-family: Electrolize;
}
#seo-id-2 > div > div > div.seo__blocks > div.seo-block {
  display: flex;
  flex-direction: row;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1f80e2;
}
#seo-id-2 > div > div > div.seo__blocks > div.seo-block > div.seo-block__wrapper > div > img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  margin-right: 15px;
}
#seo-id-2 > div > div > div.seo__blocks > div.seo-block > div.seo-block__wrapper {
  align-items: flex-start;
  margin-top: -25px;
}
#seo-id-2 > div > div > div.seo__blocks > div.seo-block > div.seo-block__text > p > span > strong {
  color: #1f80e2 !important;
  font-size: 18px !important;
}
#seo-id-2 > div > div > div:nth-child(1) > p:nth-child(6) {
  font-size: 18px;
}
#seo-id-2 p {
  font-size: 18px;
}
#seo-id-2 > div > div > div:nth-child(1) > p:nth-child(6) > strong {
  font-size: 20px;
}
#seo-id-2 > div > div > div.seo__blocks > div.seo-block > div.seo-block__text > p {
  font-size: 15px;
}
body .sec__btn {
  display: flex;
  padding: 12px 30px;
  background: #0f1629;
  color: #00ccff !important;
  font-family: 'Quantico' 4444555555, sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  border: 2px solid #0088ff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-shadow: 0 0 6px rgba(0, 204, 255, 0.3);
  box-shadow: 0 0 12px rgba(0, 136, 255, 0.25), inset 0 0 10px rgba(0, 136, 255, 0.03);
  text-transform: capitalize;
  margin-top: 50px !important;
}
body .sec__btn:hover {
  background: rgba(0, 136, 255, 0.08);
  border-color: #00aaff;
  color: #ffffff !important;
  box-shadow: 0 0 20px rgba(0, 153, 255, 0.35), inset 0 0 15px rgba(0, 153, 255, 0.06);
  transform: translateY(-2px);
}
.container .seo-block__text > p > span {
  white-space: nowrap;
}
.page-site > #seo-id-3 h2 {
  text-align: center;
}
section ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1f80e2;
  left: 6px;
  top: 9px;
}
#seo-id-4 > div > div > div > ul > li {
  color: #1f80e2;
  -webkit-text-stroke-width: 0px;
  font-size: 20px;
}
body #seo-id-4 {
  padding-top: 0px !important;
}
#seo-id-4 > div > div:nth-child(2) > p::before {
  content: '' 6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #1f80e2, transparent);
  opacity: 0.6;
}
#seo-id-4 > div > div:nth-child(2) > p::before {
  content: '' 7;
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 60px;
  color: #1f80e2;
  opacity: 0.3;
  font-family: Georgia, serif;
  line-height: 1;
}
#seo-id-4 > div > div:nth-child(2) > p::before {
  content: '' 8;
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(31, 128, 226, 0.4), rgba(0, 204, 255, 0.2));
  z-index: -1;
  opacity: 0.5;
}
#seo-id-4 > div > div:nth-child(2) > p::before {
  content: '' 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #1f80e2 20%, #00ccff 50%, #1f80e2 80%, transparent 100%);
  border-radius: 14px 14px 0 0;
  box-shadow: 0 0 15px rgba(31, 128, 226, 0.6);
}
#calc-type-two > div.calc-type__left > div.calc-type__field.field-invest > div.field-invest__input {
  color: #333333 !important;
}
body #calculator-id .sec__top {
  text-align: center;
}
#calculator-id .sec__top span {
  color: #1f80e2 !important;
  -webkit-text-stroke-width: 1px;
}
/* Основной контейнер левой части */
#calc-type-two > div:nth-child(1) {
  background: linear-gradient(135deg, rgba(31, 128, 226, 0.12), rgba(31, 128, 226, 0.06));
  border: 2px solid rgba(31, 128, 226, 0.5);
  padding: 35px;
}
/* Заголовок INITIAL CAPITAL */
#calc-type-two > div:nth-child(1) > div:nth-child(1) {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 700;
}
/* Поле ввода */
#calc-type-two > div:nth-child(1) input[type="text"],
#calc-type-two > div:nth-child(1) input[type="number"] {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(31, 128, 226, 0.6);
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  font-family: 'Quantico' 0, sans-serif;
  padding: 10px 5px 15px 5px;
  width: 100%;
  outline: none;
}
#calc-type-two > div:nth-child(1) input:focus {
  border-bottom-color: #1f80e2;
}
/* Символ $ перед input */
#calc-type-two > div:nth-child(1) .field-invest-start {
  color: #00ccff !important;
}
/* Кнопки быстрого выбора суммы */
#calc-type-two > div:nth-child(1) button {
  background: rgba(31, 128, 226, 0.08);
  border: 2px solid rgba(31, 128, 226, 0.6);
  color: #00ccff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Outfit' 0, sans-serif;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 12px;
}
#calc-type-two > div:nth-child(1) button:hover {
  background: rgba(31, 128, 226, 0.15);
  border-color: #1f80e2;
  color: #ffffff;
}
#calc-type-two > div:nth-child(1) button.active {
  background: rgba(31, 128, 226, 0.25);
  border-color: #1f80e2;
  color: #ffffff;
}
/* Заголовок "7 days" */
#calc-type-two > div:nth-child(1) > div:nth-child(3) {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 18px;
  font-family: 'Electrolize', sans-serif;
}
/* Слайдер */
#calc-type-two > div:nth-child(1) input[type="range"] {
  width: 100%;
  height: 6px;
  background: rgba(31, 128, 226, 0.3);
  outline: none;
  -webkit-appearance: none;
  margin: 18px 0;
}
#calc-type-two > div:nth-child(1) input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: #00ccff;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 204, 255, 0.5);
}
#calc-type-two > div:nth-child(1) input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: #00ccff;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 204, 255, 0.5);
}
/* Кнопки периода времени */
#calc-type-two > div:nth-child(1) .time-period button {
  background: rgba(31, 128, 226, 0.08);
  border: 2px solid rgba(31, 128, 226, 0.6);
  color: #00ccff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 16px;
  cursor: pointer;
  margin-top: 12px;
}
#calc-type-two > div:nth-child(1) .time-period button:hover {
  background: rgba(31, 128, 226, 0.15);
  color: #ffffff;
}
#calc-type-two > div:nth-child(1) .time-period button.active {
  background: rgba(31, 128, 226, 0.25);
  border-color: #1f80e2;
  color: #ffffff;
}
/* Правая часть - результат */
#calc-type-two > div:nth-child(2) {
  background: linear-gradient(135deg, rgba(31, 128, 226, 0.12), rgba(31, 128, 226, 0.06));
  border: 2px solid rgba(31, 128, 226, 0.5);
  padding: 45px 35px;
}
#calc-type-two > div:nth-child(2) > h3,
#calc-type-two > div:nth-child(2) > div:nth-child(1) {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
#calc-type-two > div:nth-child(2) > div:nth-child(2) {
  font-size: 68px;
  font-weight: 700;
  color: #00ff88;
  font-family: 'Electrolize', sans-serif;
  margin-bottom: 35px;
  text-shadow: 0 0 25px rgba(0, 255, 136, 0.4);
}
#calc-type-two > div:nth-child(2) > div:nth-child(3) {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
#calc-type-two > div:nth-child(2) > div:nth-child(4) {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Electrolize', sans-serif;
}
#calc-type-two > div.calc-type__left > div.calc-type__field.field-invest > div.field-invest__input {
  color: #ffffff !important;
}
#calc-type-two #rangeTimeResult {
  color: #ffffff !important;
}
#calc-type-two > div.calc-type__left > div.calc-type__field.field-time > div.calc-type__field--title > span.time-invest-unit {
  color: #ffffff !important;
}
#calc-type-two > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  border-bottom-width: 0px !important;
}
/* ============================================
   ВАРИАНТ 3: Минималистичный с акцентом слева
   ============================================ */
#atv > div > div > div > p > span {
  position: relative;
  display: block;
  padding: 40px 50px 40px 60px;
  margin: 60px auto;
  max-width: 900px;
  background: linear-gradient(90deg, rgba(31, 128, 226, 0.12) 0%, rgba(15, 22, 41, 0.8) 100%);
  border-left: 5px solid #1f80e2;
  box-shadow: -10px 0 40px rgba(31, 128, 226, 0.3);
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  font-family: 'Quantico' 555555555, sans-serif;
  border-radius: 0px 20px 20px 0px;
}
#atv > div > div > div > p > span::before {
  content: 'Quantico' 666666666;
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #1f80e2, #00ccff, #1f80e2);
  background-size: 100% 200px;
  animation: borderFlow 3s linear infinite;
}
@keyframes borderFlow {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 200px;
  }
}
#atv > div > div > div > p > span strong,
#atv > div > div > div > p > span b {
  color: #1f80e2;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(31, 128, 226, 0.5);
}
body #calculator-id {
  padding-top: 0px !important;
}
body #atv {
  padding-top: 0px !important;
}
#calculator-id {
  padding-bottom: 0px !important;
}
.container > .only-text span {
  text-align: left !important;
  color: #1f80e2 !important;
}
#slider-id-1 .sec__top > p > span {
  color: #1f80e2 !important;
  -webkit-text-stroke-width: 1px;
}
.page-site > #slider-id-1 h2 {
  text-align: center;
}
.page-site > #slider-id-1 .sec__top > p {
  color: #1f80e2 !important;
  -webkit-text-stroke-width: 1px;
  text-align: center;
}
/* ============================================
   ВАРИАНТ 2: Минималистичный с левым акцентом
   ============================================ */
.slider-item {
  position: relative;
  padding: 30px 30px 30px 40px;
  background: rgba(15, 22, 41, 0.6);
  border-left: 4px solid #1f80e2;
  box-shadow: -5px 0 20px rgba(31, 128, 226, 0.2);
  transition: all 0.3s ease;
}
.slider-item::before {
  content: 'Outfit' 66;
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #1f80e2, #00ccff, #1f80e2);
  background-size: 100% 200%;
  animation: borderFlow 3s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slider-item:hover {
  border-left-color: #00ccff;
  box-shadow: -10px 0 40px rgba(31, 128, 226, 0.4);
  transform: translateX(5px);
}
.slider-item:hover::before {
  opacity: 1;
}
@keyframes borderFlow {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 200%;
  }
}
#steps-id-1 .sec__top span {
  color: #1f80e2 !important;
  -webkit-text-stroke-width: 1px;
}
.page-site > #steps-id-1 .sec__top > p {
  color: #1f80e2 !important;
  -webkit-text-stroke-width: 1px;
  text-align: center;
}
.steps-columns .steps-item .steps-item__title {
  color: #1f80e2 !important;
}
.page-site > #steps-id-1 h2 {
  text-align: center;
}
.page-site > #steps-id-1 .sec__bottom > p {
  text-align: center;
  color: #00ff88;
}
.page-site > #seo-id-4 .sec__bottom > p {
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1f80e2;
  color: #00ff88;
}
/* ============================================
   ВАРИАНТ 8: Голографический эффект
   ============================================ */
@keyframes holographicShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
#seo-id-4 > div > div:nth-child(2) > p strong,
#seo-id-4 > div > div:nth-child(2) > p b {
  color: #1f80e2;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(31, 128, 226, 0.5);
}
/* ============================================
   ВАРИАНТ 5: Сжатие с подчеркиванием
   ============================================ */
#seo-id-4 > div > div:nth-child(2) > p {
  max-width: 85%;
  margin: 40px auto;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.7;
  color: #e0e0e0;
  font-family: 'Outfit' 78888888, sans-serif;
  text-align: left;
}
#seo-id-4 > div > div:nth-child(2) > p strong,
#seo-id-4 > div > div:nth-child(2) > p b {
  color: #1f80e2;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(31, 128, 226, 0.5);
  border-bottom: 2px solid rgba(31, 128, 226, 0.4);
  padding-bottom: 2px;
}
#steps-id-1 > div > div:nth-child(3) > p {
  max-width: 85%;
  margin: 40px auto;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.7;
  color: #e0e0e0;
  font-family: 'Quantico' 99, sans-serif;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1f80e2;
}
#steps-id-1 > div > div:nth-child(3) > p strong,
#steps-id-1 > div > div:nth-child(3) > p b {
  color: #1f80e2;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(31, 128, 226, 0.5);
  border-bottom: 2px solid rgba(31, 128, 226, 0.4);
  padding-bottom: 2px;
}
#atv > div > div > div > p > span > strong:nth-child(1) {
  color: #1f80e2;
}
.page-site > #seo-id-6 h2 {
  text-align: center;
}
.page-site > #cards-id-1 h2 {
  text-align: center;
}
/* ============================================
   CSS: Таблица с переносом текста
   ============================================ */
.custom-table {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Electrolize', sans-serif;
  background: rgba(15, 22, 41, 0.9);
  border: 2px solid rgba(31, 128, 226, 0.5);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(31, 128, 226, 0.3), inset 0 0 30px rgba(31, 128, 226, 0.08);
}
.custom-table thead tr {
  background: linear-gradient(135deg, rgba(31, 128, 226, 0.25), rgba(0, 204, 255, 0.2));
  border-bottom: 2px solid #1f80e2;
}
.custom-table thead th {
  padding: 25px 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #ffffff;
  border-right: 1px solid rgba(31, 128, 226, 0.3);
  text-shadow: 0 0 10px rgba(31, 128, 226, 0.6);
  word-wrap: break-word;
  white-space: normal;
}
.custom-table thead th:last-child {
  border-right: none;
}
.custom-table thead th:first-child {
  width: 25%;
  text-align: left;
  padding-left: 30px;
}
.custom-table .competitor-column {
  color: #ff6b6b;
  text-shadow: 0 0 10px rgba(255, 107, 107, 0.6);
}
.custom-table .neurogpt-column {
  color: #00ccff;
  text-shadow: 0 0 15px rgba(0, 204, 255, 0.7);
  background: linear-gradient(135deg, rgba(31, 128, 226, 0.3), rgba(0, 204, 255, 0.25));
}
.custom-table tbody tr {
  border-bottom: 1px solid rgba(31, 128, 226, 0.25);
  transition: all 0.4s ease;
}
.custom-table tbody tr:hover {
  background: rgba(31, 128, 226, 0.12);
}
.custom-table tbody tr:last-child {
  border-bottom: none;
}
.custom-table td {
  padding: 22px 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #d8d8d8;
  border-right: 1px solid rgba(31, 128, 226, 0.2);
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}
.custom-table td:last-child {
  border-right: none;
}
.custom-table .feature-name {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  padding-left: 30px;
  border-right: 2px solid rgba(31, 128, 226, 0.4);
  word-wrap: break-word;
  white-space: normal;
}
.custom-table .competitor-cell {
  text-align: center;
  background: rgba(255, 107, 107, 0.04);
}
.custom-table .neurogpt-cell {
  text-align: center;
  background: linear-gradient(135deg, rgba(31, 128, 226, 0.12), rgba(0, 204, 255, 0.08));
  border-left: 2px solid rgba(31, 128, 226, 0.4);
}
.custom-table .icon-negative,
.custom-table .icon-warning,
.custom-table .icon-positive {
  display: inline-block;
  margin-right: 12px;
  font-size: 22px;
  vertical-align: middle;
}
.custom-table .icon-negative {
  filter: drop-shadow(0 0 8px rgba(255, 107, 107, 0.7));
}
.custom-table .icon-warning {
  filter: drop-shadow(0 0 8px rgba(255, 187, 0, 0.7));
}
.custom-table .icon-positive {
  filter: drop-shadow(0 0 10px rgba(0, 255, 136, 0.7));
}
.custom-table .text-negative {
  color: #ff6b6b;
  font-size: 17px;
  display: inline;
}
.custom-table .text-warning {
  color: #ffbb00;
  font-size: 17px;
  display: inline;
}
.custom-table .text-positive {
  color: #00ff88;
  font-weight: 700;
  font-size: 18px;
  text-shadow: 0 0 8px rgba(0, 255, 136, 0.4);
  display: inline;
}
/* Адаптивность для мобильных */
#seo-id-7 > div > div > div > div > table > tbody > tr > td {
  padding: 5px 20px 5px 20px !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(31, 128, 226, 0.24) !important;
}
body #seo-id-6 {
  padding-bottom: 0px !important;
}
body #seo-id-7 {
  padding-top: 0px !important;
}
.page-site > #hero-id-2 .hero__form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 420px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 2px solid rgba(0, 153, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-family: Electrolize;
  color: #ffffff;
  letter-spacing: 0.3px;
  padding: 30px 35px 35px 35px;
  z-index: 2;
}
.page-site > #hero-id-2 .hero__form::before {
  content: '' 2;
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(0, 153, 255, 0.3), rgba(0, 106, 255, 0.15));
  z-index: -1;
  opacity: 0.4;
}
.page-site > #hero-id-2 .hero__form > * {
  position: relative;
  z-index: 1;
}
.page-site > #hero-id-2 .hero__form input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
  font-family: 'Quantico', sans-serif;
}
.page-site > #hero-id-2 .hero__form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.page-site > #hero-id-2 .hero__form input:not(.error):focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 136, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.15);
}
.page-site > #hero-id-2 .hero__form input.error {
  background: rgba(255, 77, 77, 0.1) !important;
  border-color: rgba(255, 77, 77, 0.6) !important;
  box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.1) !important;
}
.page-site > #hero-id-2 .hero__form input:valid:not(:placeholder-shown):not(.error):not(:focus) {
  background: rgba(0, 255, 100, 0.08);
  border-color: rgba(0, 255, 100, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 255, 100, 0.1);
}
.page-site > #hero-id-2 .hero__form .selected-dial-code {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
}
.page-site > #hero-id-2 .hero__form button[type="submit"],
.page-site > #hero-id-2 .hero__form .btn {
  width: 100%;
  margin-top: 8px;
  background: linear-gradient(135deg, rgba(0, 136, 255, 0.3), rgba(0, 204, 255, 0.2));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 204, 255, 0.5);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 136, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.page-site > #hero-id-2 .hero__form button:hover {
  background: linear-gradient(135deg, rgba(0, 153, 255, 0.5), rgba(0, 204, 255, 0.3));
  border-color: rgba(0, 204, 255, 0.7);
  box-shadow: 0 6px 20px rgba(0, 153, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.page-site > #hero-id-2 .hero__form label {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-site > #hero-id-2 .hero__form textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
  font-family: 'Quantico', sans-serif;
  resize: vertical;
  min-height: 100px;
}
.page-site > #hero-id-2 .hero__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.page-site > #hero-id-2 .hero__form textarea:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 136, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.15);
}
.page-site > #hero-id-2 .hero__form select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
  font-family: 'Quantico', sans-serif;
}
.page-site > #hero-id-2 .hero__form select:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 136, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.15);
}
.hero__form > #hero-form-2 > .checkbox span {
  text-transform: none;
  font-size: 9px;
}
.container #hero-form-2 > .checkbox {
  display: flex;
}
#hero-form-2 > label {
  display: flex !important;
}
#hero-form-2 a {
  color: #00ccff;
}
#hero-id-2 .modal__title > p {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}
.container .hero__content p {
  font-size: 23px;
  text-align: center;
}
#hero-id-2 > div > div > div:nth-child(1) > div > p:nth-child(3) {
  color: #1f80e2 !important;
  font-size: 39px;
  -webkit-text-stroke-width: 1px;
}
#hero-id-2 .hero__content span {
  color: #1f80e2 !important;
}
.page-site > #faq-id-1 h2 {
  text-align: center;
}
/* ============================================
   Статичный пульсирующий круг по центру для #steps-id-1
   ============================================ */
#steps-id-1 {
  position: relative;
  overflow: hidden;
}
#steps-id-1::before {
  content: '' 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(18, 46, 116, 0.9) 0%, rgba(18, 46, 116, 0.7) 25%, rgba(18, 46, 116, 0.4) 50%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  animation: circle-pulse 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes circle-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.95;
  }
}
/* Контент поверх фона */
#steps-id-1 > * {
  position: relative;
  z-index: 1;
}
.steps-item__image img {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: rgba(31, 128, 226, 0.4);
  border-radius: 0px 0px 0px 0px;
  width: 50% !important;
  height: 50%;
}
/* ============================================
   Много маленьких шариков (не касаются верха и низа)
   ============================================ */
body #hero-id-2 {
  position: relative;
  overflow: hidden;
}
/* Шарик 1 */
body #hero-id-2::before {
  content: '' 6666;
  position: absolute;
  top: 25%;
  left: 10%;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(31, 128, 226, 0.5) 0%, rgba(31, 128, 226, 0.25) 50%, transparent 80%);
  border-radius: 50%;
  filter: blur(25px);
  animation: bubble-1 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
  box-shadow: 200px 50px 60px rgba(0, 204, 255, 0.3), -150px 120px 50px rgba(31, 128, 226, 0.35), 350px -30px 70px rgba(0, 255, 255, 0.25), -100px -50px 55px rgba(0, 136, 255, 0.3);
}
/* Шарик 2 */
body #hero-id-2::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 12%;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(0, 204, 255, 0.45) 0%, rgba(0, 204, 255, 0.22) 50%, transparent 80%);
  border-radius: 50%;
  filter: blur(22px);
  animation: bubble-2 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
  box-shadow: -250px 80px 65px rgba(31, 128, 226, 0.32), 180px 100px 58px rgba(0, 255, 136, 0.28), -180px -60px 62px rgba(0, 204, 255, 0.3), 300px -40px 70px rgba(31, 128, 226, 0.27);
}
@keyframes bubble-1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }
  33% {
    transform: translate(15px, -20px) scale(1.08);
    opacity: 0.9;
  }
  66% {
    transform: translate(-10px, 15px) scale(1.05);
    opacity: 0.85;
  }
}
@keyframes bubble-2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.65;
  }
  33% {
    transform: translate(-18px, 18px) scale(1.1);
    opacity: 0.88;
  }
  66% {
    transform: translate(12px, -12px) scale(1.06);
    opacity: 0.82;
  }
}
/* Контент поверх шариков */
body #hero-id-2 > * {
  position: relative;
  z-index: 1;
}
/* ============================================
   Адаптивная волна для мобильных
   ============================================ */
/* Десктоп версия */
.page-template-templatespage-builder-php #seo-id-1 {
  position: relative;
  overflow: hidden;
}
.page-template-templatespage-builder-php #seo-id-1::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(18, 46, 116, 0.85) 0%, rgba(18, 46, 116, 0.65) 22%, rgba(18, 46, 116, 0.35) 42%, transparent 62%);
  border-radius: 50%;
  filter: blur(65px);
  animation: seo-wave 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes seo-wave {
  0%,
  100% {
    transform: translateX(-50%) scale(0.85);
    opacity: 0.65;
  }
  33% {
    transform: translateX(-35%) scale(1.2) translateY(-30px);
    opacity: 0.88;
  }
  66% {
    transform: translateX(-65%) scale(1.2) translateY(30px);
    opacity: 0.88;
  }
}
.page-template-templatespage-builder-php #seo-id-1 > * {
  position: relative;
  z-index: 1;
}
.page-template-templatespage-builder-php #seo-id-2 {
  position: relative;
  overflow: hidden;
}
.page-template-templatespage-builder-php #seo-id-2::before {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(18, 46, 116, 0.85) 0%, rgba(18, 46, 116, 0.65) 22%, rgba(18, 46, 116, 0.35) 42%, transparent 62%);
  border-radius: 50%;
  filter: blur(65px);
  animation: seo-wave 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.page-template-templatespage-builder-php #seo-id-2 > * {
  position: relative;
  z-index: 1;
}
/* ============================================
   Мобильная адаптация
   ============================================ */
.page-template-templatespage-contact-php .contact {
  background-color: #0f1629 !important;
}
.page-template-templatespage-contact-php .page-site .contact__text {
  color: #ffffff;
}
.page-template-templatespage-contact-php .contact .contact__form--title {
  text-align: center;
}
/* ============================================
   Стиль кнопки для Contact Form
   ============================================ */
.page-template-templatespage-contact-php #contactform > button {
  width: 100%;
  padding: 18px 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #0033cc;
  font-family: '' 0, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3), inset 0 1px 0 #ffffff;
}
.page-template-templatespage-contact-php #contactform > button:hover {
  background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.95));
  box-shadow: 0 6px 30px rgba(255, 255, 255, 0.5), inset 0 1px 0 #ffffff;
  transform: translateY(-2px);
}
.page-template-templatespage-contact-php #contactform > button:active {
  transform: translateY(0);
}
/* ========================================
   MOBILE TABLE COLUMNS FIX
   ======================================== */
/* Принудительное процентное соотношение */
.custom-table {
  table-layout: fixed !important;
}
.custom-table thead th:nth-child(1),
.custom-table tbody td:nth-child(1) {
  width: 25%;
}
.custom-table thead th:nth-child(2),
.custom-table tbody td:nth-child(2) {
  width: 30%;
}
.custom-table thead th:nth-child(3),
.custom-table tbody td:nth-child(3) {
  width: 45%;
}
/* Мобильные устройства */
/* Очень маленькие экраны */
/* ========================================
   TEXT WRAPPING FIX FOR TABLE
   ======================================== */
/* Принудительный перенос текста во всех ячейках */
.custom-table th,
.custom-table td {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  white-space: normal !important;
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
  -ms-hyphens: auto !important;
}
/* Для мобильных - уменьшаем отступы и улучшаем перенос */
#seo-id-1 > div > div:nth-child(1) {
  text-align: center;
}
#seo-id-2 > div > div:nth-child(1) > h2 {
  text-align: center;
}
#hero-id-2 > div > div > div:nth-child(1) > div > p:nth-child(2) {
  color: #1f80e2 !important;
  font-size: 39px;
  -webkit-text-stroke-width: 1px;
}
#hero-id-2 > div > div > div:nth-child(1) > div > p:nth-child(1) {
  font-size: 26px;
}
#seo-id-1 .seo-block {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1f80e2;
}
#hero-top > div > div > div:nth-child(1) > div > p {
  text-align: left;
}
#hero-top > div > div > div:nth-child(2) > div > p > strong:nth-child(3) {
  color: #00ffff;
  font-weight: 700;
  font-size: 23px;
  padding: 0px 40px 0px 40px;
  background: rgba(0, 102, 255, 0.15);
  display: inline-block;
  position: relative;
  border: 2px solid transparent;
  font-family: Electrolize, sans-serif;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: -20px !important;
  line-height: 25px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.hero__wrapper strong {
  line-height: 25px !important;
  font-size: 20px !important;
}
#hero-top > div > div > div:nth-child(2) > div > p > strong:nth-child(1) {
  font-size: 29px !important;
}
@media screen and (max-width: 1200px) {
  body .hero__wrapper {
    display: flex;
    flex-direction: column;
  }
  #hero-top .hero__text {
    text-align: center;
  }
  .hero__wrapper h1 > span {
    font-size: 33px !important;
  }
  .hero__wrapper > .hero__content p > span {
    font-size: 27px;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) > span {
    font-size: 30px !important;
  }
  #hero-top > div > div > div:nth-child(1) > div > p > span {
    font-size: 27px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) > span {
    padding-left: 70px;
    padding-right: 70px !important;
  }
  .header__wrapper path {
    padding-left: 0px;
  }
  .container .desktop-hidden {
    margin-left: -10px !important;
    margin-top: -5px;
  }
  body .modal__body {
    padding-top: 0px !important;
  }
  body #hero-top {
    padding-top: 30px !important;
  }
  #seo-id-1 h2 {
    text-align: center;
  }
  #seo-id-2 h2 {
    text-align: center;
  }
  #seo-id-2 > div > div > div.seo__blocks > div.seo-block > div.seo-block__text > p {
    font-size: 18px;
  }
  #seo-id-2 > div > div > div:nth-child(1) > p:nth-child(6) {
    text-align: center;
  }
  .page-site > #seo-id-3 h2 {
    text-align: center;
  }
  body #seo-id-3 {
    padding-bottom: 0px;
  }
  .invest-button {
    margin-right: 5px;
    margin-left: 5px;
  }
  .calc-type .time-button {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  body #atv > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-site > #calculator-id #calc-type-two > div {
    border-radius: 30px 30px 0px 0px;
    padding: 14px 35px 14px 35px !important;
  }
  #calc-type-two > div:nth-child(1) {
    border-radius: 0px 0px 30px 30px !important;
  }
  #seo-id-7 > div > div > div > div > table > tbody > tr > td {
    padding: 13px 20px 13px 20px !important;
  }
  body #seo-id-6 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .custom-table {
    margin-top: 0px !important;
  }
  #seo-id-6 > div > div:nth-child(2) > div > div:nth-child(2) > p:nth-child(2) {
    text-align: center;
    color: #1f80e2;
    -webkit-text-stroke-width: 1px;
  }
  .steps-item__image img {
    width: 40% !important;
    height: 50%;
  }
  #hero-id-2 > div > div > div:nth-child(1) > div > p:nth-child(2) > span {
    font-size: 23px !important;
  }
  #seo-id-7 > div {
    padding-top: 30px !important;
  }
  #seo-id-1 > div > div:nth-child(1) > h1 {
    text-align: center;
  }
  body #seo-id-1 {
    padding-bottom: 0px !important;
  }
  body #seo-id-2 {
    padding-bottom: 36px !important;
    padding-top: 0px !important;
  }
  #seo-id-1 > div > div:nth-child(2) > div:nth-child(2) > img {
    padding-bottom: 17px !important;
  }
  .table-scroll-wrapper th {
    font-size: 16px !important;
  }
  #seo-id-2 > div > div > div > div:nth-child(1) {
    padding-top: 30px !important;
  }
  body #seo-id-2 > .container {
    padding-top: 40px !important;
  }
  #seo-id-2 > div > div > div.seo__blocks > div.seo-block {
    padding-bottom: 4px !important;
  }
  #seo-id-1 > div > div:nth-child(2) > div:nth-child(1) > p > img {
    width: 75% !important;
  }
  #seo-id-1 .seo__wrapper > .seo-block__text > p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #hero-top > div > div > div:nth-child(1) > div > p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .custom-table th,
  .custom-table td {
    padding: 10px 8px !important;
    line-height: 1.5 !important;
    vertical-align: top !important;
  }
  /* Третья колонка - максимальная читаемость */
  .custom-table thead th:nth-child(3),
  .custom-table tbody td:nth-child(3) {
    padding: 12px 10px !important;
    line-height: 1.6 !important;
    text-align: left !important;
  }
  /* Вторая колонка */
  .custom-table thead th:nth-child(2),
  .custom-table tbody td:nth-child(2) {
    padding: 10px 6px !important;
    font-size: 11px !important;
  }
  /* Первая колонка */
  .custom-table thead th:nth-child(1),
  .custom-table tbody td:nth-child(1) {
    padding: 10px 4px !important;
    font-size: 10px !important;
    text-align: center !important;
  }
  #seo-id-7 > div {
    display: flex;
    justify-content: center;
  }
  #seo-id-7 > div > div > div > div > table > tbody > tr > td {
    font-size: 17px !important;
  }
  .steps-item__image img {
    width: 40% !important;
  }
}
@media screen and (max-width: 480px) {
  #hero-top > div > div > div:nth-child(1) > div > h1 > span {
    font-size: 30px !important;
  }
  #hero-top > div > div > div:nth-child(1) > div > p > span {
    font-size: 25px !important;
    line-height: 26.2px;
  }
  .hero__wrapper .modal__title > p > span {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) > span {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) > span {
    padding-left: 60px !important;
    padding-right: 60px !important;
    font-size: 14.2px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) > span > span {
    font-size: 14.2px !important;
  }
  #hero-form-1 > label > p {
    line-height: 14.68px !important;
  }
  body .modal__body {
    padding-top: 0px;
    padding: 0px 20px 35px 20px !important;
  }
  .modal .modal__title {
    font-size: 23.5px !important;
    line-height: 36px;
  }
  #seo-id-2 > div > div > div.seo__blocks > div.seo-block > div.seo-block__text {
    margin-top: -20px;
  }
  #seo-id-2 > div > div > div:nth-child(2) {
    padding-top: 15px !important;
  }
  #seo-id-7 > div > div > div > div > table > tbody > tr > td {
    padding: 3px 7px 3px 7px !important;
  }
  #seo-id-7 > div > div > div > div > table > thead > tr > th {
    font-size: 13px !important;
  }
  .hero__wrapper #hero-form-2 p {
    line-height: 15.68px !important;
  }
  .hero__form > #hero-form-2 > .checkbox span {
    letter-spacing: 0px !important;
  }
  .page-template-templatespage-contact-php #contactform > label > p {
    line-height: 14.68px;
  }
  td {
    font-size: 12px !important;
  }
  .table-scroll-wrapper th {
    font-size: 12px;
  }
  .table-scroll-wrapper tr > td {
    font-size: 14px !important;
  }
  #hero-id-2 > div > div > div:nth-child(1) > div > p:nth-child(2) > span {
    font-size: 16.2px !important;
  }
  #hero-id-2 > div > div > div:nth-child(1) > div > p:nth-child(3) {
    text-align: center;
    font-size: 22.2px !important;
  }
  #calc-type-two > div.calc-type__right > div.calc-type__right--result {
    font-size: 49px !important;
  }
  .calc-type .field-invest__input input {
    font-size: 32px !important;
  }
  .container h1 {
    font-size: 30px !important;
  }
  .steps-item__image img {
    width: 50% !important;
  }
}
@media screen and (max-width: 390px) {
  #hero-top > div > div > div:nth-child(1) > div > h1 > span {
    font-size: 29px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(1) > span {
    font-size: 24px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p:nth-child(2) > span {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .page-site > #hero-top .hero__form {
    padding: 25px;
  }
  .modal .modal__title {
    font-size: 25.5px !important;
  }
  #seo-id-7 > div > div > div > div > table > thead > tr > th {
    font-size: 10px !important;
  }
  #seo-id-7 > div {
    padding-top: 30px !important;
  }
  #seo-id-7 > div > div > div > div > table > tbody > tr > td {
    font-size: 14px !important;
  }
  .container h1 {
    font-size: 29px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p > strong:nth-child(1) {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 376px) {
  .calc-type .calc-type__right--result {
    font-size: 47px !important;
  }
  .calc-type .field-invest__input input {
    font-size: 33px !important;
  }
}
@media (max-width: 768px) {
  .page-template-templatespage-builder-php #seo-id-1::before {
    width: 500px;
    height: 500px;
    filter: blur(45px);
    top: 15%;
  }
  .page-template-templatespage-builder-php #seo-id-2::before {
    width: 500px;
    height: 500px;
    filter: blur(45px);
    bottom: 15%;
  }
  @keyframes seo-wave {
    0%,
    100% {
      transform: translateX(-50%) scale(0.9);
      opacity: 0.6;
    }
    33% {
      transform: translateX(-40%) scale(1.15) translateY(-20px);
      opacity: 0.85;
    }
    66% {
      transform: translateX(-60%) scale(1.15) translateY(20px);
      opacity: 0.85;
    }
  }
}
@media (max-width: 480px) {
  .page-template-templatespage-builder-php #seo-id-1::before {
    width: 350px;
    height: 350px;
    filter: blur(35px);
    top: 10%;
  }
  .page-template-templatespage-builder-php #seo-id-2::before {
    width: 350px;
    height: 350px;
    filter: blur(35px);
    bottom: 10%;
  }
  @keyframes seo-wave {
    0%,
    100% {
      transform: translateX(-50%) scale(0.95);
      opacity: 0.55;
    }
    33% {
      transform: translateX(-42%) scale(1.1) translateY(-15px);
      opacity: 0.8;
    }
    66% {
      transform: translateX(-58%) scale(1.1) translateY(15px);
      opacity: 0.8;
    }
  }
  #hero-top > div > div > div:nth-child(2) > div > p > strong:nth-child(1) {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 390px) {
  .custom-table th,
  .custom-table td {
    padding: 8px 4px !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
  }
  .custom-table tbody td:nth-child(3) {
    padding: 10px 8px !important;
    font-size: 10px !important;
  }
  #hero-top > div > div > div:nth-child(2) > div > p > strong:nth-child(1) {
    font-size: 24px !important;
  }
}
