/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.main_menu ul li {
    margin-right: 0px;
	}
	.main_menu ul li a {
    padding: 10px;
	}
	.bottom_menu ul li {
    	margin-right: 0px;
	}
    .hr_right_main_box {
    width: 100%;    
    display: inline-block;
    }
	.left_box_foot, .center_box_foot, .right_box_food {
		text-align: center;		
	}
	.slide_zagh2 {
    position: static;
	}
	.slide_kol img {
    object-fit: cover;
    width: 25%;
    height: 280px;
    position: relative;
    left: 68px;
    z-index: 1002;
    transition: all 0.25s;
	}
	.sl_zag_kol, .sl_desc_kol, .a_kol {
    padding: 0 0px;    
    margin: 15px 0 0 36%;     
	}
    .doctor_photo {
        text-align: center;        
    }
    .doctor_text {
    margin-right: 0;
    }
    .doctor_text h2 {
    margin: 0;
    }
    .cert_photo {    
    margin-right: 0;
    }
    table {
    width: 100%;
    }    
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .slider_container {
    display: none;
    } 
    .wraper_articles {
        display: none;        
    }   
    .yandex_map_main, #ya_zagh {
        display: none;        
    }
    .license_wrapper {
    width: 200px; 
    }
    .text {
    top: 15%;
    }
    .text h3 {    
    font-size: 30px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.main_menu ul li {    
    display: block;
	}
	.slide_kol img {
    object-fit: cover;
    width: 28%;
    height: 200px;
    position: relative;
    left: 63px;
    z-index: 1002;
    transition: all 0.25s;
	}
	.sl_text_kol {
    position: absolute;
    bottom: 0px;
    background: rgba(174, 249, 255, 0.4);
    width: 100%;
    color: #333;   
    padding: 5px 0;
    text-transform: none;
    font-size: 19px;
    height: 220px;
    background-color: #fff;
    transition: all 0.25s;
	}
	.sl_zag_kol, .sl_desc_kol, .a_kol {
    padding: 0 10px;
    margin: 15px 0 0 42%;
	}
	.bottom_menu ul li {
    display: block;
	}
	.slide_zagh2 {
    font-size: 25px;
	}
    .text {
    top: 10%;
    }
    .text h3 {    
    font-size: 20px;    
    }
    .text p {
    font-size: 15px;
    }
    a.bt {    
    padding: 5px;
    }
}
@media only screen and (max-width : 450px) {
    .tel-box {
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        width: 100%;    
    }
    .tel-box__item {
        margin-right: 0;
        padding-right: 0;
        border: none;
        flex: 0 0 100%;        
    }
}




/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.main_zagh1 {
    font-size: 23px;
	}
	.main_zagh1, .main_zagh4, .main_zagh2 {
    padding-left: 0px;    
	}
	.slide_kol img {
    object-fit: cover;
    width: 37%;
    height: 164px;
    position: relative;
    left: 0;
    z-index: 1002;
    transition: all 0.25s;
	}
	.sl_text_kol {
    bottom: 0px;
    padding: 7px 0;   
    font-size: 15px;
    height: 181px;
    transition: all 0.25s;
	}
	.sl_zag_kol, .sl_desc_kol, .a_kol {
    padding: 0px 9px;
    margin: 7px 0 0 35%;
	}
	.sl_desc_kol {
    margin-top: 46px;
	}
	.a_kol {
    position: absolute;
    bottom: 0px;
	}
    #license_zagh {
        font-size: 19.5px;
    }
    .license_wrapper {
    width: 120px; 
    }
    .text {
    top: 2%;
    }
    .text h3 {    
    font-size: 25px;
    }
    .text p {
    font-size: 12px;
    }
    a.bt {    
    padding: 5px;
    }



}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}