@media (max-width: 1399px) {
    .header{
        padding: 20px 0 0 0;
    }
    .container{
        max-width: 1000px;
    }
    .section__wrapper{
        gap: 0 40px;
    }
    .section__img{
        max-width: 340px;
    }
    .section__text{
        gap: 28px;
    }
    .section__title{
        font-size: 66px;
    }
    .section__sb{
        font-size: 20px;
    }
    .section__desc{
        font-size: 16px;
    }
    .section__info{
        font-size: 16px;
    }
    p{
        font-size: 16px;
    }
    .section__wrapper_1{
        gap: 28px 0;
    }
    .section__item{
        max-width: 200px;
        height: 200px;
        border-radius: 28px;
        padding: 23px 34px;
    }
    .section__item-name{
        font-size: 16px;
    }
    .section__item img{
        max-width: 60px;
    }
    .section__logo{
        max-width: 300px;
    }
    .section__form{
        gap: 0 30px;
    }
    .section__form-block p{
        font-size: 16px;
    }
    .section__form-input input{
        height: 42px;
        font-size: 16px;
        line-height: 18px;
        padding: 0 16px;
    }
    .section__form-input input::-webkit-input-placeholder{
        font-size: 16px;
        line-height: 18px;
    }
    .section__form-input input:-moz-placeholder{
        font-size: 16px;
        line-height: 18px;
    }
    .section__form-btn{
        height: 42px;
        padding: 0 16px;
    }
    .about_section .section__item{
        height: 200px;
    }
}
@media (max-width: 1199px) {

}
@media (max-width: 1009px) {
    .b-container{
        border-top-width: 8px;
        border-bottom-width: 8px;
    }
    .main_page{
        gap: 30px 0;
    }
    .header{
        padding: 24px 0 0 0;
    }
    .container{
        padding: 0 30px;
    }
    .logo{
        gap: 0 20px;
        max-width: 162px;
        font-size: 12px;
    }
    .logo img{
        max-width: 71px;
    }
    .header__right{
        gap: 0 23px;
    }
    .nav ul{
        gap: 0 30px;
    }
    .nav ul li a{
        font-size: 13px;
    }
    .nav ul li a:after{
        top: -41px;
        height: 8px;
    }
    .header__btn{
        width: 121px;
        height: 34px;
        font-size: 13px;
        gap: 0 15px;
    }
    .header__btn:before{
        width: 17px;
        height: 16px;
        background-size: cover;
    }
    .section__wrapper{
        align-items: flex-start;
        flex-direction: column;
        gap: 72px 0;
        padding: 0;
    }
    .section__text{
        max-width: 400px;
    }
    .section__nav{
        left: 30px;
    }
    .section__nav ul{
        gap: 16px 0;
    }
    .section__nav ul li{
        width: 11px;
        height: 11px;
    }
    .section__wrapper_1{
        max-width: 410px;
        margin: 0 auto 0;
        gap: 28px;
    }
    .section__row{
        flex-wrap: wrap;
        gap: 9px;
        max-width: 431px;
    }
    .section__item{
        width: 100%
    }
    .section__logo{
        max-width: 376px;
    }
    .footer{
        display: none;
    }
    .about_section .section__item{
        height: 198px;
        padding: 23px 34px;
    }

    .section__wrapper_3{
        flex-direction: column-reverse;
        gap: 32px 0;
    }
    .section__wrapper_3 .section__img{
        max-width: 62px;
    }
    .section__contacts-row{
        flex-direction: column;
        margin-top: 28px;
        gap: 28px 0;
    }
    .section__contacts{
        margin: 0 auto 0;
        max-width: 406px;
    }
    .section__contacts-col{
        gap: 28px 0;
    }
    .section__form{
        flex-direction: column;
        gap: 28px 0;
        max-width: 400px;
        margin: 0 auto 0;
    }
    .section__form-left{
        gap: 28px 0;
    }
    .section__form-block p {
        font-size: 14px;
    }
    .section__form-block{
        padding: 42px 53px 52px 42px;
    }

}
@media (max-width:991px){

}
@media (max-width:833px){


}
@media (max-width:767px){
    .container{
        padding: 0 23px;
    }
    .b-mobile {
        display: block;
        order: 3;
    }
    .menu-icon {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        width: 42px;
        height: 42px;
        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: 21px;
        height: 18px;
    }
    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background: #333;
        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: 8px;
    }
    .menu-icon .b-menu__line_3 {
        top: 16px;
        width: 100%;
    }
    .menu-icon.active .b-menu__line {
        background: #333;
    }
    .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{
        position: relative;
    }
    .header__right{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f4f4f4;
        z-index: 120;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
        gap: 30px 0;
        transform: translateX(-100%);
        transition: 0.2s;
    }
    .header__right.active{
        transform: translateX(0);
    }
    .nav ul{
        flex-direction: column;
        gap: 30px 0;
    }
    .nav ul li a{
        font-size: 20px;
    }
    .nav ul li a:after{
        display: none;
    }


    .section__wrapper{
        padding: 0 0 0 20px;
        gap: 45px 0;
    }
    .section__nav{
        left: 14px;
    }
    .section__img{
        max-width: 280px;
    }
    .section__text{
        gap: 20px 0;
    }
    .section__title{
        font-size: 46px;
    }
    .section__sb{
        font-size: 15px;
    }
    .section__text {
        max-width: inherit;
    }
    .section__desc {
        font-size: 14px;
    }
    .section__info {
        font-size: 14px;
    }
    .section__item{
        max-width: 140px;
        height: 140px;
        border-radius: 20px;
        padding: 16px 23px;
    }
    .section__item-name{
        font-size: 12px;
    }
    .section__item img {
        max-width: 42px;
    }
    .section__wrapper{
        gap: 19px 0;
    }
    .section__logo {
        max-width: 277px;
    }
    .about_section .section__item{
        height: 140px;
        padding: 16px 23px;
    }
    .section__wrapper_2{
        gap: 37px 0;
    }
    .section__wrapper_3 .section__img{
        max-width: 44px;
    }
    .section__wrapper_3{
        gap: 15px 0;
    }
    .section__wrapper_3 .section__text{
        gap: 15px 0;
        max-width: 93%;
    }
    .section__contacts-row{
        margin-top: 15px;
        gap: 15px 0;
    }
    .section__contacts-col{
        gap: 15px 0;
    }
    .section__form-left{
        gap: 15px 0;
    }
    .section__form{
        gap: 15px 0;
    }
    .section__form-input input{
        height: 36px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 16px;
    }
    .section__form-input input::-webkit-input-placeholder{
        font-size: 14px;
        line-height: 16px;
    }
    .section__form-input input:-moz-placeholder{
        font-size: 14px;
        line-height: 16px;
    }
    .section__form-btn{
        height: 36px;
        padding: 0 12px;
    }
    .section__form-block{
        margin-top: 15px;
        padding: 30px 30px 52px;
        gap: 0 9px;
    }
    .section__form-block img{
        max-width: 57px;
    }
}
@media (max-width: 640px) {

}
@media (max-width: 369px) {
    .container{
        padding: 0 15px;
    }

}