@media (max-width: 1279px) {
    body{
        padding: 0;
    }
    html , body , .b-container{
        background: #fff;
    }
    .main_page{
        padding: 0 0 36px 0;
    }
    .header{
        min-height: 49px;
        margin-bottom: 80px;
    }
    .header .container{
        padding: 0 38px;
    }
    .logo span{
        font-size: 38px;
    }
    .nav{
        width: 370px;
        height: 49px;
        background-size: contain;
    }
    .logo{
        position: relative;
        z-index: 60;
    }
    .header__right{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        background: #ffffff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 150px 30px;
        overflow: auto;
        gap: 109px 0;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        transition: 0.2s;
        z-index: -1;
    }
    .header__right.active{
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        z-index: 50;
    }
    .nav{
        width: auto;
        height: auto;
        background: none;
    }
    .nav ul{
        flex-direction: column;
        gap: 80px 0;
    }
    .nav ul li a{
        font-weight: 700;
        font-size: 81px;
        line-height: 0.92;
        letter-spacing: 0.02em;
        text-align: center;
        color: #006037;
        padding: 0;
    }
    .nav ul li a.active{
        color: #006037;
    }
    .header__right-wrap{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px 0;
    }
    .header__phone{
        margin: 0;
    }

    .b-mobile{
        position: relative;
        z-index: 60;
        display: block;
    }
    .menu-icon {
        width: 95px;
        height: 82px;
        background: url("../images/nav-bg.svg") no-repeat;
        position: relative;
        z-index: 10001;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-icon__wrapper {
        position: relative;
        margin: 0 auto 0;
        width: 35px;
        height: 30px;
    }
    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 5px;
        background: #ffffff;
        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: 12px;
    }
    .menu-icon .b-menu__line_3 {
        top: 25px;
        width: 100%;
    }
    .menu-icon.active .b-menu__line {
        background: #ffffff;
    }
    .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%;
    }



    .main-container{
        align-items: inherit;
        align-content: flex-start;
    }
    .section__title{
        font-size: 80px;
        margin-bottom: 34px;
    }
    .section__sb{
        font-size: 22px;
        margin-bottom: 34px;
    }

    .section__image{
        width: auto;
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .section__image img{
        max-width: 541px;
    }
    p{
        font-size: 16px;
    }

    .section .container{
        flex-direction: column;
        padding: 0;
    }

    .sectionNav ul{
        display: none;
    }
    .section{
        width: 100vw;
        flex-shrink: 0;
        position: relative;
    }
    .section .container{
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
    }
    .section .section__left{
        padding: 0 0 0 91px;
    }
    .section_1 .section__left{
        margin: 0 0 95px 0;
        max-width: 670px;
    }
    .section_1 .section__image{
        width: 100%;
    }
    .img-xl{
        display: none;
    }
    .img-md{
        display: block;
    }
    .section__wrap{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
    }
    .section_2 .section__image{
        display: block;
    }
    .section_2 .section__image img{
        max-width: 455px;
    }
    .section_2 .section__left{
        margin: 0 0 27px 0;
    }
    .section__items {
        width: auto;
        flex-shrink: 0;
        justify-content: flex-end;
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        padding: 0 40px 0 0;
    }
    .section__item{
        max-width: 252px;
    }

    .sectionNav{
        margin: 40px 0 0 0;
    }
    .sectionNav__btn{
        margin: 0 auto 0;
    }
    .section_3 .section__left{
        max-width: 780px;
        margin: 0 0 27px 0;
    }
    .section_3 .section__image{
        display: flex;
    }
    .section_3 .section__image img{
        max-width: 420px;
    }
    .section_3 .section__items{
        padding: 0 0 0 91px;
    }
    .section_4 .container{
        flex-direction: column-reverse;
    }
    .section_4 .section__left{
        max-width: 100%;
    }
    .section_4 .section__title{
        max-width: 400px;
    }
    .section_4 .section__sb{
        max-width: 606px;
    }
    .section_4 .section__image.big{
        max-width: 100%;
        margin: 0;
    }
    .section_4 .section__image.big img{
        max-width: 100%;
    }
    .section_5 .section__left{
        margin: 0;
        max-width: 614px;
    }
    .section_5 .section__image{
        width: 100%;
        max-width: 100%;
        padding: 0 56px 0 0;
    }
    .section_5 .section__image img{
        max-width: 504px;
    }

    .about_1 .section__left{
        max-width: 425px;
        margin: 0 0 50px 0;
    }
    .about_1 .section__left br{
        display: none;
    }
    .about_1 .section__image img{
        max-width: 535px;
    }
    .about_2{
        margin: 0;
        width: 100%;
    }
    .about_2 .section__wrap{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .about_2 .section__left{
        margin: 0 0 50px 0;
        max-width: 675px;
    }
    .about_2 .section__image{
        max-width: 412px;
    }
    .about_2 .section__image_1{
        display: block;
        max-width: 422px;
    }
    .about_2 .section__image img{
        max-width: 100%;
    }
    .about_3{
        width: 100%;
    }
    .about_3 .section__image{
        display: block;
        max-width: 637px;
    }
    .about_3 .section__image img{
        max-width: 100%;
    }
    .about_3 p{
        max-width: 470px;
    }
    .about_4 .container{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 30px 0 90px;
    }
    .about_4 .section__left{
        padding: 0;
        margin: 0 0 150px 0;
    }
    .about_4 .section__title{
        max-width: 600px;
    }
    .about_4 .section__items{
        width: 100%;
        max-width: 656px;
        padding: 0;
    }
    .about_4 .section__item{
        max-width: 100%;
        min-height: 163px;
    }
    .about_5 .section__left{
        max-width: 648px;
    }
    .about_5 .section__title{
        max-width: 375px;
    }
    .about_5 .section__image{
        margin: 0 52px 0 0;
    }
    .about_5 .section__left p{
        max-width: 245px;
    }


    .contact_1 .section__left{
        max-width: 757px;
        margin: 0 0 80px 0
    }
    .contact_1 .section__left p{
        max-width: 100%;
    }
    .contact_1 .section__image{
        justify-content: center;
    }
    .contact_1 .section__image img{
        max-width: 483px;
    }
    .section_contact .section__left{
        margin: 0 0 120px 0;
        max-width: 555px;
    }
    .section_contact .section__form{
        margin: 0 0 0 91px;
    }
    .section_contact .container{
        height: auto;
    }
    .contact_page .sectionNav{
        margin: 70px 0 0 0;
    }
    .contact_3 .section__image{
        justify-content: center;
        padding: 0;
    }

}
@media (max-width: 799px) {
    .section .section__left,
    .section_3 .section__items{
        padding: 0 0 0 40px;
    }
    .section__items{
        padding: 0 20px 0 0;
    }
    .section_5 .section__left{
        max-width: 605px;
    }
    .about_4 .section__left{
        padding: 0;
    }
    .about_4 .container{
        padding: 0 30px 0 40px;
    }
}
@media (max-width: 1199px) {

}
@media (max-width: 1009px) {


}
@media (max-width:991px){

}
@media (max-width:833px){


}
@media (max-width:767px){
    .container{
        padding: 0 24px;
    }
    .main_page{
        padding: 0;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 50;
    }
    .header .container{
        padding: 0 24px;
    }
    .logo{
        font-size: 8px;
        gap: 0 6px;
    }
    .logo svg{
        width: 31px;
        height: 31px;
    }
    .logo span{
        font-size: 27px;
    }

    .header__right{
        display: flex;
        place-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        height: 100vh;
        min-height: inherit;
    }
    .nav{
        width: 100%;
    }
    .nav ul{
        gap: 44px 0;
    }
    .nav ul li a{
        font-size: 48px;
    }

    .menu-icon{
        width: 76px;
        height: 65px;
        background-size: contain;
    }
    .menu-icon__wrapper{
        width: 28px;
        height: 24px;
    }
    .menu-icon .b-menu__line{
        height: 4px;
    }
    .menu-icon .b-menu__line_2 {
        top: 10px;
    }
    .menu-icon .b-menu__line_3{
        top: 20px;
    }

    .main-container{
        display: block;
        overflow: hidden;
    }
    .section{
        width: 100%;
        padding: 100px 0 28px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        min-height: 100vh;
        margin: 0 !important;
    }
    .section .container{
        width: 100%;
    }
    .section__title{
        font-size: 52px;
        margin-bottom: 22px;
    }
    .section__sb{
        font-size: 20px;
        margin-bottom: 20px;
    }
    p {
        font-size: 14px;
    }



    .section .section__left, .section_3 .section__items{
        padding: 0 30px;
    }
    .section__image{
        display: block;
    }
    .section_1 .section__left{
        margin: 0 0 80px 0;
    }
    .section_1 .section__image img{
        max-width: 456px;
        margin: 0 0 0 -108px;
    }
    .section_1 .section__image .img-xl{
        display: block;
    }
    .section_1 .section__image .img-md{
        display: none;
    }
    .section__btn{
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(141, 141, 141, 0.56);
        border-radius: 40px;
        width: 46px;
        height: 46px;
        margin: 30px auto 0;
    }
    .section_2 p br{
        display: none;
    }
    .section_2 .section__image{
        display: none;
    }
    .section_2 .section__left{
        margin: 0 0 94px 0;
    }
    .section__wrap{
        display: block;
    }
    .section__items{
        padding: 0 31px;
        flex-direction: row;
        justify-content: flex-start;
        overflow: auto; /* или scroll */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* IE и Edge */
        scroll-behavior: auto;
    }
    .section__items::-webkit-scrollbar {
        display: none; /* Chrome, Safari и др. */
    }
    .section__item{
        flex-shrink: 0;
        width: 229px;
        min-height: 222px;
    }
    .section__item:not(:last-child) {
        margin: 0 12px 0 0;
    }
    .section_3 .section__image{
        display: none;
    }
    .section_3 .section__left{
        margin: 0 0 74px 0;
    }
    .section_4 .section__left{
        margin: 0 0 84px 0;
    }
    .section_4 .section__image.big{
        max-width: 457px;
        margin: 0 0 0 -108px;
    }
    .section_4 .section__image .img-xl{
        display: block;
    }
    .section_4 .section__image .img-md{
        display: none;
    }
    .section_5 .section__left{
        margin: 0 0 34px 0;
    }
    .section_5 .section__image img{
        max-width: 329px;
        margin: 0 auto 0;
    }
    .section_5 .section__image{
        padding: 0;
    }
    .sectionNav{
        display: none;
    }
    .section__bottom{
        width: 100%;
    }
    .copyright{
        text-align: left;
        display: block;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0.02em;
        color: #939393;
        padding: 21px 24px 0 24px;
    }
    .section_5 .section__btn svg{
        transform: rotate(180deg);
    }

    .about_1 .section__left{
        margin: 0 0 120px 0;
    }
    .about_1 .section__image{
        display: flex;
        justify-content: flex-end;
    }
    .about_1 .section__image img{
        max-width: 307px;
    }
    .about_1 .img-md ,  .about_1 .section__image .img-xl{
        display: none;
    }
    .img-xs{
        display: block;
    }

    .about_2 .section__left{
        margin: 0 0 30px 0;
    }
    .about_2 .img-md{
        display: none;
    }
    .about_2 .section__image{
        display: block;
        max-width: 292px;
    }
    .about_2 .section__image_1{
        max-width: 98px;
    }
    .about_4 .section__left{
        padding: 0;
        margin: 0 0 65px 0;
    }
    .about_4 .section__items{
        display: flex;
        gap: 0 12px;
        margin: 0 -30px 0 -40px;
        padding: 0 31px;
        max-width: unset;
        width: calc(100% + 70px);
    }
    .about_4 .section__item{
        max-width: 205px;
        min-height: 210px;
        border-radius: 42px;
        padding: 29px 39px;
        margin: 0;
    }
    .about_5 .section__title{
        max-width: 275px;
    }
    .section_5 .section__left{
        margin: 0 0 20px 0;
    }
    .about_5 .section__left p{
        max-width: 100%;
    }

    .contact_1 .section__left{
        margin: 0 0 45px 0;
    }
    .contact_1 .section__image{
        max-width: 251px;
        margin: 0 auto 0;
    }
    .contact_1 .section__image img{
        max-width: 100%;
        margin: 0;
    }
    .section_contact .section__left{
        margin: 0 0 34px 0;
    }
    .section_contact .section__form{
        margin: 0 auto 0;
        max-width: 320px;
        padding: 31px 41px 31px 34px;
    }
    .section__form-item input{
        padding: 0 10px;
    }
    .section__form-btn{
        padding: 0 10px;
    }
    .contact_3 .section__left{
        margin: 0 0 90px 0;
    }
    .contact_page .copyright{
        padding-top: 40px;
    }
}
@media (max-width: 640px) {

}
@media (max-width: 369px) {
    .container{
        padding: 0 15px;
    }

}