::-moz-selection {
  background-color: #fecb0b;
  color: #fff;
}

::selection {
  background-color: #fecb0b;
  color: #fff;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #383838;
  font-family: Montserrat,sans-serif;
  font-size: 2rem;
  height: 100%;
  line-height: 1.6;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
}

body.lock {
  overflow: hidden;
  padding-right: 17px;
}

:root {
  scroll-behavior: auto;
}

html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: auto;
}

.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  padding-top: 11.5rem;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header {
  background: #1e1e20;
  left: 0;
  padding-bottom: 2.5rem;
  padding-top: 2rem;
  position: fixed;
  top: 0;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 100%;
  z-index: 100;
}

.header.active {
  -webkit-box-shadow: 0 0 40px rgba(95, 106, 117, .15);
  box-shadow: 0 0 40px rgba(95, 106, 117, .15);
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
}

.header.active .header__logo img {
  height: auto;
  width: 8rem;
}

.header.active .btn.header__bnt {
  height: 3.9rem;
}

.header__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.header__logo img {
  height: 7rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 11.5rem;
}

.header__info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.header__phone {
  color: #e3e4e4;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-right: 2.6rem;
}

.header__phone:hover {
  color: #fecb0b;
}

.header__whatsapp {
  height: 3.9rem;
  margin-left: .8rem;
  position: relative;
  top: .2rem;
  width: 3.9rem;
}

.header__whatsapp:hover svg {
  fill: #fecb0b;
}

.header__whatsapp svg {
  fill: #e3e4e4;
  height: 2.4rem;
  width: 2.4rem;
}

.btn.header__bnt {
  background: #fff;
  border: 1px solid #fecb0b;
  height: 3.9rem;
  margin-left: 2.8rem;
  max-width: 21.2rem;
  width: 100%;
}

body {
  background: #1e1e20;
}

:root {
  --indexSize: 1vh + 1vw;
}

input,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

