@import "colors.css";

* {
  padding: 0;
  margin: 0;
  border: 0
}

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

:focus,
:active {
  outline: none
}

a:focus,
a:active {
  outline: none
}

nav,
footer,
header,
aside {
  display: block
}

html,
body {
  width: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

input,
button,
textarea {
  font-family: inherit
}

textarea {
  resize: none
}

input::-ms-clear {
  display: none
}

input::-moz-placeholder {
  color: var(--main-gray)
}

input::-webkit-input-placeholder {
  color: var(--main-gray)
}

textarea::-moz-placeholder {
  color: var(--main-gray)
}

textarea::-webkit-input-placeholder {
  color: var(--main-gray)
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a,
a:visited {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
  margin: 0
}

picture {
  display: block
}

[type="submit"] {
  transition: opacity .2s ease
}

.contraindications {
  display: block;
  padding: 15px 0;
  background-color: var(--contraindications-background)
}

.contraindications_ng {
  display: block;
  padding: 10px 15px;
  background-color: #638900;
}

.contraindications__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--main-black);
  min-width: 320px;
  overflow-x: hidden
}

body.lock {
  overflow: hidden
}

main {
  min-height: 100vh
}

.container {
  max-width: 1550px;
  padding: 0 15px;
  margin: 0 auto
}

#specialButton {
  height: 31px;
  align-self: center
}

.aspect-ratio {
  aspect-ratio: attr(width) / attr(height);
  height: initial
}

.btn {
  display: flex;
  align-items: center;
  padding: 12px 30px;
  border-radius: 32px;
  background-color: var(--main-color);
  transition: background-color .2s ease
}

.btn_light {
  background-color: var(--light-main-color)
}

.btn_light .btn__text {
  color: var(--main-color)
}

.btn_color {
  background-color: var(--main-hover)
}

.btn-main {
  padding: 6px;
  flex: 1 1 auto
}

.btn-main_white {
  background-color: #fff
}

.btn-main_white .btn__text {
  color: var(--main-black)
}

.btn__text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  flex-grow: 1;
  transition: color .2s ease
}

.btn__text:last-child {
  margin-right: 0
}

.btn-main .btn__text {
  padding: 0 30px
}

.btn-default {
  display: flex;
  align-items: center
}

.btn-default svg path {
  stroke: var(--main-color)
}

.btn-default .btn__text {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-right: 10px
}

.btn-default .btn__text:last-child {
  margin-right: 0
}

.btn__icon path {
  transition: stroke .2s ease
}

.not-found-text {
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  padding: 40px 0 0
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 10000;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in-out
}

.popup.open {
  opacity: 1;
  visibility: visible
}

.popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px 20px
}

.popup__content {
  width: 400px;
  max-width: 100%;
  position: relative;
  padding: 30px 35px;
  background-color: #fff;
  border-radius: 20px
}

.search-popup .popup__content {
  width: 565px
}

.form-popup .popup__content {
  padding: 60px 70px 65px;
  width: 1020px
}

.response-popup .popup__content {
  padding: 60px 70px 65px;
  width: 1020px
}

.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 100
}

.popup__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 15px
}

.result-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 15px
}

.popup__search {
  position: relative;
  margin-bottom: 25px
}

.popup__search:last-child {
  margin-bottom: 0
}

.popup-city__list {
  max-height: 335px
}

.popup-city__item {
  margin-bottom: 15px
}

.popup-city__item:last-child {
  margin-bottom: 0
}

.popup-city__link {
  display: block;
  color: var(--main-black);
  font-size: 16px;
  line-height: 20px;
  padding-right: 16px;
  transition: color .2s ease
}

[data-path="cities"] {
  pointer-events: none
}

.search__input {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #ECF2F9;
  border-radius: 5px;
  padding: 0 50px 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px
}

.search__btn {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5.704px;
  background-color: var(--main-color);
  transition: background-color .2s ease
}

.scroll-block {
  overflow: auto
}

.scroll-block::-webkit-scrollbar {
  width: 5px;
  border-radius: 21px
}

.scroll-block::-webkit-scrollbar-track {
  background-color: #DBE4EF;
  border-radius: 21px
}

.scroll-block::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 21px
}

.search-result__title {
  color: var(--light-gray);
  font-size: 16px;
  font-family: 'HelveticaNeueCyr', sans-serif;
  line-height: 24px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E3E3E3
}

.search-result__list {
  max-height: 340px
}

.search-result__item {
  margin-bottom: 25px
}

.search-result__item:last-child {
  margin-bottom: 0
}

.search-result__link {
  display: flex;
  justify-content: space-between;
  padding-right: 25px
}

.search-result__link-text {
  font-size: 18px;
  font-family: 'HelveticaNeueCyr', sans-serif;
  line-height: 20px;
  margin-right: 16px;
  color: var(--main-color);
  transition: color .2s ease
}

.search-result__link-role {
  color: var(--light-gray);
  font-size: 16px;
  font-family: 'HelveticaNeueCyr', sans-serif;
  line-height: 24px
}

.form__wrapper {
  display: flex;
  margin-bottom: 20px
}

.form-popup__title {
  font-size: 48px;
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 20px
}

.form-popup__descr {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 40px
}

.form__label {
  display: block;
  flex: 0 1 calc(33.333% - 10.6px);
  margin-right: 15px
}

.form__label:last-child {
  margin-right: 0
}

.form__field {
  padding: 0 25px;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  border-radius: 30px;
  background-color: #ECF2F9;
  border: 1px solid transparent;
  transition: border-color .2s ease
}

textarea.form__field {
  padding-top: 16px;
  height: 100px
}

.form__policy {
  color: var(--dark-gray);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px
}

.form__policy_white {
  color: #fff
}

.form__policy a {
  color: var(--main-color);
  transition: color .2s ease;
  text-decoration: underline
}

.form__policy_white a {
  color: #fff
}

.form__policy_white a::after {
  background-color: #fff
}

.form-popup__btn {
  flex: 0 1 calc(33.333% - 10.6px);
  margin: 0 auto
}

.form-review .form__label {
  flex: 0 1 calc(50% - 7.5px);
  margin-bottom: 15px
}

.form-review .form__label:last-child {
  flex: 1 1 100%
}

.form-review .form__label:nth-child(2n) {
  margin-right: 0
}

.form-review .form__wrapper {
  flex-wrap: wrap;
  margin-bottom: 0
}

.form-review .form-popup__btn {
  margin-bottom: 15px
}

.accor-full {
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease
}

.accor-open-decor {
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0
}

.accor-open-decor::before,
.accor-open-decor::after {
  content: '';
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.accor-open-decor::before {
  width: 100%;
  height: 3px
}

.accor-open-decor::after {
  width: 3px;
  height: 100%;
  transition: opacity .2s ease
}

.accor.active .accor-open-decor::after {
  opacity: 0
}

.slider-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px
}

.slider-btns {
  display: flex
}

.slider-btn {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-main-color);
  border-radius: 50%;
  margin-right: 15px;
  transition: background-color .2s ease, opacity .2s ease
}

.slider-btn svg path {
  stroke: var(--main-color)
}

.slider-btn.swiper-button-disabled {
  opacity: .5;
  pointer-events: none
}

.slider-btn.swiper-button-lock {
  opacity: 0;
  pointer-events: none
}

.slider-btn:last-child {
  margin-right: 0
}

.slider-btn_prev svg {
  transform: rotate(90deg)
}

.slider-btn_next svg {
  transform: rotate(-90deg)
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%
}

.swiper-pagination-bullet-custom {
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer
}

.swiper-pagination-bullet-custom::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #AED64459;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.swiper-pagination-bullet-custom:not(:last-child) {
  margin-right: 5px
}

.swiper-pagination-bullet-custom svg {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg)
}

.swiper-pagination-bullet-custom--active svg {
  display: block
}

.swiper-pagination-bullet-custom--active svg circle {
  stroke-dasharray: 56.5563;
  stroke-dashoffset: 56.5563;
  animation: BulletProgress calc(var(--delay) * 1ms) linear forwards
}

.swiper-pagination-bullet-custom--active::before {
  background-color: var(--main-color)
}

.swiper-pagination-lock {
  opacity: 0;
  pointer-events: none
}

.swiper--pause .swiper-pagination-bullet-custom--active svg circle {
  animation-play-state: paused
}

.page-title {
  color: var(--main-black);
  font-size: 48px;
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  line-height: 55px
}

.section-title {
  color: var(--main-black);
  font-size: 48px;
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 25px
}

.slider-top .section-title {
  margin-bottom: 0;
  margin-right: 16px
}

.section-title_white {
  color: #fff
}

.section-descr {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px
}

.section-descr_white {
  color: #fff
}

.section-offset {
  margin-bottom: 150px
}

.section-offset_padding {
  padding: 150px 0
}

.row {
  display: flex;
  flex-wrap: wrap
}

.col-2 {
  flex: 0 1 calc(50% - 7.5px);
  margin-right: 15px
}

.col-2:nth-child(2n) {
  margin-right: 0
}

.col-2:last-child {
  margin-right: 0
}

.col-3 {
  flex: 0 1 calc(33.333% - 10px);
  margin-right: 15px;
  margin-bottom: 15px
}

.col-3:nth-child(3n) {
  margin-right: 0
}

.col-3:last-child {
  margin-right: 0
}

.col-4 {
  flex: 0 1 calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px
}

.col-4:nth-child(4n) {
  margin-right: 0
}

.col-4:last-child {
  margin-right: 0
}

.col-5 {
  flex: 0 1 calc(20% - 48px);
  margin-right: 60px
}

.col-5:nth-child(5n) {
  margin-right: 0
}

.col-5:last-child {
  margin-right: 0
}

.col-5-margin {
  flex: 0 1 calc(20% - 12px);
  margin-right: 15px;
  margin-bottom: 15px
}

.col-5-margin:nth-child(5n) {
  margin-right: 0
}

.col-5-margin:last-child {
  margin-right: 0
}

.content-body img {
  border-radius: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10
}

.content-body h2 {
  color: var(--main-black);
  font-size: 48px;
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 20px
}

.content-body h2:last-child {
  margin-bottom: 0
}

.content-body h3 {
  color: var(--main-black);
  font-size: 36px;
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 20px
}

.content-body h3:last-child {
  margin-bottom: 0
}

.content-body h4 {
  color: var(--main-black);
  font-size: 28px;
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 20px
}

.content-body h4:last-child {
  margin-bottom: 0
}

.content-body ul {
  margin-bottom: 20px
}

.content-body ul:last-child {
  margin-bottom: 0
}

.content-body ul li {
  color: var(--main-black);
  font-size: 16px;
  line-height: 25px;
  padding-left: 16px;
  margin-bottom: 10px;
  position: relative
}

.content-body ul li:last-child {
  margin-bottom: 0
}

.content-body ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--main-color);
  border-radius: 50%
}

.content-body ul>li {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px;
  padding-left: 16px;
  margin-bottom: 10px;
  position: relative
}

.content-body_color-black ul>li {
  color: var(--main-black)
}

.content-body ul>li:last-child {
  margin-bottom: 0
}

.content-body ul>li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--main-color);
  border-radius: 50%
}

.content-body ol {
  list-style-type: none;
  counter-reset: my-counter;
  margin-bottom: 20px
}

.content-body ol>li {
  position: relative;
  padding-left: 45px;
  color: #858FA1;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px
}

.content-body ol>li:last-child {
  margin-bottom: 0
}

.content-body_color-black ol>li {
  color: var(--main-black)
}

.content-body ol>li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px
}

.content-body {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px
}

.content-body_color-black {
  color: var(--main-black)
}

.content-body p {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px
}

.content-body p:last-child {
  margin-bottom: 0
}

.content-body a {
  color: var(--main-color);
  transition: color .2s ease
}

.content-body_color-black p {
  color: var(--main-black)
}

.content-body b {
  color: var(--main-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px
}


.review__content-wrapper {
  max-height: 70px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}


.read-more {
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
  display: none;
  margin-top: 10px;
  cursor: pointer;
  background: none;
  border: none;
}

.content-body q {
  position: relative;
  display: block;
  padding: 20px 34px 20px 120px;
  border-radius: 20px;
  background-color: #ECF2F9;
  color: #858FA1;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
  min-height: 115px
}

.content-body q::before {
  content: '';
  width: 75px;
  height: 75px;
  background-image: url("data:image/svg+xml,%3Csvg width='75' height='75' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='75' height='75' rx='5' fill='%23ABD43E'/%3E%3Cpath d='M21 50V42.8471C21 40.7901 21.3895 38.6512 22.1685 36.4306C22.971 34.1865 24.0569 32.0711 25.426 30.0842C26.8187 28.0739 28.3766 26.3792 30.0998 25L36.0483 28.8219C34.6556 30.9023 33.4871 33.0762 32.5429 35.3436C31.6223 37.5877 31.1738 40.0654 31.1974 42.777V50H21ZM38.9517 50V42.8471C38.9517 40.7901 39.3412 38.6512 40.1202 36.4306C40.9227 34.1865 42.0086 32.0711 43.3777 30.0842C44.7704 28.0739 46.3283 26.3792 48.0515 25L54 28.8219C52.6073 30.9023 51.4388 33.0762 50.4946 35.3436C49.574 37.5877 49.1255 40.0654 49.1491 42.777V50H38.9517Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 75px 75px;
  position: absolute;
  top: 20px;
  left: 20px
}

.content-body q::after {
  display: none
}

.content-body blockquote {
  position: relative;
  display: block;
  padding: 20px 34px 20px 120px;
  border-radius: 20px;
  background-color: #ECF2F9;
  color: #858FA1;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
  min-height: 115px
}

.content-body blockquote::before {
  content: '';
  width: 75px;
  height: 75px;
  background-image: url(/assets/img/blockquote-decor.svg);
  background-repeat: no-repeat;
  background-size: 75px 75px;
  position: absolute;
  top: 20px;
  left: 20px
}

.content-body blockquote::after {
  display: none
}

.more-text-btn {
  display: none
}

.more-text-wrapper {
  transition: height .2s ease;
  overflow: hidden
}

.bundle-block {
  background-color: #ECF2F9
}

.photo-zoom {
  position: relative;
  overflow: hidden
}

.photo-zoom::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light-main-color);
  background-image: url(../img/icons/photo-zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease
}

.slider-pagination-fraction {
  color: #9792AD;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.125%;
  letter-spacing: -1px
}

.slider-pagination-fraction .swiper-pagination-current {
  color: var(--main-color);
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: initial
}

.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
}

.rating {
  display: flex;
  align-items: flex-end
}

.rating__set {
  pointer-events: all
}

.rating_mb-0 {
  margin-bottom: 0
}

.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
}

.rating__body {
  position: relative;
  width: fit-content
}

.rating__active {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center
}

.rating__items {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0
}

.rating__item:last-child {
  margin-right: 0
}

.rating__stars {
  display: flex
}

.star {
  flex: 0 0 25px;
  min-width: 25px;
  height: 25px
}

.star:last-child {
  margin-right: 0
}

.rating {
  display: flex;
  align-items: flex-end
}

.rating_mb-0 {
  margin-bottom: 0
}

.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
}

.rating__body {
  position: relative;
  width: fit-content;
  margin-bottom: 5px
}

.rating__body:last-child {
  margin-bottom: 0
}

.rating__text {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px
}

.rating__active {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0
}

.rating__item:last-child {
  margin-right: 0
}

.rating__stars {
  display: flex
}

.star {
  flex: 0 0 25px;
  min-width: 25px
}

.rating__value {
  padding: 34px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 55px;
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  line-height: 55px;
  border-radius: 14px;
  background-color: var(--main-color);
  min-width: 168px
}

.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
}

.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 #000 0 2px 5px -3px #000
}

.ymaps-2-1-79-zoom__scale {
  display: none
}

.ymaps-2-1-79-float-button {
  box-shadow: none !important
}

.ymaps-2-1-79-_hidden-text {
  box-shadow: 0 1px 2px 1px #000 0 2px 5px -3px #000 !important
}

