@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

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

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

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

body,
html {
  height: 100%
}

body {
  line-height: 1;
  scrollbar-gutter: stable;
  -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 {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

input,
textarea {
  width: 100%
}

label {
  display: inline-block
}

button,
option,
select {
  cursor: pointer
}

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

ul li {
  list-style: none
}

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

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

address {
  font-style: normal
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Bitter", sans-serif;
  --third-family: "Liana", sans-serif
}

body {
  color: #424e42;
  font-family: Montserrat;
  font-size: 1.125rem;
  min-width: 20rem
}

[data-fls-scrolllock] body {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none
}

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

.wrapper>main {
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

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

.menu__list {
  align-items: center;
  column-gap: 1.75rem;
  display: flex;
  row-gap: .25rem
}

.menu__link {
  color: #414f42;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s ease
}

.icon-menu {
  display: none
}

[data-fls-menu-open] {
  position: relative
}

html:after {
  background-color: rgba(0, 0, 0, .59);
  content: "";
  display: block;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  transition: all .1s ease;
  width: 100%;
  z-index: 2
}

html[data-fls-menu-open]:after {
  right: 0
}

body {
  background: #fdfaf6
}

.header {
  padding-bottom: 1.125rem;
  padding-top: .875rem;
  position: relative;
  transition: all .3s ease
}

.header.--header-scroll {
  background: #fdfaf6;
  box-shadow: 0 0 .125rem .125rem rgba(0, 0, 0, .071);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%
}

.header__wrap {
  gap: 1.25rem;
  justify-content: space-between
}

.header__right,
.header__wrap {
  align-items: center;
  display: flex
}

.header__right {
  column-gap: 6.875rem
}

.menu__mob {
  display: none
}

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

[data-fls-popup-open] body:after {
  opacity: 1
}

[data-fls-popup] {
  bottom: 0;
  left: 0;
  padding: 1.875rem .625rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility .8s ease 0s;
  visibility: hidden
}

[data-fls-popup][data-fls-popup-active] {
  overflow: auto;
  pointer-events: auto;
  visibility: visible;
  z-index: 150
}

[data-fls-popup-active] [data-fls-popup-body] {
  transform: scale(1);
  visibility: visible
}

[data-fls-popup-wrapper] {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 100%
}

[data-fls-popup-body] {
  background: #fdfaf6;
  border-radius: .625rem;
  max-width: 25rem;
  padding: 1.25rem 1.25rem 1.875rem;
  transform: scale(0);
  transition: transform .3s ease 0s, visibility .3s ease 0s;
  visibility: hidden;
  width: 100%
}

[data-fls-popup-youtube-place] iframe {
  aspect-ratio: 16/9;
  width: 100%
}

.popup__close {
  display: flex;
  margin-bottom: .875rem;
  margin-left: auto
}

.popup-title {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 1.25rem
}

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

[data-fls-header-scroll].--header-scroll {
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50
}

[data-fls-header-scroll-show].--header-scroll {
  transition: translate .3s;
  translate: 0 -100%
}

[data-fls-header-scroll-show].--header-show {
  translate: 0 0
}

.button {
  background: #414f42;
  border: .0625rem solid #414f42;
  border-radius: 1.875rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.0625rem;
  justify-content: center;
  padding: .875rem 2.1875rem;
  text-align: center;
  transition: .3s ease
}

.button--fw {
  width: 100%
}

.button--white {
  background-color: #fff;
  color: #424e42
}

.button--transparent {
  background-color: transparent;
  border: .0625rem solid #fff
}

.footer {
  background: #424e42;
  color: #fff
}

.footer__top {
  border-bottom: .0625rem solid hsla(0, 0%, 100%, .12);
  padding-bottom: 5.625rem;
  padding-top: 4.5625rem
}

.footer__top-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 47.5rem
}

.footer__logo,
.footer__menu {
  margin-bottom: 5.375rem
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: center;
  row-gap: .5rem
}

.footer__menu a {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500
}

.footer__info {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  width: 100%
}

.footer__phone {
  font-family: var(--second-family);
  font-size: 1.1875rem;
  font-weight: 300;
  margin-bottom: .75rem
}

.footer__address {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 145%;
  margin-bottom: 1.5rem;
  max-width: 15.5rem
}

.footer__soc .socials {
  display: flex;
  gap: .125rem
}

.footer__soc .socials a {
  background: hsla(0, 0%, 100%, .04);
  border-radius: .125rem;
  width: 1.875rem
}

.footer__soc .socials a img {
  width: 1.125rem
}

.footer__info-right {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

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

.footer__text {
  color: hsla(0, 0%, 100%, .3);
  font-size: 1rem;
  font-weight: 200
}

.footer__text,
.top-pro {
  transition: all .3s ease
}

.top-pro {
  align-items: center;
  color: hsla(0, 0%, 100%, .55);
  display: flex;
  font-size: .9375rem;
  gap: .625rem;
  line-height: 128%;
  max-width: 22.5rem
}

.top-pro span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none
}

.top-pro img {
  filter: grayscale(1);
  transition: all .3s ease
}

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

.input {
  border: .0625rem solid #424e42;
  border-radius: .625rem !important;
  caret-color: inherit;
  display: block;
  margin-bottom: .875rem;
  outline: none;
  padding: .625rem;
  width: 100%
}

.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity .3s
}

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

textarea.input {
  padding: 0;
  resize: vertical
}

.tabs__navigation {
  display: flex;
  gap: 1.875rem;
  justify-content: center
}

.tabs__title {
  border-radius: .625rem .625rem 0 0;
  color: #a7a7a7;
  font-size: .9375rem;
  line-height: 112%;
  padding: 1.25rem 3.125rem
}

.tabs__title.--tab-active {
  background: #424e42;
  color: #fff
}

.tabs__content {
  border: .0625rem solid #424e42;
  border-radius: .625rem;
  padding: 3.625rem 3.625rem 4.125rem 4.75rem
}

.hero {
  color: #fff;
  position: relative
}

.hero:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0000008a;
}