button:focus {
  outline: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.wrapper {
  position: relative;
}

.wrapper:after {
  background: transparent;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -webkit-transition-duration: .45s;
  -o-transition-duration: .45s;
  transition-duration: .45s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

.wrapper.fade:after {
  background: rgba(28, 23, 23, .8);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 150;
}

input[type=search]::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.input,
.textarea {
  background: transparent;
  border: 1px solid #e3e4e4;
  border-radius: .5rem;
  color: #fff;
  font-family: Montserrat,sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 1rem;
  text-align: center;
  width: 100%;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #e3e4e4;
  opacity: 1;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #e3e4e4;
  opacity: 1;
  -moz-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #e3e4e4;
  opacity: 1;
  -ms-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: #e3e4e4;
  opacity: 1;
  -ms-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.input::placeholder,
.textarea::placeholder {
  color: #e3e4e4;
  opacity: 1;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.textarea {
  padding: 1rem;
  resize: none;
}

.select-box {
  display: block;
  font-size: 1.7rem;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.select-box__current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: .1rem solid #9b9b9b;
  border-radius: 0;
  border-radius: 4.5rem;
  color: #1f2229;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-weight: 400;
  height: 6.9rem;
  outline: none;
  padding-left: 2.9rem;
  padding-right: 2.9rem;
  position: relative;
}

.select-box__current:focus+.select-box__list {
  -webkit-animation-name: none;
  animation-name: none;
  opacity: 1;
}

.select-box__current:focus+.select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  right: 3.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  width: 1rem;
}

.select-box__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-box__value:first-of-type .select-box__input-text {
  color: #1f2229;
}

.select-box__input {
  display: none;
}

.select-box__input:checked+.select-box__input-text {
  display: block;
}

.select-box__input-text {
  background-color: #fff;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.select-box__list {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .15);
  box-shadow: 0 6px 8px rgba(0, 0, 0, .15);
  font-size: 1.7rem;
  list-style: none;
  margin-left: 2rem;
  margin-top: -.4rem;
  opacity: 0;
  padding: .3rem 0;
  position: absolute;
  width: 50.5%;
  z-index: 2;
}

.select-box__list li {
  margin-bottom: .6rem;
}

.select-box__list li:last-of-type {
  margin-bottom: 0;
}

.select-box__option {
  background: #efefef;
  display: block;
  margin-bottom: 0;
  padding: .5rem 2.2rem;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.select-box__option:focus,
.select-box__option:hover {
  background-color: #e23c5c;
  color: #fff;
}

@-webkit-keyframes HideList {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
}

@keyframes HideList {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
}

.control {
  color: #484848;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 2.9rem;
  padding-top: .9rem;
  position: relative;
}

.control,
.control a {
  display: inline-block;
  line-height: 1;
}

.control a {
  color: #cd1e40;
  text-decoration: none;
}

.control a:after {
  background-color: #cd1e40;
  content: "";
  display: block;
  height: 1px;
  -webkit-transition: width .5s ease-out;
  -o-transition: width .5s ease-out;
  transition: width .5s ease-out;
  width: 100%;
}

.control a:hover {
  color: #cd1e40;
}

.control a:hover:after {
  width: 0;
}

.control input {
  left: .6rem;
  opacity: 0;
  position: absolute;
  top: .2rem;
  z-index: -1;
}

.control_indicator {
  background: #fff;
  border: 1px solid #9b9b9b;
  border-radius: .3rem;
  height: 2.1rem;
  left: 0;
  position: absolute;
  top: .4rem;
  width: 2.1rem;
}

.control_indicator:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: "";
  display: none;
  position: absolute;
}

.control-checkbox .control_indicator:after {
  background: url(../images/dist/checkbox.svg) 50%/contain no-repeat;
  height: .7rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.1rem;
}

.control input:checked~.control_indicator:after {
  display: block;
}

.link {
  position: relative;
}

.link:hover {
  color: #fecb0b;
}

.link:after {
  background: #212529;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 100%;
}

.link:hover:after {
  width: 0;
}

.h1 {
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.2181818182;
  margin: 0 auto 5.7rem;
  max-width: 90.9rem;
  position: relative;
}

.h1-inner {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2142857143;
  margin-bottom: 4.6rem;
  position: relative;
}

.h1-inner:after {
  background: #da3b64;
  bottom: -1.2rem;
  content: "";
  height: .2rem;
  left: 0;
  position: absolute;
  width: 12.3rem;
}

.h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.225;
  position: relative;
}

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

a {
  color: #383838;
  text-decoration: none;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

a:hover {
  color: #383838;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  max-width: 152rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border: .1rem solid transparent;
  border-radius: .5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1e1e20;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat,sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: normal;
  line-height: normal;
  padding: 0 0 .1rem;
  text-shadow: none;
  text-transform: none;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.btn:hover {
  background: transparent;
  border-color: #fecb0b;
  color: #fecb0b;
}

svg {
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.svg-hidden {
  display: none;
}

.fancybox-custom .fancybox-button {
  background: #1e1e20;
  color: #fff;
  height: 5.6rem;
  width: 5.6rem;
}

.fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_right {
  background: #fff;
  color: #000;
  height: 5.6rem;
  padding: .5rem;
  width: 5.6rem;
}

.fancybox-custom.fancybox-is-open .fancybox-bg {
  background: #000;
  opacity: .85;
}

.swiper-wrapper {
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.hero {
  background: #383838;
  background: url(../images/dist/hero_bg_main.jpg) 50%/cover no-repeat;
}

.hero__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.hero__text {
  max-width: 96.5rem;
  overflow: hidden;
  padding-top: 9.2rem;
}

.hero__text h1 {
  color: #fff;
  font-size: 8.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.1rem;
}

.hero__text h1 span {
  color: #fecb0b;
}

.hero__text p {
  color: #e3e4e4;
  font-size: 2rem;
  line-height: 1.65;
  max-width: 78.5rem;
}

.hero__text-s1 {
  color: #e3e4e4;
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.225;
  margin-bottom: 4.5rem;
  max-width: 51.5rem;
}

.hero__btn {
  height: 3.9rem;
  margin-top: 3.5rem;
  max-width: 25.2rem;
  -webkit-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  width: 100%;
}

.hero__photo {
  -webkit-box-flex: 0;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}

.hero__photo img,
.hero__photo video {
  height: 76.7rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 43.4rem;
}

.hero__photo video {
  -o-object-position: 50%;
  object-position: 50%;
}

.hero__photo-mask {
  background-color: rgba(30, 30, 32, .6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

.housekeeping-yellow {
  -webkit-box-flex: 0;
  background: #fecb0b;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 49.2rem;
  padding: 8.8rem 12.7rem 8.8rem 0;
  position: relative;
  width: 100%;
}

.housekeeping-yellow:after {
  background: #fecb0b;
  content: "";
  height: 100%;
  left: -100vw;
  position: absolute;
  top: 0;
  width: 100vw;
}

.housekeeping-yellow .h2 {
  margin-bottom: 3.5rem;
}

.housekeeping-yellow p {
  color: #383838;
  font-size: 2rem;
  line-height: 1.65;
}

.housekeeping-black {
  -webkit-box-flex: 1;
  background: #1e1e20;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8.8rem 1.4rem 8.8rem 9.5rem;
}

.housekeeping-black .h2 {
  color: #fecb0b;
  margin-bottom: 5.1rem;
  margin-left: 1rem;
}

.housekeeping-black p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.65;
  margin-left: 1rem;
}

.page-navigation__wrap {
  -ms-grid-columns: 1fr 6.5rem 1fr 6.5rem 1fr 6.5rem 1fr;
  -ms-grid-rows: auto;
  display: -ms-grid;
  display: grid;
  gap: 3rem 6.5rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  margin-bottom: 4.6rem;
}

.page-navigation__wrap>:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.page-navigation__wrap>:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.page-navigation__wrap>:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

.page-navigation__wrap>:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}

.page-navigation {
  padding-bottom: 5.2rem;
  padding-top: 3.6rem;
}

.page-navigation__item {
  max-width: 16.1rem;
  text-align: center;
  width: 100%;
}

.page-navigation__item:hover .page-navigation__item-photo img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.page-navigation__item:hover .page-navigation__item-photo:after {
  border: .4rem solid #fecb0b;
  height: 120%;
  -webkit-transition-delay: .05s;
  -o-transition-delay: .05s;
  transition-delay: .05s;
  width: 120%;
}

.page-navigation__item:hover .page-navigation__item-title {
  color: #fecb0b;
  -webkit-transform: translateY(1.2rem);
  -ms-transform: translateY(1.2rem);
  transform: translateY(1.2rem);
}

.page-navigation__item-photo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 13.1rem;
  justify-content: center;
  margin: 0 auto .7rem;
  position: relative;
  width: 13.1rem;
}

.page-navigation__item-photo:after {
  border: .4rem solid #e3e4e4;
  border-radius: 50%;
  content: "";
  height: 93%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 93%;
}

.page-navigation__item-photo img {
  border-radius: 50%;
  height: 10.4rem;
  width: 10.4rem;
}

.page-navigation__item-title {
  color: #e3e4e4;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  margin-left: -1rem;
  margin-right: -1rem;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.home-style {
  background: #383838;
  padding-bottom: 9.2rem;
  padding-top: 7.5rem;
}

.home-style .h2 {
  color: #fff;
  margin-bottom: 8.8rem;
  text-align: center;
}

.home-style__grid {
  -ms-grid-columns: 1fr 2.8rem 1fr 2.8rem 1fr 2.8rem 1fr;
  -ms-grid-rows: auto;
  display: -ms-grid;
  display: grid;
  gap: 2.8rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}

.home-style__grid>:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.home-style__grid>:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.home-style__grid>:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

.home-style__grid>:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}

.home-style__item {
  text-align: center;
}

.home-style__item-photo {
  margin-bottom: 1.9rem;
}

.home-style__item-photo img {
  height: 22.6rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.home-style__item-title h3 {
  color: #fecb0b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: uppercase;
}

.vantages-housekeeping {
  padding-bottom: 8.9rem;
  padding-top: 7.9rem;
  position: relative;
}

.vantages-housekeeping:before {
  background: url(../images/dist/vantages_housekeeping_top.png) 50%/cover no-repeat;
  content: "";
  height: 5.6rem;
  left: 0;
  position: absolute;
  top: .4rem;
  width: 100%;
}

.vantages-housekeeping:after {
  background: url(../images/dist/vantages_housekeeping_bottom.png) 50%/cover no-repeat;
  bottom: 0;
  content: "";
  height: 5.6rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.vantages-housekeeping .h2 {
  color: #fecb0b;
  margin-bottom: 6.2rem;
  text-align: center;
}

.vantages-housekeeping__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vantages-housekeeping__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-top: 2rem;
}

.vantages-housekeeping__photo img {
  height: 73.7rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 73.7rem;
}

.vantages-housekeeping__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: -2rem;
  z-index: 2;
}

.vantages-housekeeping__text-item {
  margin-bottom: 1.5rem;
  padding-right: 10.7rem;
  position: relative;
}

.vantages-housekeeping__text-item:first-of-type .vantages-housekeeping__text-item-num {
  letter-spacing: .12em;
}

.vantages-housekeeping__text-item:nth-of-type(2) .vantages-housekeeping__text-item-p p {
  max-width: 30.2rem;
}

.vantages-housekeeping__text-item:nth-of-type(3) .vantages-housekeeping__text-item-p p {
  max-width: 13.5rem;
}

.vantages-housekeeping__text-item:nth-of-type(4) .vantages-housekeeping__text-item-p p {
  max-width: 24rem;
}

.vantages-housekeeping__text-item:last-of-type {
  margin-bottom: 0;
}

.vantages-housekeeping__text-item-p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 61.4rem;
  position: relative;
}

.vantages-housekeeping__text-item-p p {
  color: #e3e4e4;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  text-align: right;
}

.vantages-housekeeping__text-item-p h3 {
  background: #fecb0b;
  border-radius: 33.04px;
  color: #383838;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3333333333;
  margin-bottom: .7rem;
  padding: .2rem 1.2rem;
  text-transform: uppercase;
}

.vantages-housekeeping__text-item-p:after {
  background: url(../images/dist/vantages_housekeeping_text.svg) 50%/contain no-repeat;
  content: "";
  height: 15rem;
  position: absolute;
  right: -3.4rem;
  top: 0;
  width: 2rem;
}

.vantages-housekeeping__text-item-num {
  color: #fecb0b;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.38;
  position: absolute;
  right: 0;
  text-align: right;
  top: -1.4rem;
}

.quiz {
  background: #1e1e20;
  padding-bottom: 9.6rem;
  padding-top: 4.6rem;
}

.quiz .h2 {
  color: #fecb0b;
  margin-bottom: 4.7rem;
}

.quiz .control {
  color: #d9d9d9;
  font-size: 2rem;
  line-height: 1.1;
  padding-top: .5rem;
}

.quiz .control_indicator {
  background: transparent;
  border: 1px solid #e3e4e4;
  border-radius: 3px;
  height: 2rem;
  width: 2rem;
}

.quiz .control-checkbox .control_indicator:after {
  background: #fecb0b;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 1.4rem;
  width: 1.4rem;
}

.quiz__wrap {
  padding-top: 3.5rem;
  position: relative;
}

.quiz__wrap:after {
  background: url(../images/dist/quiz_bg.svg) 50%/contain no-repeat;
  content: "";
  height: 50.6rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 50.7rem;
  z-index: 1;
}

.quiz__steps {
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
  display: block;
  max-width: 89rem;
  min-height: 29.8rem;
  position: relative;
  z-index: 2;
}

.quiz__step,
.quiz__steps.hidden {
  display: none;
}

.active-step {
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
  display: block;
}

.quiz__step-header h3 {
  color: #f5f5f5;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 2.6rem;
  text-transform: uppercase;
}

.quiz__step-body {
  -ms-grid-columns: 1fr 6.7rem 1fr;
  -ms-grid-rows: auto;
  display: -ms-grid;
  display: grid;
  gap: 2.8rem 6.7rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.quiz__step-body>:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.quiz__step-body>:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.quiz__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 89rem;
  padding-right: 12.3rem;
  position: relative;
  z-index: 2;
}

.quiz__nav.hidden {
  display: none;
}

.quiz__progress {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  width: 54%;
}

.quiz__progress span {
  color: #fecb0b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  min-width: 5.4rem;
}

.quiz__progress span:after {
  content: "%";
}

.quiz__progress-line {
  -webkit-box-flex: 0;
  background: #e3e4e4;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 2px;
  max-width: 39.5rem;
  position: relative;
  width: 100%;
}

.quiz__progress-line-indicator {
  background: #fecb0b;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 0;
}

.quiz__nav-arrows {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
}

.quiz__nav-arrows .btn {
  -webkit-box-flex: 0;
  border: 1px solid #fecb0b;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 3.9rem;
  max-width: 16.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.quiz__nav-arrows .btn span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .7rem;
  position: relative;
}

.quiz__nav-arrows .btn span,
.quiz__nav-prev {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quiz__nav-prev {
  cursor: not-allowed;
  opacity: .8;
}

.quiz__nav-prev:hover {
  background: #fff;
  color: #1e1e20;
}

.quiz__nav-prev span:before {
  background: url(../images/dist/faq_nav_prev.svg) 50%/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
}

.quiz__nav-next {
  cursor: not-allowed;
  opacity: .8;
  padding-left: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quiz__nav-next:hover {
  background: #fff;
  color: #1e1e20;
}

.quiz__nav-next span:after {
  background: url(../images/dist/faq_nav_next.svg) 50%/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
}

.quiz__nav-prev.allowed {
  cursor: pointer;
  opacity: 1;
}

.quiz__nav-prev.allowed:hover {
  background: transparent;
  color: #fecb0b;
}

.quiz__nav-next.allowed {
  cursor: pointer;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quiz__nav-next.allowed:hover {
  background: transparent;
  color: #fecb0b;
}

.quiz__end {
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
  display: block;
  max-width: 72.3rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.quiz__end h3 {
  color: #f5f5f5;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 4.7rem;
  text-transform: uppercase;
}

.quiz__end.hidden {
  display: none;
}

.quiz__end-p {
  color: #d9d9d9;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 3.9rem;
}

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

.quiz__end-way {
  border-right: 1px solid #e3e4e4;
  max-width: 17.4rem;
  width: 100%;
}

.quiz__end-way-item-btn {
  margin-bottom: 4.1rem;
  max-width: 14.4rem;
  width: 100%;
}

.quiz__end-way-item-btn input {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: -1;
}

.quiz__end-way-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  background: transparent;
  border: 1px solid #e3e4e4;
  color: #e3e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 1rem;
  height: 3.9rem;
  justify-content: flex-start;
  max-width: 14.4rem;
  padding: 0 .7rem;
  position: relative;
  width: 100%;
}

.quiz__end-way-item:hover {
  color: #e3e4e4;
}

.quiz__end-way-item svg {
  fill: #e3e4e4;
  height: 3rem;
  width: 3rem;
}

.quiz__end-way-item-btn input:checked+.quiz__end-way-item {
  background: #fecb0b;
  color: #1e1e20;
}

.quiz__end-way-item-btn input:checked+.quiz__end-way-item svg {
  fill: #1e1e20;
}

.quiz__end-inputs {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 3rem;
}

.quiz__end-inputs .input {
  height: 3.9rem;
  margin-bottom: 4.1rem;
  max-width: 32.8rem;
  padding: 0 1.7rem;
  text-align: left;
  width: 100%;
}

.quiz__end-inputs-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1rem;
}

.quiz__end-inputs-send .btn {
  border: 1px solid #fecb0b;
  height: 3.9rem;
  max-width: 16.1rem;
  width: 100%;
}

.quiz__end-inputs-send p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.quiz__end-inputs-send a {
  color: #fff;
}

.choice-materials {
  background: #fecb0b;
  padding-bottom: 4.5rem;
  padding-top: 6.2rem;
}

.choice-materials .h2 {
  margin-bottom: 4rem;
}

.choice-materials__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice-materials__wrap-videos {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 94.8rem;
  width: 100%;
}

.choice-materials__wrap-videos-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  margin-bottom: 4rem;
}

.choice-materials__wrap-video-item {
  cursor: pointer;
}

.choice-materials__wrap-video-item:hover .play-video {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
  -ms-transform: translate(-50%, -50%) scale(1.06);
  transform: translate(-50%, -50%) scale(1.06);
}

.choice-materials__wrap-video-item-photo {
  position: relative;
}

.choice-materials__wrap-video-item-photo img {
  height: 30.4rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 45.6rem;
}

.play-video {
  background: url(../images/dist/youtube_alt.svg) 50%/contain no-repeat;
  height: 4.7rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 6.8rem;
}

.choice-materials__presetnation {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #383838;
  border-radius: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.9rem;
  justify-content: center;
  width: 100%;
}

.choice-materials__presetnation span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fecb0b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  gap: 2.3rem;
  line-height: 1.2333333333;
  text-transform: uppercase;
}

.choice-materials__presetnation span:before {
  background: url(../images/dist/presentation-download.svg) 50%/contain no-repeat;
  content: "";
  display: inline-block;
  height: 3.8rem;
  width: 2.7rem;
}

.choice-materials__wrap-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 5.4rem;
}

.choice-materials__wrap-text p {
  color: #383838;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 3.8rem;
}

.choice-materials__wrap-text p:last-of-type {
  margin-bottom: 0;
}

.choice-materials__wrap-text p b {
  font-weight: 700;
}

.complete-house {
  background: #383838;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.complete-house .h2 {
  color: #fecb0b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
}

.complete-house__wrap {
  padding: 0 17rem;
}

.complete-house__grid {
  -ms-grid-columns: 1fr 8.3rem 1fr 8.3rem 1fr 8.3rem 1fr;
  -ms-grid-rows: auto;
  -webkit-box-flex: 1;
  display: -ms-grid;
  display: grid;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 3rem 8.3rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}

.complete-house__grid>:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.complete-house__grid>:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.complete-house__grid>:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

.complete-house__grid>:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}

.complete-house__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #e3e4e4;
  border: 1px solid #fecb0b;
  border-radius: 24px;
  color: #383838;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.7rem;
  font-weight: 800;
  height: 4.2rem;
  justify-content: center;
  line-height: 1.3703703704;
  max-width: 21rem;
  padding-top: .2rem;
  text-transform: uppercase;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.complete-house__item:hover {
  background: transparent;
  color: #fecb0b;
}

.complete-house__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 3.4rem;
}

.complete-house__link a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #fecb0b;
  border: 1px solid transparent;
  border-radius: .5rem;
  color: #383838;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 3rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2333333333;
  max-width: 60.8rem;
  padding: 1.6rem 4.7rem;
  text-transform: uppercase;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 100%;
}