.ymaps-2-1-79-map-copyrights-promo {
  display: none
}

.ymaps-2-1-79-copyright {
  display: none
}

.ymaps-2-1-79-copyright__layout {
  display: none
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0
}

.breadcrumbs__item {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center
}

.breadcrumbs__item:last-child {
  margin-right: 0
}

.breadcrumbs__item::after {
  content: '';
  position: absolute;
  top: 7.5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: rgba(54, 57, 64, 0.35);
  border-radius: 50%;
  transition: background-color .2s ease
}

.breadcrumbs__item:first-child:after {
  display: none
}

.breadcrumbs__item_active::after {
  background-color: var(--main-color)
}

.breadcrumbs__link {
  color: rgba(54, 57, 64, 0.45);
  font-size: 14px;
  line-height: 20px;
  transition: color .2s ease;
  padding-left: 15px
}

.breadcrumbs__item:first-child .breadcrumbs__link {
  padding-left: 0
}

.breadcrumbs__item_active {
  pointer-events: none
}

.breadcrumbs__item_active .breadcrumbs__link {
  color: var(--main-color)
}

.tab {
  padding: 12.5px 15px;
  border-radius: 10px;
  color: #363940;
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  text-align: initial;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease
}

.tab.active {
  font-weight: 600;
  color: #fff;
  background-color: var(--main-color);
  pointer-events: none
}

.tabs_design-2 .tab {
  padding: 12.5px 38px;
  border-radius: 30px;
  color: #858FA1;
  font-weight: 600
}

.tabs_design-3 .tab {
  text-align: center;
  padding: 12.5px 20px;
  border-radius: 50px;
  color: #858FA1;
  font-weight: 400;
  border: 1px solid #DFDFF2;
  width: initial;
  margin-right: 10px;
  margin-bottom: 10px;
  white-space: nowrap
}

.tabs_design-3 .tab:last-child {
  margin-right: 0
}

.tabs_design-3 .tab.active {
  border-color: var(--main-color)
}

.tab.active {
  color: #fff
}

.tabs_design-2 .tabs__wrapper {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  max-width: max-content;
  background-color: #ECF2F9
}

.tabs_design-3 .tabs__wrapper {
  display: flex;
  flex-wrap: wrap
}

.tab-content {
  display: none
}

.tab-content.active {
  display: block
}

.tabs__active {
  display: none
}

.tabs__close {
  display: none
}

.sections-wrapper__wrapper {
  display: flex;
  border-bottom: 1px solid #DFDFF2;
  padding-bottom: 60px;
  margin-bottom: 45px
}

.sections-wrapper__wrapper:last-child {
  margin-bottom: 0
}

.side {
  width: 288px;
  flex-shrink: 0;
  min-width: 0
}

.side_ml100 {
  margin-left: 100px
}

.side-contacts {
  padding: 20px 25px;
  border-radius: 15px;
  background-image: url(../img/side-contacts-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px
}

.side-contacts:last-child {
  margin-bottom: 0
}

.side-contacts__title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 15px
}

.side-contacts .contacts-item__img-wrapper {
  width: 30px;
  height: 30px;
  margin-right: 10px
}

.side-contacts .contacts-item__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%
}

.side-contacts__wrapper {
  margin-bottom: 4px
}

.side-contacts__btn {
  width: 100%;
  min-height: 45px
}

.side-promotions__wrapper {
  margin-bottom: 15px
}

.side-promotions .promotion {
  padding: 20px 25px 185px
}

.side-promotions .promotion__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 25px
}

.side-promotions .promotion__title::after {
  margin-top: 10px
}

.side-promotions .promotion__text {
  font-size: 14px;
  line-height: 20px
}

.side-promotions .promotion__picture {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px
}

.side-promotions .promotion__img {
  max-width: 100%;
  width: 100%;
  height: 100%
}

.side-promotions__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.side-promotions__pagination.swiper-pagination-fraction {
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  line-height: 25px;
  color: #858FA1;
  letter-spacing: -1px
}

.side-promotions__pagination.swiper-pagination-fraction .swiper-pagination-current {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px
}

.form-block {
  background-image: url(../img/form-block-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 35px 40px
}

.form-block__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 25px
}

.form-consultation__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px
}

.form-consultation__policy {
  color: #fff
}

.form-consultation__policy a {
  color: #fff
}

.form-consultation__field {
  background-color: var(--dark-main-color);
  color: #fff
}

.form-consultation__label {
  margin-bottom: 15px
}

.form-consultation__field::-moz-placeholder {
  color: #fff
}

.form-consultation__field::-webkit-input-placeholder {
  color: #fff
}

.form-consultation__btn {
  margin-bottom: 15px
}

.form-consultation__btn .btn__text {
  padding: 0
}

.filters {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 100
}

.filters__item {
  flex: 0 1 calc(33.333% - 10px);
  margin-right: 15px
}

.filters__item:nth-child(3n) {
  margin-right: 0
}

.filters__item:last-child {
  margin-right: 0
}

.filters .choices {
  flex: 0 1 calc(33.333% - 10px);
  margin-right: 15px
}

.filters .choices:nth-child(3n) {
  margin-right: 0
}

.filters .choices:last-child {
  margin-right: 0
}

.filters__search {
  padding: 12.5px 58px 12.5px 20px;
  background-color: #ECF2F9;
  border-radius: 50px;
  background-image: url(/assets/img/icons/search-input.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  color: #858FA1;
  font-size: 16px;
  line-height: 25px
}

.choices {
  margin-bottom: 0
}

.choices__inner {
  border: initial !important;
  background-color: #ECF2F9;
  border-radius: 50px !important;
  padding: 12.5px 48px 12.5px 20px !important;
  min-height: 40px
}

.choices.is-open .choices__inner {
  border-radius: 6px 6px 0 0 !important
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 3px;
  transition: background-color .2s ease
}

.choices__item {
  font-size: 16px;
  line-height: 25px;
  color: #858FA1
}

.choices__list {
  padding: 0
}

.choices[data-type*=select-one]::after {
  border: none;
  width: 10px;
  height: 5px;
  background-image: url(../img/icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 20px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%)
}

.choices[data-type*=select-one].is-open::after {
  transform: translateY(-50%) rotate(180deg);
  margin-top: 0
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: #929292;
  border: initial !important
}

.choices__list--dropdown .choices__item--selectable::after,
.choices__list[aria-expanded] .choices__item--selectable::after {
  display: none
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #929292;
  color: #fff
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding: 3px 40px 3px 16px
}

.choices__list--dropdown .choices__item {
  border-bottom: 1px solid #999
}

.choices__list--dropdown .choices__item:last-child {
  border-bottom: none
}

.choices__list--dropdown {
  border: 1px solid #999;
  border-radius: 6px !important
}

.choices.is-open .choices__list--dropdown {
  border-radius: 0 0 6px 6px !important
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  border-top: 1px solid #DFDFF2;
  border-bottom: initial;
  transition: background-color .2s ease
}

.choices.is-open {
  background-color: #ECF2F9;
  border-radius: 6px 6px 0 0 !important
}

.side-form {
  padding-bottom: 110px;
  width: 334px;
  flex-shrink: 0;
  margin-left: 50px;
  border-radius: 20px;
  background-image: url(../img/side-form-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100%
}

.side-form__content {
  margin-bottom: 15px
}

.side-form__wrapper {
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 4px 8px 0 var(--main-color);
  background-color: var(--main-color)
}

.side-form__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center
}

.side-form__label {
  margin-right: 0;
  margin-bottom: 10px
}

.side-form__label:last-child {
  margin-bottom: 0
}

.side-form__field {
  color: #fff;
  background-color: var(--dark-main-color);
  height: 50px
}

.side-form__field::-moz-placeholder {
  color: #fff
}

.side-form__field::-webkit-input-placeholder {
  color: #fff
}

.side-form__btn {
  min-height: 50px;
  width: 100%
}

.side-form__policy {
  color: #fff;
  text-align: center
}

.side-form__policy a {
  color: #fff
}

.btn-to-top {
  position: fixed;
  z-index: 100;
  bottom: 130px;
  right: 50px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--main-color);
  opacity: 0;
  transform: translateY(100px);
  pointer-events: none;
  transition: background-color .2s ease, opacity .2s ease, transform .2s ease
}

.btn-to-top.btn-to-top_show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all
}

.btn-to-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.btn-to-top svg path {
  fill: var(--main-color);
  transition: fill .2s ease
}

.header {
  position: relative;
  z-index: 1000
}

.header__bottom-mobile {
  display: none
}

.header__top {
  padding: 20px 0;
  border-bottom: 1px solid #DFDFF2;
  background-color: #fff
}

.header__top-container {
  display: flex;
  justify-content: space-between
}

.logo {
  display: block
}

.header__logo {
  margin-right: 4px
}

.header__info {
  display: flex;
  justify-content: center;
  margin-right: 16px
}

.header__info-block {
  display: flex;
  margin-right: 40px
}

.header__info-block:last-child {
  margin-right: 0
}

.header__info-icon {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--light-main-color);
  margin-right: 12px
}

.header__info-title {
  color: var(--main-gray);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px
}

button.header__info-title {
  display: flex;
  align-items: center
}

.header__info-title-text {
  margin-right: 6px;
  transition: color .2s ease
}

.header__info-title-icon path {
  stroke: var(--main-gray);
  transition: stroke .2s ease
}

.header__info-text {
  color: var(--main-black);
  font-size: 16px;
  line-height: 20px
}

.header__info-text_link {
  transition: color .2s ease
}

.search-btn {
  display: flex;
  align-items: center
}

.search-btn__icon {
  margin-right: 8px
}

.search-btn__icon path {
  transition: fill .2s ease
}

.search-btn__text {
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: color .2s ease
}

.header__bottom {
  background-color: #fff;
  border-bottom: 1px solid #DFDFF2
}

.header__bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.menu {
  display: flex
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: 40px
}

.menu__item {
  margin-right: 16px
}

.menu__item:last-child {
  margin-right: 0
}

.menu__item-burger {
  position: relative
}

.menu__link {
  display: flex;
  padding: 28px 0
}

.menu__item-icon_mobile {
  display: none
}

.menu__link-icon {
  margin-top: 5px;
  flex: 0 0 14px;
  width: 14px;
  height: 10px;
  margin-right: 10px
}

.menu__link-icon path {
  transition: stroke .2s ease;
  stroke: var(--main-black)
}

.menu__item-burger.active .menu__link-icon path {
  stroke: var(--main-color)
}

.menu__link-text {
  color: var(--main-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: color .2s ease
}

.menu__item-burger.active .menu__link-text {
  color: var(--main-color)
}

.header__contacts {
  display: flex;
  align-items: center
}

.socials {
  display: flex;
  margin-right: 40px
}

.social {
  display: flex;
  margin-right: 14px
}

.social:last-child {
  margin-right: 0
}

.social__link svg path {
  transition: fill .2s ease
}

.social__link svg circle {
  transition: fill .2s ease
}

.menu__sub-list {
  position: absolute;
  top: 100%;
  left: -30px;
  border-radius: 0 0 0 10px;
  background-color: #fff;
  padding: 12px 0;
  min-width: 350px;
  box-shadow: 0 0 8px 0 #D0DBE7;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visiability .2s ease
}

.menu__item-burger.active>.menu__sub-list-wrapper>.menu__sub-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all
}

.menu__sub-item {
  max-width: 350px
}

.menu__sub-link {
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 30px;
  transition: background-color .2s ease
}

.menu__sub-link-icon {
  flex-shrink: 0;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background-color: #869ABF;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px
}

.menu__sub-link svg path {
  transition: fill .2s ease, stroke .2s ease
}

.menu__sub-link-text {
  flex-grow: 1;
  color: var(--main-black);
  font-size: 16px;
  line-height: 20px;
  transition: color .2s ease
}

.menu__sub-link-arrow {
  margin-left: 24px
}

.menu__sub-link-arrow path {
  transition: stroke .2s ease
}

.menu__sub-link-decor {
  display: none
}

.menu__sub-item .menu__sub-list {
  top: 0;
  left: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #F4F7FD
}

.menu__sub-item .menu__sub-list .menu__sub-link {
  padding: 12px 30px
}

.header__top-mobile {
  display: none
}

.info-mobile {
  display: none
}

.info-mobile__block {
  display: none
}

.footer__top {
  padding: 100px 0;
  background-color: var(--contraindications-background)
}

.footer__top_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px
}

.footer__top-container {
  display: flex;
  justify-content: space-between
}

.footer__btns-group {
  display: flex;
  gap: 16px
}

.footer__btn {
  min-width: 278px;
  min-height: 60px
}

.footer-sub-title {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

.footer__pay-wrapper {
  display: flex;
  flex-wrap: wrap
}

.footer__pay-img {
  margin-right: 10px;
  margin-bottom: 10px
}

.footer__pay-img:last-child {
  margin-right: 0
}

.footer__block {
  margin-right: 84px
}

.footer__block:last-child {
  margin-right: 0
}

.footer__block_flex {
  display: flex
}

.footer__block-item {
  margin-right: 84px
}

.footer__block-item:last-child {
  margin-right: 0
}

.footer__block-item-wrapper {
  margin-bottom: 30px
}

.footer__block-item-wrapper:last-child {
  margin-bottom: 0
}

.footer__block-title {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 25px;
  display: block
}

.footer__menu-link {
  color: rgba(255, 255, 255, .6);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: color .2s ease
}

.footer__block-link {
  max-width: max-content;
  margin-bottom: 15px;
  transition: color .2s ease
}

.footer__block-link:last-child {
  margin-bottom: 0
}

.footer__block-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #454565
}

.footer__block-info_bg {
  min-width: 350px;
  background: #242435;
  padding: 24px;
  border-radius: 15px;
  margin-bottom: 24px
}

.info-block__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.info-block__item:last-child {
  margin-bottom: 0
}

.info-block__icon-wrapper {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--light-main-color);
  margin-right: 15px
}

.info-block__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: initial;
  max-width: 260px;
  transition: color .2s ease
}

.info-block__text_size {
  font-size: 24px
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.footer__socials .social {
  background-color: var(--light-main-color);
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color .2s ease
}

.footer__socials .social:last-child {
  margin-right: 0
}

.footer__socials .social__link svg path {
  fill: var(--main-color)
}

.footer__socials .socials {
  margin-right: 0
}

.footer__socials .social__link {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px
}

.footer__bottom {
  padding: 25px 0;
  background-color: #212132
}

.footer__text {
  color: rgba(255, 255, 255, 0.60);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  max-width: 1168px;
  margin: 0 auto 10px
}

.footer__text a {
  color: var(--main-color);
  position: relative
}

.footer__text a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  transition: opacity .2s ease
}

.footer__copyright {
  margin-bottom: 0
}

.footer__pay_mobile {
  display: none
}

.promo {
  background-color: #ECF2F9;
  margin-bottom: 80px
}

.promo__slider-btn {
  background-color: #E1E9F1;
  flex: 0 0 40px;
  width: 40px;
  height: 40px
}

.promo__slide {
  height: auto
}

.banner {
  padding-top: 60px
}

.banner__container {
  display: flex;
  justify-content: space-between;
  padding-right: 164px;
  height: 100%
}

.banner__preview {
  flex: 0 0 395px;
  display: flex;
  align-items: flex-end;
  position: relative;
  align-self: flex-end
}

.banner__picture {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 10
}

.banner__decor {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  pointer-events: none;
  height: 868px
}

.banner__circle {
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 706px;
  height: 706px;
  max-width: initial;
  transform-origin: left top;
  animation: circle 35s linear infinite 0
}

.banner__circle_small {
  width: 552px;
  height: 552px;
  animation: circle 30s linear infinite 0
}

.banner__circle_big {
  width: 868px;
  height: 868px;
  animation: circle 40s linear infinite 0
}

.banner__content {
  padding: 40px 0 140px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column
}

