.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width: 1800px) {
    html:not(.settings_active) {
        font-size: 20px !important;
    }
    .container{
        width: 1675px;
    }
}
@media screen and (max-width: 1800px) and (min-width: 1600px) {
    html:not(.settings_active) {
        font-size: 17px !important;
    }
    .container{
        width: 1424px;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1400px) {
    html:not(.settings_active) {
        font-size: 16px !important;
    }
    .container{
        width: 1340px;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
    html:not(.settings_active) {
        font-size: 15px !important;
    }
    .container{
        width: 1257px;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
    html:not(.settings_active) {
        font-size: 14px !important;
    }
    .container{
        width: 1173px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1150px) {
    html:not(.settings_active) {
        font-size: 13px !important;
    }
    .container{
        width: 1088px;
    }
}
@media screen and (max-width: 1150px) and (min-width: 1100px) {
    html:not(.settings_active) {
        font-size: 12px !important;
    }
    .container{
        width: 1005px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
    html:not(.settings_active) {
        font-size: 11px !important;
    }
    .container{
        width: 950px;
    }
}


@media screen and (min-width:992px) {
    .faq_item2:last-child{
        margin-bottom: 0;
    }
    /*header{*/
    /*    transition: all 0.35s;*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*}*/
    /*header.shadow .header_drop{*/
    /*    display: none!important;*/
    /*}*/
    header.white{
        background: white;
    }
    /*header.shadow{*/
    /*    background: white;*/
    /*    top: -4.3rem;*/
    /*}*/
    .reviews_row .slick-arrow:hover, #certificates .slick-arrow:hover{
        background-color: #548a97;
    }
    .my_right_pad{
        padding-right: 0.7rem;
    }
    #box-1{
        background-image: url("../img/box1_bg.jpg");
        background-size: cover;
        background-position: center center;
        overflow: hidden;
    }
    .news_item:hover .ab_img, .doctor_item:hover .doctor_item_img img{
        top: -1.5rem;
    }
    .box4_row .border_img16{
        height: 100%;
    }
}

@media screen and (max-width:992px) {
    body {
        padding-top: 4.8rem;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu_toggle {
        color: #ff3326;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 10.8rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .search--show{
        margin-right: 1.5rem;
    }
    .menu  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #ffffff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 2rem 15px;
        padding-bottom: 1rem;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
    }
    .menu a{
        margin: 0;
    }
    .header_top_left{
        margin-top: 2.5rem;
        padding-bottom: 2rem;
    }
    .header_top_left a{
        font-size: 1.1rem;
    }
    .menu > a{
        display: block;
        margin: 0;
        margin-bottom: 1.3rem;
        text-align: left;
        font-size: 1.1rem;
    }
    .header_flex {
        margin-top: 0;
        font-size: 1rem;
    }
    .socials a {
        margin-right: 0.4rem;
        font-size: 1.6rem;
        width: 3rem;
        height: 3rem;
    }
    .mob_menu_toggle{
        margin: 0!important;
    }
    .mob_menu_toggle img{
        width: 1.5rem;
        transition: all 0.35s;
    }
    .mob_menu_toggle .in_active, .mob_eye_toggle .in_active{
        display: none;
        width: 1.2rem;
        transition: all 0.35s;
    }
    .mob_menu_toggle.active .in_active, .mob_eye_toggle.factive .in_active{
        display: block;
    }
    .mob_menu_toggle.active .active, .mob_eye_toggle.factive .active{
        display: none;
    }
    .socials a:after{
        display: none;
    }
    .mob_eye_toggle img {
        width: 1.6rem;
    }
    .socials a.mob_eye_toggle{
        background: #000;
    }
    header{
        position: fixed;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        background: white;
    }
    .box1 {
        height: auto;
        padding-top: 3rem;
        display: block;
    }
    .box1_img {
        position: relative;
        width: 100%;
        margin-top: 2rem;
        padding-right: 0;
        margin-left: 0;
        margin-bottom: -1.4rem;
        right: 0;
        background-image: url("../img/mob_bg.jpg");
        background-size: cover;
        background-position: center center;
    }
    .box1_img_text {
        right: 0;
        bottom: unset;
        width: 11rem;
        top: 0;
    }
    #box-2{
        position: relative;
        z-index: 2;
    }
    .box1_btns{
        display: block;
    }
    .btn{
        height: 3.7rem!important;
        width: 100% !important;
        min-width: unset!important;
        font-size: 1.1rem!important;
        padding: 0!important;
    }
    .box1_btns .btn{
        margin: 0;
        margin-top: 0.5rem;
    }
    .box1_text br, .mob_br_none br, .user_name br{
        display: none;
    }
    .section_title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        letter-spacing: 0;
    }
    .box1_text p {
        font-size: 1.3rem;
        font-weight: 500;
        margin-bottom: 1.7rem;
    }
    .play {
        padding-left: 0.2rem;
        font-size: 1rem;
    }
    .box1_img .full {
        left: -6.5rem;
    }
    .user_name {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .user_name span {
        font-size: 1.9rem;
        margin-bottom: 0.2rem;
    }
    .title_row{
        flex-direction: column-reverse;
    }
    .section_tag {
        text-align: left;
        font-size: 1.1rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }
    .box1_text .section_title span{
        display: block;
    }
    .border_img, .border_img16{
        margin-bottom: 1.5rem;
    }
    .box2_bottom {
        margin-top: 0.6rem;
    }
    .box2_btns .btn{
        margin-top: 0.5rem;
    }
    .preim_item {
        height: 10rem;
    }
    .row_to_slide{
        width: 85%;
    }
    .row_to_slide .slick-list{
        overflow: unset;
    }
    .row_to_slide .slick-slide:not(.slick-active) a{
        pointer-events: none;
    }
    #box-3 {
        padding-top: 4rem;
    }
    .row_to_slide .service_img {
        height: 15.5rem;
    }
    .service_title {
        font-size: 1.45rem;
        margin-top: 1.2rem;
        margin-bottom: 1rem;
        min-height: 3.6rem;
    }
    .row_to_slide:after{
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 30px;
        content: "";
        background: white;
    }
    #box-4 {
        padding-top: 3.5rem;
    }
    .box4_tag {
        border-radius: 7px;
        font-weight: 500;
        font-size: 1rem;
        background: white;
        color: black;
        padding: 0.7rem 1rem;
        margin-bottom: 0.5rem;
    }
    .box4{
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    .box4_title br{
        display: none;
    }
    .box4_title {
        font-weight: 600;
        font-size: 1.35rem;
        margin-top: 1.3rem;
        margin-bottom: 1rem;
    }
    .box4_text {
        margin-bottom: 1.7rem;
    }
    #box-4 .border_img16{
        margin-bottom: 0;
        margin-top: 1rem;
        height: 14.5rem;
    }
    #box-5 {
        padding-top: 4rem;
    }
    .box5_img {
        height: 32rem;
        padding: 1.2rem;
    }
    .box5_link_title span {
        font-size: 1.45rem;
    }
    .box5_link p {
        font-size: 1.1rem;
        font-weight: 400;
        margin-top: 0.5rem;
    }
    .box5 .content {
        font-size: 1.1rem;
        padding-top: 1rem;
    }
    .box5_bottom {
        font-size: 1.25rem;
        margin-top: 1.1rem;
    }
    .box5{
        padding: 1.3rem;
        background-image: url("../img/box5_bg_mob.jpg");
    }
    .box5 .h_100{
        height: auto;
    }
    #box-6 {
        padding-top: 4rem;
    }
    .box5_top_text br{
        display: none;
    }
    .box6_item_title {
        font-size: 1.35rem;
    }
    #box-7 {
        padding-top: 3.2rem;
    }
    .news_item .ab_img, .doctor_item .doctor_item_img img {
        height: 100%;
    }
    .row_to_slide .doctor_item_img {
        height: 18rem;
    }
    .doctor_name {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
    #box-8 {
        padding-top: 4rem;
    }
    .faq_title img {
        width: 1.1rem;
    }
    .faq_title_left {
        width: calc(100% - 1.1rem);
        display: flex;
        align-items: center;
        font-size: 1.3rem;
        padding-right: 1rem;
    }
    .faq_title:hover{
        color: #325962;
    }
    #box-9 {
        padding-top: 3.3rem;
    }
    .news_item {
        padding: 1.2rem;
        height: 36rem;
    }
    .news_anons {
        font-size: 1rem;
        letter-spacing: 0;
    }
    .news_title {
        font-size: 1.2rem;
    }
    #box-9 .doctor_more_btn {
        margin-top: 0.8rem;
    }
    #box-10 {
        padding-top: 4rem;
    }
    #box-10 .section_title span{
        display: block;
    }
    #box-11 {
        padding-top: 4rem;
    }
    .box12_form {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    }
    #box-12 {
        margin-top: 4.5rem;
        padding: 0;
    }
    .form_text {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .form-control{
        font-size: 1rem;
    }
    .checks_title {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .check_row label {
        font-size: 1rem;
        height: 3.5rem;
        padding: 0 2rem;
    }
    .policy {
        font-size: 0.9rem;
    }
    .checks {
        margin-bottom: 0.6rem;
    }
    #box-13 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .map {
        height: 20rem;
        margin-bottom: 1.5rem;
    }
    .socials2 a {
        font-size: 2.4rem;
        margin-right: 1rem;
    }
    .cont_title img {
        width: 1.7rem;
        margin-right: 1rem;
    }
    .soc_bottom .btn{
        font-size: 1rem!important;
        width: 49%!important;
        padding: 0 1rem!important;
    }
    .socials_row .border_img {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
    .contacts {
        padding: 1.7rem;
    }
    .footer_sub_title {
        font-size: 1.1rem;
    }
    .footer_title {
        margin-bottom: 0.3rem;
    }
    .footer_row > .mob_full:not(:last-child){
        margin-bottom: 1rem;
    }
    footer .socials a {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }
    .footer_item{
        padding: 1.3rem;
    }
    .footer_contacts_bottom, .copy, .footer_menu_bottom{
        font-size: 1rem;
    }
    .footer_menu_row ul {
        font-weight: 600;
    }
    .page {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    .breadcrumbs {
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }
    .breadcrumbs ul li:after {
        margin: 0 0.3rem;
        margin-top: -0.2rem;
    }
    .content.big {
        font-weight: 600;
        font-size: 1.1rem;
        padding-right: 0;
        margin-bottom: 1.5rem;
    }
    .mob_border_img_top .border_img16{
        margin-bottom: 0;
        margin-top: 1rem;
    }
    .page_title_gr {
        margin-top: 2.8rem;
        padding: 1.7rem;
        margin-bottom: 0.8rem;
    }
    .about_mission_row .border_img16{
        margin-bottom: 0.8rem;
    }
    .missions {
        padding-top: 1.6rem;
    }
    .page #box-5 {
        padding-top: 3.5rem;
    }
    #certificates {
        padding-top: 4.1rem;
    }
    #certificates .title_row{
        flex-direction: column;
    }
    #certificates .title_row .section_title {
        margin-bottom: 0.8rem;
    }
    #certificates .title_row .section_tag{
        margin-bottom: 2.2rem;
    }
    #certificates .row_to_slide{
        width: 100%;
    }
    .cert_item {
        height: 20rem;
    }
    .page #box-7{
        padding-top: 3.5rem;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .service_page_row_text {
        padding-left: 0;
        padding-top: 0;
    }
    .service_page_row {
        margin-bottom: 2rem;
    }
    .service_img {
        height: 18.5rem;
    }
    .services_row:not(.row_to_slide) .service_title{
        min-height: unset;
    }
    .service_page_gr_box {
        margin-top: 3rem;
    }
    .service_gr_content .section_title br{
        display: none;
    }
    .service_gr_content .section_title{
        font-size: 1.8rem;
    }
    .service_page_info_title {
        font-size: 1.55rem;
        margin-bottom: 0.7rem;
    }
    .service_page_info {
        margin-bottom: 1.3rem;
        margin-top: 1.6rem;
    }
    .service_page_row2{
        padding-top: 1rem;
    }
    .service_price {
        padding: 1.7rem;
        margin-top: 4rem;
    }
    .service_price_item ul {
        font-size: 1rem;
    }
    .service_price_item ul li span:first-child{
        width: 50%;
    }
    .service_price_item_title {
        font-size: 1.3rem;
    }
    .page .box6_row .mb_30:last-child{
        margin-bottom: 0;
    }
    .doctors_gallery_row .col-md-6{
        display: flex;
        justify-content: space-between;
    }
    .dg_item{
        width: 100%;
        border-radius: 10px;
        height: auto;
    }
    .dg_item.sm{
        width: calc(50% - 4px);
        height: 10rem;
    }
    .content.big2 {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 1.7rem;
    }
    .mob_span_block span{
        display: block;
    }
    .doctors_page .doctors_row {
        margin-top: 4rem;
    }
    .doctor_item_img {
        height: 21.5rem;
    }
    .doctors_page .doctors_row .mb_30:last-child{
        margin-bottom: 0;
    }
    .cont_text{
        font-size: 1rem;
    }
    .doctor_item_page_info {
        padding-left: 0;
    }
    .content li{
        margin-bottom: 0.3rem;
    }
    .dd_info_row .border_img16{
        margin: 0;
        margin-top: 1.5rem;
    }
    .dd_info_row {
        margin-top: 3.6rem;
    }
    #box-8 .box5_top_text {
        margin-bottom: 1.3rem;
    }
    .pac_img_row .mob_full:not(:first-child){
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .pac_img{
        margin: 0!important;
        border-radius: 7px;
    }
    .pac_img_row {
        padding-right: 0;
    }
    #pacient .border_img16{
        margin-bottom: 0;
        margin-top: 1.5rem;
    }
    .pac_text{
        height: auto;
        padding: 1.6rem;
    }
    .news_container {
        width: 100%;
    }
    .news_page_row .border_img16 {
        width: 100%;
    }
    .news_page_row .content {
        padding-left: 0;
        letter-spacing: 0;
    }
    .news_similars {
        padding-top: 3rem;
    }
    .news_similars .doctor_more_btn {
        margin-top: 0.5rem;
    }
    .new_center {
        padding-top: 0;
    }
    .header_drop {
        top: 100%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        padding: 20px 0;
        height: 200px;
    }
    .cc_items{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .settings_show body {
        padding-top: 250px;
    }
    .cc_title {
        font-size: 13px;
    }
    .cc_btns{
        justify-content: center;
    }
    .cc_btn{
        margin: 0 5px!important;
    }
    .cc_item{
        margin: 0;
        margin-bottom: 20px;
    }
    .cc_btn:not(:last-child) {
        margin-right: 0;
    }
    .cc1, .cc2{
        width: 50%;
    }
    .header_drop .header_top_btn:first-child {
        margin-right: 0;
        font-size: 13px;
        height: 40px;
        padding: 0 15px;
    }
    .cc4, .cc3{
        margin-bottom: 0;
    }
    .cc_btn{
        width: 40px;
        height: 40px;
    }
    .cc_btn img {
        width: 20px;
    }
    html.no_img .socials img{
        opacity: 1!important;
    }
    html.black_bg .mob_eye_toggle{
        background: grey!important;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.1rem;
    }
}
