@media (min-width: 1930px) and (max-width: 2800px) {
    .choose .box .one > .img {
        height: 420px;
    }

    .choose {
        max-width: 87%;
    }

    .first-choose {
        max-width: 95%;
    }

    .first-choose .info .background {
        bottom: 240px;
    }
}

@media (max-width: 1830px) {
    .first .background {
        display: none;
    }


    header .logo-menu .menu a {
        font-size: 15px;
    }

    .wrap-filters-city {
        font-size: 17px;
    }

    .filters-city-title img {
        filter: var(--filter-white);
        width: 20px;
    }

    header .mode {
        margin-right: 0;
    }


    .items .box .one-last {
        display: none;
    }
}

@media (max-width: 1750px) {
    .free .box > img {
        max-width: 750px;
        height: auto;
        width: 850px;
        position: absolute;
        left: 0;
        top: 25px;
        object-fit: cover;
    }

}

@media (max-width: 1650px) {
    main .double img {
        margin-top: 5%;

    }

    .first-choose .info .background .one-img {
        left: 20%;
        bottom: 70px;
    }

    header .contact .phone a, header .contact .button span {
        font-size: 15px;
    }

    header .mode {
        margin-right: 0;
    }

    .items .box .one-last {
        display: flex;
    }

    .items .box {
        flex-flow: column;
        align-items: center;
    }

    .items .box .one-box {
        width: 100%;
        justify-content: center;
    }

    .items .box {
        flex-flow: row wrap;
        justify-content: center;
    }

    .items .box .one-with-image-double {
        flex-flow: row;
        justify-content: center;
    }
}


@media (max-width: 1500px) {
    header .logo-menu {
        gap: 30px;
    }

    header .logo-menu .menu {
        gap: 20px;
    }

    header {
        width: calc(100% - 130px);
        padding: 20px 70px 10px 70px;
    }

    .plans .box .one-small {
        width: calc(50% - 46px);
        max-width: initial;
    }

    header {
        /*width: calc(100% - 100px);*/
        /*padding: 40px 3% 10px 3%;*/
    }

    header .mode {
        margin-right: 0;
    }
}

@media (max-width: 1500px) {
    .choose .box .one > .img {
        height: 350px;
    }

    .first .balls {
        right: 15%;
    }
}

@media (max-width: 1400px) {
    .choose {
        width: calc(100% - 140px);
        /* max-width: 1720px; */
        padding: 80px 70px 0 70px;
    }
}

@media (max-width: 1350px) {
    header {
        width: calc(100% - 90px);
        padding: 20px 50px 10px 50px;
    }

    header .contact .messengers img {
        height: 25px;
        width: 27px;
    }

    header .contact .button {
        padding: 11px 10px;
    }

    header .mode .mode-container {
        width: 72px;
    }

    header .contact {
        gap: 20px;
    }

    .test-online-wrapp .about-top .title h1 {
        font-size: 54px;
    }

    .test-online-wrapp .about-top .title p {
        font-size: 22px;
    }

    .test-online-wrapp .about-top {
        margin-top: 80px;
        width: inherit;
    }
}

@media (max-width: 1300px) {
    header .logo-menu .menu {
        display: flex;
        gap: 20px;
    }

    .choose .box {
        width: 100%;
        overflow-x: auto;

        display: flex;
        flex-flow: wrap row;
        justify-content: center;
        gap: 16px;
    }

    .choose .box::-webkit-scrollbar {
        display: none;
    }

    .choose .box > .one {
        width: calc(345px - 16px);
        min-width: calc(345px - 16px);
        height: auto;
        padding: 16px;

        flex-flow: column;
        justify-content: flex-start;
        gap: 24px;

        border-radius: 10px;
    }

    .choose .box .one > .img {
        width: 100%;
        height: 350px;

        display: flex;
        align-items: center;
        justify-content: center;

        border-radius: 10px;
    }


    .choose .box .one .img .main-img {
        width: 100%;
        height: 100%;

        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;

        object-fit: cover;
    }

    .choose .box .one .img .play-box {
        padding: 8px;
        z-index: 2;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;

        border-radius: 10px;
        backdrop-filter: blur(2px);
        background: #ffffff75;
        border: 1.91px solid rgb(13 14 26);
    }

    .choose .box .one .img .play-box a {
        justify-content: center;
        font-size: 14px;
        display: flex;
        gap: 5px;
        font-weight: 350;
        color: var(--white);
        /*font-family: StemRegular, serif;*/
        /* text-transform: none; */
        text-decoration: none;
        align-items: center;
    }

    .choose .box .one .img .play {
        width: 24px;
        height: 24px;

        position: static;

        /*filter: var(--filter-white);*/
    }

    .choose .box .one .img .play-box span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
        font-family: 'Stem', sans-serif;
        color: black;
        /*color: var(--white);*/
    }

    .choose .box .one .img .bottom {
        display: none;
    }

    .choose .box .one .info {
        width: 100%;
        /*height: 70vh;*/
        gap: 24px;
    }

    .choose .box .one .info {
        height: auto;
        padding-bottom: 15px;
    }

    .choose .box .one .info .title {
        gap: 8px;
    }

    .choose .box .one .info .title .top {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .choose .box .one .info .title .top img {
        width: 16px;
        height: 16px;
    }

    .choose .box .one .info .title .top h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    .choose .box .one .info .title .top .online:after {
        width: 8px;
        height: 8px;

        position: absolute;
        right: -18px;
        top: 8px;
    }

    .choose .box .one .info .title span {
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        text-align: center;
    }

    .choose .box .one .info .param {
        width: 100%;

        gap: 8px;
    }

    .choose .box .one .info .param .one {
        align-items: center;
        gap: 8px;
    }

    .choose .box .one .info .param .one h5 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
    }

    .choose .box .one .info .buttons {
        width: 100%;

        gap: 18px;
    }

    .choose .box .one .info .buttons .one-button {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .choose .box .one .info .buttons .one-button span {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: center;
    }

    /*div.one-button.one-button-img {*/
    /*    display: none !important;*/
    /*}*/
    /*.choose .box .one .info .buttons .one-button-img {*/
    /*    width: 100%;*/
    /*    padding: 4.5px 8px;*/
    /*}*/
    .choose .box .one .mobile-data {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .choose .box .one .mobile-data .like {
        display: flex;
        gap: 8px;
    }

    .choose .box .one .mobile-data .like span {
        font-size: 25px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        color: var(--white);
    }

    .choose .box .one .mobile-data .like img {
        width: 24px;
        height: 24px;

        filter: var(--filter-white);
    }

    .choose .box .one .mobile-data .bottom {
        display: flex;
        gap: 8px;
    }

    .choose .box .one .mobile-data .bottom .left {
        display: flex;
        flex-flow: column;
    }

    .choose .box .one .mobile-data .bottom .left .top {
        display: flex;
        gap: 8px;
    }

    .choose .box .one .mobile-data .bottom .left .top img {
        width: 24px;
        height: 24px;

        filter: var(--filter-white);
    }

    .choose .box .one .mobile-data .bottom .left .top span {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        color: var(--white);
    }

    .choose .box .one .mobile-data .bottom .left > span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
        color: var(--white);
        opacity: .3;
    }

    .choose .box .one .mobile-data .bottom .right img {
        width: 56px;
        height: 24px;
    }

    .coach .super, .coach .menu, .coach .desc {
        width: auto;
    }

    .coach .bottom .right .title h3 {
        font-size: 33px;
    }

    .coach .bottom .right .title span {
        line-height: 10px;
    }

    .coach .bottom .right .buttons .one {
        justify-content: center;
    }

    .coach .bottom .right .buttons .one span {
        font-size: 16px;
    }

    footer .left {
        width: auto;
        max-width: 380px;
    }

    footer .left .fields .input {
        width: auto;
    }

    footer .footer .right .top .col a {
        font-size: 16px;
    }

    footer .footer .right .top .logo {
        min-width: 60px;
    }

    footer .footer .right .top .logo-list {
        min-width: 60px;
    }
}

