

/* 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/house.css?17557694355974*/
.house {
  position: relative;
}

.house-container h2 {
  margin-bottom: 20px;
  padding-top: 30px;
}

.house-back {
  font-family: 'M PLUS 1p Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #41474B;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-left: 38px;
  margin-bottom: 20px;
}

.house-back--link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #41474B;
}

.house-back--img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.similar-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding-bottom: 78px;
  border-bottom: 1px solid #D2DDE5;
}

.house-content {
  display: flex;
  width: 100%;
  padding-bottom: 60px;
}

.houseSwiper {
  height: 100%;
}

.swiper-slide.house-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide.house-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.house-content--slider {
  height: 550px;
}

.house-content--slider-and-info {
  display: flex;
  flex-wrap: wrap;
}

.house-content--slider {
  position: relative;
  width: 70%;
  z-index: 1;
}

.house-content--info {
  flex: 1 1 35%;
  width: 30%;
}

.house-content--info {
  padding: 30px 69px;
  background-color: #DBE3E9;
}

.similar-link {
  text-decoration: none;
  transition: all .2s ease;
}

.similar-link:hover {
  transform: scale(1.05);
}

.similar-container--item {
  width: 100%;
}

.similar-container--item-pic {
  max-width: 100%;
  height: 185px;
}

.similar-container--item-img {
  object-fit: cover;
  max-width: 100%;
  min-height: 100%;
width: 100%;
  height: 100%;
}

.similar-container--item-block {
  font-family: 'M PLUS 1p Regular';
  color: #41474B;
  font-size: 21px;
  line-height: 29px;
  padding: 12px;
  background-color: #DBE3E9;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.similar-container--item-block--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.house-content--place,
.house-content--price {
  font-family: 'M PLUS 1p Regular';
  font-weight: 400;
  font-size: 23px;
  line-height: 33px;
  color: #41474B;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #41474B;
}

.house-btn-block {
  margin-top: 60px;
}

.house-btn-white,
.house-btn-grey {
  font-family: 'Zen Kaku Gothic Antique Medium';
  display: block;
  text-align: center;
  font-size: 19px;
  line-height: 29px;
  border-radius: 3px;
  padding: 5px 0 7px 0;
  width: 200px;
  margin-top: 12px;
  text-decoration: none;
}

.house-btn-white {
  background-color: transparent;
  color: #41474B;
  border: 1px solid #41474B;
}

.house-btn-white:active {
  background-color: #41474B;
  color: #BCC7CF;
}

.house-btn-grey {
  background-color: #41474B;
  color: #BCC7CF;
  border: none;
}

.house-btn-grey:active {
  background-color: transparent;
  color: #41474B;
}

.nav-titles {
  display: flex;
  gap: 30px;
  margin-left: 37px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 2;
}

.nav-title {
  font-family: 'M PLUS 1p Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #6A7278;
  cursor: pointer;
  padding: 0;
  transition: 0.3s;
  border-top: 2px solid transparent;
}

.nav-title.active {
  border-color: #6A7278;
  color: #41474B;
}

.swiper-button-next,
.swiper-button-prev {
  color: #4AB7AB !important;
}

.catalog-page--item-info--block {
  margin-top: 10px;
}





.swiper-container {
  position: relative;
  height: 500px;
}

.main-swiper {
  height: 80%;
}

.thumbs-swiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.thumbs-swiper .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}

.thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
}




@media (max-width:1200px) {
  .house-content--info {
    padding: 30px 40px;
  }

  .nav-title {
    font-size: 14px;
  }

  .similar-container--item-block {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width:996px) {
  .house.container {
    padding: 0;
  }

  .house-content--page .catalog-page--item-info-text {
    font-size: 16px;
    line-height: 27px;
  }

  .house-content--icon {
    margin-right: 5px;
    width: 22px;
  }

  .house-container h2 {
    margin-left: 40px;
  }

  .house-back {
    display: none;
  }

  .house-content {
    display: block;
  }

  .nav-titles {
    position: relative;
  }

  .house-content--slider {
    width: 100%;
  }

  .house-content--info {
    width: 100%;
  }

  .house-content--place {
    display: none;
  }

  .house-btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 45px;
  }

  .house-content--info-pad {
    display: inline-flex;
    align-items: start;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #6A7278;
  }

  .catalog-page--item-info--block {
    margin-top: 0;
    margin-left: 30px;
  }

  .house-content--price {
    order: 2;
    padding: 0 0 5px 0;
    margin: 0 0 0 auto;
  }

  .similar-container {
    gap: 12px;
  }

  .similar-container--item-pic {
    height: 118px;
  }
}

@media (max-width: 700px) {
  .nav-titles {
    display: none;
  }

  .similar-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .similar-container--item-pic {
    height: 185px;
  }

  .house-btn-block {
    flex-direction: column;
  }

  .house-content--info {
    padding: 30px 10px;
  }


}

@media (max-width: 460px) {

  .similar-container--item-pic {
    height: 300px;
  }

  .similar-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .house-content--price {
    font-size: 15px;
    line-height: 20px;
  }

  .catalog-page--item-info--block {
    margin-left: 15px;
  }

  .swiper-slide.house-slide img {
    object-fit: cover;
  }

  .house-content--slider {
    height: 330px;
  }
}
/* End */


