@media (max-width: 1009px) {
    .header{
        padding: 19px 0;
    }
    .container{
        max-width: 730px;
    }
    .nav{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background: #561cb9;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 70px 15px 70px 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;
        width: 100%;
        max-width: 700px;
        margin: 0 auto 0;
    }
    .nav ul li a{
        display: block;
        font-weight: 700;
        font-size: 46px;
        line-height: 90px;
        text-transform: uppercase;
        color: #ffb6a2;
        padding: 0;
        background: none;
    }
    .header__contacts{
        margin: 0 54px 0 27px;
    }
    .nav__xs{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        max-width: 700px;
        margin: 38px auto 0;
    }
    .nav__xs .header__contacts{
        margin: 38px 0 0 0;
    }

    .b-mobile {
        display: block;
        margin-left: 20px;
    }
    .menu-icon {
        position: relative;
        z-index: 10001;
        cursor: pointer;
        border-radius: 100%;
        transition: 0.3s;
    }
    .menu-icon__wrapper {
        position: relative;
        margin: 0 auto 0;
        width: 42px;
        height: 32px;
    }
    .menu-icon.active{
        top: 6px;
    }
    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 4px;
        background: #ffffff;
        border-radius:1px;
        -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: 14px;
    }
    .menu-icon .b-menu__line_3 {
        top: 28px;
        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%;
    }
    .b-container{
        padding: 90px 0 0 0;
    }
    .main{
        height: auto;
        padding: 60px 0 80px 0;
    }
    .main__block{
        width: 260px;
        height: 260px;
        margin-right: 36px;
    }
    .main__title{
        font-size: 74px;
    }
    .desc{
        padding: 61px 0;
    }
    .desc svg{
        width: 101px;
        height: 101px;
    }
    .desc .container{
        gap: 0 46px;
    }
    p{
        font-weight: 500;
        font-size: 16px;
        line-height: 1.25;
        color: #fff;
    }
    .title{
        margin-bottom: 10px;
    }
    .title__item{
        font-size: 32px;
    }
    .section__left{
        max-width: 329px;
    }
    .section__img {
        max-width: 260px;
    }
    .section__row{
        padding: 0 42px 0 0;
    }
    .section{
        padding: 40px 0 50px 0;
    }
    .section__row:not(:last-child) {
        margin-bottom: 40px;
    }
    .section__block{
        display: block;
        padding: 50px;
    }
    .section__block-img{
        margin-bottom: 30px;
    }
    .section__block-img img{
        margin: 0 auto 0;
    }
    .section__block p{
        font-weight: 400;
        font-size: 16px;
        line-height: 1.25;
        color: #fff;
    }
    .section__bottom{
        margin: 40px 0 0 0;
    }
    .section__bottom-text p{
        font-weight: 400;
        font-size: 14px;
        line-height: 1.28571;
        color: #fff;
    }
    .bottom{
        padding: 33px 0;
    }
    .bottom .container{
        justify-content: center;
        gap: 0 20px;
    }
    .bottom p{
        max-width: 412px;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.28571;
        color: #fff;
    }
    .bottom__ico svg{
        width: 80px;
        height: 80px;
    }
    .footer__nav{
        display: none;
    }
    .footer .container{
        justify-content: center;
    }

    .main_2 .main__block{
        width: 260px;
        height: 260px;
    }
    .main_2 .main__block svg{
        width: 138px;
        height: 137px;
    }
    .main_2 .main__left{
        max-width: 329px;
    }
    .main__title:not(:last-child) {
        margin-bottom: 20px;
    }
    .main_2{
        padding: 83px 0;
    }
    .info{
        padding: 62px 0;
    }
    .info .container{
        gap: 0 67px;
    }
    .info .title{
        display: none;
    }
    .info img{
        max-width: 183px;
    }
    .section_2 .section__row:not(:last-child){
        margin-bottom: 70px;
    }
    .section_2 .section__block{
        display: flex;
        flex-direction: row-reverse;
        gap: 0 54px;
        padding: 50px;
    }
    .section_2 .section__block-img{
        max-width: 260px;
    }
    .section_2 .title {
        margin-bottom: 30px;
    }
    .main_3{
        padding: 60px 0 70px 0;
    }
    .main_3 p{
        max-width: 350px;
    }
    .supportForm__left svg{
        width: 314px;
        height: 110px;
    }
    .supportForm .container{
        gap: 0 36px;
    }
    .supportForm__form{
        max-width: 283px;
    }
    .supportForm__input{
        font-size: 16px;
        line-height: 18px;
    }
    .supportForm__input::-webkit-input-placeholder{
        font-size: 16px;
        line-height: 18px;
    }
    .supportForm__input:-moz-placeholder{
        font-size: 16px;
        line-height: 18px;
    }
    .supportForm__form p{
        font-size: 16px;
    }
    .supportForm__left p{
        font-size: 16px;
    }
    .supportForm{
        padding: 60px 0;
    }
    .connect{
        padding: 60px 0;
    }
    .connect__row{
        gap: 0 62px;
    }
    .connect__row-left {
        max-width: 329px;
    }
    .connect__row-right {
        max-width: 288px;
    }
    .connect .title {
        margin-bottom: 20px;
    }

}
@media (max-width:767px){
    .container{
        padding: 0 25px;
    }
    .nav{
        padding: 70px 25px 70px 25px;
    }
    .b-mobile{
        margin: 0;
    }

    .header__right > .header__btn{
        display: none;
    }
    .header__right > .header__contacts{
        display: none;
    }

    .main{
        padding: 50px 0 70px 0;
    }
    .main .container{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 40px 0;
    }
    .main__block{
        width: 180px;
        height: 180px;
        margin: 0;
    }
    .main__block svg{
        width: 62px;
        height: 62px;
    }
    .main__title{
        font-size: 52px;
        text-align: center;
    }
    .desc{
        padding: 20px 0;
    }
    .desc .container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px 0;
    }
    .desc svg {
        width: 82px;
        height: 82px;
    }
    p{
        font-weight: 500;
        font-size: 14px;
        line-height: 1.28571;
        text-align: center;
        color: #fff;
    }
    .section__row{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px 0;
        padding: 0;
    }
    .section__img{
        max-width: 180px;
    }
    .title__item {
        font-size: 26px;
    }
    .section__block{
        padding: 40px 22px 30px 22px;
    }
    .section__block p{
        font-weight: 500;
        font-size: 14px;
        line-height: 1.28571;
        text-align: center;
        color: #fff;
    }
    .section__bottom{
        margin: 34px 0 0 0;
        padding: 33px 0 0 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 27px 0;
    }
    .section__bottom-text p br{
        display: none;
    }
    .section{
        padding: 40px 0;
    }
    .bottom p{
        text-align: left;
    }
    .main_2{
        padding: 50px 0;
    }
    .main_2 .main__block {
        width: 180px;
        height: 180px;
    }
    .main_2 .main__block svg {
        width: 96px;
        height: 96px;
    }
    .main__title:not(:last-child) {
        margin-bottom: 10px;
    }
    .info .container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px 0;
    }
    .info{
        padding: 40px 0 25px 0;
    }
    .section_2 .title {
        margin-bottom: 10px;
        text-align: center;
    }
    .section_2 .section__row:not(:last-child) {
        margin-bottom: 40px;
    }
    .section_2 .section__block{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px 0;
        padding: 40px 22px;
    }
    .section_2 .section__block-img {
        max-width: 180px;
        margin: 0;
    }
    .main_3{
        padding: 50px 0 45px 0;
    }
    .main_3 p{
        max-width: 100%;
    }
    .supportForm__left svg {
        width: 256px;
        height: 90px;
        margin: 0 auto 0;
        display: block;
    }
    .supportForm__left{
        max-width: 100%;
        text-align: center;
    }
    .supportForm .container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px 0;
    }
    .supportForm__left p{
        font-size: 14px;
    }
    .supportForm{
        padding: 40px 0 50px 0;
    }
    .connect__row{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px 0;
    }
    .connect__row .white-btn{
        margin: 0 auto 0;
    }
    .connect{
        padding: 40px 0 60px 0;
    }
}
@media (max-width: 600px) {

}
@media (max-width: 389px) {

}