.complete-house__link a:hover {
  background: transparent;
  border: 1px solid #fecb0b;
  color: #fecb0b;
}

.foundation-types {
  padding-bottom: 8rem;
  padding-top: 8.8rem;
}

.foundation-types .h2 {
  color: #fecb0b;
  margin-bottom: 6.2rem;
  text-align: center;
}

.foundation-types__wrap {
  padding-left: 13.6rem;
  padding-right: 13.6rem;
}

.foundation-types__grid {
  -ms-grid-columns: 1fr 8.8rem 1fr 8.8rem 1fr 8.8rem 1fr 8.8rem 1fr;
  -ms-grid-rows: auto;
  display: -ms-grid;
  display: grid;
  gap: 4.4rem 8.8rem;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  margin-bottom: 7.8rem;
}

.foundation-types__grid>:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.foundation-types__grid>:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.foundation-types__grid>:nth-child(3) {
  -ms-grid-column: 5;
  -ms-grid-row: 1;
}

.foundation-types__grid>:nth-child(4) {
  -ms-grid-column: 7;
  -ms-grid-row: 1;
}

.foundation-types__grid>:nth-child(5) {
  -ms-grid-column: 9;
  -ms-grid-row: 1;
}

.foundation-types__grid .page-navigation__item-title {
  margin-left: 0;
  margin-right: 0;
}

.foundation-types__grid .page-navigation__item-photo {
  height: 16.3rem;
  margin: 0 auto 1.9rem;
  width: 16.3rem;
}

.foundation-types__grid .page-navigation__item-photo img {
  height: 14.3rem;
  width: 14.3rem;
}

.foundation-types__grid .page-navigation__item-photo:after {
  height: 95%;
  width: 95%;
}

.foundation-types__p {
  height: 11.5rem;
  margin: 0 -5rem 1.3rem;
  overflow: hidden;
  padding: 0 5rem;
  position: relative;
}

.foundation-types__p ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foundation-types__p li,
.foundation-types__p p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.65;
}

.foundation-types__p li {
  margin-bottom: .9rem;
  padding-left: 1rem;
  position: relative;
}

.foundation-types__p li:after {
  background: #fecb0b;
  border-radius: 50%;
  content: "";
  height: 1rem;
  left: -1.2rem;
  position: absolute;
  top: 1.2rem;
  width: 1rem;
}

