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

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

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

.about__label:first-child .about__label-value::after,
[class*=_icon-]::before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

._icon-arrow:before {
  content: ""
}

._icon-body-01:before {
  content: ""
}

._icon-body-02:before {
  content: ""
}

._icon-body-03:before {
  content: ""
}

._icon-body-04:before {
  content: ""
}

._icon-body-05:before {
  content: ""
}

._icon-body-06:before {
  content: ""
}

._icon-body-07:before {
  content: ""
}

._icon-body-08:before {
  content: ""
}

._icon-bookmark:before {
  content: ""
}

._icon-cancel:before {
  content: ""
}

._icon-location:before {
  content: ""
}

._icon-logo:before {
  content: ""
}

._icon-play:before {
  content: ""
}

._icon-social-in:before {
  content: ""
}

._icon-social-ph:before {
  content: ""
}

._icon-social-tg:before {
  content: ""
}

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

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

*::after,
*::before {
  display: inline-block
}

body,
html {
  height: 100%;
  min-width: 320px
}

body {
  color: #000;
  line-height: 1;
  font-family: "Nexa Demo";
  font-size: 1.375rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: "Nexa Demo";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
  width: 100%
}

label {
  display: inline-block
}

button,
option,
select {
  cursor: pointer
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

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

body {
  background-color: #fff
}

.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.loaded body {
  opacity: 1;
  transition: opacity .4s ease .15s
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 86.25rem;
  margin: 0 auto;
  padding: 0 .9375rem
}

[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto, 84.375rem) 1fr .9375rem
}

[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}

.form.form-base {
  display: grid;
  align-items: start
}

.form.form-base .form__content {
  display: grid
}

.form.form-base .form__content .form__title {
  margin: 0;
  text-align: left
}

.form.form-base .form__content .form__text {
  text-align: left
}

.form.form-base .form__labels {
  display: grid;
  justify-items: start
}

.form__title {
  margin: 0 auto;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
  color: #877966;
  max-width: 28.4375rem
}

.form__labels.labels-leave {
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem
}

.form__inputs {
  display: grid;
  margin: 0 auto
}

.form__inputs.inputs-serve-photo {
  width: 100%
}

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

.form__text {
  line-height: 125%;
  text-align: center;
  max-width: 39.375rem;
  color: #877966
}

.form__error {
  display: none
}

.button {
  overflow: hidden;
  padding: 0 0;
  position: relative;
  text-align: center;
  border-radius: 30px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background: linear-gradient(119deg, #eadbbe 0, #f0ece7 100%);
  border: 1px solid #877966;
  transition: box-shadow .7s ease 0s;
  box-shadow: rgba(14, 63, 126, .04) 0 0 0 1px, rgba(42, 51, 69, .04) 0 1px 1px -.5px, rgba(42, 51, 70, .04) 0 3px 3px -1.5px, rgba(42, 51, 70, .04) 0 6px 6px -3px, rgba(14, 63, 126, .04) 0 12px 12px -6px, rgba(14, 63, 126, .04) 0 24px 24px -12px
}

.button::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  background: linear-gradient(90deg, #857763 0, #9f9b8d 100%);
  transition: left .7s ease 0s
}

.button span {
  z-index: 1;
  color: #fff;
  font-weight: 700;
  position: relative;
  transition: color .7s ease 0s
}

.button--fw {
  width: 100%
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}

.input {
  width: 100%;
  display: block;
  padding: 0 20px;
  border: 1px solid #eee;
  caret-color: inherit;
  border-radius: 30px;
  background-color: #e5e5e5;
  outline-color: rgba(135, 121, 102, .3);
  transition: background-color .5s ease 0s, outline .5s ease 0s
}

.input._form-error {
  font-weight: 700;
  border: 1px solid red;
  background-color: rgba(229, 229, 229, .4)
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  color: #000;
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  color: #000;
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  color: #000;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus {
  background-color: rgba(229, 229, 229, .4)
}

.input[placeholder]:not([data-placeholder-nohiden])._form-error::-webkit-input-placeholder {
  color: red
}

.input[placeholder]:not([data-placeholder-nohiden])._form-error:-ms-input-placeholder {
  color: red
}

.input[placeholder]:not([data-placeholder-nohiden])._form-error::-ms-input-placeholder {
  color: red
}

.input[placeholder]:not([data-placeholder-nohiden])._form-error::placeholder {
  color: red
}

textarea.input {
  resize: none;
  padding: 20px;
  min-height: 277px;
  border-radius: 20px
}

textarea.input._form-error::-webkit-input-placeholder {
  color: red
}

textarea.input._form-error:-ms-input-placeholder {
  color: red
}

textarea.input._form-error::-ms-input-placeholder {
  color: red
}

textarea.input._form-error::placeholder {
  color: red
}

.menu__list {
  display: flex
}

.menu__link {
  color: #1c2332;
  position: relative;
  transition: color .5s ease 0s
}

.menu__link._navigator-active {
  color: #877966
}

.menu__link._navigator-active::before {
  width: 100%
}

.menu__socials {
  display: grid;
  gap: .9375rem;
  justify-items: start
}

.menu__social {
  gap: .3125rem;
  color: #fff;
  align-items: center;
  font-size: 1.5625rem;
  display: inline-flex
}

.menu__social::before {
  font-size: 1.875rem
}

.icon-menu {
  display: none
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}

.popup-show body::after {
  opacity: 1
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  background-color: #fafaf9;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
  box-shadow: rgba(14, 63, 126, .03) 0 0 0 1px, rgba(42, 51, 69, .03) 0 1px 1px -.5px, rgba(42, 51, 70, .03) 0 3px 3px -1.5px, rgba(42, 51, 70, .03) 0 6px 6px -3px, rgba(14, 63, 126, .03) 0 12px 12px -6px, rgba(14, 63, 126, .03) 0 24px 24px -12px
}

.lock .popup__content {
  visibility: visible
}

.popup__content.consult,
.popup__content.leave {
  max-width: 860px
}

.popup__content.serve-photo,
.popup__content.serve-video {
  max-width: 1190px
}

.popup__content.reviews {
  max-width: 1350px
}

.popup__head {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 2.625rem auto 2.625rem
}

.popup__head::before {
  content: ""
}

.popup__close {
  width: 42px;
  height: 42px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #d5d5d4;
  transition: background-color .5s ease 0s;
  box-shadow: rgba(0, 0, 0, .04) 0 3px 5px
}

.popup__close svg {
  width: 1.25rem;
  height: 1.25rem
}

.popup__logo {
  display: flex;
  align-items: center;
  font-size: 1.5625rem;
  justify-content: center;
  color: rgba(0, 0, 0, .35)
}

.popup__title {
  text-align: center
}

.serve__bottom {
  display: grid
}

.serve__tip {
  font-weight: 700;
  color: #877966
}

.serve-video__content {
  display: grid;
  grid-template-columns: 35.565217% auto
}

.serve-photo__images {
  width: 100%;
  display: grid;
  margin: 0 auto;
  max-width: 48.125rem;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr)
}

.serve-photo__image {
  text-align: center
}

.view__body {
  margin: 0 auto;
  max-width: 48.75rem
}

.view__title {
  font-weight: 700;
  line-height: 125%;
  text-align: center;
  color: #877966
}

.view__text:not(:last-child) {
  margin-bottom: .9375rem
}

.view__post {
  text-align: right
}

.view__post-date,
.view__post-source {
  color: #000;
  font-weight: 700;
  line-height: 120%
}

.reviews__columns {
  column-count: 3;
  width: 100%;
  margin: auto;
}

.reviews__columns .review-item {
  margin: 20px auto;

}

.reviews__item {}

.reviews__item .review-item__content {
  width: 100%
}

.reviews__button {
  display: flex;
  margin: 0 auto
}

.spollers {
  display: grid;
  background: linear-gradient(119deg, #f0ece7 0, #eadbbe 100%)
}

.spollers__item {
  font-size: 1.25rem
}

.spollers__item:not(:last-child) {
  border-bottom: .0625rem solid #877966
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  font-size: 30px;
  list-style: none;
  font-weight: 700;
  line-height: 125%;
  position: relative;
  color: #877966;
  border-radius: .3125rem;
  padding-right: 2.1875rem;
  transition: color .5s ease 0s
}

.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}

._spoller-init .spollers__title {
  cursor: pointer
}

._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #877966;
  height: 2.5px;
  border-radius: .625rem;
  transition: opacity .5s ease 0s, background-color .5s ease 0s, -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s, opacity .5s ease 0s, background-color .5s ease 0s;
  transition: transform .5s ease 0s, opacity .5s ease 0s, background-color .5s ease 0s, -webkit-transform .5s ease 0s
}

._spoller-init .spollers__title::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

._spoller-init .spollers__title._spoller-active {
  color: rgba(0, 0, 0, .75)
}

