
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body, html {
  overflow-x: hidden;
}
body {
    font-family: "Mulish", sans-serif;
    line-height: 1.6;
    background-color: #eff3f7;
    color: #000233;
    font-weight: normal;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.header {
	background-color: #fff;
	padding: .5rem 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo img {
  max-width: 100px; 
}

.header__slogan {
  display: flex;
  justify-content: center;
  flex: 1;
  font-size: 1.25rem;
  font-weight: normal;
  white-space: nowrap;
}

.header__slogan--blue {
  color: #89BBF8; 
}

.header__slogan--red {
  color: #E86062; 
}

.header__nav {
  display: flex;
  gap: 20px;
}

.header__link {
  font-size: 1rem;
  color: #89BBF8;
  text-decoration: none;
}

.header__link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {


  .header {
    position: relative;

  }


  .header__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .header__slogan {
    margin: 0;
  }

  .header__nav {
    display: none;
  }
  .header__slogan {
    justify-content: end;

  }



}










.promo__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #f0f4f8;
}



.promo__content {
    max-width: 50%;
}

.promo__title {
    font-size: 2.25rem;
    font-weight: 500;
    color: #000233;
}

.promo__red {
    color: #E86062; 
}
.promo__blue {
    color: #89BBF8; 
}


.promo__image {
    max-width: 50%;
}

.promo__img {
    width: 100%;
    height: auto;
    border-radius: 0 0 0 2rem; 
}


@media (max-width: 768px) {

  .promo__container {
    flex-direction: column-reverse;
  }
  .promo__content {
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
  }
  .promo__image {
    max-width: 100%;
    width: 100%;
  }
  .promo__img {
    width: 100%;
    height: 150px;
    border-radius: 0;
    object-fit: cover;
  }

  .promo__title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000233;
    text-align: center;
  }


  }









  .complexes {
    text-align: center;
    background-color: #f0f4f8;
    padding-bottom: 2rem;
  }

.complexes__title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.complexes__red {
    color: #E86062; 
}



.complexes__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    gap: 1rem;
    margin: 0;
}

.complex-card {
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .complexes__grid {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (min-width: 1024px) {
    .complexes__grid {
        grid-template-columns: repeat(3, 1fr); 
    }
}







.complexes__grid2 {
	margin-top: 1rem;
}

.complexes__grid2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr); 
  gap: 1rem;
}



@media (min-width: 768px) {
  .complexes__grid2{
      grid-template-columns: repeat(2, 1fr); 
  }
}

@media (min-width: 1024px) {
  .complexes__grid2{
      grid-template-columns: repeat(3, 1fr); 
  }
}










.complex-card {
	background-color: #fff;
	border-radius: 1.563rem;
	 
	text-align: left;
}
.complex-card__image {
	width: 100%;
	height: auto;
	border-top-left-radius: 1.563rem;
	margin: 0;
	border-top-right-radius: 1.563rem;
}

.complex-card__info {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: .25rem;
}

.complex-card__metro {
	display: flex;
	gap: .5rem;
}



.complex-card__name {
    font-size: 1.25rem;
    font-weight: 500;
}

.complex-card__price {
	font-size: 1.5rem;
	color: #89BBF8;
	font-weight: 600;
}
.complex-card__gray {
	color: #999AAA;
    font-size: 1rem;
    font-weight: 400;
}


.button-load-more {
	display: flex;
	align-items: center;
	padding: 0.875rem 1.25rem;
	background-color: #fff;
	border: none;
	border-radius: 1.563rem;
	 
	cursor: pointer;
	transition: box-shadow 0.3s ease;
	margin: 0px auto;
	margin-top: 2rem;
}


.button-load-more__text {
	margin-right: 0.5rem;
	color: #999AAA;
    font-size: 1rem;

}

.button-load-more__icon {
    display: flex;
    align-items: center;
    justify-content: center;
  
}





















.special {
	background-color: #fff;
	padding: 2rem 0;
}
.special__container {
	text-align: center;
}



