@media screen and (max-width: 575px) {
  .btn {
    padding: 12px 21px;
  }

  .wr-header {
    position: relative;
    margin-bottom: 73px;
  }

  .header .logo {
    max-width: 130px;
  }
  .header-cont {
    justify-content: center;
    align-items: center;
    gap: 26px;
  }
  .header-cont__phone {
    font-size: 16px;
  }
  .header-cont__adress {
    font-size: 14px;
    margin-bottom: 0;
  }
  .header-map {
    /*display: none;*/
	font-size: 14px;
  }

  .wr-mobile-menu {
    width: 100%;
  }

  .pagination a {
    width: 36px;
    height: 36px;
  }
  .page-numbers.current {
    width: 38px;
    height: 38px;
  }
  .page-numbers.dots {
    width: 38px;
    height: 38px;
  }
  .next.page-numbers, 
  .prev.page-numbers {
    min-width: 36px;
    min-height: 36px;
    width: 36px;
    height: 36px;
  }
  .next.page-numbers {
    margin-left: 10px;
  }
  .prev.page-numbers {
    margin-right: 10px;
  }

  .cart-news__wr-data {
    flex-direction: column;
  }
  .cart-news__wr-data .cart-news__data {
    align-self: flex-end;
  }

  .img-left-text {
    align-items: unset;
  }

  .banner-expert {
    padding-left: 24px;
  }
  .banner-expert:after {
    background-image: url(/local/templates/medseo_new/img/banner-expert-bg-mb.png);
    background-position: top center;
    border-radius: 20px;
    background-size: contain;
  }
  .banner-expert__img {
    max-width: 88px;
  }
  .banner-expert__title {
    padding-left: 110px;
    margin-bottom: 7px;
    font-size: 28px;
    min-height: 105px;
  }
  .banner-expert__img {
    left: 24px;
  }

  .about-doctor {
    border-radius: 20px;
    overflow: hidden;
  }
  .about-doctor:before {
    border-radius: 20px;
  }
  .about-doctor__first {
    padding: 28px 24px 20px 24px;
  }
  .about-doctor__name {
    font-size: 24px;
  }
  .about-doctor__desc {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about-doctor__stiker {
    right: 30px;
    width: 65px;
  }
  .about-doctor__last {
    padding: 0 24px 24px 24px;
  }
  .about-doctor__img img {
    width: 260px;
    right: -20px;
    max-height: 287px;
    object-fit: cover;
  }
  .about-doctor__price {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    margin-bottom: 11px;
  }
  .about-doctor__price span {
    width: 118px;
    font-size: 16px;
  }
  .about-doctor__price div {
    font-size: 24px;
    margin-top: 0;
  }
  .about-doctor__stag span {
    font-size: 16px;
    width: 70px;
    display: block;
  }
  .about-doctor__stag div {
    font-size: 40px;
  }
  .about-doctor__last .btn {
    margin: 106px auto 0 auto;
    display: flex;
    max-width: 250px;
  }

  .filter {
    row-gap: 8px;
  }

  .slider-doctors .slick-list {
    width: calc(100% + 200px);
  }

  .banner-doctor__left {
    margin-bottom: -100px;
    padding: 30px 0 0 0;
  }
  .banner-doctor__capt {
    margin-top: 24px;
    gap: 7px;
  }
  .banner-doctor__stag div {
    font-family: "ManBold";
    font-size: 40px;
  }
  .banner-doctor__name {
    width: 100%;
    margin-bottom: 10px;
  }
  .banner-doctor__stag span {
    width: 70px;
    display: block;
  }
  .banner-doctor__img {
    height: 310px;
    width: 340px;
  }

  .cart-action__thumb {
    height: 250px;
  }

  .lab-items {
    gap: 10px;
  }
  .lab-items .lab-item {
    padding: 16px;
  }
  .lab-item__capt {
    padding: 0;
  }
  .lab-item__img {
    display: none;
  }
  .lab-item__text {
    font-size: 14px;
  }

  .link-img-bot {
    padding: 10px 20px;
  }
  .row-link-img-bot {
    margin: 20px -12px 0 -12px;
  }
  .row-link-img-bot .link-img-bot {
    width: calc(100% - 24px);
    margin-bottom: 10px;
    margin-top: 0!important;
  }
  .linc-img-bot__top {
    margin-bottom: 0;
    align-items: center;
  }
  .linc-img-bot__title {
    font-size: 16px;
  }
  .link-img-bot__img {
    display: none;
  }

  .menu-services__wr {
    background-position: right 80% bottom;
  }

  .forma--line {
    gap: 20px;
  }

  .subscription {
    background-position: top -54px left -57px;
  }

  .wr-phone--line .wr-phone__phone {
    font-size: 22px;
  }

  .map>iframe {
    height: 320px!important;
  }

  .footer__top {
    border-radius: 20px 20px 0px 0px;
  }
}

@media screen and (max-width: 359px) {
  .header__buttons {
    flex-wrap: wrap;
  }
}