._spoller-init .spollers__title._spoller-active::after,
._spoller-init .spollers__title._spoller-active::before {
  background-color: rgba(0, 0, 0, .75)
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.spollers__text {
  max-width: 84.615385%
}

.tabs__navigation {
  gap: .625rem;
  padding: .4375rem;
  position: relative;
  align-items: center;
  display: inline-flex;
  border-radius: 1.6875rem;
  background-color: #e5e1dc;
  box-shadow: rgba(14, 63, 126, .03) 0 0 0 1px, rgba(42, 51, 69, .03) 0 1px 1px -.5px, rgba(42, 51, 70, .03) 0 3px 3px -1.5px, rgba(42, 51, 70, .03) 0 6px 6px -3px, rgba(14, 63, 126, .03) 0 12px 12px -6px, rgba(14, 63, 126, .03) 0 24px 24px -12px
}

.tabs__navigation::before {
  content: "";
  top: 0;
  left: .4375rem;
  right: .4375rem;
  margin: auto 0;
  bottom: 0;
  height: 3.375rem;
  position: absolute;
  width: 14.5325rem;
  border-radius: 1.5rem;
  transition: width .5s ease 0s, left .5s ease 0s;
  background: linear-gradient(90deg, #857763 0, #9f9b8d 100%)
}

.tabs__navigation.nav-toggle::before {
  width: 10.9175rem;
  left: 15.540625rem
}

.tabs__title {
  display: flex;
  outline: 0;
  align-items: center;
  min-height: 3.375rem;
  border-radius: 1.5rem;
  background-color: #ddd7d0;
  padding: 0 1.375rem;
  transition: color .5s ease .1s
}

.tabs__title span {
  display: flex;
  gap: .9375rem;
  position: relative;
  align-items: center
}

.tabs__title svg {
  max-width: 2.1875rem;
  min-width: 2.1875rem;
  transition: stroke .5s ease .15s
}

.tabs__title svg path {
  transition: fill .5s ease .15s
}

.tabs__title:first-child svg {
  stroke: rgba(0, 0, 0, .5)
}

.tabs__title:last-child svg {
  stroke: rgba(135, 121, 102, .7)
}

.tabs__title._tab-active {
  color: #fff
}

.tabs__title._tab-active:first-child svg {
  stroke: #fff
}

.tabs__title._tab-active:last-child svg {
  stroke: #fff
}

.tabs__title._tab-active:last-child svg path {
  fill: #fff
}

.tabs__content {
  width: 100%
}

.tabs__body {
  overflow: hidden;
  position: relative;
  max-width: 38.125rem
}

.tabs__body iframe {
  width: 100%;
  margin-bottom: -.1875rem
}

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

.ibg--top {
  -o-object-position: top;
  object-position: top
}

.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}

.ibg--left {
  -o-object-position: left;
  object-position: left
}

.ibg--right {
  -o-object-position: right;
  object-position: right
}

.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}

::-webkit-scrollbar {
  width: .0625rem;
  border-radius: .625rem;
  background-color: #fff
}

::-webkit-scrollbar-thumb {
  border-radius: .625rem;
  background-color: #000
}

::selection {
  background-color: rgba(166, 1, 1, .5)
}

summary {
  list-style: none
}

summary::marker {
  display: none
}

@supports (-webkit-appearance:none) {
  summary::-webkit-details-marker {
    display: none
  }
}

.title {
  font-weight: 700;
  line-height: 125%;
  color: #877966
}

.title--center {
  text-align: center
}

.text {
  line-height: 125%;
  text-align: justify
}

.text a {
  color: red;
  transition: color .5s ease 0s
}

.img {
  overflow: hidden
}

.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.shad {
  transition: box-shadow .5s ease 0s;
  box-shadow: rgba(14, 63, 126, .03) 0 0 0 1px, rgba(42, 51, 69, .03) 0 1px 1px -.5px, rgba(42, 51, 70, .03) 0 3px 3px -1.5px, rgba(42, 51, 70, .03) 0 6px 6px -3px, rgba(14, 63, 126, .03) 0 12px 12px -6px, rgba(14, 63, 126, .03) 0 24px 24px -12px
}

.record {
  overflow: hidden;
  position: relative
}

.record__video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.record__video.video-pointer {
  cursor: pointer
}

.record__button {
  left: 0;
  top: 50%;
  right: 0;
  display: flex;
  margin: 0 auto;
  width: 3.75rem;
  height: 3.75rem;
  color: #000;
  position: absolute;
  border-radius: 50%;
  align-items: center;
  font-size: 1.75rem;
  padding-left: .25rem;
  justify-content: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, .75);
  transition: background-color .4s ease 0s, opacity .4s ease 0s, visibility .4s ease 0s
}

.record__button.play-btn-disable {
  opacity: 0;
  visibility: hidden
}

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

.controlls__arrow {
  display: flex;
  align-items: center;
  border-radius: .5rem;
  justify-content: center;
  background-color: #ede6d9;
  transition: background-color .5s ease 0s, box-shadow .5s ease 0s
}

.controlls__arrow.swiper-button-disabled {
  background-color: #faf6f2
}

.controlls__arrow--prev::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.header {
  width: 100%;
  z-index: 10;
  position: fixed;
  background-color: #fff;
  transition: box-shadow .5s ease 0s;
  box-shadow: rgba(14, 63, 126, .02) 0 0 0 1px, rgba(42, 51, 69, .02) 0 1px 1px -.5px, rgba(42, 51, 70, .02) 0 3px 3px -1.5px, rgba(42, 51, 70, .02) 0 6px 6px -3px, rgba(14, 63, 126, .02) 0 12px 12px -6px, rgba(14, 63, 126, .02) 0 24px 24px -12px
}

.header._header-scroll {
  box-shadow: rgba(14, 63, 126, .04) 0 0 0 1px, rgba(42, 51, 69, .04) 0 1px 1px -.5px, rgba(42, 51, 70, .04) 0 3px 3px -1.5px, rgba(42, 51, 70, .04) 0 6px 6px -3px, rgba(14, 63, 126, .04) 0 12px 12px -6px, rgba(14, 63, 126, .04) 0 24px 24px -12px
}

.header__container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  transition: padding .5s ease 0s
}

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

.header__logo {
  z-index: 1;
  display: flex;
  align-items: end;
  position: relative;
  min-height: 2rem;
  color: #877966;
  transition: color .5s ease 0s
}

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

.header__phone span {
  color: #1c2332;
  font-size: 1.0625rem
}

.header__phone a {
  color: #877966
}

.header__phone a span {
  font-weight: 700;
  color: #877966;
  transition: color .5s ease 0s
}

.header__phone a::before {
  font-size: 2rem
}

.footer {
  box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
  background: linear-gradient(-90deg, #fff 0, #e9e6e2 100%)
}

.footer__aside {
  display: grid
}

.footer__button {
  display: flex
}

.footer__actions {
  width: 100%;
  display: flex;
  justify-self: end;
  align-items: center;
  justify-content: space-between
}

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

.footer__social {
  color: #877966;
  transition: color .4s ease 0s
}

.footer__phone {
  z-index: 1;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  padding-bottom: .1875rem
}

.footer__phone span {
  color: #1c2332
}

.footer__phone a {
  font-weight: 700;
  color: #877966;
  transition: color .5s ease 0s
}

.footer__phone a::before {
  font-size: 2rem
}

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

.hero {
  padding-top: 2.8125rem;
  background: linear-gradient(119deg, rgba(234, 219, 190, .5) 0, rgba(240, 236, 231, .3) 100%)
}

.hero__container {
  display: grid
}

.hero__title {
  color: #1c2332;
  line-height: 125%
}

.hero__subtitle {
  line-height: 125%
}

.hero__aside {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.hero__image {
  opacity: 1;
  z-index: 15;
  position: relative;
  pointer-events: none;
  transition: opacity .3s ease .15s
}

.hero__image img {
  width: 100%
}

.hero__image.disable-z-index {
  z-index: 0;
  opacity: .65;
  transition: opacity .3s ease 0s
}

.menu-open .hero__image {
  z-index: 0;
  opacity: 0;
  transition: opacity .3s ease 0s
}

.hero__actions {
  display: flex;
  gap: .3125rem;
  align-items: center;
  flex-direction: column;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%)
}

.hero__social {
  display: flex;
  color: #877966;
  margin-right: -.3125rem;
  transition: color .3s ease 0s
}

.about__body {
  display: grid;
  justify-content: space-between
}

.about__block {
  font-weight: 300;
  color: #877966
}

.about__block-title {
  font-weight: 700;
  line-height: 125%
}

.about__block-title:not(:last-child) {
  margin-bottom: .3125rem
}

.about__item {
  line-height: 125%
}

.about__image {
  position: relative
}

.about__image::before {
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(25, 121, 142, .5) 0, rgba(57, 59, 92, .3) 100%)
}

.about__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.about__button {
  top: 60%;
  left: 20px;
  z-index: 1;
  display: flex;
  color: #fff;
  text-align: left;
  position: absolute;
  align-items: center;
  justify-content: start;
  padding-left: 1.25rem;
  flex-direction: row-reverse;
  transition: gap .5s ease 0s, opacity .5s ease 0s;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%)
}

.about__button span {
  z-index: 1;
  font-weight: 700;
  line-height: 120%
}

.about__button::before {
  z-index: 1;
  font-size: 2.8125rem
}

.about__button::after {
  left: 50%;
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #857763 0, #9f9b8d 100%);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: width .5s ease 0s
}

.about__labels {
  display: flex;
  align-items: start;
  justify-content: space-between
}

.about__label {
  color: #877966
}

.about__label:first-child .about__label-value::after {
  content: "";
  padding-top: .3125rem
}

.about__label:last-child .about__label-value::after {
  content: "+"
}

.about__label-value {
  display: flex;
  font-weight: 700
}

.about__label-text {
  line-height: 120%;
  padding-left: .1875rem
}

.about__label-span {
  display: flex;
  width: .125rem;
  align-items: center;
  margin-top: .3125rem;
  justify-content: center;
  background-color: #877966
}

.clinic__items {
  display: grid
}

.clinic__item {
  display: flex;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  justify-content: space-between
}

.clinic__item:first-child {
  background: linear-gradient(90deg, rgba(159, 155, 141, .4) 0, rgba(133, 119, 99, .75) 100%)
}

