@media (max-width:1122px) {

    ._container {
        max-width: 970px
    }

    .menu__link {
        font-size: 14px;
        padding: 20px 5px 18px 5px;
    }

    .title {
        font-size: 38px;
    }

    .mail__link {
        font-size: 14px;
    }

    .footer__subtitle {
        font-size: 16px;
    }

    .footer__menu-list a {
        font-size: 14px;
        line-height: 18px;
    }

    .footer__copy {
        font-size: 14px;
    }

    .page-template .intro__content .promo__form.friday_form {
        margin-top: 150px;
    }
}

@media (max-width:991.98px) {

    .header_btn {
        display: none;
    }

    /* .menu__list>li:last-of-type{
        display: block;
    } */

    .promo__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-template .intro__content .promo__form.friday_form {
        width: 100%;
        max-width: unset;
        margin-top: 90px;
    }

    .promo__form-btn-cont .checkbox {
        bottom: -50px;
    }

    .page-template .promo__form.friday_form p {
        max-width: unset;
        margin-top: -110px;
    }

    .intro__content .promo__form-input-cont,
    .intro__content .promo__form-btn-cont {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0 0 20px 0;
    }

    .promo__form-input-cont {
        padding: 0 14px;
        min-height: 55px;
    }

    ._container {
        max-width: 750px
    }

    /* .header__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    } */

    .header__menu {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 30px;
        height: 18px;
        cursor: pointer;
        z-index: 5;
        margin: 0 0 0 10px
    }

    .icon-menu span {
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        top: calc(50% - 1px);
        left: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: rgba(253, 201, 80, .94)
    }

    .icon-menu span:first-child {
        top: 0
    }

    .icon-menu span:last-child {
        top: auto;
        bottom: 0
    }

    .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .icon-menu._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px)
    }

    .icon-menu._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px)
    }

    .menu__body {
        position: absolute;
        width: 100%;
        top: 0;
        left: 102%;
        background: #fff;
        padding: 20px 50px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-shadow: 0 0 11px 2px rgba(66, 60, 45, .16);
        box-shadow: 0 0 11px 2px rgba(66, 60, 45, .16);
        z-index: 4;
    }

    .menu__body._active {
        left: 0
    }

    .menu__list {
        display: block;
        margin-top: 25px;
    }

    .menu__list>li {
        margin: 0
    }

    .menu__link {
        width: calc(100% - 50px);
        font-size: 23px;
        display: inline-block;
        position: relative
    }

    .menu__link-wrapper,
    .menu__link,
    .sidelinks__body._dynamic_adapt_ {
        display: block;
    }

    .phone__icon {
        display: none
    }

    .phone__icon.whatsapp {
        display: block;
        margin-right: 15px;
    }

    .phone__number {
        display: inline-block;
        margin: 0 15px 0 0
    }

    .phone__callback-link {
        display: inline-block
    }

    .header__phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .phone__content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu__list>li:not(:last-child) {
        border-bottom: 1px solid rgb(228, 228, 228);
    }

    .sidelinks__body {
        padding: 20px 0 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        right: unset;
        top: unset;
    }

    .sidelinks__body._dynamic_adapt_ {
        display: flex;
        justify-content: start;
        max-width: unset;
        align-items: center;
        flex-wrap: wrap;
    }

    .sidelinks__body._dynamic_adapt_ .phone__content {
        display: flex;
        align-items: center;
        width: 230px;
        max-width: unset;
        justify-content: start;
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .sidelinks__body._dynamic_adapt_ .phone__icon {
        display: block;
    }

    .sidelinks__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 10px 0 0;
    }

    .footer__top {
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #46484b;
    }

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

    .footer__phone {
        margin: 0;
    }

    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
        flex: 0 1 33.333%;
    }

    .menu__sub-list {
        top: unset;
        left: unset;
        position: relative;
        margin: 0 0 20px 0;
        padding: 0 0 0 20px;
        /* display: none; */
        display: block;
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        border: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    .menu__sub-link {
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }

    html._touch .menu__arrow {
        top: 25px;
        right: 15px;
        border-top: 7px solid transparent;
        border-left: 14px solid #000;
        border-bottom: 7px solid transparent;
    }
} 