.hero__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

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

.hero__wrap {
  max-width: 53.125rem;
  position: relative;
  z-index: 2
}

.hero__subtitle {
  color: #fff;
  font-size: 2.125rem;
  margin-bottom: -.25rem;
  margin-left: 12rem;
  opacity: .55
}

.hero__title {
  font-size: 7.25rem;
  font-weight: 200;
  margin-bottom: 1.25rem
}

.hero__title span {
  color: #fff
}

.hero__text,
.hero__title span {
  font-family: var(--second-family);
  font-size: 2.375rem;
  font-weight: 300
}

.hero__text {
  line-height: 118%;
  margin-left: .375rem
}

.bron {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem
}

.textTitles {
  padding-bottom: 5.8125rem;
  padding-top: 2.125rem
}

.textTitles .text {
  line-height: 144%;
  margin-inline: auto;
  max-width: 57rem;
  text-align: center
}

.textTitles .titles {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .625rem;
  justify-content: space-between
}

.textTitles .titles__p {
  font-weight: 100
}

.main-slider {
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative
}

.main-slider__nav {
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}

.main-slider__nav button {
  color: #fff;
  font-size: 2.5rem
}

.main-slider__nav button.main-slider-prev {
  rotate: -180deg
}

.main-slider__nav svg {
  height: 3rem;
  width: 1.5625rem
}

.main-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 42.9375rem;
  width: 53.5% !important
}

.main-slider__slide:nth-child(2n),
.main-slider__slide:nth-child(3n) {
  width: 24% !important
}

.main-slider__slide img {
  border-radius: .625rem;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.house {
  padding-bottom: 5rem;
  padding-top: 4rem
}

.house__wrap {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr))
}

.section-title {
  font-size: 3.25rem;
  font-weight: 275;
  margin-bottom: 2.5625rem
}

.section-text,
.tac {
  text-align: center
}

.section-text {
  line-height: 144%;
  margin-bottom: 5rem;
  margin-inline: auto;
  max-width: 57rem
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%
}

.card__slider {
  max-height: 100%;
  position: relative
}

.card__slide {
  height: 24.625rem
}

.card__slide img {
  border-radius: .625rem;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.card__body {
  border: .0625rem solid #d8d8d8;
  border-radius: .625rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 1rem;
  padding: 1.9375rem 1.5rem 1.75rem
}

.card__subtitle {
  font-size: 1rem;
  font-weight: 275;
  margin-bottom: 1.125rem
}

.card__title {
  font-family: var(--second-family);
  font-size: 2.375rem;
  line-height: 68%;
  margin-bottom: 2.3125rem;
  text-transform: uppercase
}

.card__info {
  column-gap: .625rem;
  display: grid;
  grid-template-columns: 1fr minmax(6.875rem, 13.5rem);
  margin-bottom: 2.3125rem;
  row-gap: 2.1875rem
}

.card__info-item {
  align-items: center;
  color: #555;
  display: flex;
  font-size: .9375rem;
  gap: .625rem;
  line-height: 127%
}

.card__info-item span {
  display: block;
  font-size: .6875rem
}

.card__text {
  display: grid;
  font-size: 1rem;
  gap: 1.25rem;
  line-height: 125%;
  margin-bottom: .875rem
}

.card__bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .625rem;
  justify-content: space-between;
  margin-top: auto
}

.card__price {
  align-items: end;
  color: #424e42;
  display: flex;
  font-family: var(--second-family);
  font-size: 2rem;
  gap: 1.125rem;
  text-align: center;
  text-transform: uppercase
}

.card__price span {
  font-size: .875rem;
  line-height: 148%
}

.card__btn {
  padding: 1rem 3.4375rem
}

.card .swiper-button-next,
.card .swiper-button-prev {
  color: #fff;
  font-size: 2.5rem;
  left: auto !important;
  position: absolute;
  right: .625rem !important;
  top: 50%;
  transform: translateY(-50%)
}

.card .swiper-button-next svg,
.card .swiper-button-prev svg {
  height: 1.875rem;
  width: .9375rem
}

.card .swiper-button-prev {
  left: .625rem !important;
  right: auto !important
}

.card .swiper-button-prev svg {
  rotate: -180deg
}

.card .swiper-pagination {
  align-items: center;
  background-color: hsla(0, 0%, 100%, .18);
  border: .0625rem solid #fff;
  border-radius: .75rem;
  bottom: .625rem;
  display: flex;
  gap: .625rem;
  justify-content: center;
  left: 50%;
  padding: .25rem .75rem;
  position: absolute;
  transform: translateX(-50%);
  width: max-content;
  max-width: 96%;
  flex-wrap: wrap;
  z-index: 3
}

.card .swiper-pagination-bullet {
  aspect-ratio: 1;
  background-color: hsla(0, 0%, 100%, .655);
  border-radius: 50%;
  cursor: pointer;
  width: .75rem
}

.card .swiper-pagination-bullet-active {
  background-color: #fff
}

.promo {
  padding-bottom: 5.875rem;
  padding-top: 5.4375rem
}

.promo__text {
  color: #424e42;
  font-weight: 200;
  margin-inline: auto;
  max-width: 67.5rem;
  text-transform: uppercase
}

.promo__btn,
.promo__text {
  line-height: 170%;
  text-align: center
}

