*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #fff;
    padding: 0;
    margin: 0;
    background-color: #212121;
}

button, a {
    cursor: pointer;
}

a{
    text-decoration: none;
    color: #fff;
    display: block;
}
img{
    width: 100%;
}
input[name="surname"] {
    display: block;
    width: 2px;
    height: 2px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: 0.01;
}

.container {
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.header_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header{
    padding: 25px 0;
    background: #2E2E2E;
}

.header_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.header_btn{
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
font-size: 16px;
background: #FFB701;
padding: 17px 39px;
cursor: pointer;
}

.header_btn:hover{
    background: #DC9D00;
    color: #000000;
}

.tel{
    font-family: 'Jost';
    font-weight: 500;
    font-size: 26px;
}

.mailto {
    font-family: 'Jost';
    font-weight: 500;
    font-size: 26px;
    text-decoration: underline;
}

img{
    width: 100%;
}


.main{
    overflow-y: hidden;
    background-image: url(../img/1с.webp);
    background-repeat: no-repeat;
    background-position-x: 107%;
    background-size: contain;
    max-width: 1920px;
    margin: 0 auto;
}

.main_left{
    padding: 100px 0;
}
h1{
    margin: 0;
    font-weight: 900;
font-size: 64px;
text-transform: uppercase;
border-bottom: 2.4px solid #2E2E2E;
}


.main_subtitle{
    font-weight: 900;
font-size: 40px;
margin-top: 10px;
color: #FFB701;
text-transform: uppercase;
}
.main_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form{
    padding: 45px;
    background: #FFFFFF;
box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.07);
display: flex;
flex-direction: column;
align-items: center;
margin-top: 50px;
width: 68%;
}

.form form{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.form_title{
    font-weight: 900;
    font-size: 22px;
    color: #212121;
    text-align: center;
    text-transform: uppercase;
}

.form_subtitle{
    color: #212121;
    opacity: 0.8;
    font-weight: 400;
    text-align: center;
font-size: 20px;
margin-top: 10px;
}
.form_input{
    margin-top: 20px;
    background: #F6F6F6;
    padding: 13px 20px;
    font-weight: 400;
font-size: 18px;
color: #212121;
font-family: 'Inter';
border: none;
}

.form_input::placeholder{
    color: #B6B6B6;
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
}
input:active, input:focus {
    outline: none;
}
button:active, button:focus {
    outline: none;
}
  button::-moz-focus-inner {
    border: 0;
}
.label a{
    text-decoration: underline;
}
.form_button{
    margin-top: 20px;
    background: #FFB701;
    padding: 15px;
    text-align: center;
    color: #000000;
    font-weight: 700;
font-size: 20px;
border: none;
text-transform: uppercase;
}
.tel:hover{
color: #FFB701;
}
.form_button:hover{
    background: #DC9D00;
}

.service_item{
    width: 49%;
    margin-bottom: 30px;
    padding: 13px 17px;
    background: #2E2E2E;
box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.07);
display: flex;
justify-content: space-between;
}
.service_img{
    max-width: 56px;
}
.service_item_right{
    padding-top: 37px;
    padding-left: 33px;
    padding-bottom: 37px;
    display: flex;
    flex-direction: column;
}

.service_title{
    font-weight: 900;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
color: #FFFFFF;
}

.service_text{
    font-weight: 400;
font-size: 20px;
color: #FFFFFF;
}

.service_number{
    font-weight: 900;
font-size: 128px;
text-transform: uppercase;
color: #FFB701;
line-height: 128px;
display: flex;
align-items: end;
}
.service_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

h2{
    font-style: normal;
font-weight: 900;
font-size: 42px;
margin-bottom: 40px;
text-transform: uppercase;
}

.service{
    padding-top: 150px;
    padding-bottom: 150px;
}

.loader_text{
    font-weight: 400;
font-size: 20px;
padding: 8px 20px;
margin-bottom: 20px;
background: #2E2E2E;
}

.loader_text.active{
    background: #FFB701;
    color: #212121;
    position: relative;
}
.loader_text.active::before{
    content: ''; 
    position: absolute;
    right: -19px; bottom: 26%;
    transform: rotate(270deg);
    border: 10px solid transparent;
    border-top: 10px solid #FFB701; 
}
.loader_block{
    display: flex;
    justify-content: space-between;
}
.loader_center{
    width: 45%;
}

