/*edits*/
.quarter-hero-timer__grow-price-text span {
  padding: 0;
}

.about-proj-wrapper .about-proj-filters__btn {
  padding-left: 16px;
  padding-right: 16px;
}

.about-proj-clear-btn {
  width: 100%;
  min-width: 206px;
  max-width: max-content;
}

.promotion-card-medium__img {
  position: relative;
}

.promotion-card-medium__img::before {
  content: "";
  display: block;
  padding-bottom: 55.25%;
}

.promotion-card-medium__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion-grid .promotion-card-medium__img {
  height: 100%;
}

/* .promotion-grid .promotion-card-medium {
  max-height: 640px;
} */

.promotion-grid .promotion-card-small__img {
  position: relative;
  z-index: -1;
  max-width: 428px;
  width: 100%;
  height: auto;
  right: auto;
}
.promotion-grid .promotion-card-big__content:only-child {
  width: 100%;
}

.news-list div:only-child,
.page-promotions__bottom div:only-child {
  justify-content: center;
  width: 100%;
}

.promotions-sort-block.YEAR {
  margin-top: 0;
  margin-bottom: 47px;
}

.page-promotions__sort-block-group .droped-checkboxes__text:after {
  background-image: url("/local/templates/vdk/assets/img/icons/check.svg");
}

.main-news__items-container .main-news__lg-items:only-child {
  width: 100%;
}

.main-news__items-container .main-news__lg-items:only-child .main-news__lg-item {
  padding-bottom: 37%;
}

.about-company-our-projects {
  overflow: hidden;
}

.filter-advanced button.filter-more svg {
  width: 1em;
  height: 1em;
  font-size: 10px;
  flex-shrink: 0;
}

body .way-to-buy-header-menu-wrapper {
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .slider-quarter-bottom-info .slider-quarter-buttons {
    right: 30px;
  }

  .promotions-sort-block.YEAR {
    margin-bottom: 40px;
  }
}

@media (max-width: 1170px) {
  .comfort-secure .comfort-wrapper {
    max-width: 100%;
    margin-bottom: 22px;
  }

  .comfort-secure .comfort-secure-wrapper {
    max-width: 100%;
    justify-content: space-between;
  }

  .comfort-secure .comfort-secure-btns {
    margin: 0;
    margin-left: 5px;
    margin-right: 16px;
  }

  .comfort-secure .comfort-secure__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 1100px) {
  /* .modern-infrastructure .infrastructure-map {
    height: 100%;
  } */
}

@media (max-width: 900px) {
  .comfort-secure .comfort-secure__title {
    font-size: 32px;
    line-height: 40px;
  }

  .promotions-sort-block.YEAR {
    margin-bottom: 32px;
  }
}

@media (max-width: 455px) {
}

@media (max-width: 768px) {
  .comfort-secure .comfort-secure__title {
    font-size: 24px;
    line-height: 36px;
  }

  .promotions-sort-block.YEAR {
    margin-bottom: 24px;
  }
}

@media (min-width: 901px) {
  body .decision {
    padding: 60px 0 0;
  }
}

@media (min-width: 1101px) {
  .comfort-secure-slider__slide:nth-child(odd) {
    margin: 148px 0 0;
  }
}

@media (min-width: 1201px) {
  body .decision {
    padding: 80px 0 0;
  }
}

@media (min-width: 1601px) {
  body .decision {
    padding: 104px 0 0;
  }
}

/*policy*/
.policy-content {
  margin-bottom: 80px;
}

.policy-content .post__main {
  /* max-width: 100%; */
  margin: 0 auto;
}

.policy-content .post__main .breadcrumbs {
  margin-top: 0;
  margin-bottom: 20px;
}

.policy-content .post__main .post__num-list,
.policy-content .post__main .post__subtitle {
  margin-bottom: 20px;
}

.policy-content .post__main .post__subtitle .post__subtitle {
  display: inline;
}

.policy-content .post__main p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 12px;
}

.policy-content .post__main ol {
  counter-reset: num;
}
.policy-content .post__main li {
  counter-increment: num;
}
.policy-content .post__main li::before {
  content: counter(num) ". ";
  /* position: absolute;
  left: 0; */
}

