@media only screen and (min-width: 1120px) {
  .menu-more-element>a span:before {
    content: ':';
    position: absolute;
    display: table;
    margin-left: -8px;
  }

  .menu-more-element>a>.fa {
    display: none;
  }

  .m-footer-social,
  .m-footer-subscribe,
  .m-footer-certificates,
  .m-top-nav,
  .m-accessibility,
  .m-menu-btn,
  .m-search,
  .m-location {
    display: none !important;
  }

  .sticky-menu {
    display: none;
    background: var(--white);
    box-shadow: 0 2px 18px #bec6cb82;
    z-index: 111;
  }

  .sticky-menu-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .sticky-menu>.container {
    display: flex;
    align-items: center;
    height: 54px;
  }

  .header-main {
    padding: 16px 0;
  }

  .header-nav .menu {
    display: block !important;
    padding-bottom: 15px;
  }

  .menu li {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
  }

  .menu>li {
    font-weight: 600;
  }

  .menu li a {
    color: var(--black);
  }

  .sub-menu {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 11;
    margin: 10px 0 0 0;
    display: block !important;
  }

  .menu li:hover .sub-menu {
    margin: 0;
    opacity: 1;
    visibility: visible;
  }

  .sub-menu ul {
    margin-top: 16px;
    box-shadow: 1px -1px 8px 1px rgba(0, 0, 0, 0.2);
    width: 290px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 15px;
  }

  .sub-menu ul li {
    display: table;
    width: 100%;
    line-height: 20px;
    border-bottom: 1px solid var(--border-grey);
  }

  .sub-menu ul li:last-child {
    border-bottom: none;
  }

  .sub-menu ul li a {
    font-size: 15px;
    width: 100%;
    display: block;
    padding: 10px 0px;
  }

  .sub-menu ul:after,
  .sub-menu ul:before {
    left: 20px;
    top: 1px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .sub-menu ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
  }

  .sub-menu ul:before {
    border-color: rgba(211, 211, 211, 0);
    border-bottom-color: #d3d3d3;
    border-width: 8px;
    margin-top: -1px;
  }

  .m-menu-icon {
    display: none;
  }

  .m-item-header {
    display: none !important;
  }
}

