@media screen and (max-width: 1300px){
    .main_descr-wrap__descr{
        margin-left: 30px;
    }
    .main_descr-wrap__photo{
        left: 0;
    }
}
@media screen and (max-width: 1120px){
    .header-wrap__nav{
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }
    .header-wrap{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1000px){
    .contact_info_top{
        flex-direction: column;
        align-items: flex-start;
    }
    .contact_info_title{
        margin-bottom: 20px;
    }
    .main_descr-wrap__descr{
        max-width: 500px;
    }
}
@media screen and (max-width: 920px){
    .contact_form{
        min-width: 1px;
        margin-right: 20px;
    }
    .main_descr-wrap__descr{
        max-width: 440px;
    }
    .main_descr-wrap__descr-links{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .main_descr-wrap__descr-link_contact{
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_descr-wrap__descr-link{
        margin: 25px 20px;
    }
}
@media screen and (max-width: 880px){
    .main_descr-wrap__descr{
        max-width: 350px;
    }
}
@media screen and (max-width: 820px){
    .contact_social_mob{
        display: flex;
        margin-top: 30px;
    } 
    .contact_social_mob .contact_social_link{
        margin-right: 20px;
    }
    .contact_social_deskop{
        display: none;
    }
}
@media screen and (max-width: 800px){
    .main_descr-wrap{
        flex-direction: column-reverse;
        align-items: center;
    }
    .main_descr-wrap__descr{
        max-width: 100%;
        margin: 0;
    }
    .main_descr-wrap__descr-link_contact{
        width: 322px;
        order: 2;
    }
    .main_descr-wrap__descr-link:last-child{
        order: 3;
    }
    .main_descr-wrap__descr-links{
        margin-bottom: 25px;
        align-items: center;
    }
    .main_descr-wrap__descr-text{
        padding-right: 0;
    }
    .main_descr-wrap__photo{
        max-width: 454px;
        width: 100%;
    }
    .main_descr-wrap__photo img{
        width: 100%;
    }
   
}
@media screen and (max-width: 780px){
    .solutions__list-item_circle::before,
    .solutions__list-item_circle::after{
        width: 100px;
    }
}
@media screen and (max-width: 700px){
    .contact__wrap{
        flex-direction: column-reverse;
        align-items: center;
    }
    .contact_form{
        margin-right: 0;
        margin-top: 40px;
    }
    .contact_form_label{
        flex-direction: column;
    }
    .form-input-half{
        max-width: 100%;
        margin-bottom: 20px;
    }
    .form-input-half:last-child{
        margin-bottom: 0;
    }
    .contact_info_wrap{
        padding: 20px;
    }
    .contact{
        padding: 50px 0 60px;
    }
    .contact_title{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 680px){
    .approach__wrap{
        flex-direction: column;
    }
    .approach_down_descr{
        margin-top: 65px;
    }
    .approach__wrap-item{
        max-width: 75%;
        padding: 20px;
    }
    .approach{
        padding-bottom: 50px;
        padding: 50px 0;
    }
    .approach_title{
        margin-bottom: 30px;
    }
    .approach__wrap_circle_none{
        display: flex;
    }
    .approach__wrap-item{
        margin-bottom: 10px;
    }

    .approach__wrap_circle{
        margin: 0;
        margin-bottom: 10px;
        transform: rotate(90deg);
    }
    .approach__wrap_circle_in::after,
    .approach__wrap_circle_in::before{
        display: none;
    }
    .approach__wrap-item:nth-child(9){
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 650px){
    .main_descr-wrap__descr-link_contact{
        order: 0;
        margin-bottom: 30px;
    }
    .main_descr-wrap__descr-link:last-child{
        order: 1;
    }
    .solutions__list-item_circle::before,
    .solutions__list-item_circle::after{
        width: 60px;
    }
    .main_descr-wrap__descr{
        align-items: center;
    }
    .main_descr-wrap__descr-link{
        margin: 0;
    }
    .main_descr-wrap__descr-title{
        text-align: center;
        font-size: 24px;
        margin-bottom: 25px;
    }
    .main_descr-wrap__descr-links{
        max-width: 200px;
        justify-content: space-around;
    }
    .main_descr-wrap__descr-text{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .header-wrap__info,
    .header-wrap__logo,
    .header-wrap__logo__main{
        width: 100%;
        justify-content: center;
    }
    .header-wrap{
        padding: 20px 0;
    }
    .header-wrap__info-item{
        margin-right: 10px;
    }
    .header-wrap__nav{
        display: none;
    }
    .header-wrap__info{
        margin-top: 25px;
    }
    .header_mob{
        position: absolute;
        right: 15px;
        top: 30px;
        z-index: 4;
        display: flex;
        flex-direction: column;
    }
    .header_mob.active{
        position: fixed; 
    }
    .header_mob_btn{
        margin: 3px 0;
    }
    
    .header_mob_btn,
    .header_mob_btn_top,
    .header_mob_btn_bot{
        width: 18px;
        height: 2px;
        display: block;
        background-color: #182153;
        position: relative;
        transition: 0.3s;
    }
    .header_mob_btn.color,
    .header_mob_btn_top.color,
    .header_mob_btn_bot.color{
        background-color: #fff;
    }
    .header_mob_btn_bot.active{
        transform: rotate(45deg);
        top: -2px
    }
    .header_mob_btn_top.active{
        transform: rotate(-45deg);
    }
    .header_mob_btn.hide{
        display: none;
    }
    .header_mob_wrap{
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 0;
        right: -100%;
        background-color: #353e99;
        width: 100%;
        transition: 0.3s;
        z-index: 3;
        height: 100vh;
    }
    .header_mob_wrap.active{
        right: 0%;
    }
    .header_mob_wrap__logo{
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        font-weight: 500;
        padding: 20px 0;
        text-transform: uppercase;
        font-size: 14px;
    }
    .header_mob_wrap__logo__main{
        color: #fff;
        margin-bottom: 5px;
        font-size: 20px;
    }
    .header_mob_wrap__logo-bold{
        margin-right: 5px;
        font-weight: 700;
        color: #fff;
        font-size: 20px;
    }
    .header_mob_wrap__nav{
        display: flex;
        flex-direction: column;
        padding: 30px 0;
        align-items: center;
    } 
    .header_mob_wrap__nav__nav-link{
        color: #fff;
        margin-right: 0;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .header_mob_wrap__nav__nav-link:last-child{
        margin-bottom: 0;
    }
    .header_mob_wrap__info{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        border-top: 1px solid #5d65ad;
        border-bottom: 1px solid #5d65ad;
        margin: 0 15px;
    }
    .header_mob_wrap__info-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .header_mob_wrap__info-item:last-child{
        margin: 0;
    }
    .header_mob_wrap__info-item a{
        display: block;
        color: #fff;
        font-weight: 500;
    }
    .header_mob_wrap__info_text{
        color: #a5aef8;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        display: block;
        font-size: 11px;
        font-weight: 600;
    }
    .header_mob_wrap__social{
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }
    .header_mob_wrap__social_link:nth-child(2){
        margin: 0 16px;
    }
    .header-wrap__logo-bold,
    .header-wrap__logo__main{
        font-size: 20px;
    }    
    .header-wrap__logo{
        font-size: 14px;
    }
    .header-wrap__info_text{
        font-size: 11px;
    }
    .header-wrap__info_text a{
        font-size: 12px;
    }
    .header_phone::after{
        width: 12px;
        height: 12px;
    }
    .header-wrap__info-item a{
        font-size: 12px;
    }
    .footer__copyright{
        font-size: 10px;
    }
    .footer__copyright{
        padding: 20px 0;
    }
}
@media screen and (max-width: 600px){
    .solutions__list-item_circle::before,
    .solutions__list-item_circle::after{
        display: none;
    }
    .solutions__list{
        flex-direction: column;
        align-items: center;
    }
    .solutions__list-item{
        max-width: 320px;
        margin-bottom: 50px;
    }
    .solutions__list-item:last-child{
        margin-bottom: 0;
    }

}
@media screen and (max-width: 500px){
.approach__wrap-item{
    max-width: 100%;
}
@media screen and (max-width: 450px){
    .main_descr-wrap__descr-links{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .main_descr-wrap__descr-link_contact{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}