body,
html {
  line-height: 1.2;
}

body,
html,
input,
textarea {
  -webkit-animation: 1s infinite bugfix;
  margin: 0;
}

body,
button,
html,
input,
textarea,
ul,
ul li {
  padding: 0;
}

.alphabet,
.anchors .anchor,
.btn,
.likes,
.selectors,
.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.title,
body,
html {
  font-weight: 400;
}

.accordion-schedule .accordion__item:last-child,
p {
  margin-bottom: 0;
}

.accordion__head,
.card,
.card span,
.selector,
.service-anchors__item a {
  position: relative;
}

.selector,
a:active,
a:focus,
button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
  outline: 0;
}

.doc-info,
.no-sctoll,
.promo-page,
.review-page,
.selector__body {
  overflow: hidden;
}

.alphabet__text,
body,
html {
  font-style: normal;
}

.article-hero__info,
.articles__info,
.doc-info__quote,
.header__contacts-text,
.header__logo,
.hero__slider-item,
.hero__steps-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

:root {
  --color-accent-main: #ac2028;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: Circe, sans-serif;
  font-size: 0.520835vw;
}

@media (max-width: 1440px) {
  html {
    font-size: 0.69445vw;
  }
}

body {
  color: #2a2931;
  background: #f2f1f5;
}

input,
textarea {
  line-height: inherit;
}

a {
  color: unset;
}

a,
a:hover {
  text-decoration: none;
}

