@media (max-width: 1309px) {
    .nav ul{
        gap: 0;
    }
    .nav ul li a{
        font-size: 16px;
        line-height: 3.5;
        width: auto;
    }
    .header__btn{
        width: 120px;
        height: 41px;
        font-size: 18px;
    }
    .header.fixed .nav ul li a{
        padding: 5px 10px;
    }

    .main__wrapper img{
        left: 0;
        max-width: 643px;
    }

    .section{
        padding: 60px 0 0 0;
    }
    .section__wrapper{
        gap: 0 36px;
    }
    .section__left{
        width: 316px;
    }
    .section__img-wrap{
        width: 220px;
    }
    .title__item{
        font-size: 60px;
    }
    .section_1 .title{
        margin-bottom: 40px;
    }
    .section__sb{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .section__wrapper .main__arrow{
        margin-top: 48px;
    }
    .section_1 .section_img{
        max-width: 780px;
        margin: -40px 0 0 0;
    }
    .section_2 .section_img{
        max-width: 727px;
        margin: -8px 0 0 0;
    }
    .section__items-box{
        font-size: 20px;
        padding: 16px 24px;
    }
    .section__items-box br{
        display: none;
    }
    .section__items-box:not(:last-child) {
        margin-bottom: 10px;
    }
    .section__items{
        margin: 30px 0 0 0;
    }
    .section_2 .title{
        margin-bottom: 54px;
    }

    .section_3{
        padding: 45px 0;
    }
    .section_3 .section__wrapper{
        gap: 0 75px;
        justify-content: flex-end;
    }
    .section_3 .section__right{
        max-width: 353px;
        padding: 16px 0 0 0;
    }
    .section__image{
        flex-grow: 1;
        height: 469px;
        position: relative;
    }
    .section__image img{
        position: absolute;
        top: 0;
        right: 0;
        max-width: 496px;
    }
    .section_3 .title{
        max-width: 300px;
    }
    .about_1{
        padding: 0;
    }
    .about_2 .section__right{
        padding-right: 150px;
    }


    .main_3 .main__wrapper-right img{
        max-width: 970px;
    }
    .support{
        padding: 100px 0;
    }
    .support_section .section__left{
        width: 500px;
    }
    .form .section__left img{
        right: 25px;
        max-width: 500px;
    }

}
@media (max-width: 1199px) {
    .about_2 .section__right{
        padding-right: 0;
    }
    .about_3{
        padding: 100px 0;
    }
    .about_3 .section__image{
        height: auto;
        justify-content: center;
    }
    .main_3 .main__wrapper-right img{
        max-width: 750px;
    }
}
@media (max-width: 1009px) {
    .container{
        max-width: 730px;
        padding: 0 40px;
    }
    .header{
        padding: 25px 0;
    }
    .header.active{
        background: #3b2f95;
    }
    .nav{
        display: flex;
        flex-direction: column;
        background: #3b2f95;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 85px 55px 30px 55px;
        height: calc(100vh - 92px);
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: 0.3s;
        z-index: -1;
    }
    .nav.active{
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        z-index: 5;
    }
    .header.fixed .nav{
        height: calc(100vh - 78px);
    }
    .nav ul{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .nav ul li a{
        font-weight: 800;
        font-size: 70px;
        line-height: 1.48571;
        letter-spacing: -0.04em;
        text-align: center;
        color: #fff;
        padding: 0 !important;
    }
    .in-page .nav ul li a.active{
        background: none;
    }
    .header__contacts{
        flex-direction: column;
        align-items: flex-start;
        gap: 3px 0;
    }
    .logo{
        width: 150px;
        height: 42px;
        background-size: contain;
        margin-right: 40px;
    }
    .header__right{
        flex-grow: 1;
    }
    .header__btn{
        margin-right: 38px;
    }

    .b-mobile {
        display: block;
    }
    .menu-icon {
        position: relative;
        z-index: 10001;
        cursor: pointer;
        transition: 0.3s;
    }
    .menu-icon__wrapper {
        position: relative;
        margin: 0 auto 0;
        width: 36px;
        height: 22px;
    }
    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background: #d9d9d9;
        border-radius: 0px;
        -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: 10px;
    }
    .menu-icon .b-menu__line_3 {
        top: 20px;
        width: 100%;
    }
    .menu-icon.active .b-menu__line {
        background: #d9d9d9;
    }
    .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%;
    }
    .header.fixed .menu-icon .b-menu__line{
        background: #3f26ff;
    }
    .header.fixed .menu-icon.active .b-menu__line{
        background: #D9D9D9;
    }
    .header.fixed.active .header__btn{
        color: #fff;
        border-color: #5842ff;
    }
    .header.fixed.active .header__contacts-item{
        color: #fff;
    }
    .header.fixed.active .header__contacts-item.mail{
        color: #bf95ff;
    }
    .header.fixed.active .header__contacts-item:hover{
        color: #66A212;
    }
    .header.fixed.active .logo{
        background: url("../images/logo.svg") no-repeat;
        background-size: cover;
    }
    .header.fixed.active .nav ul li a{
        color: #fff;
    }
    .header.fixed.active .nav ul li a.active{
        color: #66a212;
        background: none;
    }
    .header.fixed{
        padding: 18px 0;
    }

    .main{
        height: 760px;
        overflow: hidden;
    }
    .main__wrapper{
        gap: 0 48px;
        padding: 150px 0 0 0;
    }
    .main__title{
        font-size: 70px;
    }
    .main__sb{
        font-size: 18px;
    }
    .main__title:not(:last-child) {
        margin-bottom: 20px;
    }
    .main__arrow{
        width: 40px;
        height: 40px;
        margin: 50px 0 0 -18px;
    }
    .main__arrow svg{
        width: 10px;
    }
    .main__wrapper img{
        max-width: 564px;
        bottom: -33px;
    }

    .main_2{
        background: #7aa934 url("../images/about_bg-md.jpg") bottom left  no-repeat;
        background-size: cover;
        height: 642px;
    }
    .main_2 .main__sb{
        margin-bottom: 20px;
    }

    .about_section .section__left, .about_section .section__image{
        flex-shrink: inherit;
    }
    .about_1 .title{
        margin-bottom: 30px;
    }
    .about_1 .section__image{
        height: 507px;
    }
    .about_1 .section__image img{
        max-width: 636px;
        right: -47px;
    }
    .about_section .section__right{
        position: relative;
        z-index: 3;
    }
    .about_2{
        padding: 60px 0 !important;
    }
    .about_2 .section__items{
        margin: 30px 0;
    }
    .about_2 .section__items-box{
        padding: 16px 35px;
    }
    .about_2 .section__img-wrap{
        height: 348px;
    }
    .about_2 .section__img-wrap img{
        max-width: 464px;
        right: -4px;
    }
    .about_3{
        padding: 69px 0;
    }
    .about_3 .section__image img{
        position: absolute;
        right: 37px;
        max-width: 430px;
    }
    .about_3 .title{
        margin-bottom: 30px;
    }
    .main_3{
        height: 682px;
    }
    .main_3 .main__wrapper-right img{
        max-width: 901px;
        right: -390px;
    }
    .main_3 .main__wrapper-left{
        width: 347px;
    }
    .main_3 .main__sb{
        margin-bottom: 20px;
    }
    .main_3 p{
        max-width: 338px;
    }
    .support_section .section__wrapper{
        gap: 0;
    }
    .support_section .section__left{
        width: 347px;
    }
    .support__block{
        max-width: 352px;
    }
    .form{
        padding: 67px 0 41px 0;
    }
    .form .section__wrapper{
        justify-content: space-between;
    }
    .form .section__right{
        padding: 14px 0 0 0;
    }
    .form .section__left{
        height: 611px;
    }
    .form .section__left img{
        max-width: 572px;
        right: 40px;
    }
    .section__right .title{
        margin: 0 0 30px 0;
    }
}
@media (max-width:991px){

}
@media (max-width:833px){


}
@media (max-width:767px){
    .container{
        padding: 0 23px;
    }
    .header{
        padding: 24px 0;
    }
    .header__container{
        background: none;
        padding: 0;
    }
    .header__contacts{
        display: none;
    }
    .header .header__btn{
        margin-right: 17px;
        color: #fff;
    }
    .logo{
        margin: 0;
    }
    .nav{
        height: calc(100vh - 80px);
    }
    .nav .header__right{

    }
    .nav .header__right .header__btn{
        display: flex;
    }
    .nav .header__contacts{
        display: block;
    }
    .nav ul{
        gap: 0;
    }
    .nav ul li{
        width: 100%;
    }
    .nav ul li a{
        display: block;
        font-weight: 800;
        font-size: 48px;
        line-height: 2.16667;
        letter-spacing: -0.04em;
        text-align: center;
        color: #fff;
        padding: 0;
        background: none;
    }

    .main{
        height: 844px;
    }
    .main__wrapper{
        display: block;
        padding: 148px 0 0 0;
    }
    .main__arrow{
        margin: 43px auto 0;
    }
    .main__wrapper img{
        max-width: 530px;
        left: -140px;
    }


    .section__wrapper{
        display: block;
    }
    .section_1 .title{
        margin-bottom: 30px;
    }
    .section__sb{
        margin-bottom: 40px;
    }
    .section__img-wrap{
        width: 180px;
    }
    .section_1 .section_img{
        max-width: 626px;
        left: -59px;
        transform: translateX(0);
    }
    .section__wrapper .main__arrow{
        display: none;
    }
    .section__xs{
        display: block;
        margin-top: 40px;
    }
    .section_2 .section_img{
        max-width: 530px;
        left: -156px;
        transform: none;
    }
    .section_3 .section__wrapper{
        flex-direction: column-reverse;
        display: flex;
        gap: 60px 0;
        justify-content: center;
    }
    .section_3{
        padding: 60px 0;
    }
    .section_3 .title{
        margin-bottom: 30px;
        max-width: 310px;
    }
    .section__image{
        height: auto;
        max-width: 323px;
        margin: 0 auto 0;
    }
    .section__image img{
        position: static;
        max-width: 100%;
    }
    .section_3 .section__right{
        max-width: 100%;
    }
    .cta{
        padding-bottom: 85px;
    }
    .cta p{
        max-width: 234px;
        margin: 2px auto 0;
    }
    .main_2{
        background: url("../images/about_bg-xs.jpg") bottom left no-repeat #7AA934;
        background-size: 768px;
        height: 915px;
    }
    .main_2 .main__wrapper-left{
        width: auto;
        display: block;
    }
    .main_2 .main__wrapper-right{
        width: auto;
    }
    .main_2 p{
        max-width: 100%;
    }
    .about_1{
        padding: 0 0 50px 0;
    }
    .about_1-xs{
        display: block;
        height: 467px;
        width: 100%;
        position: relative;
    }
    .about_1-xs img{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 834px;
    }
    .about_1 .section__image{
        display: none;
    }
    .about_1 p{
        max-width: 100%;
    }
    .about_section .section__right{
        width: auto;
    }
    .about_section .section__left, .about_section .section__image{
        width: auto;
    }
    .about_2{
        padding: 60px 0 0 0 !important;
    }
    .about_2 .title{
        margin-bottom: 36px;
    }
    .about_2  .section__sb{
        margin-bottom: 30px;
    }
    .about_2 .section__items-box{
        padding: 23px 24px;
    }
    .about_2 .section__img-wrap{
        height: 377px;
    }
    .about_2 .section__img-wrap img{
        max-width: 504px;
        right: -20px;
    }

    .about_3{
        padding: 60px 0 45px 0;
    }
    .about_3 .section__wrapper{
        display: flex;
        flex-direction: column-reverse;
        gap: 40px 0;
    }
    .about_3 .section__image{
        display: block;
        position: static;
    }
    .about_3 .section__image img{
        position: static;
        max-width: 320px;
        margin: 0 auto 0;
    }
    .about_3 .section__sb{
        margin-bottom: 30px;
    }

    .main_3{
        height: auto;
    }
    .main_3 .main__wrapper{
        display: block;
    }
    .main_3 .main__wrapper-left{
        width: 100%;
        max-width: 100%;
    }
    .main_3 p{
        max-width: 100%;
    }
    .main_3 .main__wrapper-right{
        height: auto;
    }
    .main_3 .main__wrapper-right img{
        max-width: 652px;
        right: auto;
        left: 66%;
        transform: translateX(-50%);
        position: relative;
    }
    .support{
        padding: 50px 0 80px 0;
    }
    .support .title{
        margin: 0 0 30px 0;
    }
    .support__block:not(:last-child) {
        margin-bottom: 20px;
    }
    .form .section__wrapper{
        display: flex;
        flex-direction: column-reverse;
        gap: 25px 0;
    }
    .form__item, .form__btn{
        max-width: 100%;
    }
    .form{
        padding: 60px 0 22px 0;
    }
    .form .section__left img{
        max-width: 394px;
        right: 58%;
        transform: translateX(50%);
        margin: 0 auto 0;
    }
    .form .section__left{
        height: 407px;
        width: 100%;
    }
    .form .section__right{
        width: 100%;
    }
}
@media (max-width: 640px) {
    .main_2{
        background-size: inherit;
    }
}
@media (max-width: 369px) {
    .container{
        padding: 0 15px;
    }
}