@media only screen and (min-width: 1050px) {
  #reviews_video .reviews-show-more {
    display: none !important;
  }

  #reviews_video .review-item-service:nth-child(2),
  #reviews_video .review-item-service:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 1120px) {
  .relpost-card {
    width: 100%;
  }

  .prices-item-post-link {
    display: none;
  }

  .sps3-block {
    width: calc(50% - 10px);
  }

  .s9-card {
    margin-bottom: 20px;
  }

  .m-body-overflow-hidden {
    overflow: hidden !important;
  }

  .m-search .search {
    max-width: 100%;
    margin: 10px 0 0 0;
  }

  .footer-subscribe p {
    font-size: 16px;
  }

  .footer-contact-sub {
    font-size: 16px;
  }

  .m-footer-social {
    margin: 0 auto;
    margin-top: 10px;
  }

  .d-footer-social,
  .d-footer-subscribe,
  .d-footer-certificates,
  .d-top-nav,
  .d-accessibility,
  .d-location {
    display: none;
  }

  .m-top-nav>ul {
    display: block;
    /*background: var(--light-grey);*/
    padding: 20px 15px;
    font-size: 16px;
  }

  .m-top-nav>ul li {
    width: 48%;
    display: inline-block;
    list-style: none;
    margin-right: 1%;
  }

  .m-top-nav>ul a {
    font-size: 16px;
    line-height: 1.8;
    color: var(--black);
  }

  .m-accessibility {
    display: block;
    /*background: var(--light-grey);*/
    padding: 20px 15px;
    line-height: 26px;
    border-top: 1px solid var(--border-grey);
    border-bottom: 1px solid var(--border-grey);
  }

  .m-accessibility>div,
  .m-accessibility a {
    display: table;
    font-size: 16px;
    line-height: 1.8;
    color: var(--grey);
  }

  .m-accessibility a .fa {
    width: 16px;
    color: var(--grey);
  }

  .m-accessibility .bvi-shortcode a {
    color: var(--grey) !important;
  }

  .m-menu-btn {
    display: flex;
    /*background: var(--light-grey);*/
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    padding-top: 16px;
    margin-top: 40px;
  }

  .m-menu-btn>.btn-online {
    /*width: calc(100% - 46px);*/
    width: 100%;
    text-align: center;
    background: inherit;
    font-size: 16px;
    color: var(--white);
    background: var(--grad-primary);
  }

  .m-location {
    margin: 0;
    padding: 20px 15px;
    flex-direction: row;
  }

  .m-location span {
    width: 50% !important;
    font-size: 16px;
  }

  .m-footer-subscribe {
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .footer-content {
    padding: 5px 0;
  }

  .header-main {
    padding: 5px 0;
  }

  .m-menu-icon {
    display: table;
    cursor: pointer;
    border-radius: 50%;
    width: 37px;
    /*min-width: 41px;*/
    height: 37px;
    /*max-width: 37px;*/
    padding-top: 10px;
    background: var(--grad-primary);
    margin-left: 15px;
    padding-left: 9px;
    padding-right: 8px;
  }

  .t_1,
  .t_2,
  .t_3 {
    width: 20px;
    height: 2px;
    background-color: var(--white);
    margin: 4px 0px;
    transition: 0.4s;
  }

  .m-menu-closed .t_1 {
    transform: rotate(-45deg) translate(-4px, 4px);
  }

  .m-menu-closed .t_2 {
    opacity: 0;
  }

  .m-menu-closed .t_3 {
    transform: rotate(45deg) translate(-5px, -4px);
  }

  .m-menu-closed {
    background: #353535;
  }

  .d-search,
  .phone,
  .header-top {
    display: none;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
  }

  .header-nav {
    background: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    opacity: 1;
    z-index: 11;
    border-top: 1px solid var(--border-grey);
    box-shadow: 0px 5px 10px #dddddda3;
    overflow-y: scroll;
  }

  .width-full {
    margin-top: 80px;
  }

  .header-nav>.container {
    padding: 0 0 70px 0;
    overflow-y: scroll;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    background: var(--white);
  }

  .m-top-nav {
    /*margin-top: auto;*/
    line-height: 26px;
  }

  .menu>li {
    padding: 10px 15px;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid var(--border-grey);
  }

  .menu>li:last-of-type {
    border-bottom: none;
  }

  .menu>li>a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
  }

  .menu a {
    color: var(--black);
  }

  .menu>li>a .fa-angle-down {
    font-weight: 600;
    transition: .3s;
    font-size: 22px;
    padding: 0 15px;
    margin-right: -15px;
  }

  .m-menu-active .fa {
    transform: rotate(-180deg);
  }

  .sub-menu {
    width: 100%;
    padding-top: 4px;
    display: none;
  }

  .sub-menu li {
    margin: 10px 0;
    padding: 0px;
    font-size: 16px;
    line-height: 1.6;
  }

  .sub-menu ul {
    width: 100%;
    padding: 0 14px;
  }

  .sub-menu ul:after {
    display: none;
  }

  .sub-menu ul:before {
    display: none;
  }

  .m-item-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    z-index: 1000;
    border: none !important;
    box-shadow: 0 2px 18px #bec6cb82;
  }

  .m-item-header+li {
    border: none !important;
  }

  .m-item-header+li {
    margin-top: 64px;
  }

  .m-search .search-container {
    max-width: 100%;
  }

  .search-result {
    width: 100%;
  }

  .search-result-items {
    max-height: calc(100vh - 280px);
  }

  .m-item-header .phone {
    display: flex;
  }

  .m-item-header .phone>a {
    color: var(--yellow) !important;
  }

  .sticky-menu {
    display: none !important;
  }

  .sps1-details {
    grid-template-columns: repeat(1, 1fr);
  }

  .sps1-image-container {
    width: 37%;
  }

  .sps1-bts-not-video {
    width: 37%;
  }

  .sps1-footer {
    display: block;
  }

  .sps1-price {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1051px) {
  #s12 .box-col {
    width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 1050px) {
  #signup>.box-col:last-of-type {
    order: 1
  }

  #signup>.box-col:first-of-type {
    order: 2
  }

  #blog_box .blog-container {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
  }

  #blog_box .blog-container .s12-article-card {
    min-width: 270px;
  }

  .review-video-item {
    height: 400px;
    width: 210px;
  }

  .prc-container {
    flex-direction: column;
  }

  .rbg-columns {
    flex-direction: column
  }

  .rbg-col-desc {
    width: 100%;
  }

  .tiles-directions-all a,
  .tiles-directions-right-top a,
  .s2-directions-item-ful,
  .tiles-directions-right,
  .tiles-directions-right-bottom-item,
  .tiles-directions-left {
    width: 100%;
  }

  .tiles-directions-right-bottom,
  .tiles-directions-right-top,
  .tiles-directions {
    flex-direction: column
  }

  .m-s2-directions {
    display: flex !important;
    ;
  }

  .d-s2-directions {
    display: none
  }

  .s2-directions-content,
  .s2-directions-all,
  .s2-directions-item {
    width: 100%;
  }

  #s2-directions {
    gap: 16px;
  }

  .filial-item-open,
  .filial-item-hide {
    display: block;
  }

  .filial-item-open-col,
  .filial-item-hide-col {
    width: 100%;
  }

  .filial-item-hide-col:last-of-type {
    margin-top: 20px;
  }

  .filial-item-hide-col:first-of-type {
    border-bottom: 1px solid var(--border-grey);
    padding-bottom: 20px;
  }

  .filial-item-open-col:last-of-type {
    margin-top: 60px;
  }

  .indicator-items {
    flex-wrap: wrap;
  }

  .indicator-items>.indicator-card {
    width: calc(50% - 10px);
    flex: auto;
  }

  .vertical-reviews-carousel .review-item {
    display: none;
  }

  .vertical-reviews-carousel .review-item-in {
    min-height: auto;
    height: auto;
  }

  .vertical-reviews-carousel .review-item:nth-of-type(-n+2) {
    display: flex;
  }

  .vertical-reviews-button {
    display: none !important;
  }

  .vertical-reviews-carousel {
    overflow-y: hidden;
    height: auto;
  }

  #component_result .box-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-sidebar .services_list-items li {
    width: calc(50% - 15px);
  }

  #component_services_list .services_list-items li {
    width: calc(50% - 15px);
  }

  .video-reviews-carousel {
    height: 400px;
    margin-top: 60px;
  }

  .sps1-card-container {
    display: block;
  }

  .sps1-form {
    width: 100%;
    background: radial-gradient(ellipse farthest-corner at 76% 20%, #ffeed3, #fff0db 10%, #fff8ec 50%, #fff4e2);
    border-radius: 15px;
    margin-left: 0;
    padding-left: 20px;
    margin-top: -20px;
    min-width: 100%;
    padding-top: 50px;
  }

  .specialist-navigation {
    margin-top: 17px;
  }

  .spbx-card {
    width: 100%;
  }

  .cmws-location-block {
    width: calc(50% - 10px);
  }

  .sps5-container>.container {
    flex-direction: column;
  }

  .sps5-directions-section {
    width: 100%;
    padding-right: 0;
  }

  .sps5-work-section {
    padding: 0px 0 40px 0px;
    width: 100%;
  }

  .s6-info {
    margin-top: 20px;
  }

  .s5-container>.container {
    flex-direction: column;
  }

  .s5-quote-section {
    width: 100%;
    padding-right: 0;
  }

  .s5-treatment-section {
    padding: 0px 0 50px 0px;
    width: 100%;
  }

  #s2 .box-col:last-of-type {
    margin-top: 60px;
  }

  #s2-directions .s2-directions-item {
    display: none;
  }

  #s2-directions .s2-directions-item:nth-child(-n+5) {
    display: flex;
  }

  .s2-directions-content {
    display: none;
  }

  .s2-directions-all {
    display: flex;
    cursor: pointer;
  }

  .box-columns {
    flex-direction: column;
  }

  .sw1-m-slider>.box-content {
    margin-bottom: 15px
  }

  .sw1-m-slider {
    display: block
  }

  .sw1-d-slider {
    display: none
  }

  .box-col {
    width: 100%;
  }

  .s1-d-banner-bg {
    display: none;
  }

  .s1-m-banner-bg {
    display: block;
    max-width: 350px;
  }

  #sw1 .s1-m-banner-bg {
    max-width: 100%;
  }

  .s1-d-services {
    display: none;
  }

  .s1-m-services {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
  }

  .cfb--pricefilter>.cfb-fields {
    display: flex;
    flex-direction: column;
  }

  .cfb--pricefilter>.cfb-fields .cfb--search {
    order: 1;
    width: 100% !important;
  }

  .cfb--pricefilter>.cfb-fields .cfb--category {
    order: 2;
    width: 100% !important;
  }

  .cfb--questions .cfb-field {
    width: 100% !important;
  }

  .cfb--questions>.cfb-fields {
    display: flex;
    flex-direction: column;
  }

  .cfb--questions>.cfb-fields .cfb--name {
    /*  order: 1; */
  }

  .cfb--questions>.cfb-fields .cfb--phone {
    /*   order: 2; */
  }

  .cfb--questions>.cfb-fields .cfb--charter {
    /*  order: 3; */
  }

  .cfb--questions>.cfb-fields .cfb--submit {
    /*  order: 4; */
  }

  .footer-top-container {
    order: 2;
  }

  .footer-content-container {
    order: 1;
    border-top: 1px solid var(--border-grey);
  }

  .footer-bottom-container {
    order: 3;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer-content .footer-column {
    width: 50%;
    flex: auto;
  }

  .footer-content .footer-column:nth-child(1),
  .footer-content .footer-column:nth-child(2) {
    width: 100%;
  }

  .footer-top .footer-column:first-of-type {
    display: none;
  }

  .footer-top {
    flex-wrap: wrap;
  }

  .footer-top .footer-column {
    width: 100%;
    flex: auto;
    margin-bottom: 12px;
  }

  .footer-top .footer-column:last-of-type {
    margin-bottom: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .footer-bottom a {
    display: table;
  }

  .footer-copyright {
    width: 100%;
    margin-top: 10px;
  }

  .footer-social a {
    background: var(--white);
    border: 1px solid var(--border-grey);
  }

  .review-item-details {
    display: block;
  }

  .s10-info-section {
    background: none;
    width: 100%;
    padding: 20px;
  }

  .s10-title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .s10-service-title {
    font-size: 18px;
  }

  .s10-image-section {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .s10-content {
    display: block;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .s10-container-bg {
    width: 100%;
    top: 80px;
  }

  .s11-product-card {
    margin-bottom: 20px;
    min-width: 280px;
  }

  .tax-product_cat .s11-product-card,
  .post-type-archive-product .s11-product-card {
    width: calc(50% - 10px);
  }

  #s12 .box-columns {
    flex-direction: column-reverse;
  }

  #s12 .box-col:first-of-type {
    margin-top: 60px;
  }

  .cfb-form-specfilter .cfb--filter>.cfb-fields {
    flex-direction: column-reverse;
  }

  .cfb-form-diseasefilter .cfb--filter>.cfb-fields>.cfb-field,
  .cfb-form-specfilter .cfb--filter>.cfb-fields>.cfb-field {
    flex: auto;
    width: 100% !important;
  }

  .specialist-items .spec-item {
    width: calc(50% - 10px);
  }

  .s4-promotion-card {
    width: 100%
  }

  .page-sidebar {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    min-width: 100%;
    margin-top: 40px;
  }

  .single .sidebar {
    border-left: none;
    padding-left: 0;
    margin-top: 40px;
  }

  .page-main {
    width: 100%;
  }

  .page-sidebar .cmws-location-block {
    width: 100%;
  }

  .svs-services-items>.s12-article-card,
  .blog-container>.s12-article-card {
    width: calc(50% - 10px);
  }

  .cmhp-authorship {
    align-items: flex-start;
  }

  .s1-header,
  .s1-banners .owl-stage-outer,
  .s1-banners .owl-stage-outer>.owl-stage {
    min-height: 200px;
    margin-bottom: 0px;
  }

  .page-sidebar .services_list-items li {
    width: 100%;
  }

  #component_services_list .services_list-items li {
    width: 100%;
  }

  .cmhp-authorship__image-container {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
  }

  .cfv-image-wrapper .fa-play-circle,
  .s7-card-video .fa-play-circle {
    font-size: 60px !important;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }

  .blog-picture {
    aspect-ratio: 20 / 12;
  }

  .sw1-btn-primary {
    font-size: 14px;
    padding: 11px 20px;
    flex: 1;
    font-weight: 400;
    max-height: 41px;
  }

  .sw1-play-button {
    flex: 1;
    justify-content: space-between
  }

  .sw1-play-button span {
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 400;
    margin: 0 auto;
    font-size: 14px;
  }

  .sw1-title {
    font-size: 24px;
  }

  .crst-comparison {
    flex-wrap: wrap;
    gap: 30px;
  }

  .crst-before,
  .crst-after {
    flex: auto;
    width: 100%;
  }

  .crst-review {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .sw2-menu-item {
    width: 100%;
  }

  .consequences-items {
    flex-wrap: wrap;
  }

  .consequences-items>.cons-card {
    flex: auto;
    width: 100%;
  }

  #directions_box .s2-directions-all,
  #directions_box .s2-directions-content,
  #directions_box .s2-directions-item {
    width: calc(50% - 10px);
  }

  .cpp-d-title {
    display: none;
  }

  .cpp-m-title {
    display: block;
  }

  #component_programm .box-col {
    width: 100%;
    padding: 20px;
  }

  .cpp-programm-col-img {
    order: 1;
  }

  .cpp-programm-col-desc {
    order: 2;
    padding-top: 0 !important;
  }

  .partner-item {
    width: calc(50% - 10px);
    padding: 20px;
  }

  .single-disease .sidebar {
    display: none
  }

  .m-article-nav {
    display: block;
    margin-bottom: 30px;
  }

  .m-article-nav .hide {
    display: none;
  }

  .m-article-nav-active .hide {
    display: table;
  }

  .m-article-nav-active .article-nav-item-all i {
    transform: rotate(180deg);
  }

  .drs-button {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .drs-buttons-grid {
    grid-template-columns: 1fr;
  }

  .directions-grid-container {
    grid-template-columns: 1fr;
  }

  .directions-grid-block {
    grid-column: 1 !important;
    grid-row: auto !important;
    order: 0;
  }

  .directions-kdc-block {
    order: 1;
    min-height: 400px;
  }

  .directions-kdc-item {
    display: none !important;
    ;
  }

  .directions-kdc-item:nth-child(-n+6) {
    display: flex !important;
    ;
  }

  .directions-kdc-open .directions-kdc-item {
    display: flex !important;
    ;
  }

  .directions-kdc-inner {
    position: relative;
  }
}