/* Start:/local/templates/istra-2025/css/catalog.css?17557694354759*/
.catalog-page {
  position: relative;

}

.catalog-page--container {
  padding-bottom: 81px;
  border-bottom: 1px solid #D2DDE5;
}

.catalog-page--content {
  display: grid;
  gap: 23px;
  grid-template-columns: repeat(3, 1fr);
}

.catalog-page--content a {
  text-decoration: none;
}

.catalog-page--content-link {
  transition: all .2s ease;
}

.catalog-page--content-link:hover {
  transform: scale(1.05);
}

.catalog-page--item {
  border-radius: 5px;
}

.catalog-page--item-info-down {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.catalog-page__icon-img {
  width: 15px;
  margin-right: 14px;
}

.catalog-page--item-pic,
.catalog-page--item-pic--img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.catalog-page--item-pic {
  max-width: 100%;
  height: 439px;
}

.catalog-page--item-pic--img {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.catalog-page--item-info {
  height: 208px;
  padding: 23px;
  background-color: #DBE3E9;
}

.catalog-page--item-info-up {
  border-bottom: 1px solid #41474B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.catalog-page--item-info-down {
  display: flex;
  align-items: start;
  justify-content: space-between;
}


.catalog-page--item-info-place {
  font-family: 'M PLUS 1p Regular';
  font-weight: 400;
  font-size: 23px;
  line-height: 33px;
  color: #41474B;
  text-decoration: none;
}

.catalog-page--item-info-price {
  font-family: 'M PLUS 1p Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #41474B;
  padding-right: 37px;
  text-decoration: none;
}

.catalog-page--item-info-text {
  font-family: 'M PLUS 1p Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #41474B;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.swiper-container-mobile {
  position: relative;
  max-width: 100%;
  height: 439px;
  border-radius: 3px;
}


.house-btn-block--mob {
  display: none;
}


@media (max-width:1200px) {
  .catalog-page--item-info-place {
    font-size: 18px;
    line-height: 26px;
  }

  .catalog-page--item-info-price {
    font-size: 18px;
    line-height: 25px;
    padding-right: 5px;
  }

  .catalog-page--item-info-text {
    font-size: 12px;
    line-height: 21px;
  }
}

@media (max-width:996px) {

  .catalog-page.container {
    padding: 0;
  }

  .catalog-page--container {
    padding: 0 20px 81px 20px;
  }

  .catalog-page--content {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-page--item-pic {
    height: 350px;
  }

  .catalog-page--item-info {
    height: 180px;
    padding: 20px;
  }
}

@media (max-width:720px) {
  .catalog-page--content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.catalog-page--item-pic {
  max-width: 100%;
  height: 439px;
  position: relative;
  overflow: hidden;
}

.catalog-page--item-pic--img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 600px) {

  .catalog-page--item-pic {
    height: 300px !important;
    max-width: 95vw;
    margin: 0 auto;
  }

  .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
  }

  .catalog-page--item-pic--img {
    object-position: center center;
  }

  .swiper-container-mobile {
    height: 300px !important;
    max-width: 95vw;
    margin: 0 auto;
  }

  .house-btn-block--mob {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .catalog-page--item-info {
    height: 320px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .catalog-page--item-info-down {
    border-bottom: 1px solid #41474B;
    padding-bottom: 10px;
    margin-bottom: 28px;
  }

}

@media (max-width: 996px) {
  .swiper-container-mobile {
    height: 350px;
  }
}


.swiper-container-mobile {
  width: 100%;
  height: 439px;
  /* Высота для десктопа */
  overflow: hidden;
  border-radius: 3px;
}

.swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.swiper-container-mobile .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  flex-shrink: 0;
}

.image-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.catalog-page--item-pic--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-pagination {
  transform: translate3d(0, -20px, 0) !important;
}

.house-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.house-pagination .swiper-pagination-bullet-active {
  background: #83C3C8;
  opacity: 1;
}
/* End */


/* Start:/local/templates/istra-2025/css/header-grey.css?17557694351050*/
.menu-header {
  border-bottom: 1px solid #41474B !important;
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 34px;
  z-index: 2;
}

.menu-header .header-burger-logo .burger-block .burger .burger-line {
  background-color: #41474B !important;
}

.menu-header .header-burger-logo .burger-block {
  border-right: 1px solid #41474B !important;
}

.header-present--grey {
  border-left: 1px solid #41474B !important;
}

.header-present--text-grey {
  color: #41474B !important;
}

.menu-header-logo__tel-link {
  color: #41474B !important;
}

@media (max-width:1200px) {
  .menu-header-logo__tel-link {
    font-size: 16px;
  }
}

@media (max-width:996px) {
  .menu-header {
    padding: 0 34px;
  }

  .menu-header-logo__tel {
    border-right: 1px solid #41474B;
  }
}

@media (max-width:750px) {
  .menu-header .header-burger-logo .burger-block {
    border-right: 1px solid #fff !important;
  }
}

@media (max-width:600px) {
  .menu-header {
    padding: 0 20px;
  }
}
/* End */
/* /local/templates/istra-2025/css/developer.css?17557694356767 */
/* /local/templates/istra-2025/css/house.css?17557694355974 */
/* /local/templates/istra-2025/css/catalog.css?17557694354759 */
/* /local/templates/istra-2025/css/header-grey.css?17557694351050 */