.banner__content-body {
  max-width: 736px;
  margin-bottom: 60px;
  flex-grow: 1
}

.banner__sticker {
  max-width: max-content;
  padding: 5px 15px;
  border-radius: 50px;
  background: #fff;
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 15px
}

.banner__title {
  margin-bottom: 30px;
  max-width: 642px
}

.banner__content-body p {
  color: var(--main-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px
}

.banner__content-body b {
  font-weight: 400;
  color: var(--main-color)
}

.banner__btn-group {
  display: flex;
  align-items: center
}

.banner__btn {
  max-width: max-content;
  margin-right: 30px
}

.banner__btn:last-child {
  margin-right: 0
}

.promo__slider-navigation {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  left: max(15px, calc((100% - 1520px) / 2));
  display: flex;
  align-items: center
}

.promo__slider-btns {
  margin-right: 30px
}

.promo__slider-pagination {
  display: flex
}

.advantages__row {
  padding: 45px 60px;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--main-color);
  position: relative
}

.advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10
}

.advantage__picture {
  margin-bottom: 15px
}

.advantage__text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px
}

.advantages__circle-decor {
  position: absolute;
  border-radius: 50%;
  background: var(--circle-color);
  opacity: 0;
  animation: flash-medium 1s ease 0 infinite alternate
}

.advantages__circle-decor_small {
  background-color: var(--circle-small-color);
  animation: flash-small 1s ease 0 infinite alternate
}

.extra__row {
  display: flex;
  overflow: hidden;
  border-radius: 30px;
  background-color: #ECF2F9;
  padding-right: 80px
}

.extra_reverse .extra__row {
  padding-right: 0;
  padding-left: 80px;
  flex-direction: row-reverse
}

.extra__picture {
  margin-right: 71px
}

.extra_reverse .extra__picture {
  margin-right: 0
}

.extra__img {
  height: 100%;
  object-fit: cover;
  object-position: right top
}

.extra_reverse .extra__img {
  object-position: left top
}

.extra__content {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 576px
}

.extra_reverse .extra__content {
  margin-right: 45px
}

.extra__title {
  margin-bottom: 30px
}

.extra__content-body {
  margin-bottom: 45px;
  max-width: 579px
}

.extra_reverse .extra__content-body {
  margin-bottom: 50px
}

.extra__content-body ul {
  display: flex;
  flex-wrap: wrap
}

.extra__content-body ul li {
  flex: 0 1 calc(50% - 8px);
  margin-right: 16px
}

.extra__content-body ul li:nth-child(2n) {
  margin-right: 0
}

.extra__content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 564px
}

.extra__price {
  color: var(--main-color);
  font-size: 32px;
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  line-height: 55px;
  margin-right: 24px
}

.extra__price_size {
  font-size: 48px
}

.extra__btn {
  flex: initial
}

.services {
  margin-bottom: 80px
}

.services__descr {
  max-width: 940px;
  margin-bottom: 80px
}

.service {
  background-image: url(../img/sections/services/service-background.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  padding: 44px 6px 6px;
  margin-bottom: 70px
}

.service::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #ECF2F9;
  border-radius: 0 0 30px 30px
}

.service__picture {
  width: 80px;
  height: 80px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 40px 40px;
  mask-size: 40px 40px;
  background-color: var(--main-color);
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 30px)
}

.service__title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px
}

.service__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10
}

.service__wrapper {
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column
}

.service__list {
  margin-bottom: 24px;
  flex-grow: 1
}

.service__list:last-child {
  margin-bottom: 0
}

.service__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.5px 0
}

.service__item:first-child .service__link {
  padding-top: 0
}

.service__item:last-child .service__link {
  padding-bottom: 0
}

.service__link-text {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px;
  margin-right: 4px;
  transition: color .2s ease
}

.service__link>svg {
  opacity: 0;
  transition: opacity .2s ease
}

.service__btn {
  padding: 16px 20px;
  background-color: var(--main-color);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  transition-property: background-color, opacity, transform !important;
  transition-duration: .2s, .4s, .4s !important;
  transition-delay: 0s, .1s, .1s !important
}

.services-popup .popup__content {
  width: 600px
}

.services-popup__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px
}

.review-popup .popup__content {
  width: 800px
}

.services-popup .service__link {
  padding: 0
}

.services-popup .service__link-text {
  margin-right: 0
}

.about {
  max-width: 1870px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto
}

.about__container {
  background-color: #ECF2F9;
  border-radius: 60px;
  padding: 150px 160px;
  position: relative;
  overflow: hidden
}

.about__circle {
  position: absolute;
  border-radius: 50%;
  background-color: #DCE7F4;
  z-index: 3
}

.about__circle_medium {
  background-color: #E2EBF6;
  z-index: 2
}

.about__circle_big {
  background-color: #E7EFF9;
  z-index: 1
}

.about__content {
  background-color: #fff;
  border-radius: 30px;
  padding: 55px 60px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10
}

.about__content-body {
  margin-bottom: 45px
}

.about__video {
  position: relative;
  z-index: 10
}

.about__video-img {
  border-radius: 30px;
  object-fit: cover;
  object-position: top
}

.about__content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.about__btn {
  flex: initial;
  margin-right: 24px
}

.about__video-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 15px 25px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: background-color .2s ease
}

.about__video-btn svg path {
  fill: var(--main-color)
}

.about__video-btn-text {
  margin-right: 6px;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px
}

.program {
  border-radius: 15px;
  border: 1px solid #D0DDEB;
  padding: 6px;
  height: auto;
  text-align: initial
}

.program__preview {
  position: relative
}

.program__img {
  width: 100%;
  min-height: 160px;
  object-fit: cover;
  border-radius: 6px
}

.program__price {
  position: absolute;
  top: 9px;
  right: 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 30px;
  background-color: #ABD43E;
  padding: 5px 15px
}

.program__content {
  padding: 23px 18px 18px
}

.program__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px
}

.program__text {
  font-size: 16px;
  line-height: 25px
}

.promotion {
  position: relative;
  padding: 52px 120px 52px 30px;
  border-radius: 15px;
  height: initial;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  background-image: url(../img/sections/promotions/background-1.svg);
  overflow: hidden
}

.promotion:nth-child(2n) {
  background-image: url(../img/sections/promotions/background-2.svg)
}

.promotion:nth-child(3n) {
  background-image: url(../img/sections/promotions/background-3.svg)
}

.promotion__title {
  margin-bottom: 30px;
  color: var(--main-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  z-index: 10
}

.promotion__title::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 15px;
  width: 100px;
  height: 2px
}

.promotion:nth-child(2n - 1) .promotion__title::after {
  background-color: var(--main-color)
}

.promotion:nth-child(2n) .promotion__title::after {
  background-color: #4EE9C4
}

.promotion:nth-child(3n) .promotion__title::after {
  background-color: #E96A4E
}

.promotion__text {
  color: #9792AD;
  font-size: 16px;
  line-height: 25px;
  max-width: 230px;
  position: relative;
  z-index: 10
}

.promotion__picture {
  position: absolute;
  width: 100px;
  height: 100%;
  bottom: 0;
  right: 0
}

.promotion__img {
  max-width: initial;
  height: 100%;
  object-fit: cover
}

.callback {
  background-color: var(--main-color);
  padding-top: 95px;
  position: relative;
  overflow: hidden
}

.callback__circle {
  position: absolute;
  border-radius: 50%;
  background-color: var(--circle-small-color)
}

.callback__circle_medium {
  background-color: var(--circle-color)
}

.callback__circle_big {
  background-color: var(--circle-medium-color)
}

.callback__circle_very-big {
  background-color: var(--circle-very-big-color)
}

.callback__container {
  display: flex;
  position: relative;
  z-index: 10
}

.callback__content {
  padding: 25px 0 35px;
  max-width: 605px;
  margin-right: 24px
}

.callback__picture {
  align-self: flex-end
}

.callback__title {
  margin-bottom: 40px
}

.callback__promotion-preview {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.callback__promotion-num {
  margin-right: 25px;
  color: #fff;
  font-size: 72px;
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  line-height: 70px
}

.callback__promotion {
  margin-bottom: 40px
}

.callback__promotion-text {
  padding: 10px 20px;
  border-radius: 31px;
  background-color: #fff;
  color: var(--main-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px
}

.callback__promotion__descr {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px
}

.form__row {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.form__row:last-child {
  margin-bottom: 0
}

.callback__form-row {
  flex-wrap: wrap;
  gap: 15px
}

.callback__form-label {
  flex: 1 1 calc(50% - 7.5px);
  margin-right: 0
}

.callback__form-field {
  height: 60px;
  color: #fff;
  background-color: var(--dark-main-color)
}

.callback__form-field::-moz-placeholder {
  color: #fff
}

.callback__form-field::-webkit-input-placeholder {
  color: #fff
}

.callback__form-btn {
  flex: 0 1 calc(50% - 7.5px)
}

.callback__form-policy {
  flex: 0 1 calc(50% - 7.5px)
}

.faq {
  background-color: #ECF2F9
}

.faq__container {
  display: flex
}

.faq__info {
  margin-right: 42px
}

.faq__wrapper {
  max-width: 880px;
  padding-top: 10px
}

.faq__title {
  margin-bottom: 80px
}

.question {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #E2ECF8
}

.question:last-child {
  margin-bottom: 0
}

.question__title {
  padding: 25px 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff
}

.question__title-text {
  text-align: initial;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 16px
}

.question__info-wrapper {
  padding: 25px 30px;
  background-color: #E2ECF8
}

.faq__btn {
  display: inline-flex
}

.text-section_mb-60 {
  margin-bottom: 60px
}

.text-section__title {
  max-width: 745px;
  margin-bottom: 40px
}

.text-section__content {
  max-width: 1400px
}

.text-section__body {
  margin-bottom: 60px
}

.text-section__video {
  max-width: 625px;
  float: right;
  margin: 0 0 40px 40px
}

.documents__container {
  display: flex
}

.documents__info {
  max-width: 572px;
  margin-right: 68px;
  display: flex;
  flex-direction: column
}

.documents__descr {
  max-width: 427px;
  margin-bottom: 40px;
  flex-grow: 1
}

.documents .documents__slider {
  margin: 0;
  flex-grow: 1
}

.document {
  border-radius: 15px
}

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

.documents__navigations {
  display: flex;
  align-items: center
}

.documents__btns {
  margin-right: 30px
}

.specialist {
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
  height: initial;
  border-radius: 15px;
  border: 1px solid #D0DDEB
}

.specialist.hide {
  display: none
}

.specialist__image-wrapper {
  padding: 30px 25px 0;
  height: 244px;
  border-radius: 0 0 50% 50%;
  overflow: hidden
}

.specialist__picture {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end
}

.specialist__img {
  object-fit: cover;
  object-position: top
}

.specialist__image-decor {
  width: 355px;
  height: 355px;
  background-color: #ECF2F9;
  border-radius: 0 0 50% 50%;
  position: absolute;
  top: -111px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 120%
}

.specialist__content {
  margin-top: -16px;
  padding: 0 25px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column
}

.specialist__exp {
  padding: 5px 8px;
  border-radius: 3px;
  background-color: var(--light-main-color-2);
  color: var(--main-color);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  max-width: max-content;
  margin: 0 auto 20px;
  position: relative;
  z-index: 10
}

.specialist__title {
  flex-grow: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px
}

.specialist__role {
  color: #858FA1;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 8px
}

.specialist__btn {
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 20
}

.specialist__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15
}

.specialist__link .btn__text {
  font-size: 16px;
  line-height: 24px
}

.trust {
  margin-bottom: 135px
}

.trust__title {
  margin-bottom: 50px
}

.item-trust {
  flex: 0 1 calc(58.4% - 7.5px);
  padding: 6px 6px 6px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ECF2F9;
  border-radius: 20px;
  margin-right: 15px;
  margin-bottom: 15px
}

.item-trust .rating__wrapper {
  margin-right: 16px;
  pointer-events: none
}

.item-trust .rating__text {
  white-space: nowrap
}

.item-trust:nth-child(2n) {
  flex: 0 1 calc(41.6% - 7.5px);
  margin-right: 0
}

.item-trust:nth-child(3n) {
  flex: 0 1 calc(41.6% - 7.5px)
}

.item-trust:nth-child(4n) {
  flex: 0 1 calc(58.4% - 7.5px)
}

.item-trust__logo {
  margin-right: 16px
}

.reviews {
  background-color: #ECF2F9
}

.reviews__top {
  margin-bottom: 0
}

.reviews__slider {
  padding-top: 60px;
  margin-bottom: 40px
}

.review {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #D0DDEB;
  height: initial;
  padding: 45px 35px 35px;
  display: flex;
  flex-direction: column;
  position: relative
}

.review::after {
  content: '';
  width: 33px;
  height: 22px;
  background-image: url(../img/sections/reviews/decor.svg);
  background-repeat: no-repeat;
  background-size: 32px 25px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 55px;
  transform: translateY(-50%)
}

.review__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px
}

.review__content {
  margin-bottom: 50px;
  flex-grow: 1
}

.review__content:last-child {
  margin-bottom: 0
}

.review__content-wrapper {
  margin-bottom: 10px;
  max-height: 125px;
  overflow: hidden
}

.review__content-wrapper:last-child {
  margin-bottom: 0
}

.review__content-btn {
  display: none
}

.review__info {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DFDFF2
}

.review__author {
  display: flex;
  align-items: center;
  margin-right: 10px
}

.review__author-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 10px
}

.review__author-img {
  width: 40px;
  height: 40px
}

.review__author-name {
  color: #363940;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px
}

.review__author-name_color {
  color: #858FA1
}

.review__date {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px
}

.reviews__btn {
  margin: 0 auto;
  max-width: fit-content
}

.news-item {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #D0DDEB;
  height: initial;
  display: flex;
  flex-direction: column;
  transition: background-color .2s ease
}