.promo__btn {
  align-items: center;
  border-radius: .625rem;
  color: #fff;
  display: flex;
  font-size: 2.0625rem;
  font-weight: 300;
  justify-content: center;
  overflow: hidden;
  padding: 4.6875rem 1.25rem;
  padding-inline: 1.25rem;
  position: relative;
  width: 100%
}

.promo__btn span {
  color: #fff;
  font-size: 23rem;
  opacity: .03;
  position: absolute
}

.do {
  padding-bottom: 6.25rem;
  padding-top: 5rem
}

.do .section-text {
  margin-bottom: 6.625rem
}

.do__slider {
  height: 29.875rem;
  position: relative
}

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

.do__slide {
  border-radius: .625rem;
  height: 26.25rem;
  overflow: hidden;
  position: relative
}

.do__slide:after {
  background: linear-gradient(179deg, rgba(25, 25, 25, 0), #424e42 76.15%);
  bottom: 0;
  content: "";
  display: block;
  height: 16.5625rem;
  left: 0;
  position: absolute;
  transition: all .3s ease;
  width: 100%
}

.do .swiper-slide-active {
  height: 100%
}

.do__slide-body {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
  padding: 1.25rem .875rem 1.75rem 1.375rem;
  position: relative;
  z-index: 2
}

.do__slide-img {
  border-radius: .625rem;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  transition: all .3s ease;
  width: 100%
}

.do__slide-title {
  font-family: var(--second-family);
  font-size: 1.25rem;
  line-height: 130%;
  margin-bottom: 1.125rem
}

.do__slide-text {
  font-size: .9375rem;
  line-height: 147%;
  margin-bottom: 1.5rem
}

.do__slide-button {
  border-radius: 1.1875rem;
  font-size: .625rem;
  padding: .5rem 1.3125rem;
  width: max-content
}

.do__slider-next,
.do__slider-prev {
  align-items: center;
  aspect-ratio: 1;
  background: hsla(0, 0%, 100%, .52);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  z-index: 5
}

.do__slider-next svg,
.do__slider-prev svg {
  height: 1rem
}

.do__slider-prev {
  left: 1rem;
  right: auto
}

.do__slider-prev svg {
  rotate: 180deg
}

.do .swiper-pagination {
  align-items: center;
  display: flex;
  gap: .9375rem;
  justify-content: center;
  margin-top: 4.5rem
}

.do .swiper-pagination-bullet {
  border: .0625rem solid #d8d8d8;
  cursor: pointer;
  width: 5.75rem !important
}

.do .swiper-pagination-bullet-active {
  border: .0625rem solid #424e42
}

.sertificate {
  padding-bottom: 6.25rem;
  padding-top: 6.625rem
}

.sertificate__top {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between
}

.sertificate__title {
  color: #424e42;
  font-size: 7.25rem;
  font-weight: 200;
  margin-top: 1.625rem;
  position: relative;
  text-transform: uppercase
}

.sertificate__title span {
  color: #424e42;
  font-size: 2.125rem;
  opacity: .55;
  position: absolute;
  right: 0;
  text-transform: none;
  top: -1.875rem
}

.sertificate__wrap {
  display: grid;
  gap: 2.8125rem;
  grid-template-columns: repeat(3, 29.125rem);
  margin-top: 3.125rem
}

.sertificate__card {
  display: flex;
  flex-direction: column
}

.sertificate__card-img {
  border-radius: .625rem;
  height: 24.625rem;
  object-fit: cover;
  width: 100%
}

.sertificate__card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.8125rem 1.5rem
}

.sertificate__card-title {
  color: #424e42;
  font-family: var(--second-family);
  font-size: 2.375rem;
  line-height: 121%;
  margin-bottom: 2.25rem
}

.sertificate__card-text {
  color: #424e42;
  font-size: 1rem;
  line-height: 125%;
  margin-bottom: 3.375rem
}

.sertificate__card-bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .625rem;
  justify-content: space-between;
  margin-top: auto
}

.sertificate__card-price {
  align-items: end;
  display: flex;
  font-family: var(--second-family);
  font-size: 2rem;
  gap: 1.125rem;
  text-align: center;
  text-transform: uppercase
}

.sertificate__card-price span {
  font-size: .875rem;
  line-height: 148%;
  text-align: center
}

.sertificate__card-btn {
  padding: 1rem 2.5rem
}

.if {
  padding-bottom: 5rem;
  padding-top: 7.875rem
}

.if__wrap {
  margin-inline: auto;
  max-width: 60.625rem
}

.if__card {
  display: flex;
  gap: 3.625rem
}

.if__card-img {
  border-radius: .625rem;
  max-width: 23.4375rem;
  object-fit: cover;
  width: 100%
}

.if__card-text {
  color: #424e42;
  font-size: 1.125rem;
  line-height: 128%;
  padding-top: 1.5rem
}

.if__card-text p:not(:last-child) {
  margin-bottom: 1.5rem
}

.review {
  padding-bottom: 3.375rem;
  padding-top: 5rem
}

.review__top {
  display: flex;
  flex-wrap: wrap;
  gap: .625rem;
  justify-content: space-between
}

.review__nav {
  display: flex;
  gap: .75rem
}

.review__wrap {
  margin-top: 2.375rem
}

.review__slide {
  background: #fafaf6;
  border: .0625rem solid #e3e3e3;
  border-radius: 1.25rem;
  padding: 2.3125rem 2rem;
  transition: all .3s ease
}

.review__slide-title {
  color: #ffb751;
  font-family: var(--second-family);
  font-size: 1.6875rem;
  margin-bottom: .625rem
}

.review__slide-date {
  color: #a7a7a7;
  font-size: .75rem;
  line-height: 167%;
  margin-bottom: .625rem
}

