@media  (min-width: 1200px) {
    .navigation_cell:hover::after{
        animation: link_border 0.2s ease-in-out;
        animation-fill-mode: forwards;
    }
    .form_row_files label:hover{
        border-style: solid;
    }
    .form_submit:hover{
        transform: scale(1.1);
    }
    .map_region:hover{
        background: rgba(161, 255, 233, 1);
    }
    .footer_link:hover{
        transform: scale(1.1);
    }
}
@media  (max-width: 1650px) {
    .container{
        padding: 0px 60px;
    }
    .header_main{
        margin-bottom: 40px;
    }
    .title_main{
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 48px;
    }
    .left__title{
        margin-bottom: 30px;
    }
    .title_sub{
        font-size: 24px;
        line-height: 32px;
    }
    .left__image>svg{
        width: 503px;
        height: 423px;
    }


}
@media  (max-width: 1490px) {
    .slider__images{
        max-width: 1200px;
    }
}

@media  (max-width: 1400px) {
    .header{
        padding: 30px 0px 30px 0px;
    }
    .logo{
        margin-right: 60px;
    }
    .navigation_link{
        font-size: 14px;
    }
    .form{
        max-width: 600px;
    }
    .form_input{
        max-width: 270px;
        height: 40px;
    }
    .form_textarea{
        max-width: 270px;
    }
    .form_row > .choices {
        width: 375px !important;
    }
    .selects_rows > .form_input{
        width: 200px;
    }
    .number_input{
        width: 193px;
    }
    .blocks__left{
        margin-right: 20px;
    }
    .how__cards{
        max-width: 900px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .how{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .how__cards>li:nth-child(1n){
        margin-right: 30px;
    }
    .how__cards>li:nth-child(2n){
        margin-right: 0;
    }
    .cards_card{
        margin-bottom: 30px;
    }
    .map_max{
        width: 657px;
        height: 602px;
    }
    .slider__images{
        max-width: 1000px;
    }
    .images__image{
        width: 300px !important;
        height: 200px;
        margin-right: 4px;
        margin-left: 4px;
    }
}

@media  (max-width: 1200px) {
    .header_content{
        flex-direction: row-reverse;
    }
    .logo{
        margin-right: 0;
    }
    .logo>a>svg{
        width: 67px;
        height: 41px;
    }
    .footer__logo>svg{
        width: 67px;
        height: 41px;
    }
    .logo>h2{
        font-size: 8px;
    }
    .burger{
        display: block;
    }
    .header_content__navigation{
        position: absolute;
        top: 60px;
        left: -10000px;
        padding: 5px 5px 5px 5px;
        border-radius: 10px;
        height: 200px;
    }
    .navigation{
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 20px 7px 20px 7px;
        box-sizing: border-box;
        border: 1px solid black;
        border-radius: 10px;
        background: white;
    }
    .navigation_cell:not(:last-child){
        margin-bottom: 5px;
    }
    .show_menu{
        left: -30px;
    }
    .change_icon>svg>path{
        d: path("M 4.7070312 3.2929688 L 3.2929688 4.7070312 L 10.585938 12 L 3.2929688 19.292969 L 4.7070312 20.707031 L 12 13.414062 L 19.292969 20.707031 L 20.707031 19.292969 L 13.414062 12 L 20.707031 4.7070312 L 19.292969 3.2929688 L 12 10.585938 L 4.7070312 3.2929688 z")
    }
    .banner__blocks{
        flex-direction: column;
    }
    .blocks__left{
        align-items: center;
        margin-bottom: 30px;
    }
    .blocks__right{
        align-items: center;
    }
    .form{
        align-self: center;
    }
    .left__image>svg{
        width: 573px;
        height: 488px;
    }
    .form{
        max-width: 700px;
    }
    .form_input{
        max-width: 350px;
        height: 40px;
    }
    .form_textarea{
        max-width: 350px;
    }
    .form_row > .choices {
        width: 450px !important;
    }
    .selects_rows > .form_input{
        width: 280px;
    }
    .number_input{
        width: 367px;
    }
    .blocks__left{
        margin-right: 0;
    }
    .map{
        flex-direction: column;
    }
    .map__left{
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .map__left>li{
        margin-bottom: 10px;
    }
    .map__right{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .images__image{
        width: 380px !important;
        height: 240px;
    }
    .slider__images>div>div>div>div{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        overflow: visible;
    }
    .slider__images{
        max-width: 900px;
    }
}
@media  (max-width: 1100px) {
    .slider__images{
        max-width: 800px;
    }
    .req_button{
        display: none;
    }
}
@media  (max-width: 1000px) {
    .header{
        padding: 20px 0px 20px 0px;
    }
    .map__left>li>h3{
        font-size: 14px;
    }
    .map_region{
        max-width: 300px;
    }
    .regmap_view{
        width: 90%;
    }
    .slider__images{
        max-width: 550px;
    }
    .images__image{
        width: 290px !important;
        height: 220px;
    }
}
@media  (max-width: 830px) {
    .how__cards > li:nth-child(n){
        margin-right: 10px;
    }
    .cards_card{
        flex-shrink: 1;
    }
    .slider__images{
        max-width: 500px;
    }
    .images__image{
        width: 250px !important;
        height: 180px;
    }
    .how{
        display: none;
    }
    .slider_wrap{
        display: flex;
    }
    .how__slider{
        max-width: 550px;
    }
}
@media  (max-width: 768px) {
    .req_open>h4{
        font-size: 12px;
    }
    .req_open{
        width: 160px;
        height: 30px;
    }
    .req_list>li>h5{
        align-items: center;
        text-align: center;
    }
    .logo>h2>tel{
            font-size: 6px;
        }
    .container{
        padding: 0px 10px 0px 10px;
    }
    .header{
        padding: 10px 0px 10px 0px;
    }
    .logo>a>svg{
        transform: scale(0.75);
    }
    .footer__logo>svg{
        transform: scale(0.75);
    }
    .burger>svg{
        transform: scale(0.8);
    }
    .header_content__navigation{
        top: 54px;
    }
    .show_menu{
        left: -10px;
    }
    .left__title{
        align-items: center;
    }
    .title_main{
        text-align: center;
        font-size: 36px;
    }
    .title_sub{
        font-size: 23px;
    }
    .left__image>svg{
        width: 533px;
        height: 443px;
    }
    .form{
        max-width: 600px;
        align-self: center;
    }
    .form_input{
        max-width: 288px;
        height: 40px;
    }
    .form_textarea{
        max-width: 288px;
    }
    .form_row > .choices {
        width: 375px !important;
    }
    .selects_rows > .form_input{
        width: 219px;
    }
    .number_input{
        width: 208px;
    }
    .form__titles{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .form_title{
        font-size: 23px;
    }
    .form_subtitle{
        font-size: 16px;
        text-align: center;
    }
    .form_label{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .tit{
        font-size: 14px;
    }
    .form_submit{
        font-size: 23px;
    }
    .header_main{
        margin-bottom: 40px;
    }

    .header__banner{
        margin-bottom: 40px;
    }
    .page_subtitle{
        font-size: 26px;
    }
    .page_subtitle_container{
        margin-bottom: 40px;
    }

    .cards_card{
        margin-bottom: 0;
    }

    .page_subtitle_container>.container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .map_max{
        display: none;
    }
    .footer{
        padding: 40px 0px 40px 0px;
    }
    .footer_link{
        width: 220px;
        font-size: 14px;
    }
    .map__left{
        justify-content: space-around;
    }
    .map_region{
        max-width: 250px;
    }
    .about_text{
        font-size: 14px;
        text-align: center;
        padding: 0px 10px;
        margin-bottom: 2px;
        margin-top: 2px;
    }
    .region_template_text>p{
        text-align: justify;
        margin-bottom: 7px;
        line-height: 1.4;
        font-size: 14px;

    }
    .region_description{
        padding: 0px 10px;
    }
    .regmap_signs{
        font-size: 12px;
    }
    .regmap_view{
        height: 400px;
    }
    .images__image{
        width: 400px !important;
        height: 265px;
    }
    .image__title{
        font-size: 12px;
    }
    .image__description{
        font-size: 11px;
    }
}
@media  (max-width: 620px) {
    .title_main{
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .title_decoration{
        width: 200px;
        height: 200px;
    }
    .title_sub{
        font-size: 15px;
    }
    .left__image>svg{
        width: 373px;
        height: 288px;
    }
    .form{
        max-width: 500px;
    }
    .form_row{
        flex-direction: column-reverse;
    }
    .form_row > .choices {
        width: 297px !important;
    }
    .form_label{
        text-align: center;
    }
    .values_selects{
        flex-direction: column-reverse;
        align-items: center;
    }
    .values_selects>label{
        order: 1;
    }
    .values_selects>.choices{
        order: 3;
    }
    .values_selects>input{
        order: 2;
    }
    .number_input{
        width: 108px;
        margin-bottom: 5px;
    }
    .values_selects > .choices {
        width: 70px !important;
    }
    .form_input{
        width: 420px;
    }
    .form_textarea{
        width: 420px;
    }
    .how__slider{
        max-width: 435px;
    }
    .cards_card{
        justify-content: center;
        align-items: center;
    }
    .card_number{
        font-size: 60px;
    }
    .page_subtitle{
        font-size: 23px;
    }
    .slider__images{
        max-width: 400px;
    }
    .images__image{
        width: 350px !important;
        height: 230px;
    }
    .map{
        margin-bottom: 40px;
    }
    .loginformmain>p>label{
        font-size: 12px;
    }
    .siteloginfield{
        font-size: 12px;
    }
}
@media  (max-width: 520px) {
    .map_min{
        width: 400px;
        height: 338px;
    }
    .header{
        margin-bottom: 40px;
    }
    .slider__images{
        max-width: 350px;
    }
    .images__image{
        width: 300px !important;
        height: 190px;
    }
    .no_big_margin_head{
        margin-bottom: 20px;
    }
}
@media  (max-width: 510px) {
    .how__slider{
        max-width: 345px;
    }
    .cards_card{
        max-width: 245px;
        padding: 10px 10px 10px 10px;
    }
    .region_description{
        padding: 0;
    }
    .region_template_text{
        margin-bottom: 20px;
    }
    .regmap_view{
        width: 100%;
    }
    .regmap_signs{
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        justify-content: space-between;
    }
    .signs_desc{
        margin-bottom: 5px;
    }
    .footer__content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer_left{
        margin-bottom: 8px;
    }
    .slider__images{
        max-width: 300px;
    }
    .images__image{
        width: 250px !important;
        height: 150px;
    }
}
@media  (max-width: 420px) {
    .form{
        max-width: 315px;
    }
    .number_input{
        width: 108px;
        margin-bottom: 5px;
    }
    .form_input{
        width: 300px;
    }
    .form_textarea{
        width: 300px;
    }
    .form_submit{
        width: 200px;
        height: 40;
        font-size: 18px;
    }
    .left__image>svg{
        width: 333px;
        height: 243px;
    }
    .header_main{
        margin-bottom: 30px;
    }
    .how__slider{
        max-width: 250px;
    }
    .cards_card{
        max-width: 200px;
        height: 310px;
    }
    .map_min{
        width: 320px;
        height: 258px;
    }
    .slider__images{
        max-width: 250px;
    }
    .images__image{
        width: 230px !important;
        height: 130px;
    }

}
@media  (max-width: 335px) {
    .how__slider{
        max-width: 220px;
    }
    .cards_card{
        max-width: 180px;
        height: 280px;
    }
    .slider_button{
        padding:0;
        margin: 0;
    }
    .left__image>svg{
        width: 313px;
        height: 223px;
    }
    .map_min{
        width: 300px;
        height: 238px;
    }
    .footer__logo{
        display: none;
    }
    .slider__images{
        max-width: 250px;
    }
    .images__image{
        width: 200px !important;
        height: 110px;
    }

}