@charset "UTF-8";
.proekty-v-2__title {
  max-width: 1120px;
  margin: 0;
  font-weight: 500;
  font-size: 60px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #2f2f2f;
}
@media (max-width: 1580px) {
  .proekty-v-2__title {
    max-width: 948px;
  }
}
@media (max-width: 1200px) {
  .proekty-v-2__title {
    max-width: 814px;
    font-size: 44px;
  }
}
@media (max-width: 1020px) {
  .proekty-v-2__title {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .proekty-v-2__title {
    font-size: 38px;
  }
}
.proekty-v-2__title span {
  color: #C79340;
}
.proekty-v-2__description {
  max-width: 1120px;
  margin: 12px 0 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #616161;
}
@media (max-width: 1580px) {
  .proekty-v-2__description {
    max-width: 948px;
  }
}
@media (max-width: 1200px) {
  .proekty-v-2__description {
    max-width: 814px;
    font-size: 20px;
  }
}
@media (max-width: 1020px) {
  .proekty-v-2__description {
    max-width: none;
  }
}
.proekty-v-2__description b {
  font-weight: 600;
}
.proekty-v-2__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px 24px;
  margin: 40px 0 0;
}
@media (max-width: 1580px) {
  .proekty-v-2__cards {
    gap: 30px 20px;
  }
}
.proekty-v-2__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 12px);
          flex: 0 0 calc(50% - 12px);
  background-color: #1c1c20;
}
@media (max-width: 1580px) {
  .proekty-v-2__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 1020px) {
  .proekty-v-2__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.proekty-v-2__card.hidden {
  display: none !important;
}
.proekty-v-2__card-sliders-main {
  position: relative;
  display: grid;
}
.proekty-v-2__card-sliders-main-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.proekty-v-2__card-sliders-main-controls-prev, .proekty-v-2__card-sliders-main-controls-next {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #1c1c20;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: background-color ease-out 0.2s;
  transition: background-color ease-out 0.2s;
  cursor: pointer;
}
.proekty-v-2__card-sliders-main-controls-prev:hover, .proekty-v-2__card-sliders-main-controls-next:hover {
  background-color: #C79340;
}
.proekty-v-2__card-sliders-main-controls-prev::after, .proekty-v-2__card-sliders-main-controls-next::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../images/proekty-v-2/arrow-left.svg) center/cover no-repeat;
}
.proekty-v-2__card-sliders-main-controls-prev {
  left: 0;
}
.proekty-v-2__card-sliders-main-controls-next {
  right: 0;
}
.proekty-v-2__card-sliders-main-controls-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.proekty-v-2__card-sliders-thumbs-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.proekty-v-2__card-sliders-thumbs .swiper-slide {
  position: relative;
}
.proekty-v-2__card-sliders-thumbs .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  border: 4px solid #C79340;
  opacity: 0;
  -webkit-transition: opacity ease-out 0.1s;
  transition: opacity ease-out 0.1s;
}
.proekty-v-2__card-sliders-thumbs .swiper-slide-thumb-active::before {
  opacity: 1;
}
.proekty-v-2__card-sliders-main, .proekty-v-2__card-sliders-thumbs {
  display: grid;
}
.proekty-v-2__card-sliders-main .swiper, .proekty-v-2__card-sliders-thumbs .swiper {
  max-width: 100%;
}
.proekty-v-2__card-content {
  padding: 48px;
}
@media (max-width: 1200px) {
  .proekty-v-2__card-content {
    padding: 30px 24px;
  }
}
.proekty-v-2__card-content-title {
  margin: 0;
  font-weight: 500;
  font-size: 38px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #fff;
}
@media (max-width: 1580px) {
  .proekty-v-2__card-content-title {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .proekty-v-2__card-content-title {
    font-size: 28px;
  }
}
.proekty-v-2__card-content-info {
  margin: 32px 0 0;
}
@media (max-width: 1200px) {
  .proekty-v-2__card-content-info {
    margin-top: 24px;
  }
}
.proekty-v-2__card-content-info-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #87878e;
}
@media (max-width: 1200px) {
  .proekty-v-2__card-content-info-title {
    font-size: 16px;
  }
}
.proekty-v-2__card-content-info-text {
  margin: 3px 0 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #fff;
}
@media (max-width: 1200px) {
  .proekty-v-2__card-content-info-text {
    font-size: 20px;
  }
}
.proekty-v-2__card-content-info-list {
  margin: 12px 0 0;
  padding: 0;
  list-style-type: none;
}
.proekty-v-2__card-content-info-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: -0.01em;
  color: #87878e;
}
.proekty-v-2__card-content-info-list-item::before {
  content: "—";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.proekty-v-2__card-content-details {
  margin: 48px 0 0;
}
@media (max-width: 1200px) {
  .proekty-v-2__card-content-details {
    margin-top: 30px;
  }
}
.proekty-v-2__card-content-details-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #fff;
}
.proekty-v-2__card-content-details-text {
  margin: 12px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #87878e;
}
.proekty-v-2__card-content-details-list {
  margin: 12px 0 0;
  padding: 0;
  list-style-type: none;
}
.proekty-v-2__card-content-details-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: -0.01em;
  color: #87878e;
}
.proekty-v-2__card-content-details-list-item::before {
  content: "—";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.proekty-v-2__card-content-contact {
  margin: 48px 0 0;
}
@media (max-width: 1200px) {
  .proekty-v-2__card-content-contact {
    margin-top: 30px;
  }
}
.proekty-v-2__card-content-contact-button {
  width: 100%;
}
.proekty-v-2__card-content-contact-button:hover {
  color: #C79340;
  border-color: #C79340;
  background-color: #ffffff;
}
.proekty-v-2__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 0;
}
@media (max-width: 1200px) {
  .proekty-v-2__more {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .proekty-v-2__more {
    margin-top: 30px;
  }
}
.proekty-v-2__more-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.proekty-v-2__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
  will-change: background-color;
  pointer-events: none;
}
.proekty-v-2__modal.active {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
}
.proekty-v-2__modal-body {
  position: relative;
  max-height: calc(100dvh - 48px);
  max-width: calc(100dvw - 30px);
  width: 484px;
  padding: 43px 48px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #fafafa;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s;
  will-change: opacity;
}
@media (max-width: 768px) {
  .proekty-v-2__modal-body {
    padding: 36px 24px;
  }
}
.proekty-v-2__modal.active .proekty-v-2__modal-body {
  opacity: 1;
}
.proekty-v-2__modal-content {
  max-height: calc(100dvh - 68px);
  overflow: auto;
}
@media (max-width: 768px) {
  .proekty-v-2__modal-content {
    max-height: calc(100dvh - 88px);
  }
}
.proekty-v-2__modal-title {
  margin: 0 0 13px;
  font-weight: 500;
  font-size: 38px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #1c1c20;
}
@media (max-width: 576px) {
  .proekty-v-2__modal-title {
    margin-bottom: 11px;
    font-size: 32px;
  }
}
.proekty-v-2__modal-description {
  margin: 0 0 45px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #87878e;
}
@media (max-width: 576px) {
  .proekty-v-2__modal-description {
    margin-bottom: 30px;
  }
}
.proekty-v-2__modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 0 0 19px;
}
@media (max-width: 576px) {
  .proekty-v-2__modal-form {
    margin-bottom: 11px;
  }
}
.proekty-v-2__modal-form-submit {
  margin: 24px 0 0;
}
@media (max-width: 576px) {
  .proekty-v-2__modal-form-submit {
    margin: 0;
  }
}
.proekty-v-2__modal-disclaimer {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #b9b9b9;
  -webkit-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}
.proekty-v-2__modal-disclaimer a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #1c1c20;
}
.proekty-v-2__modal-disclaimer a:hover {
  color: #C79340;
}
.proekty-v-2__modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  width: 54px;
  padding: 0;
  border: none;
  background-color: #f5f5f5;
  cursor: pointer;
}
.proekty-v-2__modal-close-button::before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  background: url(../images/proekty-v-2/close.svg) center/cover no-repeat;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}