@media (max-width: 1009px) {
    .container{
        max-width: 730px;
    }
    .header{
        transition: 0.3s;
    }
    .nav{
        display: flex;
        flex-direction: column;
        background: #f2f0ff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 70px 15px 30px 15px;
        height: calc(100vh - 80px);
        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;
    }
    .nav ul{
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 40px 0;
        width: 100%;
        max-width: 700px;
        margin: 0 auto 0;
    }
    .nav ul li a{
        display: block;
        font-weight: 700;
        font-size: 42px;
        line-height: 1.04762;
        text-align: right;
        color: #ff5100;
    }

    .b-mobile {
        display: block;
        margin-left: 20px;
    }
    .menu-icon {
        position: relative;
        z-index: 10001;
        cursor: pointer;
        width: 50px;
        height: 50px;
        background: #ffffff;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
    }
    .menu-icon__wrapper {
        position: relative;
        margin: 0 auto 0;
        width: 24px;
        height: 17px;
    }
    .menu-icon.active b {
        transition: 0.5s;
    }
    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 3px;
        background: #000000;
        border-radius: 100px;
        -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: 7px;
    }
    .menu-icon .b-menu__line_3 {
        top: 14px;
        width: 100%;
    }
    .menu-icon.active .b-menu__line {
        background: #000000;
    }
    .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.active{
        background: #f2f0ff;
    }
    .header.fixed{
        transform: none;
    }
    .header__top{
        display: none;
    }
    .header__content {
        padding: 15px 0;
    }
    .header__right{
        justify-content: flex-end;
    }
    .header__right .header__contacts{
        display: block;
        margin-right: 39px;
    }
    .header__contacts a{
        display: block;
        line-height: 1.4;
    }
    .footer__right{
        gap: 0 85px;
    }

    .main{
        min-height: 550px;
        padding: 93px 0 0 0;
    }
    .main__right{
        min-height: 457px;
        left: -60px;
    }
    .main__right img{
        max-width: 666px;
    }
    .main__title{
        font-size: 60px;
        margin: 0 0 30px 0;
    }
    .main__left{
        max-width: 360px;
        padding: 105px 0 0 0;
    }
    p{
        font-size: 14px;
    }

    .info{
        padding: 30px 0 0 0;
    }
    .info .container{
        gap: 0 40px;
    }
    .info__img{
        max-width: 320px;
    }
    .title__item{
        font-size: 42px;
    }
    .section{
        padding: 80px 0;
    }
    .why{
        min-height: 550px;
    }
    .why__item{
        gap: 0 20px;
    }
    .why__item-img{
        max-width: 90px;
    }
    .why__item-text{
        max-width: 208px;
    }
    .why__item-text p{
        font-size: 14px;
    }
    .why__item-text p b{
        margin: 0 0 5px 0;
    }
    .why__row{
        gap: 60px 0;
    }
    .why .title{
        margin: 0 0 70px 0;
    }
    .title{
        margin: 0 0 40px 0;
    }
    .explore .title{
        margin: 0 0 50px 0;
    }
    .explore__img{
        margin-bottom: 40px;
    }
    .explore__img img{
        max-width: 563px;
    }
    .explore__text{
        margin: 0 auto 40px;
    }
    .bottom__left{
        gap: 0 35px;
    }
    .bottom__left b{
        font-size: 16px;
        max-width: 140px;
    }
    .bottom p{
        max-width: 313px;
    }

    .mainInner{
        min-height: inherit;
        padding: 75px 0 60px 0;
        margin-top: 80px;
    }
    .desc__left{
        max-width: 310px;
    }
    .desc__img{
        max-width: 300px;
        padding: 6px 0 0 0;
    }
    .desc_3 .desc__img{
        padding: 6px 0 0 0;
    }
    .standards__row{
        gap: 30px 27px;
    }
    .standards .title{
        margin-bottom: 45px;
    }
    .supportForm__right{
        max-width: 300px;
        padding: 6px 0 0 0;
    }
    .supportForm .title{
        margin: 0 0 30px 0;
    }
    .mainInner .main__title:not(:last-child){
        margin-bottom: 30px;
    }
    .supportForm__left{
        width: 100%;
    }
    .supportForm__form{
        max-width: 280px;
    }
    .supportForm__input{
        font-size: 14px;
        line-height: 16px;
    }
    .supportForm__input::-webkit-input-placeholder{
        font-size: 14px;
        line-height: 16px;
    }
    .supportForm__input:-moz-placeholder{
        font-size: 14px;
        line-height: 16px;
    }
    .supportForm__item{
        margin-bottom: 10px;
    }
    .supportForm__left p{
        margin: 0 0 10px 0;
    }
    .connect__item-img{
        max-width: 100px;
        margin-bottom: 20px;
    }
    .connect__row{
        gap: 0 27px;
    }
    .thx__text{
        margin: 0 auto 50px;
    }
    .thx img{
        max-width: 125px;
    }
}
@media (max-width:767px){
    .container{
        padding: 0 25px;
    }
    .nav{
        padding: 70px 25px 30px 25px;
    }
    .nav ul li{
        width: 100%;
    }
    .nav ul li a{
        text-align: center;
    }
    .b-mobile{
        margin: 0;
    }

    .header__right > .header__contacts , .header__right > .header__btn{
        display: none;
    }
    .nav__xs{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 27px 0;
        margin-top: 55px;
    }
    .header__right .header__contacts{
        text-align: center;
        margin: 0;
    }
    .footer{
        padding: 25.5px 0;
    }
    .footer__right{
        display: none;
    }
    .footer .container{
        justify-content: center;
    }

    .main .container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 32px 0;
    }
    .main__right img{
        max-width: 519px;
    }
    .main__right{
        min-height: auto;
        left: 70px;
    }
    .main__title{
        font-size: 42px;
        max-width: 296px;
        margin: 0 auto 30px;
    }
    .main{
        min-height: auto;
        padding: 150px 0 0 0;
    }
    .main__left{
        max-width: 100%;
        padding: 0;
    }
    .info{
        padding: 60px 0 0 0;
    }
    .info__right{
        padding: 0;
    }
    .info .container{
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        text-align: center;
        gap: 30px 0;
    }
    .title__item{
        font-size: 36px;
        line-height: 1.16667;
    }
    .info__img{
        max-width: 292px;
    }
    .why__row{
        gap: 30px 0;
    }
    .why__item{
        width: 100%;
    }
    .why__item-text{
        max-width: 100%;
    }
    .why .title{
        margin: 0 0 40px 0;
    }
    .section{
        padding: 60px 0;
    }
    .explore{
        overflow: hidden;
        padding: 70px 0;
    }
    .explore__img img{
        max-width: 426px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .explore .title{
        margin: 0 0 40px 0;
    }
    .bottom{
        padding: 70px 0 90px 0;
    }
    .bottom .container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 25px 0;
    }
    .bottom__left{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px 0;
    }
    .bottom p{
        max-width: 227px;
    }
    .mainInner{
        padding: 50px 0;
    }
    .desc__img{
        display: none;
    }
    .desc__left .desc__img{
        display: block;
    }
    .desc .container{
        display: block;
    }
    .desc__left .desc__img{
        padding: 0;
        max-width: 200px;
        margin: 0 auto 40px;
    }
    .desc__left{
        max-width: 318px;
        margin: 0 auto 0;
        text-align: center;
    }
    .standards .title{
        text-align: center;
    }
    .standards__row{
        flex-wrap: wrap;
        justify-content: center;
    }
    .standards__item{
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
    .standards__item-img{
        margin-bottom: 15px;
    }
    .standards__item-img img{
        margin: 0 auto 0;
    }
    .supportForm__right{
        display: none;
    }
    .supportForm__left .supportForm__right{
        display: block;
        max-width: 200px;
        margin: 0 auto 40px;
    }
    .supportForm .title{
        text-align: center;
        margin: 0 0 40px 0;
    }
    .supportForm__form{
        max-width: 290px;
        margin: 0 auto 0;
    }
    .supportForm{
        padding: 70px 0;
    }
    .connect{
        padding: 70px 0;
        text-align: center;
    }
    .connect__row{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px 0;
    }
    .connect__item{
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
    .connect__item-img{
        margin: 0 auto 15px;
    }
    .thx{
        padding: 70px 0;
    }
    .thx__text{
        margin: 0 auto 40px;
    }
    .main__left p br{
        display: none;
    }
    .mainInner .main__title{
        max-width: 100%;
    }
}
@media (max-width: 600px) {

}
@media (max-width: 389px) {

}