@font-face {
  font-family: icons;
  font-display: swap;
  src: url(../fonts/icons.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Onest;
  font-display: swap;
  src: url(../fonts/Onest-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Onest;
  font-display: swap;
  src: url(../fonts/Onest-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Onest;
  font-display: swap;
  src: url(../fonts/Onest-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}
[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-down-arrow:before {
  content: ""
}
._icon-cash:before {
  content: ""
}
._icon-arrow:before {
  content: ""
}
._icon-brackets:before {
  content: ""
}
._icon-care:before {
  content: ""
}
._icon-clock:before {
  content: ""
}
._icon-doctors:before {
  content: ""
}
._icon-letter:before {
  content: ""
}
._icon-like:before {
  content: ""
}
._icon-location:before {
  content: ""
}
._icon-mail:before {
  content: ""
}
._icon-payment:before {
  content: ""
}
._icon-people:before {
  content: ""
}
._icon-phone:before {
  content: ""
}
._icon-phone_2:before {
  content: ""
}
._icon-play:before {
  content: ""
}
._icon-services_1:before {
  content: ""
}
._icon-services_2:before {
  content: ""
}
._icon-services_3:before {
  content: ""
}
._icon-services_4:before {
  content: ""
}
._icon-services_5:before {
  content: ""
}
._icon-services_6:before {
  content: ""
}
._icon-services_7:before {
  content: ""
}
._icon-services_8:before {
  content: ""
}
._icon-s-facebook:before {
  content: ""
}
._icon-s-instagram:before {
  content: ""
}
._icon-s-linkedin:before {
  content: ""
}
._icon-technologies:before {
  content: ""
}
._icon-tooth:before {
  content: ""
}
._icon-up:before {
  content: ""
}
._icon-arrow-button: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: 360px
}
body {
  color: #0e384c;
  line-height: 1;
  font-family: Onest;
  font-size: 1rem;
  -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: Onest;
  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
}
html {
  scroll-behavior: smooth
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.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: 83.125rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto,81.25rem) 1fr .9375rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
body::after {
  content: "";
  background-color: rgba(12,12,12,.5019607843);
  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 {
  position: relative;
  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;
  width: 100%;
  max-width: 900px
}
.lock .popup__content {
  visibility: visible
}
.popup__text iframe {
  aspect-ratio: 620/420;
  width: 100%;
  height: 100%
}
.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0,-100%);
  transform: translate(0,-100%)
}
.form-popup__content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  box-shadow: 0 4px 30px 0 rgba(0,0,0,.15);
  background: linear-gradient(132deg,rgba(189,223,239,.2) 0,rgba(244,232,184,.2) 100%),#fff
}
.form-popup__close {
  align-self: end;
  margin-bottom: 2.5625rem
}
.form-popup__fields {
  display: grid;
  gap: .625rem
}
.form-popup__title {
  font-weight: 700;
  line-height: 1.3;
  text-align: center
}
.form-popup__text {
  color: #0e384c;
  text-align: center;
  line-height: 1.75
}
.form-popup__item {
  position: relative
}
.form-popup__item textarea {
  width: 100%;
  min-height: 9.375rem;
  resize: none
}
.form-popup___input {
  border: 1px solid rgba(14,56,76,.1);
  border-radius: .625rem;
  padding: .75rem .625rem;
  width: 100%;
  height: 3.3125rem;
  background-color: #fff
}
.form-popup___input::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(75,85,99,.5)
}
.form-popup___input:-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(75,85,99,.5)
}
.form-popup___input::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(75,85,99,.5)
}
.form-popup___input::placeholder {
  transition: opacity .3s;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(75,85,99,.5)
}
.form-popup___input:focus::-webkit-input-placeholder {
  opacity: 0
}
.form-popup___input:focus:-ms-input-placeholder {
  opacity: 0
}
.form-popup___input:focus::-ms-input-placeholder {
  opacity: 0
}
.form-popup___input:focus::placeholder {
  opacity: 0
}
.form-popup__button {
  padding: 1.125rem 2.8125rem!important;
  justify-content: space-between!important;
  color: #4b5563
}
.gallery__popup {
  padding: .9375rem!important;
  min-height: 100vh
}
.gallery__slider {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 100%
}
.gallery__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  z-index: 100
}
.gallery__wrapper {
  height: 100%
}
.gallery__slide {
  max-height: calc(100vh - 1.875rem);
  display: grid;
  justify-items: center
}
.gallery__picture {
  max-height: 100%;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  max-width: 67.5625rem;
  width: 70%;
  aspect-ratio: 1081/1146
}
.gallery__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.gallery__arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  height: 3.125rem;
  font-size: 1.625rem;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