@media (max-width:767.98px) {

    .page-template-page-home_test .intro__content .promo__form.friday_form {
        margin-top: 100px !important;
    }

    .friday_form .promo__form-input-cont,
    .friday_form .promo__form-btn-cont {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .page-template .promo__form.friday_form p {
        margin-top: -110px;
    }

    ._container {
        max-width: none;
        padding: 0 10px
    }

    /* .header__logo {
        position: relative;
        z-index: 2;
        margin: 0 0 29px 0;
        display: none;
    } */

    .header {
        -webkit-box-shadow: 0 0 11px 2px rgba(66, 60, 45, .16);
        box-shadow: 0 0 11px 2px rgba(66, 60, 45, .16);
        position: fixed;
        background: #fff;
    }

    .header__content {
        padding: 15px 10px
    }

    .header__menu {
        color: #000
    }

    .phone__callback-link {
        font-size: 14px;
        line-height: 16px
    }

    .intro__bg {
        max-width: 486px;
        top: -5%;
        right: -75%
    }

    .intro__content {
        padding: 75px 0 30px 0
    }

    .menu__body._active {
        overflow-y: auto;
        max-height: 100vh;
        padding: 20px 10px;
    }

    .title {
        font-size: 29px;
        line-height: 37px;
        letter-spacing: 1.3px;
    }

    .title2 {
        font-size: 40px;
    }

    .footer__top {
        padding: 20px 0 15px 0;
    }

    .footer__phonemail-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__phone {
        margin: 0 0 10px 0;
    }

    .mail {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__main {
        padding: 20px 0 0 0;
    }

    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
    }

    .footer__logo {
        margin: 0 auto 40px auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .footer__social {
        margin: 0 0 30px 0;
    }

    .footer__social-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .map__contacts-pack .footer__social-row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .hide_desktop {
        display: block;
    }

    .footer__menu-title {
        margin: 0 0 12px 0;
    }

    .footer__social:last-child {
        margin: 0 0 30px 0;
    }

    .hide_mobile {
        display: none;
    }

    .footer__bottom {
        padding: 18px 0;
    }

    .footer__bottom-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__copy {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0 0 5px 0;
    }

    .btn {
        font-size: 13px;
    }

    .btn_v3.mobile_btn {
        display: block;
    }

    .intro_btn_block .btn_v3,
    .btn_v3.mobile_btn,
    .intro_btn_block .btn_v3 {
        width: 460px !important;
        max-width: 100%;
    }
}

@media (max-width: 650px) {
    .page-template-page-home_test .intro__content .promo__form.friday_form {
        margin-top: 120px !important;
    }

    .page-template .promo__form.friday_form p {
        margin-top: -130px;
    }
}

@media (max-width: 460px) {
    .page-template-page-home_test .intro__content .promo__form.friday_form {
        margin-top: 140px !important;
    }

    .page-template .promo__form.friday_form p {
        margin-top: -150px;
    }
}

@media (max-width: 511px) {
    .phone__icon.whatsapp {
        margin-right: 10px;
    }

    .phone__callback-link,
    .phone__number {
        font-size: 14px;
    }
}

@media (max-width: 441px) {

    .btn_v3 {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
    }

    .btn_v3 .btn_icon {
        display: none;
    }

    .title2 {
        font-size: 35px;
    }
}

@media (max-width: 420px) {

    .phone__icon.whatsapp {
        width: 30px;
        height: 30px;
    }

    .phone__number {
        font-size: 12px
    }

    .phone__callback-link {
        font-size: 12px
    }
}

@media (max-width:374.98px) {

    .page-template-page-home_test .intro__content .promo__form.friday_form {
        margin-top: 160px !important;
    }

    .page-template .promo__form.friday_form p {
        margin-top: -170px;
    }

    .phone__number {
        margin: 0 10px 0 0;
        font-size: 10px
    }

    .phone__callback-link {
        font-size: 10px
    }

    .title {
        font-size: 24px;
        line-height: 32px;
    }

    .footer__copy {
        font-size: 13px;
    }

    .phone__content {
        flex-direction: column;
    }
}