



.gallery > .gallery__item > span{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px !important;
    font-weight: bold;
    color: black;
    line-height: initial;
    font-size: 14px;
    background: #ffffffbf;
    height: 40px;
    width: 100%;
    text-align: center;
}

.otzyvi_section {
    display: flex;
    flex-direction: row;
}

.otzyvi_block {
    width: 48%;
    margin: 0 1%;
}

@media screen and (max-width: 800px){
   .otzyvi_section {
        flex-direction: column;
    }

    .otzyvi_block {
        width: 100%;
        margin: 5px 0;
    } 
}


.footer_region {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer_region > ul{
        font-size: 24px;
    }

    .footer_region li{
        list-style-type: none;
        font-size: 16px;
    }

    .footer_region li > a{
        color: #383837;
    }
    .block_hide{
        display:none !important;
    }
    .container_button_block{
        display: flex;
        margin: 40px 0;
        flex-direction: row;
        justify-content: space-between;
    }
    @media screen and (max-width: 800px){
        .footer_region {
            flex-direction: column;
        }
    }




.block_btn{
    min-width: 150px;
    margin: 5px;
}


.kompoze_mobil{
    display: none;
}
@media screen and (max-width: 1000px){
    .kompoze_mobil{
        display: block;
    }
    .kompoze_deskop{
        display: none;
    }
}


.faq_form2{
    background: linear-gradient(180deg, #FFD422 0%, #FFC002 100%);
    border-radius: 5px;
    margin-left: 20px;
    padding: 20px;
}

@media screen and (max-width: 680px){
  .faq_form2{
      margin-left: 0;
  }

}




.plus-list__item2 {
    width: 48%;
    margin: 1%;
    position: relative;
    padding: 30px 20px;
    background: #FFFFFF;
    border-radius: 12px;
}

@media screen and (max-width: 991px){
    .plus-list__item2 {
        width: 48%;
        margin: 1%;
    }
}

@media screen and (max-width: 680px){
    .plus-list__item2 {
        width: 98%;
        margin: 1%;
    }
}



#obratnyi_zvonok_fade{      
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        background: #0000008f;
        left: 0;
        z-index: 9999;
        display: none;
    }

    .obratnyi_zvonok_body{
        position: fixed;
        width: 750px;
        height: 400px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fffffff0;
        border-radius: 10px;
        padding: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }


    .obratnyi_zvonok_body_img{
        width: 190px;
    }

    .obratnyi_zvonok_body_{
        width: 550px;
    }


    .obratnyi_zvonok_body > .obratnyi_zvonok_body_ > .close_btn{
        padding: 5px 20px;
        text-align: right;
        margin: 0;
    }

    .obratnyi_zvonok_body > .obratnyi_zvonok_body_ > .close_btn > #close_obratnyi_zvonok{
        cursor: pointer;
        font-size: 14px;
        color: #979797; 
    }
    .obratnyi_zvonok_body > .obratnyi_zvonok_body_ > .close_btn > #close_obratnyi_zvonok:hover{
        color: black;   
    }
    .obratnyi_zvonok_body > .obratnyi_zvonok_body_ > .close_btn > #close_obratnyi_zvonok > .close_o_z_x{
        font-size: 15px;
        font-weight: bold;
    }

    
    

    .obz_logo{
        text-align: center;
    }

    .obz_headers{
        text-align: center;
        font-size: 18px;
        margin-top: 20px !important;
        font-weight: bold;  
    }

    .obz_inputs{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .obz_inputs input, .obz_inputs label{
        text-align: center;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bold;
        width: 350px;
        margin: 10px 0 0 0;
    }
    .obz_inputs input::placeholder{
        font-weight: normal;    
    }
    

    .obz_headers2{
        font-size: 18px;
        margin: 10px auto;
        width: 450px;
        display: flex;
        text-align: center;
    }

    .obz_headers3{
        width: 350px;
        margin: auto;
        text-align: center;
        font-size: 16px;
    }

    .btn_obz{
        margin: 10px auto;
        width: 350px;
    }

    .btn_obz button{
        width: 100%;
        border-radius: unset;
        background: #23293a;
    }
    #obratnyi_zvonok_fade_response{
        margin: 0;
        text-align: center;
    }
    .obz_headers_close_p{
        text-align: center;
        cursor: pointer;
        font-weight: bold;
    }




    .block_moscov__{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }







    @media screen and (max-width: 720px){
        .obratnyi_zvonok_body {
            width: 100%;
        }
        .obratnyi_zvonok_body_img{
            display: none;
        }
        .obratnyi_zvonok_body_ {
            width: 100%;
        }
        .obz_headers2 {
            width: 100%;
            display: block;
        }
        .obz_inputs input, .obz_inputs label {
            width: 100%;
        }
        .btn_obz {
            width: 100%;
        }

    }  