/* Общие стили для слайдера */
.slick-slider {
  width: 100%;
  max-width: 100%;
}

.slick-slide {
  margin-right: 1rem;
  border-radius: 1.563rem;

}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}


.slick-dots {
	background-color: #EFF3F7;
	display: flex !important;
	width: fit-content  !important; 
	margin: 0px auto  !important;
	justify-content: center  !important;
	align-items: center  !important;
	text-align: center  !important;
	position: relative  !important;
	border-radius: 1.563rem  !important;
	padding: 1rem 4rem  !important;
	bottom: auto  !important;
}
.slick-dots li.slick-active button::before {
	opacity: 1  !important;
	color: #89BBF8  !important;

}

.slick-dots li button::before {
	font-family: slick  !important;
	line-height: 20px  !important;
	position: absolute  !important;
	top: 0  !important; 
	left: 0  !important;
	width: 20px; 
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: #999AAA  !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* Настройка кнопок */

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}





.slick-controls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}



.slick-prev img, .slick-next img {
  width: 2rem; 
  height: 2rem;
}
.slick-arrow::before {
	display: none;
}

/* Общие стили для контейнера слайда */
.slide__container {
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Слайд с изображением */
.slide-with-image .slide__content {
	flex: 1;
	padding: 1.5rem;
	border-top-left-radius: 1.563rem;
	border-bottom-left-radius: 1.563rem;
	width: 270px;
	height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.slide-with-image .slide__image-container {
  flex: 1;
}

.slide__image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-top-right-radius: 1.563rem;
  border-bottom-right-radius: 1.563rem;
}

.slide-with-image  .slide__title {
	color: #000233;
}

.slide-with-image  .slide__description{
	color: #000233;
}



/* Слайд без изображения */



.slide-no-image .slide__container {
  justify-content: center;

}

.slide-no-image .slide__content {
  width: 270px;
  padding: 1.5rem;
  height: 270px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

/* Общие стили для текста и контента */
.slide__title-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.slide__title {
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
}

.slide__badge {
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	background-color: #fff;
	border-radius: 1.563rem;
	color: #999AAA;
	width: fit-content;
}
.slide__description {
	font-size: 0.875rem;
	text-align: left;
	color: #fff;
}


#slick-slide02 .slide__title {
	color: #000233;
}
#slick-slide02 .slide__description {
	color: #000233;
}
#slick-slide03 .slide__title {
	color: #000233;
}
#slick-slide03 .slide__description {
	color: #000233;
}











@media (max-width: 768px) {

  .slide__container {
    flex-direction: column;
  }

  .slide__image {
    border-radius: 1.563rem;
    display: none !important;
  }
  .slide-with-image .slide__content {
    flex: auto;
    border-radius: 1.563rem;

  }


.slick-next.slick-arrow {
	display: none ;
}

.slick-prev.slick-arrow {
	display: none ;
}


}
