.review__slide-text {
  color: #424e42;
  font-size: 1rem;
  height: 5.125rem;
  line-height: 125%;
  margin-bottom: .625rem;
  overflow: hidden;
  transition: all .3s ease
}

.show .review__slide-text {
  height: auto
}

.review__slide-link {
  color: #a7a7a7;
  cursor: pointer;
  font-size: .875rem
}

.review .swiper-button-next,
.review .swiper-button-prev {
  align-items: center;
  aspect-ratio: 1;
  background: #424e42;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 3.6875rem;
  justify-content: center;
  transition: all .3s ease;
  width: 3.6875rem
}

.review .swiper-button-next:hover,
.review .swiper-button-prev:hover {
  background: #536d53;
  color: #fff
}

.review .swiper-button-next svg,
.review .swiper-button-prev svg {
  height: 1.5625rem
}

.review .swiper-button-prev svg {
  rotate: 180deg
}

.guest {
  padding-bottom: 5rem;
  padding-top: 5rem
}

.guest__top {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: space-between
}

.guest__nav {
  display: flex;
  gap: .75rem
}

.guest__wrap {
  margin-top: 2.5rem
}

.guest__slider {
  overflow: visible !important
}

.guest__slide {
  height: 35.625rem
}

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

.guest .swiper-button-next,
.guest .swiper-button-prev {
  align-items: center;
  aspect-ratio: 1;
  background: #424e42;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 3.6875rem;
  justify-content: center;
  transition: all .3s ease;
  width: 3.6875rem
}

.guest .swiper-button-next:hover,
.guest .swiper-button-prev:hover {
  background: #536d53;
  color: #fff
}

.guest .swiper-button-next svg,
.guest .swiper-button-prev svg {
  height: 1.5625rem
}

.guest .swiper-button-prev svg {
  rotate: 180deg
}

.guest .swiper-pagination {
  align-items: center;
  display: flex;
  gap: .9375rem;
  justify-content: center;
  margin-top: 4.5rem
}

.guest .swiper-pagination-bullet {
  border: .0625rem solid #d8d8d8;
  cursor: pointer;
  width: 5.75rem !important
}

.guest .swiper-pagination-bullet-active {
  border: .0625rem solid #424e42
}

.faq {
  padding-bottom: 5rem;
  padding-top: 4.625rem
}

.faq__wrap {
  margin-left: auto;
  margin-top: 4.1875rem;
  max-width: 56.4375rem
}

.contact {
  padding-bottom: 4.625rem;
  padding-top: 8.125rem
}

.contact__wrap {
  display: grid;
  grid-template-columns: 33.875rem 1fr;
  margin-top: 6.25rem
}

.contact__left {
  padding-top: 3.75rem
}

.contact__phone {
  color: #424e42;
  font-family: var(--second-family);
  font-size: 2.375rem;
  font-weight: 300;
  margin-bottom: 1.875rem
}

.contact__address {
  color: #000;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 145%;
  margin-bottom: 2.875rem;
  max-width: 31.875rem
}

.contact__soc {
  margin-bottom: 5rem
}

.contact__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 6.875rem
}

.contact__btn {
  padding-block: 1rem
}

.contact__footer {
  color: #424e42;
  font-size: 1.45rem;
  font-weight: 200
}

.contact__map {
  border-radius: .625rem;
  height: 40.25rem;
  overflow: hidden
}

.contact__map p {
  height: 100%
}

.socials {
  display: flex;
  gap: .3125rem
}

.socials a {
  align-items: center;
  aspect-ratio: 1;
  background: #424e42;
  border: .08375rem solid #424e42;
  border-radius: .25rem;
  display: flex;
  justify-content: center;
  transition: all .3s ease;
  width: 3.4375rem
}

.form__button {
  display: flex;
  margin-inline: auto
}

.spollers__item,
.spollers__title {
  cursor: pointer !important
}

[data-fls-spollers] summary {
  list-style: none
}

[data-fls-spollers] summary::-webkit-details-marker,
[data-fls-spollers] summary::marker {
  display: none
}

.spollers {
  display: grid
}

.spollers__item {
  border-bottom: .0625rem solid #e4e4e4;
  font-size: 1.25rem;
  padding: 1.4375rem 1rem 1.4375rem .375rem
}

.spollers__item:first-child {
  border-top: .0625rem solid #e4e4e4
}

.spollers__title {
  align-items: center;
  color: #424e42;
  cursor: default;
  display: flex;
  font-size: 1.5rem;
  gap: .625rem;
  justify-content: space-between;
  list-style: none;
  position: relative;
  text-align: left;
  width: 100%
}

.spollers__title .icon {
  background: #f4efeb;
  border-radius: 50%;
  height: 2.8125rem;
  min-width: 2.8125rem;
  position: relative;
  transition: all .3s ease;
  width: 2.8125rem
}

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

.spollers__title .icon {
  cursor: pointer
}

.spollers__title .icon:after,
.spollers__title .icon:before {
  background-color: #a7a7a7;
  content: "";
  height: .0625rem;
  position: absolute;
  right: 50%;
  top: 50%;
  transition: transform .5s ease 0s;
  width: 1.375rem
}

.spollers__title .icon:before {
  transform: translate(50%, 50%) rotate(90deg)
}

.spollers__title .icon:after {
  transform: translate(50%, 50%)
}

.spollers__title.--spoller-active .icon {
  background: #424e42
}

.spollers__title.--spoller-active .icon:after,
.spollers__title.--spoller-active .icon:before {
  background-color: #a7a7a7
}

.spollers__title.--spoller-active .icon:before {
  transform: translate(50%, 50%) rotate(0deg)
}

.spollers__body {
  color: #424e42;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 117%;
  max-width: 49.375rem;
  padding-bottom: 2.375rem;
  padding-top: 3.125rem
}

