@media screen and (max-width: 1199px) {
  .header__top {
    flex-wrap: wrap;
  }
  .header__buttons {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-top: 12px;
  }
  .header__buttons .lk {
    display: flex;
  }
  .header__bottom {
    display: none;
  }

  .menu-wrappers {
    display: flex;
  }

  .wr-mess__label {
    display: none;
  }
  .wr-mess .mess:nth-child(4n) {
    display: flex;
  }

  .tabs_menus {
    display: none!important;
  }

  .wr-mobile-menu {
    display: block;
  }

  .section {
    margin: 40px auto;
  }
  .article {
    margin: 40px auto;
  }

  h1, .h1 {
    font-size: 40px;
    line-height: 100%;
    margin: 20px 0;
  }
  h2, .h2 {
    font-size: 28px;
    line-height: 115%;
    margin: 20px 0 10px 0;
  }
  h1:first-child,
  .h1:first-child,
  h2:first-child,
  .h2:first-child  {
    margin: 0 0 10px 0;
  }

  h1.title-page,
  .h1.title-page {
    font-size: 28px;
    line-height: 115%;
    margin: 20px 0;
  }

  .wr-title {
    margin: 0 0 20px 0;
  }

  .article {
    font-size: 16px;
    line-height: 140%;
  }
  .article__lid {
    font-size: 22px;
  }

  .cart-news {
    padding: 20px;
  }
  .cart-news__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cart-news__desc {
    font-family: "ManMedium";
    font-size: 16px;
    line-height: 140%;
  }  

  .banner-expert {
    gap: 16px;
  }
  .banner-expert .img-left-text {
    max-width: 380px;
  }
  .banner-expert__img {
    left: 36px;
  }

  .menu-services__descr {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .about-doctor__first {
    width: 380px;
  }
  .about-doctor__img {
    width: 285px;
  }
  .about-doctor__stiker {
    width: 105px;
    height: 140px;
  }

  .banner-doctor__text {
    padding: 0;
  }
  .banner-doctor__text:before {
    display: none;
  }
  .banner-doctor__left {
    width: 430px;
  }
  .banner-doctor__capt {
    flex-direction: column;
    gap: 20px;
  }
  .banner-doctor__name {
    margin-right: 0;
  }
  
  .banner-call {
    padding: 26px ;
    gap: 16px 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner-call:after {
    background-position: right -110px bottom;
  }
  .banner-call__phone {
    width: 40%;
    text-align: center;
  }
  .banner-call .wr-mess {
    width: 40%;
    justify-content: center;
  }
  .banner-call .wr-mess__label {
    display: block;
  }
  .banner-call .btn {
    width: 40%;
  }
  .banner-call__img {
    display: none;
  }

  .section-slider-actions,
  .actions {
    padding: 1px 0 64px 0;
  } 

  .accordion-head__name,
  .accordion__name {
    min-width: 360px;
    width: 360px;
  }
  .accordion-head__price,
  .accordion-head__sale,
  .accordion__price,
  .accordion__old-price,
  .accordion__new-price,
  .accordion__ret-price {
    min-width: 160px;
    width: 150px;
  }

  .filter {
    column-gap: 12px;
    row-gap: 10px;
  }

  .wr-advans .col-6 {
    margin-bottom: 24px;
  }

  .step {
    padding: 33px 46px 48px 46px; 
  }
  .step__title {
    font-size: 36px;
  }
  .step__text {
    font-size: 18px;
  } 

  .offer-main__title {
    font-size: 38px;
    max-width: 610px;
  }

  .title-desc__desc {
    font-size: 16px;
    line-height: 145%;
  }
  .text-logo__text {
    max-width: 100%;
  }
  .text-logo__img {
    display: none;
  }

  .row-link-img-bot {
    margin: 44px -12px 0 -12px;
  }
  .row-link-img-bot .link-img-bot {
    width: calc(50% - 24px);
    margin: 0 12px;
  }

  .menu-services__wr {
    background-position: right -540px bottom;
    background-size: cover;
  }

  .for-whom__text {
    font-size: 15px;
    line-height: 135%;
  }

  .cont-row__first {
    width: 556px;
  }
  .cont-row__first img {
    object-fit: cover;
  }

  .subscription {
    background-size: cover;
  }

  .subscription .forma__title {
    min-width: 100%;
    text-align: center;
  }
  .forma--line {
    flex-direction: column;
    width: 100%;
  }

  .footer__bottom .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__col:first-child {
    width: 460px;
  }
  .footer__col:nth-child(2) .footer-menu {
    column-count: 1;
    margin-bottom: 20px;
  }
  .footer__oferta {
    margin: 12px 0;
  }
}