<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-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: 4.4rem;
}

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

.header__phone:hover {
  color: #fecb0b;
}

.header__whatsapp {
  height: 3.9rem;
  margin-left: 3.3rem;
  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: #ffca07;
  height: 4.9rem;
  margin-left: 2.8rem;
  max-width: 21.2rem;
  width: 100%;
}

body {
  background: #1e1e20;
}

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-checkbox .control_indicator:after {
  left: 11px;
  top: 7px;
  width: 6px;
  height: 10px;
  border: solid #000000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.informer{
  display: none;
}

.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: 600;
  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: 84.4rem;
  overflow: hidden;
  padding-top: 9.2rem;
}

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

.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: 4.9rem;
  margin-top: 5rem;
  max-width: 25.2rem;
  -webkit-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  width: 100%;
  margin-bottom: 50px;
}

.hero__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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%;
}

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

.page-navigation__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.7rem;
  justify-content: center;
}

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

.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-bottom: .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.4rem;
  font-weight: 700;
  line-height: 1.3571428571;
  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);
}

.unique-technologies {
  background: #fecb0b;
  padding-bottom: 6rem;
  padding-top: 5.9rem;
}

.unique-technologies .h2 {
  margin-bottom: 2.9rem;
}

.unique-technologies__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.6rem;
  justify-content: space-between;
}

.unique-technologies__text p {
  font-size: 2rem;
  line-height: 1.65;
  max-width: 55.1rem;
  position: relative;
}

.unique-technologies__text p:last-of-type {
  margin-bottom: 0;
}

.unique-technologies__video {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

.unique-technologies__video img {
  height: 45.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  -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: 80.3rem;
}

.unique-technologies__video:hover img {
  opacity: .9;
}

.unique-technologies__video:hover .unique-technologies__video-play {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.unique-technologies__video-play {
  background: url(../images/dist/video_play.svg) 50%/contain no-repeat;
  height: 5.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: 8.2rem;
}

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

.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%);
}

.five-reasons {
  background: #383838;
  background: url(../images/dist/five_reasons_bg.jpg) 50%/cover no-repeat;
  padding-bottom: 11rem;
  padding-top: 6.9rem;
}

.five-reasons__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.five-reasons__left {
  max-width: 39.1rem;
  position: relative;
  top: 1.7rem;
  width: 100%;
}

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

.five-reasons__left p {
  color: #e3e4e4;
  font-size: 2rem;
  line-height: 1.65;
  margin-bottom: 3rem;
}

.five-reasons__left p:last-of-type {
  margin-bottom: 0;
}

.five-reasons__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 74.9rem;
  padding-left: 4.6rem;
  padding-top: 17.2rem;
  position: relative;
}

.five-reasons__circle {
  background: #fecb0b;
  border-radius: 50%;
  -webkit-box-shadow: 5px 4px 8px rgba(0, 0, 0, .25);
  box-shadow: 5px 4px 8px rgba(0, 0, 0, .25);
  height: 40rem;
  padding: 3.9rem;
  position: relative;
  width: 40rem;
}

.five-reasons__circle:after {
  background: url(../images/dist/five_reasons_bg.svg) 50%/contain no-repeat;
  content: "";
  height: 64.4rem;
  position: absolute;
  right: -34%;
  top: -30%;
  width: 34.4rem;
}

.five-reasons__circle-white {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.48%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .142))), #fff;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 49.48%, rgba(0, 0, 0, .142) 100%), #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.48%, rgba(0, 0, 0, .142)), #fff;
  border-radius: 50%;
  -webkit-box-shadow: 5px 4px 8px rgba(0, 0, 0, .25);
  box-shadow: 5px 4px 8px rgba(0, 0, 0, .25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 32.2rem;
  justify-content: center;
  width: 32.2rem;
}

.five-reasons__circle-mobile {
  display: none;
}

.five-reasons__circle-mobile .h2 {
  color: #fecb0b;
}

.five-reasons__circle-s1 {
  display: block;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1.21875;
  position: relative;
  top: -.9rem;
}