.news-item__title {
  color: var(--main-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  flex-grow: 1;
  margin-bottom: 60px;
  transition: color .2s ease
}

.news-item__info {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.news-item__date {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px;
  margin-right: 10px
}

.link-icon {
  flex-shrink: 0
}

.link-icon svg {
  width: 25px;
  height: 25px
}

.link-icon svg rect {
  transition: fill-opacity .2s ease;
  fill: var(--light-main-color-2);
  fill-opacity: 1
}

.link-icon svg path {
  transition: stroke .2s ease;
  stroke: var(--main-color)
}

.article {
  height: initial;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0DDEB
}

.article__preview {
  position: relative;
  margin-bottom: 25px
}

.article__picture {
  overflow: hidden;
  border-radius: 15px;
  max-height: 240px
}

.article__img {
  width: 100%;
  min-height: 235px;
  object-fit: cover
}

.article__date {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 30px;
  background-color: var(--main-color);
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 24px
}

.article__title {
  color: var(--main-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  transition: color .2s ease
}

.article__descr {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical
}

.contacts__content {
  position: relative
}

.contacts__map {
  height: 660px;
  border-radius: 30px;
  overflow: hidden
}

.contacts__info {
  border-radius: 15px;
  background-color: var(--main-color);
  padding: 20px 25px 4px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.contacts-item {
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-bottom: 16px
}

.contacts-item:last-child {
  margin-right: 0
}

.contacts-item__img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 50%;
  background-color: var(--dark-main-color)
}

.contacts-item__img-wrapper svg path {
  transition: fill .2s ease
}

.contacts-item__text {
  text-align: initial;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  transition: color .2s ease
}

.banner-page {
  position: relative;
  padding-bottom: 85px;
  background-color: #ECF2F9;
  overflow: hidden;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.banner-page::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-color: var(--main-color);
  border-radius: 50%
}

.banner-page__title {
  text-align: center;
  margin-bottom: 25px
}

.banner-page__title:last-child {
  margin-bottom: 0
}

.banner-page_bg {
  padding-bottom: 165px
}

.banner-page_bg .breadcrumbs {
  padding-bottom: 115px
}

.banner-page_bg .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.45)
}

.banner-page_bg .breadcrumbs__item::after {
  background-color: rgba(255, 255, 255, 0.45)
}

.banner-page_bg .breadcrumbs__item_active .breadcrumbs__link {
  color: #fff
}

.banner-page_bg .breadcrumbs__item_active::after {
  background-color: #fff
}

.banner-page_bg .banner-page__title {
  color: #fff
}

.banner-page__descr {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  max-width: 843px;
  margin: 0 auto
}

.banner-page_bg .banner-page__descr {
  color: #fff
}

.category {
  margin-bottom: 130px
}

.item-category {
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid #D0DDEB;
  padding: 35px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  transition: background-color .2s ease
}

.item-category_btn {
  justify-content: center;
  background-color: var(--main-color);
  border-color: var(--main-color)
}

.item-category__title {
  color: var(--main-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 16px;
  transition: color .2s ease
}

.item-category_btn .item-category__title {
  color: #fff
}

.hero {
  padding-bottom: 100px;
  background-color: #ECF2F9
}

.hero__content {
  display: flex;
  justify-content: space-between
}

.hero__info {
  max-width: 665px;
  margin-right: 24px
}

.hero__title {
  margin-bottom: 40px
}

.hero__list {
  display: flex;
  margin-bottom: 40px
}

.hero__item {
  display: flex;
  margin-right: 30px
}

.hero__item:last-child {
  margin-right: 0
}

.hero__item svg {
  margin-right: 10px
}

.hero__item svg path {
  fill: var(--main-color)
}

.hero__item-text {
  font-size: 16px;
  line-height: 25px
}

.hero-form {
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 20px
}

.hero-form__descr {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px
}

.hero-form__descr-link {
  white-space: nowrap;
  color: var(--main-color);
  transition: color .2s ease
}

.hero-form__field {
  background-color: #ECF2F9;
  color: #858FA2
}

.hero-form__field::-moz-placeholder {
  color: #858FA2
}

.hero-form__field::-webkit-input-placeholder {
  color: #858FA2
}

.hero-form__btn {
  min-height: 60px
}

.hero-form__policy {
  color: #858FA1
}

.hero-form__policy a {
  color: #858FA1
}

.hero__img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px
}

.prices__container {
  display: flex;
  justify-content: space-between
}

.prices__info {
  max-width: 328px;
  margin-right: 60px
}

.prices__sub-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px
}

.prices__tabs {
  margin-bottom: 30px
}

.prices__tabs:last-child {
  margin-bottom: 0
}

.prices__wrapper {
  width: 100%
}

.prices__title {
  margin-bottom: 40px
}

.prices__name {
  padding: 22.5px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  background-color: #ECF2F9;
  border-radius: 10px
}

.table-prices__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  border-bottom: 1px solid #DFDFF2
}

.table-prices__name {
  font-size: 16px;
  line-height: 25px;
  margin-right: 24px
}

.table-prices__action {
  display: flex;
  align-items: center;
  flex-shrink: 0
}

.table-prices__price {
  margin-right: 56px;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px
}

.table-prices__btn {
  padding: 12.5px 35px;
  border-radius: 32px;
  background-color: var(--light-main-color);
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .2s ease, color .2s ease
}

.why {
  background-color: #ECF2F9
}

.why__title {
  margin-bottom: 50px
}

.why-item {
  border-radius: 15px;
  background-color: #fff;
  padding: 25px
}

.why-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px
}

.why-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-main-color);
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%
}

.why-item__num {
  color: var(--light-main-color);
  font-size: 55px;
  font-weight: 600;
  line-height: 60px
}

.why-item__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 10px
}

.why-item__descr {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px;
  max-width: 427px
}

.consultation {
  position: relative;
  background-color: var(--main-color);
  background-image: url(../img/sections/consultations/bg-preview.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 759px 100%
}

.consultation__content {
  padding: 120px 0;
  padding-left: max(15px, calc((100% - 1520px) / 2));
  padding-right: 800px
}

.consultation__title {
  margin-bottom: 20px
}

.consultation__descr {
  margin-bottom: 40px
}

.consultation__picture {
  position: absolute;
  bottom: 0;
  right: 60px
}

.page-preview {
  margin-bottom: 55px
}

.page-preview_border {
  margin-bottom: 30px
}

.page-preview__title {
  max-width: 1308px;
  margin-bottom: 25px
}

.page-preview__title:last-child {
  margin-bottom: 0
}

.page-preview__descr {
  max-width: 1308px
}

.page-preview_border .page-preview__content {
  padding-bottom: 30px;
  border-bottom: 1px solid #DFDFF2
}

.promotions-page__tabs {
  margin-bottom: 35px
}

.promotion-banner__container {
  display: flex
}

.promotion-banner__picture {
  margin-right: 50px
}

.promotion-banner__img {
  border-radius: 30px
}

.promotion-banner__body {
  max-width: 550px
}

.promotion-banner__title {
  max-width: 316px;
  margin-bottom: 40px
}

.promotion-banner__content {
  margin-bottom: 40px
}

.promotion-banner__bottom {
  display: flex;
  align-items: center
}

.promotion-banner__btn {
  margin-right: 35px;
  flex: initial
}

.promotion-banner__date-title {
  color: #858FA1;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px
}

.promotion-banner__date-text {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px
}

.specialists-page__filters {
  margin-bottom: 25px
}

.specialists-page__row {
  gap: 15px
}

.specialists-page .specialist {
  margin: 0 !important
}

.detail-specialist__container {
  display: flex
}

.detail-specialist__preview {
  flex-shrink: 0;
  width: 467px;
  margin-right: 80px
}

.detail-specialist__info {
  min-width: 0;
  flex-grow: 1
}

.detail-specialist__picture {
  display: flex;
  justify-content: center;
  margin-bottom: 25px
}

.detail-specialist__img {
  border-radius: 30px
}

.detail-specialist__btn {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px
}

.detail-specialist__btn:last-child {
  margin-bottom: 0
}

.detail-specialist__block {
  position: relative;
  padding: 40px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  overflow: hidden;
  margin-bottom: 15px
}

.detail-specialist__block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--main-color)
}

.detail-specialist__experience {
  max-width: max-content;
  padding: 5px 15px;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 32px;
  background-color: var(--light-main-color);
  margin-bottom: 15px
}

.detail-specialist__descr {
  margin-bottom: 25px
}

.detail-specialist__stickers {
  display: flex;
  flex-wrap: wrap
}

.specialist-sticker {
  display: flex;
  margin-right: 40px
}

.specialist-sticker:last-child {
  margin-right: 0
}

.specialist-sticker__icon {
  margin-right: 10px;
  flex-shrink: 0
}

.specialist-sticker__wrapper {
  display: flex
}

.specialist-sticker__title {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px;
  margin-right: 8px
}

.specialist-sticker__text {
  font-size: 16px;
  line-height: 25px
}

.detail-specialist__links {
  margin-bottom: 35px
}

.detail-specialist__link {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.detail-specialist__link-rating {
  pointer-events: none
}

.detail-specialist__link-logo {
  margin-bottom: 20px
}

.detail-specialist-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px
}

.receive-days {
  margin-bottom: 50px
}

.receive-day {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9
}

.receive-day:first-child {
  border-top: 1px solid #E9E9E9
}

.receive-day__title {
  font-size: 16px;
  line-height: 25px;
  margin-right: 16px
}

.receive-day__hours {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px
}

.detail-specialist-section {
  margin-bottom: 50px
}

.detail-specialist-section_high {
  padding: 30px 35px;
  border-radius: 15px;
  background-color: #ECF2F9
}

.specialist-documents {
  margin-bottom: 50px
}

.specialist-documents .specialist-documents__title {
  margin-bottom: 0
}

.detail-specialist__articles ol {
  column-count: 2;
  column-gap: 10px
}

.photo {
  border-radius: 15px;
  overflow: hidden
}

.photo__img {
  width: 100%;
  height: 261px;
  object-fit: cover
}

.reviews-page__item {
  margin-bottom: 40px
}

.reviews-page__btn {
  margin: 0 auto;
  min-height: 60px
}

.articles-page__item {
  margin-bottom: 50px
}

.faq-page__tabs {
  margin-bottom: 15px
}

.faq-page__wrapper {
  display: flex
}

.faq-page .faq__wrapper {
  max-width: initial
}

.faq-page .question__title {
  background-color: #ECF2F9
}

.navigation-article__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 30px;
  background-color: #ECF2F9
}

.navigation-article__content {
  padding: 20px 0;
  margin-right: 24px;
  max-width: 710px
}

.navigation-article__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 15px
}

.navigation-article__list {
  list-style-type: none;
  counter-reset: my-counter
}

.navigation-article__list li {
  margin-bottom: 10px
}

.navigation-article__link {
  display: inline-block;
  color: #858FA1;
  font-size: 16px;
  line-height: 25px;
  transition: color .2s ease
}

.navigation-article__list .navigation-article__link::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  color: var(--main-color);
  font-weight: 600
}

.navigation-article__list li:last-child {
  margin-bottom: 0
}

.reviewer {
  position: relative;
  padding: 25px 30px 0;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--main-color);
  max-width: 610px;
  min-width: 550px;
  height: 100%
}

.reviewer__link {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: 16px
}

.reviewer__content {
  margin-right: 25px;
  padding-bottom: 25px
}

.reviewer__text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px
}

.reviewer__name {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px
}

.reviewer__name::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #fff;
  margin-top: 10px
}

.reviewer__role {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 16px
}

.reviewer__bottom {
  display: flex
}

.reviewer__date {
  margin-right: 25px
}

.reviewer__date:last-child {
  margin-right: 0
}

.reviewer__date-title {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 25px
}

.reviewer__date-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px
}

.reviewer__picture {
  display: flex;
  align-items: flex-end
}

.reviewer__full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.estimates {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.estimates__rating {
  display: flex;
  align-items: center;
  margin-right: 24px
}

.estimates-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-right: 15px
}

.estimates__rating-result {
  display: flex;
  align-items: center
}

.estimates__rating-item {
  margin-right: 15px
}

.estimates__rating-result {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px
}

.estimates__rating-result .rating__value {
  color: #858FA1;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  padding: 0;
  width: initial;
  height: inherit;
  border-radius: initial;
  background-color: initial;
  min-width: initial;
  display: initial;
  margin-left: 5px
}

.estimates__socials {
  display: flex;
  align-items: center
}

.estimates .estimates__socials-list {
  margin: 0
}

.contacts-page__row {
  display: flex;
  justify-content: space-between;
  max-width: 1400px
}

.contacts-page__block {
  margin-right: 24px
}

.contacts-page__block:last-child {
  margin-right: 0
}

.contacts-page__block_decor {
  position: relative
}

.contacts-page__block_decor::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 23px;
  width: 1px;
  height: calc(100% - 55px);
  background-color: #DFDFF2
}

.contacts-page-item {
  display: flex;
  margin-bottom: 20px;
  position: relative
}

.contacts-page-item:last-child {
  margin-bottom: 0
}

.contacts-page-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: var(--light-main-color)
}

.contacts-page-item__title {
  text-align: initial;
  color: #858FA1;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 5px
}

.contacts-page-item__text {
  text-align: initial;
  color: var(--main-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  transition: color .2s ease
}

.contacts-page-item__button {
  color: var(--main-color);
  text-align: initial;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  transition: color .2s ease
}

.contacts-page__row {
  margin-bottom: 50px
}

.contacts-page-item__wrapper {
  margin-bottom: 20px
}

.contacts-page-item__wrapper:last-child {
  margin-bottom: 0
}

.contacts-page-item__socials {
  margin: 15px 0 65px
}

.contacts-page__map-wrapper {
  padding-bottom: 60px;
  margin-bottom: 45px;
  border-bottom: 1px solid #DFDFF2
}

.contacts-page__map-wrapper:last-child {
  border: initial
}

.timetable__filters {
  margin-bottom: 25px
}

.table-time {
  border-radius: 15px;
  overflow: hidden
}

.table-time__head {
  display: flex
}

.table-time__row {
  display: flex
}

.table-time__row.hide {
  display: none
}

.table-time__column {
  position: relative;
  flex: 1 1 9.4%;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 7.5px 20px;
  background-color: #ECF2F9
}

.table-time__column:first-child {
  flex: 1 1 33%;
  background-color: #E7EFF9
}

.table-time__head-column {
  padding: 20px;
  background-color: var(--main-color)
}

.table-time__head-column:first-child {
  background-color: var(--main-color)
}

.table-time__column-title {
  color: #858FA1;
  font-size: 16px;
  line-height: 25px
}

.table-time__head-column .table-time__column-title {
  color: #fff;
  font-weight: 600
}

.table-time__column-text {
  font-size: 16px;
  line-height: 25px
}

.table-time__column-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.table-time__column-button-text {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  transition: color .2s ease;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  margin-bottom: 5px
}

.table-time__column-button-text:last-child {
  margin-bottom: 0
}

.timetable__mobile {
  display: none
}

.not-found__container {
  display: flex;
  flex-direction: column;
  align-items: center
}

.not-found__picture {
  display: block;
  margin-bottom: 60px
}

.not-found__title {
  margin-bottom: 30px;
  text-align: center
}

.not-found__descr {
  margin-bottom: 30px;
  text-align: center
}

.not-found__group {
  display: flex
}

.not-found__search {
  margin-right: 40px
}

.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
}

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

.videogallery__video {
  position: relative;
  height: 265px;
  display: block;
  transition: all 200ms ease-out
}

.videogallery__item {
  display: flex;
  flex-direction: column;
  height: auto
}

.videogallery__preview-img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 200ms ease-out
}

.videogallery__preview-picture {
  max-height: 265px;
  height: 100%
}

.videogallery__preview-img:hover {
  background-color: #25d3659d;
  z-index: 2
}

.videogallery__video::after {
  display: block;
  content: '';
  background: url(/assets/img/icons/video_play.png) center center no-repeat;
  position: absolute;
  height: 60px;
  width: 60px;
  transition: transform .2s;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: cover
}

.videogallery__video:hover::after {
  transform: scale(1.2)
}

.videogallery__descr {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 20px;
  left: 20px;
  background-color: #abd43e;
  padding: 5px;
  border-radius: 5px
}

.videogallery__title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  flex-grow: 1
}

.videogallery__slider {
  height: 100%
}

.legal-information h2 {
  font-size: 36px;
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 20px
}

@keyframes BulletProgress {
  to {
    stroke-dashoffset: 0
  }
}

@keyframes circle {
  0% {
    transform: rotate(0) translate(-50%, -50%)
  }

  100% {
    transform: rotate(-360deg) translate(-50%, -50%)
  }
}

