/* ============= ВЫСОТА ЭКРАНА ============= */
@media (max-height: 890px) {
    .header__content-descr {
        margin-top: 140px;
    }

    .header__content-button {
        margin-top: 40px;
    }

    .header__content-title {
        font-size: 54px;
    }

    .korean-text .char {
        font-size: 34px;
    }
}

@media (max-height: 730px) {
    .header__content-descr {
        margin-top: 120px;
    }

    .header__content-button {
        margin-top: 40px;
    }

    .header__content-title {
        font-size: 46px;
    }

    .korean-text .char {
        font-size: 30px;
    }

    .header__content-button {
        margin-top: 20px;
    }
}

@media (max-height: 690px) {
    .header__content-descr {
        margin-top: 120px;
    }

    .header__content-button {
        margin-top: 20px;
    }

    .header__content-title {
        font-size: 40px;
    }

    .korean-text .char {
        font-size: 24px;
    }

    .header__content-button {
        margin-top: 18px;
    }
}

/* ============ ШИРИНА ЭКРАНА ============= */
@media (max-width: 1680px) {
    .header__content-descr {
        width: 580px;
    }

    .header__content-title {
        font-size: 60px;
    }

    .header__content-img {
        right: 100px;
        width: auto;
        background-size: cover;
    }
}

@media (max-width: 1470px) {
    .header__content-title {
        font-size: 56px;
    }

    .header__content-img {
        right: 60px;
        width: auto;
    }
}

