.mobile{
display:none;}
/*********************************************************************************************************************/
@media (max-width: 1160px){
    .top_section .inner{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .top_logo_text{
        display: none;
    }
}
/*********************************************************************************************************************/
@media (max-width: 1100px){
    .photos_item{
        width: 33%!important;
    }
}
/*********************************************************************************************************************/
@media (max-width: 991px){
    .photos_item{
        width: 50%!important;
    }
    .aside{
        display: none;
    }
    .article{
        width: 100%!important;
    }
    .callback_form_wrapper{
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .advantages_section{
        display: none;
    }
}
/*********************************************************************************************************************/
@media (max-width: 970px){
    .top_schedule{
        display: none;
    }
    .menu_link{
        font-size: 18px!important;
    }
}
/*********************************************************************************************************************/
@media (max-width: 850px){
    .top_schedule{
        display: none;
    }
    .menu_link{
        font-size: 16px!important;
    }
    .callback_form{
        width: 98%!important;
    }
    .callback_notice{
        width: 98%!important;
    }
    .review_form{
        width: 98%!important;
    }
}
/*********************************************************************************************************************/
@media (max-width: 800px){
    .service_item{
        width: 33%!important;
    }
}
/*********************************************************************************************************************/
@media (max-width: 768px){

    .menu_section{
        display: none;
    }
    .mobile_menu_section{
        display: flex!important;
    }
    .top_section{
        display: none;
    }
}
/*********************************************************************************************************************/
@media (max-width: 600px){
    .callback_input_wrapper{
        width: 100%!important;
    }
    .item_title{
        height: 110px!important;
        font-size:18px!important;
    }
    <!--.item_text{
        height: 270px!important;-->
    }
    .product_image{
        width: 100%!important;
        margin: 0 0 15px 0!important;
    }
    .product_annotation{
        width: 100%!important;
    }
    .desktop{
     display:none;
    }
    .mobile{
    display:block;
    }
    }
/*********************************************************************************************************************/
@media (max-width: 480px){
    .slider_section{
        display: none;
    }
    .callback_form{
        padding: 20px!important;
    }
    .article > div{
        width: 100%!important;
    }
    .photos_item{
        width: 100%!important;
    }
    .review_form{
        width: 100%!important;
        padding: 30px 15px!important;
    }
    .service_item{
        width: 50%!important;
    }
}
/*********************************************************************************************************************/
@media (max-width: 375px){

    .callback_button {
      
        border: medium none;
        border-radius: 5px;
        box-sizing: border-box;
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        height: 52px;
        line-height: 20px;
        padding: 0 0 0 60px!important;
        text-align: center;
        text-decoration: none;
        width: 100%!important;
    }
    .services_slider_row,
    .reviews_slider_row,
    .doctors_slider_row {
        padding: 0 30px!important;
    }
    .services_item{
        padding: 0;
    }
    .item_title{
        font-size: 16px;
    }
    .doctor_item_image{
        margin: 0 20px 15px 26%!important;
    }
    .doctor_item_title{
        margin: 0 20px 15px 15%!important;

    }
    .doctor_item_text{
        height: 84px!important;
    }
}
/*********************************************************************************************************************/
@media (max-width: 320px){
    .item_title{
        font-size: 14px;
    }
    .item_title{
        font-size: 12px;
    }
}