@keyframes flash-small {
  0% {
    opacity: 0
  }

  16% {
    opacity: .16
  }

  32% {
    opacity: .32
  }

  48% {
    opacity: .48
  }

  56% {
    opacity: .64
  }

  72% {
    opacity: .8
  }

  88% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

@keyframes flash-medium {
  0% {
    opacity: 0
  }

  16% {
    opacity: 0
  }

  32% {
    opacity: .2
  }

  48% {
    opacity: .4
  }

  56% {
    opacity: .6
  }

  72% {
    opacity: .8
  }

  88% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

@keyframes flash-big {
  0% {
    opacity: 0
  }

  16% {
    opacity: 0
  }

  32% {
    opacity: 0
  }

  48% {
    opacity: .25
  }

  56% {
    opacity: .5
  }

  72% {
    opacity: .75
  }

  88% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

@media (min-width: 1025px) {
  .btn:hover {
    background-color: var(--main-hover)
  }

  .btn_color:hover {
    background-color: var(--main-color)
  }

  .btn-default:hover .btn__text {
    color: var(--main-hover)
  }

  .btn-default:hover .btn__icon path {
    stroke: var(--main-hover)
  }

  .btn-main_white:hover .btn__text {
    color: #fff
  }

  .search-result__link:hover .search-result__link-text {
    color: var(--main-hover)
  }

  .form__policy a:hover {
    color: var(--main-hover)
  }

  .slider-btn:hover {
    background-color: var(--main-hover)
  }

  .photo-zoom:hover::after {
    opacity: 1;
    pointer-events: all
  }

  .breadcrumbs__item:hover::after {
    background-color: var(--main-color)
  }

  .breadcrumbs__item:hover .breadcrumbs__link {
    color: var(--main-color)
  }

  .tab:hover {
    color: var(--main-color)
  }

  .tab.active:hover {
    color: #fff
  }

  .content-body a:hover {
    color: var(--main-hover)
  }

  .choices[data-type*=select-one] .choices__inner:hover {
    background-color: var(--light-main-color)
  }

  .choices__list--dropdown .choices__item:hover {
    background-color: var(--light-main-color) !important
  }

  .btn-to-top:hover {
    background-color: var(--main-color)
  }

  .btn-to-top:hover svg path {
    fill: #fff
  }

  button.header__info-title:hover .header__info-title-text {
    color: var(--main-color)
  }

  button.header__info-title:hover .header__info-title-icon path {
    stroke: var(--main-color)
  }

  .header__info-text_link:hover {
    color: var(--main-color)
  }

  .search-btn:hover .search-btn__text {
    color: var(--main-color)
  }

  .search-btn:hover .search-btn__icon path {
    fill: var(--main-color)
  }

  .social_telegram .social__link:hover svg path {
    fill: #3390ec
  }

  .social_wa .social__link:hover svg path {
    fill: #25d366
  }

  .social_vk .social__link:hover svg circle {
    fill: #07F
  }

  .social_ok .social__link:hover svg circle {
    fill: #f80
  }

  .menu__sub-item:hover>.menu__sub-link {
    background-color: #F7F8FA
  }

  .menu__sub-item:hover>.menu__sub-link svg:last-child path {
    stroke: var(--main-color)
  }

  .menu__sub-item:hover>.menu__sub-link .menu__sub-link-text {
    color: var(--main-color)
  }

  .menu__sub-item:hover>.menu__sub-link>.menu__sub-link-arrow path {
    stroke: var(--main-color)
  }

  .menu__link:hover path {
    stroke: var(--main-color)
  }

  .menu__link:hover .menu__link-text {
    color: var(--main-color)
  }

  .menu__sub-item .menu__sub-list .menu__sub-link:hover {
    background-color: transparent
  }

  .menu__sub-item:hover>.menu__sub-link>.menu__sub-link-icon {
    background-color: var(--main-color)
  }

  .menu__sub-item:hover>.menu__sub-list-wrapper>.menu__sub-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all
  }

  .popup-city__link:hover {
    color: var(--main-color)
  }

  .footer__menu-link:hover {
    color: var(--main-color)
  }

  .footer__block-link:hover {
    color: var(--main-color)
  }

  a.info-block__item:hover .info-block__text {
    color: var(--main-color)
  }

  button.info-block__item:hover .info-block__text {
    color: var(--main-color)
  }

  .footer__socials .social:hover {
    background-color: var(--main-hover)
  }

  .footer__text a:hover::after {
    opacity: 0
  }

  .service__link:hover .service__link-text {
    color: var(--main-color)
  }

  .service__link:hover>svg {
    opacity: 1
  }

  .service__btn:hover {
    background-color: var(--main-hover)
  }

  .about__video-btn:hover {
    background-color: var(--main-hover)
  }

  .news-item:hover .news-item__title {
    color: var(--main-color)
  }

  .article:hover .article__title {
    color: var(--main-color)
  }

  a.contacts-item:hover .contacts-item__img-wrapper svg path,
  button.contacts-item:hover .contacts-item__img-wrapper svg path {
    fill: var(--main-hover)
  }

  a.contacts-item:hover .contacts-item__text,
  button.contacts-item:hover .contacts-item__text {
    color: var(--main-hover)
  }

  .item-category_btn:hover {
    background-color: #fff
  }

  .item-category:hover .item-category__title {
    color: var(--main-color)
  }

  .table-prices__btn:hover {
    color: #fff;
    background-color: var(--main-color)
  }

  .navigation-article__link:hover {
    color: var(--main-hover)
  }

  .contacts-page-item__button:hover {
    color: var(--main-hover)
  }

  a.contacts-page-item:hover .contacts-page-item__text,
  button.contacts-page-item:hover .contacts-page-item__text {
    color: var(--main-color)
  }

  .table-time__column-button:hover .table-time__column-button-text {
    color: var(--main-color)
  }

  .hero-form__descr-link:hover {
    color: var(--main-hover)
  }
}

@media (max-width: 1600px) {
  .consultation {
    background-size: 550px 100%
  }

  .consultation__picture {
    right: 24px;
    max-width: 500px
  }

  .consultation__content {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 570px
  }
}

@media (max-width: 1440px) {
  .col-5 {
    flex: 0 1 calc(20% - 19.2px);
    margin-right: 24px
  }

  .col-5-margin {
    flex: 0 1 calc(25% - 11.25px)
  }

  .col-5-margin:nth-child(5n) {
    margin-right: 15px
  }

  .col-5-margin:nth-child(4n) {
    margin-right: 0
  }

  .col-5-margin:last-child {
    margin-right: 0
  }

  .header__info-block {
    margin-right: 16px
  }

  .menu__item {
    margin-right: 16px
  }

  .menu__list {
    margin-right: 24px
  }

  .socials {
    margin-right: 24px
  }

  .footer__top {
    padding: 50px 0
  }

  .footer__block {
    margin-right: 24px
  }

  .footer__block-item {
    margin-right: 24px
  }

  .advantages__row {
    padding: 45px 24px
  }

  .extra__picture {
    margin-right: 20px
  }

  .extra__row {
    padding-right: 20px
  }

  .extra_reverse .extra__row {
    padding-left: 20px
  }

  .extra__content {
    padding: 50px 0
  }

  .about__container {
    padding: 40px
  }

  .callback {
    padding: 40px 0 0
  }

  .callback__content {
    padding-top: 0
  }

  .faq__info {
    flex: 0 1 calc(40% - 12px);
    margin-right: 24px
  }

  .faq__wrapper {
    max-width: initial;
    flex: 0 1 calc(60% - 12px)
  }

  .documents__info {
    flex: 0 1 calc(40% - 12px);
    margin-right: 24px
  }

  .documents__slider {
    max-width: initial;
    flex: 0 1 calc(60% - 12px)
  }

  .hero__info {
    max-width: initial;
    flex: 0 1 calc(50% - 12px);
    margin-right: 24px
  }

  .hero__picture {
    flex: 0 1 calc(50% - 12px)
  }

  .hero__list {
    display: block
  }

  .hero__item {
    margin-right: 0;
    margin-bottom: 10px
  }

  .hero__item:last-child {
    margin-bottom: 0
  }

  .text-section__video {
    max-width: 500px
  }

  .reviewer__bottom {
    display: block
  }

  .reviewer__date {
    margin-right: 0;
    margin-bottom: 16px
  }

  .reviewer__date:last-child {
    margin-bottom: 0
  }

  .contacts-page__block {
    flex: 0 1 calc(33.333% - 20px);
    margin-right: 30px
  }

  .contacts-page__block:nth-child(3n) {
    margin-right: 0
  }

  .contacts-page__block:last-child {
    margin-bottom: 0
  }

  .contacts-page-item__socials {
    margin-right: 0
  }

  .table-time__column:first-child:first-child {
    flex: 1 1 25%
  }

  .table-time__column {
    flex: 1 1 10.6%
  }
}

@media (max-width: 1200px) {
  .popup__content {
    padding: 25px
  }

  .form-popup .popup__content {
    padding: 25px
  }

  .col-3 {
    flex: 0 1 calc(50% - 7.5px)
  }

  .col-3:nth-child(3n) {
    margin-right: 15px
  }

  .col-3:nth-child(2n) {
    margin-right: 0
  }

  .col-3:last-child {
    margin-right: 0
  }

  .col-4 {
    flex: 0 1 calc(33.333% - 6.68px);
    margin-right: 10px;
    margin-bottom: 10px
  }

  .col-4:nth-child(4n) {
    margin-right: 10px
  }

  .col-4:nth-child(3n) {
    margin-right: 0
  }

  .col-4:last-child {
    margin-right: 0
  }

  .col-5 {
    flex: 0 1 calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 30px
  }

  .col-5:nth-child(5n) {
    margin-right: 30px
  }

  .col-5:nth-child(3n) {
    margin-right: 0
  }

  .col-5:last-child {
    margin-right: 0
  }

  .col-5-margin {
    flex: 0 1 calc(33.333% - 10px)
  }

  .col-5-margin:nth-child(4n) {
    margin-right: 15px
  }

  .col-5-margin:nth-child(3n) {
    margin-right: 0
  }

  .col-5-margin:last-child {
    margin-right: 0
  }

  .rating__value {
    padding: 20px;
    min-width: 128px
  }

  .side_ml100 {
    margin-left: 24px
  }

  .header__bottom-container {
    align-items: initial;
    flex-direction: column-reverse;
    padding-top: 20px
  }

  .header__contacts {
    justify-content: space-between
  }

  .header__info-block_clock {
    display: none
  }

  .menu__sub-list {
    min-width: 300px
  }

  .info-block__icon-wrapper {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 7px
  }

  .info-block__item {
    margin-bottom: 10px
  }

  .info-block__text {
    font-size: 16px;
    line-height: 24px
  }

  .footer__socials .social__link {
    width: 30px;
    height: 30px;
    padding: 7px
  }

  .banner__container {
    padding-right: 15px
  }

  .banner__content {
    margin-right: 24px
  }

  .advantages__row {
    padding: 40px 45px 10px;
    justify-content: center
  }

  .item-trust {
    flex: 0 1 calc(50% - 7.5px);
    padding-left: 20px
  }

  .item-trust:nth-child(2n) {
    flex: 0 1 calc(50% - 7.5px)
  }

  .item-trust:nth-child(3n) {
    flex: 0 1 calc(50% - 7.5px)
  }

  .item-trust:nth-child(4n) {
    flex: 0 1 calc(50% - 7.5px)
  }

  .item-category {
    margin-bottom: 10px
  }

  .consultation {
    background-size: 100% 244px;
    background-position: bottom
  }

  .consultation__content {
    padding-top: 40px;
    padding-bottom: 305px;
    padding-right: 15px
  }

  .consultation__picture {
    max-width: 293px;
    right: 50%;
    transform: translateX(50%)
  }

  .consultation__img {
    width: 293px;
    min-width: 293px
  }

  .detail-specialist__preview {
    width: 300px;
    margin-right: 24px
  }

  .table-time__column-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px
  }

  .table-time__column-title:last-child {
    margin-bottom: 0
  }

  .table-time__column-text {
    font-size: 16px;
    line-height: 24px
  }

  .table-time__column-button-text {
    font-size: 16px;
    line-height: 24px
  }
}

@media (max-width: 1024px) {
  .btn-main {
    padding: 4px
  }

  .btn-main .btn__text {
    padding: 0 15px
  }

  .btn__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px
  }

  .form-popup__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px
  }

  .form-popup__descr {
    margin-bottom: 15px
  }

  .form__wrapper {
    margin-bottom: 15px
  }

  .popup__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px
  }

  .result-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px
  }

  .search__input {
    height: 45px
  }

  .search__btn {
    width: 41px;
    height: 41px;
    top: 2px;
    right: 2px
  }

  .scroll-block::-webkit-scrollbar {
    width: 3px
  }

  .popup-city__item {
    margin-bottom: 10px
  }

  .popup-city__link {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
  }

  .form__field {
    height: 50px;
    font-size: 16px;
    line-height: 24px
  }

  .btn-default .btn__icon {
    flex: initial;
    width: initial;
    height: initial
  }

  .page-title {
    font-size: 26px;
    line-height: 30px
  }

  .section-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px
  }

  .section-descr {
    font-size: 16px;
    line-height: 24px
  }

  .section-offset {
    margin-bottom: 80px
  }

  .section-offset_padding {
    padding: 80px 0
  }

  .btn__text {
    font-size: 16px;
    line-height: 24px
  }

  .btn-default .btn__text {
    font-size: 16px;
    line-height: 24px
  }

  .content-body h2 {
    font-size: 26px;
    margin-bottom: 10px
  }

  .content-body h3 {
    font-size: 20px;
    margin-bottom: 10px
  }

  .content-body h4 {
    font-size: 18px;
    margin-bottom: 20px
  }

  .content-body ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px
  }

  .content-body ul>li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px
  }

  .content-body {
    font-size: 16px;
    line-height: 24px
  }

  .content-body p {
    font-size: 16px;
    line-height: 24px
  }

  .content-body b {
    font-size: 16px;
    line-height: 24px
  }

  .slider-top {
    margin-bottom: 25px
  }

  .slider-btn {
    flex: 0 0 40px;
    width: 40px;
    height: 40px
  }

  .accor-open-decor {
    width: 20px;
    height: 20px
  }

  .rating__body {
    width: 100px
  }

  .star {
    flex: 0 0 20px;
    min-width: 20px
  }

  .rating__text {
    font-size: 16px;
    line-height: 24px
  }

  .rating__value {
    padding: 5px 7px;
    border-radius: 5px;
    background-color: var(--main-color);
    font-size: 20px;
    font-family: 'MontserratAlternates', sans-serif;
    font-weight: 600;
    line-height: 35px;
    min-width: 45px
  }

  .breadcrumbs {
    padding: 15px 0
  }

  .breadcrumbs__item {
    margin-right: 8px;
    margin-bottom: 10px
  }

  .breadcrumbs__item::after {
    width: 4px;
    height: 4px;
    top: 6px;
    left: 0
  }

  .breadcrumbs__link {
    font-size: 12px;
    line-height: 15px;
    padding-left: 12px
  }

  .tabs__active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 18px;
    border-radius: 5px;
    background-color: var(--main-color);
    width: 100%;
    margin-bottom: 20px
  }

  .tabs__active-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 16px
  }

  .tabs:not(.tabs_design-2):not(.tabs_design-3) .tabs__container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out
  }

  .tabs.active:not(.tabs_design-2):not(.tabs_design-3) .tabs__container {
    opacity: 1;
    visibility: visible
  }

  .tabs:not(.tabs_design-2):not(.tabs_design-3) .tabs__content {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 20px
  }

  .tabs:not(.tabs_design-2):not(.tabs_design-3) .tabs__wrapper {
    width: 400px;
    max-width: 100%;
    position: relative;
    padding: 27.5px 35px;
    background-color: #fff;
    border-radius: 20px
  }

  .tabs_design-2 .tabs__wrapper {
    border-radius: initial;
    background-color: initial;
    overflow-x: auto
  }

  .tabs_design-2 .tabs__wrapper::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .tabs_design-3 .tabs__wrapper {
    flex-wrap: initial;
    overflow-x: auto
  }

  .tabs_design-3 .tabs__wrapper::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .tabs:not(.tabs_design-2):not(.tabs_design-3) .tabs__close {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 100
  }

  .tab {
    color: #858FA1;
    padding: 7.5px 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
  }

  .tabs_design-2 .tab {
    padding: 10px 25px;
    background-color: #ECF2F9;
    margin-right: 5px;
    white-space: nowrap
  }

  .tabs_design-3 .tab {
    padding: 10px 22.5px;
    margin-right: 5px;
    margin-bottom: 5px
  }

  .tabs_design-2 .tab:last-child {
    margin-right: 0
  }

  .tabs_design-2 .tab.active {
    background-color: var(--main-color)
  }

  .tabs_design-3 .tab.active {
    background-color: var(--main-color)
  }

  .tabs:not(.tabs_design-2):not(.tabs_design-3) .tab.active {
    color: var(--main-color);
    background-color: initial
  }

  .side {
    display: none
  }

  .side-promotions {
    display: none
  }

  .side-promotions img {
    display: none
  }

  .content-body img {
    margin-bottom: 20px
  }

  .content-body ol>li {
    padding-left: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
  }

  .content-body ol>li::before {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px
  }

  .content-body q {
    padding: 30px 15px 15px;
    font-size: 16px;
    line-height: 24px
  }

  .content-body q::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    border-radius: 5px;
    top: 0;
    left: 15px;
    transform: translateY(-50%)
  }

  .content-body blockquote {
    padding: 30px 15px 15px;
    font-size: 16px;
    line-height: 24px
  }

  .content-body blockquote::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    border-radius: 5px;
    top: 0;
    left: 15px;
    transform: translateY(-50%)
  }

  .form-block {
    margin: 0 -15px;
    border-radius: 0;
    padding: 40px 15px
  }

  .form-block__title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 25px
  }

  .form-consultation__wrapper {
    margin-bottom: 15px
  }

  .sections-wrapper__wrapper {
    padding-bottom: 45px;
    margin-bottom: 25px
  }

  .filters {
    display: block;
    margin-bottom: 25px
  }

  .filters .choices {
    margin-right: 0;
    margin-bottom: 10px
  }

  .filters .choices:last-child {
    margin-bottom: 0
  }

  .filters__search {
    width: 100%
  }

  .choices__item {
    font-size: 16px;
    line-height: 24px
  }

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 16px;
    line-height: 24px
  }

  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-top: 7.5px;
    padding-bottom: 7.5px
  }

  .side-form {
    margin-left: 24px;
    padding-bottom: 100px;
    border-radius: 15px
  }

  .side-form__wrapper {
    padding: 25px 18px
  }

  .side-form__title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px
  }

  .btn-to-top {
    width: 40px;
    height: 40px;
    bottom: 90px;
    right: 15px
  }

  .btn-to-top svg {
    width: 13px;
    height: 13px
  }

  .header {
    position: sticky;
    top: 0;
    z-index: 1000
  }

  .header__bottom-mobile {
    display: block;
    margin-top: 16px
  }

  .info-mobile__block_design-2 .info-mobile__icon-wrapper {
    background-color: var(--light-main-color)
  }

  .header__top {
    padding: 15px 0
  }

  .logo {
    flex-shrink: 0
  }

  .logo__img {
    width: 30px;
    height: 30px
  }

  .footer__logo img {
    height: 45px
  }

  .header__info {
    display: none
  }

  .header__bottom {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #DFE8F3;
    transform: translateX(-110%);
    transition: transform .2s ease
  }

  .header.active .header__bottom {
    transform: translateX(0)
  }

  .header__bottom-container {
    display: block;
    background-color: #DFE8F3;
    padding: 0
  }

  .header__menu {
    padding: 30px 15px 0;
    background-color: #fff
  }

  .header__top-mobile {
    display: flex;
    align-items: center
  }

  .header__search {
    display: none
  }

  .header__top-container {
    align-items: center
  }

  .header__phone-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: var(--light-main-color);
    margin-right: 4px
  }

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

  .menu-burger svg path {
    stroke: var(--main-color)
  }

  .header__contacts {
    display: none
  }

  .menu__list {
    display: block;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px
  }

  .menu__sub-list {
    display: block;
    position: initial;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    min-width: initial;
    box-shadow: initial;
    background-color: initial;
    padding: 20px 0 0 20px
  }

  .menu__sub-item .menu__sub-list {
    background-color: initial
  }

  .menu__item {
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DFDFF2
  }

  .menu__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: initial
  }

  .menu__sub-item {
    max-width: initial
  }

  .menu__link {
    width: 100%;
    padding: 0
  }

  .menu__sub-link {
    padding: 0;
    align-items: initial
  }

  .menu__sub-item .menu__sub-list .menu__sub-link {
    padding: 0
  }

  .menu__link-icon {
    display: none
  }

  .menu__link-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    flex-grow: 1;
    padding-right: 56px
  }

  .menu__sub-link-arrow {
    display: none
  }

  .menu__item-icon_mobile {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40px;
    height: 20px;
    z-index: 10
  }

  .menu__item-icon_mobile svg {
    transition: transform .2s ease
  }

  .menu__item-icon_mobile svg path {
    transition: stroke .2s ease
  }

  .accor.active::after {
    background-color: var(--main-color)
  }

  .accor.active>.menu__item-icon_mobile svg {
    transform: rotate(-180deg)
  }

  .accor.active>.menu__item-icon_mobile svg path {
    stroke: var(--main-color)
  }

  .accor.active>.menu__sub-link>.menu__sub-link-icon {
    background-color: var(--main-color)
  }

  .accor.active>.menu__sub-link>.menu__sub-link-decor {
    background-color: var(--main-color)
  }

  .menu__sub-link-icon {
    margin-right: 8px;
    align-self: center
  }

  .accor.active>.menu__sub-link .menu__sub-link-text {
    color: var(--main-color)
  }

  .menu__sub-link .menu__item-icon_mobile svg {
    margin-right: 0
  }

  .menu__sub-item {
    position: relative;
    margin-bottom: 15px
  }

  .menu__sub-link-decor {
    display: flex;
    align-self: center;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #869ABF;
    margin-right: 8px
  }

  .menu__sub-item:last-child {
    margin-bottom: 0
  }

  .menu__sub-link-text {
    padding-right: 50px;
    font-size: 16px;
    line-height: 24px
  }

  .info-mobile {
    display: block;
    padding: 30px 15px 0
  }

  .info-mobile__wrapper {
    margin-bottom: 30px
  }

  .info-mobile__block {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px
  }

  .info-mobile__block:last-child {
    margin-bottom: 0
  }

  .info-mobile__block_design-2 {
    margin-bottom: 0
  }

  .info-mobile__icon-wrapper {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px
  }

  .info-mobile__text {
    color: var(--main-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: initial
  }

  .info-mobile__block_design-2 .info-mobile__text {
    font-size: 12px
  }

  .info-mobile__btn {
    width: 100%;
    margin-bottom: 10px
  }

  .info-mobile__btn:last-child {
    margin-bottom: 0
  }

  .header__lidrekon {
    position: fixed;
    bottom: 90px;
    left: 15px;
    z-index: 100;
    display: none;
  }

  .header__question {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: var(--light-main-color);
    margin-right: 4px
  }

  .footer__logo {
    margin-bottom: 25px
  }

  .footer__btns-group {
    margin-bottom: 40px
  }

  .footer__btn {
    min-height: 50px;
    width: 100%
  }

  .footer__logo .logo__img {
    width: 229px
  }

  .footer__block {
    margin-right: 0;
    margin-bottom: 40px
  }

  .footer__block:last-child {
    margin-bottom: 0
  }

  .footer__pay_desktop {
    display: none
  }

  .footer__pay_mobile {
    display: block
  }

  .footer__socials {
    margin-bottom: 25px
  }

  .footer-sub-title {
    margin-bottom: 10px
  }

  .footer__pay-title {
    margin-bottom: 15px
  }

  .footer__top {
    padding-bottom: 40px
  }

  .footer__text {
    margin-bottom: 15px
  }

  .footer__copyright {
    margin-bottom: 0
  }

  .footer__block-title {
    margin-bottom: 5px
  }

  .footer__block-link {
    margin-bottom: 10px
  }

  .promo {
    margin-bottom: 30px
  }

  .banner {
    padding-top: 45px
  }

  .banner__sticker {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px
  }

  .banner__title {
    margin-bottom: 15px
  }

  .banner__content-body {
    margin-bottom: 25px
  }

  .banner__content-body p {
    font-size: 16px;
    line-height: 24px
  }

  .banner__preview {
    flex: 0 0 237px;
    width: 237px
  }

  .banner__circle {
    top: 35px;
    width: 315px;
    height: 315px
  }

  .banner__circle_small {
    width: 246px;
    height: 246px
  }

  .banner__circle_big {
    width: 387px;
    height: 387px
  }

  .banner__decor {
    height: 387px
  }

  .banner__content {
    padding-bottom: 105px
  }

  .advantages__row {
    border-radius: 15px
  }

  .advantage__picture {
    margin-bottom: 10px
  }

  .advantage__icon {
    width: 45px;
    height: 45px
  }

  .advantage__text {
    font-size: 16px;
    line-height: 20px
  }

  .extra__title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px
  }

  .extra__row {
    border-radius: 15px
  }

  .extra__content-body {
    margin-bottom: 15px
  }

  .extra_reverse .extra__content-body {
    margin-bottom: 25px
  }

  .extra__content-bottom {
    display: block
  }

  .extra__price {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px
  }

  .extra__price_size {
    font-size: 24px
  }

  .extra__content {
    padding: 30px 0
  }

  .services {
    margin-bottom: 40px
  }

  .services__descr {
    margin-bottom: 40px
  }

  .service {
    background-image: url(../img/sections/services/service-background-mobile.svg);
    border-radius: 15px;
    padding: 38px 4px 4px;
    margin-bottom: 40px
  }

  .service::after {
    border-radius: 0 0 15px 15px
  }

  .service__picture {
    width: 60px;
    height: 60px;
    -webkit-mask-size: 40px 40px;
    mask-size: 40px 40px;
    transform: translate(-50%, 50%)
  }

  .service__wrapper {
    padding: 15px;
    border-radius: 15px
  }

  .service__title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 13px
  }

  .services-popup .service__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px
  }

  .service__link {
    padding: 5px 0
  }

  .service__link-text {
    font-size: 16px;
    line-height: 24px
  }

  .about {
    padding: 0
  }

  .about__container {
    border-radius: 0;
    padding: 40px 5px
  }

  .about__content {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 15px
  }

  .about__title {
    margin-bottom: 15px
  }

  .about__content-body {
    margin-bottom: 25px
  }

  .about__video-btn {
    bottom: 10px;
    left: 10px
  }

  .program {
    padding: 4px
  }

  .program__content {
    padding: 15px 16px 28px
  }

  .program__title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px
  }

  .program__text {
    font-size: 16px;
    line-height: 24px
  }

  .program__img {
    min-height: 150px
  }

  .program__price {
    top: 5px;
    right: 5px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 15px
  }

  .promotion {
    padding: 20px;
    min-height: 230px
  }

  .promotion__title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px
  }

  .promotion__title::after {
    margin-top: 10px
  }

  .promotion__text {
    font-size: 16px;
    line-height: 24px
  }

  .callback__container {
    flex-direction: column;
    align-items: center
  }

  .callback__content {
    width: 100%;
    max-width: initial;
    padding-bottom: 0;
    margin-right: 0;
    margin-bottom: 31px
  }

  .callback__picture {
    align-self: initial
  }

  .callback__title {
    margin-bottom: 25px
  }

  .callback__promotion {
    margin-bottom: 30px
  }

  .callback__promotion-num {
    font-size: 55px;
    line-height: 45px;
    margin-right: 15px
  }

  .callback__promotion-text {
    font-size: 16px;
    line-height: 25px
  }

  .callback__promotion__descr {
    font-size: 16px;
    line-height: 24px
  }

  .faq {
    margin-bottom: 155px
  }

  .faq__container {
    display: block;
    position: relative
  }

  .faq__info {
    margin-right: 0;
    margin-bottom: 25px
  }

  .faq__title {
    margin-bottom: 0
  }

  .faq__btn {
    position: absolute;
    top: 100%;
    left: 15px;
    margin-top: 25px
  }

  .faq__wrapper {
    padding-top: 0
  }

  .question {
    border-radius: 5px
  }

  .question__title {
    padding: 15px 18px;
    border-radius: 5px
  }

  .question__title-text {
    margin-right: 35px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
  }

  .question__info-wrapper {
    padding: 15px 18px
  }

  .specialist__image-decor {
    top: -150px
  }

  .specialist__content {
    padding: 0 15px 20px
  }

  .specialist__image-wrapper {
    height: 205px
  }

  .specialist__img {
    width: 167px;
    height: 160px
  }

  .specialist__exp {
    margin: 0 auto 15px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 15px
  }

  .specialist__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
  }

  .specialist__role {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px
  }

  .specialist__btn {
    margin-bottom: 15px
  }

  .trust {
    margin-bottom: 70px
  }

  .trust__title {
    margin-bottom: 25px
  }

  .item-trust {
    flex: 0 1 calc(50% - 5px);
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px
  }

  .item-trust:nth-child(2n) {
    flex: 0 1 calc(50% - 5px)
  }

  .item-trust:nth-child(3n) {
    flex: 0 1 calc(50% - 5px)
  }

  .item-trust:nth-child(4n) {
    flex: 0 1 calc(50% - 5px)
  }

  .item-trust__logo {
    flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .reviews__top {
    margin-bottom: 0
  }

  .reviews__slider {
    padding-top: 30px;
    margin-bottom: 30px
  }

  .review__title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px
  }

  .review__content {
    margin-bottom: 45px
  }

  .review__info {
    display: block
  }

  .review__author {
    margin-right: 0;
    margin-bottom: 15px
  }

  .review {
    padding: 20px;
    border-radius: 15px
  }

  .review::after {
    width: 20px;
    height: 15px;
    background-size: 20px 15px;
    left: 20px
  }

  .review__author-name {
    font-size: 16px;
    line-height: 24px;
    padding-right: 28px
  }

  .news-item {
    padding: 15px 20px
  }

  .news-item__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 45px
  }

  .news-item__date {
    font-size: 16px;
    line-height: 24px
  }

  .link-icon svg {
    width: 20px;
    height: 20px
  }

  .article {
    padding-bottom: 0;
    border: none
  }

  .article__preview {
    margin-bottom: 15px
  }

  .article__picture {
    border-radius: 10px
  }

  .article__img {
    min-height: 150px
  }

  .article__date {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px
  }

  .article__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px
  }

  .article__descr {
    font-size: 16px;
    line-height: 24px
  }

  .contacts__title {
    margin-bottom: 25px
  }

  .contacts__map {
    height: 480px;
    border-radius: 15px;
    margin-bottom: 5px
  }

  .contacts__info {
    position: initial;
    padding: 20px 20px 10px;
    border-radius: 15px
  }

  .contacts-item {
    flex: 0 1 calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px
  }

  .contacts-item:nth-child(2n) {
    margin-right: 0
  }

  .contacts-item:last-child {
    margin-right: 0
  }

  .contacts-item__img-wrapper {
    width: 30px;
    height: 30px;
    padding: 7px;
    margin-right: 10px
  }

  .contacts-item__text {
    font-size: 16px;
    line-height: 24px
  }

  .banner-page {
    padding-bottom: 75px
  }

  .banner-page_bg {
    padding-bottom: 118px
  }

  .banner-page::after {
    width: 50px;
    height: 50px;
    bottom: -35px
  }

  .banner-page_bg .breadcrumbs {
    padding-bottom: 66px
  }

  .category {
    margin-bottom: 70px
  }

  .item-category {
    padding: 25px 20px
  }

  .item-category__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
  }

  .hero {
    padding-bottom: 40px
  }

  .hero__content {
    flex-direction: column-reverse
  }

  .hero__picture {
    flex: initial;
    margin-bottom: 20px
  }

  .hero__img {
    border-radius: 15px
  }

  .hero__info {
    flex: initial;
    margin-right: 0
  }

  .hero__title {
    margin-bottom: 20px
  }

  .hero__list {
    margin-bottom: 20px
  }

  .hero__item svg {
    width: 20px;
    height: 20px;
    margin-right: 8px
  }

  .hero__item-text {
    font-size: 16px;
    line-height: 24px
  }

  .hero-form {
    padding: 20px
  }

  .hero-form__descr {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px
  }

  .hero-form__btn {
    min-height: 50px
  }

  .prices__title {
    margin-bottom: 25px
  }

  .prices__container {
    display: block
  }

  .prices__info {
    max-width: initial;
    margin-right: 0
  }

  .prices__name {
    padding: 15px 18px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px
  }

  .table-prices__row {
    padding: 20px 0;
    flex-wrap: wrap
  }

  .table-prices__row:last-child {
    padding-bottom: 0;
    border-bottom: none
  }

  .table-prices__name {
    flex: 1 1 100%;
    font-size: 16px;
    line-height: 24px;
    margin-right: 0;
    margin-bottom: 15px
  }

  .table-prices__action {
    flex: 1 1 100%;
    justify-content: space-between
  }

  .table-prices__price {
    font-size: 16px;
    line-height: 24px;
    margin-right: 16px
  }

  .table-prices__btn {
    padding: 7.5px 25px;
    font-size: 16px;
    line-height: 24px
  }

  .text-section__body {
    margin-bottom: 45px
  }

  .text-section__video {
    float: initial;
    margin-left: 0;
    margin-bottom: 25px;
    max-width: initial
  }

  .why__container {
    padding: 0
  }

  .why__title {
    padding: 0 15px;
    margin-bottom: 25px
  }

  .why__row {
    padding: 0 15px;
    flex-wrap: initial;
    overflow-x: auto;
    overflow-y: hidden
  }

  .why__row::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .why-item {
    flex: initial;
    min-width: 285px;
    padding: 15px;
    border-radius: 10px;
    margin-right: 10px !important
  }

  .why-item:nth-child(3n) {
    margin-right: 10px !important
  }

  .col-3:last-child {
    margin-right: 0 !important
  }

  .why-item__icon {
    width: 45px;
    height: 45px;
    padding: 10px
  }

  .why-item__num {
    font-size: 50px;
    line-height: 45px
  }

  .why-item__top {
    margin-bottom: 30px
  }

  .why-item__title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px
  }

  .why-item__descr {
    font-size: 16px;
    line-height: 24px
  }

  .consultation__title {
    margin-bottom: 15px
  }

  .consultation__descr {
    margin-bottom: 30px
  }

  .page-preview {
    margin-bottom: 25px
  }

  .page-preview__title {
    margin-bottom: 15px
  }

  .page-preview_border .page-preview__content {
    padding-bottom: 25px
  }

  .promotion-banner__picture {
    margin-right: 25px
  }

  .promotion-banner__img {
    border-radius: 15px
  }

  .promotion-banner__title {
    margin-bottom: 15px
  }

  .promotion-banner__content {
    margin-bottom: 25px
  }

  .promotion-banner__bottom {
    justify-content: space-between
  }

  .promotion-banner__btn {
    margin-right: 4px
  }

  .promotion-banner__date {
    font-size: 16px;
    line-height: 24px
  }

  .detail-specialist__picture {
    margin-bottom: 20px
  }

  .detail-specialist__img {
    border-radius: 15px
  }

  .detail-specialist__btn {
    padding: 15px
  }

  .detail-specialist__block {
    padding: 20px;
    margin-bottom: 10px
  }

  .detail-specialist__block::after {
    width: 3px
  }

  .detail-specialist__experience {
    padding: 7.5px 15px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px
  }

  .detail-specialist__descr {
    margin-bottom: 15px
  }

  .detail-specialist__stickers {
    display: block
  }

  .specialist-sticker {
    margin-right: 0;
    margin-bottom: 10px
  }

  .specialist-sticker:last-child {
    margin-bottom: 0
  }

  .detail-specialist__link {
    padding: 25px 20px
  }

  .detail-specialist__link-logo {
    margin-bottom: 10px
  }

  .detail-specialist__links {
    margin-bottom: 30px
  }

  .detail-specialist-title {
    font-size: 18px;
    line-height: 25px
  }

  .receive-day__title {
    font-size: 16px;
    line-height: 24px
  }

  .receive-day__hours {
    font-size: 16px;
    line-height: 24px
  }

  .receive-days {
    margin-bottom: 40px
  }

  .detail-specialist-section {
    margin-bottom: 40px
  }

  .detail-specialist-section_high {
    padding: 20px
  }

  .photo {
    border-radius: 10px
  }

  .detail-specialist__articles ol {
    column-count: initial;
    column-gap: initial
  }

  .specialist-documents {
    margin-bottom: 40px
  }

  .faq-page__tabs {
    margin-bottom: 10px
  }

  .navigation-article__wrapper {
    border-radius: 15px;
    padding: 5px;
    display: block
  }

  .navigation-article__content {
    padding: 10px 10px 0;
    margin-bottom: 20px;
    max-width: initial
  }

  .navigation-article__title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    max-width: initial
  }

  .reviewer {
    max-width: initial;
    min-width: initial;
    padding: 15px 15px 0
  }

  .reviewer__content {
    padding-bottom: 15px
  }

  .reviewer__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px
  }

  .reviewer__name {
    font-size: 18px;
    line-height: 25px
  }

  .reviewer__role {
    font-size: 16px;
    line-height: 24px
  }

  .reviewer__bottom {
    display: flex
  }

  .reviewer__date {
    margin-right: 24px;
    margin-bottom: 0
  }

  .reviewer__date-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
  }

  .reviewer__date-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
  }

  .reviewer__date:last-child {
    margin-right: 0
  }

  .navigation-article__link {
    font-size: 16px;
    line-height: 24px
  }

  .estimates-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 15px
  }

  .estimates__rating-result {
    font-size: 14px;
    line-height: 20px
  }

  .estimates__rating-result .rating__value {
    font-size: 14px;
    line-height: 20px
  }

  .contacts-page__row {
    margin-bottom: 25px
  }

  .contacts-page__block {
    flex: calc(33.333% - 10px);
    margin-right: 15px
  }

  .contacts-page-item {
    margin-bottom: 15px
  }

  .contacts-page-item__icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 6px
  }

  .contacts-page__block_decor::after {
    left: 15px;
    height: calc(100% - 40px)
  }

  .contacts-page-item__title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px
  }

  .contacts-page-item__text {
    font-size: 15px;
    line-height: 20px
  }

  .contacts-page-item__button {
    font-size: 14px;
    line-height: 20px
  }

  .contacts-page__map-wrapper {
    padding-bottom: 40px;
    margin-bottom: 25px
  }

  .table-time {
    display: none
  }

  .timetable__mobile {
    display: block
  }

  .timetable__mobile-days {
    margin-bottom: 15px
  }

  .timetable__mobile-day {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px;
    border-radius: 5px;
    background-color: var(--main-color)
  }

  .timetable__mobile-day-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
  }

  .timetable__mobile-days-btn {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 34px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .timetable__mobile-days-btn_prev {
    left: 0
  }

  .timetable__mobile-days-btn_next {
    right: 0
  }

  .schedule__slide-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DFDFF2
  }

  .schedule__slide-item.hide {
    display: none
  }

  .schedule__slide-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: initial
  }

  .schedule__slide-content {
    margin-right: 16px
  }

  .schedule__slide-button {
    position: initial;
    width: initial;
    height: initial
  }

  .schedule__slide-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .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
  }

  .legal-information h2 {
    font-size: 20px;
    margin-bottom: 10px
  }
}

