@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1400px) {
    .sf-menu >li>a{
        font-size: 12px;
    }
    #horizontal-multilevel-menu li:nth-last-child(2) li ul{
    right: 100%!important;
    left: unset;
}
    
}

@media screen and (max-width: 1200px) {
    .header-menu-wrap .logo-wrap .logo-text{
        display: none;
    }
    .head-menu{
        justify-content: space-between;
    }
    .head-menu a{
        font-size: 14px;
        padding: 5px;
    }
    .user-text input{
        width: 250px;
    }
    .logo-item-button{
        font-size: 16px;
    }
    
    .servise_section{
        height: 33%;
    }
}

@media screen and (max-width: 1080px) {
    header{
        display: none;
    }
    .footer-menu{
        display: none;
    }
    .sidebar-left-menu-wrap{
        padding: 25px 0px;
    }
     .user-text input{
        width: 200px;
    }
    
    .hideBreadcrumb  .showMore{
    float: left;
}
.hideBreadcrumb .bx-breadcrumb-item{
    display: none;
}

.hideBreadcrumb .bx-breadcrumb-item i{
    display: none;
}
.hideBreadcrumb div:nth-last-child(2){
    display: block!important;
}

.hideBreadcrumb .showMore{
    float: left;
    display: flex!important;
    font-weight: bold;
    align-items: center;
}

.hideBreadcrumb .showMore i{
    display: block;
    font-size: 20px;
    color: #000;
/*    font-weight: bold;*/
    padding-left: 10px ;
}
    .hideBreadcrumb .showMore a{
        text-decoration: none!important;
        border-bottom: none!important;
    }
.bx-breadcrumb .showMore{
    display: none;
}
.bx-breadcrumb .hideBreadcrumb .showMore{
    display: block;
}
  .header-number{
        font-size: 1.35em;
    }
    .adaptive-table {
        overflow: scroll;
        width: 100%;
    }
    .adaptive-table td:first-child {
        border-left: 1px solid white;
    }
    .article-content {
        padding-right: 15px;
    }

        
}

@media screen and (max-width: 960px) {
    .img-slider{
        display: none;
    }
    .slider-text-wrap .title-wrap{
        justify-content: center!important;
        align-items: center!important;
        min-height: 300px;
    }
    .slider-text-wrap p{
        text-align: center!important;
    }
    .header-wrap .footer-icons ul{
        display: flex;
        justify-content: center;
    }
    .title-wrap{
        max-width: 100%;
    }
    
    h1{
        font-size: 2em;
    }
    .fetures-item{
        width: 33%;
        
    }
    
    .user-question{
        padding: 0;
    }
    .fetures-item:nth-child(3){
        border-width: 0px;
    }
    .fetures-item:nth-child(4){
        width: 50%;
        border-width: 1px 1px 0 0;
    }
    .fetures-item:nth-child(5){
        width: 50%;
       border-width: 1px 0 0 0;
    }
    .spravki-list ul{
        column-count: 2;
    }
    .section-service .service-list{
        padding: 25px 40px;
    }
  
    #body__inner{
     margin-top: 56px;   
    }
    
    .search-wrap{
    padding-top: 10px;
    padding-bottom: 10px 
    }
    
    .slow_eyes_mode_wrap{
        text-align: right;
    }
}

@media screen and (max-width: 900px) {
    .bx-breadcrumb .bx-breadcrumb-item {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .slow_eyes_mode_wrap{
        display: none;
    }
    .header-wrap .footer-icons ul{
        justify-content: flex-end;
    }
    
    .img-circle{
        top: 0px;
        padding-bottom: 20px;
    }
    .director-section h3{
        text-align: center;
    }
    .director-type{
        font-size: 12px;
        text-align: center;
    }
    .director-clients{
        font-size: 13px!important;
    }
    .service-wrap div{
       margin-bottom: 8px;
    }
    

}

@media screen and (max-width: 640px) {
    

    h1{
        font-size: 1.5em;
    }
}

@media screen and (max-width: 560px) {
    .article-content table img{
        margin: 0px;
    }
    .feature .row>div a{
        border-bottom: solid 1px #ddd;
        margin: 0px;
        padding: 10px;
    }
    .feature .row>div:nth-child(even) a{
/*        flex-direction: row-reverse;*/
        background: #0088cc;
    }
    
    .feature .row>div:nth-child(even) a .feature-box-icon{
        background: #fff;
        color:  #0088cc;
    }
    
    .feature .row>div:nth-child(even) a .title{
        color: #fff;
    }
    .feature-box .feature-box-info{
        padding: 0 20px;
    }
    .header-wrap .info-text{
        display: flex;
        justify-content: space-between;
    }
    .header-wrap .footer-icons ul{
        justify-content: center;
    }
    .spratabs-wrap{
        font-size: 0.9em;
        line-height: 1.7;
    }
    
    .section-spravki .btn-wrap .btn{
        font-size: 0.8em;
    
}
    .user-text{
        flex-direction: column;
        padding: 10px 0;
    }
    .user-text input{
        width: 100%;
        border-radius: 5px!important;
        border: solid 1px #ddd!important;
        
    }

}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 440px) {
    .logo-title{
        font-size: 1em;
    }
    
    h1{
        font-size: 1.2em;
    }
}

@media screen and (max-width: 380px) {
 
}