.five-reasons__circle-s2 {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.225;
  position: relative;
  top: -2.3rem;
}

.five-reasons__circle-s3 {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  text-align: center;
  top: -1.1rem;
}

.five-reasons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 51.7rem;
  padding: .8rem;
  position: absolute;
  width: 100%;
}

.five-reasons__item-icon {
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.48%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .142))), #fff;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 49.48%, rgba(0, 0, 0, .142) 100%), #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.48%, rgba(0, 0, 0, .142)), #fff;
  border-radius: 50%;
  -webkit-box-shadow: 5px 4px 8px rgba(0, 0, 0, .25);
  box-shadow: 5px 4px 8px rgba(0, 0, 0, .25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 9.6rem;
  justify-content: center;
  margin-right: 1.7rem;
  width: 9.6rem;
}

.five-reasons__item-text h4 {
  color: #fecb0b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  text-transform: uppercase;
}

.five-reasons__item-text p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}

.five-reasons__items .five-reasons__item:first-of-type {
  max-width: 62.7rem;
  right: 8.5%;
  top: -.3%;
}

.five-reasons__items .five-reasons__item:first-of-type img {
  height: 5.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 5.4rem;
}

.five-reasons__items .five-reasons__item:nth-of-type(2) {
  right: 2%;
  top: 20.2%;
}

.five-reasons__items .five-reasons__item:nth-of-type(2) img {
  height: 4.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 4.4rem;
}

.five-reasons__items .five-reasons__item:nth-of-type(3) {
  right: -1.7%;
  top: 41.3%;
}

.five-reasons__items .five-reasons__item:nth-of-type(3) img {
  height: 5.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 5.8rem;
}

.five-reasons__items .five-reasons__item:nth-of-type(4) {
  right: 1.3%;
  top: 63.1%;
}

.five-reasons__items .five-reasons__item:nth-of-type(4) img {
  height: 4.7rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 4.7rem;
}

.five-reasons__items .five-reasons__item:nth-of-type(5) {
  max-width: 62.7rem;
  right: 7.8%;
  top: 86%;
}

.five-reasons__items .five-reasons__item:nth-of-type(5) img {
  height: 6.6rem;
  width: 5.9rem;
}

.stages-work {
  background: #383838;
  padding-bottom: .4rem;
  padding-top: 5.7rem;
}

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

.stages-work__left {
  max-width: 38.8rem;
  padding-top: 2.5rem;
  width: 100%;
}

.stages-work__left .h2 {
  color: #fecb0b;
  margin-bottom: 3.5rem;
}

.stages-work__left p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.65;
  max-width: 93%;
}

.stages-work__left p:last-of-type {
  margin-bottom: 3.5rem;
}

.stages-work__left img {
  height: 34.2rem;
  left: -2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  width: 36.7rem;
}

.stages-work__right {
  -webkit-box-flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  justify-content: space-between;
  padding-left: 7rem;
  padding-right: 2.7rem;
}

.stages-work__col:first-of-type {
  max-width: 42.5rem;
  width: 100%;
}

.stages-work__col:first-of-type .stages-work__item:first-of-type .stages-work__item-num {
  left: 2.5rem;
  letter-spacing: .175em;
  position: relative;
}

.stages-work__col:first-of-type .stages-work__item-text {
  max-width: 20.2rem;
}

.stages-work__col:last-of-type {
  max-width: 44.1rem;
  width: 100%;
}

.stages-work__col:last-of-type .stages-work__item:nth-of-type(2) .stages-work__item-num {
  left: .7rem;
  letter-spacing: .05em;
  position: relative;
}

.stages-work__col:last-of-type .stages-work__item-text {
  max-width: 21.8rem;
}

.stages-work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.9rem;
}

.stages-work__item-num {
  color: #fecb0b;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.2214285714;
  margin-right: 1.5rem;
  min-width: 20.8rem;
  text-align: right;
}

.stages-work__item-text {
  position: relative;
  top: 3.6rem;
}

.stages-work__item-text h4 {
  color: #e3e4e4;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3571428571;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
}