.clinic__item:last-child {
  background: linear-gradient(119deg, #eadbbe 0, #f0ece7 100%)
}

.clinic__item-name {
  display: flex;
  gap: .3125rem;
  line-height: 120%;
  align-items: center
}

.clinic__item-name::before {
  color: #877966
}

.clinic__item-img img {
  max-width: 100%
}

.service__items {
  display: grid
}

.item-service {
  opacity: 1;
  transition: opacity .7s ease .1s, box-shadow .5s ease 0s;
  outline: 0;
  overflow: hidden;
  position: relative;
  border-radius: 1.25rem
}

.item-service._watcher-view {
  opacity: 1
}

.item-service.item-service-logo {
  display: flex;
  align-items: center;
  justify-content: center
}

.item-service:nth-child(4) .item-service__icon {
  top: 52%;
  font-size: 3.75rem;
  -webkit-transform: translate(0, -52%);
  transform: translate(0, -52%)
}

.item-service:nth-child(11) .item-service__icon,
.item-service:nth-child(12) .item-service__icon {
  left: 10px;
  right: auto
}

.item-service__image img {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.item-service__title {
  top: 0;
  left: 0;
  z-index: 1;
  font-weight: 700;
  text-align: left;
  line-height: 120%;
  position: absolute;
  font-size: 1rem;
  color: #877966;
  padding-top: .9375rem;
  padding-left: .9375rem;
  padding-right: .9375rem
}

.item-service__icon {
  top: 60%;
  z-index: 1;
  right: 10px;
  position: absolute;
  font-size: 3.125rem;
  color: #877966;
  -webkit-transform: translate(0, -60%);
  transform: translate(0, -60%)
}

.item-service__logo {
  color: #ede6d9;
  font-size: 2.5rem
}

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

.review__slider.swiper {
  overflow: visible
}

.review__bottom {
  align-items: center;
  justify-content: space-between
}

.review__all {
  font-weight: 700;
  text-align: right;
  color: #877966;
  text-decoration: underline;
  transition: color .5s ease 0s
}

.review-item {
  opacity: 0;
  transition: opacity .7s ease .1s, box-shadow .5s ease 0s;
  display: grid;
  outline: 0;
  text-align: left;
  justify-items: start;
  background-color: #f6f7f8;
  grid-template-rows: 1fr auto;
  border: .0625rem solid #ecebeb
}

.review-item._watcher-view {
  opacity: 1
}

.review-item.review-item-sm {
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transition: opacity .7s ease, box-shadow .5s ease, visibility 0s linear .5s, height 0s linear .5s, -webkit-transform .7s ease;
  transition: opacity .7s ease, transform .7s ease, box-shadow .5s ease, visibility 0s linear .5s, height 0s linear .5s;
  transition: opacity .7s ease, transform .7s ease, box-shadow .5s ease, visibility 0s linear .5s, height 0s linear .5s, -webkit-transform .7s ease
}

.review-item.review-item-sm.visible {
  opacity: 1;
  height: auto;
  position: relative;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity .7s ease, box-shadow .5s ease, height 0s ease, -webkit-transform .7s ease;
  transition: opacity .7s ease, transform .7s ease, box-shadow .5s ease, height 0s ease;
  transition: opacity .7s ease, transform .7s ease, box-shadow .5s ease, height 0s ease, -webkit-transform .7s ease
}

.review-item__content {
  display: grid;
  align-items: start;
  row-gap: .75rem;
  grid-template-rows: 1fr auto
}

.review-item__head {
  display: grid;
  row-gap: .625rem
}

.review-item__title {
  font-weight: 700;
  line-height: 120%;
  color: #877966;
  max-width: 15rem
}

.review-item__text {
  line-height: 120%
}

.review-item__text.text-review {
  max-height: 13.25rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 11
}

.review-item__post {
  text-align: right
}

.review-item__post-date,
.review-item__post-source {
  color: #000;
  font-weight: 700;
  line-height: 120%
}

.review-item__read {
  display: flex;
  font-weight: 700;
  text-align: left;
  align-items: center;
  color: #877966
}

.review-item__read::before {
  display: flex;
  align-items: center;
  border-radius: .5rem;
  justify-content: center;
  background-color: #fff;
  transition: color .5s ease 0s, box-shadow .5s ease 0s, background-color .5s ease 0s;
  box-shadow: rgba(0, 0, 0, .16) 0 1px 4px
}

.swiper {
  overflow: hidden
}

.swiper-initialized {
  touch-action: pan-y
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
  display: none !important
}

@media (min-width:29.99875em) {
  .form__inputs.inputs-consult {
    max-width: 42.8125rem;
    grid-template-columns: repeat(2, 1fr)
  }

  .service__items {
    grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr))
  }
}

@media (min-width:47.99875em) {
  .form.form-base {
    grid-template-columns: repeat(2, 1fr)
  }

  .form__inputs.inputs-leave {
    grid-template-columns: repeat(3, 1fr)
  }

  .menu__link::before {
    width: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -.5rem;
    position: absolute;
    border-radius: .3125rem;
    transition: width .5s ease 0s;
    background-color: #877966
  }

  .menu__socials {
    display: none
  }

  .serve-video__aside {
    display: grid;
    row-gap: 1.25rem;
    grid-template-rows: 1fr auto
  }

  .header._header-scroll .header__container {
    padding-bottom: 1rem
  }

  .header__phone a::before {
    display: none
  }

  .hero__container {
    align-items: end;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr)
  }

  .about__button {
    padding-right: .9375rem
  }

  .clinic__items {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:47.99875em)and (any-hover:hover) {
  .menu__link:hover {
    color: #877966
  }

  .menu__link:hover::before {
    width: 100%
  }

  .about__image:hover .about__button {
    gap: .9375rem
  }

  .about__image:hover .about__button::after {
    width: 100%
  }

  .about__image:hover img {
    -webkit-transform: scale(1.18);
    transform: scale(1.18)
  }

  .about__button:hover {
    opacity: .85
  }
}

@media (min-width:47.99875em)and (min-width:86.25em) {
  .header._header-scroll .header__container {
    padding-top: 1.6875rem
  }
}

@media (min-width:50.93625em) {
  .footer__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }

  .footer__aside {
    align-self: start;
    justify-content: end
  }

  .footer__button {
    margin: 0 0 0 auto
  }
}

@media (min-width:61.99875em) {
  .form__inputs.inputs-serve-video {
    grid-template-columns: repeat(2, 1fr)
  }

  .form__inputs.inputs-serve-photo {
    gap: .9375rem;
    grid-template-columns: repeat(2, 1fr)
  }

  .about__title-mobile {
    display: none
  }

  .about__body {
    grid-template-columns: 49.62963% 46.296296%
  }

  .review__bottom {
    display: grid;
    grid-template-columns: 19rem auto 19rem
  }
}

@media (min-width:61.99875em)and (min-width:86.25em) {
  .about__title:not(:last-child) {
    margin-bottom: 1.875rem
  }
}

