/*
 * Theme name: pavlenko
 * Author: walltak
 * Version: 1.0
 */

a, button, input, select, textarea, form{
    outline: none;
}
a, button, label{
    transition: .2s ease;
    text-decoration: none;
}
body a:hover{
    color: #A5674A;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #A5674A; 
}


body {
    font-weight: 400;
    background: #0E0E0E;
}

.stateysbtns .elementor-post__read-more{
    border: 2px solid!important;
    padding: 16px 45px!important;
    margin-top: 40px!important;
    display: flex!important;
    width: fit-content!important;
}
.stateysbtns .elementor-post__read-more:hover{
    background: #fff!important;
    color: #000!important;
    border-color: #fff!important;
}

.formimpopuse{
    margin-top: 25px;
    margin-bottom: 20px;
}
.formimpopuse form{
    max-width: 450px;
    margin: 0 auto;
}
.formimpopuse .input_footer{
    border: 2px solid #1c1c1c;
    height: 55px;
    padding: 10px 20px;
    width: 100%;
    font-size: 18px;
    color: #000000;
}
.formimpopuse .input_footer::placeholder{
    color: #1c1c1c;
}
.formimpopuse p{
    margin: 0!important;
}
.formimpopuse .sand_form_conts{
    background: #1c1c1c!important;
    border-color: #1c1c1c!important;
    color: #fff!important;
    width: 100%!important;
    transition: .2s ease;
}
.formimpopuse .sand_form_conts:hover{
    background: transparent!important;
    border-color: #1c1c1c!important;
    color: #1c1c1c!important;
}
.formimpopuse .wpcf7-response-output{
    margin: 0!important;
}
.boxfieldform{
    margin-bottom: 15px;
}
.boxbtnorm{

}



@media (min-width: 991px) and (max-width: 1400px){

}

@media (max-width: 1200px){
    .order_header_one{
        order: 1!important;
    }
    .order_header_two{
        order: 3!important;
    }
    .order_header_thre{
        order: 2!important;
    }

}

@media (min-width: 991px){
    /***скрываем на пк****/
    .hide_peca{
        display: none!important;
    }
   

}

@media (max-width: 991px){
    /***скрываем на мобильном****/
    .hide_mobile{
        display: none!important;
    }


}

@media (max-width: 768px){

    .dropdwnses .e-n-menu-heading{
        flex-direction: column!important;
    }

}