@media (max-width: 1200px) {
  .footer__top-container {
    display: block
  }

  .footer__block_flex {
    margin-bottom: 24px
  }
}

.form-block2 {
  background-image: url(/assets/img/form-block2-bg.svg);
  max-width: 843px;
  margin: 0 auto;
  margin-top: 30px
}

.form-block2 .form-consultation__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr)
}

.form-block2__title {
  color: rgba(54, 57, 64, 0.9);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
  margin-bottom: 25px
}

.form-block2 .form-consultation__field {
  background-color: rgba(140, 177, 41, 0.15);
  color: #a1c527
}

.form-block2 input::-webkit-input-placeholder {
  color: #a1c527
}

.form-block2 input::-moz-placeholder {
  color: #a1c527
}

.form-block2 input:-ms-input-placeholder {
  color: #a1c527
}

.form-block2 input::-ms-input-placeholder {
  color: #a1c527
}

.form-block2 input::placeholder {
  color: #a1c527
}

.form-consultation__policy {
  color: rgba(54, 57, 64, 0.7)
}

.form-consultation__policy a {
  color: rgba(54, 57, 64, 0.7)
}

.inset-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 40px;
  margin: 60px 0;
  gap: 15px;
  border: 1px solid rgba(161, 197, 39, 0.2);
  border-radius: 20px;
  background: rgba(171, 212, 62, 0.1);
  background-image: url(/assets/img/inset.svg)
}

