@font-face {
  font-family: Circe;
  font-display: swap;
  src: url("../fonts/medprizvanie/Circe-Bold.woff2") format("woff2"), url("../fonts/medprizvanie/Circe-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/medprizvanie/FuturaPT-Book.woff2") format("woff2"), url("../fonts/medprizvanie/FuturaPT-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/medprizvanie/medprizvanie/FuturaPT-Light.woff2") format("woff2"), url("../fonts/medprizvanie/medprizvanie/FuturaPT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  font-display: swap;
  src: url("../fonts/medprizvanie/Circe-Regular.woff2") format("woff2"), url("../fonts/medprizvanie/Circe-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/medprizvanie/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/medprizvanie/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/medprizvanie/icons.woff2") format("woff2"), url("../fonts/medprizvanie/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/medprizvanie/Manrope-Bold.woff2") format("woff2"), url("../fonts/medprizvanie/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/medprizvanie/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/medprizvanie/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/medprizvanie/Manrope-Regular.woff2") format("woff2"), url("../fonts/medprizvanie/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.menu__link_parent::before,
.select::before,
.swiper-button-next::before,
.swiper-button-prev::before,
.breadcrumbs__item:not(:last-child)::before,
.popup__close::before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: block;
}

.icon-download:before {
  content: "\e911";
}

.icon-close:before,
.popup__close:before {
  content: "\e910";
}

.icon-load:before {
  content: "\e912";
}

.icon-calendar:before {
  content: "\e900";
}

.icon-clock:before {
  content: "\e901";
}

.icon-down:before,
.menu__link_parent:before,
.select:before {
  content: "\e902";
}

.icon-edit:before {
  content: "\e903";
}

.icon-eye:before {
  content: "\e904";
}

.icon-location:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e906";
}

.icon-next:before,
.swiper-button-next:before,
.breadcrumbs__item:not(:last-child):before {
  content: "\e907";
}

.icon-ok:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e909";
}

.icon-prev:before,
.swiper-button-prev:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}

.icon-smartphone:before {
  content: "\e90c";
}

.icon-star:before {
  content: "\e90d";
}

.icon-vk:before {
  content: "\e90e";
}

.icon-youtube:before {
  content: "\e90f";
}

body {
  font-family: "Circe", sans-serif;
  color: #444;
  min-height: 100%;
  line-height: normal;
}

body.lock {
  overflow: hidden;
}

body._touch .submenu.open {
  display: block;
}

body._touch .menu__item_parent.open .menu__link_parent::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}



.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

[class*=container] {
  margin: 0 auto;
  padding: 0 1em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 100%;
}

.fancybox__container {
  max-width: 100% !important;
  padding: 0;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.4);
}