.stages-work__item-text p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}

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

.company-group {
  background: url(../images/dist/company_group_bg.png) 101% 0/118.6rem no-repeat;
  background-color: #fecb0b;
  padding-top: 7.7rem;
}

.company-group .h2 {
  margin-bottom: 3.9rem;
  max-width: 112.8rem;
}

.company-group__wrap {
  max-width: 94.5rem;
  padding-bottom: 3.3rem;
}

.company-group__wrap p {
  margin-bottom: 1.6rem;
}

.company-group__wrap h4 {
  font-size: 2rem;
  line-height: 1.65;
  margin: 0;
}

.company-group__wrap ol {
  margin: 0 0 1.4rem;
  padding: 0 0 0 2rem;
}

.company-group__wrap ol li {
  font-size: 2rem;
  line-height: 1.65;
}

.company-group__vantages {
  background: #383838;
  padding-bottom: 3.2rem;
  padding-top: 3.3rem;
}

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

.company-group__vantages-item:first-of-type {
  max-width: 33.2rem;
  width: 100%;
}

.company-group__vantages-item:nth-of-type(2) {
  left: -2rem;
  max-width: 20.3rem;
  position: relative;
  width: 100%;
}

.company-group__vantages-item:nth-of-type(3) {
  left: 1.7rem;
  max-width: 33.2rem;
  position: relative;
  width: 100%;
}

.company-group__vantages-item:nth-of-type(4) {
  left: 4.7rem;
  max-width: 33.2rem;
  position: relative;
  width: 100%;
}

.company-group__vantages-item span {
  color: #fecb0b;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.21875;
}

.company-group__vantages-item p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
}

.build-mortgage {
  padding-bottom: 8rem;
  padding-top: 6.9rem;
}

.build-mortgage .projects__item-hover {
  -webkit-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
}

.build-mortgage .h2 {
  margin-bottom: 4.6rem;
}

.build-mortgage .projects__item-fade {
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.build-mortgage .projects__item {
  height: 20.3rem;
}

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

.build-mortgage__items {
  height: 100%;
  padding: 2rem 2.6rem 1.5rem 2.8rem;
  width: 100%;
}

.build-mortgage__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.build-mortgage__item {
  color: #fff;
}

.build-mortgage__item:first-of-type {
  max-width: 17.1rem;
  width: 100%;
}

.build-mortgage__item:last-of-type {
  max-width: 19.6rem;
  width: 100%;
}

.build-mortgage__item:last-of-type span:last-of-type {
  color: #fecb0b;
}

.build-mortgage__item span {
  display: block;
  margin-bottom: .2rem;
}

.build-mortgage__item span:first-of-type {
  font-size: 1.4rem;
  line-height: 1.3571428571;
}

.build-mortgage__item span:last-of-type {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3571428571;
  text-transform: uppercase;
}

.build-mortgage__item-btn {
  background: rgba(0, 0, 0, .57);
  border: .1rem solid #fecb0b;
  color: #fecb0b;
  height: 3.9rem;
  max-width: 17.9rem;
  width: 100%;
}

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

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

.modal--ipoteka .dialog__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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: 4rem;
  width: 100%;
}

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

.modal--ipoteka .dialog h2 {
  font-size: 2.4rem;
  line-height: 1.375;
  margin-bottom: 2.4rem;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

.modal--ipoteka .close-modal__container {
  right: -3.3rem;
  top: 4.4rem;
}

.modal-ipoteka {
  color: #fff;
}

.modal-ipoteka__header {
  margin-bottom: 7.1rem;
}

.modal-ipoteka__header p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7142857143;
  text-transform: uppercase;
}

.modal-ipoteka__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15rem;
  margin-bottom: 3.5rem;
}

.modal-ipoteka__col {
  max-width: 62.5rem;
  width: 100%;
}

.modal-ipoteka__item {
  margin-bottom: 3rem;
}

.modal-ipoteka__item h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-bottom: 0;
}

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

.modal-ipoteka__item ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2.7rem;
}

.modal-ipoteka__item ul li {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  position: relative;
}