.inset-block .inset-block__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px
}

.inset-block p {
  color: #8cb129;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  margin-bottom: 0;
  max-width: 710px
}

.inset-block p:first-child {
  color: #8cb129;
  font-size: 24px;
  font-weight: 600
}

.inset-block button {
  padding: 15px 60px;
  width: auto;
  background: #aed644;
  border-radius: 30px
}

.inset-block button .btn__text {
  color: #fff
}

.inset-block__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.inset-block__tel--wrapper {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--dark-main-color);
  width: 30px;
  height: 30px
}

.content-body p:last-child {
  margin-bottom: 0
}

.inset-block p {
  color: #8cb129;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  margin-bottom: 0;
  max-width: 710px
}

.inset-block__tel--text {
  color: #363940;
  font-weight: 600;
  font-size: 18px
}

@media (max-width: 1024px) {
  .form-block2 {
    background-image: none;
    border-radius: 20px;
    background: #fff;
    max-width: 100%;
    padding: 20px
  }

  .form-block2 .form-consultation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .form-block2__title {
    font-size: 18px
  }

  .inset-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 10px;
    margin: 60px 0;
    gap: 20px;
    border: 1px solid rgba(161, 197, 39, 0.2);
    border-radius: 20px;
    background: rgba(171, 212, 62, 0.1);
    background-image: none
  }

  .inset-block button {
    padding: 15px 40px
  }

  .inset-block .inset-block__column {
    width: 100%
  }

  .inset-block p {
    font-size: 16px
  }

  .inset-block p:first-child {
    font-size: 24px
  }
}

.installment__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-right: 25px
}

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

.installment__name {
  max-width: 550px
}

.installment__title {
  color: var(--main-black);
  font-family: 'MontserratAlternates', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  margin-bottom: 16px
}

.installment__sub-title {
  font-family: 'MontserratAlternates', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: rgba(133, 143, 161, 1)
}

.installment__conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 841px;
  background-color: rgba(236, 242, 249, 1);
  border-radius: 30px;
  padding: 48px 0 48px 70px;
  position: relative
}

.installment__col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.installment__col-3 .installment__wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.installment__big {
  font-family: 'MontserratAlternates', sans-serif;
  color: var(--main-color);
  font-size: 70px;
  font-weight: 500;
  line-height: 98px;
  text-align: left
}

.installment__big .small {
  font-family: 'MontserratAlternates', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  text-align: left
}

.installment__small {
  font-family: 'MontserratAlternates', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: rgba(54, 57, 64, 1)
}

.installment__col-3:first-child:after,
.installment__col-3:nth-child(2):after {
  content: '';
  width: 1px;
  height: auto;
  background-color: rgba(54, 57, 64, 0.4)
}

.installment__col-3:first-child .installment__wraper {
  padding-right: 52px
}

.installment__col-3:nth-child(2) .installment__wraper {
  padding-right: 52px;
  padding-left: 52px
}

.installment__col-3:last-child .installment__wraper {
  padding-left: 52px
}

@media (min-width: 860px) {
  .installment__row::after {
    content: url('/assets/img/icons/percent-picture.png');
    position: absolute;
    right: 0;
    bottom: 0
  }

  .installment__button.mobile {
    display: none
  }

  .installment__button.descop {
    display: block
  }
}

@media (max-width: 1470px) {
  .installment__name {
    max-width: 450px
  }

  .installment__conditions {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
  }

  .installment__row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media (max-width: 1396px) {
  .installment__name {
    max-width: 390px
  }
}

@media (max-width: 1285px) {
  .installment__conditions {
    max-width: none
  }

  .installment__row {
    gap: 20px
  }
}

@media (max-width: 860px) {
  .installment__row::after {
    display: none
  }

  .installment__row {
    padding-right: 0
  }

  .installment__button.mobile {
    display: block;
    width: 100%
  }

  .installment__button.descop {
    display: none
  }

  .installment__name {
    max-width: none
  }

  .installment__title {
    font-size: 26px;
    line-height: 40px;
    text-align: center
  }

  .installment__sub-title {
    font-size: 16px;
    line-height: 25px;
    text-align: center
  }

  .installment__big {
    font-size: 55px;
    line-height: 77px
  }

  .installment__big .small {
    font-size: 24px;
    line-height: 33px
  }

  .installment__small {
    font-size: 18px;
    line-height: 25px
  }
}

@media (max-width: 780px) {
  .installment__conditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .installment__col-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .installment__col-3:first-child:after,
  .installment__col-3:nth-child(2):after {
    width: 100%;
    height: 1px
  }

  .installment__col-3:first-child .installment__wraper,
  .installment__col-3:nth-child(2) .installment__wraper,
  .installment__col-3:last-child .installment__wraper {
    padding-left: 0;
    padding-right: 0
  }

  .installment__col-3:first-child .installment__wraper {
    margin-bottom: 25px
  }

  .installment__col-3:nth-child(2) .installment__wraper {
    margin-top: 0;
    margin-bottom: 25px
  }

  .installment__col-3:last-child .installment__wraper {
    margin-top: 0
  }

  .installment__conditions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px
  }

  .installment__col-3 {
    width: 100%
  }
}

.form-popup__form.installment .form__label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-right: 0
}

.form-popup__form.installment .form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.reviews-doctor {
  margin-bottom: 150px
}

@media (max-width: 780px) {
  .form-popup__form.installment .form__wrapper {
    gap: 10px
  }

  .reviews-doctor {
    margin-bottom: 80px
  }
}

.reviewer__container {
  margin-bottom: 40px
}

.reviewer__author-wrapper {
  background: #ECF2F9;
  padding: 10px;
  border-radius: 30px;
  width: 49%;
  margin-bottom: 0;
  position: relative
}

.reviewer__author {
  padding: 0;
  display: flex;
  justify-content: space-between
}

.reviewer__author-picture {
  flex: 0 0 120px;
  width: 120px;
  height: 120px
}

.reviewer__row {
  background-color: #F7F8FC
}

.reviewer__author {
  padding: 32px
}

.reviewer__author-wrapper {
  display: flex;
  gap: 16px
}

.reviewer__author-wrapper:last-child {
  margin-bottom: 0
}

.reviewer__author-picture {
  flex: 0 0 100px;
  width: 100px;
  height: 100px
}

.reviewer__author-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 30px
}

.reviewer__author-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #000
}

.reviewer__author-name {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  margin-bottom: 10px;
  color: #abd43e;
  text-decoration: none
}

.reviewer__author-text {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 10px;
  color: #000
}

.reviewer__author-time {
  font-size: 14px;
  color: #959595;
  margin-bottom: 10px
}

.reviewer__author-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media (max-width: 1024px) {
  .reviewer__author {
    display: block;
    padding: 0
  }

  .reviewer__author-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px
  }
}


.response-popup {
  z-index: 10001;
}

.text-section table {
  display: block;
  text-align: left;
  overflow: auto;
  max-width: calc(100vw - 30px);
  margin: 25px 0;
}

.text-section table th {
  padding: 20px;
  background-color: rgba(171, 212, 62, 1);
  color: #FFF !important;
}

.text-section table td {
  background-color: rgba(231, 239, 249, 1);
  padding: 20px;
}

.text-section table th:first-child,
.text-section table tr:first-child td:first-child {
  border-radius: 15px 0 0 0;
  overflow: hidden;
}

.text-section table th:last-child,
.text-section table tr:first-child td:last-child {
  border-radius: 0 15px 0 0;
  overflow: hidden;
}

.text-section table tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
  overflow: hidden;
}

.text-section table tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
  overflow: hidden
}

.text-section table::-webkit-scrollbar {
  height: 3px;
}

.text-section table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.text-section table::-webkit-scrollbar-thumb {
  background: #ABD43E;
}

.text-section table::-webkit-scrollbar-thumb:hover {
  background: #6d8627;
}

.converse__wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  max-width: 100vw;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
}