.fancybox__content {
  color: inherit;
  background: none;
  padding: 0;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.popup {
  display: none;
  width: 100%;
  padding: 0;
  background: none;
  max-width: 480px;
}

.popup__body {
  position: relative;
  width: 100%;
  padding: 1.875em;
  background: #ffffff;
  border-radius: 20px;
  color: #444;
}

.popup__form {
  margin: 1.25em 0em 0em 0em;
}

.popup__subtitle {
  margin: 1.3636363636em auto 0em;
  font-size: 18px;
  line-height: 1.3333333333;
  text-align: center;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.breadcrumbs {
  padding: 1.875em 0 0em 0em;
}

.breadcrumbs + section {
  padding-top: 1.875em;
}

.breadcrumbs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #939598;
}

.breadcrumbs__item:not(:last-child)::before {
  margin: 0 0.75rem;
  font-size: 10px;
  font-weight: 700;
  line-height: 2;
  color: currentColor;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.breadcrumbs__link {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.breadcrumbs__link.active {
  pointer-events: none;
  color: #000;
}

.title {
  color: #444;
  font-family: "Manrope";
  font-size: 26px;
  font-weight: 700;
  line-height: 133%;
}

.title.title-sm {
  font-size: 26px;
}

.title.title-lg {
  line-height: 120.5%;
}

.doctor {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  background: #fff;
  -webkit-box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 1.25em 0.9375em 0em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 355px;
}

.doctor__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38.78%;
          flex: 0 0 38.78%;
}
.doctor__image img, .specialist__image img {
  height: auto;
}

.doctor__name {
  font-family: "Manrope";
  font-size: 22px;
  font-weight: 700;
  line-height: 133%;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.doctor__experience {
  margin: 0.7222222222em 0em 0em 0em;
  color: #939598;
  font-size: 18px;
  line-height: 150%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.doctor__position {
  margin: 0.2777777778em 0em 0em 0em;
  color: #12a79d;
  font-size: 18px;
  line-height: 150%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.doctor__btn {
  margin: 1.5rem 0em 0em 0em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  font-size: 16px;
  top: 45%;
  background: #939598;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  padding: 0em 0em 0em 0.3125rem;
  right: -10px;
}

.swiper-button-prev {
  padding: 0em 0.3125rem 0em 0em;
  left: -10px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #ebebeb;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3997d3;
}

.feedback {
  padding: 1.25em 0em 0em 0em;
  border-radius: 100px 100px 0px 0px;
  background: url("../img/feedback-decor.svg") center 100%/100% auto no-repeat #f3f3f3;
}

.feedback__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feedback__content {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.feedback__title {
  color: #12a79d;
  font-size: 22px;
}

.feedback__subtitle {
  margin: 1.25em 0em 0em 0em;
  color: rgba(51, 52, 53, 0.6);
  line-height: 150%;
  font-size: 14px;
}

.feedback__phone {
  margin: 0.375em 0em 1.125em 0em;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.feedback__form {
  margin: 3.25em 0em 0em 0em;
  width: 100%;
}

.select {
  position: relative;
}

.select.select-center select {
  padding-top: 10px;
  padding-bottom: 0.5em;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid;
  border-color: currentColor;
  background: #f4f4f4;
}

.select.select-center::before {
  top: calc(50% - 0.5em);
  z-index: 999999;
}

.select::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  font-size: 5px;
}

.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #9391aa;
  border-radius: 10px;
  width: 100%;
  color: #444;
  border-radius: 5px;
  border: 1px solid #00bdc5;
  background: #fff;
  color: #393939;
  padding: 0.5555555556em 1.1111111111em;
  font-size: 18px;
  font-family: "Circe";
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.spollers {
  margin: 1.875em 0em 0em 0em;
}

.spollers__item:not(:last-child) {
  margin-bottom: 1.875em;
}

.spollers__button {
  color: #323232;
  padding: 0.75em 1.875em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 5px 5px 50px 1px #ebebeb;
          box-shadow: 5px 5px 50px 1px #ebebeb;
  border-radius: 10px;
}

.spollers__button::after {
  content: "+";
  color: #12a79d;
  font-family: "FuturaPT";
  font-size: 2.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.spollers__button._active::after {
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}

.spollers__body {
  padding: 1.25em 0em;
}

.spollers__text {
  color: #000;
  line-height: 150%;
}

.spollers__text:not(:first-child) {
  margin: 2.125em 0em 0em 0em;
}

.table {
  background: #fff;
  width: 100%;
  border-radius: 10px;
}

.table thead {
  color: #fff;
  text-align: left;
}

.table thead th {
  background: #00969d;
}

.table thead th:first-child {
  border-radius: 10px 0 0px 0px;
}

.table thead th:last-child {
  border-radius: 0 10px 0px 0px;
}

.table tbody {
  color: #000;
}

.table tbody tr td {
  border: 1px solid #e6f8f8;
}

.table tbody tr td:not(:last-child) {
  border-right: 0;
}

.table tbody tr td:last-child {
  border-left: 0;
}

.table tbody tr:nth-child(odd) {
  background: #f5fdfd;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.table td,
.table th {
  font-weight: 300;
  padding: 0.625em 1em;
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #12a79d;
  border-radius: 3px;
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form__items {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.form__column .form__item:not(:last-child) {
  margin-bottom: 1rem;
}

.form__item.icon-flag {
  position: relative;
}

.form__item.icon-flag .form__input {
  text-align: left;
  padding-left: 2.3125em;
}

.icon-flag span::before {
  content: "";
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  width: 16px;
  height: 11px;
  background: url("../img/flag_of_russia.svg") center/cover no-repeat;
}

.form__btn {
  margin: 1.3em 0em 0em 0em;
  min-width: 240px;
}

.form__input {
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid currentColor;
  line-height: 1.5;
  padding: 0em 1.625em 0.5em;
  color: #000;
  padding-top: 10px;
}

.form__input:focus {
  border-color: #12a79d;
}

.form__input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__input::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__input:-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__input::-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__input::placeholder {
  color: inherit;
  opacity: 0.8;
}

.form__input:disabled {
  background: #dfe0e1;
  border-color: #dfe0e1;
}

.form__privacy {
  margin: 1em 0em 0em 0em;
}

.form__privacy-link {
  color: #12a79d;
  text-decoration: underline;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-weight: 500;
  padding: 0.45em 1.25em;
  border-radius: 92px;
  background-clip: padding-box;
  font-size: 16px;
}

.btn.btn-primary {
  border: 2px solid rgba(57, 151, 211, 0.25);
  background: #17baaf;
  color: #fff;
}

.btn.btn-primary-outline {
  border: 2px solid #17baaf;
  color: #17baaf;
}

.btn.btn-fullwidth {
  width: 100%;
  padding-left: 0.45em;
  padding-right: 0.45em;
}

.btn.btn-sm {
  padding: 0.5em 1.4444444444em;
}

.btn:disabled,
.btn[aria-disabled=true] {
  cursor: default;
  color: #fff;
  background: #dfe0e1;
  pointer-events: none;
}

.header {
  position: relative;
  z-index: 4;
  padding: 0.625em 0em 1.25em 0em;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

.header__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0em 0em 0em 0.625em;
}

.header__address {
  display: none;
}

.header__search {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  top: -100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__search.visible {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header__search-input {
  border-radius: 100px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #e6f7f6;
  background: #fff;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 150%;
  color: #444;
  padding: 0.5714285714em 3.2142857143em 0.5714285714em 1.6428571429em;
}

.header__search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.header__search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.header__search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.header__search-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.header__search-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.header__search-input:focus {
  border-color: #12a79d;
}

.header__search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
  color: #0f0f0f;
}

.header__callback {
  display: none;
}

.header__callback:active {
  background: #0d7972;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0em 0em 0em 0.625em;
}

.header__contacts-phone {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 130%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 22px;
}

.header__contacts-phone::before {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #12a79d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.header__contacts-phone span {
  display: none;
}

.header__contacts-callback {
  display: none;
}

.header__bottom {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.header__eye-low {
  display: none;
}

.header__eye-low::before {
  font-size: 0.875em;
  color: #939598;
}

.header__search-toggler {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #12a79d;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 5em 1.25em;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 9;
}

.menu.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.menu__list {
  font-size: 24px;
  font-weight: 700;
}

.menu__item:not(:last-child) {
  margin: 0em 0em 0.875em 0em;
}

.menu__item_parent {
  position: relative;
}

.header__menu .menu__item>a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header__menu .menu__item>a.active::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.header__menu .menu__item>a.active {
  color: #00969d;
}

/*.menu__link_parent {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*}*/

/*.menu__link_parent::before {*/
/*  -webkit-box-ordinal-group: 2;*/
/*      -ms-flex-order: 1;*/
/*          order: 1;*/
/*  font-size: 5px;*/
/*  margin-left: 0.625rem;*/
/*  -webkit-transition: -webkit-transform 0.3s ease 0s;*/
/*  transition: -webkit-transform 0.3s ease 0s;*/
/*  transition: transform 0.3s ease 0s;*/
/*  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;*/
/*}*/

.header__menu .menu-item-has-children>a:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
}


.header__menu .menu-item-has-children>a  {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu .menu-item-has-children>a::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 5px;
  margin-left: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}


body._touch .header__menu .menu-item-has-children.open .menu-item-has-children>a::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}




.submenu {
  margin: 0.625em 0em 0em 0em;
  display: none;
  font-size: 1rem;
}

.submenu a {
  display: block;
  padding: 0.3125em 1.25em;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}


.icon-menu {
  margin: 0em 0em 0em 0.625em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 10px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  transition: -webkit-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
}

.icon-menu::before,
.icon-menu::after,
.icon-menu span {
  content: "";
  position: absolute;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  height: 3px;
  left: 0;
  width: 100%;
  background-color: #12a79d;
}

.icon-menu::before {
  top: 0.0625rem;
}

.icon-menu::after {
  bottom: 0.0625rem;
}

.icon-menu.active {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon-menu.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-menu.active::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}

.icon-menu.active:after {
  width: 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 0.1875rem);
}

.footer {
  padding: 2.8125em 0em 1.25em 0em;
  background: #939598;
  color: #fff;
}

.footer__columns {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.footer__desc {
  margin: 0.875em 0em 0em 0em;
  line-height: 130%;
  color: #e0e0e0;
}

.footer__license {
  margin: 0.75em 0em 0em 0em;
  line-height: 1.125;
  letter-spacing: -0.5px;
}

.footer__caption {
  font-size: 24px;
}

.footer__rates {
  margin: 1.3125em 0em 0em 0em;
  max-width: 216px;
}

.footer__rate:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.footer__socials {
  margin: 1.125em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}

.footer__social {
  width: 38px;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 5px;
  background: #4e4e4e;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.footer__menu {
  margin: 1.875em 0em 0em 0em;
  line-height: 1;
  letter-spacing: -0.5px;
}

.footer__menu-item:not(:last-child) {
  margin: 0em 0em 1em 0rem;
}

.footer__menu-link {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer__downloads {
  margin: 1.25em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.footer__privacies {
  margin: 1.5625em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 284px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.125;
  letter-spacing: -0.5px;
}

.footer__privacy {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer__privacy:not(:last-child) {
  margin-bottom: 1rem;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 2.5em 0em 0em 0em;
  padding: 1.5625em 0em 0em 0em;
  text-align: center;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.page.page-gray {
  background: #f3f3f3;
}

.main {
  padding: 1.125em 0em 0em 0em;
  background: url("../img/main-decor.svg") 100% 100%/300px auto no-repeat #e6f7f6;
}

.main__slider {
  padding: 2.5em 0em;
  min-width: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.main__label {
  color: #12a79d;
  line-height: 150%;
  font-size: 14px;
}

.main__title {
  margin: 1rem 0em 0em 0em;
}

.main__subtitle {
  margin: 0.625em 0em 0em 0em;
  color: #939598;
  line-height: 150%;
  font-size: 14px;
}

.main__btn {
  margin: 1.4em 0em 0em 0em;
}

.main__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.main__prev {
  display: none;
}

.main__next {
  display: none;
}

.services {
  padding: 2.1875em 0em 3.4375em 0em;
}

.services__subtitle,
.price__subtitle,
.news__subtitle {
  margin: 1.5625em 0em 0em 0em;
  line-height: 150%;
  max-width: 700px;
  color: #939598;
  font-size: 14px;
}

.services__list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin: 1.5625em 0em 0em 0em;
}

.services__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
  font-weight: 700;
  line-height: 133%;
  font-size: 18px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.services__icon {
  width: 50px;
  height: 50px;
  padding: 0.625em;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #12a79d;
}

.news {
  padding: 1.25em 0em 2.1875em 0em;
  background: #f3f3f3;
}

.news__title + .news__list {
  margin: 2.8125em 0em 0em 0em;
}

.news__list {
  margin: 1.5625em 0em 0em 0em;
  display: -ms-grid;
  display: grid;
  gap: 21px;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 10px;
}

.news__image {
  height: 0;
  position: relative;
  padding-bottom: 66%;
  border-radius: 10px;
  overflow: hidden;
}

.news__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.news__desc {
  padding: 0.9375em 0.9375em 1.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  line-height: 133%;
}

.news__views {
  color: #939598;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.news__views::before {
  font-size: 14px;
}

.news__caption {
  margin: 1em 0em 0em 0em;
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 700;
  line-height: 133%;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.news__footer {
  margin: 1.5625em 0em 0em 0em;
  text-align: center;
}

.news__btn {
  min-width: 222px;
}

.desc {
  padding: 2.8125em 0em 2.1875em 0em;
}

.desc__container {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.desc__subtitle {
  margin: 1.875em 0em 0em 0em;
  line-height: 150%;
  color: #939598;
  font-size: 14px;
}

.desc__text {
  margin: 1.4375em 0em 0em 0em;
  color: #000;
  line-height: 150%;
  font-size: 14px;
}

.desc__btn {
  margin: 1.875rem 0em 0em 0em;
}

.desc__image img {
  border-radius: 10px;
}

.doctors {
  padding: 1.875em 0em;
}

.doctors.doctors-gray {
  background: #f3f3f3;
  border-radius: 100px 100px 0px 0px;
  padding: 1.875em 0em;
}

.doctors__subtitle {
  margin: 2.0625em 0em 0em 0em;
  color: #939598;
  line-height: 150%;
  max-width: 648px;
}

.doctors__filters {
  margin: 2.25em 0em 0em 0em;
  border-radius: 20px;
  background: #f3f3f3;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  padding: 1.5625em 0.9375em;
}

.doctors__filters-caption {
  color: #12a79d;
  font-size: 26px;
  margin-bottom: 0.5rem;
}

.doctors__sort {
  color: #565656;
  font-size: 20px;
}

.doctors__sort-item {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.doctors__list {
  margin: 3.5625em 0em 0em 0em;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.doctors__list + .doctors__footer {
  margin: 6.9375em 0em 0em 0em;
  padding-bottom: 3.125em;
}

.doctors__body {
  margin: 1em 0em 0em 0em;
  position: relative;
}

.doctors__slider .swiper-slide:not(.swiper-slide-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.doctors__slider .doctor {
  -webkit-box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, 0.03);
}

.doctors__prev,
.doctors__next {
  top: 55%;
}

.doctors__footer {
  text-align: center;
}

.doctors__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #17baaf;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.doctors__btn {
  margin: 1.875em 0em 0em 0em;
  min-width: 222px;
}

.promotions {
  padding: 1.875em 0em;
  background: #f3f3f3;
}

.promotions__list {
  margin: 2.1875em 0em 0em 0em;
  display: -ms-grid;
  display: grid;
  gap: 22px;
}

.promotions__item {
  position: relative;
  border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 50px 1px #ebebeb;
          box-shadow: 5px 5px 50px 1px #ebebeb;
}

.promotions__item-image {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.promotions__item-image img {
  border-radius: 20px 20px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.promotions__item-time {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 68px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #17baaf;
  padding: 0.375em 1em;
}

.promotions__item-time::before {
  font-size: 18px;
}

.promotions__item-desc {
  border: 1px solid #f5f5f5;
  border-top: 0;
  padding: 1.5625em 1em 1.875em;
  text-align: center;
  font-family: "Manrope";
}

.promotions__item-caption {
  font-size: 20px;
  font-weight: 700;
  line-height: 133%;
}

.promotions__item-text {
  margin: 1em 0em 0em 0em;
  font-size: 14px;
  line-height: 133%;
}

.promotions__item-btn {
  margin: 2.125rem 0em 0em 0em;
}

.promotions__footer {
  margin: 1.5625em 0em 0em 0em;
  text-align: center;
}

.promotions__btn {
  min-width: 222px;
}

.information {
  padding: 1.5625em 0em 3.125em 0em;
}

.information__container {
  display: -ms-grid;
  display: grid;
  gap: 22px;
}

.information__reviews {
  min-width: 0;
}

.information__map iframe {
  border-radius: 10px;
}

.contacts__list {
  margin: 2.375em 0em 0em 0em;
  border-radius: 20px;
  background: rgba(230, 247, 246, 0.7);
  padding: 1.5625em 0.9375em 1.875em;
}

.contacts__item {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.contacts__item::before {
  color: #12a79d;
  font-size: 26px;
  width: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contacts__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.contacts__link {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.contacts__item-worktime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.contacts__item-worktime small {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.reviews {
  padding: 3.875em 0;
}

.reviews.information__reviews {
  padding: 0;
}

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

.reviews__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.reviews__prev,
.reviews__next {
  position: static;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: 0;
}

.reviews__slider {
  margin: 2.125em 0em 0em 0em;
  border-radius: 20px;
  background: url("../img/quotes.svg") calc(100% - 20px) 39px/35px auto no-repeat #f3f3f3;
}

.review {
  height: auto;
  padding: 1.875em 0.9375em;
}

.review__caption {
  font-family: "Manrope";
  font-size: 24px;
  font-weight: 600;
}

.review__rate {
  margin: 1em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.review__rate-item {
  color: #777777;
}

.review__rate-item.yellow {
  color: #ffca10;
}

.review__quote {
  margin: 0.875em 0em 0em 0em;
  line-height: 1.5;
}

.review__footer {
  margin: 1.25em 0em 0em 0em;
  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;
  color: #00bdc5;
  padding: 0em 0.625em 0em 0em;
}

.review__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.service {
  padding: 1.5625em 0em 3.125em;
}

.service__container {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.service__title {
  font-family: "Manrope";
  font-size: 36px;
  font-weight: 700;
  line-height: 133%;
  max-width: 490px;
}

.service__title span {
  margin-top: 0.375em;
  display: block;
  color: #12a79d;
  font-size: 0.6666666667em;
}

.service__subtitle {
  margin: 1.5em 0em 0em 0em;
  color: #939598;
  max-width: 531px;
  line-height: 150%;
}

.service__btn {
  margin: 1.45em 0em 0em 0em;
}

.service__image img {
  border-radius: 10px;
}

.price {
  padding: 2.875em 0em 2.875em 0em;
}

.price:last-child {
  padding-bottom: 11.5em;
}

.price__title + .price__spollers {
  margin: 2.6875em 0em 0em 0em;
}

.price__spollers {
  margin: 2em 0em 0em 0em;
}

.price__row {
  margin: 1.3125em 0em 0em 0em;
  background: #fff;
  border-radius: 10px;
}

.price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #575859;
  font-size: 18px;
  padding: 1.6111111111em 2.7777777778em 1.6111111111em 3.1666666667em;
}

.price__row:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.specialist__position {
  margin: 1.25em 0em 0em 0em;
  color: #12a79d;
  font-size: 20px;
  line-height: 150%;
}

.specialist__btn {
  margin: 2.5em 0em 0em 0em;
}

.specialist__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px;
}

.specialist__specs {
  padding: 1.5625em 0em;
  position: relative;
  z-index: 1;
}

.specialist__specs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 49.5%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #f3f3f3;
}

.specialist__spec {
  background: #fff;
  border-radius: 30px;
  padding: 1.25em 0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.specialist__spec:not(:last-child) {
  margin-bottom: 0.9375em;
}

.specialist__spec-icon {
  width: 30px;
  height: 30px;
  padding: 0.3125em;
  margin: 0em 0.8125em 0em 0em;
  border-radius: 50%;
  background: #17baaf;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.specialist__spec-caption {
  font-family: "Manrope";
  font-size: 18px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 133%;
  /* 26.6px */
}

.specialist__spec-list ul{
  margin-top: 0.625em;
  list-style: disc;
  padding-left: 1em;
  line-height: 200%;
  max-width: 1100px;
  font-size: 14px;
}

.specialist__spec-list ul::marker {
  font-size: 0.5em;
}

.specialist__spec-list h3 {
  font-size: 1.3em;
  padding: 15px 0px;
}
.article {
  padding: 2.8125em 0em 5em 0em;
}

.article__title {
  margin-bottom: 3.5rem;
}

.article__header {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.article__header .article__image img {
  border-radius: 20px;
}

.article__image img {
  border-radius: 10px;
  height: fit-content;
}

.article__sale {
  border-radius: 30px;
  background: url("../img/sale-decor.svg") 100% 100%/auto no-repeat #e6f7f6;
  padding: 1.875em 1.25em;
}

.article__sale-caption {
  font-family: "Manrope";
  font-weight: 700;
  line-height: 133%;
  font-size: 20px;
}

.article__sale-prices {
  margin: 2.25em 0em 0em 0em;
}

.article__sale-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
}

.article__sale-price:not(:last-child) {
  margin-bottom: 0.1875rem;
}

.article__sale-price-text {
  color: #303030;
  line-height: 150%;
}

.article__sale-price-value {
  color: #17baaf;
  font-weight: 700;
  font-size: 30px;
}

.article__sale-price-value.old {
  font-size: 26px;
  font-weight: normal;
  text-decoration: line-through;
}

.article__sale-btn {
  margin: 1em 0em 0em 0em;
}

.article__sale-footer {
  margin: 2.1875em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  color: #303030;
  font-size: 16px;
  line-height: 150%;
}

.article__sale-time {
  color: #17baaf;
  font-size: 16px;
  font-weight: 600;
}

.article__body {
  margin: 3.625em 0em 0em 0em;
  line-height: 150%;
  color: #303030;
}

.article__body > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

.article__body ul {
  list-style: disc;
  padding-left: 1em;
}

.article__body ul ::marker {
  font-size: 0.5em;
}

.article__body img {
  border-radius: 10px;
}

.article__body cite,
.article__body blockquote,
.article__body mark {
  padding: 1.25em 0.9375em;
  border-radius: 30px;
}

.article__body cite {
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-style: normal;
}

.article__body cite::before {
  content: "!";
  color: #12a79d;
  font-size: 56px;
}

.article__body blockquote {
  background: #f3f3f3;
}

.article__body mark {
  display: block;
  background: #e6f7f6;
}

.docs {
  padding: 2.5625em 0em 8.4375em 0em;
}

.docs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.docs__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 236px;
          flex: 0 0 236px;
}

.docs__sidebar-item {
  color: #000;
}

.docs__sidebar-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.9375em;
  margin-bottom: 0.9375em;
}

.docs__sidebar-link {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.docs__sidebar-list .current-menu-item a {
  color: #12a79d;
  pointer-events: none;
}

.docs__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.docs__subtitle {
  margin: 1.5625em 0em 0em 0em;
  color: #939598;
  line-height: 150%;
}

.docs__desc {
  margin: 1.8125em 0em 0em 0em;
  line-height: 150%;
  color: #000;
}

.docs__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.docs__list-item:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.docs__list-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
}

.docs__list-text {
  line-height: 150%;
  max-width: 642px;
}

.docs__list-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  color: #12a79d;
  font-size: 18px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.docs__list-download::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 22px;
}

.vacancies {
  margin: 1.5625em 0em 0em 0em;
}

.vacancies__item {
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  background: #fff;
  -webkit-box-shadow: 5px 5px 50px 1px #ebebeb;
          box-shadow: 5px 5px 50px 1px #ebebeb;
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 1.875em 1.875em;
}

.vacancies__item:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.vacancies__item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vacancies__item-caption {
  font-family: "Manrope";
  font-size: 26px;
  font-weight: 700;
  line-height: 133%;
}

.vacancies__item-price {
  margin: 1em 0em 0em 0em;
  color: #12a79d;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 700;
  line-height: 133%;
}

.vacancies__item-expirience {
  margin: 1em 0em 0em 0em;
  color: #939598;
  font-size: 18px;
  line-height: 150%;
}

.vacancies__item-logo {
  display: none;
}

.vacancies__item-btn {
  margin: 1.5em 0em 0em 0em;
  min-width: 222px;
}

@media (min-width: 575.98px) {
  .popup__body {
    padding: 1.875em 3.75em;
  }

  .doctor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header__logo {
    margin: 0em 1.25em 0em 0em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.455%;
            flex: 0 0 20.455%;
  }

  .header__eye-low {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    font-size: 12px;
  }

  .footer__columns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .services__list {
    margin: 3.4375em 0em 0em 0em;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    gap: 46px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .news__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .doctors__filters {
    padding: 1.5625em 2.3125em;
  }

  .doctors__filters-caption {
    font-size: 30px;
  }

  .specialist__header {
    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;
  }

  .docs__list-item {
    gap: 29px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .docs__list-download {
    margin-left: auto;
  }

  .vacancies__item {
    padding: 3.125em;
  }

  .vacancies__item-logo {
    display: block;
  }
}

@media (min-width: 767.98px) {
  .title {
    font-size: 30px;
  }

  .doctor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .doctor__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .doctor__desc {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 1.25em 0.625em 1.25em 1.875em;
  }

  .doctor__desc {
    padding: 0;
    display: contents;
  }

  .feedback {
    background: url("../img/feedback-decor.svg") 87% 100%/min(39%, 740px) auto no-repeat, linear-gradient(0deg, rgba(245, 245, 245, 0.4) calc(100% - 313px), transparent calc(100% - 313px)), #f3f3f3;
  }

  .feedback__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .feedback__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.625em);
            flex: 0 0 calc(50% - 0.625em);
  }

  .feedback__content {
    padding: 3.5em 0em 4.75em;
  }

  .feedback__title {
    font-size: 32px;
  }

  .feedback__subtitle {
    font-size: 16px;
  }

  .feedback__phone {
    font-size: 24px;
  }

  .feedback__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.625em);
            flex: 0 0 calc(50% - 0.625em);
  }

  .feedback__image {
    margin-top: -3.75em;
    margin-right: -1.875rem;
    display: block;
  }

  .spollers__button {
    font-size: 20px;
    padding: 0.85em 2.55em;
  }

  .spollers__body {
    padding: 2.625em 2.5em 1.25em 1.25em;
  }

  .table td,
  .table th {
    padding: 0.5277777778em 2.7777777778em;
    font-size: 18px;
  }

  .btn {
    font-size: 18px;
  }

  .btn.btn-sm {
    font-size: 18px;
  }

  .header {
    padding: 1.875em 0em 2.5em 0em;
  }

  .header__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .header__logo {
    margin: 0em 2.9375em 0em 0em;
  }

  .header__body {
    display: block;
  }

  .header__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0em 0em 0.9375em 0em;
    border-bottom: 1px solid rgba(147, 149, 152, 0.3);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header__address {
    display: block;
    position: relative;
    padding: 0em 0em 0em 2.0625em;
    line-height: 150%;
    color: #5b5b5b;
  }

  .header__address::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    color: #12a79d;
    font-size: 30px;
  }

  .header__address span {
    color: #12a79d;
    display: block;
  }

  .header__search {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto;
    left: auto;
    width: auto;
    -webkit-transition: none;
    transition: none;
    z-index: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0.625em 0em 0em 0em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .header__search-input {
    background: #e6f7f6;
    padding: 1.0714285714em 3.2142857143em 1.0714285714em 1.6428571429em;
  }

  .header__contacts {
    margin: 0em 0em 0em 1.875em;
  }

  .header__contacts-phone::before {
    font-size: 0.8275862069em;
    margin: 0em 0.2083333333em 0em 0em;
    background: none;
    display: block;
    border-radius: 0;
    color: #12a79d;
    width: auto;
    height: auto;
  }

  .header__contacts-phone span {
    display: inline;
  }

  .header__contacts-callback {
    display: inline-block;
    color: #12a79d;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }

  .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 1.125em 0em 0em 0em;
  }

  .header__eye-low {
    font-size: 16px;
  }

  .header__search-toggler {
    display: none;
  }

  .menu {
    position: static;
    padding: 0;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    overflow-y: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: none;
    -webkit-transition: none;
    transition: none;
  }

  .menu__list {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 5px;
  }

  .menu__item:not(:last-child) {
    margin: 0;
  }

  .submenu {
    padding: 1.25em 0em 0.625em;
    position: absolute;
    top: calc(100% - 10px);
    font-size: inherit;
    bottom: auto;
    right: auto;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    white-space: nowrap;
    z-index: 3;
  }

  .submenu::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(201, 201, 201, 0.4);
    z-index: -1;
    border-radius: 10px;
  }

  .submenu__link {
    padding: 0.3125em 1.25em;
  }

  .icon-menu {
    display: none;
  }

  .main__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .main__label {
    font-size: 16px;
  }

  .main__subtitle {
    font-size: 16px;
  }

  .services {
    padding: 4.75em 0em 6.875em 0em;
  }

  .services__subtitle,
  .price__subtitle,
  .news__subtitle {
    font-size: 16px;
  }

  .services__link {
    font-size: 20px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .services__icon {
    padding: 0;
    width: 70px;
    height: 70px;
  }

  .news {
    padding: 2.5625em 0em 4.25em 0em;
  }

  .news__footer {
    margin: 3.5625em 0em 0em 0em;
  }

  .desc {
    padding: 6.0625em 0em 4.5625em 0em;
  }

  .desc__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .desc__image {
    position: relative;
    z-index: 1;
    padding: 1.25em;
  }

  .desc__image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 3.75em);
    height: calc(100% - 2.5em);
    border-radius: 20px;
    background: #12a79d;
    z-index: -1;
  }

  .desc__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 3.75em);
    height: calc(100% - 2.5em);
    border-radius: 20px;
    background: #939598;
    z-index: -1;
  }

  .desc__image img {
    border-radius: 20px;
  }

  .doctors {
    padding: 4.5625em 0em 3.75em 0em;
  }

  .doctors.doctors-gray {
    padding: 6.4375em 0em 3.75em 0em;
  }

  .doctors__filters {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .doctors__filters-select {
    max-width: 427px;
  }

  .doctors__sort {
    max-width: 310px;
  }

  .doctors__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .doctors__slider {
    margin: 0 -1.4375em;
    padding: 2.875em 1.4375em;
  }

  .doctors__btn {
    margin: 0;
  }

  .promotions {
    padding: 3.75em 0em;
  }

  .promotions__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .promotions__item-desc {
    padding: 1.5625em 2em 1.875em;
  }

  .promotions__footer {
    margin: 3.1875em 0em 0em 0em;
  }

  .information {
    padding: 3.4375em 0em 6.25em 0em;
  }

  .contacts__list {
    padding: 3.125em 3.625em 3.75em;
  }

  .contacts__item {
    font-size: 20px;
  }

  .reviews__slider {
    background: url("../img/quotes.svg") calc(100% - 47px) 39px/69px auto no-repeat #f3f3f3;
  }

  .review {
    padding: 2.5625em 3.625em;
  }

  .review__footer {
    font-size: 20px;
  }

  .service {
    padding: 3.5em 0em 6.25em;
  }

  .service__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .specialist__header {
    margin: -2.5em 0em 0em 0em;
    padding: 0em 10.625em 0em 0em;
  }

  .specialist__btn {
    min-width: 332px;
  }

  .specialist__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 375px;
            flex: 0 0 375px;
  }

  .specialist__specs {
    padding: 3.5625em 0em;
  }

  .specialist__spec {
    padding: 2.8125em 1.75em;
  }

  .specialist__spec:not(:last-child) {
    margin-bottom: 2.1875em;
  }

  .specialist__spec-icon {
    margin: 0em 1.4375em 0em 0em;
    width: 42px;
    height: 42px;
    padding: 0;
  }

  .specialist__spec-caption {
    font-size: 20px;
    min-height: 42px;
  }

  .specialist__spec-list {
    font-size: 16px;
  }

  .article__header {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .article__sale-caption {
    font-size: 24px;
  }

  .article__sale-price-text {
    font-size: 20px;
  }

  .article__body img {
    max-width: 360px;
    height: 288px;
    margin: 0em 0em 0em 0.625em;
  }

  .article__body cite,
  .article__body blockquote,
  .article__body mark {
    padding: 2.5em 2.1875em;
  }

  .article__body cite {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }

  .article__body cite::before {
    font-size: 74px;
  }

  .docs__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .docs__list-text {
    font-size: 18px;
  }
}

@media (min-width: 991.98px) {
  [class*=container] {
    max-width: 870px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 46px;
    height: 46px;
  }

  .select.select-center select {
    text-align: center;
    color: #939598;
  }

  .select.select-center::before {
    color: #939598;
  }

  .form__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .form__input.input-center {
    padding: 0em 0em 0.5em 0em;
    text-align: center;
    color: #939598;
  }

  .header__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .header__search {
    margin: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }

  .header__contacts {
    margin: 0;
  }

  .menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer__columns {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .main__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -25px;
  }

  .main__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: -25px;
  }

  .services__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .news__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .desc__subtitle {
    padding: 0em 0em 0em 0.625em;
    font-size: 16px;
  }

  .desc__text {
    font-size: 16px;
    padding: 0em 2.5em 0em 0.625em;
  }

  .promotions__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .article__sale {
    padding: 3.0625em 3.625em;
  }
}

@media (min-width: 1199.98px) {
  [class*=container] {
    max-width: 1160px;
  }

  .title.title-md {
    font-size: 36px;
  }

  .title.title-lg {
    font-size: 38px;
  }

  .doctor {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0em 0em 0em 1.75em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .doctor__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.78%;
            flex: 0 0 38.78%;
  }

  .doctor__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: block;
    padding: 1.25em 0.625em 1.25em 4.25em;
  }

  .doctor__name {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .doctor__experience {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .doctor__position {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .doctor__btn {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .feedback__container {
    gap: 1.5em;
  }

  .feedback__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.25em);
            flex: 0 0 calc(50% - 1.25em);
  }

  .feedback__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.25em);
            flex: 0 0 calc(50% - 1.25em);
  }

  .form__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .btn {
    font-size: 20px;
  }

  .header__callback {
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    padding: 0.6666666667em 1.3611111111em;
    border-radius: 92px;
    background: #12a79d;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }

  .header__callback::before {
    font-size: 21px;
  }

  .main__slider {
    padding: 5em 0em 2.5em 0em;
  }

  .news__item {
    border-radius: 20px;
  }

  .news__image {
    border-radius: 20px;
  }

  .news__desc {
    padding: 1.5em 1.75em 2.5625em 1.75em;
  }

  .desc__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .information__container {
    row-gap: 50px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .information__map {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .reviews__prev,
  .reviews__next {
    margin-top: -16px;
  }

  .service__title {
    font-size: 48px;
  }

  .service__subtitle {
    font-size: 18px;
  }

  .docs__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    padding: 2.3125em 2em;
    border-radius: 30px;
    background: #f3f3f3;
  }
}

@media (min-width: 1439.98px) {
  [class*=container] {
    max-width: 1320px;
  }

  .swiper-button-next {
    right: -50px;
  }

  .swiper-button-prev {
    left: -50px;
  }

  .header__contacts-phone {
    font-size: 29px;
  }

  .menu__list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .main__prev {
    left: -50px;
  }

  .main__next {
    right: -50px;
  }

  .doctors__prev {
    left: -70px;
  }

  .doctors__next {
    right: -70px;
  }
}

@media (any-hover: hover) {
  .popup__close:hover {
    color: #12a79d;
  }

  .breadcrumbs__link:hover {
    color: #12a79d;
  }

  .feedback__phone:hover {
    color: #12a79d;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #0d7972;
  }

  .form__privacy-link:hover {
    text-decoration: none;
  }

  .btn.btn-primary:hover {
    background: #12a79d;
  }

  .btn.btn-primary-outline:hover {
    background: #17baaf;
    color: #fff;
  }

  .header__callback:hover {
    background: #0d7972;
  }

  .header__contacts-phone:hover {
    color: #12a79d;
  }

  .header__contacts-callback:hover {
    color: #0d7972;
  }

  .header__eye-low:hover {
    color: #12a79d;
  }

  .menu-item-has-children:hover.menu-item-has-children>a::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header__menu .menu-item-has-children {
    position: relative;
  }
  .header__menu .menu-item-has-children:hover .submenu {
    display: block;
  }

  #menu-menu > li >a:hover{
    color: #12a79d;
  }
  #menu-menu > li >.sub-menu >li:hover{
    color: #12a79d;
  }

  .current-menu-item {
    color: #12a79d;
  }

  .footer__social:hover {
    background: #353535;
  }

  .footer__menu-link:hover {
    color: #a1fff9;
  }

  .footer__privacy:hover {
    color: #a1fff9;
  }

  .news__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .news__caption:hover {
    color: #12a79d;
  }

  .doctors__sort-item:hover {
    color: #12a79d;
  }

  .doctors__more:hover {
    color: #0d7972;
  }

  .contacts__link:hover {
    color: #12a79d;
  }

  .docs__sidebar-link:hover {
    color: #12a79d;
  }

  .docs__list-download:hover {
    color: #0d7972;
  }
}