:root {
  --fancybox-accent-color: #0096FF;
  --fancybox-thumbs-border-radius: 0px;
}
a.on-map {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
}
a.on-map svg {
  margin-right: 10px;
}
.sort-block {
  color: #88919D;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sort-block .sort-button {
  background: none;
  border: 0px;
  color: #0096FF;
  padding: 5px;
}
.sort-block a {
  text-decoration: none;
}
.sort-block .icon-arrow-down {
  color: #88919D;
  margin-left: 5px;
}
/*Блок с иконками в спиках недвижимости.*/
.estate-icons .icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #c2cde4;
  border-radius: 50%;
  background: none;
  border: none;
  padding: 0;
  vertical-align: top;
}
.estate-icons .icon svg {
  width: 30px;
  height: 30px;
}
.estate-icons .icon svg.icon_percent {
  width: 26px;
  height: 26px;
}
.estate-icons .icon svg.icon_map {
  width: 16px;
  height: 20px;
}
.estate-icons .icon svg.icon_remont {
  width: 14px;
  height: 18px;
}
.estate-icons .icon:hover {
  color: #0096FF;
  transition: background 0.3s;
}
.estate-icons .icon.trade_in:hover .icon_trade_in {
  transform: rotate(-180deg);
}
.estate-icons .icon_trade_in {
  transition: transform 0.3s;
}
.card_item .estate-icons {
  display: flex;
}
.card_item .estate-icons .icon {
  width: 26px;
}
@media (max-width: 767px) {
  .card_item .estate-icons .icon {
    width: 20px;
  }
}
/*Элемент списка недвижимости.*/
.estate-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 25px 15px;
  font-weight: 300;
  color: #272727;
  text-decoration: none;
}
@media (max-width: 576px) {
  .estate-item {
    flex-wrap: wrap;
    padding: 25px 15px 20px 15px;
  }
}
.estate-item:hover {
  color: #272727;
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}
.estate-item .estate-item__fav {
  padding: 0 5px;
  text-align: center;
  width: 5%;
}
@media (max-width: 576px) {
  .estate-item .estate-item__fav {
    position: absolute;
    top: 25px;
    right: 20px;
    padding: 0;
    width: 20px;
  }
}
.estate-item .estate-item__img {
  padding: 0 10px;
  width: 100px;
  height: 80px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .estate-item .estate-item__img {
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 576px) {
  .estate-item .estate-item__img {
    width: 75px;
    height: 70px;
    padding: 0 15px 0 0;
  }
}
.estate-item .estate-item__img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
.estate-item .estate-item__img .estate-img__empty {
  background: url('/img/estate_photo_empty.jpg') no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.estate-item .estate-item__img_contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.estate-item .estate-item__price {
  padding: 0 5px;
  width: 210px;
}
.estate-item .estate-item__price.mini {
  width: 160px;
}
@media (max-width: 576px) {
  .estate-item .estate-item__price {
    padding: 0;
    width: calc(100% - 75px);
  }
  .estate-item .estate-item__price.mini {
    width: calc(100% - 75px);
  }
}
.estate-item .estate-price__old {
  font-size: 12px;
  color: #c2cde4;
  text-decoration: line-through;
}
.estate-item .estate-item__info {
  padding: 0 15px;
  font-size: 14px;
  color: #88919D;
  width: 36%;
}
@media (max-width: 1199px) {
  .estate-item .estate-item__info {
    flex: 1 1 auto;
  }
}
.estate-item .estate-item__params {
  padding: 0 5px;
  flex: 1 1 auto;
}
.estate-item .estate-param {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #88919D;
}
@media (max-width: 576px) {
  .estate-item .estate-param {
    margin: 0 0 10px 0;
    font-size: 11px;
  }
}
.estate-item .estate-param.big {
  font-size: 18px;
  font-weight: 400;
  color: #272727;
}
@media (max-width: 1199px) {
  .estate-item .estate-param.big {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .estate-item .estate-param.big {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .estate-item .estate-param.big {
    font-size: 16px;
  }
}
.estate-item .estate-param .black {
  color: #272727;
}
.estate-item .estate-param:last-child {
  margin: 0;
}
.estate-item .estate-params-string {
  font-size: 11px;
  color: #88919D;
}
.estate-item .estate-params-string span::after {
  content: '';
  display: inline-block;
  margin: 0 3px 0 5px;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: #88919D;
  vertical-align: middle;
}
.estate-item .estate-params-string span:last-child::after {
  content: none;
  display: none;
}
.estate-item .estate-item__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  padding: 0 5px;
}
@media (max-width: 1199px) {
  .estate-item .estate-item__icons {
    width: 30px;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .estate-item .estate-item__icons {
    width: 75px;
    padding: 0 15px 0 0;
    margin: 18px 0 0 0;
    flex-direction: row;
  }
}
.estate-item .estate-item__mobile_params {
  width: calc(100% - 75px);
  margin: 18px 0 0 0;
}
@media (min-width: 577px) {
  .estate-item .estate-item__mobile_params {
    display: none;
  }
}
.estate-item .estate-item__mobile_title {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 40px 0 0;
}
@media (min-width: 577px) {
  .estate-item .estate-item__mobile_title {
    display: none;
  }
}
.estate-item .estate-item__map {
  padding: 0 5px;
  text-align: center;
  width: 10%;
}
@media (max-width: 1199px) {
  .estate-item .estate-item__map {
    width: 30px;
  }
}
@media (max-width: 576px) {
  .estate-item .estate-item__map {
    display: none;
  }
}
.estate-item .estate-item__actions {
  width: 10%;
  display: flex;
  justify-content: center;
}
.estate-item.secondary-item .estate-item__mobile_params,
.estate-item.commerce-item .estate-item__mobile_params {
  margin: 8px 0 0 0;
}
@media (max-width: 576px) {
  .estate-item.secondary-item .estate-item__icons,
  .estate-item.commerce-item .estate-item__icons {
    margin: 8px 0 0 0;
  }
}
.estate-item.commerce-item .estate-item__img {
  height: 55px;
}
@media (max-width: 576px) {
  .estate-item.parking-item .estate-item__price {
    flex: 1 1;
  }
  .estate-item.parking-item .estate-item__map {
    display: block;
  }
}
/*Блок с колонками для фильтра и списка недвижимости.*/
.filter_and_list_grid {
  display: flex;
  gap: 0 1.5em;
}
.filter_and_list_grid .filter_col {
  width: 300px;
  flex: 0 0 auto;
}
.filter_and_list_grid .list_col {
  width: 100%;
  flex: 0 1 auto;
}
@media (max-width: 991px) {
  .filter_and_list_grid {
    display: block;
  }
  .filter_and_list_grid .filter_col {
    width: 100%;
  }
  .filter_and_list_grid .list_col {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .filter_and_list_grid .list_col {
    padding: 0 15px;
  }
}
/*Слайдер акций на одно изображение.*/
.load_promotions .promotions_slider {
  margin-right: -15px;
}
.load_promotions .promotions_slider .item {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .load_promotions .news_card .image {
    padding-bottom: 160px;
  }
}
.promotions_slider .slick-prev,
.promotions_slider .slick-next {
  width: 50px;
  height: 50px;
  top: 0;
  z-index: 1;
  transform: none;
}
.promotions_slider .slick-prev::before,
.promotions_slider .slick-next::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffffff;
}
.promotions_slider .slick-prev {
  right: 65px;
  left: auto;
  padding: 0 0 0 18px;
}
.promotions_slider .slick-prev::before {
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.promotions_slider .slick-next {
  right: 15px;
  padding: 0 0 0 10px;
}
.promotions_slider .slick-next::before {
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
/* Фильтр */
.estate-filter {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .estate-filter {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .estate-filter {
    padding: 30px 30px 15px 30px;
    border-radius: 0 0 20px 20px;
  }
}
.estate-filter .filter-reset {
  color: #AAABAC;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 38px;
  text-align: center;
  border: 0px;
  background: none;
  width: 100%;
  display: block;
  text-decoration: none;
}
.estate-filter .filter-send {
  background: #0096FF;
  border-radius: 20px;
  color: #fff;
  border: 0px;
  cursor: pointer;
  font-size: 14px;
  height: 42px;
  line-height: 1;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.estate-filter .filter-send:hover {
  background: #007BFB;
}
.estate-filter .filter-send.filter-send__loading .spinner-box {
  display: flex;
}
.estate-filter .filter-send.filter-send__loading .count-box {
  display: none;
}
.estate-filter .filter-send .count {
  display: inline;
}
.estate-filter .spinner-box {
  align-items: center;
  display: none;
}
.estate-filter .spinner-box .spinner-border {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
/*Кнопки-переключатели в шапке фильтре.*/
.filter-tab {
  display: flex;
  justify-content: space-evenly;
}
.filter-tab a {
  display: inline-block;
  color: #272727;
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 0px;
  line-height: 1;
  position: relative;
}
.filter-tab a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left center;
  pointer-events: none;
  background-color: #0096FF;
}
.filter-tab a.active {
  border-color: #0096FF;
  font-weight: 400;
  color: #0096FF;
}
.filter-tab a.active:after {
  transform: scaleX(1);
}
.filter-tab a:hover {
  color: #0096FF;
}
.btn-estate__add {
  cursor: pointer;
  text-align: center;
  border: 1px solid #0096FF;
  color: #0096FF;
  line-height: 38px;
  width: 100%;
  border-radius: 20px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.estate-view__types {
  color: #88919D;
  font-size: 14px;
  text-align: right;
  font-weight: 300;
}
.estate-view__types > .item {
  cursor: pointer;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  margin: 0px;
  color: #0096FF;
}
.estate-view__types > .item.active {
  background: #0096FF;
  color: #fff;
}
.estate-view__types .svg-icon__list {
  width: 12px;
  height: 10px;
}
.estate-view__types .svg-icon__card {
  width: 12px;
  height: 12px;
}
.estate_map_circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.estate_map_circle svg {
  width: 16px;
  height: 20px;
  color: #c2cde4;
}
.estate_map_circle:hover svg {
  color: #0096FF;
}
.estate-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  align-items: flex-start;
  gap: 0 8px;
}
@media (max-width: 991px) {
  .estate-card {
    display: block;
    margin-bottom: 50px;
  }
}
.estate-card .tabs {
  position: relative;
}
.estate-card .tabs .tab {
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .estate-card .tabs .tab {
    height: 340px;
  }
}
@media (max-width: 360px) {
  .estate-card .tabs .tab {
    height: 300px;
  }
}
.estate-card .estate-control {
  text-align: center;
  margin-bottom: 30px;
}
.estate-card .estate-control button {
  display: inline-block;
  margin: 0 15px;
  background: none;
  padding: 0px 0px 8px 0px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  color: #88919D;
  text-decoration: none;
  border: 0px;
  border-bottom: 2px solid transparent;
}
.estate-card .estate-control button.active {
  border-bottom: 2px solid #0096FF;
  color: #0096FF;
  cursor: default;
}
.estate-card .estate-card__ext {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  border-radius: 20px;
  background: #ffffff;
  padding: 50px 45px 40px 45px;
  max-width: 100%;
  width: calc(100% - 492px);
}
.estate-card .estate-card__ext.standart_sticky {
  position: sticky;
}
@media (max-width: 1399px) {
  .estate-card .estate-card__ext {
    width: calc(100% - 396px);
  }
}
@media (max-width: 991px) {
  .estate-card .estate-card__ext {
    width: 100%;
    position: relative;
    top: 0;
    margin: 0 0 15px 0;
  }
  .estate-card .estate-card__ext.standart_sticky {
    position: relative;
  }
}
@media (max-width: 767px) {
  .estate-card .estate-card__ext {
    padding: 30px 25px;
    overflow: hidden;
  }
}
.estate-card .estate-card__ext img {
  max-width: 100%;
}
.estate-card .estate-card__ext .promo_flag {
  padding: 8px 20px;
  position: absolute;
  top: 155px;
  right: -8px;
  background: #0096FF;
  border-radius: 4px 0 4px 4px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.estate-card .estate-card__ext .promo_flag::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  right: 0;
  border-bottom: 8px solid #7AC6FD;
  border-right: 8px solid transparent;
}
@media (max-width: 767px) {
  .estate-card .estate-card__ext .promo_flag {
    padding: 6px 15px;
    position: absolute;
    top: 140px;
    right: 0;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    line-height: 18px;
  }
  .estate-card .estate-card__ext .promo_flag::after {
    content: none;
    display: none;
  }
}
.estate-card .gallery_container {
  margin: 0;
}
.estate-card .gallery_carousel {
  border-radius: 0;
  height: 470px;
  max-width: none;
}
.estate-card .gallery_carousel .item {
  height: 470px;
}
.estate-card .gallery_carousel img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .estate-card .gallery_carousel {
    height: 400px;
  }
  .estate-card .gallery_carousel .item {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .estate-card .gallery_carousel {
    height: 300px;
  }
  .estate-card .gallery_carousel .item {
    height: 300px;
  }
}
.estate-card .estate-plan__img {
  max-height: 100%;
}
@media (max-width: 576px) {
  .estate-card .estate-plan__img {
    max-height: 80%;
  }
}
.estate-card .estate-window__plan {
  text-align: center;
}
.estate-card .estate-window__plan svg {
  max-width: 100%;
  height: -moz-max-content;
  height: max-content;
  max-height: 390px;
}
.estate-card .estate-floor__plan {
  text-align: center;
}
.estate-card .estate-floor__plan svg {
  max-width: 100%;
  height: -moz-max-content;
  height: max-content;
  max-height: 390px;
}
@media (max-width: 576px) {
  .estate-card .estate-floor__plan svg {
    max-height: 280px;
  }
}
@media (max-width: 360px) {
  .estate-card .estate-floor__plan svg {
    height: 240px;
  }
}
.estate-card .estate-floor__plan .estate-apartment__plan {
  fill: #0096FF;
  opacity: 0.35;
}
.estate-card .estate-card__info {
  border-radius: 20px;
  background: #fff;
  padding: 50px 48px 25px 48px;
  font-size: 16px;
  width: 476px;
  flex: 0 0 auto;
}
.estate-card .estate-card__info.standart_sticky {
  position: sticky;
}
@media (max-width: 1399px) {
  .estate-card .estate-card__info {
    width: 380px;
  }
}
@media (max-width: 991px) {
  .estate-card .estate-card__info {
    position: relative;
    top: 0;
    width: 100%;
  }
  .estate-card .estate-card__info.standart_sticky {
    position: relative;
  }
}
@media (max-width: 576px) {
  .estate-card .estate-card__info {
    padding: 30px 15px 15px 15px;
  }
}
.estate-card .estate-card__info .estate-card__promos {
  margin-bottom: 15px;
}
.estate-card .estate-card__info .estate-card__promos .promo_tag {
  margin: 0 2px 2px 0;
}
.estate-card .estate-card__info h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.25;
}
@media (max-width: 576px) {
  .estate-card .estate-card__info h1 {
    font-size: 22px;
  }
}
.estate-card .preview_carousel {
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 35px;
  max-width: 460px;
  max-height: 92px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .estate-card .preview_carousel {
    padding: 0 25px;
  }
}
.estate-card .preview_carousel .item {
  text-align: center;
}
.estate-card .preview_carousel .preview_cont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 92px;
  padding: 8px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .estate-card .preview_carousel .preview_cont {
    padding: 4px;
    width: 72px;
    height: 62px;
  }
}
.estate-card .preview_carousel .preview_cont img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.estate-card .preview_carousel .item.slick-current .preview_cont {
  border: 2px solid #0096FF;
}
.estate-card .preview_carousel .slick-prev,
.estate-card .preview_carousel .slick-next {
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  .estate-card .preview_carousel .slick-prev,
  .estate-card .preview_carousel .slick-next {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 576px) {
  .estate-card .preview_carousel .slick-prev,
  .estate-card .preview_carousel .slick-next {
    width: 25px;
    height: 100%;
  }
}
.estate-card .preview_carousel .slick-prev {
  left: 0;
}
.estate-card .preview_carousel .slick-next {
  right: 0;
}
.estate-card .preview_carousel .slick-prev::before,
.estate-card .preview_carousel .slick-next::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #5A5A5A;
  border-left: 2px solid #5A5A5A;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .estate-card .preview_carousel .slick-prev::before,
  .estate-card .preview_carousel .slick-next::before {
    width: 10px;
    height: 10px;
  }
}
.estate-card .preview_carousel .slick-next::before {
  transform: rotate(135deg);
}
.estate-card .preview_carousel .slick-prev.slick-disabled::before,
.estate-card .preview_carousel .slick-next.slick-disabled::before {
  opacity: 1;
}
.estate-card .estate-card__label {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  color: #272727;
  line-height: 1;
}
.estate-card .estate-card__label a {
  color: inherit;
}
.estate-card .estate-card__ready {
  margin-bottom: 30px;
}
.estate-card .estate-deal {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1;
}
.estate-card .estate-card__mb {
  margin-bottom: 20px;
}
.estate-card .estate-card__address {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.estate-card .estate-card__address a {
  text-decoration: none;
  color: #272727;
}
.estate-card .estate-card__address a:hover {
  color: #0096FF;
}
.estate-card .estate-card__address span,
.estate-card .estate-card__address a {
  display: inline-block;
  border-left: 1px solid #D5DAE4;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.estate-card .estate-card__address span:last-child,
.estate-card .estate-card__address a:last-child {
  padding-right: 0px;
}
.estate-card .estate-card__address span:first-child,
.estate-card .estate-card__address a:first-child {
  padding-left: 0px;
  border-left: 0px;
}
.estate-card .estate-card__address span .icon-check,
.estate-card .estate-card__address a .icon-check {
  color: #26820C;
  width: 16px;
  height: 16px;
}
.estate-card .estate-card__tags {
  margin: 0 0 30px 0;
}
.estate-card .estate-card__tags .estate-tag__item {
  margin: 0 0 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.estate-card .estate-card__tags .estate-tag__item .estate-tag__title {
  font-size: 16px;
  flex: 1 1 auto;
}
.estate-card .estate-card__tags .estate-tag__item .estate-tag__question {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 1px solid #AAABAC;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #AAABAC;
  font-style: normal;
  margin-left: 15px;
  cursor: default;
  position: relative;
}
.estate-card .estate-card__tags .estate-tag__item .estate-tag__question .popup_cont {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translatex(-50%);
  width: 240px;
  padding: 10px 0 0 0;
  z-index: 1;
  font-weight: normal;
}
.estate-card .estate-card__tags .estate-tag__item .estate-tag__question .popup_cont:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 50%;
  margin: 0 0 0 -10px;
  border-bottom: 10px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.estate-card .estate-card__tags .estate-tag__item .estate-tag__question .popup_cont .text_cont {
  padding: 8px 10px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
  color: #88919D;
  text-align: center;
  cursor: auto;
  box-shadow: 0px 4px 10px rgba(25, 30, 45, 0.3);
}
.estate-card .estate-card__tags .estate-tag__item .estate-tag__question:hover .popup_cont {
  display: block;
}
.estate-card .estate-card__params {
  display: block;
  margin-bottom: 30px;
}
.estate-card .estate-card__params .estate-param__item {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.estate-card .estate-card__params .estate-param__item.estate-param__item2 {
  margin-bottom: 20px;
}
.estate-card .estate-card__params .estate-param__item .estate-param__label {
  color: #88919D;
  line-height: 1;
  flex: 1 1 auto;
  font-size: 16px;
}
.estate-card .estate-card__params .estate-param__item .estate-param__value {
  font-size: 16px;
  line-height: 1;
}
.estate-card .estate-card__params .estate-param__item .estate-param__price {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 576px) {
  .estate-card .estate-card__params .estate-param__item .estate-param__price {
    font-size: 22px;
  }
}
.estate-card .estate-card__params .estate-param__item .estate-param__price_old {
  color: #c2cde4;
  text-decoration: line-through;
  margin: 0 0 5px 0;
}
.estate-card .estate-card__params .estate-param__item .circle_question {
  vertical-align: middle;
  top: -2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 0 5px;
}
.estate-card .estate-card__params .estate-param__item .circle_question:hover {
  color: #0096FF;
}
.estate-card .estate-card__descr {
  margin-bottom: 30px;
  line-height: 1.5;
}
.estate-card .estate-card__phone a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
.estate-card .estate-card__phone a:hover {
  color: #0096FF;
}
.estate-panel__links {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.estate-panel__links a,
.estate-panel__links button {
  display: flex;
  align-items: center;
  margin: 0 12px 20px 12px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  background: none;
  border: 0px;
  font-weight: 300;
  padding: 0;
}
.estate-panel__links a:hover,
.estate-panel__links button:hover {
  color: #0096FF;
}
.estate-panel__links a .icon-box,
.estate-panel__links button .icon-box {
  margin: -2px 5px 0 0;
  color: #0096FF;
  width: 25px;
  text-align: center;
}
.estate-panel__links a svg.icon-print,
.estate-panel__links button svg.icon-print {
  width: 14px;
  height: 14px;
}
.estate-panel__links a svg.icon-pdf,
.estate-panel__links button svg.icon-pdf {
  width: 16px;
  height: 18px;
}
.estate-panel__links a svg.icon-camera,
.estate-panel__links button svg.icon-camera {
  width: 19px;
  height: 13px;
}
.estate-panel__links a svg.icon-lock,
.estate-panel__links button svg.icon-lock {
  width: 16px;
  height: 17px;
}
.estate-panel__links a svg.icon-mail,
.estate-panel__links button svg.icon-mail {
  width: 17px;
  height: 13px;
}
.estate-panel__links a svg.icon-share,
.estate-panel__links button svg.icon-share {
  width: 16px;
  height: 16px;
}
.estate-panel__links a svg.icon-map-border,
.estate-panel__links button svg.icon-map-border {
  width: 20px;
  height: 20px;
}
.estate-plan-previews {
  display: none;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 576px) {
  .estate-plan-previews {
    gap: 10px;
  }
}
.estate-plan-previews.active {
  display: flex;
}
.estate-plan-previews .preview {
  flex: 0 0 auto;
  cursor: pointer;
}
.estate-plan-previews .preview .image {
  width: 100px;
  height: 90px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
}
@media (max-width: 576px) {
  .estate-plan-previews .preview .image {
    padding: 4px;
    width: 72px;
    height: 62px;
  }
}
.estate-plan-previews .preview .image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.estate-plan-previews .preview .title {
  font-size: 14px;
  color: #000000;
  margin: 10px 0 0 0;
  text-align: center;
}
@media (max-width: 576px) {
  .estate-plan-previews .preview .title {
    font-size: 12px;
  }
}
.estate-plan-previews .preview.active .image {
  border-color: #0096FF;
}
.estate-plan-previews .preview.active .title {
  color: #0096FF;
}
.estate-plan-previews .estate-floor__plan svg {
  max-height: 74px;
}
@media (max-width: 576px) {
  .estate-plan-previews .estate-floor__plan svg {
    max-height: 50px;
  }
}
/*Строка с количеством людей интересовавшихся недвижимостью.*/
.estate-interest {
  display: inline-block;
  font-size: 12px;
  color: #88919D;
  padding-left: 12px;
  position: relative;
}
.estate-interest::before {
  display: block;
  position: absolute;
  content: '';
  background: #0096FF;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  left: 0px;
  margin: -3px 0 0 0;
  animation: blinking 0.8s linear infinite alternate;
}
.estate-interest .estate-interest__count {
  color: #272727;
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Переключатель индикатора солнца.*/
.sun_toggler {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sun_toggler .button {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 20px;
  margin: 0 0 0 12px;
  border-radius: 10px;
  background-color: #c2cde4;
  opacity: 1;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.sun_toggler .button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translate3d(2px, -50%, 0);
  transition: transform 0.3s ease;
}
.sun_toggler:hover .button {
  opacity: 0.8;
}
.sun_toggler.active .button {
  background-color: #0096FF;
  opacity: 1;
}
.sun_toggler.active .button::after {
  transform: translate3d(18px, -50%, 0);
}
.sun_toggler.active:hover .button {
  opacity: 0.8;
}
@media (max-width: 576px) {
  .sun_toggler img {
    margin: 0 0 0 -6px;
  }
}
/*Кнопки контроля положения солнца.*/
.sun_controls {
  height: 118px;
  display: none;
}
@media (max-width: 576px) {
  .sun_controls {
    height: auto;
  }
}
.sun_controls.active {
  display: block;
}
.sun_controls .body {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 240px;
}
@media (max-width: 576px) {
  .sun_controls .body {
    margin: 0 auto;
  }
}
.sun_controls .body::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D5DBE0;
}
.sun_controls .item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4px;
  background-color: #ffffff;
  cursor: pointer;
}
.sun_controls .item .circle {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #D5DBE0;
  transition: border-color 0.3s ease;
}
.sun_controls .item .circle::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #0096FF;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.sun_controls .item .text {
  margin-top: 6px;
  font-size: 12px;
  line-height: 26px;
  color: #272727;
}
.sun_controls .item.active .circle {
  border-color: #0096FF;
}
.sun_controls .item.active .circle::before {
  opacity: 1;
}
/*Индикатор положения солнца относительно квартиры.*/
.sun_indicator {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 470px;
  height: 470px;
}
@media (max-width: 576px) {
  .sun_indicator {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 360px) {
  .sun_indicator {
    width: 300px;
    height: 300px;
  }
}
.sun_indicator.active {
  display: block;
}
.sun_indicator .rotator {
  width: 100%;
  height: 100%;
  position: relative;
}
.sun_indicator .circle_half {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.sun_indicator .circle {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 470px;
  height: 470px;
  border: 2px dashed #D5DBE0;
  border-radius: 0 0 50% 50%;
}
@media (max-width: 576px) {
  .sun_indicator .circle {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 360px) {
  .sun_indicator .circle {
    width: 300px;
    height: 300px;
  }
}
.sun_indicator .text_cont {
  display: block;
  width: 76px;
  height: 32px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #D5DBE0;
  line-height: 30px;
  font-size: 12px;
  color: #272727;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
@media (max-width: 576px) {
  .sun_indicator .text_cont {
    width: 65px;
    height: 26px;
    font-size: 10px;
    line-height: 24px;
    margin-top: -13px;
  }
}
.sun_indicator .text_cont.sunrise {
  right: 0;
  margin-right: -38px;
}
@media (max-width: 576px) {
  .sun_indicator .text_cont.sunrise {
    margin-right: -32px;
  }
}
.sun_indicator .text_cont.sunset {
  left: 0;
  margin-left: -38px;
}
@media (max-width: 576px) {
  .sun_indicator .text_cont.sunset {
    margin-left: -32px;
  }
}
.sun_indicator .sun_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
}
.sun_indicator .sun_container .sun {
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin: 0 0 0 -19px;
  width: 38px;
  height: 38px;
  background: url('/img/icons/sun.svg') center no-repeat;
}
@media (max-width: 576px) {
  .sun_indicator .sun_container .sun {
    background-size: 90%;
  }
}
.sun_indicator .sun_container .sun_direction {
  position: absolute;
  left: -11px;
  bottom: 27px;
  width: 60px;
  height: 60px;
  border-left: 1px dashed #FF9933;
  border-bottom: 1px dashed #FF9933;
  transform: rotate(-45deg);
}
.sun_indicator.morning .sun_container {
  transform: rotate(-75deg);
}
.sun_indicator.evening .sun_container {
  transform: rotate(75deg);
}
.estate-map {
  width: 100%;
  height: 400px;
}
.card_item {
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
  cursor: pointer;
  text-decoration: none;
  color: #272727;
}
.card_item .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
}
.card_item .estate-img__empty {
  background: url('/img/estate_photo_empty.jpg') no-repeat center center;
  background-size: cover;
  height: 150px;
  width: 170px;
}
.card_item:hover {
  color: #272727;
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}
.card_item .padding_cont {
  padding: 30px 30px 20px 30px;
}
.card_item .complex-info {
  font-size: 12px;
  color: #88919D;
}
.card_item .complex-info .complex-info__title {
  color: #272727;
}
.card_item .top_line {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px 0;
  height: 30px;
}
@media (max-width: 991px) {
  .card_item .top_line {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .card_item .top_line {
    height: auto;
    margin-bottom: 20px;
  }
}
.card_item .top_line .right_cont {
  margin: 0 0 0 10px;
}
.card_item .image_cont {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .card_item .image_cont {
    margin-bottom: 20px;
  }
}
.card_item .image_cont img {
  max-width: 100%;
  max-height: 100%;
}
.card_item .image_cont img.fit_image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card_item .after_image {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px 0;
}
.card_item .after_image .params_line {
  flex: 1 1 auto;
  font-size: 12px;
  color: #272727;
  padding: 8px 0 0 0;
}
.card_item .after_image .params_line > span {
  position: relative;
  margin: 0 20px 0 0;
}
.card_item .after_image .params_line > span:after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #88919D;
  border-radius: 100px;
  position: absolute;
  top: 5px;
  right: -12px;
}
.card_item .after_image .params_line > span:last-child {
  margin-right: 0;
}
.card_item .after_image .params_line > span:last-child:after {
  display: none;
}
.card_item .after_image .last_icon {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  background: #F7F8FC;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 10px 0;
}
.card_item .after_image .last_icon > div {
  width: 2px;
  height: 10px;
  background: #88919D;
  margin: 0 3px 0 0;
}
.card_item .after_image .last_icon .one {
  height: 8px;
}
.card_item .after_image .last_icon .three {
  height: 6px;
  margin: 0;
}
.card_item .price {
  font-weight: 400;
  font-size: 18px;
}
.card_item .price_old {
  font-weight: 300;
  font-size: 14px;
  color: #c2cde4;
  text-decoration: line-through;
}
.card_item .commerce-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
}
.card_item .secondary-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
}
.card_item .secondary-bottom .estate-vipoteku {
  font-size: 12px;
  color: #88919D;
}
.card_item .secondary-bottom .estate-vipoteku .price {
  color: #272727;
  font-size: 12px;
  font-weight: 300;
}
.card_item .ipoteka {
  font-size: 12px;
  color: #88919D;
  font-weight: 300;
}
.card_item .ipoteka span {
  color: #272727;
}
.card_item .bottom_line {
  background: #F7F8FC;
  padding: 15px 20px;
  border-radius: 0px 0px 20px 20px;
  font-size: 12px;
  line-height: 14px;
  color: #88919D;
}
.card_item .bottom_line .complex_title {
  margin-bottom: 5px;
}