@media (min-width:86.25em) {
  .form.form-base {
    gap: 1.875rem
  }

  .form.form-base .form__content {
    row-gap: .9375rem
  }

  .form.form-base .form__labels {
    row-gap: .9375rem
  }

  .form__title {
    font-size: 1.5625rem
  }

  .form__title:not(:last-child) {
    margin-bottom: 2.1875rem
  }

  .form__labels:not(:last-child) {
    margin-bottom: 2.8125rem
  }

  .form__inputs {
    gap: 1.5625rem
  }

  .form__inputs.inputs-leave:not(:last-child) {
    margin-bottom: 1.875rem
  }

  .form__bottom {
    gap: 1.875rem
  }

  .form__text {
    font-size: 1.375rem
  }

  .form__button.button {
    padding-left: 3.75rem
  }

  .form__button.button {
    padding-right: 3.75rem
  }

  .button {
    font-size: 1.375rem
  }

  .button {
    min-height: 3.75rem
  }

  .input {
    font-size: 1.375rem
  }

  .input {
    min-height: 3.75rem
  }

  .menu__list {
    gap: 2.8125rem
  }

  .menu__link {
    font-size: 1.375rem
  }

  .popup__content {
    padding-top: 1.25rem
  }

  .popup__content {
    padding-bottom: 3.4375rem
  }

  .popup__content.consult,
  .popup__content.leave {
    padding-left: 1.25rem
  }

  .popup__content.consult,
  .popup__content.leave {
    padding-right: 1.25rem
  }

  .popup__content.serve-photo,
  .popup__content.serve-video {
    padding-left: 2.5rem
  }

  .popup__content.serve-photo,
  .popup__content.serve-video {
    padding-right: 2.5rem
  }

  .popup__content.view {
    padding-left: 2.5rem
  }

  .popup__content.view {
    padding-right: 2.5rem
  }

  .popup__content.view {
    max-width: 60rem
  }

  .popup__content.reviews {
    padding-left: 1.25rem
  }

  .popup__content.reviews {
    padding-right: 1.25rem
  }

  .popup__head:not(:last-child) {
    margin-bottom: 2.5rem
  }

  .popup__title:not(:last-child) {
    margin-bottom: 2.8125rem
  }

  .serve__bottom {
    gap: 1.5625rem
  }

  .serve-video__content {
    gap: 2.5rem
  }

  .serve-video__content:not(:last-child) {
    margin-bottom: 2.1875rem
  }

  .serve-photo__images {
    gap: 4.375rem
  }

  .serve-photo__images:not(:last-child) {
    margin-bottom: 3.125rem
  }

  .serve-photo__image-label {
    font-size: 1.375rem
  }

  .serve-photo__image-label:not(:last-child) {
    margin-bottom: .9375rem
  }

  .serve-photo__image-img {
    border-radius: 1.5625rem
  }

  .serve-photo__form:not(:last-child) {
    margin-bottom: 2.1875rem
  }

  .view__title {
    font-size: 1.5625rem
  }

  .view__title:not(:last-child) {
    margin-bottom: 2.5rem
  }

  .view__text.text {
    font-size: 1.375rem
  }

  .view__post-date,
  .view__post-source {
    font-size: 1.25rem
  }

  .reviews__columns {
    gap: 1.25rem
  }

  .reviews__item {
    gap: 1.25rem
  }

  .reviews__button {
    margin-top: 2.5rem
  }

  .reviews__button {
    padding-left: 4.375rem
  }

  .reviews__button {
    padding-right: 4.375rem
  }

  .spollers {
    padding-left: 5.625rem
  }

  .spollers {
    padding-right: 5.625rem
  }

  .spollers {
    border-radius: 2.1875rem
  }

  .spollers__item {
    padding-top: 1.25rem
  }

  .spollers__item {
    padding-bottom: 1.25rem
  }

  .spollers__title {
    font-size: 1.875rem
  }

  .spollers__title {
    padding-top: 1.25rem
  }

  .spollers__title {
    padding-bottom: 1.25rem
  }

  ._spoller-init .spollers__title::after,
  ._spoller-init .spollers__title::before {
    width: 1.25rem
  }

  .spollers__body {
    padding-bottom: 1.25rem
  }

  .spollers__text {
    font-size: 1.5625rem
  }

  .spollers__text p:not(:last-child) {
    margin-bottom: 1.25rem
  }

  .tabs__navigation:not(:last-child) {
    margin-bottom: 1.4375rem
  }

  .tabs__body {
    border-radius: 1.25rem
  }

  .tabs__body iframe {
    min-height: 21.5625rem
  }

  .title {
    font-size: 2.5rem
  }

  .title--mr:not(:last-child) {
    margin-bottom: 1.875rem
  }

  .text {
    font-size: 1.375rem
  }

  .record {
    border-radius: 1.5625rem
  }

  .controlls {
    gap: 1.25rem
  }

  .controlls__arrow {
    width: 3.625rem
  }

  .controlls__arrow {
    height: 3.625rem
  }

  .controlls__arrow {
    font-size: 1.375rem
  }

  .header__container {
    padding-top: 3.4375rem
  }

  .header__container {
    padding-bottom: 1.25rem
  }

  .header__aside {
    gap: 3.125rem
  }

  .header__logo {
    font-size: 2.25rem
  }

  .header__logo {
    padding-bottom: .0000000625rem
  }

  .header__phone {
    gap: .625rem
  }

  .header__phone {
    padding-bottom: .4375rem
  }

  .header__phone a span {
    font-size: 1.375rem
  }

  .footer {
    margin-top: 6.25rem
  }

  .footer__container {
    padding-top: 2.5rem
  }

  .footer__container {
    padding-bottom: 5rem
  }

  .footer__aside {
    row-gap: 2.5rem
  }

  .footer__button {
    padding-left: 3.125rem
  }

  .footer__button {
    padding-right: 3.125rem
  }

  .footer__contacts {
    gap: 1.375rem
  }

  .footer__social {
    font-size: 3.375rem
  }

  .footer__phone {
    gap: .625rem
  }

  .footer__phone span {
    font-size: 1.25rem
  }

  .footer__phone a {
    font-size: 1.8125rem
  }

  .hero {
    padding-bottom: 2.5rem
  }

  .hero__container {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
  }

  .hero__content {
    padding-top: 10.625rem
  }

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

  .hero__title {
    font-size: 2.8125rem
  }

  .hero__title:not(:last-child) {
    margin-bottom: .625rem
  }

  .hero__subtitle {
    font-size: 1.89375rem
  }

  .hero__text {
    font-size: 1.375rem
  }

  .hero__text:not(:last-child) {
    margin-bottom: 2.5rem
  }

  .hero__button {
    font-size: 1.375rem
  }

  .hero__button {
    min-height: 3.75rem
  }

  .hero__button {
    padding-left: 3.75rem
  }

  .hero__button {
    padding-right: 3.75rem
  }

  .hero__aside {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }

  .hero__social {
    font-size: 2.8125rem
  }

  .about {
    padding-top: 2.8125rem
  }

  .about__title {
    font-size: 2.5rem
  }

  .about__body {
    gap: 2.5rem
  }

  .about__text {
    font-size: 1.375rem
  }

  .about__text:not(:last-child) {
    margin-bottom: 1.5625rem
  }

  .about__block {
    font-size: 1.375rem
  }

  .about__image {
    border-radius: 1.875rem
  }

  .about__image:not(:last-child) {
    margin-bottom: 1.5625rem
  }

  .about__button {
    gap: 1.5625rem
  }

  .about__button {
    height: 5.4375rem
  }

  .about__button span {
    font-size: 1.25rem
  }

  .about__button::before {
    font-size: 2.8125rem
  }

  .about__button::after {
    width: 11.5rem
  }

  .about__button::after {
    border-radius: .9375rem
  }

  .about__label:first-child .about__label-value::after {
    font-size: 2.1875rem
  }

  .about__label-value {
    font-size: 3.875rem
  }

  .about__label-text {
    font-size: 1.125rem
  }

  .about__label-span {
    height: 2.5rem
  }

  .faq {
    padding-top: 4.375rem
  }

  .clinic {
    padding-top: 3.125rem
  }

  .clinic__items {
    gap: 1.875rem
  }

  .clinic__item {
    border-radius: 2.1875rem
  }

  .clinic__item {
    padding-left: 2.5rem
  }

  .clinic__item-name {
    font-size: 1.5rem
  }

  .clinic__item-name::before {
    font-size: 2.5rem
  }

  .service {
    padding-top: 4.375rem
  }

  .service__items {
    gap: 2.1875rem
  }

  .review {
    padding-top: 5.3125rem
  }

  .review__head:not(:last-child) {
    margin-bottom: 2.8125rem
  }

  .review__title {
    font-size: 2.5rem
  }

  .review__body:not(:last-child) {
    margin-bottom: 3.125rem
  }

  .review__slider.swiper:not(:last-child) {
    margin-bottom: 2.5rem
  }

  .review__wrapper.wrapper-min .review-item {
    max-width: 22.8125rem
  }

  .review__wrapper.wrapper-min .review-item:nth-child(2n) {
    max-width: 31.25rem
  }

  .review__wrapper.wrapper-max .review-item {
    max-width: 31.25rem
  }

  .review__wrapper.wrapper-max .review-item:nth-child(2n) {
    max-width: 22.8125rem
  }

  .review__button {
    padding-left: 4.375rem
  }

  .review__button {
    padding-right: 4.375rem
  }

  .review__all {
    font-size: 1.625rem
  }

  .review-item {
    row-gap: 2.1875rem
  }

  .review-item {
    padding-top: 2.5rem
  }

  .review-item {
    padding-left: 1.875rem
  }

  .review-item {
    padding-bottom: 1.875rem
  }

  .review-item {
    padding-right: 1.875rem
  }

  .review-item {
    border-radius: .9375rem
  }

  .review-item__title {
    font-size: 1.25rem
  }

  .review-item__text {
    font-size: 1rem
  }

  .review-item__post-date,
  .review-item__post-source {
    font-size: 1rem
  }

  .review-item__read {
    gap: .9375rem
  }

  .review-item__read {
    font-size: 1rem
  }

  .review-item__read::before {
    height: 2.5rem
  }

  .review-item__read::before {
    min-width: 2.5rem
  }
}

