.mob_block {
    display: none !important;
}

body,
html {
    overflow-x: hidden;
}

@media screen and (min-width: 1800px) {
    html {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 1800px) and (min-width: 1700px) {
    html {
        font-size: 17px !important;
    }
}
@media screen and (max-width: 1700px) and (min-width: 1400px) {
    html {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1400px) 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: 1150px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1150px) 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) {
    .tabs_top{
        justify-content: flex-start;
        gap: 2rem;
    }
    .service_block2 .section-title{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .service_data .content p, .service_data .content ul, .service_data .content ol{
        margin-bottom: 0.5rem;
    }
    .service_data .content li:not(:last-child){
        margin-bottom: 0.2rem;
    }
    .btn--accent:hover {
        transform: translateY(-2px);
        box-shadow: 0 1rem 2rem rgba(100, 159, 42, 0.28);
        color: white;
    }
    .btn--black:hover{
        transform: translateY(-2px);
    }
}
@media screen and (max-width: 992px) {
    body {
        padding-top: 0;
        padding-bottom: 3.7rem;
    }
    .mob_block {
        display: block !important;
    }
    .mob_none{
        display: none!important;
    }
    .site-footer__contacts {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .btn{
        font-size: 1.1rem!important;
        height: 3.5rem!important;
    }

    .container {
        width: calc(100% - 2.5rem);
        padding: 0;
    }

    .page-home {
        padding-top: 6.625rem;
    }

    .section {
        padding: 1.5rem 0;
    }

    .section-title {
        margin-bottom: 1.25rem;
        font-size: 1.7rem;
    }

    .site-header {
        top: 1.25rem;
    }

    .site-header__shell {
        min-height: 4.375rem;
        padding: 0 0.5625rem 0 0.75rem;
        border-width: 0.125rem;
        padding-left: 0.3rem;
    }

    .site-brand {
        width: 3.8125rem;
    }

    .site-brand__logo {
        width: 3.3125rem;
        height: 3.25rem;
    }

    .site-brand__text {
        font-size: 0.75rem;
    }

    .site-nav,
    .site-header__socials,
    .site-header__cta {
        display: none !important;
    }

    .site-header__menu-toggle {
        display: inline-flex;
    }

    .site-header__drawer {
        width: 80%;
        padding: 1.25rem 1.25rem 1.5rem;
    }
    .header_link {
        width: 2.3rem;
    }
    .site-header__drawer-head {
        margin-bottom: 2rem;
    }

    .site-drawer-nav {
        gap: 0.4rem;
    }

    .site-drawer-nav a {
        font-size: 1.25rem;
        padding: 0.8rem 1rem;
    }

    .site-drawer-phone {
        min-height: 3.75rem;
        font-size: 1.125rem;
    }

    .hero__card {
        min-height: 31.6875rem;
        border-radius: 1.25rem;
    }

    .hero__overlay {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0.7) 100%);
    }
    .service-card__text{
        font-size: 1.1rem;
    }
    .hero__content {
        justify-content: space-between;
        gap: 1rem;
        padding: 2rem 1.5rem;
        max-width: none;
    }

    .hero__title {
        max-width: unset;
        font-size: 1.7rem;
    }

    .hero__text p {
        max-width: unset;
        margin-top: 0.8rem;
        font-size: 1.2rem;
    }

    .hero__btn {
        min-width: 100%;
    }

    .service-card {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem 0;
    }
    .why .section-title{
        text-align: center;
        margin-bottom: 2rem;
    }
    .service-card__media {
        width: 100%;
        height: 11rem;
        border-radius: 0.9375rem;
    }

    .service-card__title {
        margin-bottom: 0.75rem;
        font-size: 1.5rem;
    }

    .service-card__btn {
        width: 100%;
        min-width: 0;
        font-size: 1rem;
    }

    .why__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .why__media {
        display: none;
    }

    .feature-item {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .feature-number {
        font-size: 5rem;
    }
    .feature-list {
        gap: 2rem;
    }
    .feature-item p {
        font-size: 1.1rem;
    }

    .cases__panel {
        padding: 2rem 1.25rem;
        border-radius: 0.9375rem;
        padding-bottom: 5rem;
    }
    .certificates__grid a{
        height: auto;
    }
    .case-card {
        height: 23.025rem;
    }
    .consult__policy {
        padding-top: 0;
        font-size: 1rem;
    }
    .field input, .field textarea{
        font-size: 1.1rem;
    }
    .field input{
        height: 3.7rem;
    }
    .cases__arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 5rem;
        height: 2.5rem;
        border: 0;
        background: transparent;
        padding: 0;
    }

    .cases__arrow img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .cases__arrow--prev img {
        transform: rotate(180deg);
    }

    .cases__mobile .case-card {
        width: 100%;
        max-width: 19.375rem;
        min-height: 18.625rem;
        margin: 0 auto;
        border-radius: 0.9375rem;
    }

    .cases__mobile .cases__dots {
        margin-top: 0.75rem;
    }

    .section--desktop-only {
        display: none;
    }

    .team-card {
        transform: none !important;
        height: 30rem;
    }

    .team-card img {
        transform: none !important;
    }

    .team-card__caption {
        min-height: 0;
        padding: 1rem;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(16, 16, 16, 0.78) 48%, rgba(0, 0, 0, 0.92) 100%);
    }

    .team-card-position {
        max-height: none;
        opacity: 1;
        transform: none;
        margin-top: 0.5rem;
        overflow: visible;
        font-size: 1rem;
    }

    .certificates__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .consult__wrap {
        grid-template-columns: 1fr;
        border-radius: 0.9375rem;
    }

    .consult__content {
        padding: 2rem 1.25rem;
    }

    .consult__text {
        margin-bottom: 1.25rem;
        font-size: 1.1rem;
        padding: 0;
    }

    .consult__image {
        display: none;
    }
    .section-title.sm {
        font-size: 1.7rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    .site-footer {
        margin-top: 2rem;
        padding: 2.5rem 0 1.25rem;
    }

    .site-footer__top {
        flex-direction: column;
        gap: 2rem;
    }

    .site-footer__brand-block {
        gap: 1.5rem;
        width: 100%;
    }

    .site-footer__brand {
        gap: 1rem;
    }

    .site-footer__brand img {
        width: 4.8125rem;
    }

    .site-footer__brand-text {
        font-size: 1.5rem;
    }


    .site-footer__links-block {
        padding: 0;
        width: 100%;
    }

    .site-footer__title--right {
        display: none;
    }

    .site-footer__line {
        display: none;
    }

    .site-footer__socials-block {
        justify-content: flex-start;
    }

    .footer-socials {
        align-items: flex-start;
        padding-top: 0;
        gap: 1rem;
        margin-top: 1rem;
    }

    .site-footer__bottom {
        margin-top: 1.5rem;
        flex-direction: column-reverse;
        gap: 1rem;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 1.5rem 0;
    }
    .footer-links, .footer-socials{
        font-size: 1.2rem;
        gap: 1.7rem;
    }
    .site-footer__bottom-line {
        margin-bottom: 1rem;
    }

    .site-footer__copyright {
        text-align: left;
    }

    .cases__mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .cases__mobile-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    .hero__overlay.black {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 40.94%, rgba(0, 0, 0, 0.60) 100%);
    }
    .page {
        padding-top: 7.5rem;
    }
    .page .hero {
        padding-bottom: 2rem;
        padding-top: 0;
    }
    .service_list_item{
        border-radius: 20px;
        border: 1px solid #BBB!important;
        padding: 1.2rem!important;
        display: block;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service_list_item_left{
        display: block;
    }
    .service_list_item_img{
        width: 100%;
        display: block;
        height: 15rem;
        margin-bottom: 1rem;
    }
    .service_list_item_text{
        width: 100%;
        padding: 0;
    }
    .service_list_item_title {
        font-size: 1.6rem;
        letter-spacing: 0;
    }
    .service_list_item_anons {
        margin-top: 0.7rem;
        font-size: 1.1rem;
    }
    .service_list_item_btns {
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
        margin-top: 1.2rem;
    }
    .service_list_item_btns .btn{
        width: 100%;
        min-height: 3.7rem;
    }
    .service_list_item:not(:last-child) {
       margin-bottom: 1.5rem;
    }
    .service_preims_list_item{
        display: block;
        text-align: center;
    }
    .service_preims_list_item_img {
        width: 7rem;
        margin: 0 auto;
        margin-bottom: 1.2rem;
    }
    .service_preims_list_item_title {
        font-size: 1.55rem;
    }
    .service_preims_list_item_text{
        width: 100%;
        padding: 0;
    }
    .service_preims_list {
        gap: 2rem;
    }
    .service_preims_list_item_anons {
        font-size: 1.1rem;
    }
    #advantages .section-title {
        margin-bottom: 2.4rem;
        text-align: center;
    }
    .service_preims_video {
        border-radius: 1.4rem;
        height: 25.2rem;
        margin-top: 2.2rem;
    }
    .border30{
        border-radius: 16px;
    }
    .about2_row{
        flex-direction: column-reverse;
    }
    section.about2{
        padding-top: 0;
    }
    .about2_text .content h3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .about2_text .content{
        padding-top: 1.5rem;
        font-size: 1.1rem;
        margin-bottom: 1.1rem;
    }
    .btn{
        width: 100%;
        min-width: unset;
    }
    .team-grid{
        display: block;
    }
    .mob_slider{
        width: 85%;
    }
    .mob_slider .slick-list{
        margin: 0 -10px;
        overflow: unset;
    }
    .mob_slider .slick-slide > div{
        padding: 0 10px;
    }
    .blog_row > .mb_30{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog_img {
        border-radius: 16px;
        height: 18.7rem;
    }
    .blog_anons {
        font-size: 1.1rem;
    }
    .blog_btn {
        width: 100%;
        font-size: 1.2rem;
        padding: 1.1rem 0;
    }
    .blog_page_content{
        font-size: 1.1rem;
    }
    .big_content{
        font-size: 1.1rem;
        width: 100%;
    }
    .doctors_row{
        margin: 0 -5px;
        margin-bottom: -20px;
    }
    .doctors_row > .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .doctor_img {
        padding: 0.8rem;
        padding-bottom: 1rem;
        border-radius: 15px;
        height: 18.5rem;
        font-size: 1.15rem;
    }
    .doctor_item .team-card-position {
        font-size: 1rem;
        line-height: 1.2;
    }
    .doctor_img:after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.16%, rgba(0, 0, 0, 0.60) 99.71%);
    }
    .doctor_item .btn {
        height: 3.4rem !important;
    }
    .doctor_stage {
        margin-bottom: 1rem;
    }
    .doctor_content{
        margin-top: 2rem;
    }
    .doctor_content .content, .d_cert_row .content {
        font-size: 1.1rem;
    }
    .doctor_page_btn {
        margin-top: 1.2rem;
    }
    .d_cert_row .content{
        margin-bottom: 2rem;
    }
    .doctor_cert_box {
        border: 3px solid #80B849;
        padding: 0.8rem;
        display: block;
    }
   .service1_row .border30{
       margin-bottom: 1.5rem;
   }

    .size20 {
        font-size: 1.1rem;
    }
    .section-title.big {
        font-size: 1.9rem;
        margin-top: 0.5rem;
        margin-bottom: 1.8rem;
    }
    .cat_list a {
        font-size: 1.1rem;
        padding: 0.725rem 1.7rem;
    }
    .range_slider {
        margin-left: 0;
        margin-top: 2rem;
    }
    .products_row{
        margin: 0 -5px;
        margin-bottom: -10px;
    }
    .products_row > .mb_30{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .prod_item {
        border: 1px solid #BBB;
        border-radius: 15px;
        padding: 0.8rem;
    }
    .prod_img {
        height: 12rem;
        border-radius: 8px;
    }
    .prod_price {
        font-size: 1.4rem;
    }
    .prod_title {
        font-size: 1.1rem;
    }
    .prod_btn {
        height: 2.6rem;
    }
    .pt-3 {
        padding-top: 0;
    }
    .catalog_seo_row .border30{
        width: 70%;
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }
    .catalog_seo .content{
        font-size: 1.1rem;
    }
    .card_slider_top{
        border-radius: 16px;
    }
    .card_slider_top a {
        height: 24.375rem;
    }
    .card_info{
        padding-top: 2rem;
    }
    .card_info .prod_wheights button{
        font-size: 1rem;
        padding: 0.5rem 1rem;
        border-radius: 5px;
    }
    .card_info .prod_wheights{
        gap: 1rem;
    }
    .card_info .prod_price {
        font-size: 1.7rem;
    }
    .counter button {
        width: 3rem;
        height: 2.9rem;
        font-size: 1.55rem;
    }
    .counter input {
        width: 2.3rem;
    }
    .btn.card_add{
        width: 80%!important;
    }
    .card_btns{
        justify-content: space-between;
    }
    .tabs_top a {
        padding: 0.8rem 0.9rem;
        font-size: 1.1rem;
    }
    .card_fav img {
        width: 1.8rem;
    }
    .cart_row{
        flex-direction: column-reverse;
    }
    .counter_cart_flex .prod_price {
        font-size: 1.4rem;
    }
    .cart_item_img {
        height: 9.7rem;
    }
    .cart_items {
        gap: 2rem;
        margin-bottom: 3rem;
    }
    .form-control {
        height: 3.525rem;
        font-size: 1.1rem;
    }
    .lables_flex {
        justify-content: space-between;
    }
    .lables_flex label{
        border-radius: 10px;
    }
    .mob_nav{
        position: fixed;
        z-index: 50;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        padding: 1rem 1rem;
        box-shadow: 0 -0.5rem 1rem rgba(0,0,0,0.15), inset 0 -1px 0 rgba(0,0,0,0.25);
    }
    .mob_nav_links{
        display: flex;
        justify-content: space-between;
    }
    .mob_nav_links a{

    }
    .mob_nav_links img{
        width: 2.5rem;
    }
    .mob_header_wp{
        display: flex!important;
        align-items: center;
        justify-content: center;
        width: 3.25rem;
        height: 3.25rem;
        padding: 0;
        border: 0.125rem solid var(--accent);
        border-radius: 50%;
        background: #ffffff;
        cursor: pointer;
    }
    .mob_header_wp img{
        width: 2.1rem;
    }
    .w300{
        font-size: 1.1rem;
    }
    .doctor_content .content{
        font-size: 1.1rem;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
    }
    .modal.call_modal .modal__block{
        width: 95%;
        padding: 0;
        border-radius: 0;
        background: transparent;
        text-align: left;
    }
    .modal.call_modal .close:after, .modal.call_modal .close:before{
        background: white;
    }
    .fav_btn {
        right: 1.3rem;
        top: 1.2rem;
    }
    .whatsapp {
        position: fixed;
        right: 15px;
        bottom: 12rem;
    }
    .whatsapp.call {
        bottom: 6.4rem;
    }
}

@media screen and (max-width: 550px) {

}