[data-fls-slider] {
  overflow: hidden
}

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

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

.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 {
  transform: translateZ(0)
}

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

.lg-icon {
  font-family: lg !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -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: none;
  border-radius: .125rem;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 1.375rem;
  margin-top: -.625rem;
  outline: none;
  padding: .5rem .625rem .5625rem;
  position: absolute;
  top: 50%;
  z-index: 1084
}

.lg-next.disabled,
.lg-prev.disabled {
  cursor: default;
  opacity: 0 !important
}

.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: 1.25rem
}

.lg-next:before {
  content: "\e095"
}

.lg-prev {
  left: 1.25rem
}

.lg-prev:after {
  content: "\e094"
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0
  }

  50% {
    left: -1.875rem
  }

  to {
    left: 0
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0
  }

  50% {
    left: -1.875rem
  }

  to {
    left: 0
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0
  }

  50% {
    left: -1.875rem
  }

  to {
    left: 0
  }
}

@keyframes lg-right-end {
  0% {
    left: 0
  }

  50% {
    left: -1.875rem
  }

  to {
    left: 0
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0
  }

  50% {
    left: 1.875rem
  }

  to {
    left: 0
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0
  }

  50% {
    left: 1.875rem
  }

  to {
    left: 0
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0
  }

  50% {
    left: 1.875rem
  }

  to {
    left: 0
  }
}

@keyframes lg-left-end {
  0% {
    left: 0
  }

  50% {
    left: 1.875rem
  }

  to {
    left: 0
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-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;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}

.lg-toolbar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1082
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .4))
}

.lg-toolbar .lg-icon {
  background: none;
  border: none;
  box-shadow: none;
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 1.5rem;
  height: 2.9375rem;
  line-height: 1.6875rem;
  outline: medium none;
  padding: .625rem 0;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  width: 3.125rem;
  will-change: color
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 1.125rem
}

.lg-toolbar .lg-icon:hover {
  color: #fff
}

.lg-toolbar .lg-close:after {
  content: "\e070"
}

.lg-toolbar .lg-maximize {
  font-size: 1.375rem
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a"
}

.lg-toolbar .lg-download:after {
  content: "\e0f2"
}

.lg-sub-html {
  color: #eee;
  font-size: 1rem;
  opacity: 0;
  padding: .625rem 2.5rem;
  text-align: center;
  -webkit-transition: opacity .2s ease-out 0s;
  -o-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  z-index: 1080
}

.lg-sub-html h4 {
  font-size: .8125rem;
  font-weight: 700;
  margin: 0
}

.lg-sub-html p {
  font-size: .75rem;
  margin: .3125rem 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, transparent, rgba(0, 0, 0, .6))
}

.lg-item .lg-sub-html {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0
}

.lg-error-msg {
  color: #999;
  font-size: .875rem
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 1rem;
  height: 2.9375rem;
  padding-left: 1.25rem;
  padding-top: .75rem;
  vertical-align: middle
}

.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
  -moz-transition: -moz-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
  -o-transition: -o-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
}

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-media-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(.5, .5, .5);
  -o-transform: scale3d(.5, .5, .5);
  -ms-transform: scale3d(.5, .5, .5);
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
  -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
  will-change: transform, opacity
}

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-media-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.lg-icon:focus-visible {
  border-radius: .1875rem;
  color: #fff;
  outline: .0625rem dashed hsla(0, 0%, 100%, .6)
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: .5rem;
  outline-offset: -.3125rem
}

.lg-group:after {
  clear: both;
  content: "";
  display: table
}

.lg-container {
  outline: none
}

.lg-on {
  scroll-behavior: unset
}

.lg-overlay-open {
  overflow: hidden
}

.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-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;
  will-change: transform, opacity
}

.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar,
.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(-.625rem, 0, 0);
  transform: translate3d(-.625rem, 0, 0)
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(.625rem, 0, 0);
  transform: translate3d(.625rem, 0, 0)
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -.625rem, 0);
  transform: translate3d(0, -.625rem, 0)
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0)
}

