.alerts {
    padding: 18px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alerts p {
    font-size: 18px;
	font-weight: 700;
    margin: 0;
}
.alert-me {
	position: fixed;
	-webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;			
    background-image: -webkit-gradient(linear, left top, right bottom,
    color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
    color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);		
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    border:1px solid;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    width:470px;
    left:50%;
	transform:translate(-50%, 0);
	top:20%;
    text-align:center;
    color:#fff;
	z-index: 999;
}
.me-danger {
	background-color: #de4343;
    border-color: #de4343;
}
.me-success {
	background-color: #85d330;
    border-color: #85d330;
}
button.closes {
    display: inline-block;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.closes {
    float: right;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
@media (max-width: 768px) {
	.alerts p {font-size: 16px;}
    .alert-me {width:94%;}	
}
.section__title {
  text-align: center;
}

:root {
  --bg-main: #f3f7fb;
  --bg-soft: #eef5fc;
  --surface: #fbfdff;
  --surface-strong: #ffffff;
  --line: #d9e6f2;
  --line-strong: #c4d8ea;
  --accent: #3186e0;
  --accent-dark: #1c69bc;
  --accent-soft: #e6f1ff;
  --text-main: #30485f;
  --text-muted: #60778e;
  --shadow-soft: 0 18px 40px rgba(49, 101, 153, 0.08);
  --shadow-card: 0 18px 34px rgba(35, 79, 123, 0.08);
}

html,
body {
  background: #18324c !important;
  color: var(--text-main);
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
  flex: 1 0 auto;
  overflow-x: hidden;
}

a {
  color: var(--accent-dark);
}

a:hover {
  color: var(--accent-dark);
}

.content-wrapper {
  padding-top: 88px;
}

#navbar.navbar {
  background: rgba(248, 251, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transform: none !important;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease !important;
}

#navbar.navbar.navbar_hidden,
#navbar.navbar.navbar_active,
#navbar.navbar.navbar_fixed {
  transform: none !important;
}

#navbar .navbar__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}

#navbar .navbar__brand {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  flex: 0 0 auto;
  order: 1;
}

#navbar .navbar__brand img {
  display: block;
  width: clamp(148px, 18vw, 248px);
  max-height: none;
}

#navbar .navbar__collapse {
  order: 3;
  width: 100%;
  display: none;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

#navbar.is-menu-open .navbar__collapse {
  display: block;
}

#navbar .menu {
  padding: 0;
  margin: 0;
}

#navbar .menu li {
  display: block;
  margin: 0;
}

#navbar .menu li a {
  display: block;
  padding: 10px 0;
  border-top: 0;
  color: var(--text-main);
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}

#navbar .menu li a.active,
#navbar .menu li a:hover {
  border-top: 0;
  color: var(--accent-dark);
}

.navbar__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-top: 12px;
}

.navbar__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-main);
  text-decoration: none;
  font-weight: 600;
}

.navbar__phone .fa {
  color: var(--accent);
}

.navigation-icon {
  position: static;
  top: auto;
  right: auto;
  order: 2;
  flex: 0 0 auto;
  width: 38px;
  margin-left: auto;
}

.navigation-icon .navigation-icon__container {
  width: 38px;
  height: 28px;
  cursor: pointer;
}

.navigation-icon__container span {
  background: var(--text-main) !important;
  border-radius: 999px;
  height: 3px !important;
}

.intro.section.intro_update {
  position: relative;
  min-height: auto;
  padding: 26px 0 34px;
  background: transparent !important;
}

.intro.section.intro_update:before {
  display: none;
}

.intro__overlay {
  display: none;
}

.hero-shell {
  position: relative;
}

.hero-shell:before {
  content: "";
  position: absolute;
  top: 12px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 170, 239, 0.2) 0%, rgba(110, 170, 239, 0) 72%);
  pointer-events: none;
}

.hero-shell:after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -40px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 222, 248, 0.5) 0%, rgba(198, 222, 248, 0) 75%);
  pointer-events: none;
}

.intro__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 26px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  text-align: left;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.35;
  box-shadow: 0 8px 24px rgba(45, 91, 136, 0.04);
}

.intro__title h1 {
  margin: 16px 0 0;
  color: var(--text-main);
  font-size: clamp(2.2rem, 8vw, 4.35rem);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-align: left;
  max-width: 11.5ch;
}