@media (max-width: 1240px) {
    /* Выпадающий список городов*/
    .dropdown-content {
        display: none;
        position: fixed;
        right: 0;
        background-color: var(--white);
        border-radius: 10px;
        border: 1px solid var(--black);
        min-width: 160px;
        overflow: auto;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: black;
        font-family: "Stem", sans-serif;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left !important;
    }

    .dropdown-content a span {
        font-size: 14px;
        color: #acacac;
        padding: 0 0 0 10px;
    }

    .dropdown a:hover {
        background-color: #ddd;
    }

    .show {
        min-width: 50%;
        display: block;
        margin: 0 60px;
    }

    /*------------Выпадающий список городов--------------*/
    .header-desktop {
        display: none;
    }

    .header-mobile {
        width: calc(100% - 80px);
        height: 46px;
        padding: 20px 40px 10px 40px;

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-mobile .header-mobile-messengers {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .header-mobile .header-mobile-messengers img {
        height: 35px;
        width: 37px;
    }

    .header-mobile .logo {
        width: 50px;
        height: 50px;
        background-size: cover;
        background-image: url("../images/logo-mobile-white.png");
        border: 1px solid white;
        border-radius: 10px;
    }

    .header-mobile .logo-list {
        width: 50px;
        height: 50px;
        background-size: cover;
        background-image: url("../images/listli_logo-w.png");
        border: 1px solid white;
        border-radius: 10px;
    }

    .header-mobile .menu-button {
        width: 46px;
        height: 46px;

        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 2px;

        background: var(--white);
        border-radius: 50%;
        cursor: pointer;
    }

    .header-mobile .menu-button span {
        width: 20px;
        height: 2px;

        background: var(--black);
    }

    .header-mobile .menu-button img {
        display: none;
    }

    .header-mobile .menu-button-open span {
        display: none;
    }

    .header-mobile .menu-button-open img {
        width: 24px;
        height: 24px;

        display: block;

        filter: var(--filter-black);
    }

    .phone-header-mobile .messengers img {
        height: 35px;
        width: 35px;
    }

    .mobile-menu {
        width: calc(97vw - 48px - 32px);
        padding: 16px 16px 24px;
        margin: 0 50px;

        position: fixed;
        top: 118px;
        right: 0;
        z-index: 100;
        max-width: 500px;
        display: none;
        align-items: flex-end;
        flex-flow: column;
        gap: 16px;

        background: var(--white);
        border-radius: 24px;
    }

    .mobile-menu .mode {
        width: 47px;
        height: 27px;
        padding: 2px;

        position: absolute;
        top: 16px;
        left: 16px;

        display: flex;
        justify-content: right;

        background: var(--black);
        border-radius: 24px;
    }

    .mobile-menu .mode .button {
        width: 27px;
        height: 27px;

        display: flex;
        align-items: center;
        justify-content: center;

        background: var(--white);
        border-radius: 50%;
    }

    .mobile-menu .mode .button img {
        width: 12px;
        height: 12px;

        filter: var(--filter-black)
    }

    .mobile-menu .sun-active .button .sun {
        display: none;
    }

    .mobile-menu .moon-active .button .moon {
        display: none;
    }

    .mobile-menu .moon-active {
        justify-content: left;
    }

    .mobile-menu .menu {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        gap: 8px;
    }

    .mobile-menu .menu a {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        text-align: right;
        color: var(--black);
        text-decoration: none;
    }

    .mobile-menu .contact {
        margin-top: 16px;

        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-menu .contact img {
        width: 24px;
        height: 24px;

        filter: var(--filter-black);
    }

    .mobile-menu .contact a {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: right;
        color: var(--black-grey);
        text-decoration: none;
    }

    .mobile-menu .button {
        width: 100%;
        height: 32px;

        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;

        background: var(--black);
        border-radius: 10px;
    }

    .mobile-menu .button img {
        width: 24px;
        height: 24px;

        filter: var(--filter-white);
    }

    .mobile-menu .button span {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: right;
        color: var(--white);
    }

    .phone-header-mobile {
        display: flex;
        gap: 10px;
        line-height: 24px;
    }

    .phone-header-mobile a {
        font-size: 22px;
    }

    .header-mobile .phone-header-mobile .header-address {
        position: absolute;
        margin-top: 20px;
        margin-left: 0;
    }

    .header-mobile .phone-header-mobile .header-address p {
        margin-top: 5px;
        font-size: 11px;
    }

    .phone-header-mobile a, .phone-header-mobile span {
        text-decoration: none;
        color: var(--white);
    }

    .phone-header-mobile a {
        margin-top: 6px;
    }

    .first {
        width: calc(100% - 48px);
        padding: 32px 24px;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;

        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: space-between;
        gap: 0;

        position: relative;
    }

    .first .info {
        width: 100%;
        gap: 24px;
        max-width: 100%;
    }

    .first .info .title {
        width: 100%;
        gap: 8px;
    }

    .first .info .title h1 {
        width: 100%;
        font-size: 60px;
        font-weight: 500;
        line-height: 70px;
        text-align: left;
    }

    .first .info .title h5 {
        width: 100%;

        font-size: 35px;
        font-weight: 500;
        line-height: 50px;
        text-align: left;
    }

    .first .info ul {
        width: 100%;

        gap: 8px;
    }

    .first .info ul li {
        width: 100%;

        font-size: 25px;
        font-weight: 500;
        line-height: 40px;
        text-align: left;
    }

    .first .info .desc {
        width: 100%;

        gap: 20px;
    }

    .first .info .desc p {
        width: 100%;

        font-size: 25px;
        font-weight: 500;
        line-height: 40px;
        text-align: left;
    }

    .first .modal-contact {
        width: 100%;
        max-width: 650px;
        height: 330px;
        padding: 8px;
        margin: 60px 0;
    }

    .modal-mobile-about {
        display: none;
    }

    .first .modal-contact .modal-contact-container {
        width: calc(100% - 32px);
        height: calc(100% - 54px);
        padding: 25px 16px;

        gap: 24px;
    }

    .first .modal-contact .modal-contact-container .title {
        width: 100%;
        gap: 8px;
    }

    .first .modal-contact .modal-contact-container .title h5 {
        font-size: 25px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }

    .first .modal-contact .modal-contact-container .title span {
        font-size: 18px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: center;
    }

    .first .modal-contact .modal-contact-container .fields {
        gap: 8px;
    }

    .first .modal-contact .modal-contact-container .fields .input {
        width: 327px;
        height: 24px;
        padding: 8px 16px;

        gap: 8px;
    }

    .first .modal-contact .modal-contact-container .fields .input input {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .first .modal-contact .modal-contact-container .button {
        width: 250px;
        height: 38px;
    }

    .first .modal-contact .modal-contact-container .button span {
        font-size: 18px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: center;
    }

    .first .ellipsis {
        width: 294px;
        height: 294px;
        margin: 0 auto;

        position: absolute;
        bottom: 0;
        right: auto;
        left: auto;
    }

    .first .background {
        display: none;
        width: 70%;
        height: 500px;
        margin: 0 auto;

        /*display: block;*/

        position: static;
    }

    .first .balls {
        width: 456px;
        height: 517px;
        left: -365px;
        top: auto;
        bottom: -23px;
        z-index: 2;
    }


    .items {
        width: calc(100% - 48px);
        padding: 32px 24px;
    }

    .items h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }

    .items .box {
        margin-top: 24px;

        flex-flow: row wrap;
        justify-content: center;
        gap: 16px;
    }

    .items .box .one, .items .box .one-short {
        width: calc(50% - 16px);
        height: 144px;
        padding-top: 0;

        flex-flow: row;
    }

    .items .box .one > img, .items .box .one-short > img {
        width: 91px !important;
        height: 96px !important;
        margin: 0 8px 0 0 !important;

        object-fit: cover;
    }

    .items .box .one .info, .items .box .one-short .info {
        margin-left: 8px;

        align-items: flex-start;
        gap: 9px;
    }

    .items .box .one .info h5, .items .box .one-short .info h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;

        display: block;
    }

    .items .box .one .info h4, .items .box .one-short .info h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;

        display: none;
    }

    .items .box .one .info h6, .items .box .one-short .info h6 {
        display: none;
    }

    .items .box .one .info .button, .items .box .one-short .info .button {
        margin-top: 0;
        width: 151px;
        height: 40px;

        gap: 8px;
    }

    .items .box .one .info .button span, .items .box .one-short .info .button span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;

        display: block;
    }

    .items .box .one-with-image-double {
        width: 100%;

        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        gap: 16px;
    }

    .items .box .one-with-image, .items .box .one-with-image-double .one-with-image {
        max-width: calc(50% - 16px);
        width: calc(50% - 16px);
        /*max-height: 110px;*/
        height: 200px;

        border-radius: 10px;
    }

    .items .box .one-with-image h5 {
        max-width: calc(100% - 24px);
        padding: 0 12px;

        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;

    }


    .itogi {
        width: calc(100% - 24px);
        padding: 32px 0 32px 24px;
    }

    .itogi h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }

    .itogi .box {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 30px;
        overflow-x: auto;

        display: flex;
        gap: 16px;
    }

    .itogi .background {
        display: none;
    }

    .itogi .box .one {
        /* width: 180px; */
        min-width: 300px;
        height: 130px;

        padding-bottom: 20px;
        padding-left: 8px;
        padding-right: 8px;

        gap: 8px;
        border-radius: 10px;
    }

    .itogi .box .one h4 {
        width: 100%;

        font-size: 20px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
    }

    .itogi .box .one h5 {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
    }

    .itogi .box .one span {
        font-size: 40px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;

        position: absolute;
        left: 10px;
        top: -14px;
    }


    .plans {
        width: calc(100% - 48px);
        padding: 32px 0 32px 24px;
        margin: 0;
    }

    .plans h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }

    .plans .box {
        /*width: 100%;*/
        /*padding-top: 24px;*/
        /*padding-bottom: 0;*/
        /*margin-top: 0;*/
        /*overflow-x: auto;*/

        /*display: flex;*/
        /*gap: 16px;*/
        /*flex-flow: row nowrap;*/
    }

    .plans .box::-webkit-scrollbar {
        width: 541px;
        height: 10px;

        display: flex;
        align-items: center;
    }

    .plans .box::-webkit-scrollbar-track {
        width: 541px;
        height: 10px;
        max-width: 541px;
        margin-left: 650px;
        margin-right: 650px;

        background: var(--black-grey);
        border-radius: 100px;
    }

    .plans .box::-webkit-scrollbar-thumb {
        height: 4px;

        background: var(--white);
        border-radius: 100px;
    }

    .plans .box .one {
        width: calc(100% - 30px - 15px);
        /*max-width: 247px;*/
        /*min-width: 247px;*/
        /*width: 247px;*/
        /*height: 106px;*/
        /*padding-top: 8px;*/
        /*padding-left: 8px;*/

        /*gap: 24px;*/
        /*border-radius: 10px;*/
    }

    .plans .box .one h4 {
        /*width: 194px;*/

        font-size: 20px;
        /*font-weight: 500;*/
        /*line-height: 17.36px;*/
        /*text-align: left;*/
    }


    .plans .box .one img {
        width: 200px;
        height: 200px;

        right: 0;
        bottom: 0;
    }

    .plans .box .one .background {
        /*width: 95px;*/
        /*height: 95px;*/
    }

    .plans .box .one .button {
        /*width: 82px;*/
        /*height: 32px;*/

        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/

        /*font-size: 12px;*/
        /*font-weight: 500;*/
        /*line-height: 16px;*/
        /*text-align: center;*/
        /*color: var(--black);*/

        /*background: var(--white);*/
        /*border-radius: 10px;*/
    }


    .comments {
        width: calc(100% - 48px);
        padding: 32px 24px;
    }

    .comments h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }

    .comments h5 {
        margin-top: 8px;

        font-size: 20px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: left;
    }

    .comments .box {
        width: 100%;
        margin-top: 32px;

        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        gap: 16px;
    }

    .comments .box .one {
        max-width: calc(50% - 32px);
        justify-content: flex-start;
        width: calc(25% - 32px);
        height: auto;
        padding: 8px;

        gap: 8px;
        border-radius: 10px;
    }

    .comments .box .one img {
        width: 40px;
        height: 40px;
    }

    .comments .box .one h4 {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: center;
    }

    .comments .box .one span {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        text-align: center;
    }

    .comments .bottom {
        margin-top: 24px;
    }

    .comments .bottom .button {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: left;
    }


    footer .footer {
        width: calc(100% - 48px);
        padding: 24px;

        display: flex;
        flex-flow: column;
        justify-content: initial;
        gap: 24px;
    }

    footer .footer .right {
        width: 90%;
        gap: 24px;
    }

    /*footer .footer .right .top {*/
    /*    display: none;*/
    /*}*/
    /*footer .footer .right .row {*/
    /*    display: none;*/
    /*}*/
    footer .footer .right .last {
        margin: 0 auto;
        display: flex;
    }

    footer .footer .right .row input {
        padding: 14px 20px;
        max-width: 100%;

        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;
        color: var(--white);
    }


    footer .left {
        width: calc(100% - 32px);
        padding: 16px;

        gap: 24px;
        border-radius: 10px;
    }

    footer .left .title {
        gap: 8px;
    }

    footer .left .title h3 {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    footer .left .title h5 {
        font-size: 18px;
        font-weight: 350;
        line-height: 16.38px;
        text-align: left;
    }

    footer .left .fields {
        gap: 8px;
    }

    footer .left .fields .input {
        width: calc(100% - 32px);
        height: 24px;
        padding: 8px 16px;

        gap: 8px;
    }

    footer .left .fields .input input {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    footer .left .fields textarea {
        width: calc(100% - 32px);
        height: 108px;
        padding: 8px 16px;

        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    footer .left .fields .button {
        width: 131px;
        height: 33px;
        margin-top: 24px;

        font-size: 14px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: center;
    }


    .coach {
        width: calc(100% - 48px);
        padding: 32px 24px;
        margin-top: 50px;

        gap: 32px;
    }

    .coach .top {

        flex-flow: column;
        gap: 24px;
    }

    .coach .top .left {
        margin: 0 auto;
        width: 720px;
        height: 405px;

        border-radius: 10px;
    }

    .coach .top .left > img {
        width: 100%;
        height: 100%;

        position: absolute;
        top: 0;
        left: 0;

        object-fit: cover;
    }

    .coach .top .left .play {
        width: 141px;
        height: 40px;

        gap: 8px;

        border-radius: 10px;
        border: 1.91px solid rgba(255, 255, 255, 0.21);
        backdrop-filter: blur(5px);
    }

    .coach .top .left .play span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }

    .coach .top .right {
        gap: 24px;
    }

    .coach .top .right .title {
        align-items: center;
        gap: 8px;
    }

    .coach .top .right .title .top {
        flex-flow: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .coach .top .right .title .top img {
        width: 30px;
        height: 30px;
    }

    .coach .top .right .title .top h4 {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
    }


    .coach .top .right .title span {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }

    .coach .top .right .param {
        width: 100%;

        gap: 8px;
    }

    .coach .top .right .param .one {
        align-items: center;
        gap: 8px;
    }

    .coach .top .right .param .one h5 {
        font-size: 16px;
        line-height: 16px;
        text-align: left;
    }

    .coach .bottom {
        flex-flow: column-reverse;
        gap: 32px;
    }

    .coach .bottom .left {
        gap: 32px;
    }

    .coach .super {
        width: 100%;
        height: 83px;

        flex-flow: column;
        gap: 8px;
    }

    .coach .super .top {
        display: flex;
        flex-flow: row;
        gap: 8px;
    }

    .coach .super .top span {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    .coach .super .bottom span {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: left;
    }

    .coach .menu {
        width: 100%;
        height: 32px;

        gap: 8px;
    }

    .coach .menu .one {
        padding-bottom: 8px;

        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    .coach .desc {
        width: 100%;
        padding-bottom: 15px;
        margin-top: 0;

        gap: 8px;
    }

    .coach .desc .background {
        width: 100%;
        height: 100%;

        position: absolute;
        left: 0;
        bottom: 35px;
        z-index: 1;

        display: flex;

        background: linear-gradient(180deg, rgba(17, 17, 17, 0) 78.35%, var(--black) 100%);
    }

    .coach .desc h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    .coach .desc span {
        font-size: 16px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: left;
    }

    .coach .desc .button {
        margin-top: 16px;

        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .coach .bottom .right {
        width: 100%;

        display: flex;
        align-items: center;
        flex-flow: column;
        gap: 24px;
    }

    .coach .bottom .right .title, .coach .bottom .right .buttons {
        display: flex;
        flex-flow: column;
    }

    .coach .bottom .right .buttons {
        width: 350px;

        gap: 8px;
    }

    .coach .bottom .right .title h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
    }

    .coach .bottom .right .title span {
        font-size: 16px;
        font-weight: 350;
        line-height: 28px;
        text-align: center;
    }

    .coach .bottom .right .buttons .one {
        width: 100%;
        max-width: 350px;
        height: 40px;
        padding: 0;

        display: flex;
        align-items: center;
        justify-content: center;

        gap: 8px;
    }

    .coach .bottom .right .buttons .one span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }


    .choose {
        width: calc(100% - 48px);
        padding: 32px 24px;

        gap: 24px;
    }

    .choose > .title {
        width: 100%;

        gap: 8px;
    }

    .choose .title h2 {
        width: 100%;

        font-size: 48px;
        font-weight: 500;
        /*line-height: 28px;*/
        text-align: left;
    }

    .choose .title h5 {
        font-size: 25px;
        font-weight: 500;
        /* line-height: 17.36px; */
        text-align: left;
    }

    /*.choose .filters-button {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    gap: 8px;*/
    /*    cursor: pointer;*/
    /*}*/
    .choose .filters-button img {
        width: 24px;
        height: 24px;

        filter: var(--filter-white);
    }

    .choose .filters-button span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
        color: var(--white);
    }

    /*.choose .filters {*/
    /*    display: none;*/
    /*}*/
    .choose .box .one > .like {
        display: none;
    }


    .first-choose {
        width: calc(100% - 48px);
        padding: 32px 24px;
        margin-top: 0;
    }

    .first-choose .info {
        width: 100%;
        margin-top: 80px;
        display: flex;
        flex-flow: column;
        align-items: center;
        gap: 24px;
    }

    .first-choose .info h1 {
        width: 100%;
        font-size: 55px;
        font-weight: 500;
        line-height: 60px;
        text-align: left;
    }

    .first-choose .info .desc {
        width: 100%;
        gap: 24px;
        align-items: center;
        padding-bottom: 80px;
    }

    .first-choose .info .desc p {
        width: 100%;
        font-size: 48px;
        font-weight: 350;
        line-height: 55px;
        text-align: center;
    }

    .first-choose .info .desc .button {
        width: 251px;
        height: 50px;
        gap: 8px;
    }

    .first-choose .info .desc .button span {
        font-family: 'Stem', sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
    }

    .first-choose .info .box {
        width: calc(100% + 24px);
        overflow-x: auto;

        justify-content: center;
        gap: 16px;
    }

    .first-choose .info .box::-webkit-scrollbar {
        display: none;
    }

    .first-choose .info .box .one {
        min-width: 178px;
        height: 80px;
        gap: 8px;
        border-radius: 10px;
    }

    .first-choose .info .box .one img {
        width: 28px;
        height: 28px;
    }

    .first-choose .info .box .one span {
        max-width: 164px;
        font-size: 18px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .first-choose .info .background {
        width: 80%;
        height: 255px;

        display: flex;
        align-items: center;
        justify-content: center;

        position: relative;
        bottom: -100px;
        right: auto;
        left: auto;
        padding-bottom: 250px;
    }

    .first-choose .info .background .one-img {

        position: inherit;
        left: -170px;
        bottom: -130px;

        object-fit: cover;

        border-radius: 20px;
    }

    .first-choose .info .background .second-img {
        margin: 0 auto;

        position: absolute;
        right: auto;
        left: auto;
        top: -50px;

        object-fit: cover;

        border-radius: 20px;
    }

    .first-choose .info .background .third-img {
        width: 150px;
        height: 150px;

        position: absolute;
        right: 10px;
        bottom: -20px;
    }

    .first-choose .info .background .fourth-img {
        width: 150px;
        height: 150px;

        position: absolute;
        left: 200px;
        top: 0;
    }


    .free {
        width: calc(100% - 48px);
        padding: 32px 24px;
    }


    .free .box {
        width: calc(100% - 32px);
        height: auto;
        padding: 40px;
        flex-flow: column;
        gap: 49px;
        max-width: 850px;
        border-radius: 10px;
    }

    .free .box .left {
        width: 100%;

        gap: 24px;
    }

    .free .box .left h2 {
        font-size: 35px;
        font-weight: 500;
        line-height: 44px;
        text-align: left;
    }

    .free .box .left ul {
        gap: 8px;
    }

    .free .box .left ul li {
        font-size: 20px;
        font-weight: 500;
        line-height: 35.36px;
        text-align: left;
    }


    .free .box .right {
        width: 100%;

        display: flex;
        justify-content: center;
        flex-flow: row;
        gap: 8px;
    }

    .free .box .right form {
        min-width: 450px;
    }

    .free .box .right input {
        width: calc(100% - 16px);
        height: 40px;
        padding-left: 16px;

        font-size: 18px;
        line-height: 16px;
    }

    .free .box .right .processing-data-checkbox input {
        width: auto;
        height: 30px;
    }

    .free .box .right .processing-data-checkbox p {
        padding: 10px;
    }

    .free .box .right .button {
        width: 100%;
        height: 45px;
        margin-top: 16px;
    }

    .free .box .right .button span {
        font-size: 18px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: center;
    }

    .free .box > img {
        display: none;
        width: 194px;
        height: 246px;

        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: 0;
    }

    .free .box > img:nth-child(2) {
        position: initial;
        display: block;
        width: 100%;
        padding-bottom: 10px;
        max-width: 500px;
        height: auto;
    }

    .free .other-box {
        height: auto;
        padding-bottom: 0;

        justify-content: space-between;
        align-items: center;
        flex-flow: column-reverse;
        overflow: hidden;
    }

    .free .other-box .info {
        width: 100%;

        gap: 8px;
    }

    .free .other-box .info h2 {
        font-size: 35px;
        font-weight: 500;
        line-height: 38px;
        text-align: left;
    }

    .free .other-box .info > p {
        font-size: 25px;
        font-weight: 500;
        line-height: 30px;
        text-align: left;
        font-family: 'Stem', sans-serif;
    }

    .free .other-box .info .button {
        width: 100%;
        height: 45px;
        max-width: 450px;
        margin: 20px auto 0;
    }

    .free .other-box .info .button span {
        font-family: 'Stem', sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: center;
    }


    .for-you {
        width: calc(100% - 48px);
        padding: 32px 24px;

        gap: 24px;
    }

    .for-you h2 {
        font-size: 48px;
        font-weight: 500;
        line-height: 60px;
        text-align: left;
    }

    .for-you .box {
        width: 100%;

        gap: 16px;
    }

    .for-you .box .col {
        width: 100%;
        height: auto;
        max-width: initial !important;

        display: flex;
        flex-flow: column;
        gap: 16px;
    }

    .for-you .box .one {
        width: calc(40% - 24px);
        height: calc(255px - 16px);
        max-width: initial !important;
        padding: 20px;
        border-radius: 10px
    }

    .for-you .box .one-long {
        width: calc(60% - 16px);
    }

    .for-you .box .one-long h4 {
        max-width: 230px;
    }

    .for-you .box .col .one {
        width: calc(100% - 35px);
        height: calc(110px - 26px);
        padding-top: 13px;
        padding-bottom: 13px;

        align-items: center;
    }

    .for-you .box .one .bottom .bl-up-astr {
        margin-top: 0 !important;
    }

    .for-you .box .one h4 {
        font-size: 35px;
        font-weight: 500;
        line-height: 30px;
        text-align: left;
        position: absolute;
        max-width: 70%;
        z-index: 99;
    }

    .for-you .box .one img {
        width: 60%;
        max-width: 295px;
        height: auto;
        position: absolute;
        bottom: 0;
        z-index: 0;
        right: 0;
    }

    .for-you .box .one .bottom {
        bottom: 8px;
        left: 8px;

        gap: 8px;
    }

    .for-you .box .col .one .bottom {
        left: auto;
        right: 30px;
        bottom: 14px;

        flex-flow: row;
        align-items: center;
        gap: 8px;
    }

    .for-you .box .one .bottom p {
        font-family: 'Stem', sans-serif;
        padding: 10px;
        font-size: 30px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
        color: var(--black);
    }

    .for-you .box .one .bottom h5 span {
        font-size: 18px !important;
    }

    .for-you .box .one .bottom .button {
        width: 150px;
        height: 35px;

        border-radius: 5px;
    }

    .for-you .box .one .bottom .button span {
        font-size: 15px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }


    .about-top {
        width: calc(100% - 48px);
        /*padding: 32px 24px;*/
        max-width: 1000px;
        margin-top: 0;

        gap: 16px;

        position: relative;
    }

    .about-top .title {
        gap: 8px;
    }

    .about-top .title h1 {
        font-size: 55px;
        font-weight: 500;
        line-height: 65px;
        text-align: left;
    }

    .about-top .title span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .about-top .title a {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .about-top .images {
        display: flex;
        gap: 30px;
    }

    .about-top .images img {
        width: 100%;
        height: 157px;

        object-fit: cover;

        border-radius: 20px;
    }

    .about-top .images .second-img {
        display: none;
    }


    .about-center {
        width: calc(100% - 48px);
        padding: 32px 24px;
        max-width: 1000px;
        margin-top: 0;

        gap: 16px;
    }

    .about-center .main {
        /*width: 200px;*/
        /*height: 100px;*/

        position: absolute;
        top: 130px;
        left: 24px;

        object-fit: cover;
    }

    .about-center .info {
        width: 100%;

        position: relative;
        top: auto;
        right: auto;

        display: flex;
        align-items: flex-end;
        flex-flow: column;
        gap: 16px;
        padding-bottom: 100px;
    }

    .about-center .info .title {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        gap: 8px;
    }

    .about-center .info .title h2 {
        width: 553px;

        font-size: 55px;
        font-weight: 500;
        line-height: 70px;
        text-align: right;
    }

    .about-center .info .title span {
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        text-align: right;
    }

    .about-center .info > span {
        width: 210px;

        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: right;
    }

    .about-center .numbers {
        width: 100%;
        height: auto;
        padding: 16px 0;
        margin-top: 30px;
        flex-flow: row;
        gap: 16px;
        border-radius: 10px;
    }

    .about-center .numbers .one {
        flex-flow: column;
        align-items: center;
        gap: 8px;

        border: none !important;
    }

    .about-center .numbers .one h5 {
        font-size: 40px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }

    .about-center .numbers .one span {
        font-size: 18px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }


    .double {
        width: calc(100% - 48px);
        padding: 16px 24px;
        max-width: 1000px;
        margin-top: 0;

        display: flex;
        flex-flow: row;
        gap: 16px;
    }

    /*.first-double {*/
    /*    flex-flow: column-reverse;*/
    /*}*/
    .double img {
        width: 100%;
        height: 181px;

        border-radius: 10px;
    }

    .double .info {
        gap: 8px;
    }

    .double .info h3 {
        font-size: 55px;
        font-weight: 500;
        line-height: 70px;
        text-align: left;
    }

    .double .info span {
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        text-align: right;
    }


    .finance {
        width: calc(100% - 48px);
        padding: 32px 24px;
        max-width: 1000px;
        margin-top: 0;

        gap: 24px;
    }

    .finance .title {
        max-width: 100%;

        gap: 8px;
    }

    .finance .title h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
    }

    .finance .title span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }

    .finance .box {
        width: 100%;

        display: flex;
        flex-flow: column;
        align-items: flex-end;
        gap: 16px;
    }

    .finance .box .one {
        max-width: calc(100% - 32px);
        width: calc(100% - 32px);
        height: auto !important;
        padding: 16px;

        display: flex;
        flex-flow: column;
        gap: 16px;

        border-radius: 24px;
    }

    .finance .box .one-second {
        margin-top: 40px;
    }

    .finance .box .one .abs {
        width: 100%;

        position: absolute;
        top: -40px;
        left: 0;

        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }

    .finance .box .one > img {
        width: 321px;
        height: 66px;
    }

    .finance .box .one .info {
        display: flex;
        flex-flow: column;
        gap: 16px;
    }

    .finance .box .one .info h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }

    .finance .box .one .info span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .finance .box .one .info .button {
        max-width: initial;
        width: 119px;
        height: 32px;
        padding: 0;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .finance .box .one .info .button span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }


    .news {
        width: calc(100% - 48px);
        padding: 32px 24px;
        max-width: 1000px;
        margin-top: 0;

        gap: 24px;
    }

    .news h2 {
        width: calc(100% - 32px);
        height: auto;
        padding: 8px 16px;

        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;

        border-radius: 10px;
    }

    .news .box {
        width: 100%;

        display: flex;
        flex-flow: column;
        gap: 60px;
    }

    .news .box .top {
        width: 100%;

        display: flex;
        flex-flow: column;
        align-items: flex-start;
        gap: 8px;
    }

    .news .box .top .left {
        max-width: 70%;
        min-width: 70%;

        display: flex;
        flex-flow: column;
    }

    .news .box .top .left h3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }

    .news .box .top .right {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .news .box .top .right span {
        width: 100%;

        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .news .box .bottom {
        width: 100vw;

        position: relative;

        display: flex;
        justify-content: right;
        align-items: center;
        gap: 30px;
    }

    .news .box .bottom .buttons {
        display: none;
    }

    .news .box .bottom .slider {
        width: 100%;
        overflow-x: auto;

        display: flex;
        gap: 16px;
    }

    .news .box .bottom .one {
        width: 164px;
        min-width: 164px;

        display: flex;
        flex-flow: column;
        gap: 16px;
    }

    .news .box .bottom .one img {
        width: 100%;
        height: 181px;

        object-fit: cover;
    }

    .news .box .bottom .one h5 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        text-align: left;
    }

    .news .box .bottom .one span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }


    .faq {
        width: calc(100% - 48px);
        padding: 32px 24px;
        max-width: 1000px;
        margin-top: 0;

        gap: 24px;
    }

    .faq h3 {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
    }

    .faq .box {
        width: 100%;

        display: flex;
        flex-flow: column;
        gap: 16px;
    }

    .faq .box .one {
        width: calc(100% - 16px);
        min-height: 34px;
        padding: 8px;

        border-radius: 10px;
    }

    .faq .box .one .icon {
        width: 34px;
        height: 34px;

        position: absolute;
        right: 8px;
        top: 8px;

        font-size: 18px;
        font-weight: 500;
        color: var(--white);

        background: var(--black-grey);
        border-radius: 50%;
    }

    .faq .box .one .title {
        max-width: calc(100% - 90px);
        display: flex;
        flex-flow: column;
        gap: 20px;
    }

    .faq .box .one .title h5 {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: left;
    }

    .faq .box .one .title span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .faq .box .one-close .title span {
        display: none;
    }


    .about-bottom {
        width: calc(100% - 48px);
        padding: 32px 24px;
        margin-top: 0;

        gap: 32px;
    }

    .about-bottom img {
        width: 100vw;
    }

    .about-bottom .title {
        max-width: 100%;

        gap: 8px;
    }

    .about-bottom .title h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
    }

    /*.about-bottom .title span {*/
    /*    font-size: 12px;*/
    /*    font-weight: 500;*/
    /*    line-height: 16px;*/
    /*    text-align: center;*/
    /*}*/
    .popup-container .popup {
        width: 450px;
        height: 370px;

        gap: 15px;

        border-radius: 10px;
    }

    .popup-container .popup .send-info p {
        padding: 0 15px;
        text-align: center;
    }

    .popup-container .popup .top {
        gap: 16px;
    }

    .popup-container .popup .top .img {
        width: 70px;
        height: 70px;
    }

    .popup-container .popup .top .img img {
        width: 70px;
        height: 70px;
    }

    .popup-container .popup .top .title {
        gap: 8px;
    }

    .popup-container .popup .top .title h2 {
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        text-align: center;
    }

    .popup-container .popup .top .title h5 {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
        padding: 0 30px;
    }

    .popup-container .popup .bottom .processing-data-checkbox {
        width: 90%;
        margin: 0 auto;
    }

    .popup-container .popup .bottom {
        gap: 24px;
    }

    .popup-container .popup .bottom .fields {
        gap: 8px;
    }

    .popup-container .popup .bottom .fields input {
        width: 291px;
        height: 35px;
        padding-left: 8px;

        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .popup-container .popup .bottom .button {
        width: 250px;
        height: 38px;

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 10px auto;
    }

    .popup-container .popup .bottom .button span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }

    .popup-container .popup .cross {
        right: 20px;
        top: 20px;
    }

    .about-top .title span, .about-top .title p {
        width: 70%;
    }

    .about-center .info p {
        width: 70%;
    }

    main .double img {
        width: 40%;
        height: 40%;
    }
}