.converse__card {
  background-color: #FFF;
  margin: 0 auto;
  margin-bottom: 26px;
  max-width: 1560px;
  width: 100%;
  padding: 14px 30px;
  border: 1px solid rgba(171, 212, 62, 1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.converse__item {
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(161, 197, 39, 1);
  padding-right: 50px;
  cursor: pointer;
}

.converse__item:first-child {
  padding-left: 0;
}

.converse__item:nth-last-child(2) {
  border: none;
  padding-right: 0;
}

.converse__icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}

.converse__text {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  color: rgba(54, 57, 64, 0.6);
}

.converse__des {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  color: rgba(54, 57, 64, 1);
}

.converse__close {
  width: 42px;
  height: 42px;
  margin-left: auto;
  flex-shrink: 0;
}

.converse__wrapper_hidden {
  bottom: -120px;
  transition: 0.3s;
  pointer-events: none;
}

.show-converse {
  position: fixed;
  display: block;
  width: 66px;
  height: 66px;
  right: 50px;
  bottom: -70px;
  transition: 0.3s;
  z-index: 1000;
}

.show-converse img {
  width: 66px;
  height: 66px;
}

.show-converse__active {
  bottom: 40px;
  transition: 0.3s;
}

@media(max-width:1320px) {
  .converse__card {
    gap: 20px;
    padding: 8px 14px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
  }
}

@media(max-width:1200px) {
  .converse__des {
    font-size: 14px;
  }

  .converse__item {
    padding-right: 20px;
  }
}

@media(max-width:1050px) {
  .converse__icon {
    width: 30px;
    height: 30px;
  }
}

@media(max-width:1024px) {
  .show-converse {
    width: 40px;
    height: 40px;
    right: 15px;
  }

  .show-converse__active {
    bottom: 30px;
  }

  .show-converse img {
    width: 40px;
    height: 40px;
  }
}

@media(max-width: 1000px) {
  .converse__text {
    display: none;
  }
}

@media(max-width: 800px) {
  .converse__close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: -11px;
    right: -11px;
  }
}

@media(max-width: 730px) {
  .converse__item:nth-child(3) {
    display: none;
  }
}

@media(max-width: 540px) {
  .converse__des:not(.converse__des_mobile) {
    display: none;
  }

  .converse__wrapper {
    padding: 0 10px;
  }
}

.coment__section {
  margin-top: 80px;
}

.coment {
  display: flex;
  align-items: flex-end;
  gap: 100px;
  border-bottom: 1px solid #DFDFF2;
}

.coment__col {
  padding-top: 30px;
  padding-bottom: 10px;
}

.coment__photo {
  width: 100%;
  max-width: 465px;
  flex-shrink: 0;
  position: relative;
}

.coment__photo::after {
  content: "";
  display: block;
  width: 155px;
  height: 155px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 5;
  background-image: url("/assets/img/“.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.coment__photo img {
  padding-left: 20px;
  width: 100%;
}

.coment__title {
  font-family: 'MontserratAlternates', sans-serif;
  ;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-bottom: 40px;
  color: #363940;
}

.coment__text {
  font-family: 'Inter', sans-serif;
  ;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #858FA1;
  margin-bottom: 24px;
}

.coment__des {
  font-family: 'MontserratAlternates', sans-serif;
  ;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #363940;
}

@media(max-width: 1080px) {
  .coment__section {
    margin-top: 50px;
  }

  .coment {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    border: none;
  }

  .coment__col {
    padding: 0;
  }

  .coment__photo {
    margin: 0 auto;
  }

  .coment__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .coment__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .coment__des {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .coment__photo img {
    padding: 0;
  }
}

.doctors__count-reviews {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #3639401A;
  margin-bottom: 20px;
  color: #ABD43E;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 18.2px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  z-index: 16;
}

.doctors__count-reviews:hover {
  color: #858FA1;
  transition: 0.3s;
}

.specialists__top {
  margin-bottom: 25px;
}

.specialists__subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #858FA1;
  margin-bottom: 50px;
}

@media(max-width: 1024px) {
  .specialists__top {
    margin-bottom: 25px;
  }

  .specialists__subtitle {
    margin-bottom: 25px;
  }
}

.pay-way__row {
  align-items: flex-start;
  justify-content: space-between;
}

.pay-way__title {
  max-width: 615px;
}

.pay-way__content {
  flex-shrink: 0;
}

.pay-ways__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  justify-content: space-between;
}

.pay-ways__card {
  flex: 1;
  justify-content: center;
  background-color: #F2F9E2;
  border-radius: 15px;
  color: #ABD43E;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 19px 37px;
  flex-basis: calc(33% - 7px);
}

.pay-ways__card picture {
  height: 22px;
  max-width: 22px;
}

.pay-ways__card picture img {
  height: 100%;
}

.pay-ways__card span {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 20.8px;
}

@media(max-width: 1290px) {
  .pay-way__row {
    justify-content: center;
  }
}

@media(max-width: 1080px) {
  .pay-way__row {
    flex-direction: column;
    align-items: center;
  }

  .pay-way__content {
    max-width: 100%;
  }

  .pay-way__title {
    margin-bottom: 20px;
  }
}

@media(max-width: 680px) {
  .pay-ways__card {
    justify-content: left;
    padding: 15px 20px;
    border-radius: 10px;
    flex-basis: calc(50% - 5px);
  }

  .pay-ways__card picture {
    height: 20px;
  }

  .pay-ways__card span {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
  }
}

.features__container {
  padding: 80px;
  border-radius: 30px;
  background-color: rgba(236, 242, 249, 1);
  overflow: hidden;
  background-image: url("/assets/img/etaps-image.png");
  background-repeat: no-repeat;
  background-position: right;
}

.features__col {
  max-width: 700px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.features__title {
  font-weight: 600;
  font-size: 48px;
  padding-bottom: 20px;
}

.features__item {
  background-color: rgba(255, 255, 255, 1);
  align-items: flex-start;
  display: flex;
  gap: 15px;
  border-radius: 20px;
  padding: 20px;
}

.features__item p {
  font-family: Inter;
  font-weight: 400;
  line-height: 20.8px;
  font-size: 16px;
  color: rgba(54, 57, 64, 1);
}

.features__item a,
.features__item span {
  color: rgba(146, 183, 48, 1);
  font-family: Inter;
  font-weight: 600;
}

.features__item picture {
  width: 24px;
  flex-shrink: 0;
}

.features__item picture img {
  width: 100%;
  height: auto;
}

.features__item div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tarifs__swiper-slide {
  background-image: url();
  border-radius: 30px;
}

@media(max-width:1340px) {
  .features__container {
    background-image: none;
  }

  .features__col {
    max-width: 100%;
  }
}

@media(max-width:960px) {
  .features__container {
    padding: 30px 20px;
    border-radius: 30px;
  }

  .features__title {
    font-size: 20px;
    line-height: 26px;
  }

  .features__item {
    gap: 10px;
    padding-inline-start: 12px;
  }

  .features__item picture {
    width: 20px;
  }

  .features__item div {
    gap: 6px;
  }
}

.hero__item {
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1440px) {
  .hero__item {
    flex-direction: row;
    gap: 0;
  }
}

.tarifs__title-block {
  max-width: 940px;
  margin-bottom: 50px;
}

.tarifs__subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  color: rgba(133, 143, 161, 1);
  line-height: 1.3;
}

.tarifs__title {
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 25px;
}


.tarifs__swiper-slide {
  padding: 10px;
  padding-top: 90px;
  background-image: url("/assets/img/icons/tarifs/tarifs-background.svg");
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  position: relative;
  margin-top: 40px;
}

.tarifs__top {
  padding: 0 30px;
}

.tarifs__price {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  display: inline-block;
  padding: 7px 14px;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  border-radius: 40px;
}

.tarifs__name {
  font-family: Inter;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 16px;
}

.tarifs__des {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 32px;
}

.tarifs__inner {
  padding: 30px;
  border-radius: 34px;
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 8px;
}

.tarifs__black {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  color: rgba(54, 57, 64, 1);
  margin-bottom: 10px;
}

.tarifs__grey {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  color: rgba(133, 143, 161, 1);
  margin-bottom: 39px;
  line-height: 1.3;
}

.tarifs__green-list {
  padding-top: 18px;
  border-top: 2px solid rgba(54, 57, 64, 0.1);
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.tarifs__green-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tarifs__green-item picture {
  width: auto;
  height: 20px;
}

.tarifs__green-item picture img {
  height: 100%;
  width: auto;
}

.tarifs__green-item p {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  color: rgba(171, 212, 62, 1);
}

.tarifs__button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: 0.3s;
}

.tarifs__button:hover {
  background-color: rgba(230, 230, 230);
  transition: 0.3s;
}

.tarifs__button p {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  color: rgba(54, 57, 64, 1);
  padding-left: 40px;
  margin-left: auto;
}

.tarifs__button picture {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: auto;
  background-color: rgba(174, 214, 68, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tarifs__icon {
  position: absolute;
  left: calc(50% - 40px);
  top: 0;
  width: 80px;
  top: -40px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f9e2;
  border-radius: 50%;
  z-index: 3;
}

@media(max-width: 1080px) {
  .tarifs__title {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 15px;
  }

  .tarifs__subtitle {
    line-height: 130%;
  }

  .tarifs__title-block {
    margin-bottom: 20px;
  }

  .tarifs__price {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .tarifs__swiper-slide {
    padding: 5px;
    padding-top: 60px;
  }

  .tarifs__top {
    padding: 0 20px;
  }

  .tarifs__inner {
    padding: 20px;
    border-radius: 20px;
  }

  .tarifs__name {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .tarifs__des {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .tarifs__black {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .tarifs__grey {
    font-size: 14px;
    margin-bottom: 36px;
  }

  .tarifs__green-list {
    padding-top: 15px;
  }

  .tarifs__green-item {
    font-size: 14px;
  }

  .tarifs__green-item p {
    font-size: 14px;
    line-height: 1.3;
  }

  .tarifs__button p {
    font-size: 14px;
  }
}

.etaps {
  padding: 150px 0;
  background: url("/assets/img/icons/etaps-ellipse.svg") -604px -266px / 761px 761px no-repeat, url("/assets/img/icons/etaps-ellipse.svg") 1540px 205px / 761px 761px no-repeat;
  background-color: rgba(236, 242, 249, 1);
}

.etaps__title {
  font-family: 'MontserratAlternates', sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: rgba(54, 57, 64, 1);
  margin-bottom: 50px;
}

.etaps__inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 80px;
  padding-left: 50px;
}

.etaps__item {
  display: flex;
  flex: 1;
  flex-basis: calc(33% - 160px/3);
  height: 94px;
  align-items: center;
  padding: 0 50px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 30px;
  position: relative;
}

.etaps__item p {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  color: rgba(54, 57, 64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.etaps__marker {
  padding: 10px;
  background-color: #ecf2f9;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -68px;
}

.etaps__marker span {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(253, 253, 255, 1);
  width: 86px;
  height: 86px;
  background-color: #abd43e;
  border-radius: 50%;
  border: 15px solid #e3eedd;
}

@media(max-width: 1280px) {
  .etaps__item {
    flex-basis: calc(50% - 40px)
  }
}

@media(max-width: 860px) {
  .etaps {
    padding: 80px 0;
  }

  .etaps__title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .etaps__inner {
    row-gap: 10px;
    padding-left: 40px;
  }

  .etaps__item {
    flex-basis: 100%;
    height: 82px;
    padding-inline-end: 5px;
  }

  .etaps__item p {
    font-size: 16px;
    line-height: 1.2;
  }

  .etaps__marker span {
    width: 60px;
    height: 60px;
    border: 10px solid #e3eedd;
  }

  .etaps__marker {
    top: 2px;
    left: -45px;
  }
}

.visit__button {
  padding: 13px 45px;
  padding-right: 10px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  margin-left: 15px;
}

.visit__button::before {
  top: -10px;
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -10px;
  left: -25px;
  border-radius: 50%;
  border: solid 10px rgba(236, 242, 249, 1);
  background-image: url("/assets/img/icons/blinker-icon.svg");
  background-size: contain;
}

.visit__button p {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  color: rgba(54, 57, 64, 1);
}

.visit__button p span {
  color: rgba(171, 212, 62, 1);
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}

.visit__button p span.no-button {
  cursor: auto;
}

.visit__button p span:hover {
  color: rgba(54, 57, 64, 0.45);
  transition: 0.3s;
}

.visit__button p span.no-button:hover {
  color: rgba(171, 212, 62, 1);
}

@media(max-width: 1024px) {
  .visit__button::before {
    width: 44px;
    height: 44px;
    top: -5px;
    left: -10px;
    border: 5px solid #e3eedd;
  }

  .visit__button p {
    font-size: 14px;
  }
}

.visit-section {
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 20px;
  background: url("/assets/img/icons/tarifs-ellipse.svg") -31px 94px/ 84px 84px no-repeat, url("/assets/img/icons/tarifs-ellipse.svg") 214px -174px / 207px 207px no-repeat, url("/assets/img/icons/tarifs-ellipse.svg") 894px 56px/ 207px 207px no-repeat;
  background-color: rgba(171, 212, 62, 1);
}

.visit-section .tarifs__button {
  max-width: 370px;
  margin-left: auto;
}

.visit-section>p {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
}

@media(max-width: 960px) {
  .visit-section {
    flex-wrap: wrap;
    padding: 20px;
    background: url("/assets/img/icons/tarifs-ellipse.svg") 257px -56px / 120px 120px no-repeat;
    background-color: #ABD43E;
  }

  .visit-section>p {
    flex-basis: calc(100% - 70px);
    font-size: 16px;
  }

  .visit-section picture {
    width: 50px;
    height: 50px;
  }

  .visit-section .tarifs__button {
    width: 100%;
    margin-left: 0;
  }
}

.visit__list li {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  color: rgba(54, 57, 64, 1);
}

.visit__list {
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
  display: none;
}

.visit__list.active {
  display: flex;
}

.visit__plaska {
  padding: 15px 20px;
  border-radius: 10px;
  line-height: 140%;
  color: rgba(54, 57, 64, 1);
  background-color: rgba(171, 212, 62, 0.15);
}

.visit__plaska a {
  color: rgba(146, 183, 48, 1);
  text-decoration: underline;
  font-weight: 600;
  color: rgba(146, 183, 48, 1);
}

.visit__switcher {
  padding-top: 30px;
  border-bottom: 1px solid rgba(171, 212, 62, 0.3);
}

.visit__switcher span {
  display: inline-block;
  padding: 0 10px;
  padding-bottom: 10px;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: rgba(165, 161, 182, 1);
  cursor: pointer;
}

.visit__switcher span.active {
  color: rgba(146, 183, 48, 1);
  border-bottom: 2px solid rgba(171, 212, 62, 1);
}

.review__content-wrapper_new {
  max-height: 70px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.read-more_new {
  font-size: 16px;
  line-height: 24px;
  color: var(--main-color);
  display: none;
  margin-top: 10px;
  cursor: pointer;
  background: none;
  border: none;
}

.bottom-mobile__links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.bottom-mobile__link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 222%;
  color: #abd43e;
}

.header__bottom-mobile {
  display: none;
}

.visit__button-link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 156%;
  color: #abd43e;
  border: 1px solid #abd43e;
  border-radius: 10px;
  max-width: 351px;
  height: 42px;
}

.visit__button-top {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.visit__button-top .visit__button {
  flex: 0 0 49%;
}

.visit__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 47%;
}

@media (max-width: 1100px) {
  .visit__button-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 45%;
    height: 40px;
  }

  .visit__button-top .visit__button {
    flex: 0 0 51%;
  }
}

@media (max-width: 500px) {
  .visit__button-top .visit__button {
    flex: 0 0 95%;
    display: flex;
  }

  .visit__button-link {
    flex: 0 0 100%;
    position: absolute;
    right: 13px;
    top: 13px;
    bottom: 0;
    border: 1px solid #abd43e;
    border-radius: 100px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #abd43e;
    width: 103px;
    height: 34px;
  }

  .visit__button-top .visit__button p span {
    display: block;
    padding-top: 2px;
  }
}