.header,
body {
  min-width: 280px;
}
.menu__item.active > .menu__sub-list,
.menu__sub-item.active .menu__sub-list,
.modal.active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.discount__decor,
.menu__sub-list,
.modal {
  pointer-events: none;
}
.col-33:last-child,
.col-33:nth-child(3n),
.form-callback__label:last-child,
.menu__item:last-child,
.menu__link-text:last-child,
.section-decor-item:last-child,
.top-bar__socials-item:last-child {
  margin-right: 0;
}
.article-detail__author-sticker,
.discount__sticker,
.menu__link-text {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.comments__list,
ul li {
  list-style: none;
}
.modal__item-city a:hover,
.representative__link:hover {
  text-decoration-color: #0079b5;
}
@font-face {
  font-family: Manrope;
  src:
    local("Manrope Regular"),
    local("Manrope-Regular"),
    url("../fonts/Manrope-Regular.ttf") format("ttf"),
    url("../fonts/Manrope-Regular.ttf") format("ttf");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  src:
    local("Manrope ExtraBold"),
    local("Manrope-ExtraBold"),
    url("../fonts/Manrope-ExtraBold.ttf") format("ttf");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus,
a:active,
a:focus {
  outline: 0;
}
.about__info,
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
  background-color: transparent;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
.add-comment__agreement a,
.bottom-info__content a,
.form-callback__text-link,
.form__agreement a,
.modal__item-city a,
.representative__link,
.search-result__link {
  text-decoration: underline;
}
img {
  vertical-align: top;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}
body {
  font-family: Manrope, sans-serif;
  color: #07253f;
  background-image: url("../img/total-background.svg");
  background-repeat: repeat-y;
}
body.lock {
  overflow: hidden;
}
.container {
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}
::placeholder {
  color: #6a777d;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #6a777d;
}
.header__address_name {
  color: #6a777d;
  font-size: 13px;
  margin-bottom: -6px;
  padding-left: 30px;
  display: block;
}
.header__info-item-text,
.top-bar__text {
  font-size: 14px;
  color: #6a777d;
  line-height: 160%;
}
.top-bar {
  background-color: #f3f4f4;
}
.payment__list,
.top-bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-bar__text {
  margin-right: auto;
}
.top-bar__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
  margin-left: 16px;
}
.top-bar__socials-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}
.header__connection-link svg,
.header__info-item svg,
.methods-pay__item {
  margin-right: 10px;
}
.header__connection-link,
.top-bar__socials-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.header {
  position: relative;
  z-index: 1000;
}
.header__top {
  background-color: #fff;
  padding: 30px 0;
}
.footer__copyright-container,
.header__top-container {
  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;
}
.header__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.header__info-item-btn,
.promo__btns,
.promo__container,
.socials,
.specialist__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__info-item:last-child {
  margin-bottom: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.header__info-item-text {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.header__connection-tel {
  display: block;
  font-weight: 800;
  font-size: 26px;
  line-height: 160%;
  color: #07253f;
  margin-bottom: 15px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.header__block,
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
}
.header__connection-link-text {
  font-weight: 800;
  font-size: 16px;
  line-height: 160%;
  color: #EB591F;
}
.menu__link-text,
.menu__sub-link {
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}
.header__block {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.advantage,
.advantages-section__item-wrapper,
.card-service__wrapper,
.discount__content,
.specialist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.header__bottom {
  background-color: #0079b5;
}
.menu__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu__item,
.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  position: relative;
}
.menu__item {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
}
.menu__link {
  padding: 22px 0;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.menu__link::after,
.menu__sub-list {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.menu__link::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
  background: -o-linear-gradient(top, #fff 0, #e9e9e9 100%);
  background: linear-gradient(180deg, #fff 0, #e9e9e9 100%);
  border-radius: 10px;
  width: 100%;
  height: 2px;
  bottom: 2px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.menu__item.active > button.menu__link::after,
.menu__item.current > .menu__link::after {
  opacity: 1;
  visibility: visible;
}
.menu__link-text {
  font-weight: 800;
  margin-right: 5px;
}
.menu__sub-list {
  padding: 10px 0;
  top: 100%;
  z-index: 10;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: #0079B5;
  -webkit-transition:
    opacity 0.2s,
    visibility 0.2s;
  -o-transition:
    opacity 0.2s,
    visibility 0.2s;
  transition:
    opacity 0.2s,
    visibility 0.2s;
}
.card-service__arrow,
.menu__item > .menu__link svg {
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}
.menu__item.active > .menu__link svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu__sub-item {
  max-width: 340px;
}
.menu__sub-link {
  width: 100%;
  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;
  padding: 12px 20px 12px 30px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.menu__sub-item.active > .menu__sub-link {
  background-color: #165973;
}
.menu__sub-link_pr-30 {
  padding-right: 30px;
}
.menu__sub-link svg {
  margin-left: 69px;
}
.menu__sub-item .menu__sub-list {
  top: 0;
  left: 100%;
  background-color: #165973;
  max-height: 100%;
  overflow-y: auto;
}
.menu__sub-item .menu__sub-list::-webkit-scrollbar {
  width: 6px;
}
.menu__sub-item .menu__sub-list::-webkit-scrollbar-track {
  background: #165973;
}
.menu__sub-item .menu__sub-list::-webkit-scrollbar-thumb {
  background-color: #EB591F;
  border-radius: 20px;
}
.btn-to-top.btn-to-top_hide,
.header__mobile-icons,
.menu-burger,
.mobile-menu,
.more-text-btn,
.section-title_color::after,
.section-title_color::before,
.slider-pagination,
.ymaps-2-1-79-copyright,
.ymaps-2-1-79-copyright__layout,
.ymaps-2-1-79-map-copyrights-promo,
.ymaps-2-1-79-zoom__scale {
  display: none;
}
.accor.active .accor-open-decor::after,
.modal {
  opacity: 0;
}
@media (max-width: 991px) {
  .mobile-menu__item:last-child .mobile-menu__btn,
  .mobile-menu__sub-item:last-child .mobile-menu__sub-link {
    border-bottom: none;
  }
  .header__connection,
  .header__connection-tel,
  .header__info,
  .header__socials,
  .mobile-menu__container,
  .mobile-menu__list {
    margin-bottom: 30px;
  }
  .header {
    border-bottom: 1px solid #e6e8e9;
    background-color: #fff;
    z-index: 10000;
    width: 100%;
    position: sticky;
    top: 0;
  }
  .header__block,
  .header__bottom,
  .header__btn,
  .header__connection,
  .header__info,
  .top-bar {
    display: none;
  }
  .header__mobile-icons,
  .menu-burger {
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .header__top-container {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .menu-burger {
    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;
    width: 26px;
    height: 26px;
    margin-right: 20px;
    padding: 2px 0;
    cursor: pointer;
    position: relative;
    order: 1;
  }
  .menu-burger__decor {
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .menu-burger::before {
    top: 2px;
  }
  .menu-burger::after {
    bottom: 2px;
  }
  .menu-burger::after,
  .menu-burger::before {
    content: "";
    -webkit-transition:
      top 0.2s,
      bottom 0.2s,
      left 0.2s,
      -webkit-transform 0.2s;
    transition:
      transform 0.2s,
      top 0.2s,
      bottom 0.2s,
      left 0.2s,
      -webkit-transform 0.2s;
    -o-transition:
      transform 0.2s,
      top 0.2s,
      bottom 0.2s,
      left 0.2s;
    position: absolute;
    left: 0;
  }
  .menu-burger::after,
  .menu-burger::before,
  .menu-burger__decor {
    background-color: #6a777d;
    width: 100%;
    height: 2px;
  }
  .menu-burger.active .menu-burger__decor {
    opacity: 0;
  }
  .menu-burger.active::after,
  .menu-burger.active::before {
    left: 50%;
  }
  .menu-burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu-burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    -ms-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .header__logo {
    order: 3;
  }
  .header__mobile-icons {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
  .header__mobile-phone {
    margin-right: 20px;
    padding-left: 20px;
    position: relative;
  }
  .header__mobile-phone::before {
    content: url("/netcat_template/template/custom/assets/img/1call.svg");
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header__mobile-phone_digits {
    font-weight: 700;
    color: #0079b5;
    margin-right: 10px;
    transition: 0.3s;
    font-size: 16px;
  }
  .header__mobile-phone_digits:hover {
    color: #EB591F;
    transition: 0.3s;
  }
  .header__mobile-phone,
  .header__mobile-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu,
  .mobile-menu .header__btn,
  .mobile-menu .header__connection,
  .mobile-menu .header__info {
    display: block;
  }
  .mobile-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    overflow: auto;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition:
      transform 0.2s,
      -webkit-transform 0.2s;
    background-color: #fff;
  }
  .mobile-menu.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-menu__list {
    background-color: #0079b5;
    padding: 0 15px;
  }
  .mobile-menu__btn,
  .mobile-menu__sub-link {
    padding: 10px 0;
    min-height: 44px;
    border-bottom: 1px solid #3e8aa7;
    width: 100%;
  }
  .mobile-menu__btn {
    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;
  }
  .header__socials,
  .mobile-menu__sub-link {
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .mobile-menu__btn-text {
    font-weight: 800;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
  }
  .accor-open > svg {
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition:
      transform 0.2s,
      -webkit-transform 0.2s;
  }
  .mobile-menu__item.active > .mobile-menu__btn > svg,
  .mobile-menu__sub-item.active > .accor-open > svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobile-menu__sub-link {
    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;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
  }
  .mobile-menu__sub-list {
    padding-left: 20px;
  }
  .mobile-menu__item-content {
    border-bottom: 1px solid #3e8aa7;
  }
  .mobile-menu__sub-item.active {
    border-bottom: 1px solid #3e8aa7;
  }
  .header__socials {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__socials-item {
    margin-right: 16px;
  }
  .header__socials-item:last-child {
    margin-right: 0;
  }
  .header__socials-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__btn {
    width: 100%;
  }
  .mobile-menu__consultation {
    padding: 20px 15px;
    background-color: #f3f4f4;
    font-size: 14px;
    line-height: 140%;
    color: #6a777d;
  }
}
.discount__content,
.specialist__content {
  z-index: 10;
  position: relative;
}
.btn,
.btn-main {
  transition:
    background-color 0.2s,
    color 0.2s;
  text-align: center;
}
.holidays__text,
.specialist {
  display: -webkit-box;
  display: -ms-flexbox;
}
@media (max-width: 380px) {
  .logo__picture {
    width: 90px;
  }
}
@media (max-width: 360px) {
  .logo__picture {
    width: 85px;
  }
  .header__top-container {
    padding: 0 5px;
  }
  .header__mobile-phone_digits {
    font-size: 13px;
    margin-right: 5px;
  }
}
.holidays {
  padding: 9.5px;
  background-color: #0079b5;
  text-align: center;
  color: #fff;
}
.holidays .container {
  height: 100%;
}
.holidays__text {
  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%;
}
.header.fixed {
  position: fixed;
}
.header__info-city-btn {
  display: flex;
  align-items: center;
}
.modal__title-city {
  font-size: 24px;
  font-weight: 600;
  color: #07253f;
  text-align: center;
  margin-bottom: 30px;
}
.popup__shearch {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.popup__shearch-input {
  border: 1px solid #e3e3e3;
  width: 100%;
  padding: 12px;
  color: #4b5058;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.btn,
.btn-main,
.page-title {
  font-weight: 800;
}
.modal__items-city {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  max-height: 300px;
}
.breadcrumbs__link,
.logo,
.logo__picture,
.not-found__group,
.rating-block__socials,
.rating__stars {
  display: flex;
}
.modal__item-city {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.modal__item-city::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0079b5;
  position: absolute;
}
.modal__item-city a {
  font-size: 18px;
  color: #0079b5;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s;
  margin-left: 15px;
}
.btn,
.bullets a,
.cololig {
  color: #EB591F;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.accor-open-decor,
.document,
.section-title,
.specialist__info {
  position: relative;
}
.logo {
  width: max-content;
}
.btn {
  display: block;
  padding: 14.5px 33.5px;
  font-size: 18px;
  line-height: 160%;
  border: 1px solid #EB591F;
  border-radius: 10px;
  background-color: #fff;
}
.page-title {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 60px;
}
.article__body p,
.content-body p,
.section-descr {
  font-size: 18px;
  line-height: 160%;
  color: #6a777d;
  margin-bottom: 40px;
}
.section-descr_center {
  text-align: center;
}
.btn-main {
  background-color: #EB591F;
  border: 1px solid #EB591F;
  border-radius: 10px;
  padding: 22.5px 49.5px;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}
.btn-main_color,
.discount__wrapper,
.section-decor-item,
.specialist__info {
  background-color: #0079b5;
}
.section-title,
h2,
h3,
h4 {
  font-size: 44px;
  font-weight: 800;
  line-height: 160%;
}
.btn-main_color {
  border: 1px solid #0079b5;
}
.section-offset {
  margin-bottom: 150px;
}
@media screen and (width>766px) {
  .section-offset.doctor-page {
    margin-bottom: 300px;
  }
}
h2,
h3,
h4 {
  margin-bottom: 24px;
}
h3 {
  font-size: 34px;
  line-height: 140%;
  font-weight: 700;
}
h4 {
  font-size: 24px;
}
.section-title {
  text-align: center;
  padding: 0 110px;
  margin: 0 auto 24px;
  width: fit-content;
}
.section-title::after,
.section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #EB591F;
  border-radius: 10px;
}
.section-title::before {
  left: 0;
}
.section-title::after {
  right: 0;
}
.section-title_color {
  color: #fff;
  padding: 0;
}
.section-decor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.section-decor-item {
  width: 8px;
  height: 8px;
  margin-right: 20px;
  border-radius: 50%;
}
.more-link {
  width: fit-content;
  margin: 0 auto;
  padding: 14.5px 20px;
  min-width: 250px;
}
.article-detail__info,
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-33 {
  flex: 0 1 calc(33.333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.accor-full {
  transition: max-height 0.2s;
  max-height: 0;
  overflow: hidden;
}
.accor-open-decor {
  width: 44px;
  height: 44px;
}
.accor-open-decor::after,
.accor-open-decor::before {
  content: "";
  background-color: #EB591F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accor-open-decor::before {
  width: 26px;
  height: 3px;
}
.accor-open-decor::after {
  width: 3px;
  height: 26px;
  transition: opacity 0.2s;
}
.more-text-wrapper {
  transition: height 0.2s;
  overflow: hidden;
}
.breadcrumbs {
  padding-top: 30px;
  padding-bottom: 35px;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 23px;
  background-image: url("../img/breadcrumbs-separator.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: right 1px;
}
.form-callback__input,
.form__field {
  background-position: 20px center;
  background-repeat: no-repeat;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
  background-image: none;
}
.breadcrumbs__link-text {
  font-size: 14px;
  line-height: 160%;
  color: #6a777d;
}
.document::after {
  content: "";
  background-color: rgba(7, 29, 38, 0.6);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/netcat_template/template/custom/assets/img/zoom-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.document__img {
  -o-object-fit: cover;
  object-fit: cover;
}
.specialist {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}
.discount__content,
.discount__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
}
.specialist__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  max-height: 450px;
  height: initial !important;
  width: 100% !important;
}
.specialist__info {
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.specialist__decor {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.specialist__name {
  font-weight: 800;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 10px;
}
.discount__name,
.discount__sticker {
  font-weight: 800;
  margin-bottom: 40px;
  color: #fff;
}
.specialist__role {
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}
.discount {
  min-height: 331px;
}
.discount__wrapper {
  padding: 40px;
  border-radius: 10px;
  position: relative;
  display: flex;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  height: 100%;
}
.discount__decor,
.item-gallery::after {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.discount__content {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.article-card__picture,
.search-top {
  display: -webkit-box;
  display: -ms-flexbox;
}
.discount__decor {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.2s;
}
.discount__sticker {
  background-color: #4991ac;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 160%;
}
.discount__name {
  font-size: 28px;
  line-height: 160%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  word-wrap: break-word;
  width: calc(100% - 80px);
}
.article-card__title,
.discount__sale {
  font-size: 22px;
  line-height: 160%;
  font-weight: 800;
}
.discount__sale {
  background-color: #fff;
  border-radius: 100px;
  padding: 5px 15px;
  text-align: center;
  color: #EB591F;
}
#map,
.article-card__picture {
  border-radius: 10px;
  overflow: hidden;
}
.discount__presentation {
  position: absolute;
  bottom: 0;
  right: 0;
  width: initial !important;
  height: initial !important;
  max-height: 330px;
}
.article-card__picture {
  display: flex;
  height: 290px;
  margin-bottom: 30px;
}
.article-card__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100% !important;
  height: initial !important;
  max-height: 290px;
}
.article-card__title {
  color: #0079b5;
  margin-bottom: 20px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.article-card__text {
  font-size: 18px;
  line-height: 160%;
  color: #6a777d;
}
.article-img {
  width: 40%;
  float: right;
  margin: 15px;
}
@media (max-width: 770px) {
  .article-img {
    width: 100%;
    float: initial;
    margin: 15px 0;
  }
}
.search-top {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: fit-content;
}
.search-top__input {
  min-width: 350px;
  height: 50px;
  background-color: #eeefef;
  font-size: 14px;
  line-height: 160%;
  color: #07253f;
  padding: 0 62px 0 20px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.article-detail__title.contacts,
.form__title {
  font-size: 28px;
}
.search-top__input:focus-visible {
  background-color: #e7e8e8;
}
.search-top__submit {
  width: 62px;
  height: 100%;
  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;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
[class*="ground-pane"] {
  filter: grayscale(1);
}
.ymaps-2-1-79-controls__control {
  inset: 275px 10px auto auto !important;
}
.ymaps-2-1-79-controls__control_toolbar {
  display: none !important;
}
.ymaps-2-1-79-controls__toolbar_left .ymaps-2-1-79-user-selection-none {
  display: block !important;
  inset: 330px 10px auto auto !important;
}
.ymaps-2-1-79-controls__toolbar {
  top: 330px !important;
  left: auto !important;
  right: 10px !important;
  width: auto !important;
}
.ymaps-2-1-79-zoom {
  height: 5px !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  box-shadow:
    0 1px 2px 1px rgb(0 0 0 / 15%),
    0 2px 5px -3px rgb(0 0 0 / 15%);
}
.ymaps-2-1-79-float-button {
  box-shadow: none !important;
}
.ymaps-2-1-79-_hidden-text {
  box-shadow:
    0 1px 2px 1px rgb(0 0 0 / 15%),
    0 2px 5px -3px rgb(0 0 0 / 15%) !important;
}
.modal {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transition:
    opacity 0.2s,
    visiability 0.2s;
}
.modal__background {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(7, 29, 38, 0.6);
}
.modal__body {
  position: absolute;
  background-color: #fff;
  padding: 80px;
  border-radius: 10px;
  overflow: overlay;
  max-height: calc(100% - 30px);
  max-width: 510px;
}
.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 26px;
  width: 26px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__close:after,
.modal__close:before {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 12px);
  background-color: #6a777d;
  position: absolute;
}
.modal__close:after {
  transform: rotate(45deg);
}
.modal__close:before {
  transform: rotate(-45deg);
}
.form__title {
  font-weight: 800;
  line-height: 160%;
  margin-bottom: 30px;
  text-align: center;
}
.form__descr {
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 40px;
  color: #6a777d;
}
.about__descr,
.form__wrapper {
  margin-bottom: 30px;
}
.form__label {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.form__label:last-child {
  margin-bottom: 0;
}
.form__field {
  width: 100%;
  height: 60px;
  padding: 0 16px 0 60px;
  background-color: #f3f4f4;
  border-radius: 10px;
  font-size: 18px;
  line-height: 160%;
  color: #6a777d;
  background-size: 24px 24px;
  border: 1px solid #f3f4f4;
  transition: border 0.2s;
}
.form-callback__input,
.form-callback__submit {
  line-height: 160%;
  width: 100%;
  border-radius: 10px;
}
.field-name {
  background-image: url("../img/sections/consultation/person-blue.svg");
}
.field-phone {
  background-image: url("../img/sections/consultation/phone-blue.svg");
}
.form__submit {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 160%;
  width: 100%;
  min-height: 60px;
  margin-bottom: 20px;
}
.form__agreement {
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  color: rgba(106, 119, 125, 0.8);
}
.form__agreement a {
  color: rgba(106, 119, 125, 0.8);
}
.accost,
.feedback,
.section-offset.callback {
  background-image: url("/netcat_template/template/custom/assets/img/sections/callback/background.jpg");
}
.article-navigation {
  background-image: url("/netcat_template/template/custom/assets/img/sections/article-navigation/background.jpg");
}
.steps.section-offset {
  background-image: url("/netcat_template/template/custom/assets/img/sections/advantages-section/background.jpg");
}
.callback .form__title,
.consultation .form__title,
.footer .form__title {
  color: #fff;
}
.form-callback__wrapper {
  display: flex;
  margin-bottom: 40px;
}
.form-callback__label {
  display: flex;
  margin-right: 25px;
  flex: 0 1 50%;
  margin-bottom: 0;
}
.form-callback__input {
  background-color: #4991ac;
  padding: 17px 20px 17px 60px;
  font-size: 16px;
  color: #fff;
  border-color: #4991ac;
}
.form-accost__input.name,
.form-callback__input.name {
  background-image: url("../img/sections/consultation/person.svg");
}
.form-callback__input.phone {
  background-image: url("../img/sections/consultation/phone.svg");
}
.form-callback__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.form-callback__submit {
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  color: #EB591F;
  padding: 16px 20px;
  background-color: #fff;
  margin-bottom: 10px;
  transition:
    background-color 0.2s,
    color 0.2s;
}
.form-callback__text {
  font-size: 14px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}
.article__body ol li,
.comment__text,
.content-body ol li,
.search-result__link,
.search-result__not-found,
.search-result__text {
  font-size: 18px;
  line-height: 160%;
}
.form-callback__text-link {
  color: rgba(255, 255, 255, 0.6);
}
.search-result {
  margin-top: 20px;
}
.search-result__not-found {
  font-weight: 800;
  margin-bottom: 24px;
}
.comments__item,
.search-result__item {
  margin-bottom: 24px;
}
.content-body ol li:last-child,
.content-body ul li:last-child,
.search-result__item:last-child {
  margin-bottom: 0;
}
.search-result__link {
  display: inline-block;
  font-weight: 800;
  color: #0079b5;
  margin-bottom: 16px;
}
.btn-to-top {
  position: fixed;
  z-index: 100;
  bottom: 170px;
  right: 50px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #EB591F;
  opacity: 1;
  transform: translateY(0);
  transition:
    background-color 0.2s,
    opacity 0.2s,
    transform 0.2s;
}
.btn-to-top.btn-to-top_hiding {
  opacity: 0;
  transform: translateY(100px);
}
.btn-to-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-to-top svg path {
  transition: fill 0.2s;
}
.article-detail__content a,
.content-body a,
.promo__content a {
  font-weight: 800;
  color: #EB591F;
  text-decoration: underline;
  white-space: nowrap;
}
.article__body ol,
.article__body ul,
.content-body ol,
.content-body ul {
  padding-left: 40px;
  margin-bottom: 40px;
}
.article__body ol:last-child,
.article__body ul:last-child,
.content-body ol:last-child,
.content-body ul:last-child,
.price-list__table,
.promotions__cards {
  margin-bottom: 40px;
}
.article__body ul li,
.content-body ul li {
  list-style: initial;
  font-size: 18px;
  line-height: 160%;
  color: #6a777d;
  margin-bottom: 20px;
  padding-left: 10px;
}
.article__body ol li,
.content-body ol li {
  color: #6a777d;
  margin-bottom: 20px;
  padding-left: 10px;
}
.content-body ul li::marker {
  width: 8px;
  height: 8px;
  color: #0079b5;
}
.content-body ol li::marker {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  color: #0079b5;
}
@media (max-width: 1600px) {
  .discount__wrapper {
    padding: 20px;
  }
  .discount__name {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1400px) {
  .btn-main {
    padding: 14px 20px;
  }
  .col-33 {
    flex: 0 1 calc(33.333% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .col-33:last-child,
  .col-33:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .header__connection-tel {
    font-size: 20px;
    line-height: 140%;
  }
  .top-bar__socials {
    margin-right: 16px;
  }
  .header__top {
    padding: 17px 0;
  }
  .btn,
  .menu__link-text {
    font-size: 14px;
    line-height: 140%;
  }
  .discount__name,
  .discount__sticker {
    margin-bottom: 20px;
    line-height: 140%;
  }
  .logo__img {
    width: 220px;
  }
  .page-title {
    font-size: 40px;
    margin-top: 0;
    line-height: 140%;
  }
  .discount__name {
    width: 100%;
    font-size: 20px;
  }
  .discount__presentation {
    max-height: 193px;
  }
  .discount {
    min-height: 193px;
  }
  .discount__sticker {
    font-size: 11px;
    padding: 5px 10px;
  }
  .discount__discount {
    font-size: 14px;
    line-height: 140%;
    padding: 6px 12px;
  }
}
.specialists__slider-wrapper {
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .section-decor {
    display: none;
  }
  .slider-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .slider-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    padding: 0;
    margin: 0 10px 10px 0 !important;
    opacity: 1;
    background-color: #fbc9be;
  }
  .slider-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
  }
  .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EB591F;
  }
  .article-card__picture {
    margin-bottom: 15px;
    height: 200px;
  }
  .article-card__title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
  }
  .article-card__text {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  .breadcrumbs__item:first-child .breadcrumbs__link .breadcrumbs__link-text,
  .section-title::before {
    display: none;
  }
  .logo__img {
    width: initial;
  }
  .page-title {
    font-size: 26px;
  }
  .btn-main,
  .content-body ol li,
  .content-body ul li,
  .section-descr,
  .specialist__role {
    font-size: 14px;
    line-height: 140%;
  }
  .section-title,
  h2,
  h3,
  h4 {
    font-size: 22px;
    line-height: 140%;
  }
  .section-offset {
    margin-bottom: 70px;
  }
  .section-offset:last-child {
    margin-bottom: 0;
  }
  h2,
  h3,
  h4 {
    margin-bottom: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .section-title {
    text-align: left;
    padding: 0;
    margin: 0 0 50px;
  }
  .section-title::after {
    top: auto;
    right: auto;
    left: 0;
    bottom: -25px;
    transform: translateY(-50%);
    height: 1px;
  }
  .section-descr {
    text-align: left;
    margin-bottom: 30px;
  }
  .form-callback__wrapper,
  .form__descr,
  .form__title,
  .form__wrapper {
    margin-bottom: 20px;
  }
  .modal__body {
    padding: 50px 30px;
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .form__title {
    font-size: 20px;
    line-height: 140%;
  }
  .content-body p,
  .form__descr,
  .form__field {
    font-size: 14px;
    line-height: 140%;
  }
  .form__field {
    height: 50px;
    padding-left: 50px;
    background-size: 20px 20px;
    background-position: 15px center;
  }
  .form__label {
    margin-bottom: 10px;
  }
  .form__submit {
    padding: 10px;
    min-height: 50px;
  }
  .form__agreement {
    font-size: 12px;
    line-height: 140%;
  }
  .form-callback__label {
    margin-right: 16px;
  }
  .accor-open-decor {
    width: 24px;
    height: 24px;
  }
  .accor-open-decor::before {
    width: 14px;
    height: 2px;
  }
  .accor-open-decor::after {
    width: 2px;
    height: 14px;
  }
  .breadcrumbs {
    padding-top: 20px;
  }
  .breadcrumbs__item {
    background-size: 15px 15px;
    padding-right: 18px;
  }
  .breadcrumbs__item:first-child .breadcrumbs__link {
    width: 15px;
    height: 15px;
    background-image: url("../img/breadcrumbs-home.svg");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .breadcrumbs__link-text {
    font-size: 11px;
    line-height: 140%;
  }
  .specialist__name {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 5px;
  }
  .specialist__info {
    padding: 15px;
  }
  .page-title {
    margin-bottom: 30px;
  }
  #map {
    height: 320px !important;
  }
  .btn-to-top {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
  .btn-to-top svg {
    width: 13px;
    height: 13px;
  }
  .content-body ol,
  .content-body ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .content-body ol li::marker {
    font-size: 14px;
    line-height: 140%;
  }
  .content-body p {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .col-33,
  .col-33:nth-child(3n) {
    margin-right: 10px;
  }
  .col-33 {
    flex: 0 1 calc(50% - 5px);
    margin-bottom: 10px;
  }
  .col-33:last-child,
  .col-33:nth-child(2n) {
    margin-right: 0;
  }
}
.map__btn,
.steps__bottom {
  color: #EB591F;
  font-size: 18px;
}
.bullets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10;
}
@media (max-width: 991px) {
  .bullets {
    grid-template-columns: 1fr 1fr;
  }
  .search-top__input {
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  .holidays__text {
    font-size: 14px;
  }
  .form-callback__input,
  .form-callback__submit {
    font-size: 14px;
    min-height: 50px;
    line-height: 140%;
  }
  .col-33,
  .col-33:nth-child(3n) {
    margin-right: 0;
  }
  body {
    background-image: none;
  }
  .more-text-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #f3f4f4;
    border-radius: 10px;
    width: 100%;
    font-weight: 800;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #6a777d;
  }
  .form-callback__wrapper {
    display: block;
  }
  .form-callback__label {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-callback__input {
    padding: 15px 15px 15px 50px;
    background-position: 15px center;
    background-size: 20px 20px;
  }
  .form-callback__submit {
    padding: 15px;
    margin-bottom: 15px;
  }
  .form-callback__text {
    font-size: 13px;
    line-height: 140%;
  }
  .more-link {
    width: 100% !important;
  }
  .col-33 {
    flex: 1 1 100%;
  }
  .specialist__img {
    max-height: 260px;
  }
  .discount__name {
    max-width: 180px;
  }
  .article-card,
  .more-text-wrapper {
    margin-bottom: 20px;
  }
  .article-card__picture {
    min-height: 200px;
    height: initial;
  }
  .contacts-map__container {
    padding: 0;
  }
  .bullets {
    grid-template-columns: 1fr;
  }
  .reviwer__container {
    justify-content: center;
  }
}
.reviwer__container {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: flex-end;
}
.reviwer__container img {
  max-width: 100px;
  border-radius: 50px;
  margin-right: 15px;
  object-fit: cover;
}
.reviwer__body-name a {
  color: #EB591F;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.82px;
}
.article-detail__site-map .article-detail__title,
.callback .form-callback__submit,
.reviwer {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .reviwer__container {
    justify-content: center;
  }
}
.steps__container .step__num {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  position: relative;
  z-index: 2;
}
.steps__container .step__num span {
  content: "01";
  z-index: 1;
  position: absolute;
  right: -60px;
  opacity: 0.25;
  top: -15px;
  font-size: 74px;
}
.steps__bottom {
  background: #fff;
  border-radius: 30px;
  padding: 3em;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
.steps__bottom p {
  margin-bottom: 1em;
  color: #07253f;
}
.container_load {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.article-detail__wrapper.site-map {
  padding-left: 0;
  margin-bottom: 0;
}
.article-detail__site-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
  row-gap: 25px;
  margin-bottom: 120px;
}
.article-detail__site-map .item-menu__item a {
  color: #1b7597;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.article-detail__site-map .item-menu__item {
  list-style: disc;
  color: #1b7597;
}
.article-details__item-menu {
  margin-left: 18px;
}
@media (max-width: 768px) {
  .article-detail__site-map {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.map__container {
  width: 100%;
  height: 700px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  background: url("/netcat_template/template/custom/assets/img/map.webp") center center/cover no-repeat;
}
@supports not (background: url("/netcat_template/template/custom/assets/img/map.webp")) {
  .map__container {
    background: url("/netcat_template/template/custom/assets/img/map.jpg") center center/cover no-repeat;
  }
}
.map__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  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;
  text-align: center;
  height: 50px;
  padding: 0 20px;
  border-radius: 10px;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  -o-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
  border: 2px solid #EB591F;
  background-color: #fff;
  font-weight: 800;
  line-height: 1;
}
.map__btn:hover {
  color: #fff;
  background-color: #EB591F;
}
.map__btn.active,
.modal__items-city .hide {
  display: none;
}
.form-accost__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin-bottom: 15px;
}
.form-accost__label {
  display: flex;
  flex: 0 1 calc((50% - 7.5px));
}
.form-accost__input,
.form-accost__wrapper textarea {
  background-color: #4991ac;
  border-radius: 10px;
  padding: 17px 20px 17px 60px;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 20px center;
  border-color: #4991ac;
}
.smi-item__text,
.smi-item__video {
  border-radius: 36px;
}
.advantages-section,
.article-navigation {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.form-accost__wrapper textarea {
  resize: none;
}
.form-accost__input.email {
  background-image: url("/netcat_template/template/custom/assets/img/sections/consultation/email.svg");
}
.form-accost__input.address {
  background-image: url("/netcat_template/template/custom/assets/img/sections/consultation/address.svg");
}
.form-accost__input.write {
  background-image: url("/netcat_template/template/custom/assets/img/sections/consultation/write.svg");
}
.form-accost__input.phone {
  background-image: url("/netcat_template/template/custom/assets/img/sections/consultation/phone.svg");
}
.g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.form-accost__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.form-callback__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.accost {
  padding: 50px 0;
  margin-bottom: 30px;
}
.callback .form-callback__text,
.form-accost {
  text-align: center;
}
.accost-btn {
  max-width: 600px;
}
.feedback {
  padding: 20px 0;
  margin-bottom: 40px;
}
@media (max-width: 550px) {
  .form-accost__wrapper {
    flex-direction: column;
  }
}
.footer__content_text .footer__content_wraper p {
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
}
.smi__title {
  text-align: center;
  margin-bottom: 90px;
}
.smi__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-bottom: 90px;
}
.about__content-full p:last-child,
.about__descr:last-child,
.article-navigation__item:last-child,
.article__body ol li:last-child,
.article__body p:last-child,
.article__body ul li:last-child,
.smi-item__time {
  margin-bottom: 0;
}
.smi-item__title {
  color: #6a777d;
  font-size: 24px;
  font-weight: 500;
  line-height: 32.74px;
  margin-bottom: 0;
}
.smi-item__time {
  color: #6a777d;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
.smi-item__text,
.smi-stati__subtitle {
  font-size: 26px;
  font-weight: 500;
  line-height: 35.46px;
}
.footer__logo,
.smi-stati,
.smi-stati__block {
  margin-bottom: 90px;
}
.smi-item__text {
  padding: 45px;
  background-color: #f5f5f5;
  color: #0079b5;
}
.smi-stati__subtitle {
  color: #6a777d;
  margin-top: 20px;
  margin-bottom: 90px;
}
.smi-stati__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
}
.smi-stati__item {
  border: 1px solid #000;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.smi-stati__item-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 24.55px;
  color: #000;
  padding: 40px 30px 30px;
}
.smi-stati__item-text {
  color: #6a777d;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.1px;
  padding: 0 30px 30px;
}
.smi-stati__item-link {
  border-top: 1px solid #000;
  background-color: #0079b5;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  align-items: center;
  border-radius: 0 0 24px 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 27.28px;
}
.smi-stati__button,
.smi-video__button {
  color: #fff;
  background-color: #EB591F;
  padding: 15px 25px;
  border-radius: 18px;
  text-align: center;
  display: flex;
  margin: auto;
}
.smi-video__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 90px;
}
.smi-video__item {
  border-radius: 24px;
  background-color: #f7f9f9;
  padding: 10px;
}
.smi-video__item iframe {
  border-radius: 16px;
}
.smi-video__item-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 17.6px;
  color: #07253f;
  margin: 15px 0;
}
.smi-video__item-img {
  height: 315px;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.smi-item__video-img {
  max-height: 415px;
  object-fit: cover;
  border-radius: 36px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .smi-stati,
  .smi__block {
    margin-bottom: 40px;
  }
  .smi-stati__block,
  .smi-video__block {
    grid-template-columns: 1fr 1fr;
  }
  .smi__block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 670px) {
  .smi-item__text,
  .smi-item__time,
  .smi-stati__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .smi-item__text {
    padding: 20px;
  }
  .smi-stati__subtitle {
    margin-bottom: 20px;
  }
  .smi-stati__item-name {
    padding: 20px 15px 15px 25px;
  }
  .smi-stati__item-text {
    padding: 0 15px 15px;
  }
  .smi-stati__item-link {
    padding: 15px 20px;
  }
  .smi-stati__block,
  .smi-video__block {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.reviwer__block {
  display: flex;
  gap: 15px;
  border: 1px solid #0079b5;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 25px;
}
.reviwer__block-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.reviwer__body-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.1px;
}
@media (max-width: 900px) {
  .reviwer__container {
    flex-direction: column;
  }
}
.about__title {
  margin-bottom: 84px;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  height: auto;
}
.about__picture {
  min-width: 550px;
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: right;
  margin: 0 0 24px 24px;
}
.about__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  width: initial !important;
  height: initial !important;
  max-height: 410px;
}
.about__content-wrapper {
  overflow: initial;
}
@media (max-width: 1200px) {
  .about__picture {
    min-width: 400px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .about__title {
    margin-bottom: 56px;
  }
  .about__picture {
    min-width: 300px;
    max-width: 300px;
  }
}
.advantages-section {
  padding: 150px 0 70px;
  background-image: url("/netcat_template/template/custom/assets/img/sections/advantages-section/background.jpg");
}
.advantages-section__title {
  margin-bottom: 110px;
  text-align: center;
}
.advantages-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 40px;
}
.advantages-section__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(25% - 52.5px);
  flex: 0 1 calc(25% - 52.5px);
  margin-right: 70px;
  margin-bottom: 80px;
}
.advantage:last-child,
.advantages-section__item:nth-child(4n) {
  margin-right: 0;
}
.advantages-section__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantage__icon,
.advantages-section__item-img,
.footer__connection-main {
  margin-bottom: 30px;
}
.advantages-section__item-text {
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  text-align: center;
}
.advantages {
  padding: 80px 0;
  background-color: #f3f4f4;
}
.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 31px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantage,
.consultation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
}
.advantage {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(20% - 49.6px);
  flex: 0 1 calc(20% - 49.6px);
  margin-right: 62px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantage__text {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 1200px) {
  .advantages-section__list,
  .advantages__list {
    padding: 0 13px;
  }
  .advantages-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333% - 20px);
    flex: 0 1 calc(33.333% - 20px);
    margin-right: 25px;
    margin-bottom: 40px;
  }
  .advantage:nth-child(3n),
  .advantages-section__item:nth-child(3n) {
    margin-right: 0;
  }
  .advantages-section__item:nth-child(4n) {
    margin-right: 25px;
  }
  .advantages,
  .advantages-section {
    padding: 150px 0 110px;
  }
  .advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333% - 20px);
    flex: 0 1 calc(33.333% - 20px);
    margin-right: 25px;
    margin-bottom: 40px;
  }
  .article-detail__info-item {
    flex: 0 1 calc(50% - 5px);
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .article-detail__info-item:last-child,
  .article-detail__info-item:nth-child(2n) {
    margin-right: 0;
  }
  .article-detail__info-descr,
  .article-detail__info-title {
    font-size: 14px;
    line-height: 140%;
  }
  .article-detail__info-icon {
    margin-bottom: 10px;
  }
  .article-detail__wrapper {
    padding-bottom: 60px;
  }
}
.article-navigation {
  padding: 150px 0;
}
.article__high-text,
blockquote {
  background-image: url("/netcat_template/template/custom/assets/img/sections/article/high-text.svg");
  background-repeat: no-repeat;
  background-position: 40px top;
  position: relative;
}
.article-navigation__container {
  display: flex;
  justify-content: space-between;
}
.article-navigation__content {
  margin-right: 80px;
}
.article-navigation__title {
  text-align: left;
  margin: 0 0 64px;
}
.article-navigation__item,
.form-footer__wrapper,
.methods-pay__img {
  margin-bottom: 25px;
}
.article-navigation__link {
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  padding-left: 60px;
  position: relative;
  display: flex;
  transition: opacity 0.2s;
}
.article-navigation__link::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #fff;
  border-radius: 10px;
}
.article__high-text::after,
blockquote::after {
  content: "";
  position: absolute;
  left: 56px;
  background-color: #0079b5;
  bottom: 0;
}
.article-navigation__callback {
  border: 1px solid #4991ac;
  border-radius: 10px;
  padding: 39.5px;
  display: flex;
  flex-direction: column;
}
.article-navigation__callback-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 160%;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.article-navigation__callback-picture {
  display: flex;
  margin-bottom: 20px;
}
.article-navigation__callback-text {
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  flex: 1 1 auto;
}
.article-navigation__callback-btn {
  padding: 17px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 160%;
  border: none;
}
.article-navigation__callback-btn_mobile,
.prices_detail .prices__descr,
.prices_detail .prices__more-link,
.prices_detail .section-decor,
.services_detail .section-decor,
.services_detail .services__descr {
  display: none;
}
.article-navigation__callback-img {
  width: initial !important;
  height: initial !important;
}
@media (max-width: 991px) {
  .advantages-section {
    padding: 70px 0 35px;
  }
  .advantages-section__title {
    margin: 0 auto 50px;
  }
  .advantage__icon,
  .advantages-section__item-img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  .advantage__text,
  .advantages-section__item-text {
    font-size: 14px;
    line-height: 140%;
  }
  .advantages {
    padding: 50px 0 15px;
  }
  .article-navigation {
    padding: 70px 0;
  }
  .article-navigation__title {
    margin-bottom: 35px;
  }
  .article-navigation__link {
    font-size: 14px;
    line-height: 140%;
    padding-left: 20px;
  }
  .article-navigation__link::after {
    width: 10px;
  }
  .article-navigation__callback {
    padding: 15px;
  }
  .article-navigation__callback-title {
    font-size: 22px;
    line-height: 140%;
  }
  .article-navigation__callback-img {
    width: 300px !important;
  }
  .article-navigation__callback-btn {
    font-size: 14px;
    line-height: 140%;
    padding: 14px 20px;
    min-height: 50px;
  }
  .article-navigation__content {
    margin-right: 40px;
  }
  .article-navigation__callback-text {
    font-size: 14px;
    line-height: 140%;
  }
}
blockquote {
  padding-left: 114px;
  margin-bottom: 30px;
}
blockquote::after {
  width: 2px;
  height: calc(100% - 46px);
}
.article-detail__wrapper {
  display: flex;
  flex-direction: column;
}
.article-detail__author-name a {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
}
.rating-block .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0;
  transition: opacity 0.2s;
}
.rating-block .ya-share2__item {
  margin-right: 20px !important;
}
.rating-block .ya-share2__item:last-child {
  margin-right: 0 !important;
}
.rating-block .ya-share2__badge {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-block .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 32px 32px;
}
@media (max-width: 1400px) {
  .article-detail__wrapper {
    padding-left: 320px;
  }
  .article-detail__author {
    width: 320px;
    padding-right: 30px;
  }
  .article-detail__author-sticker {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 140%;
  }
  .article-detail__author-name,
  .article-detail__author-name a {
    padding: 15px;
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  .article__title {
    margin-bottom: 50px;
  }
  .article-detail__content p,
  .article__body p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .article__body ol,
  .article__body ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .article__body ol li,
  .article__body ul li {
    font-size: 14px;
    line-height: 140%;
  }
  .article__body ol li::marker {
    font-size: 14px;
    line-height: 140%;
  }
  blockquote {
    padding-left: 31px;
    background-size: 16px 12px;
    background-position: left top;
  }
  blockquote::after {
    height: calc(100% - 22px);
    left: 8px;
  }
  .rating-block .ya-share2__badge {
    width: 40px;
    height: 40px;
  }
  .rating-block .ya-share2__item {
    margin-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .about__title {
    margin-bottom: 56px;
  }
  .about__title::after {
    bottom: -28px;
  }
  .about__picture {
    min-width: 300px;
    max-width: 300px;
  }
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-navigation__callback {
    display: none;
  }
  .article-navigation__callback-btn_mobile,
  .article-navigation__container {
    display: block;
  }
  .article-navigation__content {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .article-detail__wrapper {
    padding-left: 0;
    display: block;
    padding-bottom: 20px;
  }
  .article-detail__author {
    position: relative;
    margin-bottom: 20px;
    padding-right: 0;
    width: initial;
  }
}
@media (max-width: 575px) {
  .about__picture {
    float: initial;
    min-width: 0;
    margin: 0 0 30px;
  }
  .about__content-wrapper {
    height: 140px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .advantages-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 13px);
    flex: 0 1 calc(50% - 13px);
  }
  .advantage:nth-child(3n),
  .advantages-section__item:nth-child(3n) {
    margin-right: 25px;
  }
  .advantage:nth-child(2n),
  .advantages-section__item:nth-child(2n) {
    margin-right: 0;
  }
  .advantage {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 12.5px);
    flex: 0 1 calc(50% - 12.5px);
  }
  .article-detail {
    background-repeat: no-repeat;
  }
  .article-detail__info-item {
    flex: 0 1 100%;
    margin-right: 0;
    flex-direction: row;
  }
  .article-detail__info-item:last-child {
    margin-bottom: 0;
  }
  .article-detail__info-icon {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .article-detail__info-descr,
  .article-detail__info-title {
    text-align: initial;
  }
}
.article__body table {
  border: 1px solid #0079b5;
  width: 100%;
  min-width: 1000px;
}
.article__body table th,
td {
  border: 1px solid #0079b5;
  padding: 5px;
}
.article__title,
.articles__wrapper,
.comments__title,
.documents__wrapper,
.documents_doctor .documents__title,
.faq__wrapper,
.gallery__wrapper,
.prices__table,
.prices_detail .prices__title,
.reviews__wrapper,
.services_detail .services__title {
  margin-bottom: 70px;
}
.article__body ul li::marker {
  width: 8px;
  height: 8px;
  color: #0079b5;
}
.article__body ol li::marker {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  color: #0079b5;
}
.article__body a {
  font-weight: 800;
  color: #EB591F;
  white-space: nowrap;
}
.article__high-text {
  padding-left: 114px;
}
.article__high-text::after {
  width: 2px;
  height: calc(100% - 46px);
}
.article-detail__title {
  margin-bottom: 30px;
  flex-grow: 1;
}
.article-detail__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
.article-detail__author {
  top: 0;
  left: 0;
  padding-right: 70px;
}
.add-comment__label,
.add-comment__rating,
.article-detail__author-picture {
  display: block;
}
.article-detail__author-img {
  object-fit: cover;
  object-position: top center;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  max-height: 400px;
}
.article-detail__author-sticker {
  background-color: #EB591F;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 15px;
  font-weight: 800;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #fff;
}
.article-detail__author-name {
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background-color: #0079b5;
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
}
.article-detail__info-item,
.rating-block {
  background-color: #f3f4f4;
  border-radius: 10px;
}
.article-detail__info-item {
  flex: 0 1 calc(25% - 15px);
  margin-right: 20px;
  padding: 30px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-detail__info-item:last-child,
.article-detail__info-item:nth-child(4n) {
  margin-right: 0;
}
.article-detail__info-icon {
  margin-bottom: 15px;
}
.article-detail__info-title {
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #6a777d;
}
.article-detail__info-descr {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}
.article-detail__content p {
  font-size: 18px;
  line-height: 160%;
  color: #6a777d;
  margin-bottom: 30px;
}
.article-detail__content p:last-child,
.rating_mb-0 {
  margin-bottom: 0;
}
.articles-page__more-btn {
  display: block;
  margin: 70px auto 0;
}
@media (max-width: 991px) {
  .article__title {
    margin-bottom: 50px;
  }
  .article-detail__content p,
  .article__body p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .article__body ol,
  .article__body ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .article__body ol li,
  .article__body ul li {
    font-size: 14px;
    line-height: 140%;
  }
  .article__body ol li::marker {
    font-size: 14px;
    line-height: 140%;
  }
  .article__high-text {
    padding-left: 31px;
    background-size: 16px 12px;
    background-position: left top;
  }
  .article__high-text::after {
    height: calc(100% - 22px);
    left: 8px;
  }
  .articles-page__more-btn {
    margin: 30px auto 0;
  }
}
.add-comment__form-wrapper,
.callback,
.consultation__wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.callback {
  background-image: url("../../img/sections/callback/background.jpg");
  padding: 150px 0;
}
.callback__descr {
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 70px;
  text-align: center;
}
.callback .form-callback {
  max-width: 925px;
  margin: 0 auto;
}
.rating-block__column:last-child,
.rating-block__socials-item:last-child {
  margin-right: 0;
}
.add-comment__input::placeholder,
.add-comment__textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.add-comment__input::-ms-input-placeholder,
.add-comment__textarea::-ms-input-placeholder {
  color: #fff;
}
.rating-section {
  margin-bottom: 56px;
  padding: 56px 0 0;
}
.rating-block {
  display: flex;
  padding: 60px;
  justify-content: space-between;
}
.not-found__search,
.rating-block__column {
  margin-right: 40px;
}
.rating-block__title {
  font-weight: 800;
  font-size: 26px;
  line-height: 160%;
  margin-bottom: 40px;
}
.rating-block__column:last-child .rating-block__title {
  text-align: right;
}
.rating-block__socials-item {
  margin-right: 20px;
}
.rating {
  display: flex;
  align-items: flex-end;
}
.rating__set .rating__item {
  cursor: pointer;
}
.rating .rating__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  color: #333;
  margin-right: 8px;
  margin-bottom: 0;
}
.contacts__column:last-child,
.contacts__column:nth-child(4n),
.rating__item:last-child,
.star:last-child {
  margin-right: 0;
}
.rating__body {
  position: relative;
  width: fit-content;
}
.rating__active,
.rating__items {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.rating__active {
  width: 0%;
  overflow: hidden;
  align-items: center;
}
.rating__items {
  align-items: center;
  width: 100%;
}
.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}
.star {
  flex: 0 0 56px;
  min-width: 56px;
  margin-right: 10px;
}
.rating-section .rating__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #333;
  margin: 0;
}
.add-comment__form-wrapper {
  background-image: url("../../img/sections/consultation/background.jpg");
  border-radius: 10px;
  padding: 90px;
}
.add-comment__title {
  color: #07253f;
  margin-bottom: 54px;
}
.add-comment__input,
.add-comment__textarea {
  font-size: 18px;
  width: 100%;
  display: block;
  color: #fff;
  background-color: #4991ac;
  transition: border-color 0.2s;
  line-height: 160%;
}
.add-comment__textarea {
  resize: none;
  height: 140px;
  padding: 16px 20px;
  border: 1px solid #4991ac;
  border-radius: 10px;
  margin-bottom: 24px;
  font-weight: 400;
}
.add-comment__input {
  padding: 0 20px;
  border: 1px solid #4991ac;
  height: 60px;
  border-radius: 10px;
}
.add-comment__rating .rating__title {
  margin-bottom: 8px;
}
.add-comment__agreement {
  font-size: 14px;
  line-height: 160%;
  text-align: center;
}
.comments__list {
  margin: 0 0 24px;
  padding: 0;
}
.comment:last-child,
.comments__item:last-child {
  margin-bottom: 0;
}
.comment {
  padding-bottom: 40px;
  border-bottom: 1px solid #cdd2d4;
  margin-bottom: 40px;
}
.comment__user {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.comment__user-name {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  margin-right: 30px;
  color: #0079b5;
}
.comment__user-date,
.review-item__date {
  font-size: 14px;
  line-height: 160%;
  color: rgba(106, 119, 125, 0.7);
}
.add-comment__submit {
  margin-top: 40px;
  margin-bottom: 10px;
}
.consultation__wrapper {
  border-radius: 10px;
  padding: 90px;
  display: flex;
  background-image: url("/netcat_template/template/custom/assets/img/sections/consultation/background.jpg");
}
.consultation__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 520px;
  max-width: 520px;
  overflow: hidden;
  margin-right: 85px;
}
.consultation__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 10px;
  width: initial !important;
  height: initial !important;
  max-height: 490px;
}
.consultation__title {
  text-align: initial;
  margin-bottom: 28px;
}
.consultation__descr {
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .consultation__picture {
    margin-right: 24px;
  }
}
.contacts__row {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.contacts__column {
  flex: 0 1 calc(25% - 52.5px);
  margin-right: 70px;
}
.contacts__column-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 30px;
}
.contacts__column-list-item:last-child,
.contacts__column-text,
.documents_doctor .documents__wrapper {
  margin-bottom: 0;
}
.contacts__column-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts__column-list-item {
  margin-bottom: 20px;
}
.contacts__column-list-link {
  display: flex;
  align-items: center;
}
.contacts__column-list-link > svg {
  margin-right: 15px;
}
.contacts__column-list-text,
.review-item__text {
  font-size: 18px;
  line-height: 160%;
  color: #6a777d;
}
@media (max-width: 1400px) {
  .article-detail__wrapper {
    padding-left: 320px;
  }
  .article-detail__author {
    width: 320px;
    padding-right: 30px;
  }
  .article-detail__author-sticker {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 140%;
  }
  .article-detail__author-name {
    padding: 15px;
    font-size: 14px;
    line-height: 140%;
  }
  .consultation__picture {
    min-width: 380px;
    max-width: 380px;
  }
  .consultation__title {
    font-size: 30px;
    line-height: 140%;
  }
  .consultation__wrapper {
    padding: 30px;
  }
  .contacts__column {
    flex: 0 1 calc(25% - 22.5px);
    margin-right: 30px;
  }
}
.vk-logo {
  width: 24px;
  height: 24px;
}
.vk-contacts {
  display: flex;
  gap: 15px;
}
.contacts__column-list-link,
.contacts__column-list-text,
.vk-contacts {
  transition: 0.5s;
}
.faq__accor,
.promo__badge {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
}
.contacts__column-list-link:hover,
.contacts__column-list-text:hover,
.vk-contacts:hover {
  opacity: 0.53;
}
.gallery__slide::after,
.item-gallery::after {
  content: "";
  position: absolute;
  background-color: rgba(7, 29, 38, 0.6);
  background-image: url("/netcat_template/template/custom/assets/img/zoom-icon.svg");
  background-position: center;
  opacity: 0;
  left: 0;
  background-repeat: no-repeat;
  top: 0;
}
.discounts-page,
.documents-page,
.gallery-page,
.pay-methods,
.services,
.specialists-page {
  margin-bottom: 120px;
}
.discounts-page__descr,
.documents-page__descr,
.documents-page__title,
.faq-page__descr,
.footer__form-wrapper,
.gallery-page__descr,
.pay-methods__descr,
.reviews-page__descr,
.specialists-page__descr,
.specialists-page__title {
  margin-bottom: 60px;
}
.documents-page__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.prices__table-head,
.question__title {
  display: -webkit-box;
  display: -ms-flexbox;
}
.documents-page__item {
  flex: 0 1 calc(25% - 22.5px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.documents-page__item:last-child,
.documents-page__item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .callback {
    padding: 50px 0 35px;
  }
  .callback__title {
    margin-bottom: 20px;
  }
  .callback__descr {
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 140%;
  }
  .callback .form-callback {
    max-width: none;
  }
  .callback .form-callback__text {
    text-align: left;
  }
  .add-comment__container {
    padding: 0;
  }
  .rating-block {
    padding: 40px 15px;
    border-radius: 0;
  }
  .rating-block__title {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .star {
    flex: 0 0 40px;
    max-width: 40px;
    min-width: 40px;
  }
  .rating-block__socials-link svg {
    width: 40px;
    height: 40px;
  }
  .add-comment__form-wrapper {
    padding: 50px 15px;
    border-radius: 0;
  }
  .add-comment__title,
  .discounts-page__descr,
  .documents-page__descr,
  .documents-page__title {
    margin-bottom: 30px;
  }
  .add-comment__textarea {
    padding: 15px 20px;
    height: 50px;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;
  }
  .add-comment__input,
  .add-comment__submit {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .add-comment__input {
    height: 50px;
  }
  .add-comment__submit {
    margin-top: 20px;
    margin-bottom: 15px;
    min-height: 50px;
  }
  .add-comment__agreement {
    font-size: 12px;
    line-height: 140%;
    text-align: initial;
  }
  .comment {
    padding-bottom: 24px;
  }
  .comments__title,
  .documents_doctor .documents__title {
    margin-bottom: 50px;
  }
  .comment__user {
    display: block;
    margin-bottom: 15px;
  }
  .comment__user-name {
    font-size: 16px;
    line-height: 140%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .comment__user-date {
    font-size: 12px;
    line-height: 140%;
  }
  .comment__text,
  .contacts__column-list-text {
    font-size: 14px;
    line-height: 140%;
  }
  .consultation__wrapper {
    display: block;
    padding: 15px;
  }
  .consultation__picture {
    min-width: 0;
    max-width: none;
    margin-right: 0;
    margin-bottom: 32px;
    max-height: 460px;
  }
  .consultation__title {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .consultation__descr {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 30px;
  }
  .contacts__column-list-item {
    margin-bottom: 15px;
  }
  .contacts__column-list-link > svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .contacts__column-title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .discounts-page,
  .documents-page {
    margin-bottom: 60px;
  }
  .documents-page__item {
    flex: 0 1 calc(33.333% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .documents-page__item:nth-child(4n) {
    margin-right: 10px;
  }
  .documents-page__item:nth-child(3n) {
    margin-right: 0;
  }
}
.card-service:nth-child(3n),
.methods-pay__item:last-child,
.promo__badge-icon:last-child,
.promo__btn:last-child,
.step:last-child {
  margin-right: 0;
}
.document__img {
  max-height: 475px;
  border-radius: 10px;
  height: initial !important;
  width: 100% !important;
}
.documents__more-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 14.5px 38.5px;
  min-width: 250px;
}
.faq__accor:last-child,
.price-list__table:last-child,
.prices_detail .prices__table,
.question__info p:last-child,
.review-item:last-child {
  margin-bottom: 0;
}
.faq__accor {
  background-color: #f3f4f4;
  border-radius: 10px;
  margin-bottom: 9px;
  transition: background-color 0.2s;
}
.question__title {
  width: 100%;
  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;
  padding: 23px 30px;
}
.question__title-text {
  margin-right: 16px;
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  text-align: left;
}
.question__info {
  padding: 0 30px;
}
.question__info-wrapper {
  padding: 30px 0;
  border-top: 1px solid #cdd2d4;
}
.question__info p {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 16px;
}
.item-gallery {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.item-gallery::after {
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
}
.item-gallery__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.gallery__slider {
  height: 710px;
}
.gallery__slide {
  height: calc((100% - 30px) / 2);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.gallery__slide::after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.methods-pay,
.prices__table-row:nth-child(2n) .prices__table-row-wrapper {
  background-color: #f3f4f4;
}
.gallery__slide-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100% !important;
  height: 100% !important;
  max-height: 340px;
  border-radius: 10px;
}
.not-found__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found__picture {
  display: block;
  margin-bottom: 60px;
}
.not-found__descr,
.not-found__title {
  margin-bottom: 30px;
  text-align: center;
}
.not-found__search .search-top__input {
  border-radius: 10px;
  height: 60px;
}
.not-found__btn {
  padding: 5px 20px;
  font-size: 18px;
  line-height: 160%;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .faq-page__descr,
  .faq__wrapper,
  .gallery-page__descr {
    margin-bottom: 30px;
  }
  .question__info p,
  .question__title-text {
    font-size: 14px;
    line-height: 140%;
  }
  .faq-page__container,
  .faq__container {
    padding: 0;
  }
  .faq-page__descr,
  .faq-page__title {
    padding: 0 15px;
  }
  .question__title {
    padding: 20.5px 15px;
  }
  .question__info-wrapper {
    padding: 21px 0;
  }
  .question__info {
    padding: 0 15px;
  }
  .faq__accor {
    border-radius: 0;
    margin-bottom: 6px;
  }
  .faq__title {
    margin: 0 15px 50px;
  }
  .faq__descr {
    margin: 0 15px 30px;
  }
  .gallery-page {
    margin-bottom: 60px;
  }
  .not-found__picture {
    padding: 15px 5px;
    margin-bottom: 20px;
  }
  .not-found__img {
    width: 156px;
  }
  .not-found__title {
    margin-bottom: 20px;
  }
  .not-found__search {
    margin-right: 20px;
  }
  .not-found__search .search-top__input {
    height: 50px;
  }
  .not-found__btn {
    font-size: 14px;
    line-height: 140%;
    min-height: 50px;
  }
}
.methods-pay {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
  border-radius: 10px;
  height: 100%;
}
.methods-pay__title {
  font-weight: 800;
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 15px;
  text-align: center;
}
.methods-pay__descr {
  font-size: 16px;
  line-height: 160%;
  color: #6a777d;
  text-align: center;
}
.methods-pay__list {
  margin-top: 30px;
  display: flex;
}
.prices__table-head {
  display: flex;
  padding: 26px 10px 26px 40px;
  background-color: #0079b5;
  border-radius: 10px;
}
.prices__table-column:last-child,
.prices__table-row-wrapper,
.promo__badge {
  display: -webkit-box;
  display: -ms-flexbox;
}
.prices__table-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40.15%;
  flex: 0 1 40.15%;
  margin-right: 24px;
}
.prices__table-column:nth-child(2n) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
}
.prices__table-column:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 0;
}
.services__cards .hidden,
.services__cards + .hidden,
h1.rukovodstvo-page__title.section-title::after,
h1.rukovodstvo-page__title.section-title::before {
  display: none;
}
.card-service__text,
.prices__table-text {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
}
.prices__table-text_name {
  font-weight: 400;
  color: #07253f;
  margin-right: 10px;
}
.prices__table-text_price {
  color: #0079b5;
}
.prices__table-row-wrapper {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 40px;
  border-radius: 10px;
  background-color: #fff;
}
.prices__table-btn {
  padding: 14.5px 20px;
  min-width: 230px;
  font-size: 18px;
  line-height: 160%;
}
.doctor-page,
.promo_service,
.rukovodstvo-page {
  background-position: center 35px;
}
.promo {
  padding-bottom: 100px;
}
.promo_main {
  padding-top: 46px;
  padding-bottom: 0;
}
.promo_main .promo__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promo__img-wrapper {
  display: block;
  min-width: 579px;
  position: relative;
  margin-right: 90px;
}
.promo__img {
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
}
.promo__badge {
  position: absolute;
  bottom: 0;
  left: 0;
  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-color: #0079b5;
  border-radius: 20px 20px 0 0;
  padding: 7px 20px;
  width: 100%;
  transition: background-color 0.2s;
}
.payment__item,
.promo__badge-icon {
  margin-right: 10px;
}
.promo__title {
  margin-bottom: 30px;
  margin-top: -9px;
}
.promo__content p {
  font-size: 18px;
  line-height: 160%;
  color: #6a777d;
  margin-bottom: 50px;
}
.promo .promo__descr {
  font-weight: 800;
  font-size: 24px;
  line-height: 160%;
  color: #EB591F;
  margin-bottom: 30px;
}
.promo__btn {
  margin-right: 20px;
}
.promo__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
.promo .promo__badge-text {
  font-weight: 800;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  margin: 0 10px 0 0;
}
@media (max-width: 1400px) {
  .gallery__slide {
    height: calc((100% - 10px) / 2);
  }
  .prices__table-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
  }
  .promo__img-wrapper {
    min-width: 460px;
    margin-right: 30px;
  }
  .promo__badge-text {
    font-size: 14px;
    line-height: 140%;
    margin-right: 5px;
  }
  .promotions__cards {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .article-detail__info-item {
    flex: 0 1 calc(50% - 5px);
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .article-detail__info-item:last-child,
  .article-detail__info-item:nth-child(2n) {
    margin-right: 0;
  }
  .article-detail__info-descr,
  .article-detail__info-title {
    font-size: 14px;
    line-height: 140%;
  }
  .article-detail__info-icon {
    margin-bottom: 10px;
  }
  .article-detail__wrapper {
    margin-bottom: 60px;
  }
  .prices__table-btn {
    width: 100%;
    min-width: 0;
  }
  .prices__table-column {
    margin-right: 16px;
  }
  .promo__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo__btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .promo__btn:last-child {
    margin-bottom: 0;
  }
  .promo .promo__descr,
  .promo__title {
    margin-bottom: 20px;
  }
  .promo__content p {
    margin-bottom: 30px;
  }
  .promo__title {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .pay-methods {
    margin-bottom: 60px;
  }
  .pay-methods__descr {
    margin-bottom: 30px;
  }
  .methods-pay {
    padding: 30px 15px;
  }
  .methods-pay__img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .methods-pay__title {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 15px;
  }
  .methods-pay__descr,
  .prices__table-btn,
  .prices__table-text {
    font-size: 14px;
    line-height: 140%;
  }
  .methods-pay__list {
    margin-top: 20px;
  }
  .price-list__container,
  .prices__container {
    padding: 0;
  }
  .price-list__title {
    padding: 0 15px;
  }
  .prices_detail .prices__title {
    margin-bottom: 50px;
  }
  .prices__table {
    margin-bottom: 30px;
  }
  .price-list__table {
    margin-bottom: 20px;
  }
  .prices_detail .prices__table {
    margin-bottom: 0;
  }
  .prices__table-head {
    padding: 10px 15px;
  }
  .prices__table-row-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  .prices__table-row-wrapper .prices__table-column:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
  .prices__table-row-wrapper .prices__table-column:nth-child(2),
  .prices__table-row-wrapper .prices__table-column:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .prices__table-head .prices__table-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .prices__table-head .prices__table-column:nth-child(2),
  .prices__table-head .prices__table-column:nth-child(3) {
    display: none;
  }
  .prices__table-column,
  .promo__badge-icon {
    margin-right: 0;
  }
  .prices__table-btn {
    background-color: transparent;
    color: #EB591F;
    font-weight: 800;
    padding: 0 20px 0 0;
    border: none;
    width: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.791 10.9867C12.791 11.0796 12.7745 11.1665 12.7416 11.2474C12.7087 11.3283 12.6544 11.4069 12.5786 11.4834L8.45358 15.6084C8.32503 15.7361 8.15643 15.7965 7.94776 15.7895C7.73908 15.7826 7.57006 15.7153 7.44068 15.5875C7.28353 15.432 7.21537 15.2628 7.2362 15.0798C7.25704 14.8969 7.33131 14.7346 7.45901 14.593L11.0659 10.9861L7.45901 7.37921C7.33131 7.24982 7.26051 7.08017 7.24662 6.87026C7.23273 6.66034 7.30424 6.49152 7.46116 6.3638C7.5903 6.20831 7.75606 6.14098 7.95843 6.16182C8.16082 6.18265 8.33281 6.25692 8.47441 6.38463L12.5786 10.4888C12.6544 10.5654 12.7087 10.6443 12.7416 10.7255C12.7745 10.8067 12.791 10.8937 12.791 10.9867Z' fill='%23F04A25'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
  }
  .prices__table-text_name {
    font-size: 16px;
  }
  .prices__table-head,
  .prices__table-row-wrapper {
    border-radius: 0;
  }
  .prices__title {
    margin: 0 15px 51px;
  }
  .prices__descr {
    margin: 0 15px 30px;
  }
  .promo {
    padding-bottom: 40px;
  }
  .promo_main {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .promo__img-wrapper {
    min-width: 350px;
  }
  .promo__badge-icon:last-child {
    display: none;
  }
  .promo__badge {
    border-radius: 0;
    padding: 9px 15px;
  }
  .promo__content p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 50px;
  }
  .promo .promo__descr {
    font-size: 16px;
    line-height: 140%;
  }
}
.doctor-page__container,
.rukovodstvo-page__container {
  position: relative;
  height: 100%;
}
.review-item__top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.review-item__name {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  color: #0079b5;
  margin-right: 20px;
}
.review-item {
  padding: 30px;
  background-color: #f3f4f4;
  border-radius: 10px;
  margin-bottom: 10px;
}
.review__top,
.services__cards {
  display: -webkit-box;
  display: -ms-flexbox;
}
.review__age,
.review__service {
  line-height: 160%;
  font-size: 16px;
}
.review {
  padding: 1px 0;
}
.review__wrapper {
  padding: 40px 20px;
  border-top: 1px solid #cdd2d4;
  border-bottom: 1px solid #cdd2d4;
  height: 100%;
}
.reviews__slide {
  height: auto;
}
.review__top {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.review__picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  height: 130px;
  margin-right: 30px;
}
.review__name {
  font-weight: 800;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 10px;
}
.review__age {
  color: #0079b5;
}
.review__service {
  color: #EB591F;
}
.review__text {
  font-size: 16px;
  line-height: 163%;
  color: #6a777d;
}
.reviews__slider-wrapper,
.videos__slider_wrapper {
  justify-content: flex-start;
}
.services__cards {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-service {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.333% - 20px);
  flex: 0 1 calc(33.333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.card-service__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card-service__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100% !important;
  height: initial !important;
  max-height: 250px;
}
.card-service__content {
  padding: 15px 30px;
  background-color: #0079b5;
  border-radius: 0 0 10px 10px;
  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;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.card-service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  .promotions__cards {
    margin-bottom: 22px;
  }
  .reviews-page__container {
    padding: 0;
  }
  .reviews-page__title {
    padding: 0 15px;
  }
  .reviews-page__descr {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .review-item {
    padding: 30px 15px;
    margin-bottom: 5px;
    border-radius: 0;
  }
  .review-item__top {
    display: block;
    margin-bottom: 15px;
  }
  .review-item__name {
    font-size: 16px;
    line-height: 140%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .card-service__text,
  .review-item__text {
    font-size: 14px;
    line-height: 140%;
  }
  .card-service,
  .card-service:nth-child(3n) {
    margin-right: 10px;
  }
  .services,
  .specialists-page {
    margin-bottom: 60px;
  }
  .card-service {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 5px);
    flex: 0 1 calc(50% - 5px);
    margin-bottom: 10px;
  }
  .card-service:nth-child(2n) {
    margin-right: 0;
  }
  .card-service__arrow {
    width: 20px;
    height: 20px;
  }
  .card-service__picture {
    min-height: 150px;
    height: initial;
  }
  .card-service__content {
    padding: 15px;
  }
  .services_detail .services__title {
    margin-bottom: 50px;
  }
  .specialists-page__descr,
  .specialists-page__title {
    margin-bottom: 30px;
  }
}
.specialists__wrapper {
  margin-bottom: 70px;
  position: relative;
}
.doctor-page,
.rukovodstvo-page {
  background-image: url("../../img/background-main-block.svg");
  background-repeat: no-repeat;
  height: 100%;
}
.doctor-page__picture {
  display: block;
  width: 580px;
  padding-right: 70px;
  top: 0;
  left: 15px;
}
.doctor-page__img,
.rukovodstvo-page__img {
  object-fit: cover;
  object-position: center top;
  border-radius: 10px;
}
.doctor-page__info-item {
  display: flex;
  margin-bottom: 30px;
}
.doctor-page__info-item:last-child,
.doctor-page__info-text {
  margin-bottom: 0;
}
.doctor-page__info-text_high {
  font-weight: 800;
  color: #0079b5;
}
.doctor-page__info-item__block {
  font-size: 18px;
  line-height: 160%;
  color: #6a777d;
  display: block;
}
.doctor-page__info-item__block ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rukovodstvo-page__container {
  padding-left: 595px;
}
.rukovodstvo-page__picture {
  display: block;
  width: 580px;
  padding-right: 70px;
  position: absolute;
  top: 0;
  left: 15px;
  max-height: 320px;
  overflow: hidden;
}
.rukovodstvo-page__title {
  margin-bottom: 50px;
}
.footer__about-list,
.rukovodstvo-page__container {
  margin-bottom: 70px;
}
.rukovodstvo-page__info {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rukovodstvo-page__info-item {
  display: flex;
  margin-bottom: 30px;
}
.form-footer__label:last-child,
.rukovodstvo-page__info-item:last-child,
.rukovodstvo-page__info-text {
  margin-bottom: 0;
}
.rukovodstvo-page__info-text_high {
  font-weight: 800;
  color: #0079b5;
}
.rukovodstvo__contacts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.rukovodstvo__contacts-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rukovodstvo__contacts-item-text {
  font-size: 18px;
  line-height: 160%;
  color: #6a777d;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.rukovodstvo__contacts-item-link:hover .rukovodstvo__contacts-item-text {
  color: #0079b5;
}
.form-accost__wrapper textarea.form-accost__rukovodstvo {
  background-image: url(/netcat_template/template/custom/assets/img/sections/consultation/check.svg);
}
@media (max-width: 1400px) {
  .review__picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
    margin-right: 20px;
  }
  .doctor-page__picture,
  .rukovodstvo-page__picture {
    width: 490px;
    padding-right: 30px;
  }
  .rukovodstvo-page__container {
    padding-left: 505px;
  }
}
@media (max-width: 991px) {
  .doctor-page__picture,
  .rukovodstvo-page__picture {
    width: 350px;
  }
  .doctor-page__picture-wrap {
    margin-bottom: 30px;
  }
  .rukovodstvo-page__container {
    padding-left: 365px;
  }
  .rukovodstvo__contacts-item-text {
    font-size: 14px;
  }
}
.steps {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 10px;
}
.steps__title {
  margin-bottom: 104px;
}
.steps__row {
  padding: 0 10px;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 calc(33.333% - 51px);
  margin-right: 75px;
  margin-bottom: 140px;
}
.step__num {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 44px;
  line-height: 160%;
  color: #EB591F;
  background-color: #fff;
  margin-bottom: 30px;
}
.step__text {
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .steps {
    padding: 70px 0 30px;
  }
  .steps__title {
    margin-bottom: 50px;
  }
  .steps__row {
    padding: 0 13px;
  }
  .step {
    flex: 0 1 calc(33.333% - 17px);
    margin-bottom: 40px;
    margin-right: 25px;
  }
  .step:last-child {
    margin-right: 0;
  }
  .step__num {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 140%;
  }
  .step__text {
    font-size: 14px;
    line-height: 140%;
  }
}
.footer {
  background-color: #07253f;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 0;
}
.footer__callback {
  max-width: 370px;
  margin-right: 154px;
}
.footer__copyright-text:last-child,
.payment__item:last-child,
.socials__item:last-child {
  margin-right: 0;
}
.form-footer__label {
  margin-right: 0;
  margin-bottom: 10px;
}
.form-footer__input {
  background-color: #394a51;
  border-color: #394a51;
}
.form-footer__submit {
  margin-bottom: 15px;
  border: 1px solid #fff;
  padding: 15px 20px;
}
.payment__title {
  font-weight: 800;
  font-size: 22px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 30px;
}
.footer-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 50px;
}
.footer__services {
  margin-right: 121px;
}
.footer__services-more-block {
  margin-bottom: 60px;
}
.footer__services-list {
  list-style-position: inside;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  list-style-type: decimal;
}
.footer__about-item,
.footer__connection-item,
.footer__services-item {
  margin-bottom: 10px;
}
.footer-link {
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.footer__services-decor {
  padding: 10px 20px;
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  color: #07253f;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  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;
  text-align: center;
}
.footer__requisites {
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.4);
}
.socials__item {
  margin-right: 30px;
}
.footer__copyright-text {
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  max-width: 672px;
  margin-right: 16px;
}
.footer__copyright {
  padding: 40px 0;
  border-top: 1px solid #394a51;
}
.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer__callback_mobile-btn,
.specialist__iframe {
  display: none;
}
@media (min-width: 1025px) {
  .header__connection-link:hover,
  .top-bar__socials-link:hover {
    opacity: 0.7;
  }
  .btn-main_color:hover,
  .header__info-item-btn:hover .header__info-item-text {
    color: #0079b5;
  }
  .article-card:hover .article-card__title,
  .header__connection-tel:hover {
    color: #EB591F;
  }
  .menu__item:hover .menu__link::after {
    opacity: 1;
    visibility: visible;
  }
  .menu__sub-item:hover .menu__sub-link {
    background-color: #165973;
  }
  .menu__sub-item .menu__sub-list .menu__sub-item:hover .menu__sub-link {
    background-color: #145067;
  }
  .btn:hover,
  .form-callback__submit:hover {
    background-color: #EB591F;
    color: #fff;
  }
  .btn-main:hover {
    background-color: transparent;
    color: #EB591F;
  }
  .document:hover::after,
  .gallery__slide:hover::after,
  .item-gallery:hover::after {
    opacity: 1;
  }
  .discount__wrapper:hover .discount__decor,
  .specialist:hover .specialist__decor {
    opacity: 0;
  }
  .discount__wrapper:hover,
  .specialist:hover .specialist__info {
    background-color: #165e79;
  }
  .btn-to-top:hover,
  .card-service__wrapper:hover .card-service__content,
  .promo__badge:hover {
    background-color: #EB591F;
  }
  .btn-to-top:hover svg path {
    fill: #fff;
  }
  .article-navigation__link:hover,
  .socials__link:hover {
    opacity: 0.6;
  }
  .faq__accor:not(.active):hover {
    background-color: #fde4de;
  }
  .card-service__wrapper:hover .card-service__arrow {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  .form-footer__submit:hover {
    background-color: transparent;
  }
  .footer-link:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 1400px) {
  .footer__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 70px 0;
  }
  .footer__callback,
  .footer__services {
    margin-right: 60px;
  }
}
@media (max-width: 1200px) {
  .footer__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__logo {
    margin-bottom: 45px;
  }
  .footer__callback {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 30px);
    flex: 1 1 calc(50% - 30px);
    max-width: none;
    margin-bottom: 50px;
  }
  .footer__services {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 0;
  }
  .footer__services-list {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .footer__about {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 30px);
    flex: 1 1 calc(50% - 30px);
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .footer__logo .logo__img {
    width: 250px;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .footer__callback {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
  }
  .footer__services {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .footer__services-more-block {
    margin-bottom: 40px;
  }
  .footer__services-list {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .footer__about {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 30px);
    flex: 1 1 calc(50% - 30px);
    margin-bottom: 145px;
  }
  .footer__callback_mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__form-wrapper {
    display: none;
  }
  .footer-title,
  .payment__title {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 25px;
  }
  .footer-link,
  .footer__requisites-item,
  .footer__services-decor {
    font-size: 14px;
    line-height: 140%;
  }
  .footer__about-item {
    margin-bottom: 15px;
  }
  .footer__about-list,
  .footer__requisites {
    margin-bottom: 50px;
  }
  .footer__services-decor {
    padding: 15px;
  }
  .footer__copyright {
    padding: 30px 0;
  }
  .footer__copyright-container {
    display: block;
  }
  .footer__copyright-text {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 140%;
  }
  .footer__copyright-text:last-child {
    margin-bottom: 0;
  }
  .payment {
    position: absolute;
    bottom: 70px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .article-detail__wrapper {
    padding-left: 0;
    display: block;
    margin-bottom: 20px;
  }
  .article-detail__author {
    position: relative;
    margin-bottom: 20px;
    padding-right: 0;
    width: initial;
  }
  .contacts__column,
  .contacts__column:nth-child(4n) {
    margin-right: 30px;
  }
  .contacts {
    margin-bottom: 40px;
  }
  .contacts__column {
    flex: 0 1 calc(50% - 15px);
  }
  .contacts__column:last-child,
  .contacts__column:nth-child(2n),
  .step:last-child,
  .step:nth-child(3n) {
    margin-right: 0;
  }
  .contacts__row {
    margin-bottom: 0;
  }
  .article-detail__title.contacts {
    margin-top: 20px;
  }
  .contacts__column-text,
  .doctor-page__info-item {
    margin-bottom: 20px;
  }
  .not-found__container,
  .not-found__group {
    display: block;
  }
  .not-found__descr,
  .not-found__title {
    text-align: initial;
  }
  .not-found__search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .not-found__btn,
  .not-found__search .search-top__input {
    min-width: 0;
    width: 100%;
  }
  .not-found__search .search-top__label {
    width: 100%;
  }
  .methods-pay {
    height: initial;
  }
  .promo__img-wrapper {
    margin-bottom: 30px;
    margin-right: 0;
    min-width: 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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .promo_main .promo__img-wrapper {
    margin-bottom: 0;
  }
  .promo__container {
    flex-direction: column;
    align-items: initial;
  }
  .promo_main .promo__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .promo__content {
    padding: 0 15px;
  }
  .promo_main .promo__content {
    margin-bottom: 30px;
  }
  .promo__badge {
    position: initial;
  }
  .promo__container {
    padding: 0;
  }
  .doctor-page__picture,
  .rukovodstvo-page__picture {
    position: initial;
    width: initial;
    padding-right: 0;
  }
  .doctor-page__container,
  .rukovodstvo-page__container {
    padding-left: 15px;
  }
  .doctor-page__img {
    height: 464px;
    border-radius: 0;
  }
  .rukovodstvo-page__picture {
    margin: 0 -15px 30px;
  }
  .rukovodstvo-page__img {
    height: 320px;
    border-radius: 0;
  }
  .rukovodstvo-page__info {
    height: auto;
  }
  .rukovodstvo-page__info-item {
    margin-bottom: 20px;
  }
  .step:nth-child(2n) {
    margin-right: 25px;
  }
  .footer__services-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .articles-page,
  .contacts,
  .discounts-page,
  .documents-page,
  .faq-page,
  .gallery-page,
  .not-found,
  .pay-metods,
  .price-list,
  .promo,
  .refviews-page,
  .specialists-page {
    background-repeat: no-repeat;
  }
  .article-detail__info-item {
    flex: 0 1 100%;
    margin-right: 0;
    flex-direction: row;
  }
  .article-detail__info-item:last-child {
    margin-bottom: 0;
  }
  .article-detail__info-icon {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .article-detail__info-descr,
  .article-detail__info-title {
    text-align: initial;
  }
  .articles-page__more-btn {
    margin: 30px 0 0;
    width: 100%;
  }
  .rating-block {
    display: block;
  }
  .rating-block__column {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .rating-block__column:last-child {
    margin-bottom: 0;
  }
  .methods-pay__descr,
  .methods-pay__title,
  .rating-block__column:last-child .rating-block__title {
    text-align: initial;
  }
  .consultation__container,
  .gallery__container {
    padding: 0;
  }
  .contacts__column {
    flex: 0 1 100%;
    margin-right: 0;
  }
  .contacts__column:nth-child(4n) {
    margin-right: 0;
  }
  .documents-page__item {
    flex: 0 1 calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .documents-page__item:nth-child(3n) {
    margin-right: 10px;
  }
  .card-service,
  .card-service:nth-child(3n),
  .documents-page__item:nth-child(2n),
  .step:last-child,
  .step:nth-child(2n) {
    margin-right: 0;
  }
  .faq__more-link,
  .prices__more-link {
    margin: 0 15px;
    width: initial !important;
  }
  .gallery__slide {
    min-height: 260px;
  }
  .gallery__title {
    margin: 0 15px 50px;
  }
  .gallery__descr {
    margin: 0 15px 30px;
  }
  .gallery__more-link {
    margin: 0 15px;
    width: auto !important;
  }
  .gallery__slide-img {
    border-radius: 0;
  }
  .methods-pay {
    align-items: initial;
  }
  .promo__img {
    max-height: 331px;
  }
  .card-service {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .doctor-page__img {
    height: auto;
  }
  .step {
    flex: 0 1 calc(100% - 13px);
  }
  .step:nth-child(3n) {
    margin-right: 25px;
  }
  .steps__bottom {
    padding: 1em;
  }
  .footer__services-wrapper {
    margin-bottom: 30px;
  }
  .footer__services-list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .footer__services-more {
    background-color: #394a51;
    color: #fff;
  }
  .footer__callback_mobile-btn {
    width: 100%;
    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;
  }
}
@media screen and (max-width: 950px) {
  .btn.header__btn {
    display: none;
  }
}
.footer__adress {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 20px;
}
.footer__adress svg {
  flex-shrink: 0;
}
.footer__adress p {
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.footer__sub-text {
  opacity: 0.6;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .footer__adress p {
    font-size: 14px;
  }
}
.bottom-info__wrapper {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 10500;
  color: #fff;
  font: inherit;
  background-color: rgba(0, 0, 0, 0.73);
  opacity: 0;
  transition: opacity 0.3s;
}
.bottom-info__wrapper.active {
  opacity: 1;
}
.bottom-info__wrapper .bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 15px 10px 20px;
}
.bottom-info__wrapper .bottom-info__content {
  margin: 0 10px 0 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
.bottom-info__content a {
  color: #52c5ff;
  transition: color 0.3s;
}
.bottom-info__content a:hover {
  color: #296de7;
}
.bottom-info__wrapper .bottom-info__action {
  display: flex;
}
@media screen and (max-width: 639px) {
  .bottom-info__wrapper .bottom-info__action {
    margin: 10px 0 0;
  }
}
.bottom-info__wrapper .bottom-info__button-agree {
  font-size: 0.9em;
  line-height: 2;
  font-weight: 500;
  color: #000;
  border-radius: 5px;
  padding: 2px 15px;
  text-transform: uppercase;
  display: block;
  background-color: #ffffffe8;
  border: none;
  cursor: pointer;
}
.bottom-info__wrapper .bottom-info__button-cross {
  width: 28px;
  height: 28px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4em;
  background-color: transparent;
  border: none;
  margin-inline-start: 12px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .bottom-info__wrapper .bottom-info {
    flex-direction: column;
  }
  .bottom-info__wrapper .bottom-info__content {
    text-align: center;
    margin: 0 30px 0 0;
    font-size: 10px;
  }
  .bottom-info__wrapper .bottom-info__button-cross {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.bottom-info__button-cross::after {
  content: "\00D7";
  color: #999;
  line-height: 1;
  transition: color 0.3s;
}
.bottom-info__wrapper .bottom-info__button-cross:hover::after {
  color: #fff;
}
.representative__link {
  font-size: 18px;
  color: #0079b5;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s;
  margin-left: 15px;
  margin-bottom: 10px;
  display: block;
}
.representative__title {
  font-size: 24px;
  font-weight: 600;
  color: #07253f;
  text-align: center;
  margin-bottom: 20px;
}
.max__inner {
  padding: 70px 20px 0;
  border-radius: 16px;
  background: linear-gradient(60deg, #45c5fd, 18%, #2c42f3, 63%, #884ce5);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.max__bg {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  z-index: 2;
}
.max__bg svg {
  width: 100%;
  height: 105%;
}
.max__content {
  max-width: 63%;
  position: relative;
  z-index: 4;
}
.max__logo {
  display: block;
  margin-bottom: 32px;
}
.max__title {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
}
.max__text {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 103px;
}
.max__link {
  display: block;
  border-radius: 10px;
  padding: 15px 32px;
  background: #fffffe;
  border: 1px solid #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #07253f;
  width: fit-content;
  transition: 0.3s;
}
.max__link:hover {
  background: 0 0;
  color: #fff;
}
.max__wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 90px;
}
.max__pic,
.max__wrap-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.max__wrap-bg {
  left: 0;
  right: 0;
  height: 100%;
}
.max__wrap-bg img {
  width: 100%;
  height: 100%;
  object-position: top;
}
.max__pic {
  max-width: 448px;
  min-width: 400px;
  right: 39px;
  z-index: 3;
}
.max__pic img {
  width: 100%;
  object-fit: contain;
  object-position: top;
}
@media (max-width: 992px) {
  .max {
    margin-bottom: 70px !important;
  }
  .max__wrap {
    padding: 70px 60px;
  }
  .max__pic {
    max-width: 420px;
  }
}
@media (max-width: 830px) {
  .max__inner {
    border-radius: 16px;
    padding: 60px 10px 0;
  }
  .max__bg {
    height: 97%;
    width: 162%;
  }
  .max__content {
    max-width: 398px;
  }
  .max__wrap {
    max-width: 600px;
    padding: 52px;
    z-index: 4;
  }
  .max__logo {
    margin-bottom: 16px;
    max-width: 62px;
  }
  .max__logo img {
    object-fit: contain;
  }
  .max__title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .max__text {
    font-size: 14px;
    margin-bottom: 43px;
  }
  .max__link {
    padding: 16px 12px;
    font-size: 14px;
    width: 100%;
  }
  .max__pic {
    display: none;
  }
}
@media (max-width: 580px) {
  .max__wrap {
    padding: 32px;
  }
  .max__content {
    max-width: 100%;
  }
}
.article-detail__wrapper {
  flex-direction: row;
  padding: 0;
}
.article-detail__col {
  width: 100%;
}
.article-detail__author {
  position: relative;
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .article-detail__wrapper {
    display: flex;
    flex-direction: column;
  }
  .article-detail__col {
    display: contents;
  }
  .article-detail__author {
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
  .article-detail__title {
    order: 1;
  }
  .article-detail__info {
    order: 4;
  }
}
.subscribe-platforms__items {
  display: flex;
  gap: 30px;
}
.subscribe-platforms__item {
  border-radius: 10px;
  min-height: 381px;
  background: radial-gradient(327.98% 100.01% at 100% 48.95%, #126381 0, #0079b5 100%);
  flex: 0 0 calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  position: relative;
}
.subscribe-platforms__picture {
  position: absolute;
  right: 0;
}
.subscribe-platforms__picture_mob {
  position: absolute;
  right: 26px;
  bottom: 21px;
}
.subscribe-platforms__item .btn {
  max-width: 221px;
}
.subscribe-platforms__item_title {
  font-weight: 800;
  font-size: 28px;
  line-height: 160%;
  color: #fff;
  max-width: 260px;
}
.subscribe-platforms {
  margin-bottom: 150px;
}
@media (width <=1400px) {
  .subscribe-platforms__picture {
    width: 300px;
  }
}
@media (width <=1124px) {
  .subscribe-platforms__picture {
    width: 200px;
  }
}
@media (width <=600px) {
  .subscribe-platforms__item .btn {
    max-width: 100%;
  }
  .subscribe-platforms__items {
    flex-direction: column;
  }
  .subscribe-platforms__item {
    flex: 0 0 100%;
  }
}
.video-page__items {
  margin-bottom: 150px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.video-page__item {
  flex: 0 0 calc((100% - 60px) / 3);
  background: #0079b5;
  border-radius: 10px;
  padding: 8px 8px 49px;
}
.video-page__video {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 9px;
  position: relative;
}
.video-page__name {
  font-weight: 800;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
  padding-left: 17px;
  padding-right: 17px;
}
@media (width <=1200px) {
  .video-page__item {
    flex: 0 0 calc((100% - 30px) / 2);
  }
  .video-page__iframe {
    height: 196px;
  }
}
@media (width <=768px) {
  .video-page__item {
    flex: 0 0 100%;
    padding: 8px 8px 16px;
  }
}
.videos__wrapper .slider-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.videos__wrapper {
  margin-bottom: 32px;
  position: relative;
}
.reviwer--services {
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .articles__slider,
  .reviews__slider {
    margin-bottom: 32px;
  }
  .articles__wrapper,
  .documents__wrapper,
  .gallery__wrapper,
  .reviews__wrapper,
  .specialists__wrapper {
    margin-bottom: 30px;
  }
  .documents__slider,
  .specialists__slider {
    margin-bottom: 25px;
  }
  .gallery__slider {
    height: 100%;
    margin-bottom: 25px;
  }
  .gallery__slide {
    height: auto;
  }
  .review__wrapper {
    padding: 20px 10px;
  }
  .review__name {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 5px;
  }
  .review__age,
  .review__service,
  .review__text {
    font-size: 14px;
    line-height: 140%;
  }
  .review__top {
    margin-bottom: 20px;
  }
  .reviwer--services {
    margin-bottom: 40px;
  }
  .videos__wrapper .slider-pagination {
    margin-top: 24px;
  }
  .videos__wrapper {
    margin-bottom: 16px;
  }
}
.doctor-page__video-img::after {
  background-image: url("/netcat_template/template/custom/assets/img/doctors-new/play.png");
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  left: 19px;
  width: 42px;
  height: 42px;
  transition: transform 0.3s;
}
@media (min-width: 1024px) {
  .specialists__slider {
    margin-bottom: 25px;
  }
  .specialists__wrapper .slider-pagination,
  .videos__wrapper .slider-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .specialists__wrapper .slider-pagination .swiper-pagination-bullet,
  .videos__slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0 10px 10px 0 !important;
    opacity: 1;
    background-color: #fbc9be;
  }
  .specialists__wrapper .slider-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
  }
  .specialists__wrapper .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .videos__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EB591F;
  }
  .videos__slider {
    margin-bottom: 24px;
  }
  .doctor-page__container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
  }
  .doctor-page__title {
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0;
  }
  .doctor-page__picture-wrap {
    grid-column: 1/2;
    grid-row: 1/3;
    position: relative;
  }
  .doctor-page__info {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.doctor-page__picture-wrap {
  position: relative;
  height: fit-content;
  width: auto;
}
.doctor-page__video {
  border-radius: 10px;
  padding: 10px;
  background-color: #0079b5;
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  text-align: center;
  min-width: 300px;
  gap: 26px;
  cursor: pointer;
}
.doctor-page__video-img,
.doctor-page__video-img img {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
}
.doctor-page__video-img,
.specialist__top {
  position: relative;
}
.doctor-page__video:hover .doctor-page__video-img::after {
  transform: scale(1.2);
}
.doctor-page__video-text {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  margin-right: 30px;
  text-align: center;
  display: flex;
  align-items: center;
}
.modal__body-video {
  padding: 0;
  margin: 0;
  background-color: #00000000;
}
@media (width <=1200px) {
  .video-doctor__iframe {
    height: 406px;
    width: 100%;
  }
}
.modal__wrap-video:hover:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.specialist__video {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 5px 10px;
  min-width: 250px;
}
.specialist__video .doctor-page__video-img,
.specialist__video .doctor-page__video-img img {
  max-width: 50px;
  max-height: 50px;
}
.specialist__video .doctor-page__video-img::after {
  top: 12.5px;
  left: 12.5px;
  width: 25px;
  height: 25px;
  background-size: 25px;
}
.specialist__video .doctor-page__video-text {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  margin-right: 10px;
}
@media (width <=1024px) {
  .subscribe-platforms {
    margin-bottom: 70px;
  }
  .subscribe-platforms__items {
    gap: 15px;
  }
  .subscribe-platforms__item {
    padding: 18px 24px;
    gap: 20px;
    min-height: auto;
  }
  .subscribe-platforms__picture,
  .subscribe-platforms__picture_mob {
    display: none;
  }
  .subscribe-platforms__item_title {
    font-size: 20px;
    max-width: 100%;
  }
  .video-page__items {
    margin-bottom: 70px;
    gap: 10px;
  }
  .video-page__name {
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .doctor-page__picture-wrap {
    margin: 0 -15px 30px;
    width: initial;
  }
  .doctor-page__video-img,
  .doctor-page__video-img img {
    max-width: 60px;
    max-height: 60px;
  }
  .doctor-page__video {
    bottom: 50px;
    left: 20px;
    min-width: 240px;
    gap: 16px;
  }
  .doctor-page__video-text {
    font-size: 14px;
    margin-right: 20px;
  }
  .doctor-page__video-img::after {
    top: 12px;
    left: 12px;
    background-size: 36px;
    object-fit: cover;
  }
  .specialist__video .doctor-page__video-img,
  .specialist__video .doctor-page__video-img img {
    max-width: 40px;
    max-height: 40px;
  }
  .specialist__video .doctor-page__video-img::after {
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .specialist__video .doctor-page__video-text {
    font-size: 14px;
  }
  .specialist__video {
    min-width: 199px;
  }
}
.video-page__play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fancybox__content {
  max-width: 304px !important;
  width: 100% !important;
  height: 543px !important;
}
@media (max-width: 991px) {
  .logo__img {
    width: 31px;
    height: 31px;
  }
}
