@media (max-width: 1009px) {
    .container{
        max-width: 730px;
    }
    .header.active{
        background: #34198c;
    }
    .nav{
        display: flex;
        flex-direction: column;
        background: #34198c;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 85px 55px 30px 55px;
        height: calc(100vh - 113px);
        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: center;
        justify-content: center;
    }
    .nav ul li a{
        font-weight: 900;
        font-size: 64px;
        line-height: 1.70312;
        text-align: center;
    }

    .b-mobile {
        display: block;
    }
    .menu-icon {
        position: relative;
        z-index: 10001;
        cursor: pointer;
        transition: 0.3s;
        width: 50px;
        height: 50px;
        background: #ffffff;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-icon__wrapper {
        position: relative;
        margin: 0 auto 0;
        width: 22px;
        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: #22226b;
        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: 7px;
    }
    .menu-icon .b-menu__line_3 {
        top: 14px;
        width: 100%;
    }
    .menu-icon.active .b-menu__line {
        background: #22226b;
    }
    .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{
        padding: 188px  0 60px 0;
    }
    .main .container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main__row{
        justify-content: center;
        margin-bottom: 25px;
    }
    .main__row svg{
        width: 130px;
        height: 130px;
    }
    .main__title{
        text-align: center;
        font-size: 46px;
        margin: 0;
    }
    .main__right{
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 123px;
        padding: 30px 40px 40px 40px;
    }
    .main__right svg{
        flex-shrink: 0;
        margin: 0;
    }
    .main__right-text{
        max-width: 270px;
    }

    .section{
        padding: 70px 0;
    }
    .info__item{
        display: block;
    }
    .info__item-img{
        margin-bottom: 20px;
    }
    .experience .title{
        max-width: 100%;
        margin-bottom: 60px;
    }
    .experience__content{
        gap: 0 72px;
    }
    .experience__img svg{
        width: 300px;
        height: 242px;
    }


    .topBlock{
        padding: 200px 0 80px 0;
    }
    .block .main__title{
        font-size: 34px;
        text-align: left;
        margin-bottom: 30px;
    }
    .block__right svg{
        width: 250px;
        height: 250px;
    }
    .block .container{
        gap: 40px 30px;
    }
    .block p{
        max-width: 379px;
    }
    .aboutSection__img{
        max-width: 250px;
    }
    .aboutSection__text{
        max-width: 386px;
    }
    .aboutSection .title__item{
        font-size: 30px;
    }
    .aboutSection .title{
        margin-bottom: 30px;
    }
    .aboutSection p br{
        display: none;
    }
    .supportOrder__form{
        max-width: 329px;
    }
    .supportOrder .container{
        gap: 0 20px;
        align-items: flex-start;
    }
    .supportOrder .title{
        max-width: 280px;
        margin-bottom: 30px;
    }
    .supportOrder .title__item{
        font-size: 30px;
    }

    .connect .title{
        max-width: 380px;
    }
    .connect .title__item{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .connect .row{
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0;
    }
    .connect__item-img{
        width: 125px;
        display: flex;
        justify-content: center;
    }
    .connect__item-text{
        max-width: 320px;
    }

}
@media (max-width:991px){

}
@media (max-width:833px){


}
@media (max-width:767px){
    .container{
        padding: 0 55px;
    }
    .header{
        background: rgba(110, 58, 219, 0.95);
        padding: 15px 0;
    }
    .header__container{
        background: none;
        padding: 0;
    }
    .header__contacts{
        display: none;
    }
    .header .header__btn{
        display: none;
    }
    .nav{
        height: calc(100vh - 80px);
    }
    .nav .header__right{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 0 0 0;
        margin-top: 60px;
        border-top: 1px solid #6b38d7;
    }
    .nav .header__right .header__btn{
        display: flex;
    }
    .nav .header__contacts{
        display: block;
    }
    .nav ul{
        gap: 40px 0;
    }
    .nav ul li{
        width: 100%;
    }
    .nav ul li a{
        display: block;
        font-size: 48px;
        line-height: 1.25;
        padding: 0;
        background: none;
    }


    .main{
        padding: 127px 0 36px 0;
        overflow: hidden;
    }
    .main__row{
        gap: 0 6px;
        margin-bottom: 15px;
    }
    .main__row svg{
        width: 103px;
        height: 103px;
    }
    .main__title{
        font-size: 34px;
        margin: 0 -55px;
        padding: 0 32px;
    }
    .main__right{
        margin-top: 34px;
        flex-direction: column;
        align-items: flex-start;
        gap: 17px 0;
        padding: 40px;
    }
    .main__right svg{
        width: 120px;
        height: 120px;
    }
    .main__right-text{
        max-width: 100%;
    }
    .section{
        padding: 60px 0;
    }
    .title__item{
        font-size: 30px;
    }
    .row{
        grid-template-columns: repeat(1, 1fr);
    }
    .experience .title{
        margin-bottom: 40px;
    }
    .experience__content{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px 0;
    }
    .copyright , .footer__nav{
        display: none;
    }
    .footer .container{
        justify-content: center;
    }

    .topBlock{
        padding: 140px 0 60px 0;
    }
    .block .main__title{
        margin: 0 0 40px 0;
        padding: 0;
    }
    .block .container{
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .block__xs{
        display: block;
        margin-top: 40px;
    }
    .block__left p{
        display: none;
    }
    .aboutSection .title{
        margin-bottom: 40px;
    }
    .aboutSection .title__item br{
        display: none;
    }
    .aboutSection__text{
        max-width: 100%;
    }
    .aboutSection__text img{
        max-width: 250px;
        margin-bottom: 40px;
    }
    .aboutSection__text p br{
        display: none;
    }
    .supportOrder .container{
        display: block;
    }
    .supportOrder__left{
        max-width: 100%;
        margin-bottom: 40px;
    }
    .connect__item-img{
        width: 100px;
        max-width: 100px;
    }
    .connect__item-img svg{
        width: 100px;
        height: 100px;
    }
    .questions__item{
        flex-direction: column;
        align-items: flex-start;
        gap: 30px 0;
    }
}
@media (max-width: 600px) {

}
@media (max-width: 389px) {
    .container{
        padding: 0 15px;
    }
}