.intro__subtitle h2 {
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.55;
  max-width: 640px;
  text-align: left;
}

.hero-mark {
  display: inline;
  color: var(--accent-dark);
  background: linear-gradient(180deg, transparent 58%, rgba(230, 241, 255, 0.95) 58%);
  border-radius: 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.04em 0.02em;
}

.hero-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.hero-list li {
  position: relative;
  padding-left: 34px;
  color: var(--text-main);
  font-size: 1rem;
  line-height: 1.45;
}

.hero-list li:before {
  content: "\f061";
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-family: FontAwesome;
  font-size: 10px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.hero-cta_secondary {
  justify-content: flex-start;
}

.hero-cta .btn {
  width: auto;
  min-width: 220px;
}

.hero-cta__link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--text-main);
  text-decoration: none;
  font-weight: 700;
}

.hero-visual {
  position: relative;
}

.hero-visual__frame2 {
  position: relative;
  padding: 10px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(237, 245, 253, 1) 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.hero-visual__frame2 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
  object-position: center top;
}

.hero-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 24px rgba(41, 84, 127, 0.05);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note strong {
  color: var(--text-main);
  font-size: 1rem;
}

.hero-note span {
  margin-top: 3px;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.content-wrapper > .section {
  position: relative;
  padding-top: 34px;
  padding-bottom: 34px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

.content-wrapper > .section:nth-of-type(odd):not(.intro) {
  background: linear-gradient(180deg, rgba(237, 245, 252, 0.58) 0%, rgba(247, 251, 255, 0.28) 100%);
}

.section__title-wrap {
  max-width: 860px;
  margin-bottom: 20px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section__eyebrow:before {
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(49, 134, 224, 0.5);
}

.section__title {
  margin-bottom: 10px;
  color: var(--text-main);
  font-size: clamp(1.8rem, 6vw, 3.05rem);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-align: left;
}

.section__title:not(:empty):before {
  content: "";
  display: inline-flex;
  width: 44px;
  height: 6px;
  margin-right: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(49, 134, 224, 0.25));
  box-shadow: none;
  vertical-align: middle;
}

.section__title_white:before {
  display: none;
}

.section__subtitle {
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 1rem;
}

.section__lead {
  margin-bottom: 16px;
  color: var(--text-main);
  font-size: 1.06rem;
}

.section__subtitle p + p {
  margin-top: 14px;
}

.application {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.application__item {
  margin-bottom: 14px;
  padding: 18px 18px 18px 22px;
  text-align: left;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-card);
}

.application__item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 4px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), rgba(49, 134, 224, 0.18));
}

.application__item:last-child {
  margin-bottom: 0;
  text-align: center;
  padding-left: 18px;
}

.application__title {
  margin-bottom: 8px;
  color: var(--text-main);
  font-size: 1.12rem;
  font-weight: 700;
}

.application__text {
  color: var(--text-muted);
}

ul.default {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

ul.default li {
  position: relative;
  margin-bottom: 12px;
  padding: 14px 16px 14px 42px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
}

ul.default li:before {
  content: "\f061";
  position: absolute;
  left: 14px;
  top: 14px;
  color: var(--accent);
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
}

ul.default li a {
  color: var(--text-main);
  text-decoration: none;
  font-weight: 600;
}

.offer-grid {
  display: grid;
  gap: 18px;
}

.offer-card {
  padding: 22px 20px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.offer-card_accent {
  background: linear-gradient(180deg, rgba(228, 239, 252, 0.95) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.offer-card__title {
  margin-bottom: 16px;
  color: var(--text-main);
  font-size: 1.45rem;
  font-weight: 700;
}

.offer-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  flex: 1 1 auto;
}

.offer-card__list li {
  position: relative;
  padding-left: 30px;
  color: var(--text-main);
}

.offer-card__list li:before {
  content: "\f061";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-family: FontAwesome;
  font-size: 10px;
}

.offer-card__emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  margin-top: 8px;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 1;
}

.offer-summary {
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 34px 42px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(233, 242, 252, 0.96) 0%, rgba(246, 250, 255, 0.98) 100%);
  border: 1px solid rgba(49, 134, 224, 0.12);
  color: var(--text-main);
  font-size: clamp(1.45rem, 3.9vw, 3.1rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-align: center;
  box-shadow: 0 22px 44px rgba(37, 84, 129, 0.06);
}

.section_schemes .section__title-wrap {
  max-width: 980px;
}

.schemes-grid {
  display: grid;
  gap: 60px;
}

.scheme-card {
  padding: 14px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-card);
}

.scheme-card__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 12px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 2px solid #8bdadc;
  background: rgba(218, 242, 243, 0.82);
  color: #247a80;
  font-size: clamp(1.02rem, 2vw, 1.35rem);
  font-weight: 700;
  text-align: center;
}