.foundation-types__p-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#1e1e20));
  background: -o-linear-gradient(hsla(0, 0%, 100%, 0), #1e1e20);
  background: linear-gradient(hsla(0, 0%, 100%, 0), #1e1e20);
  bottom: 0;
  height: 7.5rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.foundation-types__p-open {
  color: #fecb0b;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.foundation-types__p-open:hover {
  color: #fff;
}

.foundation-types__imp {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-left: -1rem;
  margin-top: 5rem;
  padding: 1.4rem 3.4rem 2.3rem 2.5rem;
}

.foundation-types__imp span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fecb0b;
  border-radius: .5rem;
  color: #1e1e20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4rem;
  font-weight: 700;
  height: 7.9rem;
  justify-content: center;
  line-height: 1.225;
  max-width: 23.2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.foundation-types__imp p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.projects {
  padding-bottom: 9.6rem;
  padding-top: 7.5rem;
}

.projects .h2 {
  color: #fff;
  margin-bottom: 6.1rem;
  text-align: center;
}

.projects__slider {
  position: relative;
}

.projects__slider .swiper-slide {
  opacity: 0;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.projects__slider .swiper-slide-visible {
  opacity: 1;
}

.projects__item {
  cursor: pointer;
  height: 30.4rem;
  overflow: hidden;
  position: relative;
}

.projects__item:hover .projects__item-fade {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.projects__item:hover .projects__item-info {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.projects__item:hover .projects__item-hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
  visibility: visible;
  z-index: 6;
}

.projects__item-photo,
.projects__item-photo img {
  height: 100%;
  width: 100%;
}

.projects__item-photo img {
  -o-object-fit: cover;
  object-fit: cover;
}

.projects__item-fade {
  background: rgba(0, 0, 0, .6);
}

.projects__item-fade,
.projects__item-info {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 100%;
  z-index: 2;
}

.projects__item-info {
  padding: 3rem 4rem;
}

.projects__item-info-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.projects__item-info-row:first-of-type {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.projects__item-info-row:nth-of-type(2),
.projects__item-info-row:nth-of-type(3) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  gap: 3rem;
  justify-content: flex-start;
  margin-bottom: 4.4rem;
}

.projects__item-info-row:nth-of-type(2) .projects__item-info-item:first-of-type,
.projects__item-info-row:nth-of-type(3) .projects__item-info-item:first-of-type {
  max-width: 17rem;
  width: 100%;
}

.projects__item-info-row:nth-of-type(2) .projects__item-info-item:last-of-type,
.projects__item-info-row:nth-of-type(3) .projects__item-info-item:last-of-type {
  max-width: 17.4rem;
  width: 100%;
}

.projects__item-info-row:nth-of-type(2):last-of-type,
.projects__item-info-row:nth-of-type(3):last-of-type {
  margin-bottom: 0;
}

.projects__item-info-row:nth-of-type(2):nth-of-type(2) img:first-of-type,
.projects__item-info-row:nth-of-type(3):nth-of-type(2) img:first-of-type {
  height: 6.2rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 6.2rem;
}

.projects__item-info-row:nth-of-type(2):nth-of-type(2) img:last-of-type,
.projects__item-info-row:nth-of-type(3):nth-of-type(2) img:last-of-type {
  height: 6.1rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 6.7rem;
}

.projects__item-info-row:nth-of-type(2):nth-of-type(3) img:first-of-type,
.projects__item-info-row:nth-of-type(3):nth-of-type(3) img:first-of-type {
  height: 6.1rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 6.2rem;
}

.projects__item-info-row:nth-of-type(2):nth-of-type(3) img:last-of-type,
.projects__item-info-row:nth-of-type(3):nth-of-type(3) img:last-of-type {
  height: 6.2rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 6.7rem;
}

.projects__item-info-title {
  color: #fecb0b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.projects__item-info-price {
  color: #fecb0b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.projects__item-info-price span {
  font-weight: 400;
}

.projects__item-info-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects__item-info-item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1rem;
  min-width: 6.7rem;
}

.projects__item-info-item-text span {
  display: block;
}

.projects__item-info-item-text span:first-of-type {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3571428571;
  margin-bottom: .2rem;
  text-transform: uppercase;
}

.projects__item-info-item-text span:last-of-type {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3571428571;
}

.projects__item-hover {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  transform: translateY(4rem);
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  visibility: hidden;
  width: 100%;
  z-index: 4;
  z-index: -1;
}

.projects__item-btn {
  background: rgba(0, 0, 0, .57);
  border: .1rem solid #fecb0b;
  color: #fecb0b;
  height: 4.9rem;
  max-width: 16.6rem;
  padding-bottom: .3rem;
  width: 100%;
}

.projects__item-btn:hover {
  background: rgba(0, 0, 0, .8);
}

.customer-reviews .projects__item-fade {
  background: rgba(0, 0, 0, .3);
}

.customer-reviews .projects__item {
  height: 25.6rem;
}

.customer-reviews .projects__item-photo img {
  aspect-ratio: 16/9;
  height: auto;
}

.projects__item-play {
  background: url(../images/dist/play-video-item.svg) 50%/contain no-repeat;
  height: 4.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6rem;
  z-index: 3;
}

.arrow-prev {
  background: url(../images/dist/arrow_prev.svg) 50%/4.9rem 6.9rem no-repeat;
  cursor: pointer;
  height: 6.9rem;
  left: -9.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 6.9rem;
  z-index: 10;
}

.arrow-next {
  background: url(../images/dist/arrow_next.svg) 50%/4.9rem 6.9rem no-repeat;
  cursor: pointer;
  height: 6.9rem;
  position: absolute;
  right: -9.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 6.9rem;
  z-index: 10;
}

.arrow-next.swiper-button-disabled,
.arrow-prev.swiper-button-disabled {
  opacity: .5;
}

.arrow-next.nav-animate,
.arrow-prev.nav-animate {
  opacity: 0;
}

.arrow-next.nav-animate {
  -webkit-transform: translateX(80%) translateY(-50%);
  -ms-transform: translateX(80%) translateY(-50%);
  transform: translateX(80%) translateY(-50%);
}

.arrow-prev.nav-animate {
  -webkit-transform: translateX(-80%) translateY(-50%);
  -ms-transform: translateX(-80%) translateY(-50%);
  transform: translateX(-80%) translateY(-50%);
}

.finished-projects__text {
  padding: 6.2rem 6.2rem 4rem;
}

.finished-projects__text h4 {
  color: #fecb0b;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3571428571;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.finished-projects__text p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}

.finished-projects__text p:last-of-type {
  margin-bottom: 0;
}

.finished-projects .projects__item-hover {
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}

.finished-projects .projects__item-fade {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.finished-projects .projects__item:hover .projects__item-fade {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.representative-company {
  background: url(../images/dist/representative_company_bg.png) -.7% 0/101.6rem no-repeat;
  background-color: #383838;
}

.representative-company__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 17.8rem;
}

.representative-company__left {
  max-width: 49.2rem;
  padding-right: 4.9rem;
  padding-top: 23rem;
  width: 100%;
}

.representative-company__left-text {
  text-align: right;
}

.representative-company__left-text .h2 {
  color: #fecb0b;
  margin-bottom: 4.4rem;
}

.representative-company__left-text p {
  color: #e3e4e4;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.65;
}

.representative-company__right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.representative-company__right-photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 4.9rem;
}

.representative-company__right-photo img {
  height: 68.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 45.6rem;
}

.representative-company__right-text p {
  color: #e3e4e4;
  font-size: 2rem;
  line-height: 1.65;
}

.representative-company__right-text p:last-of-type {
  margin-bottom: 0;
}

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

.modal .dialog__overlay {
  background: rgba(0, 0, 0, .85);
}

.modal .dialog__content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: rgba(30, 30, 32, .8);
  border: 1px solid #e3e4e4;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 45.1rem;
  padding: 3.7rem 6rem 5rem;
  text-align: left;
  width: 100%;
}

.modal .dialog h2 {
  color: #fecb0b;
  font-family: Montserrat,sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3888888889;
  margin-bottom: 2rem;
  padding: 0 1rem;
  text-align: center;
}

.modal .dialog__wrap {
  width: 100%;
}

.close-modal__container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 1.4rem;
  top: 1.4rem;
}

.close-modal {
  background: url(../images/dist/modal_close.svg) 50%/contain no-repeat;
  cursor: pointer;
  height: 3.9rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 3.9rem;
  z-index: 2;
}

.modal-form .input {
  height: 4.9rem;
  margin-bottom: 2.3rem;
  width: 100%;
}

.modal-form .input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.modal-form .input:focus::-moz-placeholder {
  opacity: 0;
}

.modal-form .input:focus:-ms-input-placeholder {
  opacity: 0;
}

.modal-form .input:focus::-ms-input-placeholder {
  opacity: 0;
}

.modal-form .input:focus::placeholder {
  opacity: 0;
}

.modal-form .textarea {
  height: 15rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

.modal-form .textarea::-webkit-input-placeholder {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-form .textarea::-moz-placeholder {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-form .textarea:-ms-input-placeholder {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-form .textarea::-ms-input-placeholder {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-form .textarea::placeholder {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-form .textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.modal-form .textarea:focus::-moz-placeholder {
  opacity: 0;
}

.modal-form .textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.modal-form .textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.modal-form .textarea:focus::placeholder {
  opacity: 0;
}

.modal-form .btn {
  height: 4.9rem;
  margin-bottom: 4.8rem;
  width: 100%;
}

.modal-form__p1 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 6rem;
  text-align: center;
}

.modal-form__p2 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.projects-guest-houses__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 6.1rem;
}

.projects-guest-houses__link .btn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #ff3c3c;
  border: none;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 6.5rem;
  line-height: 1;
  max-width: 33rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  vertical-align: middle;
  width: 100%;
}

.projects-guest-houses__link .btn:hover span:after {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
}

.projects-guest-houses__link .btn span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.projects-guest-houses__link .btn span:after {
  background: url(../images/dist/btn_arrow.svg) 50%/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.5rem;
  position: relative;
  top: .1rem;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 2.5rem;
}

.modal-who-needs .modal-ipoteka__header {
  margin-bottom: 2rem;
}

.modal-who-needs .modal-ipoteka__header p {
  margin-bottom: 2.4rem;
}

.modal-who-needs .modal-ipoteka__header p:last-of-type {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-transform: none;
}

.modal-who-needs__item {
  margin-bottom: 3rem;
}

.modal-who-needs__item p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

.modal-who-needs__item h4 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-bottom: 0;
}

.modal-who-needs__item-letter {
  color: #fecb0b;
  font-weight: 900;
}

.faq {
  background: #fecb0b;
}

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

.faq__question {
  -webkit-box-flex: 0;
  background: #383838;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 49.2rem;
  padding-bottom: 7.9rem;
  padding-right: 6.6rem;
  padding-top: 8.8rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.faq__question:after {
  background: #383838;
  content: "";
  height: 100%;
  left: -100vw;
  position: absolute;
  top: 0;
  width: 100vw;
}

.faq__question .h2 {
  color: #fecb0b;
  margin-bottom: 2rem;
}

.faq__question-slider {
  margin-bottom: 4.7rem;
  overflow: hidden;
}

.faq__question-slider .swiper-slide {
  opacity: 0;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.faq__question-slider .swiper-slide-visible {
  opacity: 1;
}

.faq__question-slider p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.65;
}

.faq__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
}

.faq__nav .btn {
  border: 1px solid #fecb0b;
  height: 3.9rem;
  max-width: 16.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.faq__nav .btn span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .7rem;
  position: relative;
}

.faq__nav-prev span:before {
  background: url(../images/dist/faq_nav_prev.svg) 50%/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
}

.faq__nav-next {
  padding-left: 1rem;
}

.faq__nav-next span:after {
  background: url(../images/dist/faq_nav_next.svg) 50%/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
}

.faq__nav-next.swiper-button-disabled,
.faq__nav-prev.swiper-button-disabled {
  cursor: not-allowed;
}

.faq__nav-next.swiper-button-disabled:hover,
.faq__nav-prev.swiper-button-disabled:hover {
  background: #fff;
  color: #1e1e20;
}

.faq__answer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 5.5rem 27.2rem 5.5rem 9.5rem;
  position: relative;
}

.faq__answer:after {
  background: url(../images/dist/faq_bg.svg) 50%/contain no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 22.4rem;
  z-index: 1;
}

.faq__answer .h2 {
  margin-bottom: 2rem;
}

.faq__answer .play-video {
  height: 6rem;
  width: 8.6rem;
}

.faq__answer-slider {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.faq__answer-slider .swiper-slide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.faq__answer-slider .swiper-slide-visible {
  opacity: 1;
  pointer-events: auto;
}

.faq__answer-slider p {
  font-size: 2rem;
  line-height: 1.65;
}

.video-block:hover .play-video {
  -webkit-transform: translate(-50%, -50%) scale(.9);
  -ms-transform: translate(-50%, -50%) scale(.9);
  transform: translate(-50%, -50%) scale(.9);
}

.video-block:hover .video-block__photo {
  opacity: .9;
}

.faq .video-block__photo {
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
}

.faq .video-block__photo img {
  height: 38.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.projects__text-dmk {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.projects__text-dmk h4 {
  color: #e3e4e4;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3571428571;
  margin-bottom: 1.6rem;
  min-height: 3.2rem;
  text-transform: uppercase;
}

.projects__text-dmk .btn {
  border: 1px solid #fecb0b;
  height: 3.9rem;
  max-width: 14.4rem;
  width: 100%;
}

.projects__text-dmk-price {
  color: #fecb0b;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 3.5rem;
}

.modal--project .dialog__content {
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12.2rem 4rem;
  width: 100%;
}

.modal--project .dialog__wrap {
  height: 100%;
  max-width: 152rem;
  padding: 4rem;
  position: relative;
}

.modal--project .close-modal__container {
  right: -3.4rem;
  top: 4.1rem;
}

.modal-project {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.modal-project .projects__item-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  position: static;
}

.modal-project .projects__item-info-title {
  font-size: 2.4rem;
  line-height: 1.375;
}

.modal-project .projects__item-info-row:first-of-type {
  margin-bottom: 4.4rem;
}

.modal-project__info {
  max-width: 38.3rem;
  width: 100%;
}

.modal-project__decription {
  height: 41rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.modal-project__decription h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  text-transform: uppercase;
}

.modal-project-s-block {
  margin-bottom: 3rem;
}

.modal-project-s-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}

.modal-project-s-item span {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  line-height: 1.2;
}

.modal-project-s-item span:last-of-type {
  text-align: right;
}

.modal-project__decription .mb-bar {
  background-color: rgba(254, 203, 11, .5);
}

.modal-project__decription .mb-track-x {
  display: none;
}

.modal-project__decription .mb-track-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 3px;
}

.modal-project__price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.6rem;
  margin-top: auto;
  padding-bottom: 4.5rem;
}

.modal-project__price .btn {
  border: 1px solid #fecb0b;
  height: 3.9rem;
  max-width: 23.4rem;
  width: 100%;
}

.modal-project__price.--mobile {
  display: none;
}

.modal-project__price-num {
  color: #fecb0b;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.375;
}

.modal-project__price-num span {
  font-weight: 400;
}

.modal-project__slider {
  max-width: 92.7rem;
  position: relative;
  width: 100%;
}

.modal-project__slider .swiper-pagination-bullet {
  background: #d9d9d9;
  border-radius: 0;
  height: 1.4rem;
  opacity: 1;
  -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
  transition: all .45s cubic-bezier(.39, .575, .565, 1);
  width: 1.4rem;
}

.modal-project__slider .swiper-pagination-bullet-active {
  background: #fecb0b;
}

.modal-project__slider .arrow-next,
.modal-project__slider .arrow-prev {
  top: 46.6%;
}

.swiper-modal-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
  justify-content: center;
  margin-top: 3.1rem;
}

.modal-project__slide-item {
  height: 61.8rem;
}

.modal-project__slide-item img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.footer {
  background: #383838;
  color: #e3e4e4;
  padding-bottom: 6.3rem;
  padding-top: 6.4rem;
}

.footer__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer__col:first-of-type {
  max-width: 26rem;
  width: 100%;
}

.footer__col:nth-of-type(2) {
  left: 8.2rem;
  max-width: 44.3rem;
  position: relative;
  width: 100%;
}

.footer__col:nth-of-type(3) {
  max-width: 44.3rem;
  width: 100%;
}

.footer__logo {
  margin-bottom: 4.7rem;
}

.footer__logo img {
  height: 7rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 11.5rem;
}

.footer__phone {
  margin-bottom: 2rem;
}

.footer__phone a {
  color: #e3e4e4;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.65;
}

.footer__phone a:after {
  background: #e3e4e4;
}

.footer__phone a:hover:after {
  background: #fecb0b;
}

.footer__phone span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6428571429;
}

.footer__mail {
  margin-bottom: 2.9rem;
}

.footer__mail a {
  color: #e3e4e4;
  font-size: 2rem;
  line-height: 1.65;
}

.footer__mail a:after {
  background: #e3e4e4;
}

.footer__mail a:hover:after {
  background: #fecb0b;
}

.footer__social {
  left: -.7rem;
  position: relative;
}

.social-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-block svg {
  fill: #e3e4e4;
  height: 2.4rem;
  width: 2.4rem;
}

.social-block a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.7rem;
  justify-content: center;
  width: 3.7rem;
}