@media (max-width:20em) {
  .form.form-base .form__content {
    row-gap: .625rem
  }

  .form.form-base .form__labels {
    row-gap: 1.25rem
  }

  .form__title {
    font-size: 1.125rem
  }

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

  .form__labels:not(:last-child) {
    margin-bottom: 1.5625rem
  }

  .form__inputs {
    gap: .75rem
  }

  .form__inputs.inputs-leave:not(:last-child) {
    margin-bottom: 1.0625rem
  }

  .form__bottom {
    gap: .9375rem
  }

  .form__text {
    font-size: 1rem
  }

  .form__button.button {
    padding-left: 1.25rem
  }

  .form__button.button {
    padding-right: 1.25rem
  }

  .button {
    font-size: .875rem
  }

  .button {
    min-height: 2.625rem
  }

  .input {
    font-size: .875rem
  }

  .input {
    min-height: 2.625rem
  }

  .popup__content {
    padding-top: .9375rem
  }

  .popup__content {
    padding-bottom: 1.5625rem
  }

  .popup__content.consult,
  .popup__content.leave {
    padding-left: .9375rem
  }

  .popup__content.consult,
  .popup__content.leave {
    padding-right: .9375rem
  }

  .popup__content.serve-photo,
  .popup__content.serve-video {
    padding-left: .9375rem
  }

  .popup__content.serve-photo,
  .popup__content.serve-video {
    padding-right: .9375rem
  }

  .popup__content.view {
    padding-left: .9375rem
  }

  .popup__content.view {
    padding-right: .9375rem
  }

  .popup__content.reviews {
    padding-left: .9375rem
  }

  .popup__content.reviews {
    padding-right: .9375rem
  }

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

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

  .serve__bottom {
    gap: .9375rem
  }

  .serve-video__content:not(:last-child) {
    margin-bottom: 1.5625rem
  }

  .serve-photo__images {
    gap: .625rem
  }

  .serve-photo__images:not(:last-child) {
    margin-bottom: 1.25rem
  }

  .serve-photo__image-label {
    font-size: .9375rem
  }

  .serve-photo__image-label:not(:last-child) {
    margin-bottom: .75rem
  }

  .serve-photo__image-img {
    border-radius: .9375rem
  }

  .serve-photo__form:not(:last-child) {
    margin-bottom: 1.5625rem
  }

  .view__title {
    font-size: 1.125rem
  }

  .view__title:not(:last-child) {
    margin-bottom: .9375rem
  }

  .view__text.text {
    font-size: .875rem
  }

  .view__post-date,
  .view__post-source {
    font-size: .875rem
  }

  .reviews__columns {
    gap: .625rem
  }

  .reviews__item {
    gap: .625rem
  }

  .reviews__button {
    margin-top: 1.25rem
  }

  .reviews__button {
    padding-left: 1.5625rem
  }

  .reviews__button {
    padding-right: 1.5625rem
  }

  .spollers {
    padding-left: 1.5625rem
  }

  .spollers {
    padding-right: 1.5625rem
  }

  .spollers {
    border-radius: 1.25rem
  }

  .spollers__item {
    padding-top: .625rem
  }

  .spollers__item {
    padding-bottom: .625rem
  }

  .spollers__title {
    font-size: 1.125rem
  }

  .spollers__title {
    padding-top: .625rem
  }

  .spollers__title {
    padding-bottom: .625rem
  }

  ._spoller-init .spollers__title::after,
  ._spoller-init .spollers__title::before {
    width: .9375rem
  }

  .spollers__body {
    padding-bottom: .625rem
  }

  .spollers__text {
    font-size: 1.125rem
  }

  .spollers__text p:not(:last-child) {
    margin-bottom: .625rem
  }

  .tabs__navigation:not(:last-child) {
    margin-bottom: .9375rem
  }

  .tabs__body {
    border-radius: .625rem
  }

  .tabs__body iframe {
    min-height: 15.3125rem
  }

  .title {
    font-size: 1.5rem
  }

  .title--mr:not(:last-child) {
    margin-bottom: 1.25rem
  }

  .text {
    font-size: .875rem
  }

  .record {
    border-radius: .9375rem
  }

  .controlls {
    gap: .5rem
  }

  .controlls__arrow {
    width: 2.1875rem
  }

  .controlls__arrow {
    height: 2.1875rem
  }

  .controlls__arrow {
    font-size: .875rem
  }

  .footer {
    margin-top: 2.8125rem
  }

  .footer__container {
    padding-top: 1.5625rem
  }

  .footer__container {
    padding-bottom: 2.1875rem
  }

  .footer__aside {
    row-gap: 1.25rem
  }

  .footer__button {
    padding-left: 1.5625rem
  }

  .footer__button {
    padding-right: 1.5625rem
  }

  .footer__social {
    font-size: 2.625rem
  }

  .footer__phone {
    gap: .4375rem
  }

  .footer__phone span {
    font-size: 1rem
  }

  .footer__phone a {
    font-size: 1.125rem
  }

  .about {
    padding-top: 2.1875rem
  }

  .about__title {
    font-size: 1.75rem
  }

  .about__body {
    gap: 1.5625rem
  }

  .about__text:not(:last-child) {
    margin-bottom: .9375rem
  }

  .about__block {
    font-size: 1.125rem
  }

  .about__image {
    border-radius: .9375rem
  }

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

  .about__button {
    gap: .9375rem
  }

  .about__button {
    height: 3.125rem
  }

  .about__button span {
    font-size: .875rem
  }

  .about__button::before {
    font-size: 1.75rem
  }

  .about__button::after {
    width: 7.8125rem
  }

  .about__button::after {
    border-radius: .625rem
  }

  .about__label-span {
    height: 1.5625rem
  }

  .faq {
    padding-top: 1.875rem
  }

  .clinic {
    padding-top: 1.875rem
  }

  .clinic__items {
    gap: .9375rem
  }

  .clinic__item {
    border-radius: 1.25rem
  }

  .clinic__item-name {
    font-size: 1rem
  }

  .clinic__item-name::before {
    font-size: 1.875rem
  }

  .service {
    padding-top: 1.875rem
  }

  .service__items {
    gap: 1.25rem
  }

  .review {
    padding-top: 2.5rem
  }

  .review__head:not(:last-child) {
    margin-bottom: 1.5625rem
  }

  .review__title {
    font-size: 1.375rem
  }

  .review__body:not(:last-child) {
    margin-bottom: 1.875rem
  }

  .review__button {
    padding-left: 1.875rem
  }

  .review__button {
    padding-right: 1.875rem
  }

  .review__all {
    font-size: 1rem
  }

  .review-item {
    row-gap: .9375rem
  }

  .review-item {
    padding-top: 1rem
  }

  .review-item {
    padding-left: .75rem
  }

  .review-item {
    padding-bottom: .75rem
  }

  .review-item {
    padding-right: .75rem
  }

  .review-item {
    border-radius: .75rem
  }

  .review-item__title {
    font-size: 1rem
  }

  .review-item__text {
    font-size: .75rem
  }

  .review-item__post-date,
  .review-item__post-source {
    font-size: .75rem
  }

  .review-item__read {
    gap: .625rem
  }

  .review-item__read {
    font-size: .75rem
  }

  .review-item__read::before {
    height: 1.875rem
  }

  .review-item__read::before {
    min-width: 1.875rem
  }
}

@media (max-width:61.99875em) {
  .serve-video__content {
    gap: 1.5625rem
  }

  .serve-video__content {
    align-items: start;
    grid-template-columns: repeat(2, 1fr)
  }

  .reviews__columns {
    grid-template-columns: repeat(2, 1fr)
  }

  .reviews__item:nth-child(3) {
    display: none
  }

  .about__title-mobile:not(:last-child) {
    margin-bottom: .9375rem
  }

  .about__content {
    order: 2
  }

  .about__aside {
    order: 1
  }

  .review__bottom {
    display: flex
  }

  .review__bottom-remnant {
    display: none
  }
}

@media (max-width:50.93625em) {
  .tabs {
    display: flex;
    align-items: center;
    flex-direction: column
  }

  .tabs__body {
    width: 100%;
    max-width: 100%
  }

  .footer__contacts {
    gap: .625rem
  }
}

@media (max-width:50.93625em)and (max-width:20em) {
  .footer__tabs:not(:last-child) {
    margin-bottom: 1.875rem
  }

  .footer__contacts {
    gap: .3125rem
  }
}

@media (max-width:47.99875em) {
  .form.form-base {
    gap: 1.25rem
  }

  .form.form-base .form__button {
    margin: 0 auto
  }

  .menu__body {
    display: grid;
    row-gap: 1.25rem;
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    background: linear-gradient(90deg, #857763 0, #9f9b8d 100%);
    padding: 5.625rem .9375rem 1.875rem .9375rem;
    transition: left .4s;
    grid-template-rows: 1fr auto
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left .4s;
    z-index: 2;
    background-color: #fff;
    box-shadow: rgba(14, 63, 126, .04) 0 0 0 1px, rgba(42, 51, 69, .04) 0 1px 1px -.5px, rgba(42, 51, 70, .04) 0 3px 3px -1.5px, rgba(42, 51, 70, .04) 0 6px 6px -3px, rgba(14, 63, 126, .04) 0 12px 12px -6px, rgba(14, 63, 126, .04) 0 24px 24px -12px
  }

  .menu-open .menu__body {
    left: 0
  }

  .menu-open .menu__body::before {
    left: 0
  }

  .menu__list {
    gap: .9375rem;
    flex-direction: column
  }

  .menu__item {
    padding-bottom: .9375rem;
    border-bottom: .0625rem solid rgba(255, 255, 255, .3)
  }

  .menu__link {
    color: #fff;
    font-size: 1.75rem
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.75rem;
    height: 1.125rem;
    z-index: 5
  }

  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .4s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    border-radius: 10px;
    background-color: #877966
  }

  .icon-menu::before {
    top: 0
  }

  .icon-menu::after {
    bottom: 0
  }

  .icon-menu span {
    top: calc(50% - .0625rem)
  }

  .menu-open .icon-menu span {
    width: 0
  }

  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .popup__content.view {
    max-width: 47.5rem
  }

  .popup__head {
    grid-template-columns: 2rem auto 2rem
  }

  .popup__close {
    width: 32px;
    height: 32px
  }

  .popup__close svg {
    width: .9375rem;
    height: .9375rem
  }

  .popup__logo {
    font-size: 1.25rem
  }

  .serve-video__content {
    grid-template-columns: auto
  }

  .serve-video__text {
    display: none
  }

  .header__container {
    align-items: center;
    min-height: 4.375rem
  }

  .header__aside {
    gap: .75rem;
    flex-direction: row-reverse
  }

  .header__logo {
    padding-bottom: .1875rem
  }

  .header__phone span {
    display: none
  }

  .hero {
    padding-top: 3.375rem;
    background: linear-gradient(-90deg, #fff 0, #e9e6e2 100%)
  }

  .hero__content {
    order: 2
  }

  .hero__head {
    text-align: center
  }

  .hero__head:not(:last-child) {
    margin-bottom: .9375rem
  }

  .hero__button {
    width: 100%;
    min-height: 2.625rem
  }

  .hero__aside {
    order: 1;
    justify-content: center
  }

  .hero__actions {
    display: none
  }

  .about__title-mobile {
    text-align: center
  }

  .clinic__item {
    padding-left: .9375rem
  }

  .clinic__item:first-child .clinic__item-img {
    max-width: 11.875rem
  }

  .clinic__item:last-child .clinic__item-img {
    max-width: 16.875rem
  }

  .service__title {
    text-align: center
  }

  .review__slider.swiper:last-child {
    display: none
  }
}

@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}

@media (max-width:47.99875em)and (max-width:47.99875em) {
  .header__phone a span {
    display: none
  }
}

@media (max-width:47.99875em)and (max-width:20em) {
  .hero {
    padding-bottom: 1.5625rem
  }

  .hero__container {
    row-gap: .9375rem
  }

  .hero__head {
    font-size: 1.125rem
  }

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

  .hero__button {
    font-size: .875rem
  }

  .about__button {
    padding-left: .0000000625rem
  }
}

