@media (max-width: 1314px) {
    .container{
        padding: 0 40px;
    }
    .nav ul{
        gap: 0 60px;
    }
    .main{
        min-height: 602px;
        padding: 140px 0 30px 0;
    }
    .main__logo{
        max-width: 170px;
        margin-bottom: 30px;
    }
    .main__wrap{
        gap: 20px 0;
        max-width: 514px;
    }
    .main__title{
        font-size: 40px;
    }
    .main__btns{
        gap: 0 20px;
    }
    .main__btn{
        width: 173px;
        height: 38px;
        font-size: 14px;
    }
    p{
        font-size: 16px;
    }
    .main__text p{
        font-size: 13px;
    }


    .footer{
        padding: 78px 0 0 0;
    }
    .footer .logo{
        max-width: 135px;
        gap: 0 7px;
        font-size: 16px;
    }
    .footer .logo img{
        max-width: 43px;
    }
    .footer__block{
        max-width: 320px;
        margin: 0;
    }
    .footer__block-title{
        font-size: 24px;
        max-width: 250px;
        margin-bottom: 18px;
    }
    .footer__btns{
        gap: 0 17px;
    }
    .footer__btn{
        width: 152px;
        height: 38px;
    }
    .footer__nav ul li a{
        font-size: 12px;
        line-height: 2;
    }
    .footer__nav ul{
        gap: 0 22px;
    }
    .footer__bottom{
        padding: 30px 0 30px 0;
        margin-top: 30px;
    }
    .copyright{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer__bottom p{
        font-size: 12px;
    }



    .marketing{
        padding: 53px 0 47px 0;
    }
    .title{
        gap: 16px 0;
    }
    .title__head{
        font-size: 16px;
        padding: 0 0 14px 0;
    }
    .title__item{
        font-size: 30px;
    }
    .title__sub{
        font-size: 16px;
    }

    .marketing .title{
        max-width: 551px;
        margin: 0 auto 27px;
    }
    .marketing .swiper-slide{
        max-width: 231px;
        margin-right: 10px;
    }
    .marketing__row .swiper-wrapper{
        justify-content: center;
    }
    .marketing__item{
        min-height: 323px;
        border-radius: 28px;
        padding: 41px 24px 31px 26px;
    }
    .marketing__item-label{
        top: 24px;
        left: 26px;
        font-size: 12px;
    }
    .marketing__item-img{
        width: 100px;
        height: 100px;
        margin: 0 0 7px 0;
    }
    .marketing__item-text b{
        font-size: 16px;
        margin-bottom: 7px;
        min-height: 39px;
    }
    .marketing__item-text p{
        font-size: 13px;
    }
    .marketing__item .primary-btn{
        width: 98px;
        height: 33px;
        font-size: 12px;
    }

    .advantages{
        min-height: inherit;
        padding: 81px 0 94px 0;
    }
    .advantages__item{
        gap: 0 35px;
    }
    .advantages__item-img{
        width: 100px;
    }
    .advantages__item-text b{
        font-size: 16px;
    }
    .advantages__item-text p{
        font-size: 13px;
    }
    .advantages__left{
        width: 340px;
        gap: 20px 0;
    }
    .advantages__wrapper{
        gap: 0 76px;
    }
    .advantages__btn{
        height: 38px;
        width: 178px;
    }
    .advantages__btns{
        margin-top: 19px;
    }
    .advantages__img img{
        width: 380px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .reviews{
        padding: 77px 0 87px 0;
    }
    .reviews .title{
        margin-bottom: 40px;
    }
    .reviews .swiper-slide{
        max-width: 216px;
        margin-right: 19px;
    }
    .reviews__item-text{
        font-size: 16px;
        margin-bottom: 24px;
    }
    .reviews__item-text:before{
        font-size: 64px;
        left: -36px;
    }
    .reviews__item{
        padding: 0 0 0 36px;
    }
    .reviews__user-img{
        width: 66px;
        height: 66px;
        margin-bottom: 15px;
    }
    .reviews__user-img:after{
        width: 76px;
        height: 76px;
        bottom: -17px;
        right: -24px;
    }
    .reviews__user-text b{
        font-size: 13px;
    }
    .reviews__user-text span{
        font-size: 13px;
    }
    .reviews-js{
        max-width: 686px;
    }
    .story{
        padding: 72px 0 64px 0;
    }
    .story__left{
        max-width: 344px;
    }
    .story__left .title{
        margin: 0 auto 40px;
    }
    .story__img img{
        top: 4px;
    }
    .story__img img{
        width: 360px;
    }

    .cta__wrapper{
        padding: 79px 52px 60px 88px;
    }
    .cta .title{
        max-width: 613px;
        margin: 0 auto 35px;
    }
    .cta .title__sub{
        max-width: 486px;
        margin: 0 auto 0;
    }
    .cta__btn{
        height: 38px;
    }
}

@media (max-width: 1000px) {
    .header{
        padding: 24px 0 0 0;
    }
    .header .container{
        padding: 0 40px;
        position: relative;
    }
    .logo{
        max-width: 158px;
        gap: 0 13px;
        font-size: 19px;
    }
     .logo img{
        max-width: 47px;
     }
    .header__btn{
        width: 160px;
        height: 38px;
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
    .nav{
        position: absolute;
        top: -24px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../images/nav_bg.png) top -20px left -10px no-repeat #000000;
        background-size: 375px;
        padding: 114px 44px 60px 44px;
        overflow: auto;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        transition: 0.2s;
        z-index: -1;
    }
    .nav ul{
        flex-direction: column;
        align-items: flex-end;
    }
    .nav ul li a{
        font-size: 40px;
line-height: 1.63;
    }
    .nav.active{
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        z-index: 50;
    }


    .b-mobile{
        position: relative;
        z-index: 60;
        display: block;
    }
    .menu-icon {
        position: relative;
        z-index: 10001;
        cursor: pointer;
        transition: 0.3s;
    }
    .menu-icon__wrapper {
        position: relative;
        width: 37px;
        height: 28px;
    }
    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        background: #ff3030;
        border-radius: 30px;
        -webkit-transition: background-color 0.35s, -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    .menu-icon .b-menu__line_1 {
        top: 0;
    }
    .menu-icon .b-menu__line_2 {
        top: 11px;
    }
    .menu-icon .b-menu__line_3 {
        top: 23px;
        width: 100%;
    }
    .menu-icon.active .b-menu__line {
        background: #ff3030;
    }
    .menu-icon.active .b-menu__line_1 {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
        top: 0px;
    }
    .menu-icon.active .b-menu__line_2 {
        opacity: 0;
    }
    .menu-icon.active .b-menu__line_3 {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        top: 16px;
        width: 100%;
    }




}
@media (max-width:767px){
    .container{
        padding: 0 35px;
    }
    .header .container{
        padding: 0 28px;
    }
    .logo{
        font-size: 17px;
        gap: 0 13px;
        position: relative;
        z-index: 999;
    }
    .logo img{
        max-width: 42px;
    }
    .header__btn{
        width: 94px;
        height: 36px;
        font-size: 14px;
        position: static;
        transform: none;
        margin: 0 26px 0 0;
    }
    .nav{
        background: #000;
        padding: 160px 32px 60px 32px
    }
    .nav ul li a{
        font-size: 36px;
        line-height: 2.16667;
    }
    .nav__img{
        display: flex;
        justify-content: flex-end;
    }
    .nav img{
        max-width: 302px;
        position: relative;
        right: -30px;
    }


    .main{
        min-height: 759px;
        padding: 90px 0 30px 0;
    }
    .main__logo{
        max-width: 300px;
        margin: 0 auto 20px;
    }
    .main__wrap{
        gap: 20px 0;
        max-width: 514px;
    }
    .main__title{
        font-size: 36px;
    }
    .main__btns{
        flex-direction: column;
        gap: 20px 0;
    }
    .main__text p{
        font-size: 12px;
    }

    .footer{
        padding: 60px 0 0 0;
    }
    .footer__top{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer__block{
        text-align: center;
        margin: 30px auto 52px;
    }
    .footer__block-title{
        margin: 0 auto 18px;
        max-width: 250px;
    }
    .footer__block p{
        text-align: center;
        max-width: 241px;
        margin: 0 auto 25px;
    }
    .footer__nav{
        width: 100%;
        max-width: 320px;
        margin: 0 auto 0;
    }
    .footer__nav ul{
        max-height: 96px;
        gap: 0;
    }
    .footer__nav ul li{
        width: 33.333333%;
    }
    .footer__nav ul li a{
        text-align: center;
    }
    .footer__bottom{
        margin-top: 40px;
    }


    .marketing{
        padding: 38px 0 40px 0;
    }
    .marketing .title__head{
        min-width: inherit;
        width: 100%;
        max-width: 307px;
        margin: 0 auto 0;
    }
    .title__item {
        font-size: 22px;
    }
    .title__sub {
        font-size: 14px;
    }
    .marketing__row .swiper-wrapper{
        justify-content: un;
    }
    .section_slider .title{
        padding: 0 36px;
    }
    .section_slider .container{
        padding: 0;
    }
    .marketing__row{
        max-width: unset;
        margin: 0;
    }
    .section_slider .swiper-container{
        padding: 0 35px 0 35px;
    }
    .section_slider .swiper-wrapper{
        justify-content: flex-start;
    }
    .section_slider .swiper-pagination{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 12px;
        position: static;
        margin: 25px 0 0 0;
    }
    .swiper-pagination-bullet{
        width: 14px;
        height: 14px;
        border-radius: 100%;
        border: 1px solid #fff;
        background: transparent;
        margin: 0 !important;
        transition: 0.3s;
    }
    .swiper-pagination-bullet-active{
        background: #FF3030;
        border-color: #FF3030;
    }
    .advantages__wrapper{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 45px 0;
    }
    .advantages__img{
        width: 274px;
        height: 182px;
    }
    .advantages{
        padding: 73px 0 62px 0;
        background: url("../images/advantages_bg-xs.png") center top no-repeat;
        background-size: cover;
    }
    .advantages__item{
        gap: 0 20px;
    }
    .advantages__btns{
        gap: 0 17px;
    }
    .advantages__btn{
        width: 153px;
        height: 38px;
    }
    .reviews{
        padding: 53px 0 66px 0;
    }
    .reviews .swiper-slide{
        max-width: 100%;
        margin-right: 0;
    }
    .reviews__item{
        max-width: 248px;
        margin: 0 auto 0;
        padding: 0 0 0 68px;
    }
    .reviews__item-text{
        font-size: 20px;
    }
    .reviews__item-text:before{
        font-size: 128px;
        left: -68px;
    }
    .reviews .swiper-container{
        padding: 0;
    }
    .reviews .swiper-pagination{
        margin: 43px 0 0 0;
    }
    .reviews__user-text b {
        font-size: 14px;
    }
    .reviews__user-text span {
        font-size: 14px;
    }

    .story{
        padding: 38px 0 60px 0;
    }
    .story__wrapper{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 32px 0;
    }
    .story__img{
        height: 246px;
    }
    .story__img img{
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
    .story__btn{
        width: 153px;
        height: 38px;
    }
    .cta__wrapper{
        padding: 47px 25px 59px 25px;
    }
    .cta__btns{
        flex-direction: column;
        gap: 18px 0;
    }
    .cta__btn{
        width: 169px;
    }
}

@media (max-width: 369px) {
    .header .container , .container{
        padding: 0 15px;
    }


}