@media (max-width: 1200px) {
    .test-online-wrapp .about-top {
        margin-top: 50px;
    }

    .test-online-wrapp .about-top .title h1 {
        font-size: 45px;
    }

    .test-online-wrapp .about-top .title p {
        font-size: 18px;
    }

}

@media (max-width: 1100px) {
    .test-online-wrapp .online-test-inner .input-online-test-wrapp {
        flex-direction: column;

    }

    .test-online-wrapp .online-test-inner .input-online-test {
        width: 100%;
        margin: 0 auto;
        padding: 7px 10px;
    }

    .test-online-wrapp textarea {
        height: 20vh;
    }

    .test-online-wrapp .button {
        width: 250px;
        height: 52px;
        flex: none;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: var(--primary);
        cursor: pointer;
        margin: 0 auto;
    }

}

@media (max-width: 1000px) {
    .test-online-wrapp .online-test-inner h2 {
        font-size: 30px;
    }

    .about-top {
        width: calc(100% - 150px);
        padding: 80px 0 10px 0;
    }

    .about-top .title span, .about-top .title p {
        width: 100%;
    }

    .about-center .info p {
        width: 50%;
    }

    .about-center .info {
        padding-bottom: 50px;
    }

    .about-center .info .title span {
        font-size: 18px;
    }

    .double .info span {
        text-align: left;
    }

    .magnet-container-txt-wrapp .magnet-container-txt h1 {
        font-size: 40px;
    }
}

