<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*STYLES for mobiles*/

.dates_mob{
    background-color: #07429E;
    text-align: center;
    padding: 5px 15px;
}
.headerul_mob .tel_mail {color: #fff; margin: 0 7px;}
.headerul_mob .tel_mail:hover {color: #69C4EF;}
.headerul_mob .tel_mail:hover i {background-color: var(#69C4EF);}
.headerul_mob .tel_mail i {
    font-size: 23px;
    border: 0 solid #000;
    padding: 7px;
}
.headerul_mob .btn-language {
    border: 1px solid #fff;
    padding: 0px;
    border-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px;
}


/*X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1400px) {

}   /*end 1400*/

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {

    .main_front {padding-right:5%;padding-left: 5%;}
    .list_categf1 li {padding: 0 12px;}

}   /*end 1200*/

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {

    .main_front {padding-right:0%;padding-left:0%;}
    .pad_as {padding: 0 7px;}
    .nav_ion .container {
        max-width: 770px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .lnk_01{padding: 9px;}
    /*.header .menu &gt; .menu-item &gt; span, .header .menu &gt; .menu-item &gt; a {padding: 0 5px;}*/
    .h2txt-1 {font-size: 40px !important;}
    .fsize {font-size: 14px;color: #000;}
    .tel_mail {margin: 0;padding: 0 5px;}
    .tel_mail i {
    font-size: 16px;
    border: 0 solid #000;
    padding: 0;
    color: #000;
    border-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px;
    }
    /*.tel_mail:hover span, .tel_mail:hover i {color: rgba(105, 196, 239, 1.0);}*/
    .tel_mail:hover span,
    .tel_mail:hover i {color: #07429E;}
    .tel_mail:hover i {background-color: transparent;}
    .logo_level {padding-bottom: 9px;padding-top: 9px;}
    .logo-769 {display: block;} /*for logo in toggle menu*/
    .slick-prev {
      background: transparent url(../images/prev-slick-xs.png) no-repeat 0 0 !important;
      left:-9px !important
    }
    .slick-next {
      background: transparent url(../images/next-slick-xs.png) no-repeat 0 0 !important;
      right:-9px !important;
    }
    .sec_client {padding: 0 20px;}
    .body_default {flex-direction: column; text-align: center;}
    .img_def {padding: 20px 0 0 0;}
    .btn-language {padding: 0px;}

}   /*end 992*/

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) { 

    .h2txt-1 {font-size: 33px !important;}
    #gone{display: none;}
    .pad_as {padding: 7px 15px;}
    .nav_abs {position: static !important; background-color: #07429E !important;}
    .the-logo {padding: 0 30px;}
    .btn-language {
    border: 2px solid #000;
    width: 24px;
    height: 24px;
    padding: 0px;
    border-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px;
    }
    .lnk_01,.lnk_02 {
        padding: 7px 15px;
        font-size: 14px;
        line-height: 15px;
    }
    .section-title span.line {width: 275px;}
    .main_front {padding-right:15px;padding-left:15px;}
    h1, .hash2, .hash4, .hash5 {font-size: 25px;margin-bottom: 0px;}
    .supra_title {font-size: 16px;}
    .onecateg {margin-bottom: 20px;}
    /*.fsize {color: #fff;}*/
    .logo_level {flex-direction: column;}
    .headerul_mob .tel_mail {margin: 0 4px;}
    .pad_as {padding: 7px 0px;}



}   /*end 768*/

/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {

    .tels {text-align: center;}

}   /*end 576</pre></body></html>