.lg-outer {
  height: 100%;
  left: 0;
  opacity: .001;
  outline: none;
  overflow: hidden;
  position: fixed;
  text-align: left;
  top: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
  width: 100%;
  will-change: auto;
  z-index: 1050
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.lg-outer.lg-visible,
.lg-outer.lg-zoom-from-image {
  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 {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: 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 {
  opacity: 1;
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.lg-outer .lg-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
  width: 100%
}

.lg-outer .lg-item {
  display: none !important
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("data:image/gif;base64,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") no-repeat scroll 50% transparent
}

.lg-outer.lg-css .lg-current,
.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-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 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 {
  bottom: 0;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.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;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  vertical-align: middle;
  width: auto
}

.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 {
  left: 50%;
  position: absolute;
  top: 50%
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity .2s ease-out .15s
}

.lg-outer .lg-media-cont {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle
}

.lg-outer .lg-media-cont .lg-object {
  height: 100% !important;
  width: 100% !important
}

.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto
}

.lg-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
  will-change: auto;
  z-index: 1040
}

.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 {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-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 {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: 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 {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.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 {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: -o-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
}

.lg-container {
  display: none
}

.lg-container.lg-show {
  display: block
}

.lg-container.lg-dragging-vertical .lg-backdrop,
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  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: "\e909"
}

.lg-components {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform .35s ease-out 0s;
  -moz-transition: -moz-transform .35s ease-out 0s;
  -o-transition: -o-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s;
  will-change: transform;
  z-index: 1080
}

@media (max-width:81.25rem) {
  .card__price {
    font-size: 1.75rem;
    gap: .5rem
  }
}

@media (max-width:80rem) {
  .card__info {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:75rem) {
  .sertificate__wrap {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr))
  }
}

@media (width <=61.99875em) {
  .header__right {
    column-gap: 1.25rem
  }
}

@media (max-width:61.99875em) {
  .header__phone {
    display: none
  }

  .footer__top {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
  }

  .footer__logo {
    margin-bottom: 2.25rem
  }

  .footer__menu a {
    font-size: 1.125rem
  }

  .footer__info {
    align-items: center;
    flex-direction: column;
    text-align: center
  }

  .footer__soc .socials {
    justify-content: center
  }

  .footer__bottom {
    flex-direction: column;
    gap: 1.25rem;
    padding-bottom: 1rem;
    padding-top: 1rem
  }

  .footer__text {
    font-size: .875rem;
    text-align: center
  }

  .top-pro {
    font-size: .75rem
  }

  .tabs__navigation {
    gap: .625rem
  }

  .hero__subtitle {
    font-size: 1.375rem;
    margin-bottom: .875rem;
    margin-left: 7.5rem
  }

  .hero__title {
    font-size: 4.875rem;
    line-height: 50%;
    margin-bottom: .625rem
  }

  .hero__text,
  .hero__title span {
    font-size: 1.75rem
  }

  .bron {
    padding-top: 1.875rem
  }

  .bron,
  .textTitles {
    padding-bottom: 1.875rem
  }

  .textTitles .text {
    font-size: 1rem
  }

  .textTitles .titles {
    flex-direction: column;
    gap: 1.875rem;
    justify-content: center
  }

  .textTitles .titles__p {
    font-size: 2rem
  }

  .main-slider {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
  }

  .main-slider__slide {
    height: 27.5rem
  }

  .main-slider__slide,
  .main-slider__slide:nth-child(2n),
  .main-slider__slide:nth-child(3n) {
    width: 100% !important
  }

  .main-slider__slide img {
    border-radius: 0
  }

  .house {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
  }

  .card__info {
    grid-template-columns: 1fr;
    margin-bottom: 1.25rem;
    row-gap: .625rem
  }

  .do,
  .promo {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
  }

  .do .section-text {
    margin-bottom: 2.25rem
  }

  .do .swiper-slide-active,
  .do__slide,
  .do__slider {
    height: 25.75rem
  }

  .do__slide-body {
    padding-bottom: 1.125rem
  }

  .do__slide-title {
    margin-bottom: .625rem
  }

  .do__slide-text {
    margin-bottom: .875rem
  }

  .do__slider-next,
  .do__slider-prev {
    width: 2rem
  }

  .do__slider-next svg,
  .do__slider-prev svg {
    height: .875rem;
    width: .5rem
  }

  .do .swiper-pagination {
    gap: .5rem;
    margin-top: 2rem
  }

  .do .swiper-pagination-bullet {
    width: 2rem !important
  }

  .sertificate {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
  }

  .sertificate__title {
    text-align: end;
    width: 100%
  }

  .sertificate__wrap {
    margin-top: 1.875rem
  }

  .sertificate__card-img {
    height: 16.5rem
  }

  .sertificate__card-body {
    padding: 1.25rem .875rem
  }

  .sertificate__card-title {
    font-size: 1.75rem;
    margin-bottom: 1.25rem
  }

  .sertificate__card-text {
    font-size: .875rem;
    margin-bottom: .625rem
  }

  .sertificate__card-bottom {
    flex-direction: column;
    justify-content: center;
    margin-top: .625rem
  }

  .sertificate__card-price {
    font-size: 1.625rem;
    gap: .625rem
  }

  .sertificate__card-price span {
    font-size: .75rem
  }

  .if {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
  }

  .if__card {
    flex-direction: column;
    gap: 1.125rem
  }

  .if__card-img {
    max-height: 17.5rem;
    max-width: 100%
  }

  .if__card-text p:not(:last-child) {
    margin-bottom: .875rem
  }

  .if__card-text {
    font-size: 1rem;
    padding-top: 0
  }

  .review {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
  }

  .review__wrap {
    margin-top: 1.5rem
  }

  .review__slide {
    border-radius: .625rem;
    padding: 1.5rem .875rem
  }

  .review__slide-title {
    font-size: 1.375rem
  }

  .review__slide-text {
    font-size: .875rem;
    height: 4.5rem
  }

  .show .review__slide-text {
    height: auto
  }

  .review__slide-link {
    font-size: .75rem
  }

  .review .swiper-button-next,
  .review .swiper-button-prev {
    height: 2.5rem;
    width: 2.5rem
  }

  .review .swiper-button-next svg,
  .review .swiper-button-prev svg {
    height: 1.125rem
  }

  .guest {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
  }

  .guest__top {
    gap: .625rem
  }

  .guest__wrap {
    margin-top: 1.25rem
  }

  .guest__slide {
    height: 21.25rem
  }

  .guest .swiper-button-next,
  .guest .swiper-button-prev {
    height: 2.5rem;
    width: 2.5rem
  }

  .guest .swiper-button-next svg,
  .guest .swiper-button-prev svg {
    height: 1.125rem
  }

  .guest .swiper-pagination {
    margin-top: 2rem
  }

  .faq {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
  }

  .faq__wrap {
    margin-top: 1.6875rem
  }

  .contact {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
  }

  .contact__wrap {
    gap: 1.25rem;
    grid-template-columns: 1fr;
    margin-top: 1.875rem
  }

  .contact__left {
    padding-top: 0
  }

  .contact__phone {
    font-size: 1.75rem;
    margin-bottom: 1.25rem
  }

  .contact__address {
    font-size: 1.5rem;
    margin-bottom: 1.625rem
  }

  .contact__soc {
    margin-bottom: 1.25rem
  }

  .contact__bottom {
    gap: .625rem;
    margin-bottom: 1.875rem
  }

  .contact__btn {
    width: 100%
  }

  .contact__footer {
    font-size: 1.5rem
  }

  .contact__map {
    height: 21.25rem
  }

  .spollers__item {
    padding-block: 1rem
  }

  .spollers__title {
    font-size: 1rem
  }

  .spollers__title .icon {
    height: 1.875rem;
    min-width: 1.875rem;
    width: 1.875rem
  }

  .spollers__title .icon:after,
  .spollers__title .icon:before {
    width: .75rem
  }

  .spollers__body {
    font-size: .875rem;
    padding-bottom: 1.125rem;
    padding-top: 1.5rem
  }
}

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

@media (max-width:47.99875em) {
  .menu__body {
    align-items: center;
    background: #fdfaf6;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 100svh;
    overflow: auto;
    padding: 4.375rem .9375rem 1.875rem;
    width: 82%;
    z-index: 3
  }

  .menu__body,
  .menu__body:before {
    position: fixed;
    right: -100%;
    top: 0;
    transition: left .3s
  }

  .menu__body:before {
    content: "";
    height: 4.375rem;
    width: 100%;
    z-index: 2
  }

  [data-fls-menu-open] .menu__body,
  [data-fls-menu-open] .menu__body:before {
    right: 0
  }

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

  .menu__link {
    font-size: 1.25rem;
    font-weight: 300
  }

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

  .icon-menu span,
  .icon-menu:after,
  .icon-menu:before {
    background-color: #000;
    content: "";
    height: .125rem;
    position: absolute;
    right: 0;
    transition: all .3s ease 0s;
    width: 100%
  }

  .icon-menu:before {
    top: 0
  }

  .icon-menu:after {
    bottom: 0;
    width: 70%
  }

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

  [data-fls-menu-open] .icon-menu span {
    width: 0
  }

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

  [data-fls-menu-open] .icon-menu:after {
    bottom: calc(50% - .0625rem);
    transform: rotate(45deg);
    width: 100%
  }

  .header.--header-scroll .header__logo {
    max-width: 3.5rem
  }

  .header {
    padding-bottom: .5rem;
    padding-top: .375rem
  }

  .menu__mob {
    display: flex;
    flex-direction: column
  }

  .footer__menu {
    flex-direction: column;
    gap: .875rem;
    margin-bottom: 2.25rem;
    text-align: center
  }

  .tabs__title {
    font-size: .8125rem;
    padding: .625rem
  }

  .tabs__content {
    padding: 1.25rem 1rem 1.625rem
  }

  .hero__text,
  .hero__title span {
    font-size: 1.25rem
  }

  .hero__text {
    margin-left: 0
  }

  .main-slider__nav svg {
    height: 1.75rem;
    width: 1.125rem
  }

  .main-slider__slide {
    height: 15rem
  }

  .card__slide {
    height: 17.125rem
  }

  .card__body {
    margin-top: .375rem;
    padding: 1.25rem .875rem
  }

  .card__subtitle {
    font-size: .875rem
  }

  .card__title {
    font-size: 2rem;
    margin-bottom: 1.5rem
  }

  .card__info-item {
    font-size: .8125rem
  }

  .card__text {
    font-size: .875rem;
    gap: .75rem;
    margin-bottom: 1.25rem
  }

  .card__bottom,
  .card__price {
    justify-content: center
  }

  .card__price {
    font-size: 1.75rem
  }

  .card .swiper-button-next svg,
  .card .swiper-button-prev svg {
    height: 1.5rem;
    width: .625rem
  }

  .card .swiper-pagination-bullet {
    width: .625rem
  }
}

@media (max-width:29.99875em) {
  .tabs__title {
    font-size: .75rem
  }
}

@media (width <=20em) {
  .hero__wrap {
    margin-left: 6.25e-8rem;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem
  }

  .textTitles .text {
    margin-bottom: 3.75rem
  }

  .textTitles .titles__p {
    font-size: 1.625rem
  }

  .section-title {
    font-size: 2.25rem;
    margin-bottom: 1.25rem
  }

  .section-text {
    font-size: 1rem;
    margin-bottom: 1.875rem
  }

  .promo__text {
    margin-bottom: 2.5rem
  }

  .promo__btn,
  .promo__text {
    font-size: 1.25rem
  }

  .promo__btn {
    padding-bottom: 1rem;
    padding-top: 1rem
  }

  .promo__btn span {
    font-size: 5.1875rem
  }

  .sertificate__title {
    font-size: 4.5rem
  }

  .sertificate__title span {
    font-size: 1.25rem
  }

  .contact__wrap {
    column-gap: 1.875rem
  }
}

@media (width > 20em) and (width <=91.25em) {
  .hero__wrap {
    margin-left: clamp(6.25e-8rem, -1.14035079715rem + 5.7017542982vw, 4.0625rem);
    padding-bottom: clamp(3.75rem, 2.276315789475rem + 7.3684210526vw, 9rem);
    padding-top: clamp(3.75rem, .0131578947375rem + 18.6842105263vw, 17.0625rem)
  }

  .textTitles .text {
    margin-bottom: clamp(3.75rem, 2.76754385965rem + 4.9122807018vw, 7.25rem)
  }

  .textTitles .titles__p {
    font-size: clamp(1.625rem, 1.168859649125rem + 2.2807017544vw, 3.25rem)
  }

  .section-title {
    font-size: clamp(2.25rem, 1.9692982456125rem + 1.4035087719vw, 3.25rem);
    margin-bottom: clamp(1.25rem, .89912280701875rem + 1.7543859649vw, 2.5rem)
  }

  .section-text {
    font-size: clamp(1rem, .92982456140625rem + .350877193vw, 1.25rem);
    margin-bottom: clamp(1.875rem, .99780701754375rem + 4.3859649123vw, 5rem)
  }

  .promo__text {
    margin-bottom: clamp(2.5rem, .5rem + 10vw, 9.625rem)
  }

  .promo__btn,
  .promo__text {
    font-size: clamp(1.25rem, 1.0219298245625rem + 1.1403508772vw, 2.0625rem)
  }

  .promo__btn {
    padding-bottom: clamp(1rem, -.0350877193rem + 5.1754385965vw, 4.6875rem);
    padding-top: clamp(1rem, -.0350877193rem + 5.1754385965vw, 4.6875rem)
  }

  .promo__btn span {
    font-size: clamp(5.1875rem, .1875rem + 25vw, 23rem)
  }

  .sertificate__title {
    font-size: clamp(4.5rem, 3.6929824561375rem + 4.0350877193vw, 7.375rem)
  }

  .sertificate__title span {
    font-size: clamp(1.25rem, 1.0043859649125rem + 1.2280701754vw, 2.125rem)
  }

  .contact__wrap {
    column-gap: clamp(1.875rem, -.54605263158125rem + 12.1052631579vw, 10.5rem)
  }
}

@media (width > 61.99875em) and (width <=120em) {
  .header__right {
    column-gap: clamp(1.25rem, -4.76268022240625rem + 9.698066852vw, 6.875rem)
  }
}

@media (width > 91.25em) {
  .hero__wrap {
    margin-left: 4.0625rem;
    padding-bottom: 9rem;
    padding-top: 17.0625rem
  }

  .textTitles .text {
    margin-bottom: 7.25rem
  }

  .section-title,
  .textTitles .titles__p {
    font-size: 3.25rem
  }

  .section-title {
    margin-bottom: 2.5rem
  }

  .section-text {
    font-size: 1.25rem;
    margin-bottom: 5rem
  }

  .promo__text {
    margin-bottom: 9.625rem
  }

  .promo__btn,
  .promo__text {
    font-size: 2.0625rem
  }

  .promo__btn {
    padding-bottom: 4.6875rem;
    padding-top: 4.6875rem
  }

  .promo__btn span {
    font-size: 23rem
  }

  .sertificate__title {
    font-size: 7.375rem
  }

  .sertificate__title span {
    font-size: 2.125rem
  }

  .contact__wrap {
    column-gap: 10.5rem
  }
}

@media (width > 120em) {
  .header__right {
    column-gap: 6.875rem
  }
}

@media (any-hover:hover) {
  .menu__link:hover {
    text-decoration: underline
  }

  .button:hover {
    background-color: transparent;
    border-color: #424e42;
    color: #424e42
  }

  .button--white:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff
  }

  .button--transparent:hover {
    background-color: #fff;
    border-color: #fff;
    color: #424e42
  }

  .footer__text:hover,
  .top-pro:hover {
    color: #fff
  }

  .top-pro:hover img {
    filter: grayscale(0)
  }

  .promo__btn:hover {
    background: #536d53;
    color: #fff
  }

  .do__slide:hover .do__slide-img {
    scale: 1.05
  }

  .do__slide:hover:after {
    height: 22.8125rem
  }

  .review__slide:hover {
    background-color: rgba(76, 143, 76, .208)
  }

  .socials a:hover {
    background: #536d53;
    border-color: #536d53
  }

  .spollers__title:hover .icon {
    background: #424e42
  }

  .spollers__title:hover .icon:after,
  .spollers__title:hover .icon:before {
    background-color: #a7a7a7
  }
}


.content-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
  font-weight: 700;
}



