@media (max-width:1199px) {
    
   
    
}

@media (max-width:991px) {
    
   
    .right-b .tits, .left-b .tits {
        margin-top: 15px;
    }
    
   .colum {
        display: flex;
        flex-direction: column;
    }
    .colum > .cent-b {
        order:1;  
       
    }
    .colum > .left-b {
        order:2;
        width: 100%;
    }
    
    .colum > .right-b {
        order:3;
        width: 100%;
    }
    
}
@media (max-width:767px) {
   
   .nav-toggle {
		top: 10px !important;
		
	}
    .tabs-header {
        text-align: center;
    }
    .kont {
        text-align: left;
        padding-top: 15px;
    }
   
    footer {
        text-align: center;
        background:#353E43 
    }
    .foot-menu {
        padding:0;
        margin:0
    }
    
    .tabs-header .fon {   
        position: absolute;
        top:0; bottom: 0;
        left:0; right: 0;
        background: rgba(255,255,255,0.5);
        z-index: 2;
    }
    
    .order_btn {    
        float: left;   
    }
 
   
}
@media (max-width:600px) {
    .col-xxs-24 {
        display:block;
        float:none;
        width: 100%;
    }
   
    footer {
        text-align: center;
    }
    
   
    .alignleft, .alignright {
        float:none;
        margin:15px auto;
        display: block;
    }
   
}

@media (max-width:400px) {
   
}