a,
button,
input,
textarea {
  outline: 0;
  cursor: pointer;
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

button {
  border: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  background-color: inherit;
}

ul {
  margin: 0;
}

ul li {
  margin: 0;
  list-style: none;
}

.container {
  width: 132rem;
  margin: 0 auto;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.btn {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  border-radius: 1.2rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn span,
.selector {
  -webkit-transition: 0.5s;
}

.btn span {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 140%;
  transition: 0.5s;
}

.btn-red,
.btn-white:hover {
  background: #ac2028;
  border: 1px solid #ac2028;
}

.btn-red:hover,
.btn-white {
  border: 1px solid rgba(42, 41, 49, 0.5);
}

.btn-red span,
.btn-white:hover span {
  color: #fff;
}

.btn-red:hover {
  background: 0 0;
}

.btn-red:hover span,
.btn-white span,
.selector option,
.selector:hover > option {
  color: #2a2931;
}

.alphabet,
.likes,
.slider-navigation {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-with-pagination,
.slider-navigation .slider-btn {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
}

.slider-navigation .slider-btn {
  width: 4rem;
  height: 4rem;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 67, 92, 0.33);
  -webkit-box-shadow: 0.8rem 0.8rem 2rem rgba(112, 166, 197, 0.3);
  box-shadow: 0.8rem 0.8rem 2rem rgba(112, 166, 197, 0.3);
  border-radius: 0.5rem;
  cursor: pointer;
}

.slider-navigation .slider-btn svg {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-navigation .slider-btn-right:hover svg {
  -webkit-transform: scale(1.2) translate(0.3rem, 0);
  transform: scale(1.2) translate(0.3rem, 0);
}

.slider-navigation .slider-btn-left:hover svg {
  -webkit-transform: scale(1.2) translate(-0.3rem, 0);
  transform: scale(1.2) translate(-0.3rem, 0);
}

.slider-navigation .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.doctors-hero .doctors__red-block,
.hero.--serv,
.section,
section {
  margin-bottom: 6rem;
}

.accordion-schedule .accordion__item,
.header__nav-serv-item:not(:last-child) {
  margin-bottom: 1rem;
}

.title {
  font-size: 3.6rem;
  line-height: 124%;
}

.navigation-with-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.navigation-with-pagination__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
}

.anchors,
.articles__bottom,
.articles__head,
.articles__info,
.articles__item,
.breadcrumb__list,
.header__content,
.header__logo,
.header__nav,
.header__nav .nav,
.header__nav-list,
.hero__slider-btns,
.hero__slider-item,
.prices__head,
.prices__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
}

.navigation-with-pagination__btn svg {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.navigation-with-pagination__btn svg path {
  stroke: #ac2028;
}

.navigation-with-pagination__left svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navigation-with-pagination__pagination {
  margin: 0 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 140%;
  color: #89898c;
}

.breadcrumb__arrow,
.breadcrumb__item:not(:last-child) {
  margin-right: 1.2rem;
}

.breadcrumb__link,
.likes__text {
  font-size: 1.2rem;
  font-weight: 350;
}

.navigation-with-pagination__pagination .swiper-pagination-current {
  color: #ac2028;
}

.navigation-with-pagination .swiper-button-disabled svg path {
  stroke: #2a2931;
}

.breadcrumb__list {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.anchors,
.likes__icon,
.selector__head {
  -webkit-box-align: center;
}

.breadcrumb__arrow {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.breadcrumb__link {
  line-height: 132%;
  color: #89898c;
}

.breadcrumb__item.active .breadcrumb__link {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 132%;
  color: #ac2028;
}

.likes.zen {
  margin-right: 2.5rem;
  cursor: pointer;
}

.likes__icon {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.likes__text {
  line-height: 132%;
  color: #ac2028;
}

.item-address__name {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #ac2028;
}

.item-address__icon {
  flex-shrink: 0;
  width: 2.2rem;
  aspect-ratio: 1;
  object-fit: contain;
}

.item-address__text {
  margin: 0 0 0.5em;
  font-size: 1.6rem;
  line-height: 1.17;
}

.accordion__head {
  padding-block: 1rem;
  cursor: pointer;
}

.accordion__body,
.service-anchors__item {
  display: none;
}

.accordion-schedule {
  padding: 1.2rem 2rem;
  background-color: #fff;
  border-radius: 2.4rem;
}

.accordion-schedule .accordion__head::before {
  content: '';
  position: absolute;
  top: 1.8rem;
  right: 0;
  display: block;
  width: 2rem;
  aspect-ratio: 1.8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10'%3E%3Cpath d='M17,1,9,9,1,1' fill='none' stroke='%23ac2028' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.accordion-schedule .accordion__head-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  color: #ac2028;
}

.accordion-schedule .accordion__body {
  padding-top: 2rem;
  padding-inline: 2rem;
}

.accordion-schedule .accordion__body-inner {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 2rem;
}

.notice {
  padding: 4rem 5rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #000;
  border: 1px solid rgba(42, 41, 49, 0.1);
  border-radius: 2.4rem;
}

.alphabet__text,
.selector,
.selector__body-item,
.selector__head-text,
.service-anchors__item a {
  font-size: 1.6rem;
  line-height: 140%;
}

.notice.--accent {
  color: #fff;
  background-color: var(--color-accent-main);
  border: 0;
}

.card,
.notice.--white {
  background-color: #fff;
}

.notice.--white {
  border: 0;
}

.card:after,
.card:before {
  background-color: #fff;
  border-radius: 2.4rem 2.4rem 0 0;
  top: -1.5rem;
  z-index: 0;
  position: absolute;
  content: '';
}

.notice.--help-discount .notice__title {
  font-size: 3.2rem;
}

.notice__title {
  text-wrap: balance;
}

.clinics-schedule {
  margin-bottom: 2.4rem;
}

.card {
  padding: 2.5rem;
  border-radius: 2.4rem;
}

.card span {
  z-index: 1;
}

.card:before {
  width: 40%;
  height: 100%;
  right: 0;
  display:none;
}

.card:after {
  width: 5rem;
  height: 5rem;
  right: 30%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.anchors {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.anchors .anchor {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  font-size: 1.3rem;
  font-weight: 350;
  line-height: 132%;
  letter-spacing: -0.325px;
  border-radius: 5rem;
  background: #fff;
}

.selector:last-child:hover,
.selector:not(:last-child):hover {
  font-weight: 600;
  border-bottom: 2px solid #ac2028;
  color: #ac2028;
}

.service-anchors__item.active {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.service-anchors__item:not(:last-child) {
  margin-right: 3rem;
}

.service-anchors__item a {
  display: block;
  padding-bottom: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-anchors__item a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #ac2028;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-anchors__item a:hover {
  color: #ac2028;
}

.selector:hover::before,
.service-anchors__item a:hover::before {
  width: 100%;
}

.selectors {
  margin-bottom: 1.6rem;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5rem;
}

.selector {
  padding-right: 3rem;
  width: 15rem;
  padding-bottom: 0;
  font-family: Circe;
  color: #2a2931;
  transition: 0.5s;
  background: url('/local/templates/new-main/img/select-srrow.svg') 100% center
    no-repeat;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-appearance: none;
}

.selector:last-child {
  width: fit-content;
  background-image: url('/local/templates/new-main/img/select-srrow-double.svg');
}

.selector:not(:last-child):hover {
  background-image: url('/local/templates/new-main/img/select-srrow-red.svg');
}

.selector::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ac2028;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.review-page .selector {
  width: 22rem;
}

.articles .selector {
  width: fit-content;
}

.selector__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__content,
.header__nav {
  -webkit-box-align: center;
  display: flex;
}

.selector__head-text {
  margin-right: 3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.selector__head svg {
  width: 1rem;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.selector.-active .selector__head-text,
.selector__head:hover .selector__head-text {
  font-weight: 700;
  color: #ac2028;
}

.selector.-active svg path,
.selector__head:hover svg path {
  stroke: #ac2028;
}

.selector__body {
  padding-top: 2rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  max-height: 0;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 0 1.2rem 1.2rem;
}

.selector__body-item {
  padding: 1rem 2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.hero__text span,
.promo-detail__title span,
.selector__body-item:hover,
.service-hero__price span {
  color: #ac2028;
}

.selector.-active {
  background: #fff;
}

.selector.-active .selector__body {
  background: #fff;
  height: auto;
  max-height: 100rem;
}

.alphabet__text {
  margin-right: 1.2rem;
  font-weight: 400;
}

.alphabet__icon {
  width: 0.7rem;
}

.alphabet__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.header {
  padding: 2.4rem 0;
  position: sticky;
  top: 0;
  background: #f2f1f5;
  z-index: 100;
}

.header__content,
.header__logo,
.header__nav-item,
.header__nav-item a {
  position: relative;
}

.header__logo,
.header__nav {
  background: #fff;
  border-radius: 2.4rem;
}

.header__content {
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 8.4rem;
  gap: 1rem;
}

.header__logo {
  height: 12.5rem;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.6rem;
  z-index: 25;
}

.header__logo img {
  height: 100%;
  width: auto;
  max-width: 13rem;
  w-o-object-fit: contain;
  object-fit: contain;
}

.header__logo-date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Jura;
  font-weight: 500;
  font-size: 10px;
  line-height: 123%;
  color: #89898c;
}

.header__contacts-tel,
.header__nav-item {
  font-weight: 700;
  line-height: 140%;
  color: #2a2931;
}

.header__nav {
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 8.5rem;
  padding: 1.2rem 2rem;
  flex: 1;
}

.header__nav .nav {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.header__nav-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-item,
.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.header__nav-item {
  height: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
}

.header__contacts,
.header__search {
  height: 8.4rem;
  background: #fff;
  border-radius: 2.4rem;
}

.header__nav-item:not(:last-child) {
  margin-right: 1rem;
}

.header__nav-item img {
  margin-right: 0.5rem;
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__nav-item a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #2a2931;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__nav-item a:hover:before {
  width: 100%;
}

.header__nav-item.--with-sub {
  position: relative;
  padding-right: 2.5rem;
}

.header__nav-item.--with-sub::after {
  content: '';
  position: absolute;
  top: 38%;
  bottom: 33%;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='16' fill='none'%3e%3cscript xmlns=''/%3e%3cpath stroke='%23363636' stroke-linecap='round' stroke-width='3' d='M9 2 3 8l6 6'/%3e%3cscript xmlns=''/%3e%3c/svg%3e");
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header__nav-item.--with-sub.-active::after {
  width: 2.2rem;
  top: 30%;
  right: -0.5rem;
  height: 2.2rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 15L9 21M15 15L21 21M15 15L9 9M15 15L21 9' stroke='%232a2931' stroke-width='2' stroke-linecap='round'%3e%3c/path%3e%3c/svg%3e");
}

.header__nav-item.--service {
  padding-right: 3.5rem;
}

.header__nav-item.--service::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: rgba(42, 41, 49, 0.1);
}

.header__nav-item.--service::after {
  right: 1.5rem;
}

.header__nav-item.--clinics img {
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
}

.header__nav-serv-title,
.promo-detail__about-text p:not(:last-child),
.promo-page__text p:not(:last-child) {
  margin-bottom: 2.4rem;
}

.header__search {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7rem;
}

.header__search img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
}

.header__contacts-content {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__contacts-content .btn {
  padding: 0 1rem;
}

.header__contacts-phone {
  padding: 0.5rem 0;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__contacts-phone .desc {
  margin-right: 0.5rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #25d366;
  border-radius: 50%;
  transition: 0.3s;
}

.header__contacts-phone .desc:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.header__contacts-phone .desc svg {
  display: block;
  width: 60%;
  height: 60%;
  color: #fff;
  pointer-events: none;
}

.header__burger,
.header__contacts-phone .mob,
.menu-bottom {
  display: none;
}

.header__contacts-img {
  margin-right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__contacts-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__contacts-text a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__contacts-tel {
  font-size: 1.8rem;
}

.header__contacts-callback {
  font-weight: 350;
  font-size: 1.2rem;
  line-height: 132%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #17171a;
  opacity: 0.8;
}

.header__nav-serv-item.-active svg path,
.header__nav-serv-item:hover svg path {
  stroke: #fff;
}

.header__nav-serv {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 10;
}

.header__nav-serv-body {
  height: 75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5rem;
  border-radius: 2.4rem;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 6rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.header__nav-serv-left {
  width: 26%;
}

.header__nav-serv-list {
  overflow-y: scroll;
  height: 90%;
}

.header__nav-serv-list::-webkit-scrollbar {
  display: none;
}

.header__nav-serv-item {
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 1.2rem;
  border: 1px solid rgba(42, 41, 49, 0.1);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__nav-serv-item a {
  font-size: 1.6rem;
  line-height: 140%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.header__nav-serv-item a:hover {
  font-size: 1.65rem;
}

.header__nav-serv-item svg {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__nav-serv-item.-active,
.header__nav-serv-item:hover {
  background: #ac2028;
  border: 1px solid #ac2028;
  color: #fff;
}

.header__nav-serv-right {
  width: 70%;
}

.header__nav-serv-right-item {
  display: none;
  width: 100%;
}

.header__nav-serv-right-item.-active {
  display: block;
  width: 100%;
}

.header__nav-serv-right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-serv-right-close,
.header__nav-serv-right-content-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  -webkit-box-align: center;
}

.header__nav-serv-right-title {
  margin-bottom: 2rem;
  color: #ac2028;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

.header__nav-serv-right-close span,
.header__nav-serv-right-content-link,
.header__nav-sub-item {
  line-height: 140%;
  font-size: 1.6rem;
}

.header__nav-serv-right-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}

.header__nav-serv-right-close span {
  font-weight: 700;
}

.header__nav-serv-right-close svg {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__nav-serv-right-content {
  margin-top: auto;
  height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.6rem 5rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(42, 41, 49, 0.1);
  overflow-y: scroll;
}

.header__nav-serv-right-content::-webkit-scrollbar {
  display: none;
}

.header__nav-serv-right-content-col {
  width: 45%;
}

.header__nav-serv-right-content-item {
  width: fit-content;
  padding-bottom: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.doctors-hero__title,
.header__nav-serv-right-content-item:not(:last-child),
.serv__title {
  margin-bottom: 1.6rem;
}

.header__nav-serv-right-content-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #d6d5da;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__nav-serv-right-content-item:hover::before {
  background: #2a2931;
}

.header__nav-serv-right-content-item-sub {
  display: none;
  margin: 1.6rem 0;
  max-width: 100%;
  padding: 0 2.4rem;
  overflow: hidden;
}

.header__nav-serv-right-content-item-sub-item {
  color: #89898c;
  font-size: 1.6rem;
  line-height: 140%;
}

.header__nav-serv-right-content-item-sub-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.header__nav-serv-right-content-item-sub-item a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__nav-serv-right-content-item-sub-item a:hover {
  color: #2a2931;
}

.header__nav-serv-right-content-plus {
  margin-left: 0.8rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__nav-serv-right-content-plus svg {
  display: block;
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__nav-serv-right-content-plus.-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.header__nav-serv-right-content-plus.-active svg path {
  fill-opacity: 1;
}

.header__nav-sub {
  display: none;
  position: absolute;
  top: 120%;
  left: -100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.2rem;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 4rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.4rem 4rem 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.header__nav-sub-item {
  display: block;
  white-space: nowrap;
}

.header__nav-sub-item:not(:last-child) {
  margin-bottom: 1rem;
}

.header__nav-sub.--review {
  padding: 1.2rem 12rem 1.2rem 2.4rem;
}

.header__nav-sub.--clinics {
  padding: 2.4rem;
}

.header__nav-sub.--clinics .header__nav-sub-item-child,
.header__nav-sub.--clinics .header__nav-sub-item-metro {
  margin-bottom: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-sub.--clinics .header__nav-sub-item-child img,
.header__nav-sub.--clinics .header__nav-sub-item-metro img {
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__nav-sub.--clinics
  .header__nav-sub-item-metro
  .header__nav-sub-item-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100.5%;
  color: #ac2028;
}

.header__nav-sub.--clinics
  .header__nav-sub-item-child
  .header__nav-sub-item-text {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 100.5%;
}

.header__nav-sub.--clinics .header__nav-sub-item-adress,
.header__nav-sub.--clinics .header__nav-sub-item-schedule {
  padding-left: 3rem;
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 132%;
}

.header__nav-sub.--clinics .header__nav-sub-item-tel {
  margin-bottom: 2rem;
  display: block;
  padding-left: 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 132%;
}

.clinics-hero__cards,
.hero__content,
.promo-detail__bottom,
.promo-page__content,
.review-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero__banner,
.hero__steps-item {
  display: -webkit-box;
  display: -ms-flexbox;
}

.hero__banner {
  width: 72%;
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 2.4rem;
}

.hero__banner-content {
  width: 48%;
  padding: 8rem 0 5.6rem 5.6rem;
}

.hero__banner-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.hero__banner-img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__info {
  margin-bottom: 8.2rem;
}

.hero__title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 100%;
  color: #2a2931 !important;
}

.hero__slider-label,
.hero__text {
  margin-bottom: 3rem;
}

.hero__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 116.9%;
}

.hero__name,
.hero__slider-label {
  font-size: 1.2rem;
  line-height: 132%;
  font-weight: 350;
}

.hero__text span {
  display: block;
}

.hero__right {
  position: relative;
  padding: 2.4rem;
  width: 26%;
  background: linear-gradient(149.85deg, #fff 24.04%, #f5f5f5 89.8%);
  border-radius: 2.4rem;
}

.hero__right .slider-navigation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 45%;
  left: -5%;
  width: 110%;
}

.hero__slider {
  height: 100%;
}

.hero__slider-item {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.hero__slider-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hero__slider-title {
  margin-bottom: 1.2rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 116.9%;
}

.hero__slider-sum {
  margin-bottom: 5rem;
  font-family: Jura;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 110%;
  color: #ac2028;
}

.hero__slider-img {
  margin-top: auto;
  margin-bottom: 1rem;
  width: 100%;
}

.hero__slider-img img {
  width: 100%;
  height: 24rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero__slider-btns {
  margin-top: auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero.--serv .doctors__red-block,
.hero__steps {
  margin-top: 1.2rem;
}

.hero__slider-btns .btn {
  width: 47%;
}

.hero__steps {
  position: relative;
}

.hero-about__cards .swiper-wrapper,
.hero__steps .swiper-wrapper {
  padding: 2rem 0;
}

.swiper-slide.hero__steps-item {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25.4rem;
  height: 14.6rem;
}

.hero__steps-item:not(:last-child) {
  margin-right: 1.2rem;
}

.hero__steps-item-info {
  width: 60%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero__steps-item-title {
  position: relative;
  z-index: 1;
  font-family: Jura;
  font-weight: 700;
  font-size: 2.4rem;
}

.hero__steps-item-text {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: rgba(42, 41, 49, 0.6);
}

.service-hero__text-bold,
.service-hero__title {
  font-weight: 700;
  color: #000;
  margin-bottom: 2rem;
}

.hero.--serv .hero__banner-content {
  width: 50%;
  padding: 4.8rem 0 5.6rem 5.6rem;
}

.hero.--serv .hero__info {
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 118%;
}

.hero.--serv .hero__info span {
  font-weight: 700;
}

.service-hero__content {
  padding: 4.3rem 6rem;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b8cfd7),
    color-stop(47.77%, #cbe2e8),
    to(#97c3df)
  );
  background: linear-gradient(180deg, #b8cfd7 0, #cbe2e8 47.77%, #97c3df 100%);
  border-radius: 2.4rem;
  overflow: hidden;
}

.service-hero__content::before {
  content: '';
  position: absolute;
  top: -2%;
  left: 00%;
  height: 110%;
  width: 51%;
  background: rgba(222, 241, 245, 0.5);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
  -webkit-backdrop-filter: blur(0rem);
  backdrop-filter: blur(0rem);
  z-index: 2;
}

.service-hero__back {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.service-hero__info {
  position: relative;
  z-index: 3;
  width: 50%;
}

.service-hero__title {
  font-size: 4.5rem;
  line-height: 110%;
}

.service-hero__text-bold {
  font-size: 1.8rem;
  line-height: 118%;
}

.service-hero__text {
  margin-bottom: 6rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 130%;
}

.service-hero__price {
  margin-bottom: 5rem;
  color: #2a2931;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

.service-hero__cards {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-hero__card {
  width: 48%;
}

.service-hero__card-title {
  margin-bottom: 1.2rem;
  color: #af0017;
  font-size: 2.4rem;
  font-family: Jura;
  font-weight: 700;
  line-height: 110%;
}

.service-hero__card-text {
  color: rgba(42, 41, 49, 0.6);
  font-size: 1.6rem;
  line-height: 140%;
}

.promo-detail__banner {
  margin-bottom: 2.8rem;
  position: relative;
  padding: 5rem 6rem;
  background-color: #fff;
  border-radius: 2.4rem;
}

.clinics-hero__card,
.promo-detail__info {
  width: 49%;
}

.promo-detail__date {
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 130%;
}

.promo-detail__title {
  margin-bottom: 3rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

.promo-detail__price-old {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-family: Jura;
  font-weight: 500;
  line-height: 110%;
  opacity: 0.7;
  text-decoration: line-through;
}

.promo-detail__price {
  margin-bottom: 5rem;
  font-size: 6rem;
  font-family: Jura;
  font-weight: 700;
  line-height: 110%;
}

.promo-detail__img {
  position: absolute;
  right: 5%;
  bottom: 0;
  height: 90%;
}

.promo-detail__img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo-detail__about {
  width: 72%;
  padding: 3.6rem 4.4rem 5.4rem 4.5rem;
  border-radius: 2.4rem;
  background: #fff;
}

.promo-detail__about-title {
  margin-bottom: 3rem;
  font-size: 2.5rem;
  line-height: 114%;
}

.promo-detail__about-text {
  color: #000;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 130%;
}

.promo-detail__location {
  padding: 4.5rem 3.5rem 6rem;
  width: 26%;
  border-radius: 2.4rem;
  background: #fff;
}

.promo-detail__location-title {
  position: relative;
  z-index: 2;
  margin-bottom: 3.6rem;
  font-size: 1.8rem;
  font-family: Jura;
  font-weight: 700;
  line-height: 110%;
  color: #ac2028;
}

.promo-detail__location-info,
.promo-page__title {
  position: relative;
  z-index: 2;
}

.promo-detail__location-info:not(:last-child) {
  margin-bottom: 2rem;
}

.promo-detail__location-children,
.promo-detail__location-metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promo-detail__location-metro-icon {
  margin-right: 1rem;
  width: 3rem;
  height: 2rem;
}

.promo-detail__location-metro-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.promo-detail__location-metro-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 110%;
  color: #ac2028;
}

.promo-detail__location-children-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
}

.promo-detail__location-children-icon img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.promo-detail__location-children-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 118%;
}

.promo-detail__location-docs {
  margin-bottom: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.promo-detail__location-docs-img {
  margin-right: 1.5rem;
  width: 7.2rem;
  height: 3.2rem;
}

.promo-detail__location-docs-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.promo-detail__location-docs-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.5rem;
  height: 2.6rem;
  font-size: 1.3rem;
  font-weight: 350;
  line-height: 132%;
  letter-spacing: -0.325px;
  border-radius: 50px;
  background: #f2f1f5;
}

.promo-detail__location-adress {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  line-height: 132%;
}

.promo-detail__location-schedule {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  line-height: 132%;
}

.promo-detail__location-phone {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
}

.promo-page__left {
  margin-right: 1.6rem;
  width: 37%;
}

.promo-page__text {
  padding: 4rem 5rem;
  font-weight: 350;
  font-size: 1.8rem;
  line-height: 130%;
  border-radius: 24px;
}

.promo-page__text-title {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 114%;
}

.promo-page__text.--red {
  margin-bottom: 1.2rem;
  color: #fff;
  background: #ac2028;
  border: 1px solid #ac2028;
}

.promo-page__text.--white {
  border: 1px solid rgba(42, 41, 49, 0.1);
  color: #000;
}

.promo-page__right {
  position: relative;
  width: 64%;
  padding: 2.4rem;
  background: #fff;
  border-radius: 2.4rem 0 0 2.4rem;
}

.promo-page__right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  height: 100%;
  width: 100vw;
  background: #fff;
}

.promo-page__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.promo-page .navigation-with-pagination {
  opacity: 0;
  pointer-events: none;
}

.promo-page__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.promo-page .promo__item {
  width: 35.3rem;
}

.doctors-hero {
  margin-bottom: 4rem;
}

.doctors-hero__content {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

.doctors-hero .doctors__item {
  position: relative;
  width: 100%;
}

.doc-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}

.doc-info__left {
  width: 37.8%;
}

.doc-info__left-info-line {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(42, 41, 49, 0.15);
}

.doc-info__left-info-line-title {
  width: 21%;
  font-size: 1.6rem;
  line-height: 140%;
}

.doc-info__left-info-line-value {
  width: 78%;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 118%;
}

.doc-info__left-info-line-value a,
.doc-info__left-info-line-value span {
  display: block;
  transition: 0.3s;
}

.doc-info__left-info-line-value a:hover {
  color: #ac2028;
}

.doc-info__left-info-line-value a:not(:first-child) {
  margin-top: 0.5rem;
}

.doc-info .doc-info__img {
  margin-bottom: 0.5rem;
  height: 65rem;
  position: relative;
  width: 100%;
  border-radius: 2.4rem;
  overflow: hidden;
  background: linear-gradient(161.64deg, #efeef1 6.56%, #dadce1 94.27%);
}

.doc-info .doc-info__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

.doc-info__quote {
  position: absolute;
  right: 2.4rem;
  left: 2.4rem;
  bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.4rem;
  border-radius: 2.4rem;
  background: #fff;
}

.doc-info__quote-icon {
  width: 1.8rem;
  height: 1.8rem;
}

.doc-info__quote-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.doc-info__quote-icon:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.doc-info__quote-icon:last-child img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.doc-info__quote-text {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 130%;
}

.doc-info__card span,
.doc-info__item-body-item span,
.doc-info__item-name {
  font-weight: 700;
  color: #ac2028;
}

.doc-info__btn {
  margin-bottom: 3rem;
  width: 100%;
}

.doc-info__right {
  position: relative;
  width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.4rem;
  border-radius: 2.4rem 0 0 2.4rem;
  background: #fff;
}

.doc-info__right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.doc-info__right-content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 2.4rem;
  border-radius: 1.2rem;
  background: #f2f1f5;
}

.doc-info__right-bottom {
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doc-info__right-bottom-right,
.doc-info__right-close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.doc-info__right-bottom-right {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}

.doc-info__right-close-btn {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  background: rgba(255, 67, 92, 0.33);
  -webkit-box-shadow: 8px 8px 20px 0 rgba(112, 166, 197, 0.3);
  box-shadow: 8px 8px 20px 0 rgba(112, 166, 197, 0.3);
  cursor: pointer;
}

.doc-info__right-close-btn img {
  width: 40%;
  height: 40%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.doc-info__name {
  margin-bottom: 2.4rem;
  font-size: 3rem;
  line-height: 104%;
}

.doc-info__item {
  padding: 2rem 2.4rem;
  border-radius: 12px;
  border: 1px solid rgba(42, 41, 49, 0.1);
}

.doc-info__item:not(:last-child) {
  margin-bottom: 1.2rem;
}

.doc-info__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.doc-info__item-name {
  font-size: 1.8rem;
  line-height: 118%;
}

.doc-info__item-cross {
  width: 3rem;
  height: 3rem;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.doc-info__item-cross img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.doc-info__item-head.-active .doc-info__item-cross {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.doc-info__item-body {
  display: none;
  padding-top: 2.4rem;
}

.articles__pagination,
.doc-info__cards {
  display: -webkit-box;
  display: -ms-flexbox;
}

.doc-info__item-body-item {
  position: relative;
  padding-left: 3rem;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 142%;
}

.clinics-hero__title,
.doc-info__item-body-item:not(:last-child) {
  margin-bottom: 1rem;
}

.doc-info__item-body-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ac2028;
}

.doc-info__cards {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
}

.doc-info__card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.doc-info__card span {
  font-size: 1.8rem;
  font-family: Jura;
  line-height: 110%;
}

@media (max-width: 48em) {
  .promo-page__text p:not(:last-child),
  section {
    margin-bottom: 4.8rem;
  }

  .doc-info__cards,
  .doc-info__content,
  .doctors-hero__content,
  .header__nav,
  .header__nav-list,
  .promo-detail__bottom,
  .promo-page__content,
  .selectors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .doctors-hero__content {
    grid-template-columns: 1fr;
  }

  body,
  html {
    -webkit-text-size-adjust: none;
  }

  html {
    font-size: 1.38889vw;
  }

  .container {
    padding: 0 3rem 2rem;
    width: 100%;
  }

  .btn,
  .card,
  .doc-info__item,
  .doc-info__quote {
    border-radius: 2.4rem;
  }

  .card,
  .card span {
    position: relative;
  }

  .btn {
    height: 10rem;
    padding: 0 6rem;
  }

  .btn span {
    font-size: 3.2rem;
  }

  .breadcrumb__list,
  .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-navigation .slider-btn {
    width: 4rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 67, 92, 0.33);
    -webkit-box-shadow: 0.8rem 0.8rem 2rem rgba(112, 166, 197, 0.3);
    box-shadow: 0.8rem 0.8rem 2rem rgba(112, 166, 197, 0.3);
    border-radius: 0.5rem;
    cursor: pointer;
  }

  .header__nav,
  .selectors {
    -ms-flex-direction: column;
  }

  .header__burger,
  .header__nav,
  .selector.-active {
    background: #fff;
  }

  .card:after,
  .card:before {
    content: '';
    position: absolute;
    background-color: #fff;
    border-radius: 2.4rem 2.4rem 0 0;
    z-index: 0;
  }

  .slider-navigation .slider-btn svg {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .slider-navigation .slider-btn-right:hover svg {
    -webkit-transform: scale(1.2) translate(0.3rem, 0);
    transform: scale(1.2) translate(0.3rem, 0);
  }

  .slider-navigation .slider-btn-left:hover svg {
    -webkit-transform: scale(1.2) translate(-0.3rem, 0);
    transform: scale(1.2) translate(-0.3rem, 0);
  }

  .slider-navigation .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
  }

  .promo-detail__about-title,
  .title {
    font-size: 5rem;
  }

  .navigation-with-pagination__btn {
    width: 3.2rem;
    height: 3.2rem;
  }

  .navigation-with-pagination__pagination {
    margin: 0 6rem;
    font-size: 3.2rem;
  }

  .breadcrumb__item.active .breadcrumb__link {
    font-weight: 400;
    line-height: 132%;
    color: #ac2028;
    font-size: 2.8rem;
  }

  .item-address__icon {
    width: 3rem;
  }

  .accordion-schedule .accordion__body-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .accordion-schedule .accordion__head::before {
    width: 2rem;
  }

  .accordion-schedule .accordion__head-title,
  .doc-info__card span,
  .doc-info__item-body-item,
  .doc-info__item-name,
  .doc-info__quote-text,
  .hero.--serv .hero__info,
  .hero__text,
  .hero__title,
  .promo-detail__about-text,
  .promo-detail__location-children-text,
  .promo-detail__location-title,
  .service-hero__text,
  .service-hero__text-bold {
    font-size: 3.6rem;
  }

  .item-address__name {
    font-size: 3rem;
  }

  .item-address__text {
    font-size: 2.8rem;
  }

  .likes__icon {
    margin-right: 2rem;
  }

  .likes__text {
    font-size: 2.4rem;
  }

  .card {
    padding: 2.5rem;
    background-color: #fff;
  }

  .card span {
    z-index: 1;
  }

  .card:before {
    width: 40%;
    height: 100%;
    right: 0;
    top: -3rem;
  }

  .card:after {
    width: 5rem;
    height: 5rem;
    right: 31%;
    top: -2rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .anchors {
    gap: 2rem;
  }

  .anchors .anchor {
    height: 5.2rem;
    padding: 0 3rem;
    font-size: 2.6rem;
    border-radius: 10rem;
  }

  .service-anchors__item:not(:last-child) {
    margin-right: 3rem;
  }

  .service-anchors__item a {
    padding-bottom: 1rem;
    font-size: 3.2rem;
  }

  .selectors {
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem;
  }

  .articles .selector,
  .review-page .selector,
  .selector,
  .selector:last-child {
    width: 100%;
    max-width: 100%;
    padding: 2rem;
  }

  .selector__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .selector__head-text {
    margin-right: 6rem;
    font-size: 3.2rem;
  }

  .alphabet__icon,
  .selector__head svg {
    width: 3rem;
  }

  .selector__body-item {
    padding: 2rem 3rem;
    font-size: 3.2rem;
  }

  .selector.-active .selector__head-text {
    font-weight: 700;
    color: #ac2028;
  }

  .alphabet__text {
    margin-right: 2rem;
    font-size: 3.2rem;
  }

  .breadcrumb__arrow,
  .breadcrumb__item:not(:last-child) {
    margin-right: 2.4rem;
  }

  .breadcrumb__arrow {
    -o-object-fit: contain;
    object-fit: contain;
    width: 2rem;
    height: 2rem;
  }

  .breadcrumb__link {
    font-weight: 350;
    line-height: 132%;
    color: #89898c;
    font-size: 2.4rem;
  }

  .selector {
    font-size: 3.2rem;
  }

  .header .container,
  .header__burger,
  .header__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
  }

  .header {
    padding: 2rem 0;
  }

  .header .container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }

  .header__content {
    flex: 1;
    height: 11.8rem;
    border-radius: 2rem;
    background: #fff;
    -webkit-box-shadow: 0 0.4rem 10rem -2rem rgba(158, 158, 158, 0.25);
    box-shadow: 0 0.4rem 10rem -2rem rgba(158, 158, 158, 0.25);
    border: unset !important;
  }

  .header__contacts,
  .header__search {
    border-radius: 0;
    z-index: 25;
    height: auto;
  }

  .header__logo {
    height: 11.5rem;
  }

  .header__logo img {
    height: 100%;
    max-width: 25rem;
  }

  .header__logo-date {
    font-size: 1.6rem;
  }

  .header__nav {
    position: absolute;
    top: 0;
    left: -100%;
    flex-direction: column;
    height: 100vh;
    width: 0;
    padding: 14rem 8rem 10rem;
    border-radius: 0;
    z-index: 20;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: auto;
  }

  .header__nav .nav {
    width: 100%;
  }

  .header__nav-list {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .header__nav-item {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 4rem;
  }

  .header__contacts-phone .desc,
  .header__contacts-text,
  .header__nav-item img,
  .header__nav-item.--service::before,
  header .header__contacts-btn {
    display: none;
  }

  .header__nav-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .header__nav-item.--with-sub {
    position: relative;
    padding-right: 10rem;
  }

  .header__nav-item.--with-sub::after {
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
  }

  .header__nav.-active {
    left: 0;
    width: 100vw;
  }

  .header__search {
    width: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }

  .header__search.-active,
  .promo-page .navigation-with-pagination {
    opacity: 1;
    pointer-events: all;
  }

  .header__search span {
    font-size: 4rem;
    font-weight: 700;
    line-height: 100.5%;
    color: #ac2028;
  }

  .doc-info__item-cross,
  .header__search img {
    width: 6rem;
    height: 6rem;
  }

  .header__contacts {
    padding: 0;
  }

  .header__contacts-content {
    height: auto;
  }

  .header__contacts-img {
    margin-right: 0;
    width: 8rem;
    height: 8rem;
  }

  .header__contacts-tel {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 140%;
    color: #2a2931;
  }

  .header__burger {
    position: relative;
    z-index: 25;
    margin-left: 1rem;
    width: 8rem;
    height: 8rem;
    min-height: 8rem;
    min-width: 8rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 2rem;
    -webkit-box-shadow: 0 0.4rem 10rem -2rem rgba(158, 158, 158, 0.25);
    box-shadow: 0 0.4rem 10rem -2rem rgba(158, 158, 158, 0.25);
  }

  .header__burger-content {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background: #ac2028;
    -webkit-box-shadow: 0 1.2rem 10rem -3rem rgba(151, 48, 0, 0.5);
    box-shadow: 0 1.2rem 10rem -3rem rgba(151, 48, 0, 0.5);
    cursor: pointer;
  }

  .header__contacts-phone .mob,
  .menu-bottom {
    display: block;
  }

  .header__burger-content span {
    display: block;
    position: relative;
    width: 100%;
    height: 0.5rem;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header__burger-content span:after,
  .header__burger-content span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.5rem;
    background: #fff;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header__burger-content span:before {
    top: -1.5rem;
  }

  .header__burger-content span:after {
    bottom: -1.5rem;
  }

  .header__burger.-active span {
    background-color: #ac2028;
  }

  .header__burger.-active span:before {
    top: 25%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__burger.-active span:after {
    top: 25%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.6rem 2.4rem;
    border-radius: 2rem;
    background: #fff;
    box-shadow: 0 0.4rem 10rem -2rem rgba(158, 158, 158, 0.25);
    z-index: 99;
  }

  .menu-bottom__list {
    display: flex;
    align-items: center;
  }

  .menu-bottom__item {
    flex: 1;
  }

  .menu-bottom__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }

  .menu-bottom__link svg {
    width: 4.8rem;
    height: 4.8rem;
    min-width: 4.8rem;
    min-height: 4.8rem;
    object-fit: contain;
  }

  .menu-bottom__link span {
    color: #525d73;
    text-align: center;
    font-feature-settings: 'salt' on;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 153.846%;
    letter-spacing: -0.052rem;
  }

  .menu-bottom__link.-active svg path {
    stroke: rgba(172, 32, 40, 1);
  }

  .menu-bottom__link.-active span {
    color: #ac2028;
  }

  .header__nav-serv-item.-active svg path,
  .header__nav-serv-item:hover svg path {
    stroke: #fff;
  }

  .header__nav-serv-item:not(:last-child),
  .header__nav-sub.--clinics .header__nav-sub-item-child,
  .header__nav-sub.--clinics .header__nav-sub-item-metro {
    margin-bottom: 1rem;
  }

  .header__nav-serv {
    position: static;
  }

  .header__nav-serv-body {
    height: auto;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 2rem;
  }

  .header__nav-serv-left {
    width: 100%;
  }

  .header__nav-serv-right,
  .header__nav-serv-title {
    display: none;
  }

  .header__nav-serv-list {
    overflow-y: auto;
    height: 100%;
  }

  .header__nav-serv-item {
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 1.2rem;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header__nav-serv-item a {
    width: 100%;
    font-size: 3.2rem;
  }

  .header__nav-serv-item a:hover {
    font-size: 1.65rem;
  }

  .header__nav-serv-item svg {
    display: block;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header__nav-serv-item.-active,
  .header__nav-serv-item:hover {
    background: #ac2028;
    border: 1px solid #ac2028;
    color: #fff;
  }

  .header__nav-serv-right-item {
    display: none;
    width: 100%;
  }

  .header__nav-serv-right-item.-active,
  .hero__banner {
    display: block;
    width: 100%;
  }

  .header__nav-serv-right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__nav-serv-right-title {
    margin-bottom: 2rem;
    color: #ac2028;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 110%;
  }

  .header__nav-serv-right-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
  }

  .header__nav-serv-right-close span {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 140%;
  }

  .header__nav-serv-right-close svg {
    width: 3rem;
    height: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header__nav-serv-right-content {
    margin-top: auto;
    height: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3.6rem 5rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(42, 41, 49, 0.1);
    overflow-y: scroll;
  }

  .header__nav-serv-right-content::-webkit-scrollbar {
    display: none;
  }

  .header__nav-serv-right-content-col {
    width: 45%;
  }

  .header__nav-serv-right-content-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__nav-serv-right-content-item:not(:last-child) {
    margin-bottom: 1.6rem;
  }

  .header__nav-serv-right-content-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #d6d5da;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header__nav-serv-right-content-item:hover::before {
    background: #2a2931;
  }

  .header__nav-serv-right-content-item-sub {
    display: none;
    margin-top: 1.6rem;
    max-width: 45%;
    padding: 0 2.4rem;
    overflow: hidden;
  }

  .header__nav-serv-right-content-item-sub-item {
    color: #89898c;
    font-size: 1.6rem;
    line-height: 140%;
  }

  .header__nav-serv-right-content-item-sub-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .header__nav-serv-right-content-item-sub-item a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header__nav-serv-right-content-item-sub-item a:hover {
    color: #2a2931;
  }

  .header__nav-serv-right-content-link {
    font-size: 1.6rem;
    line-height: 140%;
  }

  .header__nav-sub-item,
  .header__nav-sub.--clinics
    .header__nav-sub-item-metro
    .header__nav-sub-item-text,
  .service-hero__card-text {
    font-size: 3.2rem;
  }

  .header__nav-serv-right-content-plus {
    margin-left: 0.8rem;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header__nav-serv-right-content-plus svg {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .header__nav-serv-right-content-plus.-active svg path {
    fill-opacity: 1;
  }

  .header__nav-sub {
    width: 100%;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header__nav-sub-item:not(:last-child) {
    margin-bottom: 0;
  }

  .header__nav-sub.--review {
    padding: 1.2rem 12rem 1.2rem 2.4rem;
  }

  .header__nav-sub.--clinics {
    padding: 2.4rem;
  }

  .header__nav-sub.--clinics .header__nav-sub-item-child img {
    margin-right: 2rem;
    width: 4rem;
    height: 4rem;
  }

  .header__nav-sub.--clinics
    .header__nav-sub-item-child
    .header__nav-sub-item-text {
    font-size: 2.6rem;
  }

  .header__nav-sub.--clinics .header__nav-sub-item-adress,
  .header__nav-sub.--clinics .header__nav-sub-item-schedule {
    padding-left: 6rem;
    font-size: 2.4rem;
  }

  .header__nav-sub.--clinics .header__nav-sub-item-tel {
    margin-bottom: 4rem;
    padding-left: 6rem;
    font-size: 2.4rem;
  }

  .hero__banner-content {
    width: 100%;
    padding: 3rem 4rem;
  }

  .hero__banner-img {
    position: relative;
    margin-bottom: 16rem;
  }

  .hero__banner-img img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero__info {
    margin-bottom: 2rem;
  }

  .hero__title {
    display: inline !important;
  }

  .hero__right,
  .promo-page__right::before {
    display: none;
  }

  .hero__text {
    margin-bottom: 3rem;
  }

  .hero__name {
    font-size: 2rem;
  }

  .hero__btn {
    height: 12rem;
    position: absolute;
    width: 96%;
    bottom: 1rem;
    left: 2%;
    right: 2%;
  }

  .hero__steps-item {
    padding: 2.5rem 8rem;
    height: 22.4rem;
  }

  .hero.--serv .hero__banner-content,
  .hero__steps-item-info,
  .promo-detail__about,
  .promo-detail__info,
  .promo-page .promo__item,
  .service-hero__back,
  .service-hero__card,
  .service-hero__info {
    width: 100%;
  }

  .hero__steps-item-title {
    font-size: 4.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .hero__steps-item-text {
    font-size: 3.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .hero.--serv .doctors__red-block {
    margin-top: 1.2rem;
  }

  .service-hero__content {
    padding: 4.3rem 6rem;
    border-radius: 4.8rem;
  }

  .service-hero__content::before {
    width: 105%;
  }

  .promo-detail__title,
  .service-hero__price,
  .service-hero__title {
    font-size: 6rem;
  }

  .service-hero__cards {
    margin-top: 4.8rem;
    gap: 8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-hero__card-title {
    margin-bottom: 2.4rem;
    font-size: 4.8rem;
  }

  .promo-detail__img,
  .promo-detail__img img {
    height: auto;
    width: 100%;
  }

  .promo-detail__about,
  .promo-detail__banner {
    border-radius: 4.8rem;
  }

  .promo-detail__date {
    margin-bottom: 2rem;
    font-size: 3.6rem;
  }

  .promo-detail__price-old {
    font-size: 4rem;
  }

  .promo-detail__price {
    font-size: 8rem;
  }

  .promo-detail__img {
    margin-top: 4rem;
    position: static;
  }

  .promo-detail__bottom {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo-detail__location {
    margin-top: 8rem;
    width: 100%;
    border-radius: 4.8rem;
  }

  .promo-detail__location-metro-icon {
    margin-right: 2rem;
    width: 6rem;
    height: 5rem;
  }

  .promo-detail__location-metro-text,
  .promo-detail__location-phone {
    font-size: 4.8rem;
  }

  .promo-detail__location-children-icon {
    margin-right: 2rem;
    width: 6rem;
    height: 6rem;
  }

  .promo-detail__location-docs-img {
    margin-right: 3rem;
    width: 14.4rem;
    height: 6.4rem;
  }

  .promo-detail__location-docs-num {
    padding: 0 3rem;
    height: 5.2rem;
    font-size: 2.6rem;
    border-radius: 1rem;
  }

  .promo-detail__location-adress {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .promo-detail__location-schedule {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }

  .promo-page__content {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .promo-page__left {
    margin-bottom: 3rem;
    margin-right: 0;
    width: 100%;
  }

  .promo-page__right {
    width: 100%;
    border-radius: 2.4rem;
  }

  .promo-page__text {
    font-size: 3.6rem;
    border-radius: 4.8rem;
  }

  .promo-page__text-title {
    font-size: 5rem;
  }

  .doc-info__item:not(:last-child),
  .promo-page__text.--red {
    margin-bottom: 2.4rem;
  }

  .promo-page__title {
    position: relative;
    z-index: 2;
    margin-bottom: 1.6rem;
  }

  .promo-page__swiper .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }

  .doc-info__btn,
  .doctors-hero__title {
    margin-bottom: 6rem;
  }

  .doctors-hero__content {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }

  .doctors-hero .doctors__item {
    width: 85%;
    margin: 0 auto;
  }

  .articles__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .articles__bottom .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .doc-info__content {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 9rem;
  }

  .doc-info__left {
    width: 100%;
    margin-bottom: 4rem;
  }

  .doc-info__left-info-line {
    padding: 3rem 0;
  }

  .doc-info__left-info-line-title {
    width: 40%;
    font-size: 3.2rem;
  }

  .doc-info__left-info-line-value {
    width: 100%;
    font-size: 3.6rem;
  }

  .doc-info .doc-info__img {
    min-height: 100rem;
    margin-bottom: 1rem;
    border-radius: 4.8rem;
  }

  .doc-info__quote-icon {
    width: 3.6rem;
    height: 3.6rem;
  }

  .doc-info__right {
    width: 100%;
    padding: 2rem;
    border-radius: 4.8rem 0 0 4.8rem;
  }

  .doc-info__right-close-btn {
    width: 8rem;
    height: 8rem;
    border-radius: 1rem;
  }

  .doc-info__name {
    margin-bottom: 4rem;
    font-size: 5rem;
  }

  .doc-info__item-body {
    display: none;
    padding-top: 2.4rem;
  }

  .doc-info__item-body-item:before {
    top: 1.2rem;
    width: 2rem;
    height: 2rem;
  }

  .doc-info__cards {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
  }

  .doc-info__card {
    padding: 4rem;
  }
}

.articles__bottom,
.articles__head {
  display: flex;
  -webkit-box-align: center;
}

.articles__head {
  margin-bottom: 1.6rem;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articles__item {
  display: flex;
  border-radius: 2.4rem;
  background: #fff;
  overflow: hidden;
}

.articles__item:not(:last-child),
.hero-about__content,
.prices__item:not(:last-child) {
  margin-bottom: 1.2rem;
}

.articles__img {
  width: 43rem;
  max-width: 43rem;
  max-height: 35rem;
}

.articles__img img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles__info {
  width: 89rem;
  padding: 2.4rem 4rem 2.4rem 2rem;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.articles__info_title {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 110%;
}

.articles__date {
  margin-bottom: 0.5rem;
  color: #868686;
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 132%;
}

.articles__text {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 130%;
}

.articles__bottom {
  margin-top: auto;
  -ms-flex-align: center;
  align-items: center;
}

.articles__bottom .btn {
  margin-right: 5rem;
}

.articles__pagination {
  margin-top: 1.6rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articles__pagination-to-start,
.search-page__pagination-to-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.6rem;
  cursor: pointer;
}

.articles__pagination-to-start svg,
.search-page__pagination-to-start svg {
  height: 1.6rem;
  width: 0.88rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.articles__pagination-to-end svg path,
.articles__pagination-to-start svg path,
.search-page__pagination-to-end svg path,
.search-page__pagination-to-start svg path {
  stroke: rgba(42, 41, 49, 0.15);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.articles__pagination .navigation-with-pagination__btn path,
.search-page .navigation-with-pagination__btn path {
  stroke: rgba(42, 41, 49, 0.15);
}

.articles__pagination .navigation-with-pagination__btn:hover path,
.articles__pagination-to-end:hover svg path,
.articles__pagination-to-start:hover svg path,
.search-page .navigation-with-pagination__btn:hover path,
.search-page__pagination-to-end:hover svg path {
  stroke: #ac2028;
}

.articles__pagination-to-end,
.search-page__pagination-to-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.articles__pagination-to-end svg,
.search-page__pagination-to-end svg {
  height: 1.6rem;
  width: 0.88rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.article-hero__content {
  position: relative;
  border-radius: 2.4rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaeef1),
    color-stop(52.46%, #f7f8fc),
    to(#f7f8fc)
  );
  background: linear-gradient(180deg, #eaeef1 0, #f7f8fc 52.46%, #f7f8fc 100%);
  overflow: hidden;
}

.article-hero__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.article-hero__info {
  padding: 4.7rem 6rem;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.article-hero__title {
  margin-bottom: 1rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
}

.article-hero__title span {
  display: block;
  color: #ac2028;
}

.article-hero__text {
  margin-bottom: 5rem;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 130%;
}

.article-hero__btn {
  margin-top: auto;
}

.swiper.clinics-hero__top {
  margin-bottom: 1.2rem;
  padding: 2.4rem 3.2rem 4rem;
  border-radius: 2.4rem;
  background: #fff;
}

.swiper-slide.clinics-hero__item {
  width: 20%;
  display: flex;
  flex-direction: column;
  height: auto;
}

.clinics-hero__item-metro {
  width: 90%;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clinics-hero__item-child-img,
.clinics-hero__item-metro-img {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  margin-right: 1rem;
}

.clinic-detail__info-docs,
.clinic-detail__info-docs-num,
.clinics-hero__item-child,
.clinics-hero__item-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.clinics-hero__item-metro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.clinics-hero__item-metro-text {
  color: #ac2028;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 110%;
}

.clinics-hero__item-child {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.clinics-hero__item-child-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.clinics-hero__item-child-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 118%;
}

.clinics-hero__item-docs {
  margin-top: auto;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.clinics-hero__item-docs-img {
  margin-right: 1.5rem;
  width: 7.2rem;
  height: 3.2rem;
}

.clinics-hero__item-docs-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.clinics-hero__item-docs-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.5rem;
  height: 2.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  font-weight: 350;
  line-height: 132%;
  letter-spacing: -0.325px;
  border-radius: 5rem;
  background: #f2f1f5;
}

.clinics-hero__item-adress {
  padding-left: 3rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  line-height: 132%;
}

.clinics-hero__item-schedule {
  padding-left: 3rem;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  line-height: 132%;
}

.clinics-hero__item-tel {
  padding-left: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
}

.clinics-hero__map {
  margin-bottom: 2.4rem;
  width: 100%;
  height: 40rem;
  border-radius: 2.4rem;
  overflow: hidden;
}

.clinics-hero__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.clinics-hero__card-title {
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  font-family: Jura;
  font-weight: 700;
  line-height: 110%;
  color: #ac2028;
}

.clinics-hero__card-text {
  color: rgba(42, 41, 49, 0.6);
  font-size: 1.6rem;
  line-height: 140%;
}

.clinic-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clinic-detail__info {
  width: 49%;
  padding: 3.5rem 5rem;
  border-radius: 2.4rem;
  background: #fff;
  -webkit-box-shadow: 7px 16px 40px 0 rgba(73, 44, 80, 0.1);
  box-shadow: 7px 16px 40px 0 rgba(73, 44, 80, 0.1);
}

.clinic-detail__info-docs {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 6rem;
}

.clinic-detail__info-docs-img {
  margin-right: 1.5rem;
  width: 7.2rem;
  height: 3.2rem;
}

.clinic-detail__info-docs-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.clinic-detail__info-docs-num {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  font-size: 1.3rem;
  font-weight: 350;
  line-height: 132%;
  letter-spacing: -0.325px;
  border-radius: 5rem;
  background: #f2f1f5;
}

.clinic-detail__info-metro {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clinic-detail__info-metro-icon {
  margin-right: 2rem;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.clinic-detail__info-metro-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.clinic-detail__info-metro-text {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 110%;
  color: #ac2028;
}

.clinic-detail__info-metro-text.-metro {
  position: absolute;
  top: -4rem;
  left: 4rem;
  font-size: 3rem;
}

.clinic-detail__info-metro-text.-title {
  position: relative;
  margin: 1rem 0;
}

.clinic-detail__info-tel {
  margin-bottom: 0.5rem;
  font-size: 3.6rem;
  line-height: 124%;
}

.clinic-detail__info-adress,
.clinic-detail__info-schedule {
  color: rgba(42, 41, 49, 0.5);
  font-size: 2.5rem;
  line-height: 114%;
}

.clinic-detail__info-adress {
  margin-bottom: 0.5rem;
}

.clinic-detail__info-schedule {
  margin-bottom: 3.6rem;
}

.clinic-detail__swiper {
  width: 49%;
  border-radius: 2.4rem;
}

.clinic-detail__swiper-item {
  width: 100%;
  height: 100%;
}

.clinic-detail__swiper-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.clinic-detail__card {
  margin-top: 4.8rem;
  width: 49%;
}

.clinic-detail__card-title {
  margin-bottom: 1.2rem;
  color: #ac2028;
  font-size: 2.4rem;
  font-family: Jura;
  font-weight: 700;
  line-height: 110%;
  position: relative;
  z-index: 1;
}

.clinic-detail__card-text {
  color: rgba(42, 41, 49, 0.6);
  font-size: 1.6rem;
  line-height: 140%;
  position: relative;
  z-index: 1;
}

.hero-about__content {
  border-radius: 2.4rem;
}

.swiper-slide.hero-about__item {
  position: relative;
  padding: 10rem 8rem;
  height: auto;
  overflow: hidden;
}

.hero-about__item-back {
  position: absolute;
  top: -2%;
  left: -1.5rem;
  height: 110%;
  width: 70%;
  background: linear-gradient(
    to right,
    rgb(254 254 254),
    rgb(255 255 255 / 0%)
  );
  z-index: 1;
}

.hero-about__info {
  position: relative;
  z-index: 1;
  width: 55%;
}

.hero-about__title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 110%;
  color: #2a2931;
}

.hero-about__title span {
  display: block;
  color: #ac2028;
}

.hero-about__text {
  margin-bottom: 5rem;
  font-weight: 350;
  font-size: 1.8rem;
  line-height: 130%;
}

.hero-about__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-about__card,
.hero-about__card-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
}

.hero-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-about .navigation-with-pagination {
  position: absolute;
  z-index: 2;
  right: 5rem;
  bottom: 5rem;
}

.swiper-slide.hero-about__card {
  padding: 4.5rem 2.5rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25.4rem;
  height: 14.6rem;
}

.hero-about__card:not(:last-child) {
  margin-right: 1.2rem;
}

.hero-about__card > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-about__card-info {
  width: 100%;
  z-index: 1;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-about__card-text {
  width: 50%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
}

.hero-about__card-icon {
  height: 5rem;
}

.hero-about__card-icon img {
  height: 5rem;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.pagination.flex {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.prices__head {
  margin-bottom: 3rem;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prices__item {
  padding: 1.6rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(42, 41, 49, 0.1);
}

.prices__item-head {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prices__item-head-text {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
}

.prices__item-head-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  min-width: 4.5rem;
  min-height: 4.5rem;
  border-radius: 0.5rem;
  background: #ac2028;
  -webkit-box-shadow: 0 0.6rem 5rem -1.5rem rgba(151, 48, 0, 0.5);
  box-shadow: 0 0.6rem 5rem -1.5rem rgba(151, 48, 0, 0.5);
  cursor: pointer;
}

.prices__item-head-btn img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prices__item-head.-active .prices__item-head-btn img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.prices__item-body {
  display: none;
  padding-top: 2rem;
}

.prices__item-body-item {
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.2rem solid rgba(42, 41, 49, 0.15);
}

.prices__item-body-name {
  font-size: 1.6rem;
  line-height: 140%;
}

.prices__item-body-value {
  text-align: right;
  font-size: 2.4rem;
  font-family: Jura;
  font-weight: 700;
  line-height: 110%;
  color: #ac2028;
}

.review-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.review-page__selectors {
  max-width: 70%;
}

.review-page__red-block {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  width: 37.8%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 4rem;
  border-radius: 2.4rem;
  background: #fff;
}

.review-page__red-block-text {
  margin-bottom: 3rem;
  color: #2a2931;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 130%;
}

.review-page__red-block-text p:not(:last-child) {
  margin-bottom: 2rem;
}

.review-page__red-block-btn {
  background: #ac2028;
  border: 1px solid #ac2028;
}

.review-page__red-block-btn span {
  color: #fff;
}

.review-page__red-block-btn:hover {
  background: #fff;
  border: 1px solid #fff;
}

.review-page__red-block-btn:hover span {
  color: #ac2028;
}

.review-page__items {
  position: relative;
  width: 60%;
  padding: 2.4rem;
  border-radius: 2.4rem 0 0 2.4rem;
  background: #fff;
}

.review-page__items::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100vw;
  z-index: 1;
  background: #fff;
}

.review-page__item {
  padding: 2.4rem;
  border-radius: 1.2rem;
  background: #f6f6f6;
}

.review-page__item:not(:last-child) {
  margin-bottom: 1.2rem;
}

.review-page__item-date {
  margin-bottom: 0.5rem;
  color: #868686;
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 132%;
}

.review-page__item-name {
  margin-bottom: 2.5rem;
  color: #2d343a;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 110%;
}

.review-page__item-text {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 350;
  line-height: 130%;
}

.review-page__item-labels {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.review-page__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.6rem;
  height: auto;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 132%;
  border-radius: 5rem;
  background: #fff;
}

.review-page .navigation-with-pagination {
  margin: 2.4rem auto 0;
}

@media (max-width: 48em) {
  .article-hero__content,
  .articles__item,
  .swiper.clinics-hero__top,
  .hero-about__content {
    border-radius: 4.8rem;
  }

  .article-hero__info,
  .articles__img,
  .articles__info,
  .swiper-slide.clinics-hero__item {
    width: 100%;
  }

  .articles__item,
  .clinics-hero__cards,
  .prices__head,
  .prices__item-body-item,
  .review-page__content,
  .review-page__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .articles__img,
  .review-page__selectors {
    max-width: 100%;
  }

  .articles__head,
  .articles__title {
    margin-bottom: 3rem;
  }

  .articles__head {
    display: block;
  }

  .articles__item {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .articles__item:not(:last-child),
  .clinics-hero__item-child,
  .swiper.clinics-hero__top,
  .serv__title {
    margin-bottom: 2rem;
  }

  .articles__img {
    height: 35rem;
  }

  .articles__img img {
    width: 100%;
    height: auto;
    max-height: 100%;
  }

  .articles__info_title {
    font-size: 4.8rem;
  }

  .articles__date {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .article-hero__text,
  .articles__text,
  .clinics-hero__item-child-text,
  .clinics-hero__item-metro-text {
    font-size: 3.6rem;
  }

  .article-hero__title {
    font-size: 5rem;
  }

  .clinics-hero__item-metro {
    width: 90%;
    margin-bottom: 2rem;
  }

  .clinics-hero__item-child-img,
  .clinics-hero__item-metro-img {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    min-height: 5rem;
    margin-right: 2rem;
  }

  .clinics-hero__item-docs,
  .prices__title {
    margin-bottom: 3rem;
  }

  .clinics-hero__item-docs-img {
    margin-right: 4rem;
    width: 14.4rem;
    height: 6.4rem;
  }

  .clinics-hero__item-docs-text {
    padding: 0 3rem;
    height: 5.2rem;
    font-size: 2.6rem;
    border-radius: 10rem;
  }

  .clinics-hero__item-adress {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .clinics-hero__item-schedule {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }

  .clinics-hero__item-tel {
    font-size: 4.8rem;
  }

  .clinics-hero__map {
    margin-bottom: 2rem;
    height: 80rem;
    border-radius: 4.8rem;
  }

  .clinics-hero__cards {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
  }

  .clinics-hero__card {
    width: 100%;
  }

  .clinics-hero__card-title {
    margin-bottom: 2rem;
    font-size: 4.8rem;
  }

  .clinics-hero__card-text {
    font-size: 3.2rem;
  }

  .clinic-detail__info {
    width: 100%;
    border-radius: 4.8rem;
  }

  .clinic-detail__info-docs-img {
    margin-right: 3rem;
    width: 14.4rem;
    height: 6.4rem;
  }

  .clinic-detail__info-docs-num {
    height: 5.2rem;
    padding: 0 3rem;
    font-size: 2.6rem;
  }

  .clinic-detail__info-metro-icon {
    margin-right: 4rem;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .clinic-detail__info-btn,
  .review-page__items {
    width: 100%;
  }

  .clinic-detail__info-metro-text {
    font-size: 5rem;
  }

  .clinic-detail__info-metro-text.-metro,
  .clinic-detail__info-schedule {
    font-size: 4rem;
  }

  .clinic-detail__info-metro-text.-metro {
    top: -5rem;
    left: 5rem;
  }

  .clinic-detail__info-tel {
    margin-bottom: 1rem;
    font-size: 6rem;
  }

  .clinic-detail__info-adress {
    margin-bottom: 1rem;
    font-size: 4rem;
  }

  .clinic-detail__swiper {
    margin-top: 4rem;
    width: 100%;
    border-radius: 4.8rem;
  }

  .clinic-detail__card {
    margin-top: 4.8rem;
    width: 100%;
  }

  .clinic-detail__card-title {
    margin-bottom: 2rem;
    font-size: 4.8rem;
  }

  .clinic-detail__card-text {
    font-size: 3.2rem;
  }

  .hero-about__item {
    position: relative;
    padding: 0;
  }

  .hero-about__info {
    padding: 10rem 2rem 12rem;
    width: 100%;
  }

  .hero-about__item-back {
    width: 154%;
  }

  .hero-about__title {
    font-size: 6rem;
    line-height: 110%;
  }

  .hero-about__text {
    font-size: 2.4rem;
  }

  .hero-about .navigation-with-pagination {
    bottom: 2rem;
  }

  .hero-about__cards .swiper-wrapper {
    padding: 4rem 0;
  }

  .hero-about__card-text {
    width: 70%;
    font-size: 2.4rem;
  }

  .prices__head {
    margin-bottom: 6rem;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prices__item:not(:last-child),
  .review-page__item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .prices__item,
  .review-page__item {
    border-radius: 2.4rem;
  }

  .prices__item-head-text {
    font-size: 4rem;
  }

  .prices__item-head-btn {
    width: 6rem;
    height: 6rem;
    min-width: 6rem;
    min-height: 6rem;
    border-radius: 1rem;
  }

  .prices__item-body {
    padding-top: 4rem;
  }

  .prices__item-body-item {
    padding: 2rem 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prices__item-body-name {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }

  .prices__item-body-value {
    font-size: 4.8rem;
  }

  .review-page__top {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .review-page__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-page__red-block {
    position: static;
    width: 100%;
    margin-bottom: 4rem;
    border-radius: 4.8rem;
  }

  .review-page__red-block-text {
    font-size: 3.6rem;
  }

  .review-page__item-date {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .review-page__item-name {
    font-size: 4.8rem;
  }

  .review-page__item-text {
    font-size: 3.6rem;
  }

  .review-page__item-labels {
    width: 100%;
    gap: 2rem;
  }

  .review-page__item-label {
    min-height: 5.2rem;
    height: auto;
    padding: 1rem 3rem;
    font-size: 2.4rem;
    border-radius: 10rem;
  }
}

.header__top .conect-btn__body {
  display: none;
}

@media (max-width: 48em) {
  .header__top {
    display: flex;
    gap: 20px;
    z-index: 999;
    align-items: center;
  }

  .header__top .conect-btn__body {
    display: flex;
    gap: 10px;
  }

  .header__top .conect-btn__item, .header__top .header__contacts-img, .header__search img {
    width: 8em;
    height: 8em;
    margin: 0;
  }
  .header.-new .header__content .header__search {
    right: 11.7rem;
    top: 2rem;
  }

  .smile__swiper .promo-detail__banner {
    margin-top: 0;
  }
  .header {
    padding: 2rem 0 0;
  }

  .header.-new .container {
    padding-bottom: 0;
  }
}