.modal-ipoteka__item ul li:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: .3rem;
  left: -1.5rem;
  position: absolute;
  top: 1.5rem;
  width: .3rem;
}

.modal-ipoteka__btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}

.modal-ipoteka__btn-container .btn {
  height: 4.9rem;
  max-width: 25.2rem;
  width: 100%;
}

.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: 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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.modal-project .projects__item-info {
  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: 43rem;
  width: 100%;
}

.modal-project__decription {
  margin-bottom: 3.8rem;
  margin-top: 6rem;
  padding-right: 3rem;
}

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

.modal-project__price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.1rem;
  margin-bottom: 4rem;
}

.modal-project__price .btn {
  height: 4.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: cover;
  object-fit: cover;
  width: 100%;
}

.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;*/
  /*animation-delay: 60s;*/
  -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;
}

.footer {
  color: #e3e4e4;
  padding-bottom: 6.3rem;
  padding-top: 5.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: 4.2rem;
  max-width: 44.3rem;
  position: relative;
  width: 100%;
}

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

.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 {
  height: 4.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 (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--ipoteka .dialog__content {
    padding: 6rem 4rem;
  }

  .modal--ipoteka .close-modal__container {
    right: 4rem;
    top: 4rem;
  }

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

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

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

  .modal-project__info {
    max-width: 49rem;
  }

  .modal-project__decription p {
    font-size: 1.7rem;
  }

  .modal-project__slider {
    max-width: 86.7rem;
  }

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

@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-ipoteka__header {
    margin-bottom: 5rem;
  }

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

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

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

  .unique-technologies__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }

  .unique-technologies__text {
    max-width: 100%;
    width: 100%;
  }

  .unique-technologies__text p {
    max-width: 100%;
  }

  .unique-technologies__video {
    width: 100%;
  }

  .unique-technologies__video img {
    width: 100%;
  }

  .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%);
  }

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

  .five-reasons__left {
    margin-bottom: 5rem;
    max-width: 100%;
  }

  .five-reasons__right {
    width: 73%;
  }

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

  .stages-work__left {
    max-width: 100%;
  }

  .stages-work__left img {
    display: none;
  }

  .stages-work__right {
    padding-left: 0;
    padding-right: 0;
  }

  .company-group__vantages-item {
    text-align: center;
  }

  .company-group__vantages-item:first-of-type {
    max-width: 25%;
  }

  .company-group__vantages-item:nth-of-type(2) {
    left: 0;
    max-width: 25%;
  }

  .company-group__vantages-item:nth-of-type(3) {
    left: 0;
    max-width: 25%;
  }

  .company-group__vantages-item:nth-of-type(4) {
    left: 0;
    max-width: 25%;
  }

  .company-group__vantages-item span {
    font-size: 5rem;
  }

  .company-group__vantages-item p {
    font-size: 1.6rem;
  }

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

  .modal--ipoteka .dialog__content {
    padding: 6rem 0;
  }

  .modal--ipoteka .close-modal__container {
    right: 1rem;
    top: 1rem;
  }

  .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;
    overflow-x: hidden;
  }
}