.gallery-popup {
  max-height: 100vh
}
.gallery-popup__content {
  max-height: 100%;
  position: relative
}
.gallery-popup__slider {
  max-height: 100%
}
.gallery-popup__wrapper {
  max-height: 100%!important
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  font-size: 3.125rem
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}
.swiper-button-lock {
  display: none
}
.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
}
.title {
  font-weight: 700;
  line-height: 1.3;
  transition: all .5s .2s;
  opacity: 0;
  -webkit-transform: translate(1.25rem,0);
  transform: translate(1.25rem,0)
}
.title._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}
.subtitle {
  font-weight: 600;
  font-size: .875rem;
  line-height: 1.3;
  color: rgba(14,56,76,.7);
  display: flex;
  align-items: center;
  gap: .625rem;
  margin-bottom: 1.25rem;
  transition: all .5s 0s;
  opacity: 0;
  -webkit-transform: translate(1.25rem,0);
  transform: translate(1.25rem,0)
}
.subtitle::before {
  font-size: 1.125rem
}
.subtitle._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}
.text {
  transition: all .5s .3s;
  opacity: 0;
  -webkit-transform: translate(1.25rem,0);
  transform: translate(1.25rem,0);
  line-height: 1.8;
  color: #0e384c;
  display: grid;
  gap: 1.25rem
}
.text._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}
.button {
  white-space: nowrap;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  transition: background-color .35s;
  gap: .625rem;
  font-weight: 600;
  line-height: 1.1;
  background: #fed42a;
  border-radius: .625rem;
  padding: 1.125rem 1.5625rem
}
.button svg path {
  fill: currentcolor
}
.button::before {
  transition: color .3s;
  -webkit-animation: arrowAnimation 1s ease-in-out infinite;
  animation: arrowAnimation 1s ease-in-out infinite
}
.button--blue {
  color: #fff;
  background-color: #0e384c
}
@-webkit-keyframes arrowAnimation {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  50% {
    -webkit-transform: translate(.3125rem,0);
    transform: translate(.3125rem,0)
  }
  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
}
@keyframes arrowAnimation {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  50% {
    -webkit-transform: translate(.3125rem,0);
    transform: translate(.3125rem,0)
  }
  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
}
.breadcrumbs__list {
  display: flex;
  gap: .625rem;
  align-items: center
}
.breadcrumbs__list li {
  font-size: 1rem;
  color: #626e77;
  display: flex;
  align-items: center
}
.breadcrumbs__list li:first-child a {
  font-weight: 600;
  color: #242424;
  transition: all .35s
}
.breadcrumbs__list li:last-child {
  pointer-events: none
}
.breadcrumbs__list a {
  transition: all .35s
}
.form__error {
  position: absolute;
  bottom: 100%;
  left: .4375rem;
  color: red;
  font-size: .625rem
}
.header {
  box-shadow: 0 .25rem 1.875rem 0 rgba(14,56,76,.1);
  background: #fed42a;
  padding: .9375rem 0;
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__logo img {
  height: 100%
}
.header__actions {
  display: flex;
  align-items: center
}
.header__number {
  white-space: nowrap;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: .3125rem
}
.header__number::before {
  font-size: 1.125rem
}
.header__language {
  display: flex;
  align-items: center;
  gap: 1.25rem
}
.header__language a {
  transition: all .35s;
  font-weight: 300;
  opacity: .5;
  text-transform: capitalize
}
.header__language a.active {
  opacity: 1;
  text-decoration: underline;
  pointer-events: none
}
.menu__arrow {
  font-size: .5rem;
  transition: all .35s
}
.menu .menu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.menu .menu__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: .625rem;
  font-weight: 600;
  text-transform: capitalize
}
.menu .menu__link {
  transition: all .3s;
  line-height: 120%
}
.call {
  display: flex;
  gap: 1.25rem;
  align-items: center
}
.call__phone {
  display: grid;
  text-align: right
}
.call__number {
  line-height: 125%;
  font-weight: 700;
  transition: all .35s;
  white-space: nowrap;
  font-size: 1.25rem
}
.call__book {
  line-height: 125%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  transition: all .35s
}
.call__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: .75rem;
  background-color: #fffcfc;
  font-size: 1.1875rem
}
.call__icon::before {
  transition: all .3s;
  z-index: 6
}
.call__icon::after {
  z-index: 5;
  content: "";
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  top: 0;
  left: 0;
  background-color: #0e384c;
  border-radius: .75rem;
  transition: all .35s ease-in-out
}
.icon-menu {
  display: none
}
.spollers {
  display: grid;
  gap: 15px
}
.spollers__item {
  position: relative
}
.spollers__item button::before {
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s,-webkit-transform .35s
}
.menu__arrow {
  display: flex;
  padding-top: .0625rem;
  justify-content: center;
  align-items: center
}
.spollers__body.open {
  visibility: visible;
  opacity: 1;
  pointer-events: all!important
}
.spollers__title {
  list-style: none;
  display: flex;
  gap: .625rem;
  align-items: center
}
.spollers__title.active button::before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}
.footer {
  background-color: #fed42a
}
.footer__container {
  position: relative
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 1.25rem
}
.footer__bottom {
  border-top: 1px solid rgba(14,56,76,.1);
  border-bottom: 1px solid rgba(14,56,76,.1);
  display: flex;
  justify-content: space-between
}
.footer__logo {
  margin-top: 1.625rem;
  margin-bottom: 1.25rem
}
.footer__text {
  line-height: 1.8;
  color: #0e384c;
  display: grid;
  gap: 1.25rem
}
.footer__social {
  display: flex;
  gap: 3.125rem;
  font-size: 1.25rem
}
.footer__social a {
  transition: all .35s
}
.footer__columns {
  margin-top: 2.125rem;
  display: flex;
  gap: 6rem
}
.footer__subtitle {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem
}
.footer__list {
  display: grid;
  gap: .9375rem
}
.footer__item {
  display: flex;
  gap: .9375rem;
  align-items: center
}
.footer__item::before {
  font-size: 1.25rem;
  transition: all .35s
}
.footer__link {
  line-height: 1.75;
  transition: all .35s
}
.footer__contacts .footer__list {
  gap: 1.9375rem
}
.footer__copy {
  line-height: 1.8;
  text-align: center;
  color: rgba(14,56,76,.5)
}
.footer__up {
  position: absolute;
  bottom: 4.375rem;
  right: -8.375rem;
  border-radius: .625rem;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6875rem;
  width: 3.125rem;
  height: 3.125rem;
  transition: all .35s
}
.hero {
  background: url(../img/Hero/texture.svg) center bottom/contain no-repeat
}
.hero__container {
  display: grid;
  grid-template-columns: auto 46.153846%
}
.hero__content {
  padding-right: 6.875rem;
  padding-top: 1.8125rem
}
.hero__title {
  font-weight: 700;
  line-height: 1.3;
  transition: all .5s .6s;
  opacity: 0;
  -webkit-transform: translate(1.25rem,0);
  transform: translate(1.25rem,0)
}
.hero__title._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}
.hero__text {
  line-height: 1.8;
  max-width: 26.875rem
}
.hero__text b {
  font-weight: 700;
  color: #fed42a
}
.hero__button {
  transition: opacity 1s ease-out 1s,background-color .35s,color .35s,-webkit-transform 1s ease-out 1s;
  transition: opacity 1s ease-out 1s,transform 1s ease-out 1s,background-color .35s,color .35s;
  transition: opacity 1s ease-out 1s,transform 1s ease-out 1s,background-color .35s,color .35s,-webkit-transform 1s ease-out 1s;
  opacity: 0;
  -webkit-transform: translate(1.25rem,0);
  transform: translate(1.25rem,0)
}
.hero__button._watcher-view {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}
.hero__benefits {
  display: flex;
  justify-content: space-between;
  gap: 1.5625rem
}
.hero__images {
  overflow: hidden;
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(3,1fr)
}
.hero__image {
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  opacity: 0
}
.hero__image:nth-child(2),
.hero__image:nth-child(3),
.hero__image:nth-child(5) {
  grid-column: span 2;
  aspect-ratio: 380/180
}
.hero__image:nth-child(2) img,
.hero__image:nth-child(3) img,
.hero__image:nth-child(5) img {
  aspect-ratio: 380/180
}
.hero__image:nth-child(1),
.hero__image:nth-child(4),
.hero__image:nth-child(6) {
  aspect-ratio: 180/180
}
.hero__image:nth-child(1) img,
.hero__image:nth-child(4) img,
.hero__image:nth-child(6) img {
  aspect-ratio: 180/180
}
.hero__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.hero__image._watcher-view {
  opacity: 1
}
.hero__image:nth-child(1) {
  transition: all .5s .6s
}
.hero__image:nth-child(2) {
  transition: all .5s .5s
}
.hero__image:nth-child(3) {
  transition: all .5s .4s
}
.hero__image:nth-child(4) {
  transition: all .5s .3s
}
.hero__image:nth-child(5) {
  transition: all .5s .2s
}
.hero__image:nth-child(6) {
  transition: all .5s .1s
}
.benefit {
  display: flex;
  gap: .625rem;
  align-items: center
}
.benefit__icon {
  width: 3.125rem;
  aspect-ratio: 1/1;
  font-size: 1.5rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(75,85,99,.23);
  border-radius: .75rem
}
.benefit__text {
  line-height: 1.75
}
.info {
  padding: 1.875rem 0;
  background-color: #fed42a
}
.info__items {
  display: flex;
  justify-content: space-around;
  gap: .9375rem
}
.info hr {
  height: inherit;
  width: .0625rem;
  background: rgba(75,85,99,.1);
  position: relative
}
.item-info {
  display: flex;
  gap: 1.25rem;
  align-items: center
}
.item-info__icon {
  border-radius: .75rem;
  background-color: #1e84b5;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem
}
.item-info__content {
  display: grid;
  gap: .625rem
}
.item-info__label {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5
}
.item-info__contact {
  line-height: 1.2
}
.about__container {
  display: flex;
  gap: 2.5rem;
  position: relative
}
.about__container::after {
  content: url(../img/About/tooth.svg);
  position: absolute;
  top: 4.5625rem;
  right: -13.6875rem
}
.about__image {
  flex: 1 1 49.230769%;
  aspect-ratio: 640/655;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 3.125rem;
  display: flex;
  align-items: flex-end
}
.about__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.about__block {
  display: grid;
  gap: .625rem;
  position: relative;
  z-index: 2;
  border: 1px solid hsla(0,0%,100%,.12);
  border-radius: 1.875rem;
  width: 12.5rem;
  aspect-ratio: 1/1;
  height: 12.5rem;
  backdrop-filter: blur(10px);
  background: hsla(0,0%,100%,.12);
  padding: 2.875rem 1.25rem;
  color: #fff
}
.about__icon {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid hsla(0,0%,100%,.12);
  border-radius: .875rem;
  width: 2.75rem;
  aspect-ratio: 1/1
}
.about__quantity {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2
}
.about__text {
  font-size: 1rem;
  line-height: 1.8
}
.about__text b {
  font-weight: 700
}
.about__content {
  flex: 1 1 47.692308%
}
.about__subtitle {
  margin-bottom: 1.25rem
}
.about__title {
  max-width: 24.6875rem;
  margin-bottom: 1.875rem
}
.about__row {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem
}
.about .about__list {
  display: grid;
  gap: 1.5625rem
}
.about .about__list li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 600;
  line-height: 1.28
}
.years {
  border-radius: 1.875rem;
  background: #0e384c;
  padding: 1.875rem
}
.years__icon {
  border-radius: .75rem;
  width: 3rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e84b5;
  font-size: 1.4375rem;
  background-color: #fff
}
.years__number {
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-top: .8125rem
}
.years__text {
  line-height: 1.8;
  color: #fff;
  margin-top: .3125rem
}
.services {
  background: linear-gradient(132deg,rgba(189,223,239,.2) 0,rgba(244,232,184,.2) 100%)
}
.services__body {
  display: grid;
  justify-items: center;
  gap: 1.25rem;
  text-align: center
}
.services__text {
  line-height: 1.75;
  max-width: 50rem;
  color: #0e384c
}
.services__items {
  display: grid;
  grid-template-columns: repeat(4,auto);
  gap: 1.25rem
}
.item-service {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(14,56,76,.1);
  border-radius: 1.25rem;
  padding: 1.25rem;
  max-width: 100%;
  background-color: #fff
}
.item-service__icon {
  border-radius: .9375rem;
  width: 3.125rem;
  flex-basis: 3.125rem;
  aspect-ratio: 1/1;
  background-color: #fed42a;
  font-size: 1.75rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem
}
.item-service__name {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .625rem
}
.item-service__text {
  line-height: 1.7;
  color: #527282;
  flex: 1 1 auto;
  margin-bottom: .5rem
}
.item-service__more {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(14,56,76,.1);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: .625rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.82857;
  color: #1e84b5;
  transition: all .35s
}
.item-service__more::before {
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s,-webkit-transform .35s
}
.offer__body {
  border-radius: 20px;
  background: linear-gradient(132deg,#bddfef 0,#f4e8b8 100%);
  overflow: hidden;
  display: flex;
  position: relative;
  min-height: 31.25rem
}
.offer svg {
  margin-left: -9.0625rem
}
.offer__content {
  max-width: 33.375rem;
  position: relative;
  z-index: 10;
  padding: 3.125rem
}
.offer__title {
  margin-bottom: 1.25rem
}
.offer__title span {
  color: #fff
}
.offer__text {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 24.25rem
}
.offer__brush {
  position: absolute;
  top: 0;
  right: 53%;
  -webkit-transform: translate(50%,0);
  transform: translate(50%,0);
  margin-left: -10.9375rem
}
.offer__girl {
  z-index: 5;
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain
}
.offer__girl-mob {
  position: relative
}
.why__container {
  display: flex;
  height: 100%
}
.why__image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 46.923077%;
  position: relative;
  padding-right: 3.125rem
}
.why__image img {
  border-radius: 1.25rem;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0
}
.why__box {
  position: relative;
  z-index: 5;
  border: 1px solid hsla(0,0%,100%,.12);
  border-radius: 1.875rem;
  backdrop-filter: blur(20px);
  background: rgba(0,0,0,.3);
  padding: 3.75rem 1.875rem;
  color: #fff
}
.why__content {
  flex: 0 1 49.230769%
}
.why__subtitle {
  margin-bottom: 1.25rem
}
.why__title {
  margin-bottom: 1.25rem
}
.why__text {
  display: grid;
  gap: 1.25rem;
  color: #527282;
  line-height: 1.8
}
.why__text p:nth-child(1) {
  font-weight: 700;
  color: rgba(14,56,76,.7)
}
.why__stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  -webkit-column-gap: 3.75rem;
  -moz-column-gap: 3.75rem;
  column-gap: 3.75rem
}
.item-why {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start
}
.item-why:not(:first-child) {
  padding-top: 1.875rem;
  border-top: 1px solid hsla(0,0%,100%,.12)
}
.item-why:not(:last-child) {
  padding-bottom: 1.875rem
}
.item-why__icon {
  border: 1px solid hsla(0,0%,100%,.12);
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background: hsla(0,0%,100%,.12)
}
.item-why__name {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: .625rem
}
.item-why__text {
  color: #fff;
  line-height: 1.8
}
.stat-why {
  position: relative;
  padding: .3125rem 0 0 0
}
.stat-why__number {
  font-size: .875rem;
  line-height: 1.8;
  color: #527282;
  margin-bottom: 1.25rem
}
.stat-why__digit {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #fed42a
}
.stat-why__text {
  font-weight: 700;
  line-height: 1.2
}
.comfort {
  background: url(../img/Comfort/bg.svg) center bottom no-repeat,linear-gradient(132deg,rgba(189,223,239,.2) 0,rgba(244,232,184,.2) 100%)
}
.comfort__body {
  display: grid;
  align-items: center;
  grid-template-columns: auto 47.692308%
}
.comfort__text {
  color: #0e384c
}
.comfort__video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  aspect-ratio: 620/427;
  border-radius: 2.5rem;
  overflow: hidden
}
.comfort__video img:nth-child(1) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.comfort__video img:nth-child(2) {
  transition: all .35s;
  position: relative;
  z-index: 2
}
.comfort__items {
  display: flex;
  justify-content: space-between;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 2.5rem
}
.item-comfort {
  max-width: 20.875rem;
  display: flex;
  gap: 1.25rem
}
.item-comfort__number {
  display: flex;
  width: 2.5rem;
  border-radius: .625rem;
  background-color: #fed42a;
  flex-basis: 2.5rem;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  color: #fff
}
.item-comfort__name {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5
}
.item-comfort__name:not(:last-child) {
  margin-bottom: 1.25rem
}
.item-comfort__text {
  line-height: 1.8;
  color: #0e384c;
  display: grid;
  gap: 1.25rem
}
.feedback__body {
  display: grid;
  justify-items: center;
  text-align: center
}
.feedback__body:not(:last-child) {
  margin-bottom: 3.125rem
}
.feedback__title:not(:last-child) {
  margin-bottom: 1.25rem
}
.feedback__text {
  max-width: 47.25rem
}
.feedback__slide {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(14,56,76,.07);
  border-radius: 1.25rem;
  background: linear-gradient(132deg,rgba(189,223,239,.15) 0,rgba(244,232,184,.15) 100%),#f9fcff;
  padding: 2.5rem
}
.feedback__more {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  line-height: 1.75;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
.swiper-feedback__brackets {
  color: #0e384c;
  opacity: .3;
  font-size: 3.125rem;
  margin-bottom: 1.0625rem
}
.swiper-feedback__text {
  flex: 1 1 auto;
  line-height: 1.8;
  display: grid;
  gap: 1.25rem;
  color: #527282
}
.swiper-feedback__text:not(:last-child) {
  margin-bottom: 1.4375rem
}
.person {
  display: flex;
  gap: 1.25rem;
  align-items: center
}
.person__avatar {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  overflow: hidden
}
.person__avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover
}
.person__name {
  line-height: 1.75
}
.swiper-pagination {
  display: flex;
  gap: 1.25rem;
  justify-items: center;
  position: relative;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
  justify-content: center
}
.swiper-pagination-bullet {
  cursor: pointer;
  border-radius: 50%;
  stroke: rgba(14,56,76,.3);
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  border: 1px solid rgba(14,56,76,.3)
}
.swiper-pagination-bullet-active {
  background-color: #0e384c;
  border: 1px solid #0e384c
}
.contact {
  background: linear-gradient(132deg,rgba(189,223,239,.2) 0,rgba(244,232,184,.2) 100%),#f9fcff
}
.contact__body {
  display: grid;
  justify-items: center;
  text-align: center
}
.contact__title {
  margin-bottom: 1.25rem
}
.contact__items {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.25rem
}
.contact__map {
  width: 100%;
  height: 31.25rem;
  border-radius: 1.25rem;
  overflow: hidden
}
.item-contact {
  padding: 1.25rem;
  border: 1px solid rgba(14,56,76,.07);
  border-radius: 1.25rem;
  background-color: #fff;
  display: flex;
  gap: 1.25rem;
  align-items: center
}
.item-contact__icon {
  border-radius: .625rem;
  background-color: #1e84b5;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.125rem;
  color: #fff
}
.item-contact__body {
  display: grid;
  gap: .125rem
}
.item-contact__action {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5
}
.item-contact__text {
  color: #0e384c;
  line-height: 1.8
}
.loading-container {
  margin: 40px auto
}
.loading,
.loading-container {
  height: 150px;
  position: relative;
  width: 150px;
  border-radius: 100%
}
.loading-container .loading,
.loading-container:hover .loading {
  transition: all .5s ease-in-out
}
.loading {
  border: 2px solid transparent;
  border-color: transparent #fff transparent #fff;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
#loading-icon img {
  width: 100%
}
.questions__container {
  position: relative
}
.questions__container::after {
  z-index: -1;
  content: url(../img/About/tooth.svg);
  position: absolute;
  top: 9.875rem;
  left: -20.1875rem
}
.questions__body {
  display: grid;
  justify-items: center;
  text-align: center
}
.questions__title {
  margin-bottom: 1.25rem
}
.questions__content {
  display: flex;
  gap: 4.375rem
}
.questions__block {
  height: 32.75rem;
  aspect-ratio: 403/524;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.875rem 3.125rem
}
.questions__block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.questions__box {
  padding: 1.625rem;
  border: 1px solid hsla(0,0%,100%,.12);
  border-radius: 2.5rem;
  backdrop-filter: blur(.625rem);
  background: hsla(0,0%,100%,.12);
  color: #fff
}
.questions__icon {
  border: 1px solid hsla(0,0%,100%,.12);
  border-radius: .875rem;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .9375rem
}
.questions__ask {
  color: #fff;
  margin-bottom: .3125rem;
  line-height: 1.8
}
.questions__call {
  font-weight: 600;
  line-height: 1.5
}
.questions__call a {
  transition: all .35s
}
.spollers-question__item:not(:last-child) {
  border-bottom: 1px solid rgba(14,56,76,.07)
}
.spollers-question__title {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.875rem 1.875rem 1.875rem 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.92;
  width: 100%;
  transition: all .35s;
  cursor: default;
  position: relative
}
.spollers-question__title::-webkit-details-marker,
.spollers-question__title::marker {
  display: none
}
._spoller-init .spollers-question__title {
  cursor: pointer
}
._spoller-init .spollers-question__title button::before {
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}
._spoller-init .spollers-question__title._spoller-active {
  padding: .6875rem 1.875rem .6875rem 0
}
._spoller-init .spollers-question__title._spoller-active button::before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}
._spoller-init .spollers-question__title {
  position: relative;
  width: 100%;
  text-align: left
}
._spoller-init .spollers-question__title::after,
._spoller-init .spollers-question__title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: .1875rem;
  border-radius: .0625rem;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
  transition: all .3s ease 0s;
  width: .875rem;
  background-color: #0e384c
}
._spoller-init .spollers-question__title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.spollers-question__title._spoller-active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.spollers-question__body {
  padding-right: 0;
  padding-bottom: 1.5625rem
}
.spollers-question__text {
  color: #527282;
  line-height: 1.8
}
.clinic {
  background: #f9fcff
}
.clinic__body {
  display: grid;
  justify-items: center;
  text-align: center
}
.clinic__body:not(:last-child) {
  margin-bottom: 3.4375rem
}
.clinic__title {
  margin-bottom: 1.25rem
}
.clinic__text {
  max-width: 49.1875rem
}
.clinic__slide {
  display: grid;
  gap: 3.125rem
}
.clinic__image {
  width: 100%;
  aspect-ratio: 400/424;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden
}
.clinic__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .5s
}
.hello__container {
  display: flex;
  gap: 2.5rem
}
.hello__image {
  flex: 1 1 49.230769%;
  aspect-ratio: 640/655;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 3.125rem;
  display: flex;
  align-items: flex-end
}
.hello__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.hello__block {
  display: grid;
  gap: .625rem;
  position: relative;
  z-index: 2;
  border: 1px solid hsla(0,0%,100%,.12);
  border-radius: 1.875rem;
  width: 12.5rem;
  aspect-ratio: 1/1;
  height: 12.5rem;
  backdrop-filter: blur(10px);
  background: hsla(0,0%,100%,.12);
  padding: 2.3125rem 1.25rem;
  color: #fff
}
.hello__icon {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid hsla(0,0%,100%,.12);
  border-radius: .875rem;
  width: 2.75rem;
  aspect-ratio: 1/1
}
.hello__name {
  font-size: 1.25rem;
  line-height: 1.2
}
.hello__content {
  flex: 1 1 47.692308%
}
.hello__title {
  margin-bottom: .9375rem
}
.hello__text {
  color: #0e384c
}
.hello__text:not(:last-child) {
  border-bottom: .0625rem solid #d9d9d9
}
.hello__credo {
  display: block;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: .01em;
  text-align: right
}
.hero-service__container {
  display: flex;
  gap: 2.5rem
}
.hero-service__image {
  flex: 1 1 49.230769%;
  aspect-ratio: 640/655;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 3.125rem;
  display: flex;
  align-items: flex-end
}
.hero-service__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.hero-service__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .625rem;
  position: relative;
  z-index: 2;
  border: 1px solid hsla(0,0%,100%,.12);
  border-radius: 1.875rem;
  width: 12.5rem;
  aspect-ratio: 1/1;
  height: 12.5rem;
  backdrop-filter: blur(10px);
  background: hsla(0,0%,100%,.12);
  padding: 2.3125rem 1.25rem;
  color: #fff
}
.hero-service__icon {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid hsla(0,0%,100%,.12);
  border-radius: .875rem;
  width: 2.75rem;
  aspect-ratio: 1/1
}
.hero-service__quantity {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff
}
.hero-service__content {
  flex: 1 1 47.692308%
}
.hero-service__title {
  margin-bottom: 1.25rem
}
.hero-service__text {
  color: #0e384c
}
.hero-service__text:not(:last-child) {
  margin-bottom: 1.875rem
}
.hero-service__list {
  display: grid;
  gap: 1.5625rem
}
.hero-service__list li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 600;
  line-height: 1.28
}
.hero-service__list:not(:last-child) {
  margin-bottom: 1.875rem
}
.perfection {
  background: #f9fcff
}
.perfection__body {
  display: grid;
  justify-items: center;
  text-align: center
}
.perfection__body:not(:last-child) {
  margin-bottom: 3.125rem
}
.perfection__title {
  margin-bottom: 1.25rem
}
.perfection__text {
  max-width: 49.1875rem
}
.perfection__slide {
  display: grid;
  gap: 3.125rem
}
.perfection__block {
  padding: 1rem 1.875rem;
  aspect-ratio: 400/424;
  border-radius: 2.5rem;
  width: 100%;
  border: 1px solid #c5c7cb
}
.perfection__image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}
.perfection__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.seo__title {
  text-align: center
}
.seo__text {
  color: #527282
}
.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
}
@font-face {
  font-family: lg;
  src: url(data:font/woff2;base64,d09GMgABAAAAAAkcAAsAAAAAEogAAAjNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgSQRCAqcLJZKCzoAATYCJANwBCAFgkoHIBupDgDm53Gzej8JpU0wqygVVyoWwphIsuuw60jpmBY6ppTa7mk7jtx57UQ0V2ulvfmteSIQji061T2HvfDEECASKizU5VUQXFjFRtgYTVg+woiYDVezOThR4tAvr/YYgOO/RZ+BAABzYtMA8Kl8Neg3UIDCoCkOyWBuLcCvSHycH78QvhFxmUCK03A0RwGSvXBAHgR8UB8DMvocJYAgbiZiJnqmYGbXjG3mz7P8nHhe8Uvxr0j+fzwPABAjWT1E83IJHh/x87G/jv1l7JtYR+y+WF2MKAai/qfDtfIRt7hBikI8D1IpipXqWqYSDgDBfwE7qDLw5EEALqFRDMKAsApNwchXAJgFL/WETMbKcDVSifR6QkjwkDaRTEugqlBtKVcL6Smi1dHlIqUmuii6Pic1JTIlFTX3uRenMNpiCiKOCZBm2ges0b/ScigDVgcb2MEHfloel7e1z208KrZUeQFjK0dIkbl6FOFczRhFE6zaRklPlz52tOXcKtmpdqisgHnbxRatg66vsZNHaWMPQ/eZmH6jaavlNASsipbKwVZSYrRm1mywI0670UEdhLy+yuscolSZJHKwg5IyNzRJQbKRZiicwnYiChjO1vSbKCBpkAgCjGIb6KCvA5GL0VHeUDwAQEHkSC2ToBJhKN9KAneim2ekLf1vENf3mjT3vAS295XY2MMgzRpSqTVWpt4ang+ksXynRUQPlkFOu+b6Yw0jBp8krbXbYbjc5mn6KpsNWKtqtcNz0D8xTTQKzthbZYAxLev3NkFgyYWsngBjGo8jg6a9Y3rKR9Pfqun10RvJi9X9foZGvrltMkJgWR7dhI7SSITEaBWIQQTMUSOJkTi5nlqpZUfNKcYD1Do/ZdkbR8UeVpKLSbMVgKLX0flzQYqCrLpll+/vus2IM9+lbdTgWWRLQJqvaq7eHKulgL2ssp7LrpxR2DBI/ja1zXvi7cS1E0Gr0uhy7PUGwPmdkkdjEY.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) format("woff2"),url(data:font/woff;base64,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) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
.lg-icon {
  font-family: lg!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.lg-container {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.lg-next,
.lg-prev {
  background-color: rgba(0,0,0,.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0!important;
  cursor: default
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none
}
.lg-next {
  right: 20px
}
.lg-next:before {
  content: ""
}
.lg-prev {
  left: 20px
}
.lg-prev:after {
  content: ""
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  100% {
    left: 0
  }
}
@keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  100% {
    left: 0
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  100% {
    left: 0
  }
}
@keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  100% {
    left: 0
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: medium none;
  will-change: color;
  transition: color .2s linear;
  background: 0 0;
  border: none;
  box-shadow: none
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px
}
.lg-toolbar .lg-icon:hover {
  color: #fff
}
.lg-toolbar .lg-close:after {
  content: ""
}
.lg-toolbar .lg-maximize {
  font-size: 22px
}
.lg-toolbar .lg-maximize:after {
  content: ""
}
.lg-toolbar .lg-download:after {
  content: ""
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity .2s ease-out 0s
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}
.lg-sub-html a {
  color: inherit
}
.lg-sub-html a:hover {
  text-decoration: underline
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}
.lg-error-msg {
  font-size: 14px;
  color: #999
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  transition: opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s;
  transition: transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;
  transition: transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
  will-change: transform,opacity;
  transition: opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1)
}
.lg-group:after {
  content: "";
  display: table;
  clear: both
}
.lg-container {
  display: none;
  outline: 0
}
.lg-container.lg-show {
  display: block
}
.lg-on {
  scroll-behavior: unset
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform,opacity;
  transition: opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0)
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0)
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0)
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0)
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: .001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  transition: opacity .15s ease 0s
}
.lg-outer * {
  box-sizing: border-box
}
.lg-outer.lg-zoom-from-image {
  opacity: 1
}
.lg-outer.lg-visible {
  opacity: 1
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit!important;
  transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s!important;
  opacity: 1
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap
}
.lg-outer .lg-item {
  will-change: transform,opacity;
  display: none!important
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image.webp;base64,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) no-repeat scroll center center rgba(0,0,0,0)
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block!important
}
.lg-outer.lg-css .lg-current {
  display: inline-block!important
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0
}
.lg-outer .lg-item.lg-complete {
  background-image: none
}
.lg-outer .lg-item.lg-current {
  z-index: 1060
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none
}
.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity .2s ease-out .15s
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s
}
.lg-backdrop.in {
  opacity: 1
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
  opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;
  transition: transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;
  transition: transform 1s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s
}
.lg-container {
  display: none
}
.lg-container.lg-show {
  display: block
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s!important
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s!important;
  opacity: 1
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute
}
.lg-inline .lg-backdrop {
  z-index: 1
}
.lg-inline .lg-outer {
  z-index: 2
}
.lg-inline .lg-maximize:after {
  content: ""
}
.lg-components {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  will-change: transform;
  transition: -webkit-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s,-webkit-transform .35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}
