

/* Start:/local/templates/istra-2025/css/developer.css?17557694356767*/
/* about  */

.developer-about {
  padding-bottom: 87px;
  position: relative;
}

.developer-crumbs {
  display: flex;
  margin: 35px 0 0 40px;
}

.developer-content--left {
  width: 50%;
}

.developer-content--left img {
  width: 100%;
}

.developer-crumbs--item-link {
  font-family: 'M PLUS 1p Regular';
  text-decoration: none;
  color: #41474B;
  font-size: 18px;
  font-weight: 400;
}

.developer-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 60px;
  margin: 0 40px;
}

.developer-content--right {
  width: 50%;
}

.developer-content--right-text {
  font-family: 'M PLUS 1p Light';
  font-size: 21px;
  line-height: 33px;
  width: 100%;
  color: #6A7278;
}

.developer-content--right-block {
  width: 100%;
}

.developer-content--right-block--pad {
  display: none;
}

.developer-content--right-block--pic {
  width: 100%;
  margin: 80px 0 0 0;
}

.developer-content--right-block--pic-img {
  width: 100%;
}

.developer-content--right-block--text {
  font-family: 'M PLUS 1p Light';
  font-size: 21px;
  line-height: 33px;
  width: 100%;
  color: #6A7278;
  margin: 50px 0 0 0;
}

.developer-content--right-text--item-mob {
  display: none;
  font-family: 'M PLUS 1p Light';
  font-size: 18px;
  line-height: 27px;
  width: 100%;
  color: #6A7278;
  margin: 30px 0 0 0;
}


/* advantage  */


.advantage-titul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advantage-titul h2 {
  max-width: 470px;
}

.advantage-navig {
  display: flex;
  width: 110px;
  align-items: center;
  color: #A5888D;
}

.developer-advantage {
  position: relative;
}

.developer-advantage.container {
  padding-right: 0;
}

.developer-advantage__container {
  padding-bottom: 84px;
  border-bottom: 1px solid #D2DDE5;
}

.advantage-slide {
  width: 432px !important;
  height: 681px !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 60px 25px 50px 50px;
  position: relative;
}


.advantage-slide__titul {
  font-family: 'Zen Kaku Gothic Antique Medium';
  font-weight: 500;
  font-size: 27px;
  line-height: 37px;
  color: #fff;
  text-transform: uppercase;
}

.advantage-slide__text {
  font-family: 'M PLUS 1p Regular';
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  color: #fff;
  position: absolute;
  top: 542px;
}


/* buro */

.buro {
  padding-top: 85px;
}

.buro h2 {
  margin-bottom: 0;
}

.buro-logo {
  margin-left: 36px;
  margin-bottom: 50px;
}

.buro-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 96px;
  padding-bottom: 90px;
  border-bottom: 1px solid #D2DDE5;
}

.buro-container--left,
.buro-container--rught {
  max-width: 50%;
}

.buro-container--pic {
  width: 100%;
}

.buro-container--award {
  margin: 50px 0 100px 0;

}

.buro-container--award-pad {
  display: none;
  margin: 70px 0 98px 0;
}

.buro-container--text {
  font-family: 'M PLUS 1p Light';
  font-size: 21px;
  line-height: 33px;
  width: 100%;
  color: #6A7278;
}

.buro-container--text-pad {
  display: none;
  margin-top: 110px;
  font-family: 'M PLUS 1p Light';
  font-size: 18px;
  line-height: 27px;
  width: 100%;
  color: #6A7278;
}

.buro-container--award-mob {
  display: none;
}

@media (max-width:1100px) {
  .buro-container--text-pad {
    display: block;
  }

  .buro-container--text {
    font-size: 18px;
    line-height: 27px;
  }

  .buro-container--text:nth-child(2) {
    display: none;
  }

  .buro-container--award {
    display: none;

  }

  .buro-container--award-pad {
    display: block;
  }
}

@media (max-width: 996px) {

  .developer-about.container {
    padding: 0;
  }

  .developer-container {
    padding: 0 40px;
  }

  .advantage-navig {
    display: none;
  }

  .developer-container .developer-crumbs {
    margin-left: 0;
  }

  .developer-content {
    margin: 0;
    gap: 22px;
  }

  .developer-content--right-text--item,
  .developer-content--right-block--text {
    font-size: 18px;
    line-height: 27px;
  }

  .developer-content--right-block {
    display: none;
  }

  .developer-content--right-block--pad {
    display: block;
  }

  .developer-content--right-block--text {
    margin: 30px 0 0 0;
  }

  .developer-content--right-block--pic {
    margin: 40px 0 0 0;
  }

  .advantage-titul h2 {
    max-width: 480px;
  }

  .advantage-slide.swiper-slide {
    width: 219px !important;
    height: 345px !important;
    padding: 30px 10px 30px 25px;
  }

  .advantage-slide__titul {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }

  .advantage-slide__text {
    font-family: 'M PLUS 1p Light';
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
    top: 254px;
    max-width: 290px;
  }

  .buro-logo {
    margin-left: 0;
    margin-bottom: 21px;
  }

  .buro-container {
    gap: 30px;
    padding-bottom: 60px;
  }

}