.loader_left{
    width: 25%;
}
.hide{
    display: none;
}

.loader_text.active .hide{
    display: block;
}
.loader_text.active .open{
    display: none;
}
.loader_open img{
    width: 24px;
}
.loader_text{
    position: relative;
}
.loader_open{
    position: absolute;
}

.loader_text_1 .loader_open{
    left: 142%;
    top: 150%;
}

.loader_text_2 .loader_open{
    left: 191%;
    top: 410%;
}

.loader_text_3 .loader_open{
    top: 162%;
    left: 243%;
}

.loader_text_4 .loader_open{
    top: 348%;
    left: 170%;
}

.loader_text_5 .loader_open{
    top: 158%;
    left: 179%;
}

.loader_text_6 .loader_open{
    left: 267%;
    top: -241%;
}

.loader_text_7 .loader_open{
    left: 257%;
    top: -255%;
}

.loader_text_7 .loader_open{
    left: 257%;
    top: -255%;
}

.loader_text_8 .loader_open{
    top: 153%;
    right: 211%;
}

.loader_text_9 .loader_open{
    top: 144%;
    right: 182%;
}

.loader_text_10 .loader_open{
    right: 151%;
    top: -130%;
}

.loader_text_11 .loader_open{
    top: -315%;
    right: 142%;
}

.loader_text_12 .loader_open{
    top: -312%;
    right: 165%;
}

.loader_text_13 .loader_open{
    top: -447%;
    right: 199%;
}

.loader_text_14 .loader_open{
    top: -296%;
    right: 154%;
}

.loader_text{
    cursor: pointer;
}
h2 span{
color: #FFB701;
}
.loader{
    margin-bottom: 150px;
}

.operating_item{
    background: #2E2E2E;
box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.07);
padding: 20px;
margin-bottom: 50px;
}
h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
}
.operating_text{
    font-weight: 400;
    font-size: 18px;
}
.operating_left{
    width: 50%;
}
.operating_right{
    width: 48%;
}
.operating_right .form_subtitle{
    text-transform: uppercase;
}
.operating{
    margin-bottom: 150px;
}
.operating_block{
    display: flex;
    justify-content: space-between;
}
.operating_right .form{
    margin: 0 auto;
    margin-top: 5px;
    z-index: 2;
   
}

body > section.operating > div > div > div.operating_left > div:nth-child(5){
    margin-bottom: 0;
}

.operating_right .form_subtitle{
    font-size: 20px;
}
.operating_right{
    position: relative;
    z-index: 2;
}
.operating .operating_right{
    position: sticky;
    top: 0;
    height: auto;
    max-height: 500px;
}
.operating_right::after{
    content: '';
    background-image: url(../img/2.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    top: 5px;
    background-size: contain;
}
.engine_item{
margin-bottom: 30px;
background: #FFFFFF;
box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.07);
width: 32%;
padding: 50px;
}
.engine_block{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.engine_text{
    font-weight: 400;
font-size: 20px;
margin-top: 30px;
color: #212121;
}
.engine_text span{
    font-weight: 900;   
}
.engine_img{
    max-width: 300px;
    display: flex;
}

h4{
    font-weight: 900;
font-size: 20px;
color: #212121;
margin: 0;
margin-left: 20px;
text-transform: uppercase;
}
body > section.engine > div > div > div:nth-child(6) > div.engine_img > img{
    width: 24px;
}
.engine{
    margin-bottom: 150px;
}

.functional_block{
    display: flex;
    justify-content: space-between;
}
.functional_left{
    width: 45%;
    z-index: 2;
}
.functional_right{
    width: 49%;
}

.functional_info{
    font-weight: 400;
font-size: 20px;
margin-top: 15px;
display: none;
padding: 0 30px;
margin-bottom: 20px;
}
.functional_span{
    cursor: pointer;
}
.text_f{
    background: #2E2E2E;
    box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.07);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 19px 30px;
}
.functional_text{
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
}
.functional_item.active .functional_info{
display: block;
}
.functional_item.active .show{
    display: none;
}
.functional_item.active .hide{
    display: block;
}
.functional_right{
    position: relative;
}
.functional_right span{
    position: absolute;
    top: -180px;
    left: -20%;
}
.functional{
    margin-bottom: 150px;
}
.distributor h2{
    font-size: 38px;
    color: #212121;
}
.distributor{
    max-width: 1540px;
    margin: 0 auto;
    padding: 70px 100px;
    background: #FFFFFF;
}
.distributor_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.distributor_title{
    font-weight: 900;
font-size: 64px;
color: #212121;
text-transform: uppercase;
}
.distributor_text{
    font-weight: 400;
font-size: 24px;
text-transform: uppercase;
color: #212121;
}
.distributor_right{
    border-left: 1px solid #000;
   padding-left: 98px;
   width: 65%;
}
.distributor_left{
    width: 30%;
}
.leasing{
    margin: 150px 0;
}
.leasing h2{
    margin-bottom: 0;
}
.leasing_subtitle{
    margin-bottom: 40px;
    font-weight: 400;
font-size: 24px;
margin-top: 10px;
}
.leasing_block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.leasing_item{
    width: 32%;
    margin-bottom: 20px;
    background: #2E2E2E;
box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.07);
padding: 26px;
text-align: center;
font-weight: 900;
font-size: 28px;
text-transform: uppercase;
display: flex;
justify-content: center;
align-items: center;
}
.loader_text_2.active::before{
    bottom: 34%;
}
.loader_text_3.active::before{
    bottom: 34%;
}
.loader_text_4.active::before{
    bottom: 40%;
}
.loader_text_5.active::before{
    bottom: 40%;
}
.loader_text_6.active::before{
    bottom: 34%;
}
.loader_text_7.active::before{
    bottom: 34%;
}
.loader_text_8.active::before{
   right: auto;
   left: -19px;
   transform: rotate(90deg);
   bottom: 34%;
}