/* 2-й уровень */
.policy-content .post__main ol ol {
  counter-reset: num2;
}
.policy-content .post__main ol ol > li {
  counter-increment: num2;
}
.policy-content .post__main ol ol > li::before {
  content: counter(num) "." counter(num2) ". ";
}

/* 3-й уровень */
/* .policy-content .post__main ol ol ol {
  counter-reset: num3;
}
.policy-content .post__main ol ol ol > li {
  counter-increment: num3;
}
.policy-content .post__main ol ol ol > li::before {
  content: counter(num) "." counter(num2) "." counter(num3);
} */

.policy-content .post__main ol {
  position: relative;
  /* padding-left: 30px; */
  /* padding-left: 46px; */
  margin-top: 0;
  list-style: none;
}

.policy-content .post__main ol ol {
  /* padding-left: 30px; */
  /* padding-left: 46px; */
  margin-bottom: 20px;
}

.policy-content .post__main ol ol li {
  display: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #364f6b;
}

.policy-content .post__main li a {
  color: #1782e0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.policy-content .post__main li a:hover {
  color: #0f5491;
}

.policy-content .post__main ol ol li:not(:last-child) {
  margin-bottom: 12px;
}

.policy-content .post__main table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.policy-content .post__main table tr {
  vertical-align: top;
}

.policy-content .post__main table td {
  border: 1px solid #e0e0e0;
  font-size: 18px;
  font-weight: 400px;
  line-height: 28px;
  padding: 18px;
  color: #364f6b;
}

.policy-content .post__main table td:first-child {
  width: 250px;
}

.policy-content .post__main table td ul li {
  font-size: 18px;
  font-weight: 400px;
  line-height: 28px;
  color: #364f6b;
  margin: 0;
}

.policy-content .post__main table td ul li:not(:last-child) {
  margin-bottom: 12px;
}

.policy-content .post__list-item {
  padding-left: 20px;
}

body .policy-content .post__list-item {
  counter-increment: none;
}

body .policy-content .post__list-item:before {
  content: "";
  /* width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #ea5083; */
}

@media (max-width: 1200px) {
  .policy-content .post__main p {
    font-size: 16px;
    line-height: 24px;
  }

  .policy-content .post__main ol ol {
    margin-bottom: 18px;
  }

  .policy-content .post__main ol ol li {
    font-size: 16px;
    line-height: 24px;
  }

  .policy-content .post__main table td {
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
  }

  .policy-content .post__main table td ul li {
    font-size: 16px;
    line-height: 24px;
  }

  .policy-content .post__list-item {
    margin-bottom: 16px;
  }

  .policy-content .post__list-item::before {
    top: 8px;
  }

  /* .policy-content .post__main ol ol {
    padding-left: 28px;
  } */

  .policy-content .post__main .post__num-list,
  .policy-content .post__main .post__subtitle {
    margin-bottom: 16px;
  }

  .policy-content .post__main table td ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .policy-content .post__main table td:first-child {
    width: 175px;
  }

  .policy-content {
    margin-bottom: 60px;
  }
}

