body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Jost', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgba(240, 244, 247, 1);
}

.top-menu {
    position: fixed;
    width: 100%;
    height: 80px;
    background: rgba(240, 244, 247, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    top: 0;
    left: 0;
    transition: top 0.3s ease-in-out;
    opacity: 1;
    pointer-events: auto;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.top-menu.hidden {
  top: -100px;
  opacity: 0;
  pointer-events: none;
}

.index-logo {
    margin-left: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25.6px;
}

.header-menu {
    width: 38.4px;
    height: 38.4px;
    display: none;
    cursor: pointer;
}

.header-menu:hover path,
.header-menu:active path,
.header-menu.active path {
    stroke: rgba(107, 120, 235, 1);
}

.index-logo-img {
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 44px;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: clamp(24px, 5.6vw, 80px);
}

.nav-point a {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    font-style: Medium;
    color: rgba(28, 40, 48, 1);
    cursor: pointer;
    text-decoration: none;
    display: block;
    padding: 19px 24px;
}

.nav-point a:hover {
    color: rgba(107, 120, 235, 1);
}

.nav-line-addinfo {
    display: none;
}

.index-login {
    margin-right: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0px 24px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.login-icon {
    width: 40px;
    height: 40px;
}

.text-login {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(28, 40, 48, 1);
}

.index-login:hover .text-login,
.index-login:active .text-login {
    color: rgba(107, 120, 235, 1);
}

.index-login:hover .login-icon path,
.index-login:active .login-icon path {
    stroke: rgba(107, 120, 235, 1);
}

.hero {
    position: relative;
    padding-bottom: 156px;
    overflow: hidden;
}

.hero img {
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
}

.coach-parent-foot,
.child-foot {
    position: absolute;
}

.coach-parent-foot {
    top: 108px;
    right: -110px;
}

.child-foot {
    top: 649px;
    right: 388.6px;
}

.info-hero {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    gap: 80px;
    margin-top: 80px;
}

.logo-text-hero {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 1200px;
    margin-top: 156px;
    gap: 18px;
    width: 100%;
    box-sizing: border-box;
}

.text-hero {
    font-weight: 700;
    font-size: 32px;
    line-height: 124%;
    color: rgba(47, 66, 80, 1);
    cursor: default;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.btn-hero {
    font-family: 'Jost', sans-serif;
    padding: 17.5px 32px;
    border-radius: 50px;
    border: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    color: rgba(252, 252, 252, 1);
    background: rgba(107, 120, 235, 1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-hero:hover {
    background: rgba(92, 98, 211, 1);
}

.btn-hero:active {
    background: rgba(138, 141, 225, 1);
}

.about-us {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(107, 120, 235, 1);
    border: 1px solid #999999;
    overflow: hidden;
}

.about-us img {
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
}

.about-us-decoration-img,
.about-us-decoration-1,
.about-us-decoration-2 {
    position: absolute;
}

.about-us-decoration-img {
    left: 24px;
    bottom: 0;
}

.about-us-decoration-1 {
    left: 0;
    top: 115.63px;
}

.about-us-decoration-2 {
    right: 0;
    bottom: 0;
}

.about-us-info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    z-index: 1;
    margin: 80px 120px 100px 120px;
}

.about-us-name-content {
    display: flex;
    gap: 80px;
    flex-direction: column;
}

.about-us-h2 h2 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0%;
    color: rgba(242, 242, 242, 1);
    margin: 4px;
    cursor: default;
}

.about-us-content-btn {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-left: auto;
    max-width: 551px;
    margin-right: 31px;
}

.about-us-content {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(242, 242, 242, 1);
    margin: 4px 4px 4px 0px;
    cursor: default;
}

.about-us-content p {
    margin: 0;
    padding: 0;
}

.about-us-content p + p {
  margin-top: 30px;
}

.btn-about-us {
    margin-right: auto;
    border: none;
    border-radius: 50px;
    padding: 17.5px 32px;
    background: rgba(240, 244, 247, 1);
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    color: rgba(107, 120, 235, 1);
    cursor: pointer;
    text-decoration: none;
}

.btn-about-us:hover {
    color: rgba(92, 98, 211, 1);
}

.why-this-important {
    display: flex;
    flex-direction: column;
    gap: 80px;
    overflow: hidden;
    position: relative;
}

.why-this-important h2 {
    margin: 80px 120px 0px 120px;
    padding: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    color: rgba(28, 40, 48, 1);
    cursor: default;
}

.why-this-important-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 121px;
    transition: transform 0.1s ease-out;
    will-change: transform;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.why-this-important-list.dragging {
    cursor: grabbing;
}

.why-this-important-list::-webkit-scrollbar {
    display: none;
}

.why-this-important-point {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 41px 48px 41px;
    border-radius: 30px;
    height: 621px;
    width: 305px;
    background: rgba(252, 252, 252, 1);
    flex-shrink: 0;
}

.why-this-important-img-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(89, 104, 243, 0.4);
    border-radius: 50%;
    z-index: 2;
    width: 469px;
    height: 469px;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    display: none;
}

.why-this-important-point:hover .why-this-important-img-wrapper::after {
    display: block;
}

.why-this-important-img-1,
.why-this-important-img-2,
.why-this-important-img-3,
.why-this-important-decoration {
    position: absolute;
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
}

.why-this-important-img-1,
.why-this-important-img-2,
.why-this-important-img-3 {
    left: 50%;
    transform: translateX(-50%);
}

.why-this-important-decoration {
    display: none;
}

.why-this-important-point:hover .why-this-important-decoration {
    display: block;
}

.why-this-important-point:hover .decoration-wti-1-2,
.why-this-important-point:hover .decoration-wti-2-2,
.why-this-important-point:hover .decoration-wti-3-2 {
    display: none;
}

.decoration-wti-1 {
    left: 284.22px;
    top: 483.22px;
}

.decoration-wti-2 {
    left: 290.23px;
    top: 480.23px;
}

.decoration-wti-3 {
    left: 284.67px;
    top: 476.67px;
}

.why-this-important-list-span {
    position: absolute;
    bottom: 48px;
    width: 305px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    color: rgba(28, 40, 48, 1);
    height: 105px;
    cursor: default;
}

.why-this-important-point:hover .why-this-important-list-span {
    color: rgba(107, 120, 235, 1);
}

.btn-why-this-important-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-why-this-important {
    margin: 0px 0px 80px 0px;
    padding: 20px 32px 20px 32px;
    border-radius: 50px;
    background: rgba(107, 120, 235, 1);
    border: none;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: rgba(252, 252, 252, 1);
    cursor: pointer;
    text-decoration: none;
}

.btn-why-this-important:hover {
    background: rgba(92, 98, 211, 1);
}

.quote {
    padding: 80px 0px;
    text-align: center;
}

.quote-decor {
    width: 100%;
    height: 102px;
    background-image: url("/static/img/index/quote-icon-k.svg");
    background-repeat: repeat-x;
    background-position: center;
    background-size: 155px 102px;
}

.quote-section {
    padding: 0 180px;
}

.quote-content-icon {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.top-quote-marks {
    vertical-align: middle;
    margin-left: auto;
    margin-bottom: 24px;
    margin-top: 10px;
}

.bottom-quote-marks {
    vertical-align: middle;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 10px;
}

.top-quote-marks,
.bottom-quote-marks {
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
}

.quote-content {
    margin: 0 auto;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
}

.quote-content p {
    margin: 0;
    cursor: default;
}

.based-on-science {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 80px;
    padding-left: 120px;
    padding-right: 120px;
    overflow: hidden;
}

.based-on-science-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 80px;
    margin-top: 80px;
    width: 100%;
}

.based-on-science-content h2 {
    margin: 0;
    padding: 0;
    cursor: default;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    width: 100%;
}

.based-on-science-text {
    background-image: url("/static/img/index/based-science-image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 537px;
    border-radius: 30px;
    width: 1200px;
    position: relative;
}

.based-on-science-content p {
    margin: 0;
    padding: 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(28, 40, 48, 1);
    cursor: default;
    position: absolute;
    border-radius: 30px;
    background: rgba(252, 252, 252, 1);
    max-width: 458px;
    right: 52px;
    bottom: 64.42px;
}

.btn-based-on-science {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    box-sizing: border-box;
    width: 270px;
    padding: 17.5px 32px 17.5px 32px;
    border-radius: 50px;
    border: none;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 120%;
    color: rgba(252, 252, 252, 1);
    background: rgba(107, 120, 235, 1);
    cursor: pointer;
    text-decoration: none;
}

.btn-based-on-science:hover {
    background: rgba(92, 98, 211, 1);
}

.btn-based-on-science:active {
    background: rgba(138, 141, 225, 1);
}

.we-are-cooperating {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 80px;
    padding-left: 120px;
    padding-right: 120px;
}

.we-are-cooperating h2 {
    margin: 80px 0 0 0;
    padding: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left;
    color: rgba(28, 40, 48, 1);
    cursor: default;
    width: 100%;
    max-width: 1200px;
}

.cooperating-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 80px;
    width: 100%;
    max-width: 1200px;
}

.cta-section {
    background: rgba(107, 120, 235, 1);
    backdrop-filter: blur(46px);
    position: relative;
    overflow: hidden;
}

.cta-decoration {
    position: absolute;
    top: 122.36px;
    left: 137px;
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
    z-index: -1;
}

.cta-content {
    margin: 60px 120px 0px 120px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cta-content h2 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0%;
    color: rgba(252, 252, 252, 1);
    cursor: default;
    text-transform: uppercase;
}

.cta-info-wrapper {
    display: flex;
    gap: 40px;
    flex-direction: column;
    width: 500px;
    margin-left: auto;
}

.cta-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cta-input-first-name-input-wrapper,
.cta-input-last-name-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cta-input-first-name-label,
.cta-input-last-name-label {
    margin-left: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    color: rgba(252, 252, 252, 1);
    cursor: default;
}

.cta-input-first-name,
.cta-input-last-name {
    width: 100%;
    font-family: 'Jost', sans-serif;
    border-radius: 8px;
    padding: 17px 24px 17px 24px;
    border: 2px solid rgba(210, 209, 209, 1);
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(252, 252, 252, 1);
    background: none;
    box-sizing: border-box;
}

.cta-input-first-name:focus,
.cta-input-last-name:focus {
    outline: none;
    border: 2px solid rgba(252, 252, 252, 1);
}

.cta-input-first-name::placeholder,
.cta-input-last-name::placeholder {
    color: rgba(210, 209, 209, 1);
}

.cta-info-checkbox {
    display: flex;
    gap: 8px;
}

.checkbox-index {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 auto;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(252, 252, 252, 1);
    border-radius: 2px;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.checkbox-index:checked {
    background-color: rgba(252, 252, 252, 1);
    border-color: rgba(252, 252, 252, 1);
}

.checkbox-index:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0.5px;
    width: 14px;
    height: 14px;
    background-image: url("/static/img/index/check-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.text-checkbox {
    margin-top: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    cursor: default;
}

.font-semibold {
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid currentColor;
    padding-bottom: 0;
    text-decoration: none;
    vertical-align: text-bottom;
    cursor: pointer;
}

.btn-cta-content {
    border-radius: 50px;
    padding: 20px 24px 20px 24px;
    background: rgba(240, 244, 247, 1);
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    color: rgba(107, 120, 235, 1);
    border: none;
    cursor: pointer;
    margin-bottom: 120px;
}

.btn-cta-content:hover {
    background: rgba(225, 228, 251, 1);
}

.btn-cta-content:active {
    background: rgba(208, 212, 247, 1);
}

.footer {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.footer-content {
    margin: 80.14px 120.10px 68.14px 120.89px;
}

.social-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.social-media-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 29.95px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-media-point-ins,
.social-media-point-tg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 8.9px;
    background: rgba(107, 120, 235, 1);
    cursor: pointer;
}

.ins-link,
.tg-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-point-tg {
    padding: 6.67px 8.01px 6.68px 5.34px;
}

.footer-hr {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid rgba(228, 228, 228, 1);
    margin-bottom: 60px;
}

.addinfo-support {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}

.addinfo {
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    width: 380px;
}

.addinfo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    gap: 16.45px;
}

.addinfo-list li:last-child a {
    display: none;
    text-decoration: none;
    color: inherit;
    outline: none;
}

.addinfo-point {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(104, 103, 103, 1);
    cursor: pointer;
}

.addinfo-point:hover,
.addinfo-point:active {
    font-weight: 700;
    color: rgba(28, 40, 48, 1);
}

.support {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16.24px;
}

.support h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(28, 40, 48, 1);
    cursor: default;
}

.cooperate-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(104, 103, 103, 1);
    cursor: default;
}

.index-logo,
.login-icon,
.logo-hero,
.arrow-algorithm-1,
.arrow-algorithm-2,
.decoration-father-ava,
.block-1-algorithm-info-decoration,
.dashed-button,
.block-3-algorithm-info-decoration,
.impotent-block-1-img,
.impotent-block-2-img,
.impotent-block-3-img,
.decoration-science,
.based-on-science-scientist,
.based-on-science-scientist-decoration,
.cooperating-point-img,
.footer-logo,
.footer-instagram,
.footer-telegram,
.QR-code {
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
}

@media (max-width: 1439px) and (min-width: 1025px) {
    .index-logo {
        margin-left: 60px;
    }

    .index-login {
        margin-right: 60px;
    }

    .hero {
        padding-bottom: 136px;
    }

    .coach-parent-foot {
        right: -145px;
    }

    .child-foot {
        right: 353.6px;
    }

    .logo-text-hero {
        margin-top: 136px;
        max-width: 905px;
    }

    .about-us-info {
        margin: 80px 60px 100px 60px;
    }

    .about-us-decoration-img {
        left: -136px;
    }

    .about-us-decoration-2 {
        right: -40px;
    }

    .based-on-science {
        padding-left: 60px;
        padding-right: 60px;
    }

    .based-on-science-text {
        height: 404.99px;
        width: 905px;
    }

    .based-on-science-content p {
        right: 39px;
        bottom: 54.62px;
    }

    .btn-based-on-science {
        margin-bottom: 212.01px;
    }

    .we-are-cooperating {
        padding-left: 60px;
        padding-right: 60px;
    }

    .cta-content {
        margin: 60px 60px 0px;
    }

    .cta-decoration {
        left: 56px;
    }

    .footer-content {
        margin: 80.07px 60.10px 68.77px 60.89px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .index-logo {
        margin-left: 80px;
    }

    .index-logo-img {
        width: 106px;
        height: 40px;
    }

    .index-login {
        margin-right: 60px;
        gap: 15px;
        padding: 0px 22.5px;
    }

    .login-icon {
        width: 37.5px;
        height: 37.5px;
    }

    .text-login {
        font-size: 18.75px;
    }

    .header-menu {
        display: block;
    }

    .top-menu {
        background: rgba(252, 252, 252, 1);
    }

    .nav-list-addinfo {
        position: absolute;
        padding: 16px 0px;
        top: 88px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 160px);
        max-width: 900px;
        background: rgba(252, 252, 252, 1);
        box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        border-radius: 24px;
    }

    .nav-list-addinfo.active {
        display: flex;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .nav-point {
        width: 100%;
    }

    .nav-point a {
        padding: 12px 32px;
    }

    .nav-point a:hover {
        color: rgba(28, 40, 48, 1);
        background: rgba(243, 245, 255, 1);
    }

    .hero {
        padding-bottom: 238.27px;
    }

    .coach-parent-foot {
        right: -221px;
    }

    .child-foot {
        right: 277.6px;
    }

    .logo-text-hero {
        margin-top: 238.27px;
        max-width: 609px;
    }

    .logo-hero {
        width: 609px;
        height: 231.46px;
    }

    .about-us-info {
        margin: 80px 80px 105px 80px;
    }

    .about-us-decoration-1 {
        left: -100px;
    }

    .about-us-decoration-img {
        left: auto;
        right: -283px;
    }

    .about-us-content-btn {
        margin-left: 0;
        margin-right: auto;
    }

    .about-us-decoration-2 {
        right: -90px;
    }

    .based-on-science {
        padding-left: 80px;
        padding-right: 80px;
    }

    .based-on-science-content h2 {
        text-align: center;
    }

    .based-on-science-text {
        position: relative;
        height: 479px;
        width: 1071px;
        x-index: 1;
    }

    .based-on-science-content p {
        right: 261px;
        bottom: 183.64px;
    }

    .btn-based-on-science {
        position: relative;
        margin-top: -207.64px;
        margin-bottom: 143.64px;
        x-index: 2;
    }

    .we-are-cooperating {
        padding-left: 80px;
        padding-right: 80px;
    }

    .we-are-cooperating h2 {
        text-align: center;
    }

    .cooperating-list {
        margin-right: calc(-1 * 80px);
        margin-left: calc(-1 * 80px);
        padding-right: 80px;
        padding-left: 80px;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .cooperating-list::-webkit-scrollbar {
        display: none;
    }

    .cta-content {
        margin: 60px 80px 0;
    }

    .cta-decoration {
        left: 137px;
    }

    .cta-info-wrapper {
        width: 100%;
    }

    .cta-info {
        width: 100%;
    }

    .cta-input-first-name,
    .cta-input-last-name {
        width: 100%;
    }

    .footer-content {
        margin: 80.10px 80.10px 120.82px 81.01px;
    }

    .why-this-important h2 {
        margin: 80px 80px 0px 80px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .index-logo {
        margin-left: 16px;
        gap: 16px;
    }

    .index-logo-img {
        width: 67px;
        height: 25px;
    }

    .index-login {
        margin-right: 16px;
        gap: 10px;
        padding: 0px 15px;
    }

    .login-icon {
        width: 25px;
        height: 25px;
    }

    .text-login {
        font-size: 12.5px;
    }

    .header-menu {
        width: 24px;
        height: 24px;
    }

    .header-menu {
        display: block;
    }

    .header-menu {
        display: block;
    }

    .top-menu {
        background: rgba(252, 252, 252, 1);
    }

    .nav-list-addinfo {
        position: absolute;
        padding: 16px 0px 32px 0px;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: rgba(252, 252, 252, 1);
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 31px;
        border-radius: 0 0 24px 24px;
    }

    .nav-list-addinfo.active {
        display: flex;
    }

    .nav-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .nav-point {
        width: 100%;
    }

    .nav-point a {
        padding: 12px 32px;
        font-size: 14px;
    }

    .nav-point a:hover {
        color: rgba(28, 40, 48, 1);
        background: rgba(243, 245, 255, 1);
    }

    .nav-line-addinfo {
        display: block;
        display: flex;
        flex-direction: column;
        gap: 31px;
        width: calc(100% - 64px);
    }

    .nav-line {
        margin: 0;
        padding: 0;
        border: 0.5px solid rgba(228, 228, 228, 1);
    }

    .nav-addinfo-list {
        list-style: none;
        padding: 12px 0px;
        margin: 0;
        display: flex;
        gap: 24px;
        flex-direction: column;
        cursor: pointer;
    }

    .nav-addinfo-point {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: rgba(104, 103, 103, 1);
    }

    .nav-addinfo-list li:last-child a {
        text-decoration: none;
        color: inherit;
        outline: none;
    }

    .nav-addinfo-point:hover,
    .nav-addinfo-point:active {
        font-weight: 700;
        color: rgba(28, 40, 48, 1);
    }

    .hero {
        padding-bottom: 281.69px;
    }

    .coach-parent-foot {
        top: 135px;
        right: -202px;
        width: 344.6px;
        height: 635.5px;
    }

    .child-foot {
        top: 608px;
        right: 234.7px;
        width: 126.3px;
        height: 232.91px;
    }

    .logo-text-hero {
        margin-top: 120px;
        max-width: 265.65px;
    }

    .logo-hero {
        width: 166.91px;
        height: 63.31px;
    }

    .text-hero {
        font-size: 20px;
        text-transform: none;
    }

    .btn-hero {
        padding: 20px 32px;
        font-size: 18px;
        line-height: 135%;
    }

    .about-us-info {
        margin: 80px 16px 204px 16px;
    }

    .about-us-name-content {
        gap: 40px;
    }

    .about-us-content-btn {
        gap: 100px;
    }

    .about-us-h2 h2 {
        font-size: 30px;
    }

    .about-us-decoration-1,
    .about-us-decoration-2 {
        display: none;
    }

    .about-us-decoration-img {
        left: auto;
        right: -315px;
    }

    .about-us-content-btn {
        margin-left: 0;
        margin-right: auto;
    }

    .about-us-content {
        font-size: 18px;
    }

    .btn-about-us {
        padding: 20px 32px;
        font-size: 18px;
        line-height: 135%;
    }

    .btn-why-this-important {
        font-size: 18px;
        line-height: 135%;
    }

    .quote {
        padding: 60px 0px;
    }

    .quote-decor {
        height: 48px;
        background-size: 64px 48px;
    }

    .quote-section {
        padding: 24px 16px;
    }

    .quote-content {
        font-size: 24px;
        line-height: 130%;
    }

    .based-on-science {
        padding-left: 16px;
        padding-right: 16px;
    }

    .based-on-science-content h2 {
        font-size: 30px;
        align-self: flex-start;
        width: 238px;
    }

    .based-on-science-text {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 281px;
        width: 628px;
        x-index: 1;
    }

    .based-on-science-content p {
        position: absolute;
        top: 91px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        width: 208px;
        height: 234px;
        text-align: center;

        right: auto;
        bottom: auto;
    }

    .btn-based-on-science {
        position: relative;
        margin-top: 0px;
        margin-bottom: 88px;
        padding: 20px 32px 20px 32px;
        font-size: 18px;
        line-height: 135%;
        x-index: 2;
    }

    .we-are-cooperating {
        padding-left: 16px;
        padding-right: 16px;
        gap: 40px;
        align-items: flex-start;
    }

    .we-are-cooperating {
        padding-left: 16px;
        padding-right: 16px;
    }

    .we-are-cooperating h2 {
        font-size: 30px;
        width: 288px;
    }

    .cooperating-list {
        margin-right: calc(-1 * 16px);
        margin-left: calc(-1 * 16px);
        padding-right: 16px;
        padding-left: 16px;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .cooperating-list::-webkit-scrollbar {
        display: none;
    }

    .cta-content {
        margin: 60px 16px 0;
        gap: 40px;
    }

    .cta-content h2 {
        font-size: 30px;
    }

    .cta-decoration {
        left: 137px;
    }

    .cta-info-wrapper {
        width: 100%;
    }

    .cta-info {
        width: 100%;
    }

    .cta-input-first-name,
    .cta-input-last-name {
        width: 100%;
    }

    .btn-cta-content {
        font-size: 18px;
        line-height: 135%;
    }

    .footer-content {
        margin: 80.02px 16.88px 120.36px 16.10px;
    }

    .social-media {
        margin-bottom: 40px;
    }

    .footer-hr {
        margin-bottom: 40px;
    }

    .addinfo-support-line {
        display: none;
    }

    .addinfo-support {
        margin-bottom: 40px;
    }

    .footer-hr {
        margin-bottom: 40px;
    }

    .support {
        display: none;
    }

    .addinfo-support {
        justify-content: center;
    }

    .addinfo,
    .addinfo-list {
        align-items: center;
    }

    .addinfo-point {
        text-align: center;
    }

    .addinfo-list li:last-child a {
        display: block;
    }

    .why-this-important h2 {
        margin: 80px 16px 0px 16px;
        text-align: left;
        font-size: 30px;
    }

    .why-this-important-list {
        gap: 80px;
    }

    .why-this-important-img-1,
    .why-this-important-img-2,
    .why-this-important-img-3,
    .why-this-important-img-wrapper::after {
        width: 300px;
        height: 300px;
    }

    .why-this-important-img-wrapper::after {
        top: 20px;
    }

    .why-this-important-point {
        padding: 20px 26px 54px 26px;
        height: 376px;
        width: 200px;
    }

    .why-this-important-list-span {
        bottom: 54px;
        width: 200px;
        font-size: 20px;
        line-height: 130%;
        color: rgba(28, 40, 48, 1);
        height: 52px;
    }

    .why-this-important-point:hover .decoration-wti-1,
    .why-this-important-point:hover .decoration-wti-2,
    .why-this-important-point:hover .decoration-wti-3 {
        display: none;
    }

    .why-this-important-point:hover .decoration-wti-1-2,
    .why-this-important-point:hover .decoration-wti-2-2,
    .why-this-important-point:hover .decoration-wti-3-2 {
        display: block;
    }

    .decoration-wti-1-2 {
        left: 199px;
        top: 308px;
    }

    .decoration-wti-2-2 {
        left: 193px;
        top: 308px;
    }

    .decoration-wti-3-2 {
        left: 196px;
        top: 311px;
    }

    .btn-why-this-important-wrapper {
        margin: 0px 16px;
    }

    .cooperate-text {
        font-size: 16px;
        line-height: 120%;
    }

    .social-media-list {
        gap: 15.95px;
    }
}