.loader_text_9.active::before{
    right: auto;
    left: -19px;
    transform: rotate(90deg);
    bottom: 34%;
 }
 .loader_text_10.active::before{
    right: auto;
    left: -19px;
    transform: rotate(90deg);
    bottom: 34%;
 }
 .loader_text_11.active::before{
    right: auto;
    left: -19px;
    transform: rotate(90deg);
    bottom: 24%;
 }

 .loader_text_12.active::before{
    right: auto;
    left: -19px;
    transform: rotate(90deg);
    bottom: 34%;
 }
 .loader_text_13.active::before{
    right: auto;
    left: -19px;
    transform: rotate(90deg);
    bottom: 24%;
 }

 .loader_text_14.active::before{
    right: auto;
    left: -19px;
    transform: rotate(90deg);
    bottom: 24%;
 }
.guarantee_block{
    display: flex;
    justify-content: space-between;
}
.guarantee_left{
    width: 50%;
    font-weight: 400;
font-size: 20px;
opacity: 0.8;
}
.guarantee_left span{
    font-weight: 900;
}
.guarantee_right{
    width: 47%;
}
.guarantee{
    margin-bottom: 150px;
}
.choice_block{
    display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.choice_item{
    margin-bottom: 20px;
    display: flex;
    width: 24%;
    align-items: center;
    padding: 23px;
    background: #FFFFFF;
}
.choice_item img{
    max-height: 49px;
}
.choice{
margin-bottom: 150px;
}

.pochta_block{
    display: flex;
    justify-content: space-between;
}
.pochta_img{
    width: 45.5%;
}

.pochta{
    margin-bottom: 150px;
}

.pochta_block .operating_right{
    width: 50%;
}

.footer{
    padding: 50px 0 35px 0;
    background: #2E2E2E;
}

.footer_info{
    margin-top: 30px;
}
.footer_info a{
text-decoration: none;
color: #FFFFFF;
display: block;
margin-bottom: 15px;
font-weight: 400;
font-size: 16px;
opacity: 0.8;
}
.footer_info p{
    margin: 0;
    font-weight: 400;
font-size: 16px;
margin-bottom: 15px;
opacity: 0.8;
}

.popup {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 100%;
    background: #2e2e2ec1;
}
.container_popup {
    max-width: 410px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 76px 30px 50px 30px;
    position: relative;
    background-color: #fff;
}

.close2{
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 20px;
}

.label{
    font-style: italic;
font-weight: 400;
font-size: 13px;
position: relative;
color: #252636;
padding-left: 30px;
}

.label a{
    text-decoration: underline;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #252636;
    display: inline;
}

.form_check1{
    display: flex;
    align-items: start;
    margin-top: 10px;
}
.custom-checkbox {
    position: absolute;
    opacity: 0;
}
.form_check1 .custom-checkbox+span::before {
    margin-top: 2px;
}
.custom-checkbox:checked+span::before {
    
    background: #FFFFFF;
border: 1px solid #FFB701;
    background-image: url(../img/v1.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.custom-checkbox+span::before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%;
}
.container_popup .form{
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0;
    box-shadow: none;
}

.popup-menu{
    display: none;
}


.polit{
    text-decoration: underline !important;
}
.main_right_mod{
    display: none;
}

@media(max-width:1919px) {
    section, header, footer{
        zoom: 0.9;
    }
}

@media(max-width:1719px) {
    section, header, footer{
        zoom: 0.8;
    }
}

@media(max-width:1530px) {
    section, header, footer{
        zoom: 0.7;
    }
}

@media(max-width:1340px) {
    section, header, footer{
        zoom: 0.6;
    }
}

@media(max-width:1160px) {
    section, header, footer{
        zoom: 0.55;
    }
}

@media(max-width:1060px) {
    section, header, footer{
        zoom: 1;
    }
    .container{
        padding: 0 20px;
    }
    .main{
        background-image: none;
    }
    .main_right_mod{
        display: block;
    }

    .main_block{
        width: 100%;
    }
    .main_left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h1{
        text-align: center;
    }

    .main_subtitle{
        text-align: center;
    }

    section{
        margin: 0 !important;
        padding: 50px 0 !important;
    }

    .service_number{
        font-size: 90px;
        line-height: 90px;
    }
    .loader{
        zoom: 0.7;
    }

    .operating_left{
        width: 100%;
        margin-bottom: 30px;
    }

    .operating_right{
        width: 100%;
    }

    .operating_block{
        flex-wrap: wrap;
    }

    .engine_item{
        width: 49%;
    }

    .functional_block{
        flex-wrap: wrap;
    }

    .functional_right{
        display: none;
    }

    .functional_left{
        width: 100%;
        margin-top: 30px;
    }

    .distributor_title{
        font-size: 40px;
    }

    .leasing_item{
        width: 49%;
    }
    .guarantee_block{
    flex-wrap: wrap;
    }
    .guarantee_left{
        width: 100%;
        margin-bottom: 30px;
    }

    .guarantee_left br{
        display: none;
    }

    .guarantee_right{
        width: 100%;
    }

    .choice_item{
        width: 49%;
    }

    .pochta_block .operating_right{
        margin-bottom: 30px;
        width: 100%;
    }
    .pochta_img{
        display: none;
    }
    .pochta_block{
        flex-wrap: wrap;
    }

    .header .header_info{
        flex-direction: column;
        align-items: flex-end;
    }

    .header .header_btn{
        order: 2;
        background-color: transparent;
        text-decoration: underline;
        color: #FFB701;
        text-align: right;
        padding: 0;
    }

    .header .tel{
        order: 1;
        margin-bottom: 10px;
    }

    .footer .header_block{
        flex-direction: column; 
        align-items: center;
    }

    .footer .header_info{
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .footer .header_btn{
        margin-bottom: 30px;
    }

    .footer_info{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width: 960px) {
    .loader {
        zoom: 0.55;
    }
}

.loader_left .loader_open{
    display: none;
}
.loader_center{
    position: relative;
}
.loader_center .loader_open{
    display: block;
}
.loader_open_1{
    top: 13%;
    left: 20%;
}
.loader_open_2{
    top: 50%;
    left: 40%;
}
.loader_open_3{
    top: 50%;
    left: 70%;
}

.loader_open_4{
    top: 85%;
    left: 33%;
}

.loader_open_5{
    top: 77%;
    left: 38%;
}
.loader_open_6{
    top: 46%;
    left: 87%;
}

.loader_open_7{
    top: 58%;
    left: 87%;
}

.loader_open_8{
    top: 17%;
    left: 40%;
}


.loader_open_9{
    top: 34%;
    left: 56%;
}

.loader_open_10{
    top: 14%;
    left: 70%;
}

.loader_open_11{
    top: 23%;
    left: 78%;
}

.loader_open_12{
    top: 18%;
    left: 66%;
}

.loader_open_13{
    top: 36%;
    left: 47%;
}

.loader_open_14{
    top: 43%;
    left: 70%;
}
.loader_open.active .open{ 
display: none;
}
.loader_open.active .hide{ 
    display: block;
}
@media(max-width: 920px) {
.loader_block{
    flex-wrap: wrap;
}
.loader_left{
    width: 100%;
    order: 2;
}
.loader_text br{
    display: none;
}
.loader_text.active::before{
    width: 0;
    border: none;
}
.loader_center{
    width: 100%;
    margin-bottom: 30px;
    order: 1;
}
.loader {
    zoom: 1;
}
}

@media(max-width: 770px) {
.form{
    width: 90%;
}
h2 br{
    display: none;
}
.service_item{
    width: 100%;
}

.engine_item{
    width: 100%;
}

.distributor_left{
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #000;

}
.distributor_item{
    flex-wrap: wrap;
    margin-bottom: 0;
}
.distributor_right{
    padding: 0;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    border: none;
    border-bottom: 1px solid #000;
}

h1{
    font-size: 44px;
}
.main_subtitle{
    font-size: 25px;
}
.main_left{
    padding-top: 0;
}
body > section.distributor > div > div > div:nth-child(2) > div.distributor_right{
    border-bottom: none;
}
}

@media(max-width: 560px) {
.header .header_img{
    width: 40%;
}
}
.loader_open{
    cursor: pointer;
}

@media(max-width: 480px) {
   .tel{
    font-size: 20px;
   }
   .header_btn{
    font-size: 13px;
   }
   h1{
    font-size: 32px;
  text-align: left;
   }
   .main_subtitle{
    font-size: 24px;
    text-align: left;
   }
   .form{
    width: 100%;
    margin-top: 25px;
    padding: 35px 10px;
   }
   .main_left{
    align-items: flex-start;
   }

   .form_title{
    font-size: 20px;
   }

   .form_subtitle{
    font-size: 16px;
   }

   .form_input{
    font-size: 16px;
    padding: 14px 20px;
   }

   .form_input::placeholder{
    font-size: 16px;
   }

   .form_button{
    font-size: 18px;
    padding: 15px 20px;
   }
   section {
    margin: 0 !important;
    padding: 20px 0 !important;
}
body > section.engine > div > div > div:nth-child(6){
    margin-bottom: 0;
}

h2{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.service_item_right{
    padding: 30px 0 30px 0px;
}
.service_title{
    font-size: 20px;
    margin-top: 20px;
}
.service_text{
    font-size: 16px;
}
.service_text br{
    display: none;
} 
.service_number{
    font-size: 60px;
    line-height: 60px;
}
h3{
    font-size: 20px;
}
.operating_text br{
    display: none;
}
.operating_item{
    margin-bottom: 20px;
}
.operating_text{
    font-size: 14px;
}
.engine_item{
    padding: 40px 30px;
}
.engine_text br{
    display: none;
}
.engine_text{
    font-size: 16px;
}
.functional_text{
    font-size: 18px;
}
.functional_info{
    font-size: 16px;
}
.functional_span img{
    width: 24px;
}
.text_f{
    padding: 16px;
}
.distributor h2{
    font-size: 28px;
}
.distributor_title{
    font-size: 22px;  
}
.distributor_text{
    font-size: 14px;
}
.distributor_left {
    padding-bottom: 15px;
    padding-top: 15px;
}
.distributor_right{
    padding-bottom: 15px;
    padding-top: 15px;
}
.leasing_subtitle{
    margin-bottom: 15px;
    font-size: 18px;
}
.leasing_item {
    width: 49%;
}
.leasing_item{
    font-size: 22px;
    font-size: 14px;
    padding: 26px 10px;
    text-align: center;
    margin-bottom: 10px;
}
.guarantee_left{
    font-size: 16px;
}
.choice_item{
    width: 49%;
    margin-bottom: 10px;
    padding: 15px 10px;
}
body > section.guarantee > div > div > div.guarantee_left > br:nth-child(6){
    display: block;
}
body > section.guarantee > div > div > div.guarantee_left > br:nth-child(7){
    display: block;
}
.footer_info p{
    text-align: center;
    font-size: 14px;
}
.footer_info a{
    text-align: center;
    font-size: 14px;
}
.container_popup{
    width: 95%;
}
.loader_text{
    font-size: 17px;
    margin-bottom: 10px;
}
.main_left{
    padding-bottom: 20px;
}
.engine_img{
    width: 80%;
}
body > section.leasing > div > h2{
    margin-top: 30px;
}
.leasing_block{
    margin-top: 25px;
}
body > section.pochta > div > div > div.operating_right > div > div.form_title > br:nth-child(2){
    display: none;
}
body > section.operating > div > h2 > span{
    display: block;
}

}

@media(max-width: 430px) {
  


   .form_input::placeholder{
    font-size: 16px;
   }

   .container{
    padding: 0 10px;
   }
 .header_btn{
    width: max-content;
 }
 .main_left{
    padding: 15px 0;
 }
 .loader {
    zoom: 1;
}
.header {
    padding: 15px 0;
}
.operating_right .form_subtitle {
    font-size: 18px;
}
}

@media(max-width: 360px) {
    .main_subtitle {
        text-align: left;
    }
    h1{
        font-size: 28px;
    }
    .main_subtitle{
        font-size: 20px;
    }
    .form_title {
        font-size: 16px;
    }
    .form_subtitle{
        font-size: 14px; 
    }
    .form_input::placeholder {
        font-size: 12px;
    }
    .form_button {
        font-size: 14px;
    }
    .form_input {
        font-size: 12px;
    }
    .tel {
        font-size: 16px;
    }
    .header_btn {
        font-size: 10px;
    }
    h2{
        font-size: 22px;
        margin-bottom: 10px;

    }
    .service_title {
        font-size: 18px;
        margin-top: 20px;
    }
    .service_text {
        font-size: 14px;
    }
    .service_number {
        font-size: 45px;
        line-height: 45px;
    }
    .loader_text {
        font-size: 12px;
    }
    h3 {
        font-size: 17px;
    }
    .operating_text {
        font-size: 12px;
    }
    .operating_right .form_subtitle {
        font-size: 14px;
    }
    .engine_text {
        font-size: 14px;
    }
    .engine_item {
        padding: 20px 20px;
        margin-bottom: 10px;
    }
    .functional_left{
        margin-bottom: 10px;
    }
    .functional_text {
        font-size: 14px;
    }
    .distributor h2 {
        font-size: 22px;
    }
    .distributor_title {
        font-size: 18px;
    }
    .distributor_text {
        font-size: 12px;
    }
    .leasing_subtitle {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .leasing_item{
        width: 100%;
    }
    .guarantee_left {
        font-size: 14px;
    }
    .choice_item{
        width: 100%;
    }
    .footer_info a {
        text-align: center;
        font-size: 12px;
    }
    .footer_info p {
        text-align: center;
        font-size: 12px;
    }
}

.popup-menu{
    zoom: 1;
}

/* submit */
.submit.loaded {
    background: grey;
}

/* modal */
.remodal {
    max-width: 450px;
    border-radius: 4px;
    /* text-align: left; */
}
[data-remodal-id="lead-modal"] h3 {
    text-align: center;
    margin-bottom: 12px;
}
[data-remodal-id="lead-modal"] h3.success {
    color: green;
}
[data-remodal-id="lead-modal"] h3.error {
    color: red;
}
[data-remodal-id="lead-modal"] h3.warning {
    color: orange;
}

.Politic_block {
    padding: 7px;
}

input[name="phone_2"] {
    display: none;
}

.inn-search-area-item {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
  
.inn-search-area-item:hover {
    background-color: #f5fafd;
}
  
.inn-search-area-item:active {
    background-color: #d4f0ff;
}

#inn-input-search-area {
    display: none;
    color: #000;
    background: #ffffff;
    border: 1px solid;
    border-radius: 4px;
    z-index: 1;
    top: 100%;
}
  
#inn-input-search-area.quiz {
    top: calc(100% - 10px);
}
  
#inn-input-search-area3 {
    background: #ffffff;
    border: 1px solid;
    border-radius: 4px;
    z-index: 1;
    margin-top: 50px;
}

#inn-input {
    width: 100%;
}

.footer_info {
    display: flex;
    justify-content: space-between;
}
.footer_logo_fiji {
    width: 210px;
}