.scheme-card__head_conflict {
  border-color: #e5c5c8;
  background: rgba(248, 236, 238, 0.88);
  color: #9c666d;
}

.scheme-flow {
  display: grid;
  gap: 6px;
}

.scheme-flow__arrow {
  color: rgba(53, 88, 121, 0.26);
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

.scheme-step {
  padding: 10px 13px 9px;
  border-radius: 18px;
  border: 2px solid #95bfe6;
  background: rgba(233, 240, 251, 0.9);
}

.scheme-step strong {
  display: block;
  color: #202833;
  font-size: clamp(0.9rem, 1.7vw, 1rem);
  font-weight: 700;
  line-height: 1.18;
}

.scheme-step span {
  display: block;
  margin-top: 4px;
  color: #8b73c9;
  font-size: clamp(0.76rem, 1.55vw, 0.9rem);
  font-style: italic;
  line-height: 1.25;
}

.scheme-step_blue {
  border-color: #95bfe6;
  background: rgba(233, 240, 251, 0.9);
}

.scheme-step_blue span {
  color: #8b73c9;
}

.scheme-step_teal {
  border-color: #95bfe6;
  background: rgba(233, 240, 251, 0.9);
}

.scheme-step_rose {
  border-color: #e5c5c8;
  background: rgba(248, 237, 238, 0.9);
}

.scheme-step_rose span {
  color: #b0757d;
}

.scheme-step_sand {
  border-color: #e3d1af;
  background: rgba(249, 244, 233, 0.92);
}

.scheme-step_sand span {
  color: #b78d52;
}

.scheme-card__loop {
  margin-top: 8px;
  color: #be8c8c;
  font-size: 0.74rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.scheme-card__emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  margin-top: 8px;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 1;
}

.scheme-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  counter-reset: scheme-steps;
}

.scheme-list li {
  position: relative;
  min-height: 38px;
  padding: 0 0 8px 30px;
  border-bottom: 1px dashed rgba(119, 147, 180, 0.28);
  color: var(--text-main);
  font-size: 0.9rem;
  font-weight: 500;
}

.scheme-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.scheme-list li:before {
  counter-increment: scheme-steps;
  content: counter(scheme-steps);
  position: absolute;
  top: 0;
  left: 0;
  color: #76cfd1;
  font-size: 0.92rem;
  font-weight: 700;
  font-style: italic;
}

.scheme-list li span {
  display: inline-block;
  margin-left: 6px;
  color: #2e9664;
  font-style: italic;
}

.request-notes {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.request-note {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
}

.safety-grid {
  display: grid;
  gap: 16px;
  margin-top: 8px;
  justify-content: center;
}

.safety-card {
  padding: 22px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 100%;
}

.safety-card__title {
  margin-bottom: 10px;
  color: var(--text-main);
  font-size: 1.2rem;
  font-weight: 700;
}

.safety-card p {
  margin: 0;
}

.safety-card__emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 1;
  filter: saturate(1.02);
}

.section_safety .section__title-wrap,
.section_telegram .section__title-wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section_safety .section__title,
.section_safety .section__subtitle,
.section_safety .section__eyebrow,
.section_telegram .section__title,
.section_telegram .section__subtitle,
.section_telegram .section__eyebrow {
  text-align: center;
}

.section_safety .section__title:not(:empty):before,
.section_safety .section__eyebrow:before,
.section_telegram .section__title:not(:empty):before,
.section_telegram .section__eyebrow:before {
  display: none;
}

#num5 .section__subtitle p,
#num10 p {
  padding: 14px 16px;
  border-left: 4px solid var(--accent);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
}

.section__video-block,
.video-wrapper {
  border-radius: 28px;
  overflow: hidden;
}

.video-wrapper {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

#num9 .section__title-wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#num9 .section__title,
#num9 .section__subtitle {
  text-align: center;
}

#num9 .section__title:not(:empty):before {
  display: none;
}

#num9 .section__video-block {
  max-width: 920px;
  margin: 18px auto 0;
}