.social-block a:hover svg {
  fill: #fecb0b;
}

.footer__col-header h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 1.6rem;
}

.footer__col-item {
  margin-bottom: 2.6rem;
}

.footer__col-item h5 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
}

.footer__col-item a {
  color: #e3e4e4;
  display: inline-block;
}

.footer__col-item a:after {
  background: #e3e4e4;
}

.footer__col-item p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer__btn {
  border: 1px solid #fecb0b;
  height: 3.9rem;
  margin-top: 3.7rem;
  max-width: 25.2rem;
  width: 100%;
}

.bd-link img {
  height: 3.2rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 14.4rem;
}

.footer__sroll-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #383838;
  bottom: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 8rem;
}

.footer__sroll-top img {
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 5rem;
}

@media (min-width:1024px) {
  .page-navigation__item-photo img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    -webkit-transition: all .45s cubic-bezier(.39, .575, .565, 1);
    -o-transition: all .45s cubic-bezier(.39, .575, .565, 1);
    transition: all .45s cubic-bezier(.39, .575, .565, 1);
  }
}

@media (max-width:1700px) {
  html {
    font-size: 9px;
  }
}

@media (max-width:1500px) {
  .select-box__current {
    height: 5.5rem;
  }

  .select-box__input-text {
    font-size: 1.6rem;
  }

  .arrow-prev {
    background-size: contain;
    height: 4.5rem;
    left: -6.5rem;
    width: 4.5rem;
  }

  .arrow-next {
    background-size: contain;
    height: 4.5rem;
    right: -6.5rem;
    width: 4.5rem;
  }

  .arrow-next.nav-animate {
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
  }

  .arrow-prev.nav-animate {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .modal-scroll-content {
    margin-bottom: 5rem;
  }

  .modal--project .dialog__content {
    padding: 6rem 4rem;
  }

  .modal--project .close-modal__container {
    right: -3rem;
  }
}

@media (max-width:1430px) {
  html {
    font-size: 8.6px;
  }
}

@media (max-width:1400px) {
  .hero__text h1 {
    font-size: 8rem;
  }

  .hero__text p {
    font-size: 1.8rem;
  }

  .hero__text-s1 {
    font-size: 3.8rem;
    margin-bottom: 2rem;
  }

  .hero__photo img,
  .hero__photo video {
    height: 69.7rem;
  }

  .modal-form .btn {
    margin-bottom: 2.8rem;
  }

  .modal-form__p1 {
    margin-bottom: 4rem;
  }

  .modal--project .close-modal__container {
    right: -1.9rem;
  }

  .modal-project__slide-item {
    height: 57.8rem;
  }
}

@media (max-width:1320px) {
  html {
    font-size: 8.4px;
  }
}

@media (max-width:1300px) {
  .wrapper {
    opacity: 1 !important;
  }
}

@media (max-width:1200px) {
  .hero__text {
    padding-right: 10rem;
  }

  .hero__text h1 {
    font-size: 6rem;
  }

  .housekeeping-yellow {
    padding-right: 4rem;
    padding-top: 4rem;
  }

  .housekeeping-black {
    padding: 4rem;
  }

  .page-navigation__wrap {
    -ms-grid-columns: (1fr)[3];
    -ms-grid-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .page-navigation__wrap>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .page-navigation__wrap>:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

  .page-navigation__wrap>:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .home-style__grid {
    -ms-grid-columns: (1fr)[3];
    -ms-grid-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .home-style__grid>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .home-style__grid>:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

  .home-style__grid>:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .vantages-housekeeping__photo {
    left: 10rem;
    max-width: 30%;
    position: relative;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }

  .quiz__wrap:after {
    opacity: .2;
  }

  .choice-materials__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .choice-materials__wrap-videos {
    max-width: 100%;
  }

  .choice-materials__wrap-video-item {
    margin-bottom: 15px;
    width: 100%;
  }

  .choice-materials__wrap-video-item:last-of-type {
    margin-bottom: 0;
  }

  .choice-materials__wrap-video-item-photo img {
    width: 100%;
  }

  .choice-materials__wrap-text {
    padding-left: 0;
    padding-top: 4rem;
  }

  .complete-house__grid {
    -ms-grid-columns: (1fr)[3];
    -ms-grid-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .complete-house__grid>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .complete-house__grid>:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

  .complete-house__grid>:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .foundation-types__wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .foundation-types__grid {
    -ms-grid-columns: (1fr)[3];
    -ms-grid-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .foundation-types__grid>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .foundation-types__grid>:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

  .foundation-types__grid>:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .swiper-arrow-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 4rem;
  }

  .arrow-prev {
    position: static;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .arrow-next {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .arrow-next.nav-animate {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .arrow-prev.nav-animate {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .representative-company__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }

  .representative-company__left {
    max-width: 100%;
    padding-right: 0;
    padding-top: 7rem;
  }

  .modal .dialog__content {
    max-width: 90%;
  }

  .faq__question {
    padding: 4rem 4rem 4rem 0;
  }

  .faq__answer {
    padding: 4rem;
  }

  .faq__answer:after {
    opacity: .1;
  }

  .faq .video-block__photo img {
    aspect-ratio: 16/9;
    height: auto;
  }

  .modal--project .dialog__wrap {
    padding: 0;
  }

  .modal--project .close-modal__container {
    top: 0;
  }

  .modal-project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-project__info {
    max-width: 100%;
  }

  .modal-project__slider {
    max-width: 100%;
  }

  .footer__col:nth-of-type(2) {
    left: 0;
    max-width: 40rem;
  }

  .footer__col:nth-of-type(3) {
    left: 0;
    max-width: 40rem;
  }
}

@media (max-width:1100px) {
  body.lock {
    padding-right: 0;
  }

  .wrapper {
    opacity: 1 !important;
    overflow-x: hidden;
  }

  .projects__item-hover {
    cursor: pointer;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    visibility: visible;
    z-index: 6;
  }

  .finished-projects .projects__item-hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .finished-projects .projects__item-fade {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}

@media (max-width:1024px) {
  .modal-project__decription {
    height: auto;
  }
}

@media (max-width:776px) {
  .quiz__end-p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

@media (max-width:767px) {
  main {
    padding-top: 0px;
  }

  html {
    font-size: 10px;
  }

  .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .header .container {
    width: 100%;
  }

  .header.active .btn.header__bnt {
    height: 39px;
  }

  .header__logo img {
    height: auto;
    max-width: 60px;
  }

  .header__phone {
    font-size: 14px;
    margin-right: 0;
  }

  .header__whatsapp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    justify-content: center;
    margin-left: 15px;
    top: 0;
    width: 24px;
  }

  .btn.header__bnt {
    font-size: 11px;
    height: 39px;
    margin-left: 15px;
    max-width: 100px;
  }

  .input,
  .textarea {
    font-size: 15px;
    padding: 0 13px;
    text-align: center;
  }

  .textarea {
    padding: 13px;
  }

  .select-box {
    font-size: 14px;
    width: 100%;
  }

  .select-box__current {
    font-size: 15px;
    height: 54px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .select-box__icon {
    right: 25px;
    width: 10px;
  }

  .select-box__list {
    font-size: 15px;
    width: 70%;
  }

  .select-box__option {
    padding: 6px 20px;
  }

  .select-box__option:last-of-type {
    padding-bottom: 6px;
  }

  .h1 {
    font-size: 3.8rem;
    line-height: 1.1052631579;
  }

  .h1-inner {
    font-size: 25px;
    margin-bottom: 45px;
  }

  .h1-inner:after {
    bottom: -12px;
    height: 2px;
  }

  .h2 {
    font-size: 2.5rem;
    line-height: 1.24;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .btn {
    font-size: 14px;
    height: 49px;
    line-height: 1;
    padding: 0;
  }

  .fancybox-custom .fancybox-button {
    height: 4rem;
    width: 4rem;
  }

  .fancybox-custom .fancybox-navigation .fancybox-button {
    top: calc(50% - 20px);
  }

  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_right {
    height: 4rem;
    width: 4rem;
  }

  .hero__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__text {
    padding-bottom: 50px;
    padding-right: 0;
    padding-top: 50px;
  }

  .hero__text h1 {
    font-size: calc(var(--indexSize)*6.8);
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .hero__text p {
    font-size: 15px;
  }

  .hero__text-s1 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .hero__btn {
    margin-top: 25px;
    max-width: 70%;
  }

  .hero__photo {
    display: none;
  }

  .housekeeping__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .housekeeping-yellow {
    margin-left: -12px;
    max-width: unset;
    padding: 35px 12px 25px;
    width: calc(100% + 24px);
  }

  .housekeeping-yellow:after {
    display: none;
  }

  .housekeeping-yellow .h2 {
    margin-bottom: 15px;
  }

  .housekeeping-yellow p {
    font-size: 15px;
    line-height: 1.6;
  }

  .housekeeping-black {
    padding: 35px 0 25px;
  }

  .housekeeping-black .h2 {
    margin-bottom: 25px;
    margin-left: 0;
    text-align: center;
  }

  .housekeeping-black p {
    font-size: 15px;
    line-height: 1.6;
    margin-left: 0;
    text-align: center;
  }

  .housekeeping-black p br {
    display: none;
  }

  .page-navigation__wrap {
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    -ms-grid-rows: auto;
    gap: 25px 12px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    margin-bottom: 20px;
  }

  .page-navigation__wrap>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .page-navigation__wrap>:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .page-navigation__wrap>:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }

  .page-navigation {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .page-navigation__item {
    margin: 0 auto;
    max-width: 100%;
  }

  .page-navigation__item-photo {
    height: 10.1rem;
    width: 10.1rem;
  }

  .page-navigation__item-photo img {
    height: 7.4rem;
    width: 7.4rem;
  }

  .page-navigation__item-title {
    font-size: 12px;
  }

  .home-style {
    padding: 35px 0;
  }

  .home-style .h2 {
    margin-bottom: 20px;
  }

  .home-style__grid {
    -ms-grid-columns: 1fr 12px 1fr;
    -ms-grid-rows: auto;
    gap: 20px 12px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .home-style__grid>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .home-style__grid>:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .home-style__item-photo {
    margin-bottom: 10px;
  }

  .home-style__item-photo img {
    height: auto;
  }

  .home-style__item-title h3 {
    font-size: 15px;
  }

  .vantages-housekeeping {
    padding-bottom: 65px;
    padding-top: 65px;
  }

  .vantages-housekeeping:before {
    height: 36px;
    top: 0;
  }

  .vantages-housekeeping:after {
    height: 36px;
  }

  .vantages-housekeeping .h2 {
    margin-bottom: 15px;
  }

  .vantages-housekeeping__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vantages-housekeeping__photo {
    left: 0;
    margin-bottom: 30px;
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .vantages-housekeeping__photo img {
    height: auto;
    width: 100%;
  }

  .vantages-housekeeping__text {
    margin-left: 0;
    width: 100%;
  }

  .vantages-housekeeping__text-item {
    padding-right: 0;
  }

  .vantages-housekeeping__text-item:nth-of-type(2) .vantages-housekeeping__text-item-p p {
    max-width: 100%;
  }

  .vantages-housekeeping__text-item:nth-of-type(3) .vantages-housekeeping__text-item-p p {
    max-width: 100%;
  }

  .vantages-housekeeping__text-item:nth-of-type(4) .vantages-housekeeping__text-item-p p {
    max-width: 100%;
  }

  .vantages-housekeeping__text-item-p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: auto;
  }

  .vantages-housekeeping__text-item-p p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 6px;
    text-align: center;
  }

  .vantages-housekeeping__text-item-p p br {
    display: none;
  }

  .vantages-housekeeping__text-item-p h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .vantages-housekeeping__text-item-num {
    display: none;
    position: static;
  }

  .quiz {
    padding: 35px 0;
  }

  .quiz .h2 {
    margin-bottom: 20px;
  }

  .quiz .control {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 0;
    width: 100%;
  }

  .quiz .control_indicator {
    top: 0;
  }

  .quiz__wrap {
    padding-top: 0;
  }

  .quiz__wrap:after {
    opacity: .05;
  }

  .quiz__steps {
    min-height: 350px;
  }

  .quiz__step-header h3 {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .quiz__step-body {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
    gap: 10px 20px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }

  .quiz__step-body>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .quiz__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding-right: 0;
  }

  .quiz__progress {
    margin-bottom: 15px;
    width: 100%;
  }

  .quiz__progress-line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .quiz__nav-arrows {
    gap: 12px;
    width: 100%;
  }

  .quiz__nav-arrows .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 49px;
    max-width: 100%;
  }

  .quiz__nav-prev.allowed:hover {
    background: #fff;
    color: #1e1e20;
  }

  .quiz__nav-next.allowed:hover {
    background: #fff;
    color: #1e1e20;
  }

  .quiz__end h3 {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  .quiz__end-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quiz__end-way {
    border-bottom: 1px solid #e3e4e4;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    max-width: 100%;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .quiz__end-way-item-btn {
    margin-bottom: 0;
  }

  .quiz__end-way-item {
    gap: 5px;
    padding: 0 10px;
  }

  .quiz__end-way-item svg {
    height: 25px;
    width: 25px;
  }

  .quiz__end-inputs {
    padding-left: 0;
    padding-top: 12px;
    width: 100%;
  }

  .quiz__end-inputs .input {
    height: 49px;
    margin-bottom: 15px;
    max-width: 100%;
    padding: 0 13px;
  }

  .quiz__end-inputs-send {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .quiz__end-inputs-send .btn {
    font-size: 15px;
    height: 49px;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .choice-materials {
    padding: 35px 0;
  }

  .choice-materials .h2 {
    margin-bottom: 20px;
  }

  .choice-materials__wrap-videos-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }

  .choice-materials__wrap-video-item-photo img {
    height: auto;
  }

  .play-video {
    height: 3.9rem;
    width: 6rem;
  }

  .choice-materials__presetnation {
    height: 59px;
  }

  .choice-materials__presetnation span {
    font-size: 16px;
  }

  .choice-materials__wrap-text {
    padding-top: 20px;
  }

  .choice-materials__wrap-text p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .complete-house {
    padding: 35px 0;
  }

  .complete-house .h2 {
    margin-bottom: 15px;
  }

  .complete-house__wrap {
    padding: 0;
  }

  .complete-house__grid {
    -ms-grid-columns: 1fr 12px 1fr;
    -ms-grid-rows: auto;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    width: 100%;
  }

  .complete-house__grid>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .complete-house__grid>:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .complete-house__item {
    font-size: 16px;
    max-width: 100%;
    padding-top: 0;
    width: 100%;
  }

  .complete-house__link {
    margin-top: 25px;
  }

  .complete-house__link a {
    font-size: 18px;
    max-width: 100%;
    padding: 12px 24px;
  }

  .foundation-types {
    padding: 35px 0;
  }

  .foundation-types .h2 {
    margin-bottom: 25px;
  }

  .foundation-types__wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .foundation-types__grid {
    gap: 20px 12px;
    margin-bottom: 30px;
  }

  .foundation-types__grid .page-navigation__item-photo {
    height: 10.1rem;
    margin: 0 auto .7rem;
    width: 10.1rem;
  }

  .foundation-types__grid .page-navigation__item-photo img {
    height: 7.4rem;
    width: 7.4rem;
  }

  .foundation-types__grid .page-navigation__item-photo:after {
    height: 93%;
    width: 93%;
  }

  .foundation-types__p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 -12px 20px;
    padding: 0 12px 0 24px;
  }

  .foundation-types__p li,
  .foundation-types__p p {
    font-size: 14px;
    line-height: 1.5;
  }

  .foundation-types__p li {
    margin-bottom: 10px;
  }

  .foundation-types__p li:after {
    height: 8px;
    left: -10px;
    top: 6px;
    width: 8px;
  }

  .foundation-types__p-open {
    font-size: 18px;
  }

  .foundation-types__imp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-left: 0;
    margin-top: 35px;
    padding: 35px 12px;
  }

  .foundation-types__imp span {
    font-size: 18px;
    height: 50px;
    line-height: 1;
    margin: 0 auto 15px;
    max-width: 60%;
  }

  .foundation-types__imp p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 12px;
    text-align: center;
  }

  .projects {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .projects .h2 {
    margin-bottom: 30px;
  }

  .projects__item {
    height: 230px;
  }

  .projects__item-info {
    padding: 20px;
  }

  .projects__item-info-row {
    gap: 1rem;
  }

  .projects__item-info-row:first-of-type {
    margin-bottom: 25px;
  }

  .projects__item-info-row:nth-of-type(2),
  .projects__item-info-row:nth-of-type(3) {
    gap: 2rem;
    margin-bottom: 25px;
  }

  .projects__item-info-row:nth-of-type(2):nth-of-type(2) img:first-of-type,
  .projects__item-info-row:nth-of-type(3):nth-of-type(2) img:first-of-type {
    height: 4.2rem;
    width: 4.2rem;
  }

  .projects__item-info-row:nth-of-type(2):nth-of-type(2) img:last-of-type,
  .projects__item-info-row:nth-of-type(3):nth-of-type(2) img:last-of-type {
    height: 4.1rem;
    width: 4.7rem;
  }

  .projects__item-info-row:nth-of-type(2):nth-of-type(3) img:first-of-type,
  .projects__item-info-row:nth-of-type(3):nth-of-type(3) img:first-of-type {
    height: 4.1rem;
    width: 4.2rem;
  }

  .projects__item-info-row:nth-of-type(2):nth-of-type(3) img:last-of-type,
  .projects__item-info-row:nth-of-type(3):nth-of-type(3) img:last-of-type {
    height: 4.2rem;
    width: 4.7rem;
  }

  .projects__item-info-title {
    font-size: 16px;
  }

  .projects__item-info-price {
    font-size: 16px;
  }

  .projects__item-info-item-icon {
    min-width: 4.7rem;
  }

  .projects__item-info-item-text span:first-of-type {
    font-size: 12px;
  }

  .projects__item-info-item-text span:last-of-type {
    font-size: 12px;
  }

  .customer-reviews .projects__item {
    height: calc(var(--indexSize)*48);
  }

  .customer-reviews .projects__item-photo img {
    height: auto;
  }

  .projects__item-play {
    height: 37px;
    width: 55px;
  }

  .swiper-arrow-container {
    display: none;
    margin-top: 20px;
  }

  .arrow-prev {
    height: 30px;
    width: 30px;
  }

  .arrow-next {
    height: 30px;
    width: 30px;
  }

  .finished-projects__text {
    padding: 20px;
    text-align: center;
  }

  .finished-projects__text p {
    display: none;
  }

  .representative-company {
    -webkit-box-shadow: inset 0 0 0 2100px rgba(56, 56, 56, .8);
    box-shadow: inset 0 0 0 2100px rgba(56, 56, 56, .8);
    padding-bottom: 35px;
  }

  .representative-company__left {
    padding-top: 35px;
  }

  .representative-company__left-text {
    margin-bottom: 20px;
    text-align: left;
  }

  .representative-company__left-text .h2 {
    margin-bottom: 10px;
  }

  .representative-company__left-text p {
    font-size: 15px;
    line-height: 1.3;
  }

  .representative-company__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .representative-company__right-photo {
    margin-right: 0;
  }

  .representative-company__right-photo img {
    height: auto;
    width: 100%;
  }

  .representative-company__right-text {
    margin-top: 20px;
  }

  .representative-company__right-text p {
    font-size: 15px;
  }

  .modal .dialog__overlay {
    background: rgba(30, 30, 32, .99);
  }

  .modal .dialog__content {
    height: 90vh;
    margin: 10px;
    max-width: 100%;
    overflow-y: scroll;
    padding: 24px 18px 28px;
  }

  .modal .dialog h2 {
    font-size: 25px;
  }

  .close-modal__container {
    margin-bottom: 10px;
  }

  .close-modal {
    height: 35px;
    width: 35px;
  }

  .modal--form .dialog__content {
    height: auto;
    max-height: 80vh;
  }

  .modal-form .input {
    margin-bottom: 15px;
  }

  .modal-form__p1 {
    margin-bottom: 30px;
  }

  .modal-form__p2 {
    padding-bottom: 20px;
  }

  .projects-guest-houses__link {
    margin-top: 30px;
  }

  .projects-guest-houses__link .btn {
    font-size: 14px;
    height: 49px;
    max-width: 70%;
  }

  .projects-guest-houses__link .btn span:after {
    height: 15px;
    width: 15px;
  }

  .modal-who-needs .modal-ipoteka__header p {
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: none;
  }

  .modal-who-needs .modal-ipoteka__header p:last-of-type {
    font-size: 15px;
    line-height: 1.5;
  }

  .modal-who-needs__item {
    margin-bottom: 20px;
  }

  .modal-who-needs__item p {
    font-size: 14px;
  }

  .modal-who-needs__item h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .faq__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq__question {
    margin-left: -12px;
    max-width: unset;
    padding: 35px 12px;
    width: calc(100% + 24px);
  }

  .faq__question:after {
    display: none;
  }

  .faq__question .h2 {
    margin-bottom: 15px;
  }

  .faq__question-slider {
    margin-bottom: 15px;
  }

  .faq__question-slider p {
    font-size: 15px;
    line-height: 1.6;
  }

  .faq__nav {
    gap: 12px;
  }

  .faq__nav .btn {
    height: 49px;
    max-width: 100%;
  }

  .faq__nav .btn:hover {
    background: #fff;
    color: #1e1e20;
  }

  .faq__answer {
    padding: 35px 0;
  }

  .faq__answer .h2 {
    margin-bottom: 12px;
  }

  .faq__answer .play-video {
    height: 4.9rem;
    width: 7rem;
  }

  .faq__answer-slider p {
    font-size: 15px;
    line-height: 1.6;
  }

  .modal--project .dialog__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal--project .close-modal__container {
    right: 0;
  }

  .modal-project .projects__item-info-title {
    font-size: 20px;
  }

  .modal-project .projects__item-info-row:first-of-type {
    margin-bottom: 30px;
  }

  .modal-project__decription {
    margin-bottom: 20px;
    margin-top: 30px;
    padding-right: 0;
  }

  .modal-project__decription h3 {
    font-size: 15px;
  }

  .modal-project-s-item span {
    font-size: 15px;
  }

  .modal-project__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .modal-project__price .btn {
    max-width: 70%;
  }

  .modal-project__price.--desktop {
    display: none;
  }

  .modal-project__price.--mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .modal-project__slider .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }

  .swiper-modal-pagination {
    gap: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .modal-project__slide-item {
    height: 240px;
  }

  .footer {
    padding-bottom: 10px;
    padding-top: 50px;
  }

  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__col {
    margin-bottom: 30px;
  }

  .footer__col:first-of-type {
    max-width: 100%;
  }

  .footer__col:nth-of-type(2) {
    max-width: 100%;
  }

  .footer__col:nth-of-type(3) {
    max-width: 100%;
  }

  .footer__logo {
    margin-bottom: 20px;
    max-width: 90px;
  }

  .footer__phone a {
    font-size: 18px;
  }

  .footer__mail a {
    font-size: 18px;
  }

  .footer__col-header h4 {
    font-size: 18px;
  }

  .footer__col-item h5 {
    font-size: 15px;
  }

  .footer__btn {
    max-width: 70%;
  }

  .footer__sroll-top {
    bottom: 0;
    height: 50px;
    padding: 10px;
    width: 50px;
  }

  .footer__sroll-top img {
    height: 100%;
    width: 100%;
  }
}

@media (max-width:360px) {
  .header__phone {
    font-size: 12px;
  }

  .btn.header__bnt {
    max-width: 90px;
  }

  .page-navigation__wrap {
    gap: 10px 0;
  }

  .page-navigation__item {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  .vantages-housekeeping__text-item-p h3 {
    display: inline-block;
    font-size: 16px;
  }

  .foundation-types__grid {
    gap: 10px 0;
  }
}

@media (max-width:320px) {
  .header__logo img {
    max-width: 40px;
  }

  .btn.header__bnt {
    max-width: 80px;
  }

  .page-navigation__wrap {
    gap: 0;
  }

  .page-navigation__item {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
  }

  .home-style__item-title h3 {
    font-size: 12px;
  }

  .quiz__end-way {
    overflow-x: scroll;
  }

  .foundation-types__grid {
    gap: 0;
  }

  .projects__item-info {
    padding: 20px 10px;
  }

  .projects__item-info-row:nth-of-type(2),
  .projects__item-info-row:nth-of-type(3) {
    gap: 1rem;
  }

  .projects__item-info-item-icon {
    margin-right: 5px;
  }

  .projects__item-info-item-text span:first-of-type {
    font-size: 11px;
  }

  .projects__item-info-item-text span:last-of-type {
    font-size: 11px;
  }

  .modal .dialog__content {
    height: 80vh;
    padding: 50px 18px 28px;
  }

  .close-modal {
    height: 30px;
    width: 30px;
  }
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
.telegram_vr img{
  width: 2.1rem;
}
.youtube_vr img{
  width: 2.5rem;
}
@media (max-width:450px){
  .telegram_vr img{
    width: 19px;
  }
  .youtube_vr img{
    width: 25px;
  }
  .wa_vr{
    width: 22px;
  }
  .header__phone{
    white-space: nowrap;
    margin-left: 7px;
  }
  .header__whatsapp {
    flex: 0 0 auto;
    margin-left: 7px;
  }
  .header__phone{
    font-size: 12px;
  }
}
.wa_dell{
  display: none!important;
}