@media (max-width: 600px) {

  .developer-container {
    padding: 0;
  }

  .developer-about.container {
    padding: 0;
  }

  .developer-container h2,
  .developer-content--right,
  .developer-content--right-text--item-mob {
    padding: 0 20px;
  }

  .developer-container h2 {
    padding: 44px 20px;
  }

  .developer-crumbs {
    display: none;
  }

  .developer-content {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .developer-content--right,
  .developer-content--left {
    width: 100%;
  }

  .developer-content--right-block--pad {
    display: none;
  }

  .developer-content--right-text--item:nth-child(2) {
    display: none;
  }

  .developer-content--right-text--item-mob {
    display: block;
  }

  .advantage-button-prev,
  .advantage-button-next {
    display: none;
  }

  .advantage-navig {
    display: flex;
  }

  .advantage-slide.swiper-slide {
    width: 329px !important;
    height: 477px !important;
    padding: 30px 10px 30px 25px;
  }

  .advantage-titul .advantage-navig {
    position: absolute;
    align-items: center;
    text-align: center;
    justify-content: center;
    top: 630px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }


  .advantage-slide__titul {
    font-size: 21px;
    line-height: 29px;
    text-align: left;
  }

  .advantage-slide__text {
    font-size: 18px;
    line-height: 26px;
    top: 352px;
    text-align: left;
  }

  .aqua-button-prev,
  .aqua-button-next {
    display: none;
  }

  .buro-container,
  .buro-container--award-mob {
    display: block;
  }

  .buro-container--left,
  .buro-container--rught {
    max-width: 100%;
  }

  .buro-container--award-pad,
  .buro-container--pic-mob {
    display: none;
  }

  .buro-container--pic,
  .buro-container--text-pad,
  .buro-container--award-mob {
    margin-top: 30px;
  }
}
/* End */


/* Start:/local/templates/istra-2025/css/construction.css?17557694354692*/
.construction {
  height: 100%;
  width: 100%;
  background-image: url("/local/templates/istra-2025/css/../images/bg-constr.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.construction-container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.construction-container h2 {
  color: #fff;
}

.construction-container .developer-crumbs,
.construction-container .developer-crumbs .developer-crumbs--item .developer-crumbs--item-link {
  color: #fff;
}

.date-container {
  display: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.date-container[data-target] {
  display: block;
  opacity: 1;
}

.date-block__link img {
  object-fit: cover !important;
}

.date-tab {
  display: flex;
  margin-left: 36px;
  position: absolute;
  top: 90%;
}

.date-tab--item {
  font-family: 'M PLUS 1p Regular';
  cursor: pointer;
  font-size: 33px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  opacity: .7;
  padding-bottom: 3px;
  margin-right: 45px;
}

.date-tab--item-active {
  opacity: 1;
  border-bottom: 2px solid #fff;
}

.date-container {
  padding-bottom: 100px;
  border-bottom: 1px solid #D2DDE5;
}

.date-block {
  display: flex;
  justify-content: space-between;
  padding-top: 110px;
  position: relative;
}

.date-block:not(:last-child) {
  border-left: 2px solid #A5888D;
}

.date-block:last-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 120px;
  width: 2px;
  background-color: #A5888D;
}

.date-block--info {
  width: calc(40%);
  padding-left: 43px;
  position: relative;
}

.date-block--pic {
  width: calc(60%);
  height: 495px;
  position: relative;
}

.date-block--pic-img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.date-block--info-titul {
  font-family: 'M PLUS 1p Regular';
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: #41474B;
  border-bottom: 1px solid #4AB7AB;
  width: fit-content;
  padding: 5px 0;
  margin-bottom: 15px;
}

.date-block--info-text {
  font-family: 'M PLUS 1p Light';
  font-size: 21px;
  line-height: 33px;
  font-weight: 300;
  max-width: 287px;
  color: #41474B;
}

.date-block--info-ball {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 25px solid #A5888D;
  top: 0;
  left: -25px;
}


/* Слайдер */
.swiper-container {
  position: relative;
}

.swiper {
  width: 100%;
  height: 495px !important;
}

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

/* Миниатюры */
.swiper-thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 15px 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
  background: transparent;
}

.swiper-thumb {
  width: 70px;
  height: 50px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 3px;
  transition: border-color 0.3s ease;
}

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

.swiper-thumb.active {
  border-color: #A5888D;
}

/* Стрелки */
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  background: transparent;
  min-width: 28px;
  max-height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}


@media (max-width: 996px) {

  .construction-container.container {
    padding: 0;
  }

  .construction-container h2 {
    padding-left: 43px;
  }

  .date-block {
    display: block;
  }

  .date-block--info-text {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
  }

  .date-block--info {
    width: calc(100%);
  }

  .date-block--pic {
    width: calc(100%);
    height: 450px;
    padding-left: 43px;
  }

  .swiper-thumbs {
    gap: 8px;
    bottom: 10px;
  }

  .swiper-thumb {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
  }

  .swiper-thumb.active {
    background: #fff;
    border-color: transparent;
  }

  .swiper-thumb img {
    display: none;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .swiper-3-next,
  .swiper-3-prev,
  .swiper-2-next,
  .swiper-2-prev,
  .swiper-1-next,
  .swiper-1-prev {
    display: none !important;
  }
}

@media (max-width:720px) {

  .swiper-button-next,
  .swiper-button-prev,
  .date-block--info-ball {
    display: none !important;
  }

  .date-block:not(:last-child) {
    border-left: none;
  }

  .date-block--info,
  .date-block--pic {
    padding-left: 0;
  }

  .date-block--pic {
    height: 378px;
  }

  .swiper {
    height: 378px !important;
  }

  .date-block:last-child::before {
    display: none;
  }

}
/* End */
/* /local/templates/istra-2025/css/developer.css?17557694356767 */
/* /local/templates/istra-2025/css/construction.css?17557694354692 */