.section__imgAside,
.section__img-block {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  border: 1px solid var(--line);
  padding: 12px;
  box-shadow: var(--shadow-soft);
}

.section__imgAside img,
.section__img-block img,
.carousel-download__img img {
  border-radius: 20px;
}

.telegram-img {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.carousel-feedback__item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-card);
  padding: 14px;
}

.carousel-feedback__name a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--text-main);
  font-weight: 700;
  text-decoration: none;
}

.btn_red,
.btn_red-hover,
.btn_glow,
#formBigSubmit {
  border: 0 !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark)) !important;
  box-shadow: 0 16px 28px rgba(39, 106, 179, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn_red:hover,
.btn_red-hover:hover,
.btn_glow:hover,
#formBigSubmit:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(39, 106, 179, 0.28);
  filter: brightness(1.02);
}

#order.section {
  background: linear-gradient(180deg, #2d79ce 0%, #1f6ec5 100%);
  color: #fff;
  padding-top: 54px;
  padding-bottom: 60px;
}

#order .section__title {
  color: #fff;
}

#formOrder {
  scroll-margin-top: 120px;
}

.form-big {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
  padding: 18px;
  box-shadow: 0 24px 50px rgba(16, 54, 102, 0.18);
}

.form-big__item {
  border-radius: 18px;
  border: 1px solid rgba(35, 113, 189, 0.18);
  background: #fff;
}

.form-big__item:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(96, 170, 244, 0.24);
}

.form-big__agreement {
  color: #d9eaff;
}

.form-big__agreement a {
  color: #fff;
}

