[name="email"] {
  display: none;
}
.location-infrastructure__labels-icon.is-active {
  background: #c4ddc9;
}
@media (max-width: 764px) {
  a[href="/flats/visual/"] {
    display: none;
  }
}
@media (min-width: 30em) {
  .select-flat__grid--one .select-flat__frame {
    display: none !important;
  }
}
.mortgage__list {
  margin-bottom: 0;
}

.select-flat__image .btn {
  float: right;
  margin-top: -9px;
}
@media (max-width: 768px) {
  .select-flat__image .btn {
    display: none;
  }
}
._mobile {
  display: none !important;
}
._mobile--visibility {
  visibility: hidden;
}
@media (max-width: 768px) {
  ._mobile {
    display: block !important;
  }
  ._mobile--visibility {
    visibility: visible;
  }
}

/* ГЕНПЛАН */
[data-genplan-area] {
  opacity: 0;
  position: absolute;
}
.genplan__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}
[data-genplan-wrapper] polygon {
  fill: transparent;
  fill-opacity: 1;
}
[data-genplan-wrapper] polygon._hover {
  fill: #c4ddc9 !important;
  fill-opacity: 0.45;
}
[data-genplan-wrapper] polygon._active {
  fill: #f06e28 !important;
  fill-opacity: 0.3;
}
[data-genplan-wrapper] polygon._disabled {
  fill: #29362e !important;
  fill-opacity: 0.3;
}
[data-dynamic] {
  display: none;
}
[data-dynamic][data-item] {
  display: flex;
}
[data-static="plan"] [alt] {
  display: none;
}
[data-static="plan"] [alt]._active {
  display: block;
}
.select-flat__image-label {
  transform: translateY(-100%);
  pointer-events: none;
}
[data-genplan-flatone],
[data-for-flat] {
  display: none;
}
svg[data-genplan-area],
[data-static="plan"] svg,
.select-flat__controls-body svg {
  width: 100%;
  height: auto;
}

.selection__grid-footer .selection__grid-row {
  min-height: 90px;
}
/* .checkbox__indicator {
  width: 40px;
  height: 40px;
} */

.checbox_special .checkbox__text {
  margin-left: 45px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .selection__filter-section--special {
    clear: both;
    order: 7;
  }
}
.checbox_special .checkbox__indicator {
  background: url(../images/icon_fire.svg) no-repeat 50% 50%;
}
.checbox_special .checkbox__indicator._active {
  border-color: #2c2c2c;
  width: 35px;
}
.selection__grid-cell--cost .fire,
.select-flat__cost.special_price .fire {
  background: url(../images/icon_fire.svg) no-repeat 50% 50%;
  background-size: cover;
  width: 22px;
  height: 32px;
  margin-left: 14px;
  display: inline-block;
}