@media only screen and (min-width: 700px) {
  .sps5-container .container:not(:has(div.sps5-work-section)) .sps5-directions-section ul.checked-list li {
    width: 49%;
    display: inline-flex;
    display: -webkit-inline-box;
    margin-right: 1%;
  }
}

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

  .tax-product_cat .s11-product-card,
  .post-type-archive-product .s11-product-card {
    width: 100%;
  }

  .prc-btns-items {
    flex-direction: column;
  }

  #rehabilitation_goals .rbg-col-item {
    width: 100%;
    display: none;
  }

  .rbg-col-item-all {
    width: 100%;
  }

  #rehabilitation_goals .rbg-col-item:nth-child(-n+5) {
    display: flex;
  }

  #s1.box {
    margin-top: 15px;
  }

  .s1-banner-header {
    margin-bottom: 30px;
  }

  .s1-m-services {
    flex-direction: column;
  }

  .s1-service-card {
    min-height: 190px;
  }

  .prices-item-post-prices {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
  }

  .prices-item-post-prices .prices-item-post-price {
    white-space: nowrap;
    order: 2;
    text-align: right;
  }

  .prices-item-post-prices .prices-item-post-price-action {
    white-space: nowrap;
    order: 1;
    text-align: right;
    margin-right: 0;
  }

  .logo {
    max-width: 130px;
    margin-right: 10px;
    margin-left: -28px;
  }

  .m-menu-icon {
    margin-left: 7px;
    height: 37px;
    width: 37px;
    /*min-width: 37px;*/
    padding-left: 9px;
    padding-top: 8px;
    /*max-width: 37px;*/
  }

  .login-in {
    margin-left: 8px;
    height: 37px;
    width: 37px;
    min-width: 37px;
  }

  .login-in i {
    font-size: 21px;
  }

  .header-main {
    padding: 8px 0;
  }

  .btn-online {
    background: var(--white);
    text-decoration: none;
    padding: 8px 12px;
    height: 37px;
    font-size: 14px;
  }

  .s1-service-title {
    font-size: 18px;
  }

  .s1-banner-title {
    font-size: 18px;
  }

  .s1-title {
    font-size: 21px;
    margin-bottom: 54px;
  }

  .s1-banner-content {
    width: 63%;
  }

  .s2-service-item {
    width: 100%;
  }

  .s4-promotion-content {
    width: 70%;
  }

  .s6-info {
    display: flex;
    margin-top: 20px;
  }

  .indicator-card {
    min-height: 120px;
  }

  .indicator-card-bg {
    background-size: 46px !important;
    right: 4px;
    top: 4px;
    width: 55%;
    opacity: 0.8;
  }

  .indicator-card-value {
    font-size: 30px;
  }

  .indicator-card:last-of-type {
    margin-right: 0;
  }

  .s6-license-image {
    margin-right: 0px;
    width: 34%;
    min-width: 34%;
    display: flex;
    flex-direction: column;
    margin-left: -3px;
  }

  .s6-about-description {
    margin-bottom: 40px;
  }

  .s6-license-image a:nth-child(2) {
    left: 10px;
  }

  .s6-license-image a:nth-child(3) {
    left: 20px;
  }

  .s6-license-image a:nth-child(4) {
    left: 30px;
  }

  .s6-license-image a:nth-child(5) {
    left: 40px;
  }

  .s6-license-button {
    padding: 9px 15px;
    font-size: 14px;
  }

  .s6-license-description {
    font-size: 15px;
  }

  .s6-license-name {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .s10-services {
    margin-bottom: 18px;
  }

  .s9-title {
    font-size: 18px;
  }

  .s13-m-banner {
    display: block !important;
    width: 100%;
    height: auto;
  }

  .s13-d-banner {
    display: none !important;
  }

  .rbi-card {
    width: 150px;
  }

  .m-hide {
    display: none;
  }

  .s1-btn {
    padding: 9px;
    width: 100%;
  }

  .d-sale-countdown-container {
    display: none;
  }

  .m-sale-countdown-container {
    display: block;
    border: 1px solid var(--border-grey);
    border-radius: 15px;
  }

  .sale-countdown-container {
    min-width: 100%;
  }

  .m-sale-countdown-container>.sale-single-end {
    padding: 10px 15px;
  }

  .sale-single-title {
    margin-bottom: 20px;
  }

  .sale-countdown-item {
    padding: 9px 10px;
    width: 25%;
  }

  .sale-countdown-item span:first-child {
    font-size: 28px;
  }

  .sale-countdown-item span:last-child {
    font-size: 0.8rem;
  }

  .d-sale-single-end {
    display: none;
  }

  .cmws-location-block {
    width: 100%;
  }

  .spbx-card__badge {
    font-size: 10px;
    left: 0;
    right: 0;
  }

  .spbx-btn-detail {
    border-color: #fff;
    padding: 6px 0;
    font-size: 14px;
  }

  .spbx-btn-popup {
    padding: 6px 10px;
    font-size: 14px;
  }

  .spbx-card__actions {
    gap: 0;
  }

  .spbx-card__name {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .spbx-card__position {
    font-size: 14px;
  }

  .spbx-card__content {
    padding: 15px;
    padding-top: 10px
  }

  .spbx-card__image-container {
    width: 33%;
    min-width: 33%;
  }

  .box .sps3-block {
    width: 100%;
    display: none;
  }

  .box .sps3-block:nth-of-type(-n+4) {
    display: flex;
  }

  .sps1-header {
    display: block;
    margin-bottom: 0;
  }

  .sps1-image-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .sps1-bts-not-video {
    width: 100%;
  }

  .box .box-reviews-items .review-item {
    display: none;
    width: 100%;
  }

  .box .box-reviews-items .review-item:nth-of-type(-n+2) {
    display: flex;
  }

  .m-box-link-clear .box-header {
    display: block;
  }

  .m-box-link-clear .box-header .box-link {
    margin-top: 15px;
  }

  .relpost-grid-img {
    width: 20%;
    min-width: 20%;
  }

  .photogallery-items a {
    border-radius: 10px;
  }

  .content ul[data-list="2"] li,
  .content ul[data-list="1"] li,
  .payment-item-desc ul[data-list="1"] li,
  .payment-item-desc ul[data-list="2"] li {
    width: 100%;
  }

  .olcm-list-item:nth-child(2n) {
    margin-left: 0;
  }

  .olcm-list-item {
    flex-wrap: wrap;
  }

  .olcm-content {
    margin-left: 0;
    padding-left: 20px;
    padding-top: 36px;
  }

  .olcm-number {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    font-size: 33px;
    margin-bottom: -30px;
  }

  .step-item {
    width: 100%;
  }

  .step-bts .btn {
    flex: 1;
  }

  .payment-item {
    width: 100%;
    border-left: none;
  }

  #directions_box .s2-directions-all,
  #directions_box .s2-directions-content,
  #directions_box .s2-directions-item {
    width: 100%;
  }

  .cube.c-fourth,
  .cube.c-fifth {
    width: 40px;
  }

  .cube.c-first {
    bottom: 130px;
    left: 0px;
    border-radius: 0 10px 10px 0;
    width: 50px;
  }

  .cube.c-second {
    bottom: 50px;
    left: 0px;
    border-radius: 0 10px 10px 0;
    width: 50px;
  }

  .cube.c-third {
    bottom: 0px;
    left: 0px;
    border-radius: 0 10px 0px 0;
    width: 50px;
    height: 30px;
  }

  .cpp-carousel-programm a {
    min-height: 230px;
  }

  .cpp-programm-col-img .cpp-carousel-programm a {
    min-height: 210px;
  }

  .s1-banner {
    min-height: 200px;
  }

  .step-bts {
    flex-direction: column;
    gap: 20px;
  }

  .step-bts>.btn {
    flex: 1;
  }

  .news-item-date {
    width: 67px;
    min-width: 67px;
    font-size: 15px;
    font-weight: 400;
  }

  .news-item-date span {
    display: table;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4px;
  }

  .blog-next-prev a {
    padding: 9px 10px;
    font-size: 15px;
  }

  .blog-next-prev span {
    display: none;
  }

  .blog-next-prev>div {
    padding: 9px 10px;
    font-size: 15px;
  }

  .sw1-bts {
    align-items: stretch;
    flex-direction: column;
  }

  .filial-item-route {
    display: table;
    bottom: 20px;
  }

  .filial-item-bts {
    flex-direction: column;
  }

  .filial-item-bts a {
    width: 100%;
  }

  .filial-item-open-map-info span {
    width: 100%;
    display: table;
  }

  .filial-item-open-map-info {
    border-radius: 10px;
    margin-bottom: -5px;
  }

  .green-container div {
    width: 100%;
  }

  .disease-letter-section ul li {
    width: calc(50% - 10px);
  }

  .sps5-container>.green-container {
    padding-top: 50px;
  }

  .tab-content-services.active {
    column-count: 2;
  }

  .cfb-form-tabservice .cfb--search,
  .cfb-form-tabservice .cfb--meta_who_accepts {
    width: 100% !important;
  }

  .box-signup-img {
    min-height: 290px;
  }

  .drs-container {
    flex-direction: column;
  }

  .drs-image-section {
    max-width: 100%;
    min-height: 226px;
    height: 226px;
    display: table;
    /* aspect-ratio: 3 / 2;*/
  }

  .drs-content-section {
    padding: 30px 20px;
  }

  .drs-buttons-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vazhno {
    align-items: flex-start;
  }

  #form_appointment {
    padding: 30px 30px 0px;
    30px;
  }

  .appointment-form {
    display: flex;
    flex-direction: column;
  }

  .cfb-form-appointment {
    width: calc(100% + 30px) !important;
  }

  .appointment-form-img {
    position: relative;
    /*aspect-ratio: 6 / 3;*/
    left: 0;
    justify-content: center;
    bottom: 0px;
  }

  .appointment-form-bg img {
    margin-left: inherit;
    margin-right: inherit;
    /*max-width: 100%;*/
    width: auto;
    height: 200px;
  }

  .cfb-form-appointment .cfb--questions .cfb-submit-form {
    width: 100%;
  }

  .cfb-form-reviews .cfb-field {
    width: 100% !important;
  }

  .prc-btns {
    padding: 20px;
  }
}

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

  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: none;
  }

  .cfb-form-reviews .cfb--submit button {
    width: 100%;
  }

  .prc-btns .prc-btns-items {
    width: 100%;
  }

  .tab-buttons-services-resp {
    border-bottom: 1px solid var(--border-grey);
  }

  .tab-buttons-services {
    border-bottom: none;
  }

  .tab-buttons-services button {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .tab-buttons-services button.active {
    padding-bottom: 13px;
  }

  .tab-content-services.active {
    column-count: 1;
  }

  .cfb--sale .cfb-fields>div button,
  .cfb--sale .cfb-fields>div {
    width: 100% !important;
  }

  .review-video-item {
    height: 370px;
    width: 190px
  }

  .disease-letter-section ul li {
    width: 100%
  }

  .partner-item {
    width: 100%;
  }

  .specialist-items .spec-item {
    width: 100%;
  }

  .sale-countdown {
    gap: 5px;
  }

  .specialist-navigation a {
    margin: 0 6px;
    font-size: 14px;
    margin-bottom: -4px;
  }

  .specialist-navigation {
    padding-bottom: 3px;
  }

  .filial-item-open-detail {
    display: block;
  }

  .grouped-letter-section {
    margin: 20px 0;
  }

  .s12-tag {
    padding: 5px 15px;
    font-size: 13px;
  }

  .cookie_accept {
    width: fit-content;
    margin-top: 10px;
  }

  .drs-buttons-grid {
    grid-template-columns: 1fr;
  }

  .drs-content-section .btn {
    width: 100%
  }

  .box-signup-content .green-btn {
    width: 100%
  }

  #cookie_notification.show {
    display: block;
    text-align: left;
  }

  button.button.cookie_accept {
    margin: 10px 0 0;
  }

  #scroll_top {
    bottom: 15px;
  }
}