.content-page * {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
}


.content-page h1 {
  font-size: 28px;
}

.content-page h2 {
  font-size: 26px;
}

.content-page h3 {
  font-size: 24px;
}

.content-page h4,
.content-page h5,
.content-page h6 {
  font-size: 22px;
}

ul li,
ol li {
  padding-left: 24px;
}


#cookie-notice {
  background: #fdfaf6 !important;
}

.cookie-notice-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

#cn-notice-text {
  color: #000 !important;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000 !important;
}

#cn-accept-cookie {
  margin-left: 0 !important;
}

#cookie-notice #cn-refuse-cookie {
  color: #000 !important;
}

#cookie-notice {
  text-align: left !important;
  position: fixed;
  min-width: auto !important;
  max-width: 800px !important;
  width: 100% !important;
  margin-inline: auto !important;
  height: auto;
  z-index: 100000;
  letter-spacing: 0;
  line-height: 20px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  box-shadow: 0 -1px 39px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 10px !important;
}

.cn-text-container {
  text-align: left !important;
}

.cookie-notice-hidden {
  display: none !important;
}

.cn-buttons-container {
  display: flex;
  width: 100%;
}


#cn-more-info {
  color: #773141 !important;
  margin-left: auto !important;
}

.nopage__title {
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-top: 180px;
}

.nopage__title span {
  font-size: 178px;
  font-weight: 700;
  color: #233561;
}

.nopage__text {
  margin-bottom: 20px;
  font-size: 22px;
}

.nopage__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media(max-width:767.98px) {
  .content-page {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .content-page * {
    font-size: 16px;
    margin-bottom: 14px;
  }


  .content-page h1 {
    font-size: 24px;
  }

  .content-page h2 {
    font-size: 22px;
  }

  .content-page h3 {
    font-size: 20px;
  }

  .content-page h4,
  .content-page h5,
  .content-page h6 {
    font-size: 18px;
  }



  .nopage__title span {
    font-size: 78px;
    font-weight: 700;
    color: #233561;
  }

  .nopage__title {
    padding-top: 100px;
  }
}