@media (max-width:29.99875em) {
  .reviews__columns {
    grid-template-columns: auto
  }

  .reviews__item:nth-child(2) {
    display: none
  }

  ._spoller-init .spollers__title::after,
  ._spoller-init .spollers__title::before {
    height: 2px
  }

  .tabs__navigation::before {
    height: 2.75rem;
    width: 9.590625rem
  }

  .tabs__navigation.nav-toggle::before {
    left: 10.625rem;
    width: 7.125625rem
  }

  .tabs__title {
    font-size: .9375rem;
    min-height: 2.75rem;
    padding: 0 .75rem
  }

  .tabs__title span {
    gap: .625rem
  }

  .tabs__title svg {
    max-width: 1.5625rem;
    min-width: 1.5625rem
  }

  .about__label-span {
    width: .0625rem
  }

  .item-service.item-service-logo {
    display: none
  }

  .review__head {
    row-gap: .875rem;
    flex-direction: column
  }

  .review__title {
    text-align: center
  }

  .review__controlls {
    margin: 0 auto
  }

  .review__bottom {
    row-gap: .9375rem;
    flex-direction: column
  }
}

@media (min-width:47.99875em)and (max-width:86.25em) {
  .form.form-base {
    gap: clamp(1.25rem, .465732329rem + 1.6339335316vw, 1.875rem)
  }

  .menu__link {
    font-size: clamp(1.0625rem, .6703661645rem + .8169667658vw, 1.375rem)
  }

  .popup__content.view {
    max-width: clamp(47.5rem, 31.8146465802rem + 32.6786706317vw, 60rem)
  }

  .header__container {
    padding-top: clamp(2.1875rem, .618964658rem + 3.2678670632vw, 3.4375rem)
  }

  .header__container {
    padding-bottom: clamp(1.125rem, .9681464658rem + .3267867063vw, 1.25rem)
  }

  .header__aside {
    gap: clamp(.9375rem, -1.8074368485rem + 5.7187673605vw, 3.125rem)
  }

  .header__logo {
    font-size: clamp(1.375rem, .2770252606rem + 2.2875069442vw, 2.25rem)
  }

  .header__logo {
    padding-bottom: clamp(.0000000625rem, .2818534558rem + -.3267865429vw, .125rem)
  }

  .header__phone {
    gap: clamp(.4375rem, .2022196987rem + .4901800595vw, .625rem)
  }

  .header__phone {
    padding-bottom: clamp(.1875rem, -.1262070684rem + .6535734126vw, .4375rem)
  }

  .header__phone a span {
    font-size: clamp(1.125rem, .8112929316rem + .6535734126vw, 1.375rem)
  }

  .hero {
    padding-bottom: clamp(1.875rem, 1.090732329rem + 1.6339335316vw, 2.5rem)
  }

  .hero__container {
    -webkit-column-gap: clamp(1.5625rem, .3860984935rem + 2.4509002974vw, 2.5rem);
    -moz-column-gap: clamp(1.5625rem, .3860984935rem + 2.4509002974vw, 2.5rem);
    column-gap: clamp(1.5625rem, .3860984935rem + 2.4509002974vw, 2.5rem)
  }

  .hero__content {
    padding-top: clamp(5rem, -2.0584090389rem + 14.7054017843vw, 10.625rem)
  }

  .hero__head:not(:last-child) {
    margin-bottom: clamp(.625rem, -.159267671rem + 1.6339335316vw, 1.25rem)
  }

  .hero__title {
    font-size: clamp(2rem, .9804520277rem + 2.1241135911vw, 2.8125rem)
  }

  .hero__title:not(:last-child) {
    margin-bottom: clamp(.3125rem, -.0796338355rem + .8169667658vw, .625rem)
  }

  .hero__subtitle {
    font-size: clamp(1.375rem, .7240578331rem + 1.3561648312vw, 1.89375rem)
  }

  .hero__text {
    font-size: clamp(.96875rem, .4589760139rem + 1.0620567955vw, 1.375rem)
  }

  .hero__text:not(:last-child) {
    margin-bottom: clamp(1.25rem, -.318535342rem + 3.2678670632vw, 2.5rem)
  }

  .hero__button {
    font-size: clamp(1.125rem, .8112929316rem + .6535734126vw, 1.375rem)
  }

  .hero__button {
    min-height: clamp(3rem, 2.0588787948rem + 1.9607202379vw, 3.75rem)
  }

  .hero__button {
    padding-left: clamp(1.875rem, -.477803013rem + 4.9018005948vw, 3.75rem)
  }

  .hero__button {
    padding-right: clamp(1.875rem, -.477803013rem + 4.9018005948vw, 3.75rem)
  }

  .hero__aside {
    -webkit-column-gap: clamp(.3125rem, -.471767671rem + 1.6339335316vw, .9375rem);
    -moz-column-gap: clamp(.3125rem, -.471767671rem + 1.6339335316vw, .9375rem);
    column-gap: clamp(.3125rem, -.471767671rem + 1.6339335316vw, .9375rem)
  }

  .hero__social {
    font-size: clamp(2.1875rem, 1.403232329rem + 1.6339335316vw, 2.8125rem)
  }

  .clinic__item {
    padding-left: clamp(.9375rem, -1.0231691775rem + 4.084833829vw, 2.5rem)
  }

  .review__slider.swiper:not(:last-child) {
    margin-bottom: clamp(1.875rem, 1.090732329rem + 1.6339335316vw, 2.5rem)
  }
}