.news {
	background-color: #f0f4f8;
	text-align: center;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.news__title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.news__highlight {
    color: #E86062;
}

.news__container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.news__left-column, .news__right-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.news-card {
	display: flex;
	background-color: #fff;
	border-radius: 1.563rem;
	 
	overflow: hidden;
	text-align: left;
}

 .news-card__image {
	width: 100%;
	object-fit: cover;
	height: 250px;
}
.news__right-column_inner {
	display: flex;
	gap: 1rem;
}
.news-card--without-image {
	height: 350px;
}
.news_dot__image {
	width: 1rem;
	height: 1rem;
}
.news-card__content {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-card__title {
	font-size: 1.25rem;
	line-height: 1.5rem;
}
.news-card__blue {
	color: #89BBF8;
}
.news-card__description {
	display: flex;
	gap: .5rem;
	align-items: flex-start;
}
.news-card__description p {
	padding: 0;
	margin: 0;
}





.news-card__text {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    color: #999AAA;
}

.news-card__footer {
	display: flex;
	justify-content: end;
	gap: .5rem;

}


.news-card__date {
	color: #999AAA;
    font-size: 0.875rem;

}



.news-more {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 1.563rem;
	padding: 0;
	 
}
.news-more a {
	text-decoration: none;
}
.news-more__image-container {
	display: flex;
	flex: 1;
}

.news-more__image {
	width: 100%;
	height: 118px;
	object-fit: cover;
	border-radius: 1.563rem;
}
.news-more__button-container {
	flex: 1;
	display: flex;
	justify-content: center;
}
.news-more__button {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.25rem;
    background-color: #EEF2F6;
    border: none;
    border-radius: 1.563rem;
     
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}



.news-more__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-right: 0.5rem;
}



.news-more__button-text {
	color: #999AAA;
	font-size: 1rem;
	margin-left: 0.5rem;
}





@media (max-width: 768px) {

.news__container {
	flex-direction: column;
}

.news__right-column_inner {
	display: flex;
	gap: 1rem;
	flex-direction: column;
}
.news-card {
	display: flex;
	background-color: #fff;
	border-radius: 1.563rem;
	overflow: hidden;
	text-align: left;
	flex-direction: column;
}

.news-card__content {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
}
.news-card--without-image {
	height: auto;
}

.news-more__image {
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 1.563rem;
}
.news-more {
	flex-direction: column;
	gap: 1rem;
}
.news-more__image-container {
	display: contents;
}

.news-more__button {
	margin-bottom: 1rem;
}

}



























.footer__container {
	position: relative;
	background-color: #89bbf8;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.footer__left-background {
	position: absolute;
	top: -2rem;
	bottom: -2rem;
	left: 0;
	right: 70%;
	background-color: #EFF3F7;
	z-index: 1;

}

.footer__right-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background-color: #89bbf8;
  z-index: -1;
}

.footer__content {
	display: flex;
	max-width: 1200px;
	width: 100%;
	z-index: 1;
	height: 600px;
}

.footer__left, .footer__right {
	width: 50%;
}

.footer__left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 4rem 0;
	border-top-right-radius: 100%;
	background-color: #EFF3F7;
	border-bottom-right-radius: 100%;
}
.footer__right {
	padding: 4rem 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer__logo-container {
display: flex;
justify-content: start;
align-items: center;
gap: 2rem;
}
.footer__logo img {
width: auto;
margin-bottom: 1rem;
}

.footer__description {
font-size: 0.875rem;
margin-bottom: 1rem;
color: #999AAA;
width: 45%;
}

.footer__contacts {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.footer__contact-item {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 1.5625rem;
	padding: 1rem;
	box-shadow: none;
	gap: 1rem;
}

.footer__contact-item a {
	text-decoration: none;
    color: #999AAA;
    font-weight: normal;
    font-size: 0.875rem;


}


.footer__socials {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}


.footer__links {
	display: flex;
	gap: 3rem;
	justify-content: end;
}

.footer__column {
  display: flex;
  flex-direction: column;
}

.footer__column-title {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
}

.footer__link {
	font-size: 0.875rem;
	margin-bottom: .5rem;
	color: #fff;
	text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__bottom {
  padding: 1rem 0;
  margin-top: 1rem;
  position: relative;
}

.footer__bottom-container {
	display: flex;
	justify-content: end;
	align-items: center;
}

.footer__copyright {
  font-size: 0.875rem;
  color: #fff;
}


.footer__line {
	position: absolute;
	top: 0;
	left: -65px;
	right: 0;
	height: 1px;
	background-color: #EFF3F7;
	z-index: -1;
}



@media (max-width: 768px) {

  .footer__left, .footer__right {
    width: 100%;
    border-radius: 0 !important;
    padding: 1rem;
  }


.footer__left-background {
	display: none;
}

.footer__right-background {
	display: none;
}

.footer__container {
	flex-direction: column;
}
.footer__content {
	flex-direction: column;
	height: auto;
}
.footer__contacts {
	flex-direction: column;
}

.footer__description {
	width: 100%;
}

.footer__links {
	flex-direction: column;
	gap: 1rem;
}
.footer__bottom-container {
	justify-content: start;

}

.footer__line {

	left: 0;

}


}