@media (max-width: 1330px) {
    .header__content-descr {
        width: 500px;
    }

    .header__content-img {
        right: 60px;
        width: auto;
    }

    .header__content-title {
        font-size: 54px;
    }

    .header__content-text {
        font-size: 16px;
    }

    .header__content-discount {
        font-size: 15px;
    }

    .header__content-button {
        padding: 18px 80px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1250px) {
    .header__content-descr {
        width: 470px;
    }

    .header__content-img {
        right: 50px;
        width: auto;
    }

    .header__content-title {
        font-size: 50px;
    }

    .header__content-text {
        font-size: 15px;
    }

    .advant__items {
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(3, auto);
        justify-content: space-around;
    }

    .teachers__content {
        justify-content: space-around;
    }
}

@media (max-width: 1200px) {

    .phone__telegram,
    .phone__text {
        display: none;
    }

    body {
        font-size: 18px;
    }

    .header__content-descr {
        width: 380px;
    }

    .header__content-title {
        font-size: 38px;
    }

    .footer__top-contacts {
        max-width: 420px;
    }

    .form-container {
        width: 480px;
    }

    .about__title,
    .advant__title,
    .teachers__title,
    .lessons__title,
    .courses__title,
    .faq-title,
    .reviews-title,
    .learning-steps__title {
        font-size: 36px;
    }

    .teachers {
        padding-bottom: 60px;
    }

    .teachers__btn-wrapper {
        margin-top: 40px;
    }

    .advant {
        margin-bottom: 60px;
    }

    .advant__inner {
        padding: 40px 0 20px;
    }

    .advant__items {
        padding-bottom: 40px;
    }

    .teachers__title {
        margin-bottom: 40px;
    }
}

@media (max-width: 1156px) {
    .courses__descr {
        margin-bottom: 50px;
    }

    .courses__content {
        justify-content: flex-start;
        margin-bottom: -10px;
    }
}

@media (max-width: 1120px) {
    body {
        font-size: 16px;
    }

    .menu__list {
        gap: 0 20px;
    }

    .advant__item-title {
        font-size: 22px;
    }

    .advant__item-text {
        font-size: 16px;
    }

    .logo__text {
        font-size: 22px;
    }

    .phone__telegram {
        font-size: 18px;
    }

    .header__content-button {
        padding: 16px 72px;
    }

    .header__content-discount {
        font-size: 14px;
        font-weight: 800;
    }

    .header__content-img {
        right: 10px;
        width: auto;
    }

    .lessons {
        background-image: url(../images/advant-bg-mob.png);
        background-position: center;
    }

    .lessons__content {
        padding-bottom: 40px;
    }

    .lessons__item-title {
        bottom: 5px;
    }

    .reviews-content {
        justify-content: flex-start;
    }
}

@media (max-width: 1000px) {
    /* .header__content-descr {
        max-width: 400px;
        height: 76vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin-top: -10px;
    } */

    .menu__list {
        gap: 0 16px;
    }

    .about__inner--2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .advant__title--2 {
        text-align: center;
    }

    /* .header__content-btn {
        text-align: center;
    } */

    .about__inner-achiev {
        margin-top: 80px;
    }

    .header-inner {
        margin-bottom: 80px;
    }

    .about__achiev-item--2 {
        max-width: 380px;
    }

    .form-container {
        width: 422px;
    }

    .about__descr {
        margin-bottom: 50px;
        text-align: center;
        width: 100%;
    }

    .about__title {
        text-align: center;
    }

    .about__achiev {
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
    }

    /* =========================== WORK ============================= */
    .about__content {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about__image {
        order: 2;
    }

    /* =========================END WORK ============================= */
}


/* ------ MOBILE VERSION ------- */
@media (max-width: 980px) {
    .submenu {
        left: -100px;
    }

    .header__content-img {
        right: 10px;
        width: auto;
    }

    .header__menu-list {
        z-index: 10;
        width: 100%;
        height: 100vh;
        background-color: #732f92;
        color: #ffffff;
        flex-direction: column;
        align-items: center;
        gap: 20px 0;
        padding: 25px 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(-700%);
        transition: transform 0.4s ease;
    }

    .menu__btn {
        display: flex;
    }

    .header__menu {
        order: 1;
    }

    .menu__lang {
        display: none;
    }

    .header__top {
        align-items: center;
    }

    .menu__list.menu__list--open {
        transform: translateY(0);
        padding-top: 100px;
    }

    .mobile-nav {
        display: block;
    }

    .menu__close {
        display: inline-block;
    }

    .mobile-menu__item {
        margin-bottom: 35px;
    }

    .menu__close-btn {
        position: absolute;
        top: 36px;
        right: 20px;
        cursor: pointer;
    }

    .menu__close-btn img {
        width: 30px;
        height: 30px;
    }

    .menu__btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        margin-left: 20px;
    }

    .mob__menu-lang {
        display: flex;
        justify-content: center;
        gap: 0 12px;
        margin-bottom: 80px;
    }

    .menu__list-link,
    .menu__list-btn {
        font-size: 26px;
    }

    .menu__lang-btn {
        font-size: 20px;
    }

    .menu__link-uk,
    .menu__link-ru {
        color: #b96edc;
    }

    .menu__list-item {
        margin-bottom: 50px;
        font-weight: 500;
    }

    .submenu li {
        font-size: 18px;
        padding-bottom: 6px;
    }
}

@media (max-width: 896px) {
    .header__content-text {
        display: none;
    }

    .header__content-button {
        margin-top: 20px;
        font-size: 22px;
    }
}

@media (max-width: 860px) {
    .faq-title {
        font-size: 30px;
    }

    .footer__top-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 24px 0 30px;
    }

    .footer__top-wrapper .footer__top-form {
        order: 1;
    }

    .footer__top-wrapper .footer__top-contacts {
        order: 2;
    }

    .footer__top-contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__top-text,
    .footer__phone-text {
        text-align: center;
    }

    .footer__phone-text {
        margin-bottom: 36px;
    }

    .footer__email {
        display: none;
    }

    .footer__phone-telegram {
        margin-bottom: 32px;
    }

    body {
        font-size: 16px;
    }

    .about__title,
    .advant__title,
    .teachers__title,
    .lessons__title,
    .courses__title,
    .faq-title,
    .reviews-title,
    .learning-steps__title,
    .goal-title {
        font-size: 30px;
    }

    .footer__top-text {
        display: none;
    }

    .footer__top-text--mob {
        display: block;
        margin-bottom: 30px;
        text-align: center;
        color: #ffffff;
    }

    .form__messenger-text {
        margin-top: 10px;
    }

    .form__lessons {
        margin-top: 30px;
    }

    .discount-10 {
        font-size: 16px;
        text-align: center;
    }

    .footer__phone-text {
        margin-top: 30px;
    }

    .header__content-text {
        display: none;
    }

    .header__content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .header__content-descr {
        max-width: 400px;
        height: 76vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin-top: -10px;
    }

    .header__content-img {
        margin-right: 10vw;
        width: auto;
        height: 65vh;
    }

    .lessons__content {
        justify-content: flex-start;
    }

    .wave-text {
        font-size: 24px;
    }

}

@media (max-width: 790px) {
    .menu__list {
        gap: 0 20px;
    }

    .boat {
        width: 140px;
        animation: boatMove 40s linear infinite;
    }
}

@media (max-width: 720px) {
    .menu__lang {
        display: flex;
        gap: 0 12px;
        display: none;
    }

    .tiktok-video:nth-of-type(2) {
        display: none !important;
    }
}