@media (min-width:20em)and (max-width:86.25em) {
  .form.form-base .form__content {
    row-gap: clamp(.625rem, .5306603774rem + .4716981132vw, .9375rem)
  }

  .form.form-base .form__labels {
    row-gap: clamp(.9375rem, 1.3443396226rem + -.4716981132vw, 1.25rem)
  }

  .form__title {
    font-size: clamp(1.125rem, .9929245283rem + .6603773585vw, 1.5625rem)
  }

  .form__title:not(:last-child) {
    margin-bottom: clamp(1.25rem, .9669811321rem + 1.4150943396vw, 2.1875rem)
  }

  .form__labels:not(:last-child) {
    margin-bottom: clamp(1.5625rem, 1.1851415094rem + 1.8867924528vw, 2.8125rem)
  }

  .form__inputs {
    gap: clamp(.75rem, .5047169811rem + 1.2264150943vw, 1.5625rem)
  }

  .form__inputs.inputs-leave:not(:last-child) {
    margin-bottom: clamp(1.0625rem, .8172169811rem + 1.2264150943vw, 1.875rem)
  }

  .form__bottom {
    gap: clamp(.9375rem, .6544811321rem + 1.4150943396vw, 1.875rem)
  }

  .form__text {
    font-size: clamp(1rem, .8867924528rem + .5660377358vw, 1.375rem)
  }

  .form__button.button {
    padding-left: clamp(1.25rem, .4952830189rem + 3.7735849057vw, 3.75rem)
  }

  .form__button.button {
    padding-right: clamp(1.25rem, .4952830189rem + 3.7735849057vw, 3.75rem)
  }

  .button {
    font-size: clamp(.875rem, .7240566038rem + .7547169811vw, 1.375rem)
  }

  .button {
    min-height: clamp(2.625rem, 2.2853773585rem + 1.6981132075vw, 3.75rem)
  }

  .input {
    font-size: clamp(.875rem, .7240566038rem + .7547169811vw, 1.375rem)
  }

  .input {
    min-height: clamp(2.625rem, 2.2853773585rem + 1.6981132075vw, 3.75rem)
  }

  .popup__content {
    padding-top: clamp(.9375rem, .8431603774rem + .4716981132vw, 1.25rem)
  }

  .popup__content {
    padding-bottom: clamp(1.5625rem, .9964622642rem + 2.8301886792vw, 3.4375rem)
  }

  .popup__content.consult,
  .popup__content.leave {
    padding-left: clamp(.9375rem, .8431603774rem + .4716981132vw, 1.25rem)
  }

  .popup__content.consult,
  .popup__content.leave {
    padding-right: clamp(.9375rem, .8431603774rem + .4716981132vw, 1.25rem)
  }

  .popup__content.serve-photo,
  .popup__content.serve-video {
    padding-left: clamp(.9375rem, .4658018868rem + 2.358490566vw, 2.5rem)
  }

  .popup__content.serve-photo,
  .popup__content.serve-video {
    padding-right: clamp(.9375rem, .4658018868rem + 2.358490566vw, 2.5rem)
  }

  .popup__content.view {
    padding-left: clamp(.9375rem, .4658018868rem + 2.358490566vw, 2.5rem)
  }

  .popup__content.view {
    padding-right: clamp(.9375rem, .4658018868rem + 2.358490566vw, 2.5rem)
  }

  .popup__content.reviews {
    padding-left: clamp(.9375rem, .8431603774rem + .4716981132vw, 1.25rem)
  }

  .popup__content.reviews {
    padding-right: clamp(.9375rem, .8431603774rem + .4716981132vw, 1.25rem)
  }

  .popup__head:not(:last-child) {
    margin-bottom: clamp(1.25rem, .8726415094rem + 1.8867924528vw, 2.5rem)
  }

  .popup__title:not(:last-child) {
    margin-bottom: clamp(1.25rem, .7783018868rem + 2.358490566vw, 2.8125rem)
  }

  .serve__bottom {
    gap: clamp(.9375rem, .7488207547rem + .9433962264vw, 1.5625rem)
  }

  .serve-video__content:not(:last-child) {
    margin-bottom: clamp(1.5625rem, 1.3738207547rem + .9433962264vw, 2.1875rem)
  }

  .serve-photo__images {
    gap: clamp(.625rem, -.5070754717rem + 5.6603773585vw, 4.375rem)
  }

  .serve-photo__images:not(:last-child) {
    margin-bottom: clamp(1.25rem, .6839622642rem + 2.8301886792vw, 3.125rem)
  }

  .serve-photo__image-label {
    font-size: clamp(.9375rem, .8054245283rem + .6603773585vw, 1.375rem)
  }

  .serve-photo__image-label:not(:last-child) {
    margin-bottom: clamp(.75rem, .6933962264rem + .2830188679vw, .9375rem)
  }

  .serve-photo__image-img {
    border-radius: clamp(.9375rem, .7488207547rem + .9433962264vw, 1.5625rem)
  }

  .serve-photo__form:not(:last-child) {
    margin-bottom: clamp(1.5625rem, 1.3738207547rem + .9433962264vw, 2.1875rem)
  }

  .view__title {
    font-size: clamp(1.125rem, .9929245283rem + .6603773585vw, 1.5625rem)
  }

  .view__title:not(:last-child) {
    margin-bottom: clamp(.9375rem, .4658018868rem + 2.358490566vw, 2.5rem)
  }

  .view__text.text {
    font-size: clamp(.875rem, .7240566038rem + .7547169811vw, 1.375rem)
  }

  .view__post-date,
  .view__post-source {
    font-size: clamp(.875rem, .7617924528rem + .5660377358vw, 1.25rem)
  }

  .reviews__columns {
    gap: clamp(.625rem, .4363207547rem + .9433962264vw, 1.25rem)
  }

  .reviews__item {
    gap: clamp(.625rem, .4363207547rem + .9433962264vw, 1.25rem)
  }

  .reviews__button {
    margin-top: clamp(1.25rem, .8726415094rem + 1.8867924528vw, 2.5rem)
  }

  .reviews__button {
    padding-left: clamp(1.5625rem, .7134433962rem + 4.2452830189vw, 4.375rem)
  }

  .reviews__button {
    padding-right: clamp(1.5625rem, .7134433962rem + 4.2452830189vw, 4.375rem)
  }

  .spollers {
    padding-left: clamp(1.5625rem, .3360849057rem + 6.1320754717vw, 5.625rem)
  }

  .spollers {
    padding-right: clamp(1.5625rem, .3360849057rem + 6.1320754717vw, 5.625rem)
  }

  .spollers {
    border-radius: clamp(1.25rem, .9669811321rem + 1.4150943396vw, 2.1875rem)
  }

  .spollers__item {
    padding-top: clamp(.625rem, .4363207547rem + .9433962264vw, 1.25rem)
  }

  .spollers__item {
    padding-bottom: clamp(.625rem, .4363207547rem + .9433962264vw, 1.25rem)
  }

  .spollers__title {
    font-size: clamp(1.125rem, .8985849057rem + 1.1320754717vw, 1.875rem)
  }

  .spollers__title {
    padding-top: clamp(.625rem, .4363207547rem + .9433962264vw, 1.25rem)
  }

  .spollers__title {
    padding-bottom: clamp(.625rem, .4363207547rem + .9433962264vw, 1.25rem)
  }

  ._spoller-init .spollers__title::after,
  ._spoller-init .spollers__title::before {
    width: clamp(.9375rem, .8431603774rem + .4716981132vw, 1.25rem)
  }

  .spollers__body {
    padding-bottom: clamp(.625rem, .4363207547rem + .9433962264vw, 1.25rem)
  }

  .spollers__text {
    font-size: clamp(1.125rem, .9929245283rem + .6603773585vw, 1.5625rem)
  }

  .spollers__text p:not(:last-child) {
    margin-bottom: clamp(.625rem, .4363207547rem + .9433962264vw, 1.25rem)
  }

  .tabs__navigation:not(:last-child) {
    margin-bottom: clamp(.9375rem, .7865566038rem + .7547169811vw, 1.4375rem)
  }

  .tabs__body {
    border-radius: clamp(.625rem, .4363207547rem + .9433962264vw, 1.25rem)
  }

  .tabs__body iframe {
    min-height: clamp(15.3125rem, 13.4257075472rem + 9.4339622642vw, 21.5625rem)
  }

  .title {
    font-size: clamp(1.5rem, 1.1981132075rem + 1.5094339623vw, 2.5rem)
  }

  .title--mr:not(:last-child) {
    margin-bottom: clamp(1.25rem, 1.0613207547rem + .9433962264vw, 1.875rem)
  }

  .text {
    font-size: clamp(.875rem, .7240566038rem + .7547169811vw, 1.375rem)
  }

  .record {
    border-radius: clamp(.9375rem, .7488207547rem + .9433962264vw, 1.5625rem)
  }

  .controlls {
    gap: clamp(.5rem, .2735849057rem + 1.1320754717vw, 1.25rem)
  }

  .controlls__arrow {
    width: clamp(2.1875rem, 1.7535377358rem + 2.1698113208vw, 3.625rem)
  }

  .controlls__arrow {
    height: clamp(2.1875rem, 1.7535377358rem + 2.1698113208vw, 3.625rem)
  }

  .controlls__arrow {
    font-size: clamp(.875rem, .7240566038rem + .7547169811vw, 1.375rem)
  }

  .footer {
    margin-top: clamp(2.8125rem, 1.7747641509rem + 5.1886792453vw, 6.25rem)
  }

  .footer__container {
    padding-top: clamp(1.5625rem, 1.2794811321rem + 1.4150943396vw, 2.5rem)
  }

  .footer__container {
    padding-bottom: clamp(2.1875rem, 1.3384433962rem + 4.2452830189vw, 5rem)
  }

  .footer__aside {
    row-gap: clamp(1.25rem, .8726415094rem + 1.8867924528vw, 2.5rem)
  }

  .footer__button {
    padding-left: clamp(1.5625rem, 1.0908018868rem + 2.358490566vw, 3.125rem)
  }

  .footer__button {
    padding-right: clamp(1.5625rem, 1.0908018868rem + 2.358490566vw, 3.125rem)
  }

  .footer__social {
    font-size: clamp(2.625rem, 2.3985849057rem + 1.1320754717vw, 3.375rem)
  }

  .footer__phone {
    gap: clamp(.4375rem, .3808962264rem + .2830188679vw, .625rem)
  }

  .footer__phone span {
    font-size: clamp(1rem, .9245283019rem + .3773584906vw, 1.25rem)
  }

  .footer__phone a {
    font-size: clamp(1.125rem, .9174528302rem + 1.0377358491vw, 1.8125rem)
  }

  .about {
    padding-top: clamp(2.1875rem, 1.9988207547rem + .9433962264vw, 2.8125rem)
  }

  .about__title {
    font-size: clamp(1.75rem, 1.5235849057rem + 1.1320754717vw, 2.5rem)
  }

  .about__body {
    gap: clamp(1.5625rem, 1.2794811321rem + 1.4150943396vw, 2.5rem)
  }

  .about__text:not(:last-child) {
    margin-bottom: clamp(.9375rem, .7488207547rem + .9433962264vw, 1.5625rem)
  }

  .about__block {
    font-size: clamp(1.125rem, 1.0495283019rem + .3773584906vw, 1.375rem)
  }

  .about__image {
    border-radius: clamp(.9375rem, .6544811321rem + 1.4150943396vw, 1.875rem)
  }

  .about__image:not(:last-child) {
    margin-bottom: clamp(1.0625rem, .9115566038rem + .7547169811vw, 1.5625rem)
  }

  .about__button {
    gap: clamp(.9375rem, .7488207547rem + .9433962264vw, 1.5625rem)
  }

  .about__button {
    height: clamp(3.125rem, 2.4268867925rem + 3.4905660377vw, 5.4375rem)
  }

  .about__button span {
    font-size: clamp(.875rem, .7617924528rem + .5660377358vw, 1.25rem)
  }

  .about__button::before {
    font-size: clamp(1.75rem, 1.429245283rem + 1.6037735849vw, 2.8125rem)
  }

  .about__button::after {
    width: clamp(7.8125rem, 6.6992924528rem + 5.5660377358vw, 11.5rem)
  }

  .about__button::after {
    border-radius: clamp(.625rem, .5306603774rem + .4716981132vw, .9375rem)
  }

  .about__label-span {
    height: clamp(1.5625rem, 1.2794811321rem + 1.4150943396vw, 2.5rem)
  }

  .faq {
    padding-top: clamp(1.875rem, 1.1202830189rem + 3.7735849057vw, 4.375rem)
  }

  .clinic {
    padding-top: clamp(1.875rem, 1.4976415094rem + 1.8867924528vw, 3.125rem)
  }

  .clinic__items {
    gap: clamp(.9375rem, .6544811321rem + 1.4150943396vw, 1.875rem)
  }

  .clinic__item {
    border-radius: clamp(1.25rem, .9669811321rem + 1.4150943396vw, 2.1875rem)
  }

  .clinic__item-name {
    font-size: clamp(1rem, .8490566038rem + .7547169811vw, 1.5rem)
  }

  .clinic__item-name::before {
    font-size: clamp(1.875rem, 1.6863207547rem + .9433962264vw, 2.5rem)
  }

  .service {
    padding-top: clamp(1.875rem, 1.1202830189rem + 3.7735849057vw, 4.375rem)
  }

  .service__items {
    gap: clamp(1.25rem, .9669811321rem + 1.4150943396vw, 2.1875rem)
  }

  .review {
    padding-top: clamp(2.5rem, 1.6509433962rem + 4.2452830189vw, 5.3125rem)
  }

  .review__head:not(:last-child) {
    margin-bottom: clamp(1.5625rem, 1.1851415094rem + 1.8867924528vw, 2.8125rem)
  }

  .review__title {
    font-size: clamp(1.375rem, 1.0353773585rem + 1.6981132075vw, 2.5rem)
  }

  .review__body:not(:last-child) {
    margin-bottom: clamp(1.875rem, 1.4976415094rem + 1.8867924528vw, 3.125rem)
  }

  .review__button {
    padding-left: clamp(1.875rem, 1.1202830189rem + 3.7735849057vw, 4.375rem)
  }

  .review__button {
    padding-right: clamp(1.875rem, 1.1202830189rem + 3.7735849057vw, 4.375rem)
  }

  .review__all {
    font-size: clamp(1rem, .8113207547rem + .9433962264vw, 1.625rem)
  }

  .review-item {
    row-gap: clamp(.9375rem, .5601415094rem + 1.8867924528vw, 2.1875rem)
  }

  .review-item {
    padding-top: clamp(1rem, .5471698113rem + 2.2641509434vw, 2.5rem)
  }

  .review-item {
    padding-left: clamp(.75rem, .4103773585rem + 1.6981132075vw, 1.875rem)
  }

  .review-item {
    padding-bottom: clamp(.75rem, .4103773585rem + 1.6981132075vw, 1.875rem)
  }

  .review-item {
    padding-right: clamp(.75rem, .4103773585rem + 1.6981132075vw, 1.875rem)
  }

  .review-item {
    border-radius: clamp(.75rem, .6933962264rem + .2830188679vw, .9375rem)
  }

  .review-item__title {
    font-size: clamp(1rem, .9245283019rem + .3773584906vw, 1.25rem)
  }

  .review-item__text {
    font-size: clamp(.75rem, .6745283019rem + .3773584906vw, 1rem)
  }

  .review-item__post-date,
  .review-item__post-source {
    font-size: clamp(.75rem, .6745283019rem + .3773584906vw, 1rem)
  }

  .review-item__read {
    gap: clamp(.625rem, .5306603774rem + .4716981132vw, .9375rem)
  }

  .review-item__read {
    font-size: clamp(.75rem, .6745283019rem + .3773584906vw, 1rem)
  }

  .review-item__read::before {
    height: clamp(1.875rem, 1.6863207547rem + .9433962264vw, 2.5rem)
  }

  .review-item__read::before {
    min-width: clamp(1.875rem, 1.6863207547rem + .9433962264vw, 2.5rem)
  }
}