.selection__grid-cell--cost .fire {
  width: 18px;
  height: 26px;
  margin-left: 0;
}
.selection__grid-footer .selection__grid-cell .selection__grid-value .old_price,
.select-flat__cost.special_price .old_price {
  color: #8e8e8d;
  font-size: 14px;
  text-decoration: line-through;
}
.selection__grid-footer
  .selection__grid-cell
  .selection__grid-value
  .old_price {
  text-align: right;
}
@media (max-width: 768px) {
  .selection__grid-footer .selection__grid-cell--cost {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .header__logo {
    opacity: 1;
  }
}

.contacts__social {
  display: flex;
  margin-top: 52px;
  margin-bottom: 52px;
  gap: 32px;
}
.contacts__social svg {
  width: 68px;
  height: 68px;
}
.contacts__social .circle {
  stroke: #404f43;
}
.contacts__social .icon {
  fill: #404f43;
}
.contacts__social svg:hover .circle {
  fill: #404f43;
}
.contacts__social svg:hover .icon {
  fill: #fff;
}

@media (max-width: 768px) {
  .contacts__social {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .contacts__social svg {
    width: 46px;
    height: 46px;
  }
}
.footer__social {
  display: flex;
  margin-top: 34px;
  margin-bottom: 34px;
  gap: 23px;
}
.footer__social svg {
  width: 34px;
  height: 34px;
}
.footer__social .circle {
  stroke: #fff;
}
.footer__social .icon {
  fill: #fff;
}
.footer__social svg:hover .circle {
  fill: #fff;
}
.footer__social svg:hover .icon {
  fill: #404f43;
}

.footer__partner-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 768px) {
  .footer__social {
    margin-top: 23px;
    margin-bottom: 23px;
    justify-content: center;
  }
  .footer__social svg {
    width: 46px;
    height: 46px;
  }
  .footer__partner-link {
    justify-content: center;
  }
  .footer__dev-link,
  .index-advantages__subtitle,
  .index-about__list-title,
  .index-advantages__list-description,
  .index-exteriors__intro,
  .index-exteriors__description,
  .mortgage__description,
  .selection__results,
  .about-description__info,
  .footer__address,
  .footer__booklet,
  .footer,
  .feedback .form__row .label__text {
    font-size: 12.5px;
  }
  .feedback .checkbox {
    width: auto;
  }
}
@media (min-width: 48em) {
  .footer__dev-link,
  .footer,
  .footer__offert,
  .footer__info {
    font-size: 12.5px;
  }
}

/* flex */
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-top {
  align-items: flex-start;
}
.align-items-bottom {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-between {
  align-content: space-between !important;
}
.fg1 {
  gap: 7px !important;
}

.footer__seo {
  order: 3;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 764px) {
  .footer__seo {
    text-align: center;
  }
}
/* new mortgage */
@media (min-width: 80em) {
  .mortgage__grid-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .div2 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .div3 {
    grid-area: 2 / 1 / 3 / 3;
  }
  .div4 {
    grid-area: 2 / 3 / 3 / 4;
  }

  .mortgage__image--second {
    margin-left: calc(-1 * (var(--vw) - 1280px) / 2 - 46px);
    margin-right: 46px;
  }

  .mortgage__description {
    margin-bottom: 100px;
  }
  .mortgage__slider {
    margin-bottom: 100px;
  }
}

.mortgage__image {
  margin-bottom: 20px;
}
.mortgage__banks {
  padding-top: 94px;
  padding-bottom: 94px;
  background: #fbf9f9;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.mortgage__table {
  width: 100%;
  margin-bottom: 60px;
  font-size: 14px;
}
.mortgage__table img {
  max-width: 70px;
  max-height: 32px;
}
.mortgage__table td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(166, 132, 99, 0.16);
}
.mortgage__table thead td {
  color: #a68463;
  vertical-align: bottom;
  padding-left: 10px;
}
.mortgage__table td {
  padding-left: 10px;
  width: calc(100% / 6);
}
.mortgage__table .bank-conditions div {
  padding-left: 60px;
  border-left: 1px solid rgba(166, 132, 99, 0.16);
  font-size: 0.9em;
}
@media (max-width: 768px) {
  .mortgage__table {
    font-size: 12.5px;
  }
  .mortgage__table .bank-conditions div {
    padding-left: 10px;
  }
  .mortgage__banks {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.mortgage__table a {
  color: #a68463;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .cookie__text {
    font-size: 14px;
  }
}
.selection__filter-results,
.selection__grid-label {
  font-size: 12.5px;
}

@media (max-width: 320px) {
  .section-description,
  .location-parks__description,
  .location-hero__list-title,
  .index-interior2__description,
  .index-entrance__description,
  .index-architecture__description {
    font-size: 12px;
  }
}

@media (min-width: 321px) {
  .section-description,
  .location-parks__description,
  .location-hero__list-title,
  .index-interior2__description,
  .index-entrance__description,
  .index-architecture__description {
    font-size: calc(0.0093571429 * 100vw + 9px);
  }
}
@media (min-width: 60em) {
  .index-architecture,
  .index-about {
    margin-bottom: 8.3vw;
  }
}

.index-entrance__img img {
  max-height: 80vh;
}

/* 
.header__logo {
  position: relative;
}
.header__logo:before {
  content: "";
  width: 70px;
  height: 49px;
  display: block;
  position: absolute;
  top: -28px;
  left: 5px;
  z-index: 11;
  background: url(../images/ded-moroz.svg) no-repeat !important;
  background-size: contain !important;
} 
   @media (max-width: 900px) {
  .header__logo .logo {
    .header__logo:before {
      content: "";
      width: 70px;
      height: 40px;
      display: block;
      position: absolute;
      top: -20px;
      left: 1px;
    }
  } 
    
  @media (max-width: 680px) {
    .header__logo:before {
      content: "";
      width: 42px;
      height: 45px;
      display: block;
      position: absolute;
      top: -6px;
      z-index: 11;
      background: url(../images/ded-moroz.svg) no-repeat !important;
      background-size: contain !important;
    }
  }
}  */

@media (max-width: 47.99em) {
  .index-about + #params {
    margin-top: 40px;
  }
}
@media (min-width: 680px) {
  .no_active  {
    display: none;
  }
}


#indexFlatsAction {
  margin: 0;
  width: 100%;
  margin-left: -20px;
  .swiper-slide {
    background: #fff;
    width: calc(100% / 3 - 40px);
    margin: 0 20px 0;
  }
  @media (max-width: 680px) {
    margin-left: 0;
    .swiper-slide {
      width: 100%;
      margin-left: 0;
      .selection__grid-cell {
        padding-left: 10px;
        padding-top: 10px;
      }
      .btn-more {
        padding-left: 20px;
      }
    }
  }
}

.selection__results-actions {
  padding-top: 69px;
  .selection__grid {
    margin-bottom: 0;
  }
} 
@media (min-width: 48em) {
  .selection__results-actions {
  padding-top: 86px;
}
}

.select-flat__modal.is-active {
  z-index: 1000;
}
.select-flat__modal-agreement .checkbox__text a {
  color: #fff;
  text-decoration: underline;
  &:hover {
    text-decoration: none;
  }
}