@media (max-width: 690px) {
    .advant {
        background-image: url(../images/advant-bg-mob.png);
        background-position: center;
    }

    .advant__items {
        display: flex;
        flex-wrap: wrap;
    }

    .advant__item-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .advant__item {
        margin-bottom: 10px;
        text-align: center;
    }

    .about__title,
    .advant__title,
    .teachers__title,
    .lessons__title,
    .courses__title,
    .faq-title,
    .reviews-title,
    .learning-steps__title,
    .goal-title {
        font-size: 25px;
        font-weight: 700;
    }

    .tiktok-title {
        margin-bottom: 20px;
    }

    .tiktok-btn-wrapper {
        margin-bottom: 20px;
    }

    .goal-subtitle {
        font-size: 18px;
    }

    .wave-text {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .header__content-img {
        margin-right: 4vw;
        width: auto;
    }

    .wave-text {
        white-space: normal;
        text-align: center;
        width: 96%;
        line-height: 1.4;
        margin-bottom: -6px;
        font-size: 18px;
    }

    .wave-container {
        height: 174px;
    }

    .boat {
        bottom: 82px;
    }
}

@media (max-width: 500px) {
    .header__content-title {
        margin-top: -10px;
    }

    .korean-text .char {
        font-size: 36px;
    }

    .mobile-pdf-button {
        display: inline-block;
        padding: 12px 24px;
        background-color: #6b298a;
        color: #fff;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
    }

    .lessons-about {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .lessons-content-about {
        padding-bottom: 20px;
    }

    .about__title,
    .courses__descr {
        margin-bottom: 20px;
    }

    .about__inner--2 {
        gap: 30px;
    }

    .about__achiev {
        gap: 20px;
    }

    .about {
        margin-top: -30px;
        margin-bottom: 50px;
    }

    .about__inner-achiev {
        margin-top: 40px;
    }

    .faq {
        margin-bottom: 50px;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-answer p {
        font-size: 16px;
    }

    .header__content-img {
        margin-right: 2vw;
        width: auto;
    }

    .teachers__item-text {
        margin-bottom: 36px;
    }

    .lessons__title {
        margin-bottom: 30px;
    }

    .courses {
        padding: 20px 0 50px;
    }

    .form__messenger,
    .form__lessons {
        font-size: 14px;
    }

    .header__content-title--thanks {
        font-size: 34px;
    }

    .header__content-text--tnanks {
        font-size: 20px;
    }

    #map {
        height: 350px;
    }

    .faq {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .korean-lessons-title {
        margin-bottom: 40px;
        font-size: 42px;
        line-height: 1.3;
    }

    .level-title {
        margin-bottom: 20px;
    }

    .lesson-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .video-lesson-title,
    .text-lesson-title {
        font-size: 22px;
    }

    .header__content-btn {
        padding-bottom: 80px;
    }
}

@media (max-width: 470px) {
    .teachers__btn-wrapper-fixed {
        top: 68%;
    }

    #scrollToTopButton {
        display: none !important;
    }

    .blog-category-title {
        font-size: 26px;
    }

    .char {
        padding: 2px;
        margin: 1px;
    }

    .header__content-img {
        margin-right: 0;
        width: auto;
    }

    .courses__item-title {
        font-size: 24px;
    }

    .courses__item-price {
        font-size: 30px;
    }

    .courses__item-descr {
        width: 260px;
        text-align: center;
    }

    .form-container {
        width: 340px;
    }

    .form__messenger label {
        margin-right: 8px;
        font-size: 14px;
    }

    .form__lessons,
    .form__messenger-text,
    .form-container input[type="text"],
    .footer__phone-telegram,
    .footer__telegram-chanel {
        font-size: 14px;
    }

    .footer__phone-telegram::before {
        top: -5px;
    }

    .footer__phone::before {
        top: 0px;
    }

    .discount-10 {
        text-align: center;
    }
}

@media (max-width: 440px) {
    .reviews-track .review-card {
        max-width: 280px;
        height: 420px;
    }

    .reviews-dots {
        margin-top: 10px;
    }

    .header__content-img {
        margin-right: 0;
        width: auto;
    }

    .header__content-title {
        font-size: 32px;
        margin-top: 10px;
        line-height: 1.4;
    }

    .menu__btn {
        margin-left: 4px;
    }
}

@media (max-width: 420px) {
    .logo__text {
        font-size: 20px;
    }

    .telegram__chanel {
        font-size: 10px;
    }

    .telegram__chanel::before {
        width: 30px;
        height: 30px;
        left: 182px;
        top: -21px;
    }

    .courses__end {
        font-size: 20px;
    }

    .header__content-img {
        margin-right: 0;
        width: auto;
    }

    .header__content-descr {
        max-width: 340px;
    }

    .header-inner {
        height: 70px;
    }

    .telegram__chanel::before {
        width: 18px;
        height: 18px;
        left: 180px;
        top: -12px;
    }
}

@media (max-width: 380px) {

    .header__content-img {
        width: auto;
    }

    .header__content-descr {
        max-width: 300px;
    }

    .header__content-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .form-container {
        width: 290px;
    }

    .about__title,
    .advant__title,
    .teachers__title,
    .lessons__title,
    .courses__title,
    .faq-title,
    .reviews-title,
    .learning-steps__title,
    .goal-title {
        font-size: 22px;
    }

    .form-container input[type="checkbox"]+label::before {
        margin-right: 6px;
    }

    .teachers__title {
        margin-bottom: 40px;
    }

    .youtube-btn {
        width: 40px;
        height: 30px;
    }
}

@media (max-width: 340px) {
    .footer__bottom-text {
        font-size: 10px;
    }

    .youtube-wrapper {
        display: none;
    }

    .submenu li {
        font-size: 16px;
        padding-bottom: 4px;
    }
}