.mob_block{
    display: none!important;
}
.logo object{
    pointer-events: none
}
body, html{
    overflow-x: hidden;
}
.images_row{
    margin-top: 3rem;
}
.gal_item{
    display: block;
    height: 18rem;
    background: black;
}
.gal_item:hover img{
    opacity: 0.6;
}
.gal_item img{
    transition: all 0.35s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width:1440px) {
    html{
        font-size: 16px!important;
    }
}

@media screen and (max-width:1440px) and (min-width:1300px) {
    html{
        font-size: 15px!important;
    }
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1200px) and (min-width:1200px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1200px) and (min-width:1100px) {
    html{
        font-size: 12px!important;
    }
}
@media screen and (max-width:1100px) and (min-width:992px) {
    html{
        font-size: 11px!important;
    }
}


@media screen and (min-width:992px) {
    .modal.programm_modal .modal__block{
        width: 37rem;
    }
   .ser1 .therapy_item_right_img {
        right: 2.7rem;
        top: 1.5rem;
        bottom: 0;
        width: 8.3rem;
    }
    .prod_item_long{
        padding: 1.2rem 1rem;
        box-shadow: 0px 4px 30px 0px transparent;
    }
    .prod_item_long:hover{
        box-shadow: 0px 4px 30px 0px rgba(235, 153, 110, 0.70);
    }
    .menu{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
    }
    .menu_item{
        position: relative;
        padding: 1rem 0;
        margin: 0 1.3rem;
    }
    .menu_drop{
        position: absolute;
        top: 150%;
        left: -2rem;
        background: #FFF;
        padding: 1.5rem 2rem;
        padding-top: 0;
        width: 15.3rem;
        border-radius: 10px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.25s;
        box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.25);
    }
    /*.menu_drop:after{*/
    /*    position: absolute;*/
    /*    top: 2rem;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    content: "";*/
    /*    box-shadow: 0px 13px 20px 0px rgba(0, 0, 0, 0.25);*/
    /*    border-radius: 10px;*/
    /*    border-top-left-radius: 0;*/
    /*    border-top-right-radius: 0;*/
    /*    pointer-events: none;*/
    /*}*/
    .menu_drop a{
        display: block;
        margin-top: 1.5rem;
    }
    .menu_item > a i{
        font-size: 0.6rem;
        margin-left: 0.2rem;
        transition: all 0.25s;
        position: relative;
        top: -0.1rem;
    }
    .menu_item:hover .menu_drop{
        opacity: 1;
        top: 100%;
        pointer-events: painted;
    }
    .menu_item:hover i{
        transform: rotate(-180deg);
        top: 0;
    }
    .therapy_item_long:hover .animate_arrow_box{
        left: -0.3rem;
    }
    .banner{
/*        background-image: url("../img/banner.jpg");*/
        background-size: 100% 100%;
        border-radius: 20px;
        border: 1px solid #FFF;
        padding: 2.3rem 2.4rem;
        min-height: 28.8rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }
}
.therapy_item_right_img object{
    width: 100%;
}
@media screen and (max-width:992px) {
    .red_banner{
        overflow: hidden;
        padding-bottom: 0;
    }
    .red_bg {
        position: relative;
        width: 112.2%;
        right: 1rem;
        margin-top: 1rem;
        line-height: 0;
    }
    #kaspii_red{
        padding-top: 3rem;
    }
    .red_icon{
       position: static;
        margin-bottom: 0.5rem;
        width: 7.813rem;
       
    }
    .page_spec_text{
        padding-top: 1rem;
    }
    .spec_certs {
        margin-top: 1rem;
        padding-bottom: 0rem;
    }
    .spec_certs_slider{
        width: 80%;
    }
    .modal.programm_modal .modal__block{
        top: 1rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .ser1 .therapy_item_right_img {
        right: 0.7rem;
        top: 1.6rem;
        bottom: 0;
        width: 8rem;
    }
    .service_page_img img {
        width: 100%;
        height: auto;
        object-fit: unset;
        display: block;
    }
    #body_main{
        padding-top: 15px;
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .header_right{
        position: fixed;
        right: 0;
        top: 0;
        /*display: block;*/
        background: white;
        width: 80%;
        padding: 1rem 15px;
        padding-top: 2.1rem;
        height: 100vh;
        /*overflow-y: auto;*/
        z-index: 10;
        /*transition: all 0.5s;*/
        display: none;
    }
    .header_right.factive{
        right: 0;
    }
    .header_right:after{
        position: absolute;
        right: 100%;
        width: 50%;
        top: 0;
        bottom: 0;
        content: "";
        background: rgba(0,0,0,0.5);
    }
    .menu_item > a{
        font-weight: 700;
        font-size: 1.4rem;
    }
    .menu_close{
        display: inline-block;
        margin-right: 1.4rem;
    }
    .menu_close img{
        width: 3.1rem;
        filter: brightness(0) invert(0);
    }
    .menu_item{
        margin-bottom: 2.1rem;
    }
    .menu_drop{
        display: none;
    }
    .menu_drop a {
        display: block;
        margin-top: 1.3rem;
    }
    .menu_item i {
        font-size: 0.9rem;
        margin-left: 0.35rem;
        position: relative;
        top: -1px;
        transition: all 0.25s;
    }
    .menu_item a.factive i{
        transform: rotate(-180deg);
        top: 0;
    }
    .header_right .btn{
        width: 100%;
    }
    header {
        padding: 0.7rem 15px;
    }
    .menu_btn{
        display: block;
        width: 3.5rem;
    }
    .slider_img_box{
        position: static;
        width: 20rem;
        margin: 0 auto;
    }
    .slider_control {
        position: static;
    }
    #box-1{
        padding-top: 2rem;
    }
    .slider_control_btns a {
        padding: 0.25rem 0.9rem;
        margin-right: 5px;
    }
    .slider_box {
        min-height: unset;
        display: block;
    }
    .slider_text {
        padding-top: 2.2rem;
    }
    .slider_text h2 {
        font-size: 1.9rem;
        margin: 0;
        line-height: 1.2;
        margin-bottom: 0.9rem;
    }
    #box-1 .slider_btns{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 5;
    }
    .slider_row > .mob_full{
        position: static;
    }
    .slider_item {
        padding-bottom: 0;
    }
    .slider_btns{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .link_btn{
        padding-right: 0;
    }
    .slider_btns .link_btn{
        margin: 0;
    }
    #bg1 {
        background-position: left 0 top -4.9rem;
        background-size: 125%;
    }
    .therapy_item_right_img {
        right: 0.6rem;
        top: 2.4rem;
        bottom: 0;
        width: 7.5rem;
    }
    .therapy_item_long {
        padding: 1.8rem;
    }
    .therapy_item_long .box_text{
        padding-right: 6.3rem;
    }
    .animate_arrow {
        width: 7.9rem;
    }
    .box_text {
        font-size: 1.1rem;
    }
    .box_text br{
        display: none;
    }
    .therapy_item_sm{
        display: block;
        text-align: center;
        padding: 1.3rem;
    }
    .cert_text {
        width: 100%;
        padding-left: 0;
        line-height: 1.4;
        font-size: 1.1rem;
    }
    .cert_icon, .wp_icon {
        width: 5rem;
        height: 5rem;
        margin: 0 auto;
        margin-bottom: 0.5rem;
    }
    .wp_icon{
        padding: 0.5rem;
    }
    .cert_icon img, .wp_icon img{
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    #therapy {
        padding-top: 3.5rem;
    }
    .white_shadow {
        box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15)!important;
    }
    .preim_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #box-4 {
        padding-top: 3.5rem;
    }
    .preim_item {
        padding: 1.5rem;
        box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.15);
    }
    .preim_icon {
        width: 3.888rem;
    }
    .preim_text {
        padding-top: 2.5rem;
    }
    #box-5 {
        padding-top: 2rem;
    }
    .banner{
        background-image: none!important;
        display: flex;
        flex-direction: column-reverse;
    }
    .banner_dots{
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        bottom: unset;
        border-radius: 20px;
        background-image: url(../img/mobile_banner.webp);
        background-size: 100% 100%;
        padding: 1.5rem;
        height: 25.1rem;
    }
    .banner_btns a {
        padding: 0.2rem 0.6rem;
        margin-right: 0;
        font-size: 1rem;
    }
    .banner_dot svg{
        width: 1.9rem;
        margin-left: 0.6rem;
    }
    .banner_dot span {
        padding-top: 0.1rem;
        font-size: 1.1rem;
    }
    .dot1 {
        left: 5%;
        top: 51.7%;
    }
    .dot2 {
        left: 31%;
        top: 35.6%;
    }
    .dot3 {
        right: unset;
        top: 19.6%;
        left: 5%;
        flex-direction: row-reverse;
    }
    .banner_flex{
        display: block;
    }
    .banner_text .content ul li {
        margin-bottom: 0.7rem;
    }
    .banner_text {
        font-size: 1.2rem;
        margin-top: 2.2rem;
    }
    .banner_flex .btn{
        width: 100%;
        margin-top: 1.5rem;
    }
    .btn {
        padding: 0.75rem 2rem;
        font-size: 1.25rem;
    }
    #bg2 {
       background-image: none;
    }
    .section_title {
        margin-bottom: 1.7rem;
        font-size: 1.7rem;
    }
    #box-6 .section_title {
        margin-bottom: 2rem;
    }
    .mob_step_num{
        color: #EB996E;
        font-family: MursGothic, sans-serif;
        font-size: 2.5rem;
    }
    .step_item{
        padding: 0!important;
        text-align: left!important;
    }
    .step_title {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
    .step_item p{
        line-height: 1.4;
    }
    .step_item p br{
        display: none;
    }
    #bg3 {
        background-position: left 0 top -19.5rem;
        background-size: 155%;
    }
    #box-6 {
        padding-top: 3.5rem;
    }
    .specialist_slider{
        width: 80%;
    }
    .specialist_text p {
        font-size: 14px;
    }
    .specialist_text h4 span {
        font-size: 1.2rem;
    }
    .specialist_text h4{
        font-size: 1.4rem;
    }
    .specialist_item {
        height: 28rem;
    }
    #box-7 {
        padding-top: 2rem;
    }
    #box-8 {
        padding-top: 4.5rem;
    }
    .cat_menu_icon {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 0.3rem;
    }
    .cat_menu_item {
        padding: 0.275rem 0.45rem;
        margin-right: 0.4rem;
        margin-bottom: 0.75rem;
    }
    .prod_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .prod_img {
        height: 24rem;
        background-size: 20.5rem;
    }
    .prod_btns .btn {
        width: 86%;
        padding: 0.75rem;
    }
    .prod_item h4 {
        font-size: 1.45rem;
    }
    #box-9 {
        padding-top: 2.9rem;
    }
    .rev_slider{
        width: 80%;
    }
    .rev_item .content * {
        line-height: 1.4;
    }
    .rev_title {
        font-size: 1.45rem;
    }
    .rev_item{
        opacity: 1!important;
    }
    .main_form_row .col-md-6.pl-0{
        display: none;
    }
    #main_form {
        padding-top: 0.7rem;
    }
    .main_form_title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.8rem;
        line-height: 1.1;
    }

    .main_form_text {
        padding-right: 0;
    }
    .form-control {
        padding: 0.81rem 1.2rem;
        font-size: 1.2rem;
    }
    .main_form_box {
        padding: 1.8rem 2.2rem;
    }
    .map {
        height: 30rem;
        margin-bottom: 2rem;
    }
    .cont_title {
        font-size: 1.35rem;
        margin-bottom: 0.3rem;
    }
    .mob_50{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_logo {
        width: 13.013rem;
        margin-bottom: 0;
    }
    .footer_bottom{
        position: relative;
    }

    .footer_bottom a {
        position: absolute;
        left: 0;
        top: -3.1rem;
    }
    #contacts {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background-image: none;
    }
    .page {
        padding-top: 1.9rem;
        padding-bottom: 3rem;
    }
    .services_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .socials a img{
        width: auto;
    }
    .breadcrumbs ul li:after {
        margin-top: 0;
    }
    .ser2 .therapy_item_right_img {
        top: 0;
        right: -1.4rem;
        width: 12.6rem;
        bottom: unset;
    }
    .ser3 .therapy_item_right_img {
        right: 0;
        top: unset;
        width: 10.3rem;
        bottom: -0.6rem;
    }
    .ser4 .therapy_item_right_img {
        top: unset;
        bottom: -0.5rem;
        right: 0;
        width: 12.2rem;
    }
    .therapy_item_long.ser4 .box_text {
        padding-right: 9.3rem;
    }
    .ser5 .therapy_item_right_img {
        top: unset;
        bottom: -0.6rem;
        right: -3.6rem;
        width: 17rem;
    }
    .therapy_item_long {
        min-height: 14rem;
    }
    .page h1:not(.section_title) {
        font-size: 2rem;
    }
    .service_page_top_text .content {
        min-height: unset!important;
        margin-bottom: 1.5rem!important;
    }
    .content p, .content img, .content ol, .content ul, .content table {
        line-height: 1.4;
    }
    .service_page_img {
        width: 100%;
        left: 0;
        margin-top: -1.5rem;
    }
    .service_page_row > .mob_full{
        position: static;
    }
    .service_zapis, .service_page_top .slider_btns {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 3;
    }

    .service_zapis .btn{
        width: 100%;
    }
    .service_page_top {
        position: relative;
        padding-bottom: 4rem;
    }
    .service_page_body .section_title {
        margin-bottom: 1.8rem;
    }
    .faq {
        padding: 0;
        padding-top: 3.2rem;
    }
    #main_form.page_form {
        padding-bottom: 3rem;
    }
    .service2 .service_page_top_text {
        padding-top: 0;
    }
    .service2 .service_page_img {
        width: 73%;
        left: 2rem;
        margin-top: -1.7rem;
    }
    .service_info {
        font-size: 1.2rem;
        padding: 0.825rem 1.6rem;
        bottom: 3.9rem;
        right: 1.3rem;
    }
    .service2, .service1 {
        background-image: url(../img/bg_service2.png);
        background-repeat: no-repeat;
        background-position: right -7rem top 10rem;
        background-size: 144%;
    }
    .service1{
        background-position: right 0 top 6rem;
    }
    .service_prod_img {
        padding: 3rem 0;
    }
    .service2 .service_page_body .section_title {
        margin-bottom: 1.1rem;
        font-size: 1.8rem;
    }
    .prod_price {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    .service2_bg {
        background-position: left 0 bottom;
        background-size: 134%;
    }
    .faq_title {
        font-size: 1.3rem;
    }
    .service3 .service_page_top_text {
        padding-top: 0;
    }
    .service3 .service_page_img {
        width: 84%;
        left: 4.7rem;
        margin-top: -0.9rem;
    }
    .service3 .service_page_body {
        padding-top: 4rem;
    }
    .service3_products .section_title {
        margin-bottom: 0.8rem;
    }
    .prod_long_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .prod_item_long{
        display: block;
        padding: 1.1rem 1.1rem;
    }
    .prod_long_img {
        width: 100%;
        height: 19rem;
        margin-bottom: 1rem;
    }
    .prod_long_text {
        width: 100%;
        padding-left: 0;
        display: block;
    }
    .prod_long_text .prod_btns {
        display: block;
        text-align: center;
    }
    .prod_long_text .prod_btns .btn {
        width: 100%;
        padding: 0.75rem;
    }
    .prod_long_text .prod_btns .btn:first-child{
        margin-bottom: 0.6rem;
    }
    .service3_products:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .service3 {
        background-position: right 0 top 1rem;
    }
    .service4_item{
        display: block;
        font-size: 1.45rem;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    }
    .service4_title{
        width: 100%;
        margin-bottom: 1rem;
        line-height: 1.25;
    }
    .service4_price{
        width: 100%;
        margin-bottom: 1rem;
    }
    .service4_item .btn{
        width: 100%;
    }
    .service5 .service_page_top_text {
        padding-top: 0;
    }
    .service5 .service_page_img {
        width: 115%;
        left: -0.5rem;
        margin-top: -2.8rem;
    }
    .service5 .slider_btns .btn{
        width: 100%;
    }
    .service5_body main {
        background-position: right -4rem top 10rem;
        background-size: 40.313rem;
    }
    .service5_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service5_item_top h4 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .service5_bottom_flex{
        display: block;
        margin: 0;
    }
    .service5_item .btn {
        width: 100%;
        margin-top: 1rem;
    }
    .border_link{
        margin-bottom: 1rem;
    }
    .service5 .service_page_body {
        padding-top: 2.5rem;
    }
    .consult_page .service_page_top_text {
        padding-top: 0;
    }
    .service_page_top_text .content br{
        display: none;
    }
    .consult_page .service_page_img {
        width: 110%;
        left: -0.6rem;
        margin-top: -1rem;
    }
    .consult_page .slider_btns .btn{
        width: 100%;
    }
    .consult_page .service_page_body {
        padding-top: 2.5rem;
    }
    .consult_body main {
        background-position: right 0 top 6.7rem;
        background-size: 52rem;
    }
    .about_page_text{
        padding: 0;
        padding-top: 2rem;
    }
    .about_page_row{
        flex-direction: column-reverse;
    }
    .section_title.about_title{
        font-size: 2rem;
    }
    .advantages_row .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .advantages_row {
        margin-top: 2rem;
    }
    .advantage_text p{
        font-size: 1.25rem;
    }
    .advantage_title {
        font-size: 1.6rem;
        line-height: 1.2
    }
    .advantage_icon {
        height: 8rem;
    }
    .mission .content h2 {
        margin-bottom: 1rem;
    }
    .content h1{
        font-size: 2rem;
        font-family: MursGothic, sans-serif;
    }
    .content h2{
        font-size: 1.8rem;
        font-family: MursGothic, sans-serif;
    }
    .content h3{
        font-size: 1.6rem;
        font-family: MursGothic, sans-serif;
    }
    .content h4{
        font-size: 1.4rem;
        font-family: MursGothic, sans-serif;
    }
    .content h5, .content h6{
        font-size: 1.2rem;
        font-family: MursGothic, sans-serif;
    }
    .mission {
        margin-top: 2rem;
    }
    .about_page .banner {
        /*margin-top: 1.1rem;*/
        display: none;
    }
    .gallery {
        margin-top: 2.4rem;
    }
    .gallery .section_title {
        margin-bottom: 2rem;
        font-size: 1.8rem;
    }
    .gallery_slider{
        width: 75%;
    }
    .gallery .slick-list{
        overflow: unset;
        margin: 0 -10px;
    }
    .gallery_item {
        height: 32rem;
        border-radius: 10px;
    }
    .gallery .slick-slide {
        margin: 0 10px;
    }
    .about_links {
        margin-top: 2.5rem;
    }
    .about_links_row .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .page #box-7 {
        padding-top: 3rem;
    }
    .page #box-9 {
        padding-top: 4.5rem;
        padding-bottom: 0;
    }
    .about_page {
        background-image: url(../img/consult.png);
        background-repeat: no-repeat;
        background-position: right 0 top -12.3rem;
        background-size: 52rem;
    }
    .mob_reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .contacts_page_map {
        margin-top: 0;
        height: 30rem;
        margin-bottom: 0;
    }
    .page_contacts_box .cont_title {
        margin-bottom: 0.2rem;
    }
    .page_contacts_row > .mob_full:not(:last-child) {
        margin-bottom: 2.3rem;
    }
    .contacts_body main{
        background-image: none;
    }
    .product_page .service_prod_box{
        padding-top: 1rem;
    }
    .product_page .preim_row {
        margin-top: 1.7rem;
    }
    .page_content_margin {
        margin-top: 1.7rem;
    }
}

@media screen and (max-width:992px) and (min-width: 550px) {
    .banner_dots {
        height: 38.1rem;
    }
}

@media screen and (max-width:550px) {
    body{
        font-size: 1.2rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 1rem;
    }
}