/*Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    .politici {margin-top: 40px; text-align: center;}
    .himg_wrap {margin-top: 15px;}
}   /*end 992*/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    .txt_slide_1:before,
    .txt_slide_1:after{
    width:55px;
    height:5px;
    }
    .txt_slide_1 {font-size: 40px !important;line-height: 45px !important;}
    .logo_floor {padding: 15px 0;}
    .box_servicii {justify-content:unset; display: inline-block !important;  width: 100%;}
    .box_servicii li {width: 33%; display: inline-block; border: 1px solid var(--c-main);margin: 0 5px 9px;}
}   /*end 768*/
/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {
    .txt_slide_1:before,
    .txt_slide_1:after{
    width:40px;
    height:5px;
    }
    .txt_slide_1 {font-size:25px !important;line-height:30px !important;}
    .adr_head {
    border-bottom: 0px solid var(--c-main);
    padding: 9px 30px;
    background-color: transparent;
    }
    .tel_head,.adr_head, .orar {font-size: 14px;}
    .logo_floor {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
    }
    .a_logo {margin-bottom: 9px;}
    .box_servicii li {width: 45%;}
}   /*end 576*/