@media (min-width:61.99875em)and (max-width:86.25em) {
  .menu__list {
    gap: clamp(1.25rem, -2.7445589145rem + 6.4429668574vw, 2.8125rem)
  }

  .serve-video__content {
    gap: clamp(1.5625rem, -.8342353487rem + 3.8657801144vw, 2.5rem)
  }

  .about__text {
    font-size: clamp(1rem, .0413058605rem + 1.5463120458vw, 1.375rem)
  }

  .about__label:first-child .about__label-value::after {
    font-size: clamp(1.75rem, .6315235039rem + 1.8040307201vw, 2.1875rem)
  }

  .about__label-value {
    font-size: clamp(2.375rem, -1.4597765579rem + 6.1852481831vw, 3.875rem)
  }

  .about__label-text {
    font-size: clamp(.875rem, .2358705737rem + 1.0308746972vw, 1.125rem)
  }
}

@media (max-width:61.99875em)and (min-width:61.99875em) {
  .menu__list {
    gap: 1.25rem
  }

  .about__label:first-child .about__label-value::after {
    font-size: 1.75rem
  }

  .about__label:first-child .about__label-value::after {
    padding-top: .3125rem
  }

  .about__label-value {
    font-size: 3rem
  }

  .about__label-value:not(:last-child) {
    margin-bottom: .1875rem
  }

  .about__label-text {
    font-size: 1.125rem
  }

  .about__label-text {
    padding-left: .1875rem
  }

  .about__label-span {
    margin-top: .3125rem
  }
}

@media (max-width:61.99875em)and (min-width:47.99875em)and (max-width:61.99875em) {
  .menu__list {
    gap: clamp(.9375rem, -.1339006696rem + 2.2321428571vw, 1.25rem)
  }
}

@media (min-width:47.99875em)and (min-width:47.99875em)and (max-width:86.25em) {
  .header._header-scroll .header__container {
    padding-top: clamp(1.125rem, .4191590961rem + 1.4705401784vw, 1.6875rem)
  }
}

@media (max-width:50.93625em)and (min-width:86.25em) {
  .footer__tabs:not(:last-child) {
    margin-bottom: 2.8125rem
  }
}

@media (max-width:50.93625em)and (min-width:20em)and (max-width:86.25em) {
  .footer__tabs:not(:last-child) {
    margin-bottom: clamp(1.875rem, 1.5919811321rem + 1.4150943396vw, 2.8125rem)
  }
}

@media (min-width:50.93625em)and (max-width:86.25em) {
  .footer__contacts {
    gap: clamp(.625rem, -.4567935648rem + 2.1238186259vw, 1.375rem)
  }
}

@media (max-width:50.93625em)and (min-width:50.93625em) {
  .footer__contacts {
    gap: .625rem
  }
}

@media (max-width:50.93625em)and (min-width:20em)and (max-width:50.93625em) {
  .footer__contacts {
    gap: clamp(.3125rem, .1104716352rem + 1.0101418239vw, .625rem)
  }
}

@media (max-width:47.99875em)and (min-width:47.99875em) {
  .hero {
    padding-bottom: 2.1875rem
  }

  .hero__container {
    row-gap: 1.5625rem
  }

  .hero__head {
    font-size: 1.875rem
  }

  .hero__text:not(:last-child) {
    margin-bottom: 1.875rem
  }

  .hero__button {
    font-size: 1.125rem
  }

  .about__button {
    padding-left: 1.25rem
  }
}

@media (max-width:47.99875em)and (min-width:20em)and (max-width:47.99875em) {
  .hero {
    padding-bottom: clamp(1.5625rem, 1.1160514978rem + 2.2322425108vw, 2.1875rem)
  }

  .hero__container {
    row-gap: clamp(.9375rem, .4910514978rem + 2.2322425108vw, 1.5625rem)
  }

  .hero__head {
    font-size: clamp(1.125rem, .5892617974rem + 2.678691013vw, 1.875rem)
  }

  .hero__text:not(:last-child) {
    margin-bottom: clamp(1.25rem, .8035514978rem + 2.2322425108vw, 1.875rem)
  }

  .hero__button {
    font-size: clamp(.875rem, .6964205991rem + .8928970043vw, 1.125rem)
  }

  .about__button {
    padding-left: clamp(.0000000625rem, -.8928968972rem + 4.4644847984vw, 1.25rem)
  }
}

@media (min-width:61.99875em)and (min-width:20em)and (max-width:86.25em) {
  .about__title:not(:last-child) {
    margin-bottom: clamp(1.25rem, 1.0613207547rem + .9433962264vw, 1.875rem)
  }
}

@media (min-width:61.99875em)and (max-width:20em) {
  .about__title:not(:last-child) {
    margin-bottom: 1.25rem
  }
}

@media (max-width:61.99875em)and (min-width:20em)and (max-width:61.99875em) {
  .about__label:first-child .about__label-value::after {
    font-size: clamp(1.25rem, 1.0118976755rem + 1.1905116224vw, 1.75rem)
  }

  .about__label:first-child .about__label-value::after {
    padding-top: clamp(.125rem, .0357116283rem + .4464418584vw, .3125rem)
  }

  .about__label-value {
    font-size: clamp(1.75rem, 1.1547441888rem + 2.9762790559vw, 3rem)
  }

  .about__label-value:not(:last-child) {
    margin-bottom: clamp(.09375rem, .0491058142rem + .2232209292vw, .1875rem)
  }

  .about__label-text {
    font-size: clamp(.625rem, .3868976755rem + 1.1905116224vw, 1.125rem)
  }

  .about__label-text {
    padding-left: clamp(.0000000625rem, -.0892882794rem + .4464417096vw, .1875rem)
  }

  .about__label-span {
    margin-top: clamp(.0625rem, -.0565511622rem + .5952558112vw, .3125rem)
  }
}

@media (any-hover:hover) {
  .button:hover {
    box-shadow: rgba(14, 63, 126, .28) 0 10px 17px -5px
  }

  .button:hover span {
    color: rgba(0, 0, 0, .85)
  }

  .button:hover::before {
    left: -100%
  }

  .popup__close:hover {
    background-color: rgba(255, 0, 0, .75)
  }

  .serve-photo__image-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  .spollers__item:hover .spollers__title {
    color: rgba(0, 0, 0, .75)
  }

  ._spoller-init .spollers__item:hover .spollers__title::after,
  ._spoller-init .spollers__item:hover .spollers__title::before {
    background-color: rgba(0, 0, 0, .75)
  }

  .text a:hover {
    color: #000;
    text-decoration: underline
  }

  .shad.shad-hv:hover {
    box-shadow: rgba(14, 63, 126, .35) 0 20px 34px -5px
  }

  .record__button:hover {
    background-color: #fff
  }

  .header__logo:hover {
    color: #000
  }

  .header__phone a:hover span {
    color: red
  }

  .footer__social:hover {
    color: #000
  }

  .footer__phone a:hover {
    color: red
  }

  .hero__social:hover {
    color: #000
  }

  .review__all:hover {
    color: #000;
    text-decoration: none
  }

  .review-item:hover .review-item__read::before {
    color: #fff;
    box-shadow: rgba(0, 0, 0, .18) 0 3px 5px;
    background-color: rgba(135, 121, 102, .85)
  }
}