.footer {
  background: linear-gradient(180deg, #203d5c 0%, #18324c 100%);
  color: #edf5ff;
  margin-top: 0;
  padding: 34px 0 26px;
  border-top: 1px solid rgba(192, 220, 251, 0.12);
}

.footer a {
  color: #f6fbff;
}

.footer__top,
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__title {
  color: #ffffff !important;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  text-decoration: none;
  width: fit-content;
}

.footer__brand-copy {
  max-width: 360px;
  color: rgba(239, 247, 255, 0.82);
}

.footer__controls {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.footer__policy {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(191, 223, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  font-weight: 700;
}

.footer-info__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.footer-info__links a {
  color: #ffffff;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(1.02rem, 2vw, 1.4rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
  white-space: nowrap;
}

.footer-info__links span {
  color: rgba(228, 240, 252, 0.84);
  max-width: 420px;
}

.social__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(191, 223, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff !important;
  font-size: 20px;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.social__icon:hover {
  transform: translateY(-1px);
  background: rgba(74, 145, 221, 0.22);
  border-color: rgba(191, 223, 255, 0.42);
}

.footer-info__social {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

.whatsapp-btn {
  position: fixed;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 60 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px !important;
  height: 58px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #36d36d 0%, #1fb455 100%) !important;
  box-shadow: 0 18px 34px rgba(25, 123, 63, 0.28) !important;
  text-decoration: none !important;
  overflow: hidden;
}

.telegram-btn {
  background: linear-gradient(135deg, #33a8ff 0%, #1f7ae0 100%) !important;
  box-shadow: 0 18px 34px rgba(29, 108, 187, 0.28) !important;
}

.whatsapp-btn:before {
  content: "\f1d8" !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  font-family: FontAwesome !important;
  font-size: 30px !important;
  color: #fff !important;
  flex: 0 0 auto !important;
}

.whatsapp-btn:after {
  content: none !important;
  display: none !important;
}

.whatsapp-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.mess-me,
.modal-mask,
#bg_popup,
#popup,
.overlay {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 991px) {
  #navbar .navbar__collapse {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  html,
  body,
  .content-wrapper,
  .hero-shell {
    overflow-x: hidden;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-shell:before,
  .hero-shell:after {
    display: none;
  }

  .content-wrapper {
    padding-top: 84px;
  }

  .intro__title h1 {
    font-size: 2.55rem !important;
  }

  .intro__subtitle h2 {
    font-size: 1rem !important;
  }

  .section__title {
    font-size: 2rem;
  }

  .section__subtitle {
    font-size: 0.98rem;
  }

  .hero-kicker {
    font-size: 0.92rem;
  }

  .section__eyebrow {
    font-size: 0.76rem;
    letter-spacing: 0.1em;
  }

  .intro__content {
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    display: contents;
  }

  .hero-kicker {
    order: 1;
  }

  .hero-visual {
    order: 2;
    margin-top: 16px;
  }

  .intro__title {
    order: 3;
    margin-top: 18px;
  }

  .intro__subtitle {
    order: 4;
  }

  .hero-list {
    order: 5;
  }

  .hero-cta {
    order: 6;
  }

  .offer-summary {
    margin-top: 20px;
    padding: 24px 18px;
    border-radius: 24px;
    font-size: 1.38rem;
    line-height: 1.14;
  }

  .schemes-grid {
    gap: 44px;
  }

  .scheme-card {
    padding: 12px;
    border-radius: 22px;
  }

  .scheme-card__head {
    min-height: 48px;
    margin-bottom: 10px;
    padding: 9px 14px;
    font-size: 0.98rem;
  }

  .scheme-step {
    padding: 8px 11px 7px;
    border-radius: 16px;
  }

  .scheme-step strong {
    font-size: 0.86rem;
  }

  .scheme-step span {
    font-size: 0.75rem;
  }

  .scheme-list li {
    min-height: 34px;
    padding-left: 28px;
    font-size: 0.82rem;
  }

  .scheme-card__emoji {
    min-height: 58px;
    font-size: 2.6rem;
  }

  .hero-cta .btn,
  .hero-cta__link {
    width: 100%;
    justify-content: center;
  }

  .hero-cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    min-height: 64px;
    padding: 0 24px !important;
    border-radius: 22px !important;
    font-size: 1.08rem;
    line-height: 1;
    text-align: center;
  }

  .footer {
    padding-bottom: 92px;
  }

  .footer__controls {
    align-items: flex-start;
  }

  .footer-info__links a {
    font-size: 0.98rem;
    white-space: nowrap;
  }

  .whatsapp-btn {
    width: 56px !important;
    height: 56px !important;
    right: 14px !important;
    bottom: 14px !important;
  }

  .hero-visual__frame img {
    aspect-ratio: 0.82;
  }

  .telegram-img {
    max-width: 180px;
  }

  .section__title:not(:empty):before {
    width: 30px;
    margin-right: 10px;
  }

  .application__item:last-child {
    padding-left: 18px;
  }
}

@media (min-width: 1024px) {
  .content-wrapper > .section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .content-wrapper {
    padding-top: 98px;
  }

  #navbar .navbar__container {
    flex-wrap: nowrap;
    gap: 22px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  #navbar .navbar__collapse {
    order: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: auto;
    padding-top: 0;
    margin-left: auto;
    border-top: 0;
  }

  #navbar .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
  }

  #navbar .menu li a {
    padding: 0;
    position: relative;
    font-size: 0.9rem;
  }

  #navbar .menu li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: transparent;
    transition: background-color 0.2s ease;
  }

  #navbar .menu li a.active:after,
  #navbar .menu li a:hover:after {
    background: var(--accent);
  }

  .navbar__actions {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding-top: 0;
  }

  .navbar__phone {
    white-space: nowrap;
    font-size: 0.92rem;
  }

  .intro__content {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    align-items: center;
    gap: 54px;
  }

  .hero-copy {
    padding-top: 14px;
  }

  .hero-visual {
    padding-left: 18px;
  }

  .offer-grid,
  .safety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .safety-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .schemes-grid {
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
    align-items: start;
  }

  .hero-cta_secondary {
    justify-content: center;
  }

  .telegram-img {
    max-width: 360px;
  }

  .scheme-card_process {
    max-width: none;
    margin: 0;
  }

  .footer__top,
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer__controls {
    flex-direction: row;
    align-items: center;
  }

  .footer__bottom {
    gap: 32px;
  }

  .footer-info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .footer-info__links {
    max-width: none;
  }

  .application {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .application__item {
    margin-bottom: 0;
  }

  .application__item:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.intro__title2 h1 {
  margin: 16px 0 0;
  color: var(--text-main);
  font-size: clamp(1.2rem, 1vw, q.35rem);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-align: left;
  max-width: 25.5ch;
}

  .intro__title2 h1 {
    font-size: 2.55rem !important;
  }

  .intro__title2 {
    order: 3;
    margin-top: 18px;
  }
  
  .hero-visual__frame2 {
  position: relative;
  padding: 10px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(237, 245, 253, 1) 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.hero-visual__frame2 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
  object-position: center top;
}
