@charset "UTF-8";
/* roboto-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v47-cyrillic_cyrillic-ext_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v47-cyrillic_cyrillic-ext_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto-v47-cyrillic_cyrillic-ext_latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-v47-cyrillic_cyrillic-ext_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v47-cyrillic_cyrillic-ext_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v15-cyrillic_cyrillic-ext_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v15-cyrillic_cyrillic-ext_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* 

font-family: 'Manrope', Arial, Helvetica, sans-serif;


:root {
    --main-brand-color: #4CAF50; var(--main-brand-color) зеленый
    --second-brand-color: #66BB6A; var(--second-brand-color) светло зеленый 
    --third-brand-color: #E8F5E9; var(--third-brand-color) очень светло зеленый
    --accent-color: #81C784; var(--accent-color) акцентный зеленый
    --text-color: #000000; var(--text-color) 
}



*/
/* CSS Reboot Styles */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body,
ul,
ol,
p,
dl,
dd,
figure,
blockquote,
pre {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font: inherit;
    margin: 0;
}

ul, ol {
    padding: 0;
    list-style: none;
}

ol {
    list-style: decimal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

td,
th {
    padding: 0;
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

img,
audio,
canvas,
iframe,
svg,
video {
    max-width: 100%;
 /* Set responsive behaviour */
    height: auto;
    vertical-align: middle;
 /* Remove bottom spacing under element (line-height) */
}

iframe {
    border: none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input,
textarea,
button,
optgroup,
select {
    margin: 0;
    font-family: inherit;
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

/* Fast Tap enables no-delay taps (FastClick-esque) on supporting browsers */
a,
button,
input,
label,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* Make fonts more sexy */
body,
input,
textarea,
button,
select {
    -webkit-font-smoothing: antialiased;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

*::-webkit-input-placeholder {
    opacity: 1;
}

*::-moz-placeholder {
    opacity: 1;
}

*:-ms-input-placeholder {
    opacity: 1;
}

*::-ms-input-placeholder {
    opacity: 1;
}

*::placeholder {
    opacity: 1;
}

:root {
    /* ещё более тёмный зелёный под основной фирменный цвет */
    --main-brand-color: #1B5E20;   /* основной зелёный */
    --second-brand-color: #0B3D0B; /* самый тёмный для рамок/иконок */
    --third-brand-color: #E8F5E9;  /* светлый фон и градиенты оставляем */
    --accent-color: #66BB6A;       /* более светлый акцент под чёрный текст */
    --text-color: #000000;
}

body {
    width: 100%;
    height: auto;
    min-height: 100dvh;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: var(--text-color);
    background:
        radial-gradient(120% 120% at 0% 0%, rgba(232, 245, 233, 0.9) 0, transparent 55%),
        radial-gradient(120% 120% at 100% 100%, rgba(232, 245, 233, 0.8) 0, transparent 55%),
        #ffffff;
    position: relative;
}

.wrapper {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

.header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

input {
    border: 0;
    outline: 0;
    border-radius: 0;
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-scroll {
    overflow: hidden;
}

@media (min-width: 500px) {
    .no-scroll {
        padding-right: 17px;
    }
}
/* firefox */
@supports (-moz-appearance: none) {
    .no-scroll {
        padding-right: 0;
    }
}

@media (hover: none) and (pointer: coarse) {
    .no-scroll {
        margin-right: 0;
    }
}

textarea:focus {
    outline: none;
}

.container {
    width: 100%;
    max-width: 1442px;
    padding-left: 65px;
    padding-right: 65px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.btn:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

/* Scrollbar change */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

/* Header styles */
/* Media queries */
@media (min-width: 768px) {
    .br-tab {
        display: none;
    }

    .br-mob {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .br-desc {
        display: none;
    }

    .br-mob {
        display: none;
    }
}

@media (max-width: 480px) {
    .br-desc {
        display: none;
    }

    .br-tab {
        display: none;
    }
}
/* STYLES */
/* burger menu */
:root {
    --burger-menu-color: var(--second-brand-color);
    --burger-menu-width: 28px;
    --burger-menu-height: 22px;
    --burger-top-plus: 10px;
    --burger-top-minus: -10px;
    --burger-line-height: 3px;
    --burger-line-round: 5px;
}

.header__burger {
    width: var(--burger-menu-width);
    height: var(--burger-menu-height);
    position: relative;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    cursor: pointer;
    z-index: 1001;
}

.header__burger span {
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    width: 100%;
    position: absolute;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__burger span::before {
    content: "";
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    left: 0px;
    position: absolute;
    top: var(--burger-top-minus);
    width: 100%;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.header__burger span::after {
    content: "";
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    left: 0px;
    position: absolute;
    top: var(--burger-top-plus);
    width: 100%;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.header__burger.open span {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background: transparent;
}

.header__burger.open span:before {
    -webkit-transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.header__burger.open span:after {
    -webkit-transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.main-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 265px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px 0 40px;
    border-radius: 16px;
    background-color: var(--main-brand-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}

.stupenki-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    gap: 12px;
}

.stupenki-text {
    font-size: 16px;
    text-align: center;
}

.main-btn:hover {
    background-color: #45A049;
}

.main-btn:active {
    background-color: #388E3C;
}

.main-btn:disabled {
    background-color: #9A9A9A;
}

.main-btn--big {
    height: 64px;
    min-width: 304px;
}

.main-btn--yellow {
    background-color: var(--accent-color);
    color: var(--text-color);
}

.main-btn--yellow:hover {
    background-color: #75C279;
}

.main-btn--yellow:active {
    background-color: #66BB6A;
}

.main-submit.main-btn--yellow {
    background-color: #81C784;
}

.main-submit.main-btn--yellow:hover {
    background-color: #75C279;
}

.main-submit.main-btn--yellow:active {
    background-color: #66BB6A;
}

.main-btn--yellow:disabled {
    background-color: #81C784;
}

.main-btn--yellow:disabled:hover {
    background-color: #81C784;
}

.main-btn--secondary {
    background-color: var(--second-brand-color);
    min-width: 304px;
}

.main-btn--secondary:hover {
    background-color: #75C279;
}

.main-btn--secondary:active {
    background-color: #66BB6A;
}

.main-btn--additional {
    background-color: var(--third-brand-color);
    color: var(--main-brand-color);
    height: 48px;
    font-weight: 500;
}

.main-btn--additional:hover {
    background-color: #C8E6C9;
}

.main-btn--additional:active {
    background-color: #66BB6A;
}

.main-btn--additional:disabled {
    background-color: #C8C8C8;
}

.main-btn--arrow {
    position: relative;
}

    .main-btn--arrow::after {
        content: "";
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 9px;
        height: 12px;
background-image: url('data:image/svg+xml;utf8,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.70697 12.1426L7.41397 6.43564L1.70697 0.728638L0.292969 2.14264L4.58597 6.43564L0.292969 10.7286L1.70697 12.1426Z" fill="%232E7D32"/></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-left: 12px;
    }

.header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-box {
    max-width: 198px;
    width: 100%;
    aspect-ratio: 198/48;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.header-nav li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.header__right .main-btn--additional {
    width: 180px;
    min-width: initial;
    padding-left: 10px;
    padding-right: 10px;
}

/* first section */
.first-section {
    width: 100%;
    max-width: 1440px;
    border-radius: 24px;
    background: linear-gradient(135deg, #E8F5E9 0%, #FFFFFF 45%, #E8F5E9 100%);
    height: 516px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 170px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.first-section::before,
.first-section::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    z-index: 0;
}

.first-section::before {
    top: -80px;
    right: -40px;
    background: rgba(129, 199, 132, 0.35);
}

.first-section::after {
    bottom: -100px;
    left: -60px;
    background: rgba(76, 175, 80, 0.18);
}

.first-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.header-main {
    font-weight: 700;
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 33px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.fs-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    max-width: 576px;
    margin-bottom: 48px;
}

.hero-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 4px 14px;
    border-radius: 999px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 16px;
}

.hero-tag__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--main-brand-color);
}

.first-section__img {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: min(480px, 40vw);
    max-width: 480px;
    height: auto;
}

.first-section__right {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.first-section__img-mobile {
    display: none;
}

/* second section */
.second-section {
    padding-top: 300px;
    padding-bottom: 65px;
}

.header-h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    margin-bottom: 64px;
}

.ss-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.ss-box-item {
    width: calc(33% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.04);
}

.ss-box-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ss-box-item__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.ss-box-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
}

.ss-box-icon {
    width: 46px;
    aspect-ratio: 1/1;
    top: 2px;
    position: relative;
    padding: 10px;
    border-radius: 16px;
    background-color: var(--third-brand-color);
}

/* third section */
.third-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.ts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.ts-item {
    width: calc(50% - 10px);
    border: 3px solid var(--third-brand-color);
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    height: 220px;
}

.ts-item,
.ss-box-item,
.review-item,
.teacher-item {
    -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ts-item:hover,
.ss-box-item:hover,
.review-item:hover,
.teacher-item:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

.ts-item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}

.ts-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.ts-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    max-width: 360px;
    width: 100%;
}

/* карточки программ в блоке "Программы подготовки к школе" */
.programs-preview-section .ts-box--programs {
    flex-wrap: wrap;
    gap: 30px;
}

.programs-preview-section .ts-item--program {
    width: calc(50% - 15px);
    height: auto;
    padding: 40px;
    align-items: flex-start;
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
}

.programs-preview-section .ts-item--program .ts-item__right {
    width: 100%;
}

.programs-preview-section .ts-item--program .ts-item__title {
    margin-bottom: 20px;
    color: var(--main-brand-color);
}

.ts-box-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    padding-left: 80px;
}

.ts-box-bottom__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
}

/* fourth section */
.fourth-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.fourth-section-box {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    border-radius: 16px;
    background: radial-gradient(180% 180% at 0% 0%, #E8F5E9 0%, transparent 55%),
                radial-gradient(180% 180% at 100% 100%, #C8E6C9 0%, transparent 55%),
                var(--main-brand-color);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1312px;
}

.fourth-section .header-h2 {
    color: #fff;
    margin-bottom: 24px;
}

.fourth-section__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

.fourth-section-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 30px;
}

.main-btn--time {
    border: 3px solid #66BB6A;
    border-radius: 16px;
    background-color: transparent;
    cursor: default;
}

.main-btn--time:hover {
    background-color: transparent !important;
}

.fourth-section .main-btn--yellow {
    width: 172px;
    min-width: initial;
}

ol {
    padding-left: 20px;
    margin-bottom: 40px;
}

ol li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin-bottom: 8px;
}

/* fifth section */
.fifth-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.fifth-section .header-h2 {
    margin-bottom: 20px;
}

.fifth-section-inner {
    position: relative;
}

.fifth-section-text {
    text-align: center;
}

.faq-box {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
}

.faq-item {
    margin-bottom: 18px;
}

.faq-item__question {
    min-height: 72px;
    border-radius: 16px;
    background-color: var(--third-brand-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.04);
}

.faq-item__question::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 17px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg width="19" height="12" viewBox="0 0 19 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.00028 0.999233C9.29679 0.690919 9.70377 0.690919 10.0003 0.999233L18.0003 8.99923C18.2968 9.30755 18.2968 9.69092 18.0003 9.99923L17.0003 10.9992C16.7038 11.3075 16.2968 11.3075 16.0003 10.9992L9.5 4.5L3.00028 10.9992C2.70377 11.3075 2.29679 11.3075 2.00028 10.9992L1.00028 9.99923C0.703768 9.69092 0.703768 9.30755 1.00028 8.99923L9.00028 0.999233Z" fill="%23000000"/><path d="M2.5 10.7305C2.4835 10.7304 2.45136 10.7257 2.4082 10.6943L2.36035 10.6523L1.36035 9.65234L1.31641 9.59863C1.28242 9.54943 1.27832 9.5152 1.27832 9.49902C1.27837 9.47735 1.28538 9.42369 1.36035 9.3457L9.36035 1.3457C9.42726 1.27613 9.47791 1.26765 9.5 1.26758C9.51643 1.26758 9.54933 1.27217 9.59277 1.30371L9.63965 1.3457L17.6396 9.3457C17.7147 9.42375 17.7226 9.47733 17.7227 9.49902C17.7227 9.51519 17.7184 9.54954 17.6846 9.59863L17.6396 9.65234L16.6396 10.6523C16.5725 10.7222 16.5219 10.7305 16.5 10.7305C16.4835 10.7304 16.4514 10.7256 16.4082 10.6943L16.3604 10.6523L16.3535 10.6455L9.85352 4.14648L9.5 3.79297L9.14648 4.14648L2.64648 10.6455L2.63965 10.6523C2.57246 10.7222 2.52195 10.7305 2.5 10.7305Z" stroke="%23000000" stroke-linecap="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.faq-item--active .faq-item__question::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-item__answer {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.faq-bg-1 {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 100%;
    height: auto;
    max-width: 241px;
    aspect-ratio: 241/260;
    background-image: url("../img/fq-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.faq-bg-2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 100%;
    height: auto;
    max-width: 246px;
    aspect-ratio: 246/263;
    background-image: url("../img/fq-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.faq-bg-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: 231px;
    aspect-ratio: 231/250;
    background-image: url("../img/fq-3.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.fifth-section .header-h2 {
    z-index: 2;
    position: relative;
}

.fifth-section-text {
    z-index: 2;
    position: relative;
}

/* sixth section */
.sixth-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.reviews-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}

.review-item {
    width: calc(50% - 10px);
    border: 3px solid var(--second-brand-color);
    border-radius: 16px;
    padding: 32px;
    background-color: #ffffff;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.04);
}

.review-item-avatar {
    margin-bottom: 24px;
    width: 142px;
}

.review-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.reviews-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 24px;
}

.reviews-bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reviews-bottom__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.reviews-bottom__info {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.reviews-bottom img {
    width: 48px;
    height: 48px;
}

.review-item:nth-child(4) {
    top: -52px;
    position: relative;
}

.review-item:nth-child(5) {
    top: -25px;
    position: relative;
}

.review-item:nth-child(6) {
    top: 0;
    position: relative;
}

/* seventh section */
.seventh-section {
    padding-top: 20px;
    padding-bottom: 65px;
}

.seventh-section-box {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1312px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.08);
    background: radial-gradient(180% 180% at 0% 0%, #E8F5E9 0%, transparent 55%),
                radial-gradient(180% 180% at 100% 100%, #C8E6C9 0%, transparent 55%),
                var(--main-brand-color);
}

.form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}

.main-form {
    max-width: 535px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-input {
    background-color: #fff;
    height: 52px;
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 20px;
}

.main-input[type="textarea"],
.main-form textarea.main-input {
    height: auto;
    min-height: 120px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: inherit;
    line-height: 1.5;
}

.main-input::-webkit-input-placeholder {
    color: var(--second-brand-color);
}

.main-input::-moz-placeholder {
    color: var(--second-brand-color);
}

.main-input:-ms-input-placeholder {
    color: var(--second-brand-color);
}

.main-input::-ms-input-placeholder {
    color: var(--second-brand-color);
}

.main-input::placeholder {
    color: var(--second-brand-color);
}

.seventh-section-box__left {
    max-width: 432px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    top: -30px;
    position: relative;
}

.seventh-section-box__left .header-h2 {
    margin-bottom: 24px;
    text-align: left;
}

.seventh-section-box__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 535px;
}

.form-text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: var(--second-brand-color);
    color: #fff;
}

.form-text a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    font-size: 14px;
    line-height: 110%;
    color: var(--second-brand-color);
    color: #fff;
}

.form-text a:hover {
    text-decoration: none;
}

.main-btn--mobile {
    display: none;
}

/* footer */
.footer {
    margin-top: 65px;
    padding-bottom: 65px;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__inner {
    border-top: 3px solid var(--second-brand-color);
    padding-top: 20px;
}

.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer__bottom {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-nav,
.footer-nav-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.footer-nav li a,
.footer-nav-two li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.footer-nav-two li a,
.footer-nav-two li p {
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.footer-nav-two li a:hover,
.footer-nav-two li p:hover {
    text-decoration: none;
}

.footer-copyright {
    font-size: 14px;
}

.side-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    right: 8dvw;
    position: fixed;
    bottom: 40px;
}

.footer .main-btn.main-btn--additional {
    width: 180px;
    min-width: initial;
    padding-left: 10px;
    padding-right: 10px;
}

.up-btn {
    cursor: pointer;
    border: 3px solid var(--second-brand-color);
    border-radius: 16px;
    width: 88px;
    height: 88px;
background-image: url('data:image/svg+xml;utf8,<svg width="24" height="28" viewBox="0 0 24 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 26C10.5 26.8284 11.1716 27.5 12 27.5C12.8284 27.5 13.5 26.8284 13.5 26L10.5 26ZM13.0607 0.939341C12.4749 0.353554 11.5251 0.353554 10.9393 0.939341L1.3934 10.4853C0.807611 11.0711 0.807611 12.0208 1.3934 12.6066C1.97918 13.1924 2.92893 13.1924 3.51472 12.6066L12 4.12132L20.4853 12.6066C21.0711 13.1924 22.0208 13.1924 22.6066 12.6066C23.1924 12.0208 23.1924 11.0711 22.6066 10.4853L13.0607 0.939341ZM12 26L13.5 26L13.5 2L12 2L10.5 2L10.5 26L12 26Z" fill="%232E7D32"/></svg>');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hide.up-btn {
    opacity: 0;
    pointer-events: none;
}

.up-btn:hover {
    background-color: var(--second-brand-color);
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="28" viewBox="0 0 24 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 26C10.5 26.8284 11.1716 27.5 12 27.5C12.8284 27.5 13.5 26.8284 13.5 26L10.5 26ZM13.0607 0.939341C12.4749 0.353554 11.5251 0.353554 10.9393 0.939341L1.3934 10.4853C0.807611 11.0711 0.807611 12.0208 1.3934 12.6066C1.97918 13.1924 2.92893 13.1924 3.51472 12.6066L12 4.12132L20.4853 12.6066C21.0711 13.1924 22.0208 13.1924 22.6066 12.6066C23.1924 12.0208 23.1924 11.0711 22.6066 10.4853L13.0607 0.939341ZM12 26L13.5 26L13.5 2L12 2L10.5 2L10.5 26L12 26Z" fill="%23FFFFFF"/></svg>');
}

.about-hero-section {
    margin-top: 5px;
    margin-bottom: 65px;
}

.about-hero-section-inner {
    height: 380px;
    padding-left: 100px;
    padding-right: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 24px;
    max-width: 1312px;
    padding-bottom: 20px;
    background: linear-gradient(135deg, #E8F5E9 0%, #FFFFFF 45%, #E8F5E9 100%);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.about-hero-section-inner::before,
.about-hero-section-inner::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    z-index: 0;
}

.about-hero-section-inner::before {
    top: -80px;
    right: -40px;
    background: rgba(129, 199, 132, 0.35);
}

.about-hero-section-inner::after {
    bottom: -100px;
    left: -60px;
    background: rgba(76, 175, 80, 0.18);
}

.about-hero-section-inner__left,
.about-hero-img {
    position: relative;
    z-index: 1;
}

.about-hero-section-inner__left .header-h2 {
    margin-bottom: 24px;
    text-align: left;
    font-size: 56px;
}

.about-hero-section-inner__left p {
    max-width: 550px;
}

.about-hero-img {
    width: 320px;
    height: 320px;
}

/* fun language learning section */
.fun-language-learning-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.fun-language-learning-section-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fun-language-learning-section-box {
    max-width: 780px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    z-index: 3;
    position: relative;
}

.fun-language-learning-section-box .header-h2 {
    margin-bottom: 24px;
}

.fun-language-learning-section-box p {
    max-width: 100%;
    text-align: center;
    margin-bottom: 32px;
}

.fl-bg-left {
    position: absolute;
    left: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    max-width: 246px;
    aspect-ratio: 246/263;
}

.fl-bg-right {
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    max-width: 238px;
    aspect-ratio: 238/255;
}

.fun-language-learning-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

/* easylingo benefits section */
.easylingo-benefits-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.easylingo-benefits-box {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.easylingo-benefits-box__left {
    width: 51%;
}

.easylingo-benefits-box__left .header-h2 {
    text-align: left;
    margin-bottom: 24px;
}

.easylingo-benefits-box__text {
    margin-bottom: 30px;
}

.easylingo-benefits-box-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.ebb-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 15px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.easylingo-benefits-box__right {
    width: 49%;
}

/* how start section */
.how-start-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.hs-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000;
}

.hss-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.hss-item {
    width: calc(25% - 22.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hss-item-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
}

.hss-item-header {
    width: 100%;
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 15px;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.hss-item-text {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

/* Приём в центр — стили карточек шагов */
.admission-section {
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: var(--third-brand-color);
}

.admission-section .hss-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 32px 40px;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.admission-section .hss-item {
    width: calc(33.33% - 16px);
    max-width: none;
    background-color: var(--third-brand-color);
    border-radius: 20px;
    padding: 24px 20px 28px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.04);
    -webkit-box-align: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    position: relative;
}

.admission-section .hss-item-step {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--main-brand-color);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.admission-section .hss-item::after {
    content: "";
    position: absolute;
    top: 44px;
    right: -12px;
    width: 24px;
    height: 2px;
    background-color: var(--accent-color);
    opacity: 0.5;
}

.admission-section .hss-item:last-child::after {
    display: none;
}

.admission-section .hss-item-header {
    font-size: 20px;
}

.admission-section .admission-cta {
    max-width: 1000px;
    margin: 50px auto 0;
    text-align: center;
}

.header-nav li:last-child {
    display: none;
}

.eb-img-mob {
    display: none;
}

.iq-sectiom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 65px;
    padding-bottom: 160px;
    padding-left: 25px;
    padding-right: 25px;
}

.iq-sectiom .header-h2 {
    margin-bottom: 25px;
}

.iq-sectiom .main-btn--time {
    width: 305px;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}

.iq-sectiom .main-btn--time:hover {
    background-color: var(--third-brand-color);
}

.iq-sectiom .main-btn--yellow {
    width: 172px;
    min-width: initial;
}

.iq-sectiom .main-btn--time::before {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4785 14.3181L12.0002 11.9992V6.20213M1.56543 11.9992C1.56543 13.3696 1.83533 14.7264 2.35973 15.9925C2.88413 17.2585 3.65275 18.4088 4.62171 19.3777C5.59067 20.3467 6.74099 21.1153 8.00699 21.6397C9.273 22.1641 10.6299 22.434 12.0002 22.434C13.3705 22.434 14.7274 22.1641 15.9934 21.6397C17.2594 21.1153 18.4098 20.3467 19.3787 19.3777C20.3477 18.4088 21.1163 17.2585 21.6407 15.9925C22.1651 14.7264 22.435 13.3696 22.435 11.9992C22.435 10.6289 22.1651 9.27202 21.6407 8.00602C21.1163 6.74001 20.3477 5.58969 19.3787 4.62073C18.4098 3.65177 17.2594 2.88315 15.9934 2.35875C14.7274 1.83436 13.3705 1.56445 12.0002 1.56445C10.6299 1.56445 9.273 1.83436 8.00699 2.35875C6.74099 2.88315 5.59067 3.65177 4.62171 4.62073C3.65275 5.58969 2.88413 6.74001 2.35973 8.00602C1.83533 9.27202 1.56543 10.6289 1.56543 11.9992Z" stroke="%232E7D32" stroke-width="2.31884" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 20px;
}

.iq-sectiom__text {
    text-align: center;
}

/* test page */
.test-page .about-hero-section-inner {
    padding-right: 40px;
    padding-bottom: 30px;
}
/* courses section */
.courses-section {
    margin-top: 35px;
}

.courses-box-levels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    top: 2px;
    position: relative;
}

.courses-level-btn {
    width: 33.33%;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    background-color: transparent;
    border-bottom: none;
    padding: 10px;
    cursor: pointer;
}

.courses-tabs {
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 70px;
    border-radius: 16px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 2px solid var(--second-brand-color);
}

.courses-tab-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.courses-tab-top-text {
    width: 100%;
    max-width: 507px;
}

.courses-tab-top-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 88px;
    border-radius: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    background-color: var(--accent-color);
    padding: 20px;
    min-width: 220px;
}

.courses-tab-top-time img {
    width: 46px;
}

.courses-tab-top-time p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000;
}

.courses-tab-bottom {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.courses-tab-bottom__left {
    width: 490px;
}

.courses-tab-bottom__right {
    max-width: 570px;
    width: 100%;
}

.courses-tab-bottom__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 15px;
}

.courses-level-btn.courses-level-btn--active {
    background-color: #fff;
}

.courses-level-btn.courses-level-btn--active p {
    padding-bottom: 2px;
    text-align: center;
}

.courses-level-btn p {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #6c6c6c;
    text-align: center;
}

.courses-level-btn:hover p {
    background-color: var(--third-brand-color);
}

.courses-level-btn--active {
    border: 2px solid var(--second-brand-color);
    border-bottom: 0;
}

.courses-level-btn--active p {
    color: var(--main-brand-color);
    background-color: var(--third-brand-color);
}

.courses-tab-bottom__right .main-btn {
    max-width: 228px;
    min-width: initial;
}

.courses-section--special {
    margin-top: 70px;
}

.courses-section--special .header-h2 {
    margin-bottom: 40px;
}

.courses-section--special .courses-tab-bottom__left {
    max-width: 570px;
    width: 100%;
}

.courses-section--special .courses-tab-bottom__right {
    width: 490px;
}

.courses-page .iq-sectiom {
    padding-top: 130px;
    padding-bottom: 90px;
}

.teachers-page .form-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.courses-page .form-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* teachers section */
.teachers-section {
    padding-top: 10px;
    padding-bottom: 65px;
}

.teachers-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 70px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.teachers-box.container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1312px;
}

.teacher-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.33% - 13.33px);
    border-radius: 24px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.teacher-item-top {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    position: relative;
}

.teacher-item-top img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 16px;
    overflow: hidden;
}

.more-info-btn {
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    border-radius: 14px;
    background-color: var(--third-brand-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--main-brand-color);
    width: 100%;
}

.teacher-item-name {
    width: 100%;
    text-align: left;
    margin-top: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.teacher-item-bottom {
    width: 100%;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.teacher-item-bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.teachers-page .seventh-section {
    padding-top: 100px;
}

.more-info-btn--mobile {
    display: none;
}

.more-info-btn {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.more-info-btn:hover {
    background-color: var(--main-brand-color) !important;
    color: #fff !important;
}

/* popups */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 500;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(7.3000001907px);
    backdrop-filter: blur(7.3000001907px);
    background: rgba(0, 0, 0, 0.3);
}

.popup {
    border-radius: 10px;
    width: 100%;
    max-width: 1190px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 16px;
    padding-top: 80px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 90px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    max-height: 90dvh;
    overflow-y: auto;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.popup-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: auto;
    background-image: url("../img/close.svg");
    background-size: contain;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    aspect-ratio: 40/39;
}

.popup-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
}

.popup-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.popup-form input {
    width: 100%;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 60px;
    font-size: 18px;
}

.popup-form {
    max-width: 872px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.popup-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #fff;
}

.popup-checkbox a {
    color: #F39661;
    text-decoration: underline;
}

.popup-checkbox a:hover {
    color: #F39661;
    text-decoration: none;
}

.popup-checkbox input {
    display: none;
}

.courses-level-btn--mobile {
    display: none;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
}

.custom-checkbox::after {
    display: none;
}

.popup-checkbox input:checked + .custom-checkbox::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.333252 5.88888L1.66659 4.55554L4.99992 7.88888L12.3333 0.555542L13.6666 1.88888L4.99992 10.5555L0.333252 5.88888Z' fill='white'/%3E%3C/svg%3E") no-repeat center/contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.popup-checkbox input:checked + .custom-checkbox {
    background-color: #F39661;
}

.popup-submit {
    width: 100%;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    height: 60px;
    max-width: 504px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 35px;
}

.about-section-image--mobile {
    display: none;
}

.popup-success-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 10px;
    z-index: 2000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-backdrop-filter: blur(90px);
    backdrop-filter: blur(90px);
    background: rgba(217, 217, 217, 0.04);
}

.show.popup-success-message {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.close-success-message {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: auto;
    aspect-ratio: 1/1;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M4 4L20 20M20 4L4 20" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" /%3E%3C/svg%3E');
}

.teacher-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.teacher-popup__left {
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.teacher-popup__left img {
    border-radius: 16px;
    margin-bottom: 15px;
}

.tpp-content div {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.tpp-content .tpp-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

.teacher-popup__right {
    width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.teacher-popup__right .tpp-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin-bottom: 10px;
}

.teacher-popup__right .tpp-box p:last-child {
    margin-bottom: 0;
}

/* contacts page */
.soc-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc-block-icon {
    width: 88px;
    height: 88px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.soc-block-icon:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.address-section {
    margin-bottom: 100px;
}

.address-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.address-section-left {
    width: 50%;
}

.address-section__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 20px;
}

.address-s-cont {
    margin-bottom: 55px;
}

.address-section-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}

.address-section-box img {
    width: 46px;
    aspect-ratio: 1/1;
    height: auto;
}

.as-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000;
}

.ad-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #000;
}

.as-text:hover {
    text-decoration: none;
}

.ad-box-map {
    margin-bottom: 10px;
    border-radius: 16px;
    border: 3px solid var(--accent-color);
    overflow: hidden;
    aspect-ratio: 646/381;
    width: 100%;
}

.ad-box-map iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.watch-full-map {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #000;
}

.watch-full-map:hover {
    text-decoration: none;
}

.address-section-right {
    width: 50%;
}

@media (max-width: 650px) {
    .popup-success-message {
        max-width: 96%;
        width: 100%;
        font-size: 18px;
        border-radius: 6px;
    }
}

.teacher-item-name--mobile {
    display: none;
}

/* 404 page */
.section-404 {
    left: 10px;
    width: 100%;
    height: auto;
    aspect-ratio: 1045/980;
    max-width: 1045px;
    background-image: url("../img/fon-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 40px;
}

.ssp-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ff-title {
    font-weight: 800;
    font-size: 240px;
    line-height: 1.1;
    color: var(--main-brand-color);
    margin-bottom: 40px;
    white-space: nowrap;
}

.ff-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 40px;
}

.contacts-page .footer {
    margin-top: 0;
}

.success-message {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: var(--main-brand-color);
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    -ms-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg);
    height: 250px;
}

.success-message p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.main-form.success .main-input {
    opacity: 0;
}

.main-form.success .main-submit {
    opacity: 0;
}

.main-form.success .form-text {
    opacity: 0;
}

.show.success-message {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.main-form {
    position: relative;
}

.main-input.invalid::-webkit-input-placeholder {
    color: #f00e0e;
}

.main-input.invalid::-moz-placeholder {
    color: #f00e0e;
}

.main-input.invalid:-ms-input-placeholder {
    color: #f00e0e;
}

.main-input.invalid::-ms-input-placeholder {
    color: #f00e0e;
}

.main-input.invalid::placeholder {
    color: #f00e0e;
}

.main-input.invalid {
    border: 2px solid #f00e0e;
    background: #ffeaea;
}

@media (max-width: 1800px) {
    .side-btns {
        right: 25px;
        bottom: 73px;
    }

    .up-btn {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 1450px) {
    .first-section {
        margin-top: 125px;
    }

    .second-section {
        padding-top: 200px;
    }

    .fun-language-learning-section {
        padding-bottom: 350px;
    }

    .fl-bg-left {
        left: 42%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: initial;
        bottom: -300px;
        z-index: 2;
    }

    .fl-bg-right {
        left: 58%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: initial;
        bottom: -300px;
    }

    .courses-level-btn p {
        font-size: 20px;
    }

    .courses-box-levels {
        height: 80px;
    }

    .courses-tab-bottom {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

@media (max-width: 1400px) {
    .ss-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px;
        row-gap: 40px;
    }

    .ss-box-item {
        width: 390px;
    }

    .ss-box-item__title {
        font-size: 20px;
    }

    .ts-item__text br {
        display: none;
    }

    .ts-item__img {
        max-width: 110px;
        width: 100%;
    }

    .reviews-box {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .review-item:nth-child(4) {
        top: 0;
    }

    .review-item:nth-child(5) {
        top: 0;
    }

    .teachers-box.container {
        width: calc(100% - 80px);
    }

    .courses-tab-bottom ol li,
  .courses-tab-top-text {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .first-section {
        margin-top: 70px;
    }

    .header-main {
        font-size: 45px;
    }

    .fs-text {
        max-width: 450px;
    }

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

    .second-section {
        padding-top: 150px;
    }

    .about-hero-section-inner__left .header-h2 {
        font-size: 38px;
        max-width: 700px;
    }

    .teacher-item-name {
        font-size: 18px;
        min-height: 43px;
    }

    .teacher-item-bottom p {
        font-size: 16px;
    }

    .courses-tab-bottom__right {
        max-width: 450px;
    }
}

@media (max-width: 1200px) {
    .faq-bg-1,
  .faq-bg-2,
  .faq-bg-3 {
        display: none;
    }

    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 30px;
    }

    .hss-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 50px;
    }

    .hss-item {
        width: 50%;
        max-width: 400px;
    }

    .eb-img-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px;
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .easylingo-benefits-box__right {
        display: none;
    }

    .easylingo-benefits-box__left {
        width: 100%;
    }

    .easylingo-benefits-section .header-h2 {
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
    }

    .easylingo-benefits-box__text {
        text-align: center;
    }

    .easylingo-benefits-mob-mg {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .ebb-title {
        text-align: center;
    }

    .easylingo-benefits-box-p__right p,
  .easylingo-benefits-box-p__left p {
        text-align: center;
    }

    .teacher-popup {
        padding: 60px;
        padding-top: 100px;
    }
}

@media (max-width: 1100px) {
    .second-section {
        padding-top: 100px;
    }

    .seventh-section-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 80px;
        padding-bottom: 80px;
        height: auto;
    }

    .seventh-section-box__right {
        max-width: 435px;
    }

    .form-text {
        font-size: 13px;
        text-align: center;
    }

    .form-text a {
        font-size: 13px;
    }

    .main-submit {
        margin-left: auto;
        margin-right: auto;
    }

    .seventh-section-box__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .p-seventh-text {
        text-align: center;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 30px;
    }

    .footer {
        padding-bottom: 70px;
    }

    .logo-box {
        max-width: 124px;
    }

    .header-nav li a {
        font-size: 14px;
    }

    .header-nav {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .teachers-page .form-box {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .teacher-popup__right .main-btn {
        margin-top: 30px;
    }

    .courses-tabs {
        padding: 40px;
    }

    .seventh-section-box__left .header-h2 {
        text-align: center;
    }

    .courses-page .form-box {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1000px) {
    .header-main {
        font-size: 36px;
    }

    .header-h2 {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .fs-text {
        font-size: 16px;
        max-width: 400px;
    }

    .ts-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ts-item {
        width: 500px;
        height: auto;
    }

    .ts-box-bottom {
        margin-top: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 20px;
    }

    .ts-box-bottom {
        padding-left: 0;
    }

    .ts-item__title {
        font-size: 20px;
    }

    .review-text {
        font-size: 16px;
    }

    .review-item {
        width: calc(50% - 10px);
    }

    .about-hero-img {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 900px) {
    .first-section__img {
        min-width: 350px;
    }

    .main-btn {
        height: 48px;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
    }

    .main-btn--big {
        height: 52px;
        min-width: 304px;
    }

    .main-btn--additional {
        height: 44px;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }

    .main-btn--arrow {
        height: 48px;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
    }

    .first-section {
        margin-top: 40px;
        height: 380px;
    }

    .header-nav {
        display: none;
    }

    .mobile-menu-opened .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 30px;
        padding-top: 100px;
        padding-bottom: 30px;
        z-index: 999;
    }

    .mobile-menu-opened .header-nav li a {
        font-size: 16px;
    }

    .logo-box {
        max-width: 165px;
    }

    .about-hero-section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 480px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }

    .about-hero-section-inner__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .about-hero-img {
        width: 215px;
        height: 215px;
    }

    .about-hero-section-inner__left .header-h2 {
        font-size: 36px;
    }

    .about-hero-section-inner__left .header-h2 {
        text-align: center;
    }

    .about-hero-section-inner__left p {
        text-align: center;
    }

    .about-hero-section-inner__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .soc-block {
        margin-bottom: 50px;
    }

    .soc-block-icon {
        width: 64px;
        height: 64px;
    }

    .address-section-box img {
        width: 40px;
    }

    .ff-title {
        font-size: 150px;
    }

    .ff-text {
        font-size: 20px;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .courses-tab-top-time {
        height: 72px;
    }

    .courses-level-btn p {
        font-size: 16px;
    }

    .courses-tab-bottom__left {
        display: none;
    }

    .courses-tab-bottom__right {
        width: 100%;
        max-width: initial;
    }

    .admission-section .hss-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 24px;
    }

    .admission-section .hss-item {
        width: 100%;
    }

    .admission-section .hss-item::after {
        display: none;
    }
}
    .courses-section--special .courses-tab-bottom__right {
        display: none;
    }

    .courses-section--special .courses-tab-bottom__left {
        display: block;
    }

    .courses-tab-top-time p {
        font-size: 16px;
    }

    .courses-tab-top-time {
        height: 45px;
        min-width: 200px;
    }

    .courses-tab-top-time img {
        width: 40px;
    }
}

@media (max-width: 900px) {
    .first-section__right,
    .first-section__img,
    .first-section__img-mobile,
    .first-section img {
        display: none !important;
    }
}

@media (max-width: 800px) {
    .first-section {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .first-section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 20px;
    }

    .header-main {
        text-align: center;
    }

    .fs-text {
        text-align: center;
        margin-bottom: 30px;
    }

    .first-section .main-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .first-section__left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
    .second-section {
        padding-top: 50px;
    }

    .third-section,
  .fourth-section,
  .fifth-section,
  .sixth-section,
  .how-start-section,
  .easylingo-benefits-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-hero-section {
        margin-bottom: 50px;
    }

    .contacts-page .about-hero-section {
        margin-bottom: 100px;
    }

    .fun-language-learning-section {
        padding-top: 50px;
    }

    .seventh-section {
        padding-bottom: 50px;
    }

    .review-item {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .fl-bg-left {
        left: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: -360px;
    }

    .fl-bg-right {
        left: initial;
        right: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .hs-text br {
        display: none;
    }

    .how-start-section .header-h2 {
        margin-bottom: 24px;
    }

    .hs-text {
        font-size: 16px;
    }

    .hss-box {
        margin-top: 32px;
    }

    .hss-box {
        margin-bottom: 45px;
    }

    .teacher-item {
        width: calc(50% - 10px);
    }

    .teacher-item-bottom {
        margin-top: 5px;
    }

    .teacher-popup {
        padding-top: 95px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 36px;
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }

    .address-section-left {
        width: 100%;
    }

    .address-section-right {
        width: 100%;
    }

    .address-section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 60px;
    }

    .address-s-cont {
        margin-bottom: 35px;
    }

    .courses-tab-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 25px;
    }

    .courses-tab-top-text {
        max-width: initial;
        width: 100%;
    }

    .courses-tab-top-time img {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 700px) {
    .fourth-section-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 20px;
    }

    .easylingo-benefits-box-p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 24px;
        margin-top: 24px;
    }

    .ebb-title {
        text-align: left;
    }

    .easylingo-benefits-box-p__right p, .easylingo-benefits-box-p__left p {
        text-align: left;
    }

    .easylingo-benefits-box__text {
        margin-bottom: 24px;
    }
}

@media (max-width: 660px) {
    .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 10px;
    }

    .footer .main-btn {
        height: 48px;
        width: 188px;
        min-width: initial;
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer-nav-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 10px;
    }

    .fun-language-learning-section-box p {
        font-size: 16px;
    }

    .fun-language-learning-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 8px;
    }

    .fun-language-learning-section-box p {
        margin-bottom: 24px;
    }

    .fun-language-learning-section .main-btn--arrow,
  .how-start-section .main-btn--arrow {
        width: 188px;
        min-width: initial;
        padding-left: 5px;
        padding-right: 5px;
    }

    .about-hero-section-inner__left .header-h2 {
        font-size: 32px;
    }

    .about-hero-section-inner__left p br {
        display: none;
    }

    .teachers-box.container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .teacher-item {
        width: 100%;
        max-width: 400px;
    }

    .teacher-item-name {
        display: none;
    }

    .teacher-item-top .more-info-btn {
        display: none;
    }

    .teachers-box {
        margin-top: 50px;
    }

    .teacher-item {
        width: 100%;
        max-width: initial;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .teacher-item-top {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(50% - 8px);
    }

    .teacher-item-bottom {
        width: calc(50% - 8px);
    }

    .teacher-item-name--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        min-height: initial;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .teachers-box.container {
        width: calc(100% - 40px);
    }

    .teachers-box {
        row-gap: 40px;
    }

    .more-info-btn--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 15px;
    }

    .teachers-page .seventh-section {
        padding-top: 50px;
    }

    .teacher-popup {
        padding-top: 95px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 36px;
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }

    .teacher-popup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 30px;
        width: calc(100% - 40px);
    }

    .teacher-popup__left {
        width: 100%;
    }

    .teacher-popup__right {
        width: 100%;
    }

    .popup {
        height: auto;
    }

    .teacher-popup {
        padding-top: 65px;
    }

    .teacher-popup__right .main-btn {
        min-width: initial;
        margin-left: auto;
        margin-right: auto;
    }

    .popup-close {
        top: 20px;
        right: 20px;
    }

    .teacher-popup__right .tpp-box p {
        font-size: 16px;
    }

    .tpp-content .tpp-name {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .teacher-popup .teacher-popup__left img {
        max-width: 400px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .first-section__img-mobile {
        max-width: 80%;
    }

    .fs-text {
        text-align: left;
    }

    .first-section {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .fourth-section-box {
        background-color: transparent;
        background-image: none;
    }

    .header-h2 {
        color: var(--text-color);
    }

    .fourth-section .header-h2,
  .fourth-section__text {
        color: #000;
    }

    .fourth-section .main-btn--time {
        color: #000;
    }

.fourth-section .main-btn--time::before {
        content: "";
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 24px;
        height: 24px;
background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4785 14.3181L12.0002 11.9992V6.20213M1.56543 11.9992C1.56543 13.3696 1.83533 14.7264 2.35973 15.9925C2.88413 17.2585 3.65275 18.4088 4.62171 19.3777C5.59067 20.3467 6.74099 21.1153 8.00699 21.6397C9.273 22.1641 10.6299 22.434 12.0002 22.434C13.3705 22.434 14.7274 22.1641 15.9934 21.6397C17.2594 21.1153 18.4098 20.3467 19.3787 19.3777C20.3477 18.4088 21.1163 17.2585 21.6407 15.9925C22.1651 14.7264 22.435 13.3696 22.435 11.9992C22.435 10.6289 22.1651 9.27202 21.6407 8.00602C21.1163 6.74001 20.3477 5.58969 19.3787 4.62073C18.4098 3.65177 17.2594 2.88315 15.9934 2.35875C14.7274 1.83436 13.3705 1.56445 12.0002 1.56445C10.6299 1.56445 9.273 1.83436 8.00699 2.35875C6.74099 2.88315 5.59067 3.65177 4.62171 4.62073C3.65275 5.58969 2.88413 6.74001 2.35973 8.00602C1.83533 9.27202 1.56543 10.6289 1.56543 11.9992Z" stroke="%232E7D32" stroke-width="2.31884" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: 20px;
    }

    .fourth-section-btns {
        row-gap: 10px;
    }

    .fifth-section-text {
        font-size: 16px;
    }

    .fourth-section-box {
        padding-top: 0;
        padding-bottom: 0;
    }

    .faq-box {
        margin-top: 25px;
    }

    .faq-item__question {
        min-height: 52px;
        height: auto;
        font-weight: 700;
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .faq-item {
        margin-bottom: 10px;
    }

    .review-item {
        padding: 28px;
    }

    .reviews-box {
        row-gap: 16px;
    }

    .ts-item {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 15px;
    }

    .ts-box {
        row-gap: 16px;
    }

    .fourth-section__text {
        font-size: 16px;
    }

    .ts-box-bottom__title {
        font-size: 16px;
    }

    .ts-box-bottom {
        row-gap: 10px;
    }

    .fourth-section .main-btn {
        width: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fourth-section .main-btn--yellow {
        width: 172px;
    }

    .fourth-section .main-btn--time::before {
        margin-right: 10px;
    }

    .fourth-section-btns {
        margin-top: 20px;
    }

    .faq-item__question::after {
        width: 14px;
        height: 7px;
        right: 15px;
    }

    .seventh-section-box .header-h2 {
        color: #fff;
    }

    .p-seventh-text {
        font-size: 16px;
        text-align: left;
    }

    .main-input {
        height: 48px;
        font-size: 16px;
    }

    .main-btn--time:hover {
        background-color: var(--third-brand-color);
    }

    .header__right .main-btn--additional {
        display: none;
    }

    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-menu-opened .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 30px;
        padding-top: 100px;
        padding-bottom: 30px;
        z-index: 999;
    }

    .mobile-menu-opened .header-nav li a {
        font-size: 16px;
    }

    .header__right .main-btn--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: var(--main-brand-color);
        height: 48px;
    }

    .logo-box {
        max-width: 124px;
        z-index: 5;
        position: relative;
    }

    .header-nav li:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .about-hero-section-inner {
        background-image: url("../img/ah-bg-mob.png");
    }

    .hss-item {
        width: 90%;
        max-width: initial;
    }

    .about-hero-section-inner__left p br {
        font-size: 16px;
    }

    .test-page .about-hero-section-inner__left .header-h2 {
        margin-top: 0;
    }

    .test-page .about-hero-section-inner {
        height: auto;
    }

    .iq-sectiom {
        padding-bottom: 50px;
        padding-top: 40px;
    }

    .section-404 {
        margin-top: 60px;
    }

    .ff-title {
        font-size: 106px;
    }

    .section-404 {
        width: 120%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .ff-text {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 20px;
    }

    .ff-title {
        margin-bottom: 15px;
    }

    .contacts-page .footer {
        margin-top: 50px;
    }

    .faq-item__question::after {
        top: 21px;
    }

    .faq-item--active .faq-item__question::after {
        right: 17px;
    }

    .courses-box-levels {
        display: none;
    }

    .courses-tabs {
        border: none;
        padding: 0px 0px;
    }

    .courses-tab {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px;
        border: 2px solid var(--second-brand-color);
        margin-bottom: 12px;
        border-radius: 16px;
        padding-bottom: 35px;
        position: relative;
        margin-top: 65px;
        border-top-left-radius: 0;
    }

    .courses-tab-bottom__title {
        font-size: 20px;
    }

    .courses-tab-bottom {
        margin-top: 35px;
    }

    .courses-tab-bottom__right .main-btn,
  .courses-tab-bottom__left .main-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .courses-level-btn--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border-radius: 16px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #fff;
        background-color: transparent;
        border-bottom: none;
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border: 2px solid #78AFF6;
        border-bottom: 0;
        position: absolute;
        height: 58px;
        top: -58px;
        left: -2px;
        padding: 6px;
    }

    .courses-level-btn--mobile::after {
        content: "";
        position: absolute;
        top: 5px;
        right: 5px;
        width: 36px;
        height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.57872 0.15471C5.7771 -0.0515704 6.04939 -0.0515704 6.24778 0.15471L11.6002 5.50717C11.7986 5.71345 11.7986 5.96995 11.6002 6.17623L10.9312 6.84529C10.7328 7.05157 10.4605 7.05157 10.2621 6.84529L5.91306 2.49693L1.56437 6.84529C1.36599 7.05157 1.0937 7.05157 0.895313 6.84529L0.226255 6.17623C0.0278721 5.96995 0.0278721 5.71345 0.226255 5.50717L5.57872 0.15471Z' fill='black'/%3E%3Cpath d='M10.5889 6.5957L10.5518 6.56641L10.5459 6.56152L5.91309 1.92871L5.62891 2.21289L1.28125 6.56152L1.28027 6.56055L1.27441 6.56641C1.25676 6.58476 1.24373 6.59276 1.2373 6.5957C1.23401 6.59721 1.23136 6.59746 1.23047 6.59766H1.22852C1.22754 6.59742 1.22557 6.59702 1.22266 6.5957C1.21632 6.59281 1.20293 6.58532 1.18555 6.56738V6.56641L1.17969 6.56152L0.513672 5.89453C0.494724 5.87429 0.485925 5.85951 0.482422 5.85156C0.480695 5.84764 0.479792 5.84507 0.479492 5.84375V5.83984C0.479763 5.8386 0.480666 5.83605 0.482422 5.83203C0.486063 5.82377 0.495054 5.80759 0.515625 5.78613L5.86328 0.439453L5.86816 0.433594C5.88585 0.415199 5.89984 0.407221 5.90625 0.404297C5.90926 0.402948 5.91121 0.402547 5.91211 0.402344H5.91406C5.91495 0.402541 5.9176 0.402794 5.9209 0.404297L5.95801 0.433594L5.96387 0.438477L11.3115 5.78613H11.3105C11.3312 5.80767 11.3401 5.82375 11.3438 5.83203C11.3455 5.83605 11.3464 5.83856 11.3467 5.83984V5.84375C11.3464 5.8451 11.3455 5.84767 11.3438 5.85156L11.3105 5.89746L10.6475 6.56152L10.6465 6.56055L10.6416 6.56641C10.6242 6.58447 10.611 6.59266 10.6045 6.5957C10.6012 6.59721 10.5985 6.59746 10.5977 6.59766H10.5957C10.5948 6.59746 10.5922 6.59721 10.5889 6.5957Z' stroke='black' stroke-width='0.803907' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: center 20px;
    }

    .courses-level-btn p {
        padding-left: 15px;
        padding-right: 35px;
    }

    ol {
        margin-bottom: 30px;
    }

    .courses-section {
        margin-top: 120px;
    }

    .courses-tab--closed {
        height: 0;
        border: 0;
        padding: 0;
    }

    .courses-tab--closed .courses-level-btn--mobile {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        border: 2px solid var(--second-brand-color);
        top: -56px;
        left: 0;
        height: 60px;
    }

    .courses-tab--closed .courses-tab-top,
  .courses-tab--closed .courses-tab-bottom {
        height: auto;
        overflow: hidden;
    }

    .courses-tab--closed .courses-level-btn--mobile p {
        padding-top: 0px;
    }

    .courses-tab--closed p {
        background-color: #fff;
        color: #000;
    }

    .courses-tab--closed .courses-level-btn--mobile::after {
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.10313 6.84529C6.30152 7.05157 6.57381 7.05157 6.77219 6.84529L12.1247 1.49283C12.323 1.28655 12.323 1.03005 12.1247 0.823768L11.4556 0.15471C11.2572 -0.05157 10.9849 -0.05157 10.7865 0.15471L6.43747 4.50307L2.08879 0.15471C1.8904 -0.05157 1.61811 -0.05157 1.41973 0.15471L0.750669 0.823768C0.552286 1.03005 0.552286 1.28655 0.750669 1.49283L6.10313 6.84529Z' fill='black'/%3E%3Cpath d='M11.1133 0.404297L11.0762 0.433594L11.0703 0.438477L6.4375 5.07129L6.15332 4.78711L1.80566 0.438477L1.80469 0.439453L1.79883 0.433594C1.78118 0.415242 1.76815 0.407236 1.76172 0.404297C1.75842 0.402794 1.75577 0.402541 1.75488 0.402344H1.75293C1.75195 0.402578 1.74998 0.402982 1.74707 0.404297C1.74073 0.407188 1.72735 0.414678 1.70996 0.432617V0.433594L1.7041 0.438477L1.03809 1.10547C1.01914 1.12571 1.01034 1.14049 1.00684 1.14844C1.00511 1.15236 1.00421 1.15493 1.00391 1.15625V1.16016C1.00418 1.1614 1.00508 1.16395 1.00684 1.16797C1.01048 1.17623 1.01947 1.19241 1.04004 1.21387L6.3877 6.56055L6.39258 6.56641C6.41027 6.5848 6.42425 6.59278 6.43066 6.5957C6.43368 6.59705 6.43563 6.59745 6.43652 6.59766H6.43848C6.43937 6.59746 6.44202 6.59721 6.44531 6.5957L6.48242 6.56641L6.48828 6.56152L11.8359 1.21387H11.835C11.8556 1.19233 11.8645 1.17625 11.8682 1.16797C11.8699 1.16395 11.8708 1.16144 11.8711 1.16016V1.15625C11.8708 1.1549 11.8699 1.15233 11.8682 1.14844L11.835 1.10254L11.1719 0.438477L11.1709 0.439453L11.166 0.433594C11.1486 0.415533 11.1354 0.407336 11.1289 0.404297C11.1256 0.402794 11.123 0.402541 11.1221 0.402344H11.1201C11.1192 0.402541 11.1166 0.402794 11.1133 0.404297Z' stroke='black' stroke-width='0.803907' stroke-linecap='round'/%3E%3C/svg%3E");
    }

    .courses-section--special .header-h2 {
        margin-bottom: 90px;
    }

    section.courses-section:nth-child(3) {
        margin-top: 90px;
    }
}

@media (max-width: 500px) {
    .tpp-content .tpp-name {
        font-size: 20px;
    }

    .seventh-section-box__right {
        width: 100%;
    }

    .seventh-section .main-btn {
        width: 100%;
    }

    .form-text br {
        display: none;
    }

    .form-text {
        text-align: left;
    }

    .footer__bottom {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer__right {
        width: 100%;
        max-width: initial;
    }

    .footer-nav {
        width: 100%;
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        row-gap: 30px;
    }

    .logo-box {
        max-width: 124px;
    }

    .footer__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .footer__top::after {
        content: "";
        position: absolute;
        bottom: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 180px;
        height: 3px;
        background-color: var(--second-brand-color);
    }

    .footer .main-btn {
        right: 0;
        top: 17px;
        position: absolute;
    }

    .footer__bottom {
        margin-top: 90px;
    }

    .footer-nav-two {
        row-gap: 20px;
    }

    .footer__top {
        padding-top: 25px;
        border-top: 3px solid var(--second-brand-color);
    }

    .footer__inner {
        border-top: none;
    }

    .footer {
        margin-top: 40px;
    }

    .first-section {
        margin-top: 10px;
    }

    .about-hero-section-inner__left .header-h2,
  .about-hero-section-inner__left p {
        text-align: left;
    }

    .about-hero-section-inner__left .header-h2 {
        margin-top: 20px;
    }

    .about-hero-section-inner__left p {
        font-size: 16px;
    }

    .hss-item-header {
        font-size: 20px;
    }

    .hss-item-icon {
        width: 40px;
        height: 40px;
    }

    .easylingo-benefits-box__left .ebb-title {
        font-size: 20px;
    }

    .easylingo-benefits-box-p p {
        font-size: 16px;
    }

    .teacher-popup__right .main-btn {
        width: 100%;
        max-width: none;
        padding-left: 5px;
        padding-right: 5px;
    }

    .soc-block {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 300px;
    }

    .address-section__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 140%;
        color: #000;
    }

    .address-section-box {
        margin-bottom: 30px;
    }

    .address-section__title {
        margin-bottom: 30px;
    }

    .as-text {
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #000;
    }

    .ad-text {
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
    }

    .ad-box-map {
        margin-bottom: 32px;
    }

    .watch-full-map {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        text-decoration: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        color: #000;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .address-section {
        margin-bottom: 50px;
    }

    .header-h2 {
        font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    }

    .popup-close {
        width: 25px;
        height: 25px;
    }

    .success-message {
        font-size: 20px;
    }

    .seventh-section-box__left .header-h2 {
        text-align: left;
    }

    .courses-page .form-box {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

@media (max-width: 450px) {
    .fl-bg-left {
        left: 10px;
    }

    .fl-bg-right {
        right: 10px;
    }

    .hss-item {
        width: 100%;
    }

    .first-section .main-btn--big {
        min-width: initial;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 400px) {
    .header-main {
        font-size: 32px;
        width: 100%;
    }
    .ff-title {
        font-size: 80px;
        white-space: normal;
    }
}

/* Адаптивные стили для раздела программ */
@media (max-width: 768px) {
    .programs-preview-section .ts-item {
        width: 100% !important;
    }
    
    .admission-section .hss-item {
        width: 100% !important;
        max-width: 100%;
    }
}

/* Дополнительная защита от переполнения текста на мобильных */
@media (max-width: 600px) {
    body,
    h1, h2, h3, h4, h5, h6,
    p,
    .header-main,
    .header-h2,
    .ts-item__title,
    .hss-item-header,
    .ff-title {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}