@media (max-width:1024px) {
  .five-reasons__right {
    width: 100%;
  }
}

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

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

  .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: 10px;
    padding-right: 10px;
  }

  .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-top: 50px;
  }

  .hero__text h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }

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

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

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

  .hero__photo {
    display: none;
  }

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

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

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

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

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

  .page-navigation__item {
    margin: 0 auto;
    max-width: 10.1rem;
  }

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

  .unique-technologies {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .unique-technologies .h2 {
    margin-bottom: 15px;
  }

  .unique-technologies__wrap {
    gap: 30px;
  }

  .unique-technologies__text p {
    font-size: 15px;
  }

  .unique-technologies__video img {
    height: auto;
  }

  .unique-technologies__video-play {
    width: 60px;
  }

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

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

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

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

  .five-reasons {
    -webkit-box-shadow: inset 0 0 0 2100px rgba(56, 56, 56, .65);
    box-shadow: inset 0 0 0 2100px rgba(56, 56, 56, .65);
    padding-bottom: 40px;
    padding-top: 50px;
  }

  .five-reasons__left {
    margin-bottom: 25px;
    top: 0;
  }

  .five-reasons__left .h2 {
    margin-bottom: 15px;
  }

  .five-reasons__left .h2 br {
    display: none;
  }

  .five-reasons__left p {
    margin-bottom: 10px;
  }

  .five-reasons__left p {
    font-size: 15px;
  }

  .five-reasons__right {
    height: auto;
    padding-left: 0;
    padding-top: 0;
  }

  .five-reasons__circle {
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    height: auto;
    padding: 0;
    text-align: left;
    width: 100%;
  }

  .five-reasons__circle:after {
    display: none;
  }

  .five-reasons__circle-white {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    align-items: center;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    justify-content: flex-start;
    width: 100%;
  }

  .five-reasons__circle-mobile {
    display: block;
    margin-bottom: 20px;
  }

  .five-reasons__circle-s1 {
    color: #fff;
    font-size: 25px;
    top: 0;
  }

  .five-reasons__circle-s2 {
    color: #fff;
    font-size: 25px;
    top: 0;
  }

  .five-reasons__circle-s3 {
    color: #fff;
    font-size: 25px;
    text-align: left;
    top: 0;
  }

  .five-reasons__item {
    background: transparent;
    height: auto;
    padding: 10px 0;
    position: static;
  }

  .five-reasons__item-icon {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 5rem;
    margin-right: 15px;
    padding: 1rem;
    width: 5rem;
  }

  .five-reasons__item-text {
    padding-top: 0;
  }

  .five-reasons__item-text h4 {
    color: #fff;
    font-size: 15px;
  }

  .five-reasons__item-text p {
    color: #fff;
  }

  .five-reasons__items .five-reasons__item:first-of-type img {
    height: auto;
    max-height: 30px;
    max-width: 30px;
    width: auto;
  }

  .five-reasons__items .five-reasons__item:nth-of-type(2) img {
    height: auto;
    max-height: 25px;
    max-width: 25px;
    width: auto;
  }

  .five-reasons__items .five-reasons__item:nth-of-type(3) img {
    height: auto;
    max-height: 35px;
    max-width: 28px;
    position: relative;
    top: -2px;
    width: auto;
  }

  .five-reasons__items .five-reasons__item:nth-of-type(4) img {
    height: auto;
    max-height: 25px;
    max-width: 23px;
    position: relative;
    top: -1px;
    width: auto;
  }

  .five-reasons__items .five-reasons__item:nth-of-type(5) img {
    height: auto;
    max-height: 33px;
    max-width: 33px;
    position: relative;
    top: 1px;
    width: auto;
  }

  .stages-work {
    padding-bottom: 30px;
    padding-top: 50px;
  }

  .stages-work__left {
    padding-top: 0;
  }

  .stages-work__left .h2 {
    margin-bottom: 15px;
  }

  .stages-work__left p {
    font-size: 15px;
    max-width: 100%;
  }

  .stages-work__left p:last-of-type {
    margin-bottom: 15px;
  }

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

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

  .stages-work__col:first-of-type .stages-work__item:first-of-type .stages-work__item-num {
    left: 0;
  }

  .stages-work__col:first-of-type .stages-work__item-text {
    max-width: 100%;
  }

  .stages-work__col:last-of-type {
    max-width: 100%;
  }

  .stages-work__col:last-of-type .stages-work__item:nth-of-type(2) .stages-work__item-num {
    left: 0;
  }

  .stages-work__col:last-of-type .stages-work__item-text {
    max-width: 100%;
  }

  .stages-work__item {
    margin-bottom: 20px;
  }

  .stages-work__item-num {
    font-size: 35px;
    min-width: 45px;
  }

  .stages-work__item-text {
    top: 5px;
  }

  .stages-work__item-text h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }

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

  .finished-projects__text p {
    display: none;
  }

  .company-group {
    background: url(../images/dist/company_group_bg.png) 100% 0/150% no-repeat;
    background-color: #fecb0b;
    -webkit-box-shadow: inset 0 0 0 2100px rgba(254, 203, 11, .8);
    box-shadow: inset 0 0 0 2100px rgba(254, 203, 11, .8);
    padding-bottom: 0;
    padding-top: 50px;
  }

  .company-group .h2 {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .company-group .h2 br {
    display: none;
  }

  .company-group__wrap p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .company-group__wrap h4 {
    font-size: 17px;
    line-height: 1.3;
  }

  .company-group__wrap ol {
    margin: 1rem 0;
  }

  .company-group__wrap ol li {
    font-size: 15px;
  }

  .company-group__vantages-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-group__vantages-item {
    margin-bottom: 15px;
  }

  .company-group__vantages-item:last-of-type {
    margin-bottom: 0;
  }

  .company-group__vantages-item:first-of-type {
    max-width: 100%;
  }

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

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

  .company-group__vantages-item:nth-of-type(4) {
    max-width: 100%;
  }

  .company-group__vantages-item span {
    font-size: 30px;
  }

  .company-group__vantages-item p {
    font-size: 14px;
    margin: 0 auto;
    max-width: 60%;
  }

  .build-mortgage .projects__item {
    height: 160px;
  }

  .build-mortgage__items {
    padding: 15px;
  }

  .build-mortgage__row {
    margin-bottom: 10px;
  }

  .build-mortgage__item span:first-of-type {
    font-size: 12px;
  }

  .build-mortgage__item span:last-of-type {
    font-size: 12px;
  }

  .build-mortgage__item-btn {
    height: 39px;
  }

  .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: 50px;
  }

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

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

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

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

  .modal--ipoteka .close-modal__container {
    right: 0;
    top: 0;
  }

  .modal-ipoteka__header {
    margin-bottom: 20px;
  }

  .modal-ipoteka__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }

  .modal-ipoteka__item {
    margin-bottom: 20px;
  }

  .modal-ipoteka__item h4 {
    font-size: 15px;
  }

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

  .modal-ipoteka__item ul {
    padding-left: 18px;
  }

  .modal-ipoteka__item ul li {
    font-size: 14px;
  }

  .modal-ipoteka__item ul li:after {
    top: 10px;
  }

  .modal-ipoteka__btn-container {
    margin-top: 20px;
  }

  .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 p {
    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;
  }

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

  .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__item {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
}

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

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

  .page-navigation__wrap {
    gap: 0 0;
  }

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

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