@media (max-width: 900px) {
    .first-choose .info .background .one-img {
        left: -10%;
    }

    .first-choose .info .background .second-img {
        right: -10%;
    }

    main .double img {
        margin-top: 25%;
    }

}


@media (max-width: 900px) {
    .one-box {
        flex-flow: row wrap;
    }

    .items .box .one-box .one, .items .box .one-box .one-short {
        width: 100%;
    }

    .plans .box .one ul li {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .first .modal-contact .modal-contact-container .title {
        width: 100%;
        gap: 8px;
    }

    .first .modal-contact .modal-contact-container .title h5 {
        font-size: 28px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }

    .first .modal-contact .modal-contact-container .title span {
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
        text-align: center;
    }

    .first .modal-contact .modal-contact-container .fields .input input {
        font-size: 18px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .first .modal-contact .modal-contact-container .button {
        height: 40px;
    }

    .first .modal-contact .modal-contact-container .button span {
        font-size: 14px;
        font-weight: 500;
        line-height: 17.36px;
        text-align: center;
    }

    .test-online-wrapp .online-test-inner {
        padding: 30px;
    }

    .about-top .title span, .about-top .title p {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 50px;
    }

    .about-top .title h1 {
        font-size: 40px;
    }

    .about-center .main {
        position: absolute;
        top: 0;
        left: 74px;
    }

    .about-center .info .title h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .about-center .info p {
        padding: 100px 30px 30px 0;
        width: 90%;
    }

    .about-center .info .title {
        padding-right: 40px;
        padding-top: 40px;
    }

    .double .info h3 {
        font-size: 40px;
        line-height: 40px;
    }

    main .double img {
        margin-top: 0;
    }

    .about-center .main {
        width: 35%;
    }

    .about-center .info p {
        line-height: 27px;
    }

    main .double img {
        position: absolute;
        margin-top: 0;
        right: 40px;
        width: 32%;
        height: auto;
    }

    .double .info {
        padding: 40px;
    }

    main .double .about-2019 {
        padding-top: 120px;
    }

    main .double .about-2022 {
        padding-top: 50px;
    }

    .about-center .info p, .double .info p {
        font-size: 18px;
    }

    .first-double .info h2 {
        font-size: 40px;
    }

    .first-double .info h2 {
        font-size: 40px;
        line-height: 40px;
    }

    main .about-info-2022 img {
        position: absolute;
        margin-top: 0;
        left: 50px;
    }

    main .about-info-2022 .info span {
        text-align: right;
    }

    main .about-info-2022 .info p {
        padding-top: 50px;
    }

    .first .info .title h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .title-mobile-about {
        padding-top: 40px;
    }

    .first .info .title h5 {
        font-size: 28px;
    }

    .first .info ul li {
        font-size: 22px;
        line-height: 30px;
    }

    .first .info .desc p {
        font-size: 22px;
        line-height: 30px;
    }

    .first .modal-contact {
        height: 355px;
    }

    .first .modal-contact .modal-contact-container {
        padding: 24px 16px;
    }
}

@media (max-width: 780px) {

    .choose .box .one .info .buttons {
        flex-direction: column-reverse;
    }

    .choose .box .one .info .buttons .one-button {
        width: 95%;
    }

    .choose .box > .one {
        width: 100%;
        min-width: calc(345px - 16px);
        max-width: 550px;
        height: 100%;
    }

    .choose .box .one > .img {
        width: 100%;
        height: 450px;
        max-height: 450px;
    }

    .choose .box .one .info .title {
        margin: 0 auto;
    }

    .choose .box .one .info {
        height: 100%;
    }

    .coach .top .left {
        width: 100%;
        height: 320px;
    }
}


@media (max-width: 750px) {
    .comments .box .one {
        max-width: calc(50% - 32px);
        width: calc(50% - 32px);
        height: auto;
        justify-content: flex-start;
        padding: 8px;

        gap: 8px;
        border-radius: 10px;
    }

    .first-choose {
        width: calc(100% - 48px);
        padding: 32px 24px;
        margin-top: 0;
    }

    .first-choose .info {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 24px;
        margin-top: 70px;
        text-align: center;
    }

    .first-choose .info h1 {
        font-size: 45px;
        font-weight: 500;
        line-height: 45px;
        text-align: left;
    }

    .first-choose .info .desc {
        align-items: flex-start;
        gap: 24px;
    }

    .first-choose .info .desc p {
        font-size: 36px;
        font-weight: 350;
        line-height: 40px;
        text-align: left;
        width: 100%;
    }

    .first-choose .info .desc .button {
        width: 220px;
        height: 40px;

        gap: 8px;
    }

    .first-choose .info .desc .button span {
        font-size: 18px;
        line-height: 18px;
    }

    .first-choose .info .desc a .button span {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }

    .first-choose .info .box {
        width: calc(100% + 24px);
        overflow-x: auto;

        justify-content: left;
        gap: 16px;
    }

    .first-choose .info .box::-webkit-scrollbar {
        display: none;
    }

    .first-choose .info .box .one {
        width: 178px;
        min-width: 178px;
        height: 62px;

        gap: 8px;

        border-radius: 10px;
    }

    .first-choose .info .box .one img {
        width: 28px;
        height: 28px;
    }

    .first-choose .info .box .one span {
        width: 110px;

        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .first-choose .info .background {
        width: 345px;
        height: 255px;

        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
    }

    .first-choose .info .background {
        padding-bottom: 150px;
    }

    .first-choose .info .background .one-img {
        width: 80%;
        height: 151px;
        position: absolute;
        left: 0;
        bottom: 70px;
        display: block;
        object-fit: cover;
        border-radius: 20px;
    }

    .first-choose .info .background .second-img {
        width: 100%;
        height: 201px;
        position: absolute;
        right: -5%;
        top: 50px;
        object-fit: cover;
        border-radius: 20px;
    }

    .choose .title h2 {
        font-size: 32px;
    }

    .free .box .left h2 {
        font-size: 32px;
    }

    .free .box .left ul li {
        font-size: 18px;
    }

    .first-choose .info .background .third-img {
        width: 150px;
        height: 200px;

        position: absolute;
        right: 10px;
        bottom: -20px;
    }

    .first-choose .info .background .fourth-img {
        width: 150px;
        height: 150px;

        position: absolute;
        left: 20px;
        top: 0;
    }

    .free .other-box .info > p {
        font-size: 22px;
    }

    .for-you h2 {
        font-size: 40px;
    }

    .for-you .box .one h4 {
        font-size: 30px;
    }

    .for-you .box .col .one {
        height: calc(140px - 26px);
    }

    .first-choose .info .desc {
        padding-bottom: 50px;
    }

    .items .box .one-with-image, .items .box .one-with-image-double .one-with-image {
        max-width: calc(100% - 16px);
        width: calc(100% - 16px);
        height: 200px;
    }

    .items .box .one-with-image-double {
        flex-flow: column;
    }


    footer .footer .right {
        width: 100%;
        padding: 0 10px;
        gap: 24px;
    }

    .items .box .one-with-image, .items .box .one-with-image-double .one-with-image {
        height: 150px;
    }
}

@media (max-width: 700px) {
    .items .box .one-with-image, .items .box .one-with-image-double .one-with-image {
        max-width: 100%;
        width: 100%;
    }

    .plans .box {
        flex-direction: column;
    }

    .plans {
        width: calc(100% - 40px);
    }

    .about-center .numbers {
        flex-flow: column;
        margin: 0 auto;
        max-width: 450px;
    }

    footer .left {
        max-width: none;
    }

    .magnet-container-txt-wrapp .magnet-container-txt h1 {
        font-size: 34px;
    }

    .magnet-container-txt-wrapp {
        margin: 0 5%;
    }

    .magnet-container-wrapp {
        background-image: url(../images/uchenik-stol-uriki-mobile.jpg);

    }
}

    @media (max-width: 600px) {
        .coach {
            width: calc(100% - 48px);
            padding: 32px 24px 20px 32px;
        }

        /*.first {*/
        /*    gap: 326px;*/
        /*}*/
        .mobile-menu {
            width: calc(100vw - 48px - 20px);
            margin: 0 24px;
        }

        .first .background {
            width: 100%;
            height: 500px;
            margin: 0 auto;

            position: absolute;
            bottom: 200px;
            top: auto;
            left: auto;
            right: auto;
        }

        .show {
            margin: 0 40px;
        }

        .choose .box .one > .img {
            height: 350px;
        }

        .coach .top .left {
            width: 100%;
            height: 280px;
        }

        .coach .top .right .param .one h5 {
            font-size: 15px;
            line-height: 20px;
        }

        .coach .bottom .right .title h3 {
            font-size: 25px;
        }

        .coach .bottom .right .title span {
            font-size: 14px;
        }

        .coach .bottom .left {
            gap: 10px;
        }

        .coach .desc span {
            font-size: 16px;
            line-height: 20px;
        }

        .coach .top .right .title .top h4 {
            font-size: 20px;
        }

        .choose .title h5 {
            font-size: 18px;
            line-height: 25px;
        }

        .about-center .main {
            width: 25%;
        }

        .first .info .title h1 {
            font-size: 35px;
            line-height: 35px;
        }

        .first .info .title h5 {
            font-size: 25px;
        }

        .first .info ul li {
            font-size: 20px;
            line-height: 25px;
        }

        .first .info .desc p {
            font-size: 20px;
            line-height: 30px;
        }

        .first .balls {
            left: 90px;
        }

        .first .modal-contact {
            height: auto;
        }

        .first .modal-contact .modal-contact-container .title h5 {
            font-size: 25px;
        }

        .first .modal-contact .modal-contact-container .title span {
            font-size: 16px;
        }

    }

    @media (max-width: 650px) {
        .for-you .box .one {
            width: calc(90% - 24px);
        }

        .test-online-wrapp .about-top {
            padding: 50px 50px 10px 50px;

        }

        .test-online-wrapp .about-top .title h1 {
            font-size: 40px;
            line-height: 45px;
        }

        .test-online-wrapp .online-test {
            width: inherit;
            margin: 30px;
        }

        .about-center .info .title {
            padding-top: 0;
        }

        .about-center .info p {
            padding: 20px 30px 20px 0
        }

        main .double img {
            width: 28%;
        }

        main .double .about-2019 {
            padding-top: 60px;
        }
    }

    @media (max-width: 520px) {
        .phone-header-mobile a {
            font-size: 18px;
        }

        .header-mobile .header-mobile-messengers img {
            height: 30px;
            width: 32px;
        }

        .header-mobile .logo {
            width: 45px;
            height: 45px;
        }

        .header-mobile .logo-list {
            width: 45px;
            height: 45px;
        }
    }

    @media (max-width: 500px) {
        .for-you .box .col .one {
            height: calc(250px - 26px);
        }

        .first-choose .info h1 {
            font-size: 36px;
            line-height: 38px;
        }

        .first-choose .info .desc p {
            font-size: 28px;
            line-height: 37px;
        }

        .for-you .box .col .one .moon {
            display: block;
        }

        .for-you .box .one img {
            max-width: 230px;
        }

        .test-online-wrapp .about-top .title h1 {
            font-size: 35px;
        }

        .test-online-wrapp .online-test-inner h2 {
            font-size: 25px;
            font-weight: 100;
        }

        .test-online-wrapp .online-test-inner p {
            font-size: 22px;
            padding: 0 0 40px 0;
        }

        .test-online-wrapp .online-test p:nth-child(2) {
            font-size: 18px;
        }

        .test-online-wrapp .online-test-inner .input-online-test {
            width: 95%;
        }

        .test-online-wrapp textarea {
            height: 25vh;
        }

        .test-online-question-form {
            font-size: 20px;
        }

        .comments .box .one {
            max-width: calc(100% - 32px);
            width: calc(100% - 32px);
        }

        .coach .top .right .title .top > .button-for-request {
            display: none;
        }

        .coach .top .right .title span {
            line-height: 19px;
        }
    }


    @media (max-width: 500px) {

        .phone-header-mobile a {
            font-size: 18px;
        }

        .free .other-box .info h2 {
            font-size: 30px;
        }

        .free .other-box .info > p {
            font-size: 18px;
            line-height: 20px;
        }

        .for-you {
            width: calc(100% - 5px);
            padding: 32px 5px;
            gap: 24px;
        }

        .for-you h2 {
            font-size: 35px;
            padding: 0 5px;
        }

        .for-you .box .one h4 {
            font-size: 25px;
        }

        .free .box .right form {
            min-width: 100%;
        }

        .choose > .title {
            width: 98%;
            padding: 0 10px;
        }

        .comments h5 {
            margin-top: 15px;
            line-height: 24px;
        }

        .free {
            padding: 0;
        }

        .free .box {
            padding: 40px 20px;
        }

        .free .box .left h2 {
            font-size: 27px;
        }

        .coach .top .left {
            width: 100%;
            height: 210px;
        }

        .first .modal-contact .modal-contact-container .fields {
            width: 100%;
        }

        .first .modal-contact .modal-contact-container .fields .input {
            width: 90%;
        }

        .free {
            width: 100%;
        }

        .for-you .box .col .one .bottom {
            flex-flow: column;
        }

        .for-you .box .col {
            width: 95%;
        }

        .for-you .box .col .one {
            width: calc(100% - 45px);
        }

        .for-you .box .one .bottom .bl-up-astr {
            margin-top: -15px !important;
        }

        .first .modal-contact .modal-contact-container .button {
            width: 100%;
            height: 38px;
            margin-top: 15px;
        }

        .popup-container .popup {
            width: 90%;
            height: 370px;
        }

        .popup-container .popup .top .img img {
            margin-top: 15px;
        }

        .popup-container .popup .top {
            gap: 1px;
        }

        footer .footer .right .top .logo {
            display: none;
        }

        footer .footer .right .top .logo-list {
            display: none;
        }

        .header-mobile {
            width: calc(100% - 80px);
            z-index: 999;
        }

        .header-mobile .menu-button {
            margin-bottom: 10px;
        }

        .about-top {
            width: calc(100% - 70px);
        }

        .header-mobile .logo {
            margin-bottom: 10px;
        }

        .header-mobile .logo-list {
            margin-bottom: 10px;
        }

        .footer .right .last img {
            width: 200px;
        }

        .about-top .title h1 {
            font-size: 30px;
        }

        .about-center .info .title h2 {
            font-size: 30px;
        }

        .about-center .main {
            left: 34px;
        }

        .about-center .info .title span {
            font-size: 16px;
            line-height: 20px;
        }

        .about-center {
            padding-top: 0;
        }

        .double .info h3 {
            font-size: 30px;
            padding-left: 30px;
        }

        .double .info span {
            font-size: 16px;
            line-height: 20px;
            padding-left: 30px;
        }

        main .double img {
            top: 50px;
        }

        .double .info {
            padding: 40px 0;
        }

        .double .about-2022 {
            padding-bottom: 30px;
        }

        .about-info-2022 {
            padding-top: 0;
        }

        .about-info-2022 .info {
            padding-top: 0;
        }

        .first-double .info h2 {
            padding-right: 30px;
            font-size: 30px;
        }

        .first-double .info span {
            padding-right: 30px;
        }

        main .about-info-2022 img {
            top: -20px;
        }

        footer .left .title h5 {
            line-height: 25px;
        }

        .about-center .numbers .one h5 {
            font-size: 35px;
        }

        .about-bottom .title span {
            font-size: 20px;
            background: var(--black-grey);
            padding: 20px;
            border-radius: 20px;
        }

        .magnet-container-txt-wrapp .magnet-container-txt h1 {
            font-size: 28px;
        }

        .magnet-container-txt-wrapp .magnet-container-txt p {
            padding: 30px 10px;
            font-size: 16px;
        }
    }

    @media (max-width: 470px) {
        .header-mobile {
            width: calc(100% - 40px);
            padding: 20px 20px 10px 20px;
        }

        .header-mobile .phone-header-mobile .messengers img {
            width: 37px;
            height: 35px;
        }
    }

    @media (max-width: 422px) {
        .header-mobile .header-mobile-messengers .messengers {
            display: grid;
        }

        .header-mobile .phone-header-mobile .messengers {
            display: grid;
        }

        .phone-header-mobile a {
            margin-top: 9px;
        }

        .phone-header-mobile .messengers a {
            margin-top: -5px;
        }

        .header-mobile .header-mobile-messengers img {
            height: 25px;
            width: 27px;
        }

        .header-mobile .phone-header-mobile .messengers img {
            height: 25px;
            width: 27px;
        }

        .header-mobile .phone-header-mobile .header-address p {
            margin-top: 4px;
            font-size: 9px;
        }

        .header-mobile {
            width: calc(100% - 50px);
        }

        .header-mobile {
            width: calc(100% - 40px);
        }

        .header-mobile {
            padding: 20px 20px 10px 20px;
        }

        .about-center .info .title {
            padding-right: 0;
        }

        .about-center .info p {
            padding: 20px 0 20px 0;
            width: 95%;
        }

        .double .info h3 {
            padding-left: 0;
        }

        .double .info span {
            padding-left: 0;
        }

        main .about-info-2022 img {
            left: 30px;
        }

        .choose {
            width: calc(100%);
            padding: 32px 0;
        }
    }

    @media (max-width: 400px) {
        .first-choose .info h1 {
            font-size: 32px;
            line-height: 37px;
        }

        .first-choose .info .desc p {
            font-size: 27px;
            line-height: 34px;
        }

        .phone-header-mobile a {
            font-size: 16px;
        }

        .test-online-wrapp .online-test {
            margin: 10px;
        }

        .test-online-wrapp .online-test-inner {
            padding: 50px 30px;
        }

    }

    @media (max-width: 370px) {
        .phone-header-mobile a {
            font-size: 14px;
        }

        .for-you .box .one h4 {
            line-height: 25px;
        }

        .header-mobile {
            padding: 20px 20px 10px 10px;
            width: calc(108% - 50px);
        }

        .first-choose .info .background {
            width: 100%;
        }

        .first-choose .info .background .second-img {
            top: 20px;
        }

        .about-center .main {
            top: -30px;
        }
    }

    @media (max-width: 350px) {
        .choose .box > .one {
            min-width: calc(250px - 16px);
        }

        .choose .box .one .info .title span {
            width: 100%;
        }

        .coach .top .left {
            height: 170px;

        }

        .popup-container .popup .bottom .fields input {
            width: 240px;
            height: 45px;
        }
    }

    @media (max-width: 330px) {
        .first-choose .info h1 {
            font-size: 32px;
            line-height: 37px;
        }

        .first-choose .info .desc p {
            font-size: 24px;
            line-height: 31px;
        }

        .header-mobile .header-mobile-messengers {
            gap: 5px;
        }

        .about-center .info .title h2 {
            font-size: 25px;
        }

        .double .info h3 {
            font-size: 25px;
        }

        main .double img {
            top: 30px;
            right: 20px;
        }

        .double .info {
            padding: 20px 0;
        }

        .first-double .info h2 {
            font-size: 25px;
            padding-right: 20px;
        }

        main .about-info-2022 img {
            top: 0;
        }
    }

    @media (max-width: 300px) {
        .phone-header-mobile a {
            font-size: 12px;
        }

        .header-mobile .phone-header-mobile .header-address p {
            font-size: 7px;
        }

        .magnet-container-txt-wrapp .magnet-container-txt h1 {
            font-size: 24px;
        }

        .magnet-container-txt-wrapp .magnet-container-txt p {
            font-size: 16px;
        }
    }

    @media (max-width: 290px) {
        .phone-header-mobile a {
            font-size: 11px;
        }

        .popup-container .popup .bottom .fields input {
            width: 210px;
            height: 42px;
        }

        .popup-container .popup {
            height: 400px;
        }

        .popup-container .popup .bottom .button {
            width: 220px;
        }

        .first-choose .info .desc .button {
            width: 100%;
        }

    }

    @media (max-width: 280px) {
        .phone-header-mobile a {
            font-size: 10px;
        }
    }