@media (min-width:29.99875em) {
  .form-popup__content {
    width: 25.125rem;
    aspect-ratio: 402/477
  }
}
@media (min-width:34.375em) {
  .stat-why:not(:last-child)::after {
    content: "";
    position: absolute;
    width: .0625rem;
    height: 100%;
    top: 0;
    right: -1.875rem;
    background-color: rgba(14,56,76,.07)
  }
  .stat-why:nth-child(3)::after,
  .stat-why:nth-child(6)::after,
  .stat-why:nth-child(9)::after {
    display: none
  }
}
@media (min-width:37.5em) {
  .offer .offer__brush-mob {
    display: none
  }
  .offer__girl-mob {
    display: none
  }
}
@media (min-width:47.99875em) {
  .form-popup__body {
    margin: 0 -1rem
  }
  .hero__text {
    transition: all .5s .7s;
    opacity: 0;
    -webkit-transform: translate(1.25rem,0);
    transform: translate(1.25rem,0)
  }
  .hero__text._watcher-view {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  .benefit:nth-child(1) {
    transition: all .8s .5s;
    opacity: 0;
    -webkit-transform: translate(0,1.875rem);
    transform: translate(0,1.875rem)
  }
  .benefit:nth-child(1)._watcher-view {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  .benefit:nth-child(2) {
    transition: all .8s .6s;
    opacity: 0;
    -webkit-transform: translate(0,1.875rem);
    transform: translate(0,1.875rem)
  }
  .benefit:nth-child(2)._watcher-view {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  .benefit:nth-child(3) {
    transition: all .8s .7s;
    opacity: 0;
    -webkit-transform: translate(0,1.875rem);
    transform: translate(0,1.875rem)
  }
  .benefit:nth-child(3)._watcher-view {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  .spollers-question {
    width: 62.3%
  }
}
@media (min-width:61.99875em)and (min-width:83.125em) {
  .header__container {
    gap: 2.5rem
  }
  .call {
    margin-right: 2.5rem
  }
  .hero__button {
    margin-bottom: 5.625rem
  }
  .stat-why__digit {
    font-size: 2.5rem
  }
}
@media (min-width:61.99875em) {
  .header__number {
    display: none
  }
  body.mouse .spollers__body {
    pointer-events: none
  }
  .spollers__body {
    -webkit-transform: translate(0,.625rem);
    transform: translate(0,.625rem);
    padding-top: .9375rem;
    transition: all .35s;
    position: absolute;
    top: 100%;
    width: 15rem;
    opacity: 0;
    visibility: hidden;
    left: -1.25rem;
    row-gap: 1.25rem;
    display: grid
  }
  .spollers__body .sub-menu__list {
    border-radius: 1.25rem;
    background-color: #fff;
    padding: 1.25rem;
    display: grid;
    gap: 1.125rem
  }
  .spollers__body .sub-menu__link {
    color: #0e384c;
    line-height: 120%;
    font-size: .875rem;
    transition: all .3s
  }
  .footer__content {
    width: 35.846154%;
    padding-right: 3rem
  }
  .footer__text {
    margin-bottom: 1.8125rem
  }
  .why__image img {
    aspect-ratio: 920/906
  }
  .comfort__content {
    padding-right: 2.625rem
  }
}
@media (any-hover:hover)and (min-width:61.99875em) {
  .spollers__item:hover {
    color: #fff
  }
  .spollers__item:hover .spollers__body {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    pointer-events: all
  }
  .spollers__item:hover .menu__arrow {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
  }
  .spollers__item:hover .sub-menu__list {
    pointer-events: auto
  }
  .spollers__item:hover button::before {
    -webkit-transform: rotateX("180deg");
    transform: rotateX("180deg")
  }
}
@media (min-width:61.99875em)and (any-hover:hover) {
  .spollers__body .sub-menu__link:hover {
    color: #fed42a
  }
}
@media (min-width:83.125em) {
  .form-popup__body:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .form-popup__title {
    font-size: 1.875rem
  }
  .form-popup__title {
    margin-bottom: 1.25rem
  }
  .form-popup__text {
    font-size: 1rem
  }
  .title {
    font-size: 2.5rem
  }
  .text {
    font-size: 1rem
  }
  .breadcrumbs {
    margin-top: 3.125rem
  }
  .header__logo {
    height: 4.375rem
  }
  .menu .menu__list {
    gap: 2.5rem
  }
  .footer__top {
    padding-top: 3.125rem
  }
  .footer__top {
    padding-bottom: 3.125rem
  }
  .footer__bottom {
    padding-bottom: 1.8125rem
  }
  .footer__text {
    font-size: 1rem
  }
  .footer__columns {
    gap: 6rem
  }
  .footer__copy {
    padding-top: 1.25rem
  }
  .footer__copy {
    padding-bottom: 1.25rem
  }
  .hero {
    padding-top: 7.8125rem
  }
  .hero {
    padding-bottom: 7.1875rem
  }
  .hero__title {
    font-size: 3.75rem
  }
  .hero__title {
    margin-bottom: 1.25rem
  }
  .hero__text {
    font-size: 1rem
  }
  .hero__text {
    margin-bottom: 3.125rem
  }
  .hero__images {
    gap: 1.875rem
  }
  .benefit__text {
    font-size: 1rem
  }
  .info__items {
    padding: 0 5.625rem
  }
  .about {
    padding-top: 6.25rem
  }
  .about {
    padding-bottom: 6.25rem
  }
  .about__text {
    margin-bottom: 1.875rem
  }
  .about .about__list li {
    font-size: 1.25rem
  }
  .about__button {
    margin-top: 1.875rem
  }
  .years {
    width: 13.4375rem
  }
  .years {
    height: 12.75rem
  }
  .years__number {
    font-size: 2.5rem
  }
  .years__text {
    font-size: 1rem
  }
  .services {
    padding-top: 6.25rem
  }
  .services {
    padding-bottom: 6.25rem
  }
  .services__body {
    margin-bottom: 3.125rem
  }
  .item-service__name {
    font-size: 1.25rem
  }
  .item-service__text {
    font-size: 1rem
  }
  .item-service__more {
    font-size: .875rem
  }
  .offer {
    padding-top: 6.25rem
  }
  .offer {
    padding-bottom: 6.25rem
  }
  .offer__title {
    margin-top: 5.625rem
  }
  .why {
    padding-bottom: 6.25rem
  }
  .why__container {
    gap: 3.125rem
  }
  .why__text {
    font-size: 1rem
  }
  .why__text {
    margin-bottom: 3.125rem
  }
  .why__stats {
    row-gap: 2.5rem
  }
  .item-why__icon {
    flex-basis: 6rem
  }
  .item-why__icon {
    font-size: 3rem
  }
  .item-why__text {
    font-size: 1rem
  }
  .comfort {
    padding-top: 6.25rem
  }
  .comfort {
    padding-bottom: 5.9375rem
  }
  .comfort__body {
    margin-bottom: 6.5rem
  }
  .comfort__title {
    margin-bottom: 3.125rem
  }
  .item-comfort__text {
    font-size: 1rem
  }
  .feedback {
    padding-top: 6.25rem
  }
  .feedback {
    padding-bottom: 6.25rem
  }
  .swiper-feedback:not(:last-child) {
    margin-bottom: 4.1875rem
  }
  .swiper-feedback__text {
    font-size: 1rem
  }
  .swiper-pagination {
    margin-top: 3.125rem
  }
  .contact {
    padding-top: 6.25rem
  }
  .contact {
    padding-bottom: 12.5rem
  }
  .contact__body:not(:last-child) {
    margin-bottom: 3.125rem
  }
  .contact__items:not(:last-child) {
    margin-bottom: 1.9375rem
  }
  .item-contact__text {
    font-size: 1rem
  }
  .page-us__about {
    padding-top: 3.75rem
  }
  .questions {
    padding-top: 6.5rem
  }
  .questions {
    padding-bottom: 6.25rem
  }
  .questions__body:not(:last-child) {
    margin-bottom: 4.25rem
  }
  .questions__ask {
    font-size: 1rem
  }
  .spollers-question__text {
    font-size: 1rem
  }
  .clinic {
    padding-top: 6.5rem
  }
  .clinic {
    padding-bottom: 6.25rem
  }
  .hello {
    padding-top: 3.6875rem
  }
  .hello {
    padding-bottom: 6.25rem
  }
  .hello__text:not(:last-child) {
    padding-bottom: 2.1875rem
  }
  .hello__credo {
    margin-top: 2.1875rem
  }
  .hello__credo {
    margin-bottom: 1.875rem
  }
  .hero-service {
    padding-top: 3.6875rem
  }
  .hero-service {
    padding-bottom: 6.25rem
  }
  .hero-service__list li {
    font-size: 1.25rem
  }
  .perfection {
    padding-top: 6.5rem
  }
  .perfection {
    padding-bottom: 6.25rem
  }
  .seo {
    padding-top: 6.25rem
  }
  .seo {
    padding-bottom: 12.5rem
  }
  .seo__title:not(:last-child) {
    margin-bottom: 3.75rem
  }
}
@media (max-width:100em) {
  .footer__up {
    right: .625rem;
    bottom: 5.625rem
  }
  .about__container::after {
    top: 0;
    right: 0
  }
  .questions__container::after {
    top: -6.25rem;
    left: 0
  }
}
@media (max-width:50em) {
  .hello__container {
    gap: 2.5rem;
    flex-direction: column-reverse
  }
}
@media (max-width:640px) {
  .swiper {
    overflow: visible;
    padding-right: 30px
  }
}
@media (max-width:83.125em) {
  .hero {
    background: url(../img/Hero/texture.svg) center bottom no-repeat
  }
  .hero__container {
    grid-template-columns: auto 50%;
    gap: 1.875rem
  }
  .hero__content {
    padding-right: 0
  }
  .benefit {
    flex-direction: column;
    text-align: center;
    align-items: center
  }
  .offer__brush {
    right: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  .offer__girl {
    display: none
  }
  .why__image {
    padding-right: .9375rem;
    flex: 0 1 50%
  }
  .why__content {
    flex: 0 1 50%
  }
}
@media (max-width:61.99875em)and (max-width:22.5em) {
  .header__language a {
    font-size: 1rem
  }
  .menu__body {
    padding-top: 3.75rem
  }
  .menu__body {
    padding-bottom: 2.5rem
  }
  .menu .menu__link {
    font-size: 1rem
  }
  .sub-menu__list {
    gap: .625rem
  }
  .sub-menu__link {
    font-size: .875rem
  }
}
@media (max-width:61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: scroll;
    padding: 6.25rem 1.25rem 2.5rem 1.25rem;
    transition: left .4s;
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.15);
    background: #fff
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .menu .menu__list {
    gap: 1.25rem;
    padding: 1.875rem 0;
    flex-direction: column;
    row-gap: 1.875rem;
    align-items: flex-start
  }
  .call {
    border-top: 1px solid rgba(75,85,99,.1);
    border-bottom: 1px solid rgba(75,85,99,.1);
    padding: 1.875rem 0;
    align-items: flex-start
  }
  .call__phone {
    text-align: left;
    gap: .625rem
  }
  .call__number {
    font-weight: 700;
    font-size: 1.5625rem
  }
  .call__book {
    font-size: 1.125rem;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fed42a
  }
  .call__icon {
    display: none
  }
  .icon-menu {
    margin-left: 1.25rem;
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.25rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #0e384c
  }
  .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)
  }
  .sub-menu__list {
    padding: 1.25rem .625rem 0 .625rem;
    display: grid
  }
  .sub-menu__link {
    font-size: .875rem;
    transition: all .3s
  }
  .spollers__title {
    width: 100%;
    cursor: default;
    position: relative
  }
  .spollers__title::-webkit-details-marker,
  .spollers__title::marker {
    display: none
  }
  ._spoller-init .spollers__title {
    cursor: pointer
  }
  ._spoller-init .spollers__title button::before {
    transition: -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
  }
  ._spoller-init .spollers__title._spoller-active button::before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
  }
  .footer__top {
    flex-direction: column;
    align-items: center
  }
  .footer__bottom {
    flex-direction: column
  }
  .footer__content {
    display: grid;
    justify-items: center;
    text-align: center
  }
  .footer__logo {
    margin-top: 2.5rem
  }
  .footer__social {
    margin-top: 2.5rem;
    justify-content: center
  }
  .footer__columns {
    justify-content: space-between;
    margin-top: 2.5rem
  }
  .footer__columns {
    gap: 2.5rem
  }
  .footer__up {
    bottom: 21.6875rem
  }
  .hero__content {
    padding-top: 0
  }
  .hero__benefits {
    flex-wrap: wrap;
    grid-column: span 2
  }
  .about__container::after {
    top: auto;
    bottom: 4.5625rem;
    right: -3.125rem
  }
  .about .about__list {
    gap: .9375rem
  }
  .years {
    width: 10.625rem
  }
  .years {
    height: 10.625rem;
    display: none
  }
  .years__number {
    font-size: 1.875rem
  }
  .services__items {
    gap: .9375rem
  }
  .item-service {
    padding: .9375rem .9375rem 1.25rem .9375rem
  }
  .why__container {
    flex-direction: column
  }
  .why__container {
    gap: 1.875rem
  }
  .why__image {
    padding: 2.5rem .9375rem;
    margin: 0 -.9375rem
  }
  .why__image img {
    height: 100%;
    width: 100%
  }
  .why__stats {
    row-gap: 1.875rem
  }
  .comfort {
    background: url(../img/Comfort/bg.svg) center bottom no-repeat,linear-gradient(132deg,rgba(189,223,239,.2) 0,rgba(244,232,184,.2) 100%)
  }
  .comfort__body {
    grid-template-columns: 1fr;
    gap: 2.5rem
  }
  .comfort__video {
    aspect-ratio: 339/234
  }
  .questions__content {
    gap: 2.5rem
  }
  .spollers-question__title {
    padding: .9375rem 1.875rem .9375rem 0;
    line-height: 1.7
  }
  .clinic__slide {
    gap: 1.5625rem
  }
  .hello__container {
    gap: 1.875rem
  }
  .hero-service__container {
    gap: 1.875rem
  }
  .hero-service__list {
    gap: .9375rem
  }
  .perfection__slide {
    gap: 1.5625rem
  }
}
@media (max-width:61.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:61.99875em)and (any-hover:hover) {
  .sub-menu__link:hover {
    color: #fed42a
  }
}
@media (max-width:47.99875em) {
  .gallery__picture {
    width: 90%
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2.5rem
  }
  .text {
    line-height: 1.42
  }
  .footer__text {
    line-height: 1.42
  }
  .hero__container {
    grid-template-columns: 1fr
  }
  .hero__content {
    order: 2
  }
  .hero__text {
    margin-bottom: 2.5rem
  }
  .hero__button {
    width: 100%
  }
  .hero__benefits {
    order: 3;
    grid-column: span 1;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .625rem
  }
  .hero__images {
    gap: .625rem;
    order: 1
  }
  .benefit__text {
    line-height: 1.2
  }
  .info {
    padding: 2.5rem 0
  }
  .info__items {
    flex-direction: column;
    gap: 1.25rem
  }
  .about__container::after {
    right: 0
  }
  .about__image {
    display: none
  }
  .about .about__list {
    gap: 1.25rem
  }
  .years__text {
    line-height: 1.42
  }
  .services__items {
    gap: 1.25rem;
    grid-template-columns: repeat(2,auto)
  }
  .offer__body {
    min-height: 25rem
  }
  .offer__content {
    padding: 1.875rem;
    max-width: 25rem
  }
  .offer__brush {
    right: -2%;
    height: 100%
  }
  .item-why__text {
    line-height: 1.42
  }
  .comfort__items {
    flex-wrap: wrap;
    justify-content: auto
  }
  .item-comfort__text {
    line-height: 1.42
  }
  .feedback__slide {
    padding: 1.875rem
  }
  .swiper-feedback__text {
    line-height: 1.42
  }
  .contact__items {
    grid-template-columns: 1fr
  }
  .item-contact__text {
    line-height: 1.42
  }
  .questions__container::after {
    display: none
  }
  .questions__content {
    flex-direction: column
  }
  .questions__block {
    display: none
  }
  .questions__ask {
    line-height: 1.42
  }
  .spollers-question__title {
    padding: 1.25rem 1.875rem 1.25rem 0
  }
  .spollers-question__text {
    line-height: 1.42
  }
  .hero-service__container {
    gap: 2.5rem;
    flex-direction: column-reverse
  }
  .hero-service__image {
    display: none
  }
  .hero-service__list {
    gap: 1.25rem
  }
}
@media (max-width:43.75em) {
  .footer__columns {
    display: grid;
    grid-template-columns: repeat(2,1fr)
  }
  .footer__list {
    gap: .625rem
  }
  .footer__contacts .footer__list {
    gap: .625rem
  }
}
@media (max-width:37.5em) {
  .offer__body {
    flex-direction: column
  }
  .offer__content {
    padding: 5rem 1.875rem 1.875rem 1.875rem
  }
  .offer__brush {
    display: none
  }
  .offer .offer__brush-mob {
    position: relative;
    margin: -10rem 0 -6.25rem 0
  }
}
@media (max-width:34.375em) {
  .why__stats {
    grid-template-columns: repeat(2,1fr)
  }
  .stat-why:nth-child(odd)::after {
    content: "";
    position: absolute;
    width: .0625rem;
    height: 100%;
    top: 0;
    right: -1.875rem;
    background-color: rgba(14,56,76,.07)
  }
}
@media (max-width:31.25em) {
  .footer__button {
    width: 100%
  }
  .footer__columns {
    grid-template-columns: 1fr
  }
}
@media (max-width:29.99875em) {
  [class*=__container] {
    padding: 0 .625rem
  }
  .form-popup__content {
    padding: 1.25rem .625rem 3.125rem .625rem;
    width: 100%
  }
  .form-popup__close {
    padding-right: .625rem
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.875rem
  }
  .header__container {
    gap: .9375rem
  }
  .item-info {
    gap: .625rem
  }
  .about__container::after {
    display: none
  }
  .item-service {
    padding: .625rem .625rem 1.25rem .625rem
  }
  .offer__content {
    max-width: none
  }
  .why__image {
    padding: 2.5rem .625rem;
    margin: 0 -.625rem
  }
  .why__box {
    padding: 3.125rem 1.25rem
  }
  .item-why {
    gap: .5625rem
  }
  .comfort {
    background: url(../img/Comfort/bg-mob.svg) center bottom no-repeat,linear-gradient(132deg,rgba(189,223,239,.2) 0,rgba(244,232,184,.2) 100%)
  }
  .comfort__text {
    line-height: 2.1
  }
  .item-contact__text {
    line-height: 2
  }
  .clinic__slider {
    padding-right: 40px
  }
  .hello__block {
    display: none
  }
  .hello__subtitle {
    margin-bottom: .625rem
  }
  .hello__button {
    width: 100%
  }
  .hero-service__block {
    display: none
  }
}
@media (max-width:26.25em) {
  .offer .offer__brush-mob {
    margin: -9.375rem 0 -4.375rem 0
  }
}
@media (max-width:22.5em) {
  .form-popup__body:not(:last-child) {
    margin-bottom: 3.125rem
  }
  .form-popup__title {
    font-size: 1.5625rem
  }
  .form-popup__title {
    margin-bottom: .625rem
  }
  .form-popup__text {
    font-size: .875rem
  }
  .title {
    font-size: 2.1875rem
  }
  .text {
    font-size: .875rem
  }
  .breadcrumbs {
    margin-top: 1.875rem
  }
  .header__logo {
    height: 3.125rem
  }
  .footer__top {
    padding-top: 2.5rem
  }
  .footer__top {
    padding-bottom: 2.5rem
  }
  .footer__bottom {
    padding-bottom: 2.3125rem
  }
  .footer__text {
    font-size: .875rem
  }
  .footer__copy {
    padding-top: 2.5rem
  }
  .footer__copy {
    padding-bottom: 2.5rem
  }
  .hero {
    padding-top: 1.875rem
  }
  .hero {
    padding-bottom: 3.125rem
  }
  .hero__title {
    font-size: 2.1875rem
  }
  .hero__title {
    margin-bottom: .625rem
  }
  .hero__text {
    font-size: .875rem
  }
  .benefit__text {
    font-size: .875rem
  }
  .about {
    padding-top: 5rem
  }
  .about {
    padding-bottom: 5rem
  }
  .about__text {
    margin-bottom: 1.25rem
  }
  .about .about__list li {
    font-size: 1.125rem
  }
  .about__button {
    margin-top: 2.5rem
  }
  .years__text {
    font-size: .875rem
  }
  .services {
    padding-top: 5rem
  }
  .services {
    padding-bottom: 5rem
  }
  .services__body {
    margin-bottom: 4rem
  }
  .item-service__name {
    font-size: 1rem
  }
  .item-service__text {
    font-size: .75rem
  }
  .item-service__more {
    font-size: .75rem
  }
  .offer {
    padding-top: 5rem
  }
  .offer {
    padding-bottom: 5rem
  }
  .offer__title {
    margin-top: 1.875rem
  }
  .why {
    padding-bottom: 5rem
  }
  .why__text {
    font-size: .875rem
  }
  .why__text {
    margin-bottom: 1.25rem
  }
  .item-why__icon {
    flex-basis: 3.75rem
  }
  .item-why__icon {
    font-size: 1.875rem
  }
  .item-why__text {
    font-size: .875rem
  }
  .comfort {
    padding-top: 5rem
  }
  .comfort {
    padding-bottom: 5rem
  }
  .comfort__body {
    margin-bottom: 2.5rem
  }
  .comfort__title {
    margin-bottom: 1.25rem
  }
  .item-comfort__text {
    font-size: .875rem
  }
  .feedback {
    padding-top: 5rem
  }
  .feedback {
    padding-bottom: 5rem
  }
  .swiper-feedback:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .swiper-feedback__text {
    font-size: .875rem
  }
  .swiper-pagination {
    margin-top: 1.875rem
  }
  .contact {
    padding-top: 2.5rem
  }
  .contact {
    padding-bottom: 2.5rem
  }
  .contact__body:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .contact__items:not(:last-child) {
    margin-bottom: 2.5rem
  }
  .item-contact__text {
    font-size: .875rem
  }
  .page-us__about {
    padding-top: 1.875rem
  }
  .questions {
    padding-top: 5rem
  }
  .questions {
    padding-bottom: 5rem
  }
  .questions__body:not(:last-child) {
    margin-bottom: 1.875rem
  }
  .questions__ask {
    font-size: .875rem
  }
  .spollers-question__text {
    font-size: .875rem
  }
  .clinic {
    padding-top: 5rem
  }
  .clinic {
    padding-bottom: 5rem
  }
  .hello {
    padding-top: 2.5rem
  }
  .hello {
    padding-bottom: 5rem
  }
  .hello__text:not(:last-child) {
    padding-bottom: 1.25rem
  }
  .hello__credo {
    margin-top: 1.25rem
  }
  .hello__credo {
    margin-bottom: 1.25rem
  }
  .hero-service {
    padding-top: 2.5rem
  }
  .hero-service {
    padding-bottom: 5rem
  }
  .hero-service__list li {
    font-size: 1.125rem
  }
  .perfection {
    padding-top: 5rem
  }
  .perfection {
    padding-bottom: 5rem
  }
  .seo {
    padding-top: 2.5rem
  }
  .seo {
    padding-bottom: 2.5rem
  }
  .seo__title:not(:last-child) {
    margin-bottom: 1.875rem
  }
}
@media (max-width:22.4375em) {
  .header__number {
    display: none
  }
  .call__icon {
    display: flex
  }
  .menu-open .call__icon {
    display: none
  }
}
@media (min-width:22.5em)and (max-width:83.125em) {
  .form-popup__body:not(:last-child) {
    margin-bottom: clamp(2.5rem ,3.3569587629rem + -1.0309278351vw ,3.125rem)
  }
  .form-popup__title {
    font-size: clamp(1.5625rem ,1.4465206186rem + .5154639175vw ,1.875rem)
  }
  .form-popup__title {
    margin-bottom: clamp(.625rem ,.3930412371rem + 1.0309278351vw ,1.25rem)
  }
  .form-popup__text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .title {
    font-size: clamp(2.1875rem ,2.0715206186rem + .5154639175vw ,2.5rem)
  }
  .text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .breadcrumbs {
    margin-top: clamp(1.875rem ,1.4110824742rem + 2.0618556701vw ,3.125rem)
  }
  .header__logo {
    height: clamp(3.125rem ,2.6610824742rem + 2.0618556701vw ,4.375rem)
  }
  .footer__top {
    padding-top: clamp(2.5rem ,2.2680412371rem + 1.0309278351vw ,3.125rem)
  }
  .footer__top {
    padding-bottom: clamp(2.5rem ,2.2680412371rem + 1.0309278351vw ,3.125rem)
  }
  .footer__bottom {
    padding-bottom: clamp(1.8125rem ,2.4980670103rem + -.824742268vw ,2.3125rem)
  }
  .footer__text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .footer__copy {
    padding-top: clamp(1.25rem ,2.9639175258rem + -2.0618556701vw ,2.5rem)
  }
  .footer__copy {
    padding-bottom: clamp(1.25rem ,2.9639175258rem + -2.0618556701vw ,2.5rem)
  }
  .hero {
    padding-top: clamp(1.875rem ,-.3286082474rem + 9.793814433vw ,7.8125rem)
  }
  .hero {
    padding-bottom: clamp(3.125rem ,1.6172680412rem + 6.7010309278vw ,7.1875rem)
  }
  .hero__title {
    font-size: clamp(2.1875rem ,1.6076030928rem + 2.5773195876vw ,3.75rem)
  }
  .hero__title {
    margin-bottom: clamp(.625rem ,.3930412371rem + 1.0309278351vw ,1.25rem)
  }
  .hero__text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .benefit__text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .about {
    padding-top: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .about {
    padding-bottom: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .about__text {
    margin-bottom: clamp(1.25rem ,1.0180412371rem + 1.0309278351vw ,1.875rem)
  }
  .about .about__list li {
    font-size: clamp(1.125rem ,1.0786082474rem + .206185567vw ,1.25rem)
  }
  .about__button {
    margin-top: clamp(1.875rem ,2.7319587629rem + -1.0309278351vw ,2.5rem)
  }
  .years__text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .services {
    padding-top: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .services {
    padding-bottom: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .services__body {
    margin-bottom: clamp(3.125rem ,4.324742268rem + -1.4432989691vw ,4rem)
  }
  .item-service__name {
    font-size: clamp(1rem ,.9072164948rem + .412371134vw ,1.25rem)
  }
  .item-service__text {
    font-size: clamp(.75rem ,.6572164948rem + .412371134vw ,1rem)
  }
  .item-service__more {
    font-size: clamp(.75rem ,.7036082474rem + .206185567vw ,.875rem)
  }
  .offer {
    padding-top: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .offer {
    padding-bottom: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .offer__title {
    margin-top: clamp(1.875rem ,.4832474227rem + 6.1855670103vw ,5.625rem)
  }
  .why {
    padding-bottom: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .why__text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .why__text {
    margin-bottom: clamp(1.25rem ,.5541237113rem + 3.0927835052vw ,3.125rem)
  }
  .item-why__icon {
    flex-basis: clamp(3.75rem ,2.9149484536rem + 3.7113402062vw ,6rem)
  }
  .item-why__icon {
    font-size: clamp(1.875rem ,1.4574742268rem + 1.8556701031vw ,3rem)
  }
  .item-why__text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .comfort {
    padding-top: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .comfort {
    padding-bottom: clamp(5rem ,4.6520618557rem + 1.5463917526vw ,5.9375rem)
  }
  .comfort__body {
    margin-bottom: clamp(2.5rem ,1.0154639175rem + 6.5979381443vw ,6.5rem)
  }
  .comfort__title {
    margin-bottom: clamp(1.25rem ,.5541237113rem + 3.0927835052vw ,3.125rem)
  }
  .item-comfort__text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .feedback {
    padding-top: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .feedback {
    padding-bottom: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .swiper-feedback:not(:last-child) {
    margin-bottom: clamp(2.5rem ,1.8737113402rem + 2.7835051546vw ,4.1875rem)
  }
  .swiper-feedback__text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .swiper-pagination {
    margin-top: clamp(1.875rem ,1.4110824742rem + 2.0618556701vw ,3.125rem)
  }
  .contact {
    padding-top: clamp(2.5rem ,1.1082474227rem + 6.1855670103vw ,6.25rem)
  }
  .contact {
    padding-bottom: clamp(2.5rem ,-1.2113402062rem + 16.4948453608vw ,12.5rem)
  }
  .contact__body:not(:last-child) {
    margin-bottom: clamp(2.5rem ,2.2680412371rem + 1.0309278351vw ,3.125rem)
  }
  .contact__items:not(:last-child) {
    margin-bottom: clamp(1.9375rem ,2.7087628866rem + -.9278350515vw ,2.5rem)
  }
  .item-contact__text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .page-us__about {
    padding-top: clamp(1.875rem ,1.1791237113rem + 3.0927835052vw ,3.75rem)
  }
  .questions {
    padding-top: clamp(5rem ,4.4432989691rem + 2.4742268041vw ,6.5rem)
  }
  .questions {
    padding-bottom: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .questions__body:not(:last-child) {
    margin-bottom: clamp(1.875rem ,.993556701rem + 3.9175257732vw ,4.25rem)
  }
  .questions__ask {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .spollers-question__text {
    font-size: clamp(.875rem ,.8286082474rem + .206185567vw ,1rem)
  }
  .clinic {
    padding-top: clamp(5rem ,4.4432989691rem + 2.4742268041vw ,6.5rem)
  }
  .clinic {
    padding-bottom: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .hello {
    padding-top: clamp(2.5rem ,2.0592783505rem + 1.9587628866vw ,3.6875rem)
  }
  .hello {
    padding-bottom: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .hello__text:not(:last-child) {
    padding-bottom: clamp(1.25rem ,.9020618557rem + 1.5463917526vw ,2.1875rem)
  }
  .hello__credo {
    margin-top: clamp(1.25rem ,.9020618557rem + 1.5463917526vw ,2.1875rem)
  }
  .hello__credo {
    margin-bottom: clamp(1.25rem ,1.0180412371rem + 1.0309278351vw ,1.875rem)
  }
  .hero-service {
    padding-top: clamp(2.5rem ,2.0592783505rem + 1.9587628866vw ,3.6875rem)
  }
  .hero-service {
    padding-bottom: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .hero-service__list li {
    font-size: clamp(1.125rem ,1.0786082474rem + .206185567vw ,1.25rem)
  }
  .perfection {
    padding-top: clamp(5rem ,4.4432989691rem + 2.4742268041vw ,6.5rem)
  }
  .perfection {
    padding-bottom: clamp(5rem ,4.5360824742rem + 2.0618556701vw ,6.25rem)
  }
  .seo {
    padding-top: clamp(2.5rem ,1.1082474227rem + 6.1855670103vw ,6.25rem)
  }
  .seo {
    padding-bottom: clamp(2.5rem ,-1.2113402062rem + 16.4948453608vw ,12.5rem)
  }
  .seo__title:not(:last-child) {
    margin-bottom: clamp(1.875rem ,1.1791237113rem + 3.0927835052vw ,3.75rem)
  }
}
@media (min-width:61.99875em)and (min-width:61.99875em)and (max-width:83.125em) {
  .header__container {
    gap: clamp(1.25rem ,-2.4183480267rem + 5.9168096562vw ,2.5rem)
  }
  .call {
    margin-right: clamp(1.25rem ,-2.4183480267rem + 5.9168096562vw ,2.5rem)
  }
  .stat-why__digit {
    font-size: clamp(1.875rem ,.0408259866rem + 2.9584048281vw ,2.5rem)
  }
}
@media (min-width:61.99875em)and (max-width:61.99875em) {
  .header__container {
    gap: 1.25rem
  }
  .call {
    margin-right: 1.25rem
  }
  .stat-why__digit {
    font-size: 1.875rem
  }
}
@media (max-width:61.99875em)and (min-width:61.99875em) {
  .header__language a {
    font-size: 1.375rem
  }
  .menu .menu__link {
    font-size: 1.875rem
  }
  .sub-menu__list {
    gap: .9375rem
  }
  .sub-menu__link {
    font-size: 1.5rem
  }
}
@media (max-width:61.99875em)and (min-width:22.5em)and (max-width:61.99875em) {
  .header__language a {
    font-size: clamp(1rem ,.7863856451rem + .9493971328vw ,1.375rem)
  }
  .menu .menu__link {
    font-size: clamp(1rem ,.5015665053rem + 2.2152599766vw ,1.875rem)
  }
  .sub-menu__list {
    gap: clamp(.625rem ,.4469880376rem + .7911642774vw ,.9375rem)
  }
  .sub-menu__link {
    font-size: clamp(.875rem ,.5189760752rem + 1.5823285547vw ,1.5rem)
  }
}
@media (max-width:61.99875em)and (min-width:83.125em) {
  .menu__body {
    padding-top: 6.25rem
  }
  .menu__body {
    padding-bottom: 5rem
  }
}
@media (max-width:61.99875em)and (min-width:22.5em)and (max-width:83.125em) {
  .menu__body {
    padding-top: clamp(3.75rem ,2.8221649485rem + 4.1237113402vw ,6.25rem)
  }
  .menu__body {
    padding-bottom: clamp(2.5rem ,1.5721649485rem + 4.1237113402vw ,5rem)
  }
}
@media (min-width:61.99875em)and (max-width:83.125em) {
  .menu .menu__list {
    gap: clamp(1.25rem ,-2.4183480267rem + 5.9168096562vw ,2.5rem)
  }
  .footer__columns {
    gap: clamp(2.5rem ,-7.7713744749rem + 16.5670670375vw ,6rem)
  }
  .years {
    width: clamp(10.625rem ,2.3712169398rem + 13.3128217265vw ,13.4375rem)
  }
  .years {
    height: clamp(10.625rem ,4.3888083545rem + 10.0585764156vw ,12.75rem)
  }
  .years__number {
    font-size: clamp(1.875rem ,.0408259866rem + 2.9584048281vw ,2.5rem)
  }
  .why__container {
    gap: clamp(1.875rem ,-1.7933480267rem + 5.9168096562vw ,3.125rem)
  }
  .why__stats {
    row-gap: clamp(1.875rem ,.0408259866rem + 2.9584048281vw ,2.5rem)
  }
}
@media (min-width:47.99875em)and (max-width:83.125em) {
  .hero__text {
    margin-bottom: clamp(2.5rem ,1.6459601082rem + 1.7792961105vw ,3.125rem)
  }
  .hero__images {
    gap: clamp(.625rem ,-1.0830797836rem + 3.5585922209vw ,1.875rem)
  }
}
@media (min-width:61.99875em)and (min-width:47.99875em)and (max-width:83.125em) {
  .hero__button {
    margin-bottom: clamp(2.5rem ,-1.7701994591rem + 8.8964805523vw ,5.625rem)
  }
}
@media (min-width:61.99875em)and (max-width:47.99875em) {
  .hero__button {
    margin-bottom: 2.5rem
  }
}
@media ((max-width:61.99875em) and (min-width:47.99875em)) {
  .item-info {
    flex-direction: column;
    align-items: center;
    text-align: center
  }
  .about__title {
    margin-bottom: .9375rem
  }
}
@media ((max-width:68.75em) and (min-width:47.99875em)) {
  .item-contact {
    flex-direction: column;
    justify-content: center;
    text-align: center
  }
}
@media (any-hover:hover) {
  .button:hover {
    background-color: #0e384c;
    color: #fff
  }
  .button--blue:hover {
    background-color: #1e84b5
  }
  .breadcrumbs__list li:first-child a:hover {
    color: #fed42a
  }
  .breadcrumbs__list a:hover {
    color: #fed42a
  }
  .header__language a:hover {
    opacity: 1
  }
  .menu .menu__link:hover {
    color: #fff
  }
  .call__number:hover {
    color: #fff
  }
  .call__book:hover {
    color: #fff
  }
  .call__icon:hover {
    color: #fff
  }
  .call__icon:hover::after {
    z-index: 5;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0e384c;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  .footer__social a:hover {
    color: #fff
  }
  .footer__item:hover {
    color: #fff
  }
  .footer__up:hover {
    background-color: #fff
  }
  .item-service__more:hover {
    color: #fed42a
  }
  .item-service__more:hover::before {
    -webkit-transform: translate(.3125rem,0);
    transform: translate(.3125rem,0)
  }
  .comfort__video:hover img:nth-child(2) {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
  }
  .feedback__more:hover {
    text-decoration: none
  }
  .questions__call a:hover {
    color: #0e384c
  }
  .clinic__image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}