@media (max-width: 900px) {
  .policy-content .post__main p {
    font-size: 14px;
    line-height: 20px;
  }

  .policy-content .post__main ol ol li {
    font-size: 14px;
    line-height: 20px;
  }

  .policy-content .post__main table td {
    font-size: 14px;
    line-height: 20px;
    padding: 8px;
  }

  .policy-content .post__main table td ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .policy-content .post__list-item {
    margin-bottom: 14px;
  }

  .policy-content .post__list-item::before {
    top: 7px;
  }

  .policy-content .post__main ol ol {
    /* padding-left: 24px; */
    margin-bottom: 16px;
  }

  .policy-content .post__title {
    font-size: 28px;
    line-height: 36px;
  }

  .post__subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .policy-content .post__main .post__num-list,
  .policy-content .post__main .post__subtitle {
    margin-bottom: 14px;
  }

  .policy-content .post__main table td ul li:not(:last-child) {
    margin-bottom: 8px;
  }

  .policy-content .post__list-item::before {
    width: 6px;
    height: 6px;
  }

  .policy-content .post__list-item {
    padding-left: 14px;
  }

  .policy-content .post__main table td:first-child {
    width: 145px;
  }

  .policy-content {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .policy-content .post__main .breadcrumbs {
    margin: 16px 0;
  }
}

@media (max-width: 768px) {
  .policy-content .post__title {
    font-size: 24px;
    line-height: 32px;
  }

  .post__subtitle {
    font-size: 18px;
  }

  .policy-content .post__main table td {
    font-size: 13px;
    line-height: 18px;
    padding: 5px;
  }

  .policy-content .post__main table td ul li {
    font-size: 13px;
    line-height: 18px;
  }

  .policy-content .post__main table td ul li::before {
    top: 6px;
  }

  .policy-content .post__main table td:first-child {
    width: 115px;
  }
}

@media (max-width: 600px) {
  .policy-content .post__main table td ul li:not(:last-child) {
    margin-bottom: 0px;
  }

  .policy-content .post__title {
    font-size: 20px;
    line-height: 28px;
  }

  .post__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

/*15.02*/
.way-to-buying-tile__title {
  max-width: 48%;
}

.way-to-buying-tile {
  height: 100%;
}

.developer .developer__photo {
  object-fit: cover;
  object-position: center;
}

.decision-slide.swiper-slide-active {
  height: 100%;
}

@media (max-width: 1500px) {
  .way-to-buying-tile__title {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .way-to-buying-tile__title,
  .way-to-buying__content-heding {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .way-to-buying-tile__title,
  .way-to-buying__content-heding {
    font-size: 16px;
  }

  .develepoper-photo {
    min-height: 600px;
  }

  .developer {
    padding-left: 16px;
  }

  .tiles-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .way-to-buying-tile__title,
  .way-to-buying__content-heding {
    font-size: 14px;
  }

  .develepoper-photo {
    min-height: 500px;
  }

  .developer-quote__text {
    padding-right: 10px;
  }
  .developer-quote__text br {
    display: none;
  }
}

@media (max-width: 700px) {
  .menu-wtb-wrapper {
    flex-direction: column;
  }

  .way-to-buying-tile__title {
    flex-shrink: unset;
  }

  .way-to-buying {
    padding-bottom: 31px;
  }
}

@media (max-width: 550px) {
  .develepoper-photo {
    min-height: 400px;
  }
}

@media (max-width: 425px) {
  .way-to-buying-tile__title,
  .way-to-buying__content-heding {
    font-size: 12px;
    line-height: 18px;
  }

  .develepoper-photo {
    min-height: 355px;
  }
}

.user-advertising__button-text {
  cursor: pointer;
}

.contacts-page .breadcrumbs {
  max-width: 1808px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

.contacts-page .consult-block__title {
  font-size: 76px;
  font-weight: 700;
  line-height: 96px;
  margin-bottom: 40px;
  margin-left: -4px;
}

.contacts-page .jk-consult-block .consult-block {
  padding-top: 32px;
  padding-bottom: 0;
}

.contacts-page .consult-block-list {
  padding: 0;
}

.contacts-page .consult-block-list {
  margin: -14px;
}

.contacts-page .consult-block-list__item {
  width: calc(100% / 3 - 28px);
  margin: 14px;
}

/* two items */
.contacts-page .consult-block-list__item:first-child:nth-last-child(2),
.contacts-page .consult-block-list__item:first-child:nth-last-child(2) ~ li {
  width: calc(100% / 2 - 28px);
}

/* three items */
.contacts-page .consult-block-list__item:first-child:nth-last-child(3),
.contacts-page .consult-block-list__item:first-child:nth-last-child(3) ~ li {
  width: calc(100% / 3 - 28px);
}

/* four items */
.contacts-page .consult-block-list__item:first-child:nth-last-child(4),
.contacts-page .consult-block-list__item:first-child:nth-last-child(4) ~ li {
  width: calc(100% / 4 - 28px);
}

.contacts-page .advertising {
  padding: 0;
}

.contacts-page .user-form {
  padding: 0;
  margin-top: 0;
}

.contacts-page .consult-map-control {
  left: auto;
}

@media (max-width: 1366px) {
  .contacts-page .consult-block__title {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 32px;
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .contacts-page .consult-block-list {
    margin: -8px;
  }

  .contacts-page .consult-block-list__item {
    width: calc(100% / 3 - 16px);
    margin: 8px;
  }

  /* two items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(2),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(2) ~ li {
    width: calc(100% / 2 - 16px);
  }

  /* three items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(3),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(3) ~ li {
    width: calc(100% / 3 - 16px);
  }

  /* four items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(4),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(4) ~ li {
    width: calc(100% / 3 - 16px);
  }

  .contacts-page .consult-block__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 24px;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .contacts-page .consult-block-list__item {
    width: calc(100% / 2 - 16px);
  }

  /* two items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(2),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(2) ~ li {
    width: calc(100% / 2 - 16px);
  }

  /* three items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(3),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(3) ~ li {
    width: calc(100% / 2 - 16px);
  }

  /* four items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(4),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(4) ~ li {
    width: calc(100% / 2 - 16px);
  }

  .contacts-page .consult-block__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .contacts-page .consult-map {
    margin-left: 0;
    margin-right: 0;
  }
  .contacts-page .consult-map-control {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .contacts-page .consult-block-list {
    margin: -6px;
  }

  .contacts-page .consult-block-list__item {
    width: calc(100% / 2 - 12px);
    margin: 6px;
  }

  /* two items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(2),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(2) ~ li {
    width: calc(100% / 2 - 12px);
  }

  /* three items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(3),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(3) ~ li {
    width: calc(100% / 2 - 12px);
  }

  /* four items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(4),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(4) ~ li {
    width: calc(100% / 2 - 12px);
  }

  .contacts-page .consult-block__title {
    font-size: 32px;
    line-height: 40px;
  }

  .contacts-page [class^="ymaps"][class*="-controls__control"] {
    margin-top: 15%;
  }

  .contacts-page .consult-map {
    margin-top: 48px;
  }
}

@media (max-width: 700px) {
  .contacts-page .consult-block-list__item {
    width: calc(100% - 12px);
  }

  /* two items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(2),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(2) ~ li {
    width: calc(100% - 12px);
  }

  /* three items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(3),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(3) ~ li {
    width: calc(100% - 12px);
  }

  /* four items */
  .contacts-page .consult-block-list__item:first-child:nth-last-child(4),
  .contacts-page .consult-block-list__item:first-child:nth-last-child(4) ~ li {
    width: calc(100% - 12px);
  }

  .consult-block-container {
    padding: 0 30px !important;
  }

  .contacts-page .jk-consult-block .consult-block {
    padding-top: 20px;
  }

  .contacts-page .consult-block__title {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 500px) {
  .consult-block-container {
    padding: 0 16px !important;
  }

  .contacts-page .breadcrumbs {
    padding: 0 16px;
  }
}

[class^="ymaps"][class*="-zoom__plus"] [class^="ymaps"][class*="-zoom__icon"] {
  background-image: url(assets/img/icons/plus.svg);
}

[class^="ymaps"][class*="-zoom__minus"] [class^="ymaps"][class*="-zoom__icon"] {
  background-image: url(assets/img/icons/minus.svg);
}

.promotion-grid .promotion-card-big {
  background-color: #fff;
}

.promotion-grid .promotion-card-medium {
  background-color: #fff;
}

/*offline page*/
.page--offline,
.page--offline body {
  width: 100%;
  height: 100%;
}

.header--offline {
  position: static;
}

.offline-section {
  padding: 120px 0;
  height: 100%;
}

.content-offline {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.content-offline main {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offline__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.offline__icon svg {
  width: 200px;
  height: 200px;
  color: #0f5491;
}

.offline__title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 36px;
  color: #0f5491;
  line-height: 80px;
  text-align: center;
}

.offline__text {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.offline__text p:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .offline__icon svg {
    width: 175px;
    height: 175px;
  }

  .offline__title {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 32px;
  }

  .offline__text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 900px) {
  .offline__icon svg {
    width: 150px;
    height: 150px;
  }

  .offline__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 28px;
  }

  .offline__text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .offline__icon svg {
    width: 125px;
    height: 125px;
  }

  .offline__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .offline__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .offline__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.contacts-points [class^="ymaps"][class*="-placemark-overlay"] > ymaps:before {
  background-image: url(assets/img/icons/map-marker.svg);
}

.contacts-points [class^="ymaps"][class*="-placemark-overlay"] > ymaps.hover:before {
  background-image: url(assets/img/icons/marker-pin-hover.svg);
}

.modern-infrastructure
  [class^="ymaps"][class*="-places-pane"]
  [class^="ymaps"][class*="-placemark-overlay"]:first-child
  > ymaps:before {
  background-image: url(assets/img/icons/map-marker.svg);
}

.modern-infrastructure
  [class^="ymaps"][class*="-places-pane"]
  [class^="ymaps"][class*="-placemark-overlay"]:first-child
  > ymaps.hover::before {
  background-image: url(assets/img/icons/marker-pin-hover.svg);
}

.news-card-text:only-child {
  padding-top: 31px;
}
@media (max-width: 1199px) {
  .news-card-text:only-child {
    padding-top: 24px;
  }
}

.lastest-news-block-left {
  width: 100%;
  max-width: 946px;
}

.construction-progress .construction-progress-wrapper {
  gap: 0;
  margin: -14px;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

.construction-progress .construction-progress-wrapper .construction-progress-elem {
  width: calc(100% / 2 - 28px);
  margin: 14px;
}

@media (max-width: 1200px) {
  .construction-progress .construction-progress-wrapper {
    margin: -10px;
  }

  .construction-progress .construction-progress-wrapper .construction-progress-elem {
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }
}

@media (max-width: 900px) {
  .construction-progress .construction-progress-wrapper {
    margin: -8px;
  }

  .construction-progress .construction-progress-wrapper .construction-progress-elem {
    width: calc(100% / 2 - 16px);
    margin: 8px;
  }
}

@media (max-width: 768px) {
  .construction-progress .construction-progress-wrapper {
    margin: -6px;
  }

  .construction-progress .construction-progress-wrapper .construction-progress-elem {
    width: calc(100% - 12px);
    margin: 6px;
  }
}

.apartment-list-scrolled-wrap {
  height: auto;
}

.house-layout .apartment-choose-menu {
  height: auto;
}

.apartment-list-scrolled {
  display: flex;
  flex-direction: column;
}

.house-layout .apartment-list-scrolled .apartment-list-scrolled-btn-wrapper {
  margin-top: auto;
}

.apartment-big-plan__scheme-pic {
  max-height: 438px;
}

.popover-promotions__item {
  display: flex;
  align-items: center;
}

button.filter-more {
  border: 1px solid #0f5491;
}

.filter-advanced--section .filter-btn:hover {
  border-color: #1782e0;
}

.filter-advanced--section .filter-btn.filter-btn--active:hover {
  border-color: #0f5491;
}

.tippy-socials .tippy__item {
  height: 18px;
}

.apartment-jk-block__btn {
  transition: 0.3s;
}

.apartment-jk-block__btn:hover {
  background-color: #ea5083;
  border-color: #ea5083;
}

.apartment-jk-block__btn.transparent-btn:hover {
  background-color: transparent;
}

.show-more-filters-btn {
  transition: 0.3s;
}

.show-more-filters-btn:hover {
  background-color: transparent;
  border-color: #ea5083;
}

.filter-bottom__right button.btn--secondary-3:hover {
  border-color: #1782e0;
}

.projects-btn:not(.projects-btn--selected) {
  border-bottom: 2px solid transparent;
}

.apartments__only-list.apartments__only-list,
.apartments__only-tiles {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media (max-width: 900px) {
  .apartments__only-list.apartments__only-list,
  .apartments__only-tiles {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.only-tiles-cards {
  gap: 0;
}

.post.parking,
.post.comm {
  margin: 0;
  padding: 33px 0 40px;
}

.post.parking .post__main,
.post.comm .post__main {
  max-width: 100%;
  margin: 0;
}

.post.parking .breadcrumbs,
.post.comm .breadcrumbs {
  margin-top: 0;
}

.post.parking .post__pretitle,
.post.parking .post__title,
.post.comm .post__pretitle,
.post.comm .post__title {
  margin-top: 20px;
}

.post .post__container {
  padding-bottom: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .post .post__container {
    padding-bottom: 56px;
  }
}
@media (max-width: 900px) {
  .post .post__container {
    padding-bottom: 28px;
  }
}

.post__similar-slider {
  padding-top: 100px;
  padding-bottom: 144px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .post__similar-slider {
    padding-top: 56px;
    padding-bottom: 96px;
  }
}
@media (max-width: 900px) {
  .post__similar-slider {
    padding-top: 28px;
    padding-bottom: 56px;
  }
}

.post__back-link {
  color: #364f6b;
  border-color: #9bcbee;
  background-color: transparent;
}
.post__back-link:hover,
.post__back-link:focus {
  color: #364f6b;
  border-color: #1782e0;
  background-color: transparent;
}

.post__aside {
  margin-bottom: 0;
}

.post em,
.post em,
.post p,
.post b,
.post b {
  color: #364f6b;
}

.post__main .accordion-purchase {
  padding: 40px 0;
}

@media (min-width: 1401px) {
  .accordion-purchase__title {
    font-size: 40px;
    line-height: 48px;
    margin-right: 20px;
  }
}

.post .post__main h3:not(.class) {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 48px;
  color: #0f5491;
}

.post .post__main ul:not(.class) li {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #364f6b;
  /* padding-left: 32px; */
}
/* .post .post__main ul:not(.class) li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #ea5083;
} */

.flat-advantages__title {
  position: relative;
  z-index: 2;
}

.flats-slider__item {
  height: auto;
}

.flats-slider {
  overflow: hidden;
}

.flat__compas {
  width: 64px;
  height: 64px;
  bottom: 110px;
}

.flat__tabs-nav {
  text-align: left;
}

.apartments .sort-view .switch-btn {
  margin: 0 15px;
}

.flats-slider__item-title,
.apartment-item__title {
  transition: color 0.3s;
}
.flats-slider__item-title:hover,
.apartment-item__title:hover {
  color: #1782e0;
}

@media (max-width: 1100px) {
  .apartment-jk-block__right {
    padding: 32px;
  }
}

@media (max-width: 1024px) {
  .apartment-jk-block__right {
    padding: 24px;
  }
}

/*акции*/
.promotion-card-big__img,
.promotion-card-big__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promotion-card-big__content {
  max-width: 600px;
}

.promotion-card-small__content {
  padding: 102px 88px 40px;
}

.promotion-grid .promotion-card-small__img {
  position: static;
}
.page-promotions .promotion-grid .promotion-card-small {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1919px) {
  .page-promotions .promotion-grid .promotion-card-small__content {
    padding: 102px 88px 40px;
  }

  .page-promotions .promotion-grid .promotion-card-medium__content {
    padding: 56px 88px;
  }

  .page-promotions .promotion-card-big__content {
    padding: 102px 86px;
  }
}

@media (max-width: 1600px) {
  .page-promotions .promotion-grid .promotion-card-small__content {
    padding: 40px 32px 24px;
  }
  .page-promotions .promotion-grid .promotion-card-medium__content {
    padding: 40px;
  }
  .page-promotions .promotion-card-big__content {
    flex-shrink: 0;
    padding: 60px 40px;
  }
}

@media (max-width: 1440px) {
  .page-promotions .promotion-grid .promotion-card-small__content {
    padding: 32px;
    row-gap: 20px;
  }
  .page-promotions .promotion-grid .promotion-card-medium__content {
    padding: 32px;
  }
  .page-promotions .promotion-card-big__content {
    flex-shrink: 0;
    padding: 32px;
  }

  .promotion-card-big__content {
    row-gap: 20px;
  }

  .promotion-card-medium__content {
    row-gap: 20px;
  }

  .promotion-grid .promotion-card-big {
    max-height: 450px;
  }

  body .promotion-title {
    font-size: 24px;
    line-height: 32px;
  }

  body .promotion-descr {
    font-size: 18px;
    line-height: 28px;
  }

  body .promotion-card-btn {
    width: 64px;
    height: 64px;
  }

  .pagination-item {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 1366px) {
  .page-promotions .promotion-grid .promotion-card-small__content {
    padding: 28px;
    row-gap: 16px;
  }

  .promotion-card-big__content {
    row-gap: 16px;
  }

  .promotion-card-medium__content {
    row-gap: 16px;
  }

  .page-promotions .promotion-grid .promotion-card-medium__content {
    padding: 28px;
  }

  .page-promotions .promotion-card-big__content {
    flex-shrink: 0;
    padding: 28px;
  }

  .promotion-grid .promotion-card-big {
    max-height: 450px;
  }

  .page-promotions .promotion-grid {
    gap: 24px;
  }

  body .promotion-title {
    font-size: 22px;
    line-height: 30px;
  }

  body .promotion-descr {
    font-size: 18px;
    line-height: 28px;
  }

  body .promotion-card-btn {
    width: 56px;
    height: 56px;
  }

  .pagination-item {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 1200px) {
  .page-promotions .promotion-grid .promotion-card-small__content {
    padding: 24px;
    row-gap: 14px;
  }
  .page-promotions .promotion-grid .promotion-card-medium__content {
    padding: 24px;
    height: auto;
  }
  .page-promotions .promotion-card-big__content {
    flex-shrink: 0;
    padding: 24px;
  }

  .promotion-grid .promotion-card-big {
    max-height: 450px;
  }

  .page-promotions .promotion-grid {
    gap: 20px;
  }

  .promotion-promo {
    padding: 6px 16px;
    font-size: 12px;
    line-height: 18px;
  }

  body .promotion-title {
    font-size: 20px;
    line-height: 28px;
  }

  body .promotion-descr {
    font-size: 16px;
    line-height: 24px;
  }

  body .promotion-card-btn {
    width: 48px;
    height: 48px;
  }

  .page-promotions .promotion-grid {
    padding-bottom: 96px;
  }

  .pagination-item {
    width: 40px;
    height: 40px;
  }

  .news-list {
    margin-top: 48px;
  }
}

@media (max-width: 1024px) {
  .page-promotions .promotion-grid .promotion-card-small__content {
    padding: 20px;
    row-gap: 12px;
  }
  .page-promotions .promotion-grid .promotion-card-medium__content {
    padding: 20px;
    height: auto;
  }
  .page-promotions .promotion-card-big__content {
    flex-shrink: 0;
    padding: 20px;
  }

  .promotion-grid .promotion-card-big {
    max-height: 350px;
  }

  .page-promotions .promotion-grid {
    gap: 16px;
  }

  .promotion-promo {
    padding: 6px 12px;
  }

  body .promotion-title {
    font-size: 18px;
    line-height: 28px;
  }

  body .promotion-descr {
    font-size: 14px;
    line-height: 20px;
  }

  body .promotion-card-btn {
    width: 40px;
    height: 40px;
  }

  .page-promotions .promotion-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news-list {
    margin-top: 40px;
  }
}

@media (max-width: 989px) {
  .promotion-grid .promotion-card-big {
    max-height: 475px;
  }

  .promotion-card-medium__content {
    position: static;
  }

  .promotion-card-medium__img img {
    height: 100%;
    max-height: 100%;
  }

  .promotion-card-big__img,
  .promotion-card-medium__img {
    max-height: 100%;
  }

  .page-promotions .promotion-grid .promotion-card-medium__content {
    padding: 16px;
  }

  .page-promotions .promotion-grid .promotion-card-small__content {
    padding: 20px;
    row-gap: 12px;
  }

  .page-promotions .promotion-card-big__content {
    padding: 16px;
  }

  .page-promotions .promotion-grid {
    gap: 12px;
  }

  body .promotion-title {
    font-size: 16px;
    line-height: 24px;
  }

  body .promotion-descr {
    font-size: 12px;
    line-height: 18px;
  }

  .page-promotions .promotion-grid .promotion-card-medium__content {
    max-width: 100%;
    width: 100%;
  }

  .promotion-card-medium__content {
    row-gap: 12px;
  }

  .promotion-card-big__content {
    row-gap: 12px;
  }

  .promotion-card-big.promotion-card {
    flex-direction: column;
  }

  .promotion-card-big__content {
    max-width: 100%;
    width: 100%;
    flex-shrink: unset;
  }

  .page-promotions .promotion-card-big__content,
  .promotion-card-big__img {
    max-width: 100%;
    width: 100%;
  }

  .promotion-grid .promotion-card-small__img {
    max-width: 75%;
  }

  .promotion-grid .promotion-card-medium__img {
    height: auto;
  }
}

@media (max-width: 900px) {
  .page-promotions .promotion-grid {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .news-list {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .page-promotions .promotion-grid {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pagination-item {
    width: 32px;
    height: 32px;
  }

  .pagination-next svg,
  .pagination-prev svg {
    width: 12px;
    height: 12px;
  }
}

.mortgage__tab-content p:not(.class) {
  margin-bottom: 12px;
  color: #364f6b;
}

.mortgage-guider__button p:not(.class) {
  margin-bottom: 0;
  color: #fff;
}

/* @media (max-width: 1200px) {
  .mortgage__tab-content p:not(.class) {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 900px) {
  .mortgage__tab-content p:not(.class) {
    font-size: 14px;
    line-height: 20px;
  }
} */

.search-block__container .breadcrumbs__slash {
  margin: 0 4px;
}

.mortgage--question-form .question-form {
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .mortgage--question-form .question-form {
    margin-top: 56px;
  }
}

@media (max-width: 900px) {
  .mortgage--question-form .question-form {
    margin-top: 28px;
  }
}

.flat__tabs-imageSm {
  max-width: 144px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1919px) {
  .flat__tabs-imageSm {
    max-width: 100px;
  }
}

@media (max-width: 1500px) {
  .flat__tabs-imageSm {
    max-width: 90px;
  }
}

@media (max-width: 700px) {
  .flat__title-mob {
    padding: 13px 16px 21px;
  }

  .flat__main-title {
    padding-top: 0;
  }

  .flat__title-mob .flat__address {
    font-size: 12px;
    line-height: 18px;
  }

  .flat__scheme .flat__tabs {
    display: flex;
    flex-direction: column-reverse;
  }

  .flat__scheme .flat__tabs-nav {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .flat__scheme .flat__tabs-inner {
    padding-bottom: 66px;
  }

  .flat__scheme .flat__tabs-imageLg {
    min-height: auto;
  }
  .flat__scheme .flat__tabs-fullsize {
    top: -24px;
  }

  body .flat__compas {
    width: 64px;
    height: 64px;
    bottom: 16px;
    right: 16px;
  }

  .flat__scheme .flat__tabs-nav-item {
    padding: 10px 16px;
  }

  .flat__tabs-imageSm {
    max-width: 60px;
    display: block;
    bottom: -74px;
    left: 0;
  }
}

body .flat__tabs-fullsize {
  width: 48px;
  height: 48px;
}

body .flat__compas {
  width: 64px;
  height: 64px;
}

body .feedback-items.container {
  padding-left: 0;
  padding-right: 0;
}

body .feedback-items:last-child {
  padding: 0;
}

body .tippy__item {
  display: flex;
}

body .flats-slider .sw-btn__icon {
  width: 20px;
  height: 20px;
}

.mortgage__tab-content .post__subtitle {
  margin-top: 40px;
  margin-bottom: 24px;
}

.jk-subscribe-form {
  align-items: flex-end;
}

.jk-subscribe-form__btn {
  height: 100%;
  padding: 19px 32px;
}

.jk-subscribe-form .input-field input {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1100px) {
  .jk-subscribe-form {
    align-items: flex-start;
    gap: 24px;
  }

  .jk-subscribe-form__btn {
    max-width: 100%;
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    padding: 14px 19px;
  }
}

@media (max-width: 700px) {
  .jk-consult-block .consult-map-control {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .jk-consult-block .consult-block-list {
    padding: 20px 0 0;
  }

  .contacts-page .jk-consult-block .consult-map-control {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .contacts-page .consult-block__title {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .jk-consult-block .consult-map-control {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}

.post__header .breadcrumbs {
  padding-top: 33px;
  margin: 0;
}

.post__header .post__title {
  padding-bottom: 36px;
  margin: 0;
}

@media (max-width: 1500px) {
  .post__header .post__title {
    padding-bottom: 24px;
  }
}
@media (max-width: 1300px) {
  .post__header .post__title {
    padding-bottom: 16px;
  }
}

@media (max-width: 1100px) {
  .post__header .breadcrumbs {
    padding: 17px 0 0;
  }
}
/* 
.main-news__md-item-info {
  min-height: auto;
} */

.contacts-page [class^="ymaps"][class*="-controls__control"],
.jk-consult-block [class^="ymaps"][class*="-controls__control"] {
  display: none !important;
}

.post__similar-slider .post__similar-slider-item {
  height: auto;
}

.post__similar-slider .post__similar-slider-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.post__similar-slider .main-news__md-item-info {
  min-height: auto;
}

.i-modal .modal-concept__nav-list {
  padding: 0 12px;
  max-width: unset;
}

.i-modal .modal-concept__nav-link {
  font-size: 16px;
  line-height: 155.556%;
  margin: 0 8px;
}

@media (max-width: 600px) {
  body .developer {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  body .medal__img-wrap {
    width: 100%;
  }
}