.thxPage {
  min-height: 58rem;
  padding: 10rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.thxPage .promo.onPage {
  margin: 0 auto;
}
.inpromo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.promo.onPage h1 {
  color: #fff;
  font-size: 4.8rem;
  margin-bottom: 2.9rem;
}
.thxPage .promo.onPage h1 {
  text-align: center;
  margin: 0 auto;
  max-width: 65rem;
}
.promo.onPage p {
  color: #fff;
  max-width: 70.9rem;
}
.thxPage .promo.onPage p {
  text-align: center;
  margin: 5rem auto 0;
}
.btnBlack {
  margin: 0 auto;
  text-align: center;
  max-width: 38rem;
  width: 100%;
  height: 7.7rem;
  background: #ffca07;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  text-decoration: none;
  transition: .3s;
  color: #1e1e20;
  border: .1rem solid transparent;
  border-radius: .5rem;
  font-weight: 600;
}
.btnBlack:hover{
  background: #000;
  background: transparent;
  border-color: #fecb0b;
  color: #fecb0b;
}
@media (max-width:767px){
  .thxPage{
    gap: 3rem;
  }
  .promo.onPage h1{
    line-height: 1;
    font-size: 3rem;
  }
  .thxPage .promo.onPage p{
    font-size: 18px;
    margin-top: 3rem;
  }
  .btnBlack{
    max-width: 28rem;
  }
  .footer__col:nth-of-type(3) {
    padding-top: 0;
  }
  .footer__col:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.wa_dell{
  display: none!important;
}
.footer__bottom-social{
  justify-content: space-around!important;
}
</pre></body></html>