@charset "UTF-8";
.header,
.wrapper {
  min-height: 100vh;
}
@font-face {
  font-family: Gilroy-Regular;
  src: url(../fonts/Gilroy-Regular.ttf);
}
@font-face {
  font-family: Gilroy-Medium;
  src: url(../fonts/Gilroy-Medium.ttf);
}
@font-face {
  font-family: Gilroy-Semibold;
  src: url(../fonts/Gilroy-Semibold.ttf);
}
@font-face {
  font-family: Gilroy-Bold;
  src: url(../fonts/Gilroy-Bold.ttf);
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s linear;
}
ul {
  list-style: none;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  transition: background-color 10000s ease-in-out 0s;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}
button,
input {
  overflow: visible;
}
.projects__slide,
.projects__slider,
.services,
.stages__item-description,
.wrapper,
body.block {
  overflow: hidden;
}
body,
html {
  height: 100%;
  font-family: Gilroy-Regular, sans-serif;
  font-size: 20px;
  color: #fff;
  scroll-behavior: smooth;
}
.header__menu-link:hover,
.header__phone-backcall:hover,
.mobile__phone-backcall:hover,
a:hover {
  color: #eed9ad;
}
body.noscroll {
  position: fixed;
  height: 100%;
  width: 100%;
}
.wrapper {
  display: flex;
  flex-direction: column;
}
.main {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.logo {
  width: 100px;
  height: auto;
}
.burger {
  z-index: 9;
  display: none;
  justify-content: center;
  flex-direction: column;
  width: 35px;
  height: 22px;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 53px;
  right: 15px;
}
.burger span {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.3s;
}
.mobile,
.modal {
  position: fixed;
  visibility: hidden;
}
.btn,
.header__phone-backcall,
.mobile,
.mobile__phone-backcall {
  transition: all 0.3s linear;
}
.burger span:nth-child(1) {
  top: 3px;
  transform: translateY(-10px);
}
.burger span:nth-child(3) {
  bottom: 3px;
  transform: translateY(10px);
}
.burger.open span:nth-child(1) {
  transform: rotate(45deg);
}
.burger.open span:nth-child(2) {
  opacity: 0;
}
.burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile {
  transform: translateX(435px);
  top: 0;
  right: 0;
  background-color: #474747;
  width: 433px;
  height: 100%;
  overflow-y: scroll;
  z-index: 5;
}
.mobile.active {
  visibility: visible;
  transform: translateX(0);
}
.mobile__wrapper {
  padding-top: 106px;
}
.mobile__items {
  padding: 0 0 30px 60px;
  border-bottom: 1px solid #757575;
}
.mobile__item:not(:last-child) {
  margin-bottom: 50px;
}
.mobile__phone {
  padding: 38px 0 0 60px;
}
.mobile__phone-wrapper {
  display: flex;
  align-items: flex-start;
}
.mobile__phone-wrapper svg {
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
.mobile__phone-backcall {
  font-size: 16px;
  text-decoration-line: underline;
  text-align: left;
  margin: 2px 0 0 25px;
  cursor: pointer;
}
.footer__menu-link:not(:last-child),
.mobile__location {
  margin-bottom: 25px;
}
.mobile__location {
  display: none;
  margin-right: 73px;
  align-items: center;
  padding-left: 60px;
}
.mobile__location svg {
  margin-right: 12px;
}
.mobile__email {
  display: none;
  margin-right: 68px;
  align-items: center;
  padding-left: 60px;
  margin-bottom: 45px;
}
.mobile__email svg {
  margin-right: 12px;
}
.header {
  position: relative;
}
.header__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header .swiper-pagination-bullet-active,
.header__content,
.header__info,
.header__menu,
.header__top {
  position: relative;
}
.header__slider-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__slider-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  height: 130px;
}
.header__info,
.header__location {
  display: flex;
  align-items: center;
}
.header__info {
  z-index: 2;
}
.header__location {
  margin-right: 73px;
}
.header__email,
.header__phone-wrapper {
  align-items: center;
  display: flex;
}
.header__location svg {
  margin-right: 12px;
}
.header__email {
  margin-right: 68px;
}
.header__email svg,
.header__phone-wrapper svg {
  margin-right: 12px;
}
.header__phone-backcall {
  font-size: 16px;
  text-decoration-line: underline;
  text-align: right;
  margin: 5px 7px 0 0;
  cursor: pointer;
}
.header__menu {
  padding: 33px 0;
  background-color: rgba(22, 27, 36, 0.5);
  z-index: 2;
}
.header__menu-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu-link {
  transition: color 0.3s linear;
}
.header__content {
  z-index: 2;
  padding-top: 90px;
  height: calc(100vh - 130px - 180px);
}
.header__content .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.header__content-wrapper {
  margin: 0 auto;
  text-align: center;
}
.header__content-title {
  font-family: Gilroy-Bold, sans-serif;
  font-size: 64px;
  line-height: 79px;
  text-align: center;
  color: #f7edde;
  margin-bottom: 30px;
  max-width: 900px;
  display: inline-block;
}
.btn__text,
.footer__phone-btn span {
  font-family: Gilroy-Semibold, sans-serif;
}
.header__content-subtitle {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 50px;
}
.header__swiper-pagination {
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin: 40px 0;
}
.header .swiper-horizontal > .swiper-pagination-bullets,
.header .swiper-pagination-bullets.swiper-pagination-horizontal,
.header .swiper-pagination-custom,
.header .swiper-pagination-fraction {
  bottom: 80px;
}
.header .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 3px solid #fff;
  opacity: 1;
  outline: 0;
}
.header .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e8c199;
}
.header
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.header
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 17px);
}
.btn {
  background: linear-gradient(0deg, #f7bb7d -9.37%, #ffc386 130.62%);
  box-shadow: 0 4px 4px -2px rgba(252, 192, 130, 0.6);
  border-radius: 6px;
  padding: 25px 58px;
  cursor: pointer;
}
.btn__text {
  font-size: 26px;
  color: #393939;
}
.btn:hover {
  box-shadow: 0 4px 18px 0 rgba(252, 192, 130, 0.6);
}
.main {
  background: linear-gradient(204.8deg, #383838 22.99%, #232323 91.5%);
}
.title-h3 {
  font-family: Gilroy-Bold, sans-serif;
  font-size: 50px;
  text-align: center;
}
.services {
  margin-top: 66px;
  padding: 40px 0 90px;
}
.services__items {
  margin: 20px auto 106px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 31px 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 29px;
}
.services__item-title {
  font-size: 26px;
  margin-bottom: 29px;
}
.services__item-svg {
  display: none;
}
.services__list-item {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  padding-left: 34px;
}
.services__list-item:not(:last-child) {
  margin-bottom: 24px;
}
.services__list-item::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e8c199;
  box-shadow: 0 0 8px 0 #e8c199;
  top: 0;
  left: 0;
}
.services__action {
  display: flex;
  justify-content: center;
}
.services__info {
  display: none;
  order: 4;
  width: 730px;
  margin: 0 auto 50px;
}
.services__info-text {
  position: relative;
  padding-left: 135px;
  line-height: 24px;
}
.services__info-text::before {
  content: "";
  position: absolute;
  background-color: #fafafa;
  width: 110px;
  height: 1px;
  top: 10px;
  left: 0;
}
.services__info-text:not(:last-child) {
  margin-bottom: 33px;
}
.house {
  position: relative;
  max-width: 1020px;
  height: 602px;
  margin: 60px auto 0;
}
.house__left-text::after,
.house__right-text::after,
.house__top-text::after {
  position: absolute;
  height: 1px;
  content: "";
  background-color: #fafafa;
}
.house__top {
  position: absolute;
  top: 0;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 0.5s linear 0.5s;
}
.house__top-text {
  position: absolute;
  top: 90px;
  left: 80px;
  line-height: 24px;
}
.house__top-text::after {
  bottom: -19px;
  left: 0;
  width: 350px;
}
.house__top.active {
  transform: translateY(0);
  opacity: 1;
}
.house__left {
  position: absolute;
  top: 0;
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.4s linear 0.5s;
}
.house__left-text {
  max-width: 330px;
  position: absolute;
  line-height: 24px;
}
.house__left-text.one-line {
  top: 240px;
  left: -90px;
}
.house__left-text.two-line {
  top: 455px;
  left: -90px;
}
.house__left-text::after {
  bottom: -19px;
  left: 0;
  width: 320px;
}
.house__left.active {
  transform: translateX(0);
  opacity: 1;
}
.house__right {
  position: absolute;
  top: 0;
  transform: translateX(50px);
  opacity: 0;
  transition: all 0.4s linear 0.5s;
}
.contactmap__social-item svg,
.footer__phone-btn,
.offer__form-input,
.tabs__btn-item,
.tabs__content-hover,
.tabs__content-info {
  transition: all 0.3s linear;
}
.house__right-text {
  max-width: 330px;
  position: absolute;
  line-height: 24px;
}
.house__right-text.one-line {
  top: 135px;
  right: -150px;
}
.house__right-text.two-line {
  max-width: 275px;
  bottom: 252px;
  right: -150px;
}
.house__right-text.two-line::after {
  width: 290px;
}
.house__right-text.three-line {
  bottom: 160px;
  right: -150px;
}
.house__right-text::after {
  bottom: -19px;
  right: 0;
  width: 415px;
}
.house__right.active {
  transform: translateX(0);
  opacity: 1;
}
.technologies {
  z-index: 1;
  position: relative;
}
.technologies__wrapper {
  padding: 40px 0 90px;
  position: relative;
}
.technologies__wrapper::after {
  position: absolute;
  content: "";
  width: 1008px;
  height: 990px;
  background-image: url(../images/decor/one.png);
  background-size: 1008px 990px;
  opacity: 0.14;
  -moz-opacity: 0.14;
  -khtml-opacity: 0.14;
  background-repeat: no-repeat;
  top: 305px;
  right: -430px;
  z-index: -1;
}
.tabs__content-info.active .tabs__content-hover,
.tabs__content-info:hover .tabs__content-hover {
  opacity: 1;
  transform: translateY(0);
}
.technologies__title {
  margin-bottom: 48px;
}
.technologies__tabs {
  display: flex;
  flex-direction: column;
}
.tabs__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
.tabs__btn-item {
  border: 1px solid #e8c199;
  border-radius: 6px;
  background-color: transparent;
  color: #e8c199;
  font-size: 18px;
  padding: 14px 21px;
  cursor: pointer;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.tabs__btn-item:hover {
  box-shadow: 0 0 8px 0 #e8c199;
}
.tabs__btn-item.active {
  color: #393939;
  background-color: #e8c199;
}
.tabs__btn-item:not(:last-child) {
  margin-right: 12px;
}
.tabs__content {
  margin-top: 43px;
}
.tabs__content-item {
  display: none;
  align-items: flex-end;
  justify-content: space-between;
}
.tabs__content-item.active {
  display: flex;
}
.tabs__content-list {
  max-width: 525px;
  margin-right: 25px;
}
.tabs__content-preview {
  flex-shrink: 0;
  width: 455px;
  position: relative;
  margin-right: 120px;
}
.modal__form-label,
.tabs__column {
  align-items: flex-start;
}
.tabs__content-info {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e8c199;
  position: absolute;
  cursor: pointer;
}
.tabs__content-info::before {
  content: url(../images/plus.svg);
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.tabs__content-info:hover {
  box-shadow: 0 0 8px 0 #e8c199;
}
.tabs__content-info.active {
  box-shadow: 0 0 8px 0 #e8c199;
}
.tabs__content-hover {
  position: absolute;
  background-color: #4b4949;
  border-radius: 5px;
  padding: 24px 28px;
  opacity: 0;
  transform: translateY(20px);
  box-sizing: border-box;
}
.tabs__column {
  display: none;
  justify-content: space-between;
}
.tabs__column.active {
  display: flex;
}
.tabs__column-list {
  max-width: 390px;
}
.tabs__column-img {
  margin-top: 35px;
  width: 360px;
  height: 324px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs__column-img img {
  z-index: 2;
}
.tabs__column-img::before {
  content: "";
  position: absolute;
  width: 324px;
  height: 324px;
  background-color: #3c3938;
  top: 0;
  left: 18px;
  border-radius: 50%;
  z-index: 1;
}
.marker__one {
  top: -50px;
  right: 5px;
}
.marker__one-hover {
  width: 217px;
  top: -85px;
  left: -90px;
}
.marker__two {
  top: 10px;
  left: 120px;
}
.marker__two-hover {
  width: 223px;
  top: -85px;
  left: -92px;
}
.marker__three {
  top: 104px;
  left: 0;
}
.marker__three-hover {
  width: 103px;
  top: -85px;
  left: -32px;
}
.marker__four {
  bottom: 96px;
  right: 20px;
}
.marker__four-hover {
  width: 200px;
  top: -85px;
  left: -78px;
}
.list__item-title {
  font-family: Gilroy-Semibold;
  position: relative;
  padding-left: 37px;
  margin-bottom: 12px;
  display: inline-block;
}
.list__item-title::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: -3px;
  left: 0;
  background-image: url(../images/list-marker.svg);
  background-size: 25px 25px;
}
.list__item-text {
  font-size: 18px;
  line-height: 22px;
  color: #cfcfcf;
  padding-left: 37px;
}
.list__item:not(:last-child) {
  margin-bottom: 27px;
}
.projects {
  padding: 40px 0 130px;
  z-index: 1;
  position: relative;
}
.projects__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.projects__scroll {
  position: absolute;
  bottom: -50px;
  left: 0;
  height: 29px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects__scroll-wrapper {
  width: 514px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects__scroll .swiper-scrollbar {
  height: 3px;
  background-color: #fff;
  width: 100%;
}
.projects__scroll .swiper-scrollbar-drag {
  background-color: #f8b982;
  cursor: pointer;
}
.projects__scroll span:first-child {
  font-size: 26px;
  color: #f8b982;
  font-family: Gilroy-Bold, sans-serif;
  margin-right: 15px;
  width: 35px;
}
.projects__scroll span:last-child {
  font-size: 26px;
  color: #9c9595;
  margin-left: 15px;
  width: 35px;
}
.projects__navigation {
  position: absolute;
  top: 50%;
  width: calc(100% + (40px * 2) + (18px * 2));
  left: -58px;
}
.projects__navigation .swiper-button-next::after,
.projects__navigation .swiper-button-prev::after {
  position: absolute;
  background-size: 40px 36px;
  height: 36px;
  top: 0;
  content: "";
}
.projects__navigation .swiper-button-prev {
  position: absolute;
  left: 0;
  width: 40px;
  height: 36px;
  outline: 0;
}
.projects__navigation .swiper-button-prev::after {
  background-image: url(../images/swiper-prev.svg);
  width: 40px;
  left: 0;
}
.projects__navigation .swiper-button-next {
  position: absolute;
  right: 0;
  width: 40px;
  height: 36px;
  outline: 0;
}
.projects__navigation .swiper-button-next::after {
  background-image: url(../images/swiper-next.svg);
  width: 40px;
  right: 0;
}
.projects__slider,
.stages,
.stages__wrapper {
  position: relative;
}
.projects__tabs {
  margin-top: 48px;
}
.projects__tabs .tabs__btn {
  padding: 0 58px;
  margin-bottom: 18px;
}
.projects__tabs .tabs__content {
  padding: 0 58px;
  margin-top: 0;
}
.projects__slider {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}
.projects__slide {
  height: 100%;
  cursor: pointer;
}
.projects__slide-img {
  height: 282px;
}
.projects__slide-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.projects__slide-title {
  font-family: Gilroy-Medium, sans-serif;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 15px;
}
.projects__slide-text {
  font-size: 18px;
  line-height: 22px;
  color: #cfcfcf;
}
.stages {
  padding: 40px 0 50px;
  z-index: 1;
}
.stages__wrapper::after {
  position: absolute;
  content: "";
  width: 1200px;
  height: 1500px;
  background-image: url(../images/decor/one.png);
  background-size: 1200px 1500px;
  background-repeat: no-repeat;
  opacity: 0.34;
  -moz-opacity: 0.34;
  -khtml-opacity: 0.34;
  top: 300px;
  left: -550px;
  z-index: -1;
}
.stages__items {
  padding-top: 46px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-row-gap: 30px;
}
.stages__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px 20px auto 1fr;
}
.stages__item-number {
  font-family: Gilroy-Bold, sans-serif;
  font-size: 70px;
  background-image: linear-gradient(0deg, #e5bb8f -9.37%, #efd3b4 130.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stages__item-line {
  position: relative;
}
.stages__item-line::before,
.stages__item-line:after {
  content: "";
  position: absolute;
}
.stages__item-line::before {
  top: 10px;
  left: 10px;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #fafafa;
}
.stages__item-line:after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: linear-gradient(0deg, #e5bb8f -9.37%, #efd3b4 130.62%);
  border-radius: 50%;
}
.footer,
.offer__wrapper::after {
  background-color: #343435;
}
.stages__item-title {
  font-family: Gilroy-Medium, sans-serif;
  font-size: 26px;
  line-height: 32px;
  padding: 25px 16px 12px 0;
}
.stages__item-description {
  font-size: 18px;
  line-height: 22px;
  color: #cfcfcf;
  padding-right: 16px;
}
.modal__title,
.offer__description {
  font-family: Gilroy-Medium, sans-serif;
  line-height: 32px;
  text-align: center;
}
.stages__item:last-child .stages__item-line::before {
  display: none;
}
.offer {
  padding: 80px 0 86px;
}
.offer__wrapper {
  padding: 40px 52px;
  position: relative;
}
.offer__wrapper::after,
.offer__wrapper::before {
  position: absolute;
  content: "";
}
.offer__wrapper::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.offer__wrapper::before {
  width: 1021px;
  height: 292px;
  box-sizing: border-box;
  border: 2px solid transparent;
  -moz-border-image: -moz-linear-gradient(
    180deg,
    rgba(211, 176, 137, 0.41) 0,
    rgba(234, 209, 184, 0.41) 100%
  );
  -webkit-border-image: -webkit-linear-gradient(
    180deg,
    rgba(211, 176, 137, 0.41) 0,
    rgba(234, 209, 184, 0.41) 100%
  );
  border-image: linear-gradient(
    180deg,
    rgba(211, 176, 137, 0.41) 0,
    rgba(234, 209, 184, 0.41) 100%
  );
  border-image-slice: 1;
  top: 87px;
  left: -41px;
}
.contactmap,
.footer__pay,
.offer__description,
.offer__form,
.offer__sent,
.offer__title {
  position: relative;
}
.offer__title {
  z-index: 3;
  margin-bottom: 13px;
}
.offer__description {
  z-index: 3;
  font-size: 26px;
  color: #cfcfcf;
  margin: 0 auto 30px;
  width: 780px;
}
.offer__form-btn,
.offer__form-input {
  width: 323px;
  height: 80px;
  box-sizing: border-box;
}
.offer__description span {
  color: #f8b982;
}
.offer__form {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer__form-input {
  background-color: #fff;
  border-radius: 6px;
  padding: 26px 30px;
  font-size: 26px;
  color: #393939;
  outline: 0;
  margin-right: 12px;
}
.offer__form-input.active {
  box-shadow: 0 0 15px 2px #f15353;
  -webkit-box-shadow: 0 0 15px 2px #f15353;
  -moz-box-shadow: 0 0 15px 2px #f15353;
}
.offer__form-input::placeholder {
  font-size: 26px;
  color: #393939;
}
.offer__sent {
  display: none;
  justify-content: center;
  z-index: 3;
  color: #f8b982;
  padding: 9px 0;
}
.contactmap {
  padding: 40px 0 150px;
  z-index: 2;
}
.contactmap__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactmap__info {
  flex-shrink: 0;
  margin-right: 30px;
}
.contactmap__title {
  margin-bottom: 15px;
  text-align: left;
}
.contactmap__description {
  font-size: 24px;
  color: #cfcfcf;
  margin-bottom: 35px;
}
.contactmap__contact {
  margin-bottom: 30px;
}
.contactmap__contact-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contactmap__contact-icon,
.contactmap__social {
  align-items: center;
  display: flex;
}
.contactmap__contact-item:not(:last-child) {
  margin-bottom: 20px;
}
.contactmap__contact-item a {
  cursor: pointer;
}
.contactmap__contact-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  margin-right: 12px;
}
.contactmap__contact-icon svg {
  width: 100%;
}
.contactmap__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: auto;
  cursor: pointer;
}
.contactmap__social-item svg {
  width: 100%;
  fill: #fff;
}
.contactmap__social-item:not(:last-child) {
  margin-right: 20px;
}
.footer__bottom-offer,
.footer__logo {
  margin-right: 120px;
}
.contactmap__social-item:hover svg {
  fill: #eed9ad;
}
.contactmap__map {
  max-width: 550px;
  height: 320px;
  flex: 1 0 auto;
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.footer__info,
.footer__menu {
  flex-direction: column;
  grid-row: 1/3;
  margin-top: 10px;
}
.contactmap__map iframe {
  filter: invert(100%);
  -ms-filter: invert(100%);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  width: 100%;
  height: 100%;
}
.footer__top {
  padding: 20px 0 30px;
  border-bottom: 1px solid #757575;
}
.footer__wrapper {
  display: grid;
  grid-template-columns: 270px 1fr 1fr 238px;
  grid-template-rows: 108px 74px;
}
.footer__logo {
  grid-row: 1/3;
  width: 150px;
}
.footer__menu {
  display: flex;
}
.footer__info-item:not(:last-child),
.footer__phone-number {
  margin-bottom: 15px;
}
.footer__info {
  display: flex;
}
.footer__phone {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  text-align: right;
  grid-row: 1/2;
}
.footer__phone-btn {
  width: 238px;
  height: 60px;
  padding: 18px 38px;
  background: linear-gradient(0deg, #f7bb7d -9.37%, #ffc386 130.62%);
  box-shadow: 0 4px 4px -2px rgba(252, 192, 130, 0.6);
  border-radius: 6px;
  cursor: pointer;
  box-sizing: border-box;
}
.footer__phone-btn:hover {
  box-shadow: 0 4px 18px 0 rgba(252, 192, 130, 0.6);
}
.footer__phone-btn span {
  font-size: 20px;
  color: #393939;
}
.footer__pay {
  margin-top: 39px;
  grid-row: 2/3;
  width: 191px;
  margin-left: auto;
}
.footer__pay-item {
  position: absolute;
  right: 0;
}
.footer__bottom {
  padding: 25px 0 35px;
  font-size: 12px;
  color: #bcbaba;
}
.footer__bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-right a {
  text-decoration-line: underline;
}
.modal {
  width: 100%;
  height: 100%;
  background-color: rgba(61, 60, 60, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal__wrapper {
  position: relative;
  padding: 80px 133px;
  background-color: #474747;
  border-radius: 5px;
  width: 768px;
  box-sizing: border-box;
}
.modal__close {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 30px;
  right: 36px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.modal__title {
  font-size: 26px;
  margin: 0 auto 40px;
  width: 485px;
}
.modal__form {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 355px;
  margin: 0 auto;
}
.modal__form-input {
  border-radius: 6px;
  font-size: 26px;
  background-color: #757575;
  padding: 26px 30px;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  color: #fff;
  transition: all 0.3s;
}
.modal__form-label a::after,
.modal__form-text a::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bcbaba;
}
.modal__form-input::placeholder {
  font-size: 26px;
  color: #fff;
}
.modal__form-label,
.modal__form-text {
  font-size: 12px;
  line-height: 14px;
  color: #bcbaba;
}
.modal__form-input:first-child {
  margin-bottom: 20px;
}
.modal__form-agreement,
.modal__form-label {
  margin-top: 12px;
  margin-bottom: 30px;
  display: flex;
}
.modal__form-input.error {
  box-shadow: 0 0 15px 2px #f15353;
  -webkit-box-shadow: 0 0 15px 2px #f15353;
  -moz-box-shadow: 0 0 15px 2px #f15353;
}
.modal__form-label a {
  cursor: pointer;
  position: relative;
}
.modal__form-label a::after {
  position: absolute;
}
.modal__form-agreement {
  align-items: flex-start;
}
.modal__form-text {
  z-index: 2;
}
.modal__form-text a {
  cursor: pointer;
  position: relative;
}
.modal__form-text a::after {
  position: absolute;
}
.modal__form-checkbox {
  display: flex;
  align-items: center;
}
.modal__form-checkbox input {
  -webkit-appearance: none;
  position: absolute;
}
.modal__form-checkbox .checkbox {
  position: relative;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  border: 1px solid #bcbaba;
  box-sizing: border-box;
  border-radius: 2px;
  transition: all 0.3s;
  z-index: 1;
}
.modal__form-checkbox .checkbox.error {
  box-shadow: 0 0 10px 2px #f15353;
  -webkit-box-shadow: 0 0 10px 2px #f15353;
  -moz-box-shadow: 0 0 10px 2px #f15353;
}
.modal__form-checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: auto;
  display: none;
}
.modal__form-checkbox input:checked ~ .checkbox .checkmark {
  display: block;
}
.modal__form-checkbox input:checked ~ .checkbox {
  background-color: transparent;
  border: 1px solid #bcbaba;
}
.modal__form-btn {
  width: 100%;
  height: 80px;
}
.modal__sent {
  display: none;
  color: #f8b982;
}
@media screen and (max-height: 890px) and (orientation: landscape) {
  .header__content {
    height: 100%;
  }
}
@media screen and (min-width: 750px) and (orientation: landscape) {
  .mobile__phone {
    padding: 38px 0 40px 60px;
  }
}
@media screen and (max-width: 1310px) {
  .offer__wrapper::before {
    display: none;
  }
}
@media screen and (max-width: 1270px) {
  #services__item-one,
  #services__item-two {
    cursor: pointer;
  }
  #services__item-one.active,
  #services__item-two.active {
    color: #f8b982;
  }
  .house__left-text,
  .house__right-text,
  .house__top-text {
    display: none;
  }
  #services__list-one {
    display: none;
    grid-column: 1/3;
  }
  #services__list-one.active {
    display: block;
  }
  #services__list-two {
    display: none;
    grid-column: 1/3;
  }
  #services__list-two.active {
    display: block;
  }
  .services__wrapper {
    display: flex;
    flex-direction: column;
  }
  .services__title {
    order: 1;
  }
  .services__items {
    order: 2;
    width: 730px;
    margin-top: 50px;
    margin-bottom: 0;
  }
  .services__house {
    order: 3;
    width: 1200px;
    margin-top: 40px;
  }
  .services__action {
    order: 5;
  }
  .services__info {
    display: block;
  }
}
@media screen and (max-width: 1229px) {
  .stages__item-line::before {
    left: -15px;
    width: calc(100% + 30px);
  }
  .stages__item-title {
    padding-right: 27px;
  }
  .stages__item-description {
    padding-right: 72px;
  }
  .stages__item:first-child .stages__item-line::before {
    left: 10px;
    width: calc(100% - 10px);
  }
  .offer__title {
    width: 665px;
    margin: 0 auto 13px;
  }
}
@media screen and (max-width: 1199px) {
  .technologies__wrapper::after {
    opacity: 0.34;
    -moz-opacity: 0.34;
    -khtml-opacity: 0.34;
    top: -400px;
    left: -350px;
    height: 1300px;
    background-size: 1008px 1300px;
  }
  .tabs__content-item {
    align-items: center;
    flex-direction: column;
  }
  .tabs__content-list {
    margin-right: 0;
    order: 2;
    max-width: 730px;
  }
  .tabs__content-preview {
    order: 1;
    margin: 140px 0 65px;
  }
  .tabs__column-img {
    order: 1;
    margin-top: 7px;
    margin-bottom: 40px;
  }
  .tabs__column-list {
    order: 2;
    max-width: 730px;
  }
  .tabs__column-list .list__item {
    margin-bottom: 25px;
  }
  .projects__navigation .swiper-button-next,
  .projects__navigation .swiper-button-prev {
    display: none;
  }
  .projects__tabs .tabs__content {
    padding: 0;
  }
  .stages__wrapper::after {
    background-size: 1200px 1200px;
    top: 650px;
    right: -400px;
    left: auto;
  }
  .houses__tabs {
    grid-column-gap: 30px;
  }
  .footer__wrapper {
    display: grid;
    grid-template-columns: 220px 1fr 1fr 238px;
  }
}
@media screen and (max-width: 1130px) {
  .offer__wrapper {
    padding: 50px 33px;
  }
  .offer__form {
    flex-direction: column;
  }
  .offer__form-input {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .contactmap__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .contactmap__map {
    margin-top: 35px;
    min-width: 100%;
    height: 388px;
  }
  .houses {
    padding-bottom: 70px;
  }
  .houses__tabs {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-column-gap: 0;
  }
  .houses__tabs .tabs__btn {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .houses__gallery {
    margin: 18px auto 0;
    width: 730px;
  }
  .houses__gallery-wrapper {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .houses__gallery .swiper-pagination-bullet {
    font-size: 22px;
    transition: all 0.1s linear;
  }
  .houses__gallery .swiper-pagination-bullet-active {
    font-size: 26px;
  }
  .houses__content {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 40px auto 0;
    max-width: 730px;
  }
  .houses__content-text {
    margin-bottom: 35px;
  }
  .houses__content-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  .houses__active {
    grid-column: 1/2;
    grid-row: 4/5;
    margin: 0 auto;
    width: 730px;
  }
  .footer__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    color: #cfcfcf;
  }
  .footer__logo {
    grid-column: 1/3;
    grid-row: 1/2;
    margin: 30px auto 55px;
    width: 180px;
  }
  .footer__menu {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .footer__info {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .footer__pay {
    grid-column: 2/3;
    grid-row: 3/4;
    margin-top: 25px;
    margin-left: 0;
  }
  .footer__pay-item {
    left: 0;
    position: relative;
  }
  .footer__phone {
    grid-column: 1/3;
    grid-row: 4/5;
    margin-top: 35px;
    text-align: center;
  }
  .footer__phone-btn {
    margin: 0 auto;
  }
  .footer__bottom {
    padding: 40px 0;
  }
  .footer__bottom-offer {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1023px) and (min-height: 890px) and (orientation: landscape) {
  __content {
    height: calc(100vh - 130px - 58px);
  }
}
@media screen and (max-width: 1023px) {
  .header__mobile-phone {
    display: flex;
  }
  .header__menu,
  .header__phone {
    display: none;
  }
  .header__location {
    margin-right: 45px;
  }
  .header__email {
    margin-right: 127px;
  }
  .burger {
    display: flex;
  }
  .header__content-title {
    font-size: 50px;
    line-height: 62px;
    max-width: 700px;
    margin-bottom: 40px;
  }
  .header__content-subtitle {
    font-size: 26px;
    line-height: 32px;
    max-width: 450px;
    margin-bottom: 62px;
  }
  .header__content {
    padding-top: 58px;
  }
  .contactmap,
  .projects,
  .services,
  .stages,
  .technologies__wrapper {
    padding-top: 20px;
  }
  .logo {
    width: 92px;
  }
  .house {
    height: 530px;
  }
  .services {
    margin-top: 92px;
  }
  .services__house {
    width: 800px;
  }
  .technologies__wrapper::after {
    top: 0;
    left: -650px;
  }
  .stages__wrapper::after {
    top: 750px;
  }
}
@media screen and (max-width: 939px) {
  .projects__tabs .tabs__btn {
    padding: 0;
  }
  .projects__slider {
    width: calc(100% + 15px);
  }
  .projects__slide:last-child .projects__slide-img,
  .projects__slide:last-child .projects__slide-text,
  .projects__slide:last-child .projects__slide-title {
    margin-right: 10px;
  }
  .stages__wrapper::after {
    top: 1000px;
  }
}
@media screen and (max-width: 886px) {
  .offer__wrapper {
    padding: 50px 27px;
  }
  .offer__description {
    width: 685px;
  }
}
@media screen and (max-width: 840px) {
  .services__house {
    width: 650px;
  }
  .house {
    height: 430px;
  }
  .header__email {
    margin-right: 90px;
  }
}
@media screen and (max-width: 780px) {
  .houses__active,
  .houses__gallery {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header {
    min-height: 100%;
  }
  .title-h3 {
    font-size: 40px;
  }
  .services {
    margin-top: 70px;
    padding: 20px 0 70px;
  }
  .services__items {
    grid-template-columns: 1fr;
    grid-template-rows: 31px 1fr 31px 0;
    grid-column-gap: 0;
    grid-row-gap: 15px;
    width: 100%;
    margin-bottom: 0;
  }
  .services__item-title {
    font-size: 26px;
    height: 35px;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .services__item-svg {
    display: block;
    transition: all 0.3s linear;
  }
  .services__item-svg circle,
  .services__item-svg path {
    stroke: #fff;
  }
  .services__item-svg.active {
    transform: rotate(180deg);
  }
  .services__item-svg.active circle,
  .services__item-svg.active path {
    stroke: #f8b982;
  }
  .services__list {
    margin-bottom: 20px;
  }
  .services__list-item:first-child {
    margin-top: 20px;
  }
  .services__info {
    width: 100%;
  }
  .house {
    position: relative;
    max-width: 720px;
  }
  #services__item-one {
    grid-row: 1/2;
  }
  #services__item-two {
    grid-row: 3/4;
  }
  #services__list-one {
    display: none;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #services__list-one.active {
    display: block;
  }
  #services__list-two {
    display: none;
    grid-column: 1/2;
    grid-row: 4/5;
  }
  #services__list-two.active {
    display: block;
  }
  .technologies__wrapper {
    padding-bottom: 70px;
  }
  .projects {
    padding-bottom: 110px;
  }
  .stages {
    padding-top: 20px;
  }
  .offer__title {
    font-size: 40px;
    line-height: 50px;
    width: auto;
  }
  .offer__description {
    font-size: 24px;
    line-height: 29px;
    width: auto;
  }
  .modal__wrapper {
    width: 320px;
    padding: 72px 15px 35px;
  }
  .modal__close {
    width: 15px;
    height: 15px;
    top: 17px;
    right: 17px;
  }
  .modal__title {
    font-size: 18px;
    line-height: 22px;
    width: 290px;
    margin-bottom: 28px;
    font-family: Gilroy-Regular, sans-serif;
  }
  .modal__form {
    width: 250px;
  }
  .modal__form-input {
    height: 60px;
    padding: 20px;
    font-size: 18px;
  }
  .modal__form-input::placeholder {
    font-size: 18px;
  }
  .modal__form-input:first-child {
    margin-bottom: 12px;
  }
  .modal__form-agreement {
    margin-top: 21px;
    margin-bottom: 36px;
  }
  .modal__form-text {
    font-size: 9px;
    line-height: 11px;
  }
  .modal__form-btn {
    font-size: 18px;
    height: 60px;
    padding: 21px 50px;
  }
  .modal__form-btn .btn__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .header__email,
  .header__location {
    display: none;
  }
  .mobile__email,
  .mobile__location {
    display: flex;
  }
  .services__house {
    width: 500px;
  }
  .house {
    height: 350px;
  }
  .mobile__email svg,
  .mobile__location svg {
    width: 20px;
    height: 20px;
  }
  .mobile__phone {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 660px) {
  .footer__top,
  .services {
    padding-bottom: 45px;
  }
  .header__top {
    height: 90px;
  }
  .header__content {
    height: 100%;
  }
  .header__content-title {
    font-size: 28px;
    line-height: 34px;
    max-width: 290px;
    margin-bottom: 23px;
  }
  .header__content-subtitle {
    font-size: 16px;
    line-height: 19px;
    max-width: 290px;
    margin-bottom: 28px;
  }
  .logo {
    width: 57px;
  }
  .list__item::before,
  .services__list-item::before {
    top: 2px;
    width: 10px;
    height: 10px;
  }
  .title-h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .services__item-title {
    font-size: 20px;
  }
  .list__item,
  .services__info-text,
  .services__list-item {
    font-size: 14px;
    line-height: 17px;
  }
  .services__list-item {
    padding-left: 20px;
    color: #cfcfcf;
  }
  .services__list-item:not(:last-child) {
    margin-bottom: 11px;
  }
  .services__info-text {
    color: #cfcfcf;
    padding-left: 64px;
  }
  .services__info-text::before {
    width: 50px;
    top: 7px;
  }
  .services__info-text:not(:last-child) {
    margin-bottom: 18px;
  }
  .list__item-title {
    font-size: 18px;
    margin-bottom: 6px;
    padding-left: 30px;
  }
  .list__item-title::before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    top: -2px;
  }
  .list__item-text {
    font-size: 14px;
    line-height: 17px;
    padding-left: 30px;
  }
  .list__item:not(:last-child) {
    margin-bottom: 11px;
  }
  .tabs__btn-item {
    font-size: 14px;
    padding: 12px 16px;
  }
  .tabs__btn-item:not(:last-child) {
    margin-right: 10px;
  }
  .tabs__content-preview {
    transform: scale(0.8);
    margin: 30px 0 0;
  }
  .tabs__column-img {
    transform: scale(0.8);
    margin-top: 0;
    margin-bottom: 20px;
  }
  .tabs__column .list__item {
    margin-bottom: 11px;
  }
  .btn {
    padding: 19px 42px;
  }
  .btn__text {
    font-size: 18px;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
  }
  .swiper-pagination-bullet-active::before {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
  }
  .projects__tabs {
    margin-top: 40px;
  }
  .projects__scroll-wrapper {
    width: 290px;
  }
  .projects__scroll span:first-child {
    font-size: 20px;
    margin-right: 8px;
    width: 27px;
  }
  .projects__scroll span:last-child {
    font-size: 20px;
    margin-left: 8px;
    width: 27px;
  }
  .projects__slide-img {
    height: 174px;
  }
  .projects__slide-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .projects__slide-text {
    font-size: 14px;
    line-height: 17px;
  }
  .stages__wrapper::after {
    display: none;
  }
  .stages__items {
    grid-template-columns: 1fr;
    grid-row-gap: 35px;
  }
  .stages__item {
    grid-template-columns: 1fr 18px;
    grid-template-rows: 55px auto 1fr;
  }
  .stages__item-number {
    grid-column: 1/3;
    grid-row: 1/2;
    font-size: 50px;
  }
  .stages__item-line {
    grid-column: 2/3;
    grid-row: 2/4;
  }
  .stages__item-line::before {
    top: 23px;
    width: 1px;
    height: calc(100% + 40px + 55px);
    left: 8px;
  }
  .stages__item-line::after {
    top: 15px;
    width: 18px;
    height: 18px;
  }
  .stages__item-title {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 20px 6px 0;
  }
  .stages__item-description {
    grid-column: 1/2;
    grid-row: 3/4;
    font-size: 14px;
    line-height: 17px;
    padding-right: 26px;
  }
  .stages__item:first-child .stages__item-line::before {
    left: 8px;
    width: 1px;
  }
  .offer {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .offer .container {
    padding: 0;
  }
  .offer__wrapper {
    padding: 35px 15px;
  }
  .offer__title {
    font-size: 30px;
    line-height: 37px;
    width: 270px;
    margin-bottom: 16px;
  }
  .offer__description {
    font-size: 18px;
    line-height: 22px;
    width: 275px;
  }
  .offer__form-btn,
  .offer__form-input {
    width: 250px;
    height: 60px;
  }
  .offer__form-input {
    font-size: 18px;
    padding: 19px 25px;
    margin-bottom: 12px;
  }
  .offer__form-input::placeholder {
    font-size: 18px;
  }
  .houses__tabs {
    grid-template-columns: minmax(270px, 630px);
  }
  .houses__content {
    margin-top: 87px;
  }
  .houses__content-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .houses__content-text {
    margin-bottom: 25px;
  }
  .houses__content-text p {
    font-size: 14px;
    line-height: 17px;
  }
  .houses__content-text p:not(:last-child) {
    margin-bottom: 8px;
  }
  .houses__active {
    text-align: center;
  }
  .houses__active .btn {
    width: 230px;
    height: 60px;
    padding: 20px 43px;
  }
  .houses__gallery {
    width: calc(100% + 15px);
    height: 350px;
  }
  .houses__gallery-wrapper {
    position: relative;
  }
  .houses__gallery-item {
    padding-right: 0;
  }
  .houses__gallery-navigation {
    display: none;
  }
  .houses__gallery-slide:last-child img {
    margin-right: 10px;
  }
  .houses__scroll {
    position: absolute;
    bottom: -57px;
    left: 0;
    height: 29px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .houses__scroll-wrapper {
    width: 290px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .houses__scroll .swiper-scrollbar {
    height: 3px;
    background-color: #fff;
    width: 100%;
  }
  .houses__scroll .swiper-scrollbar-drag {
    background-color: #f8b982;
    cursor: pointer;
  }
  .houses__scroll span:first-child {
    font-size: 20px;
    color: #f8b982;
    font-family: Gilroy-Bold, sans-serif;
    margin-right: 8px;
    width: 27px;
  }
  .houses__scroll span:last-child {
    font-size: 20px;
    color: #9c9595;
    margin-left: 8px;
    width: 27px;
  }
  .contactmap {
    padding-bottom: 120px;
  }
  .contactmap__info {
    width: 100%;
  }
  .contactmap__title {
    text-align: center;
  }
  .contactmap__description {
    font-size: 18px;
    line-height: 21px;
    width: 240px;
    text-align: center;
    margin: 0 auto 25px;
  }
  .contactmap__contact-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .contactmap__contact-icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .contactmap__contact-text {
    font-size: 14px;
  }
  .contactmap__social-item {
    width: 22px;
  }
  .contactmap__map {
    height: 300px;
  }
  .footer__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
  }
  .footer__logo {
    width: 100px;
    margin: 20px auto 40px;
  }
  .footer__menu {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0 auto;
    text-align: center;
  }
  .footer__menu-link {
    font-size: 18px;
  }
  .footer__menu-link:not(:last-child) {
    margin-bottom: 18px;
  }
  .footer__phone {
    grid-column: 1/3;
    grid-row: 4/5;
  }
  .footer__phone-number {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .footer__phone-btn {
    width: 230px;
    height: 60px;
    padding: 18px 36px;
  }
  .footer__phone-btn span {
    font-family: Gilroy-Medium, sans-serif;
  }
  .footer__info {
    grid-column: 1/2;
    grid-row: 4/5;
    margin: 35px auto 0;
    text-align: center;
  }
  .footer__info-item {
    font-size: 16px;
  }
  .footer__info-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__pay {
    grid-column: 1/2;
    grid-row: 5/6;
    margin: 35px auto 0;
    width: 106px;
  }
  .footer__bottom {
    padding: 20px 0 42px;
  }
  .footer__bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    font-size: 10px;
  }
  .mobile__item,
  .mobile__phone-text {
    font-size: 18px;
  }
  .footer__bottom-left {
    margin-bottom: 18px;
  }
  .mobile__item:not(:last-child),
  .mobile__location,
  .mobile__phone {
    margin-bottom: 24px;
  }
  .footer__bottom-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .footer__bottom-offer {
    margin-right: 0;
  }
  .burger {
    top: 30px;
  }
  .mobile {
    width: 100%;
  }
  .mobile__wrapper {
    padding-top: 88px;
  }
  .mobile__items {
    padding: 0 0 35px 20px;
  }
  .mobile__email,
  .mobile__location,
  .mobile__phone {
    padding-left: 20px;
  }
  .mobile__phone-wrapper svg {
    width: 19px;
    margin-right: 5px;
  }
  .mobile__email svg,
  .mobile__location svg {
    width: 15px;
    height: 15px;
    margin-right: 9px;
  }
  .mobile__phone-backcall {
    font-size: 14px;
    color: #bcbaba;
  }
  .mobile__email-text,
  .mobile__location-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 579px) {
  .services__house {
    width: 350px;
  }
  .house {
    height: 250px;
  }
  .houses__gallery {
    height: 300px;
  }
}
@media screen and (max-width: 520px) {
  .marker__one-hover {
    left: -175px;
  }
  .marker__three-hover {
    left: 0;
  }
  .marker__four-hover {
    left: -158px;
  }
  .tabs__content {
    margin-top: 0;
  }
  .tabs__content-preview {
    transform: scale(0.65);
  }
}
@media screen and (max-width: 479px) {
  .contactmap__map {
    height: 156px;
  }
  .houses__gallery {
    height: 250px;
  }
}
@media screen and (max-width: 410px) {
  .houses__gallery {
    height: 200px;
  }
}
@media (max-width: 376px) {
  .services__house {
    width: 300px;
    margin-top: 25px;
  }
  .houses__gallery {
    height: 178px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 660px) and (orientation: portrait) {
  .header__content {
    padding-top: 150px;
    height: calc(100vh - 130px - 150px);
  }
}
.projects__slide-info {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  font-size: 18px;
  line-height: 22px;
  color: #cfcfcf;
}
.projects__slide-btn {
  display: flex;
  justify-content: flex-end;
  text-decoration: underline;
}
.projects__slide-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

/* Первый ряд */
.projects__slide-grid .projects__slide-img:nth-child(1) {
  grid-column: 1 / span 2; /* Занимает 1-2 колонки */
}
.projects__slide-grid .projects__slide-img:nth-child(2) {
  grid-column: 3 / span 2; /* Занимает 3-4 колонки */
}
.projects__slide-grid .projects__slide-img:nth-child(3) {
  grid-column: 5 / span 2; /* Занимает 5-6 колонки */
}

/* Второй ряд */
.projects__slide-grid .projects__slide-img:nth-child(4) {
  grid-column: 1 / span 3; /* Занимает первые три колонки */
}
.projects__slide-grid .projects__slide-img:nth-child(5) {
  grid-column: 4 / span 3; /* Занимает последние три колонки */
}

.projects__slide-img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

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