@media (max-width: 1024px)
{
    .cont
    {
        padding-right: 30px;
        padding-left: 30px;
    }


    ._menu-open
    {
        overflow: hidden;
    }

    .mob-menu-btn
    {
        display: flex;
    }

    .header__menu
    {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;

        display: block;
        visibility: hidden;
        overflow: hidden;
        overflow-y: auto;

        width: 100%;
        height: 100%;
        padding: 90px 60px 60px;

        pointer-events: none;

        opacity: 0;
        background: #FFF;

        transition: opacity .2s linear, visibility .2s linear;
    }

    .header__menu._show
    {
        visibility: visible;

        pointer-events: auto;

        opacity: 1;
    }

    .header__menu-item + .header__menu-item
    {
        margin: 36px 0 0;
    }

    .header__menu-btn
    {
        font-size: 20px;

        width: 100%;
    }


    .first-section
    {
        min-height: 839px;
        padding-bottom: 190px;
    }

    .first-section__box
    {
        width: 390px;
    }

    .first-section__title
    {
        font-size: 35px;
        line-height: 1.16;
    }

    .first-section__desc
    {
        font-size: 18px;

        max-width: 90%;
    }

    .first-section__btn
    {
        margin-top: 54px;
    }

    .first-section__arrow
    {
        bottom: 17px;

        margin-right: -55px;
    }

    .first-section__bg
    {
        object-position: 66% 0;
    }




    .advantages
    {
        margin-top: 0;
    }

    .advantages__pattern
    {
        bottom: -485px;
    }

    .advantages__flex
    {
        margin: 0 -30px;
    }

    .about-info
    {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 66px 61px 51px 292px;
    }

    .about-info__desc
    {
        max-width: 92%;
    }

    .about-info__img
    {
        top: -76px;
        left: -163px;

        width: 627px;
        height: 627px;
    }

    .about-info::before {
        box-shadow: unset;
    }

    .advantages__item
    {
        display: none;
    }


    .peculiarities
    {
        margin-top: 84px;
    }

    .peculiarities__bg
    {
        margin-top: 27px;
        margin-right: -30px;
        margin-left: -30px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .peculiarities__desc
    {
        padding-top: 46px;
    }

    .teachers
    {
        margin-top: 70px;
    }

    .teachers__slider._many
    {
        padding-bottom: 30px;
    }

    .teacher
    {
        width: 626px;
    }

    .teacher__info
    {
        padding-left: 39px;
    }

    .teacher__name
    {
        font-size: 42px;
    }


    .solution-problems
    {
        margin-top: 38px;
    }

    .solution-problems__slider
    {
        margin-top: 38px;
    }

    .solution-problems__item-bg
    {
        padding-bottom: 72px;
    }

    .solution-problems__icon
    {
        width: 89px;
        height: 89px;
    }

    .solution-problems__top
    {
        min-height: 104px;
    }

    .solution-problems__name
    {
        font-size: 22px;

        width: calc(100% - 129px);
        padding-top: 18px;
    }

    .solution-problems__slider._many
    {
        padding-bottom: 35px;
    }

    .swiper .swiper-scrollbar
    {
        width: calc(100% - 72px);
    }


    .programs
    {
        margin-top: 63px;
    }


    .prices
    {
        margin-top: 40px;
    }


    .form_bg
    {
        padding: 32px 40px 33px 65px;
    }

    .prices .form__title
    {
        max-width: 340px;
        margin-bottom: 24px;
    }

    .form__flex
    {
        margin-left: -70px;
    }

    .form__flex .form__line
    {
        width: calc(100%/2 - 70px);
        margin-left: 70px;
    }

    .form__line
    {
        margin-bottom: 14px;
    }


    .form__bot
    {
        justify-content: flex-start;

        margin-left: 0;
    }

    .form__submit
    {
        order: 2;

        margin: 0 0 0 60px;
    }

    .form__agree
    {
        width: calc(50% - 18px);
        margin: 0;
    }


    .prices__items
    {
        justify-content: space-between;

        margin-left: 0;
    }

    .prices__item
    {
        width: calc(100%/2 - 44px);
        margin-left: 0;
    }

    .prices__item:nth-child(3n)
    {
        margin-left: auto;
    }



    .review
    {
        max-width: none;
        padding: 48px 48px 38px;
    }

    .reviews__slider._many
    {
        padding-bottom: 32px;
    }


    .footer__btn
    {
        width: calc(100% - 258px);
        margin-top: -59px;
    }

    .footer__menu
    {
        width: calc(100% - 230px);
        margin-top: -20px;
        margin-left: auto;
    }

    .footer__menu-item
    {
        margin: 8px 0 0 22px;
    }

    .footer__menu-item + .footer__menu-item
    {
        margin-left: 22px;
    }

    .footer__bot
    {
        align-content: flex-start;
        align-items: flex-start;

        margin-top: 27px;
        padding-top: 58px;
    }

    .footer__policy
    {
        order: 3;

        width: 100%;
    }

    .footer__creator
    {
        margin-top: 23px;
    }

    .footer__creator
    {
        margin-top: 16px;
        padding-right: 15px;
    }

    .footer__policy
    {
        margin-top: 6px;
    }
}
