@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.flat-l-filter {
  padding: 24px 0 30px;
  background: #fff; }
  @media only screen and (max-width: 750px) {
    .flat-l-filter {
      position: fixed;
      top: 59px;
      left: 0;
      padding-top: 0;
      padding-bottom: 0;
      width: 100vw;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      overflow-y: scroll;
      overflow-x: hidden;
      z-index: 5;
      -webkit-transform: translateY(100vh) translateY(200px);
              transform: translateY(100vh) translateY(200px);
      -webkit-transition: -webkit-transform .4s ease .3s;
      transition: -webkit-transform .4s ease .3s;
      transition: transform .4s ease .3s;
      transition: transform .4s ease .3s, -webkit-transform .4s ease .3s;
      will-change: transform; } }
  .flat-l-filter.active {
    padding-bottom: 160px;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    @media only screen and (max-width: 750px) {
      .flat-l-filter.active {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
        .flat-l-filter.active .flat-list__button-mobile {
          pointer-events: auto;
          opacity: 1;
          -webkit-transition: opacity .3s ease .5s;
          transition: opacity .3s ease .5s; } }
  .flat-l-filter.transition {
    -webkit-transition: transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out; }
  .flat-l-filter.--mortgage {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
    height: auto;
    top: unset; }
    @media only screen and (max-width: 750px) {
      .flat-l-filter.--mortgage {
        width: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        background: #f9f9f9;
        overflow: visible; } }
  .flat-l-filter._government {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    height: auto; }
    @media only screen and (max-width: 750px) {
      .flat-l-filter._government {
        width: 100%;
        background-color: white; } }
  @media only screen and (max-width: 750px) {
    .flat-l-filter._new-features .flat-l-filter__row {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
  @media only screen and (max-width: 750px) {
    .flat-l-filter._new-features .flat-l-filter__row._new-features {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media only screen and (max-width: 750px) {
    .flat-l-filter._new-features .flat-l-filter__expander {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .flat-l-filter__wrap {
    position: relative; }
    @media only screen and (max-width: 750px) {
      .flat-l-filter__wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .flat-l-filter__title {
    display: none;
    margin-bottom: 18px;
    margin-top: 23px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Grtsk-Tera", "Verdana", sans-serif; }
    @media only screen and (max-width: 750px) {
      .flat-l-filter__title {
        display: block; } }
  .flat-l-filter__close {
    display: none;
    position: absolute;
    top: 25px;
    right: 20px;
    width: auto;
    height: 18px; }
    @media only screen and (max-width: 750px) {
      .flat-l-filter__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .flat-l-filter__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flat-l-filter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 750px) {
      .flat-l-filter__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .flat-l-filter__row:not(:first-child) {
      padding-top: 30px; }
    .flat-l-filter__row._wrapped {
      padding-top: 30px; }
      @media only screen and (max-width: 750px) {
        .flat-l-filter__row._wrapped {
          padding-bottom: 20px; } }
    .flat-l-filter__row._hidden {
      opacity: 0; }
    .flat-l-filter__row._government {
      padding-top: 0; }
  .flat-l-filter .filter-projects-select .disabled {
    display: none; }
  .flat-l-filter__result {
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 16px;
    color: #a8a19a;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .flat-l-filter__extra-filter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 48px;
    overflow: hidden;
    background-color: #3b4658;
    color: white;
    line-height: 48px;
    border-radius: 8px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer; }
    .flat-l-filter__extra-filter:hover {
      background-color: #272e39; }
    .flat-l-filter__extra-filter span {
      margin-right: 12px; }
    .flat-l-filter__extra-filter svg {
      width: 14px;
      height: 14px;
      -webkit-transform: rotate(180deg) translateY(-16%);
              transform: rotate(180deg) translateY(-16%);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .flat-l-filter__extra-filter._active svg {
      -webkit-transform: rotate(0deg) translateY(0);
              transform: rotate(0deg) translateY(0); }
  .flat-l-filter__extra-filter-icn {
    margin-top: -3px;
    margin-right: 12px; }
  .flat-l-filter__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 750px) {
      .flat-l-filter__tags._new-features .filter-tag-item {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        white-space: nowrap; } }
    @media only screen and (max-width: 750px) {
      .flat-l-filter__tags._new-features .filter-tag-item-anim-new {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        white-space: nowrap; } }
  .flat-l-filter__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .8rem 1.2rem;
    height: 3.2rem;
    border-radius: 50px;
    border: 1px solid #f79d92;
    font-size: 1.4rem;
    line-height: 1.6rem;
    background-color: #fff;
    margin-bottom: 1.2rem;
    color: #ef3b24;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    transition: all .6s ease; }
    .flat-l-filter__more.swiper-slide {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-bottom: 0; }
    .flat-l-filter__more span {
      font-family: Grtsk-Exa, sans-serif; }
    .flat-l-filter__more svg {
      width: 12px;
      height: 12px;
      margin-left: 4px;
      fill: #ef3b24;
      stroke: #ef3b24;
      -webkit-transition: all .6s ease;
      transition: all .6s ease; }
    @media (hover), (min-width: 0 \0) {
      .flat-l-filter__more:hover {
        background-color: #14191a;
        color: #fff;
        fill: #fff;
        border-color: #14191a; }
        .flat-l-filter__more:hover svg {
          fill: #fff;
          stroke: #fff; } }

.flat-l-filter-applied {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 3;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 5px; }
  .flat-l-filter-applied.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media only screen and (max-width: 750px) {
    .flat-l-filter-applied {
      overflow: auto; } }
  .flat-l-filter-applied__item {
    font-size: 12px;
    font-weight: 300; }
    @media only screen and (max-width: 750px) {
      .flat-l-filter-applied__item {
        white-space: nowrap; } }
    .flat-l-filter-applied__item-wrapper {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative;
      padding: 8px 35px 8px 13px;
      margin-right: 15px;
      background-color: #f9f9f9;
      -webkit-transition: opacity 1s ease;
      transition: opacity 1s ease;
      margin-bottom: 10px; }
      @media only screen and (max-width: 750px) {
        .flat-l-filter-applied__item-wrapper {
          background-color: #f0f0f0; } }
  .flat-l-filter-applied__title {
    font-size: 16px;
    font-weight: 300; }
    .flat-l-filter-applied__title-wrapper {
      margin-right: 35px;
      padding: 0;
      height: 34px;
      line-height: 34px; }
      @media only screen and (max-width: 750px) {
        .flat-l-filter-applied__title-wrapper {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
  .flat-l-filter-applied__wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .flat-l-filter-applied__close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: block;
    height: 100%;
    width: 15px;
    cursor: pointer; }
    .flat-l-filter-applied__close:before, .flat-l-filter-applied__close:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      margin: auto;
      width: 15px;
      height: 1px;
      background-color: #000; }
    .flat-l-filter-applied__close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .flat-l-filter-applied__close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.flat-l-popular {
  padding-top: 60px;
  padding-bottom: 45px;
  opacity: 1;
  -webkit-transition: opacity .3s ease .3s;
  transition: opacity .3s ease .3s; }
  @media only screen and (max-width: 750px) {
    .flat-l-popular {
      padding-top: 0;
      padding-bottom: 30px; } }
  .flat-l-popular._hidden {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .flat-l-popular__title {
    font-size: 24px;
    line-height: 26px; }
  .flat-l-popular__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0; }
    @media only screen and (max-width: 750px) {
      .flat-l-popular__list {
        padding: 26px 0 24px; } }
  .flat-l-popular__pagination.swiper-pagination._hidden {
    display: none; }
  .flat-l-popular__list-wrap {
    position: relative;
    padding: 0 20px;
    margin: 0 -20px; }
  .flat-l-popular .swiper-pagination {
    display: none;
    position: relative;
    margin-bottom: 24px;
    bottom: 0;
    height: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 750px) {
      .flat-l-popular .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .flat-l-popular .swiper-pagination-bullet {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 10px;
      height: 10px; }
    .flat-l-popular .swiper-pagination-bullet-active {
      background: #3b4658; }
  .flat-l-popular__arrows-left-inner, .flat-l-popular__arrows-right-inner {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxNyAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2IDFMMiAxNUwxNiAyOSIgc3Ryb2tlPSIjM0I0NjU4IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
    background-position: center center;
    background-size: 8px;
    background-repeat: no-repeat;
    border: 1px solid #dedede;
    background-color: white;
    cursor: pointer;
    -webkit-transition: border-color .4s ease, opacity .4s ease;
    transition: border-color .4s ease, opacity .4s ease; }
    @media only screen and (max-width: 750px) {
      .flat-l-popular__arrows-left-inner, .flat-l-popular__arrows-right-inner {
        display: none; } }
    .flat-l-popular__arrows-left-inner:hover, .flat-l-popular__arrows-right-inner:hover {
      border: 1px solid #929292; }
    .flat-l-popular__arrows-left-inner._hidden, .flat-l-popular__arrows-right-inner._hidden {
      opacity: 0; }
  .flat-l-popular__arrows-left.swiper-button-disabled > div, .flat-l-popular__arrows-right.swiper-button-disabled > div {
    pointer-events: none;
    opacity: .6; }
  .flat-l-popular__arrows-left, .flat-l-popular__arrows-right {
    position: absolute;
    top: 50%;
    height: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    outline: none;
    z-index: 2; }
  .flat-l-popular__arrows-left {
    left: 0;
    background-color: white; }
  .flat-l-popular__arrows-right {
    right: 0;
    -webkit-transform: translateY(-50%) rotateZ(180deg);
            transform: translateY(-50%) rotateZ(180deg);
    background-color: white; }

@media only screen and (max-width: 750px) {
  .main {
    background-color: white; } }

.flat-list {
  position: relative;
  min-height: calc(100vh - 110px); }
  @media only screen and (max-width: 750px) {
    .flat-list {
      min-height: calc(100vh - 60px); } }
  .flat-list.--mortgage {
    min-height: 0;
    padding-top: 0; }
  .flat-list._government {
    position: relative;
    padding-top: 0; }
    @media only screen and (max-width: 750px) {
      .flat-list._government {
        margin: 0 -20px; } }
    .flat-list._government:before {
      content: '';
      position: absolute;
      left: calc((100vw - 1200px) / -2);
      top: 0;
      display: block;
      width: 100vw;
      height: 100%;
      background-color: #f9f9f9;
      z-index: 0; }
      @media only screen and (max-width: 750px) {
        .flat-list._government:before {
          display: none; } }
  .flat-list__top {
    min-height: auto; }
  .flat-list__main {
    width: 100%;
    background-color: #f6f5f4;
    padding-bottom: 60px;
    position: relative;
    z-index: 3; }
    .flat-list__main .more.hide {
      display: none; }
      @media only screen and (max-width: 750px) {
        .flat-list__main .more.hide {
          display: block; } }
    @media only screen and (max-width: 750px) {
      .flat-list__main .more.none {
        display: none; } }
  .flat-list__subtitle {
    margin: 24px 0 8px; }
  .flat-list__tab-list {
    margin-top: 20px;
    margin-bottom: 10px; }
  .flat-list__container {
    padding-top: 10px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .flat-list__container {
        padding-bottom: 0; } }
  .flat-list__open-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flat-list__open {
    display: none;
    position: fixed;
    z-index: 4;
    width: 13.1rem;
    height: 3.2rem;
    bottom: 2.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 8px;
    background-color: #ef3b24;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
    color: #fff; }
    .flat-list__open._mobile {
      border: 1px solid #ef3b24;
      border-radius: 2.4rem;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 2rem; }
      .flat-list__open._mobile:before {
        display: none; }
      .flat-list__open._mobile svg {
        width: 1.6rem;
        height: 1.6rem;
        fill: white;
        stroke: white;
        margin-right: .8rem; }
    .flat-list__open:before {
      content: "";
      position: relative;
      display: block;
      width: 16px;
      height: 16px;
      margin-right: 12px;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxjaXJjbGUgY3g9IjQuNSIgY3k9IjIuNSIgcj0iMiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wIDIuNUgxNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiLz4KICAgIDxjaXJjbGUgY3g9IjExLjUiIGN5PSI4IiByPSIyIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTAgOEgxNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiLz4KICAgIDxjaXJjbGUgY3g9IjQuNSIgY3k9IjEzLjUiIHI9IjIiIGZpbGw9IndoaXRlIi8+CiAgICA8cGF0aCBkPSJNMCAxMy41SDE2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNCIvPgo8L3N2Zz4K) no-repeat center/contain; }
    @media only screen and (max-width: 750px) {
      .flat-list__open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0; } }
    .flat-list__open._static {
      position: relative;
      bottom: 0;
      width: 50%;
      height: 44px;
      -webkit-transform: none;
              transform: none; }
  .flat-list__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flat-list__button-mobile {
    position: fixed;
    width: 217px;
    height: 54px;
    bottom: 0;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 20px;
    border-radius: 8px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; }
    .flat-list__button-mobile.submit {
      bottom: 23px;
      color: white;
      background-color: #ef3b24; }
    .flat-list__button-mobile.full {
      right: 0;
      bottom: 60px;
      background-color: #dbdbdb;
      color: black; }
      .flat-list__button-mobile.full.active {
        background-color: #f9f9f9; }
    .flat-list__button-mobile.enabled {
      opacity: 1;
      pointer-events: all; }
    @media only screen and (max-width: 750px) {
      .flat-list__button-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .flat-list__filter-title {
    font-size: 28px;
    line-height: 34px; }
    @media only screen and (max-width: 750px) {
      .flat-list__filter-title {
        font-size: 18px;
        line-height: 24px; } }
  .flat-list__resale {
    padding-bottom: 30px;
    margin-top: -3px; }
    @media only screen and (max-width: 750px) {
      .flat-list__resale {
        display: none;
        padding-bottom: 0;
        margin-top: 18px; } }
  .flat-list__resale-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 20px;
    color: #f26250; }
    .flat-list__resale-link:after {
      content: "";
      position: absolute;
      top: 95%;
      left: 0;
      width: calc(100% - 24px);
      height: 1px;
      background-color: #f26250;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .flat-list__resale-link:hover:after {
      opacity: 0; }
    .flat-list__resale-link svg {
      width: 16px;
      height: 16px;
      margin-top: 2px;
      margin-left: 8px; }
  .flat-list__features-modal:before {
    /*stylelint-disable*/
    background-color: transparent !important;
    /*stylelint-enable*/ }
    @media only screen and (max-width: 750px) {
      .flat-list__features-modal:before {
        /*stylelint-disable*/
        background-color: rgba(0, 0, 0, 0.6) !important;
        /*stylelint-enable*/ } }
  .flat-list__features-modal.modal {
    width: 100vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .flat-list__features-modal.modal._scroll .modal__content {
    overflow: visible; }
    @media only screen and (max-width: 750px) {
      .flat-list__features-modal.modal._scroll .modal__content {
        margin-top: 33px;
        border-radius: 8px 8px 0 0;
        overflow-x: hidden;
        overflow-y: auto; } }
  .flat-list__features-modal > .modal__content {
    background-color: #f6f5f4;
    width: 100%; }
    @media only screen and (max-width: 750px) {
      .flat-list__features-modal > .modal__content {
        height: auto; } }
  .flat-list__features-modal .close-button {
    top: 16px;
    right: 32px; }
    @media only screen and (max-width: 750px) {
      .flat-list__features-modal .close-button {
        top: 28px;
        right: 24px; } }

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.flats-story-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.flats-story-progress__item {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1;
    height: 4px;
    overflow: hidden;
    border-radius: 29px;
    background-color: rgba(255, 255, 255, 0.5);
}
.flats-story-progress__item:not(:last-child) {
      margin-right: 9px;
}
.flats-story-progress__line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
}
.flats-story-progress__line._smooth {
      -webkit-transition: width .1s linear;
      transition: width .1s linear;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
body._no-user-select {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.flats-story-view {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: calc(100vh - calc(100vh - 100%));
  background-color: rgba(0, 0, 0, 0.4);
}
.flats-story-view__viewer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
}
@media only screen and (max-width: 750px) {
.flats-story-view__viewer {
        width: 100%;
        height: 100%;
}
}
.flats-story-view__card {
    position: relative;
    aspect-ratio: 9 / 16;
    width: 400px;
    overflow: hidden;
    border-radius: 12px;
    background-color: black;
}
@media only screen and (max-width: 750px) {
.flats-story-view__card {
        aspect-ratio: auto;
        width: 100%;
        height: 100%;
        border-radius: 0;
}
}
.flats-story-view__counter {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    width: calc(100% - 24px);
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
@media only screen and (max-width: 750px) {
.flats-story-view__counter {
        top: 30px;
        left: 20px;
        width: calc(100% - 40px);
}
}
.flats-story-view__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.flats-story-view__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 25px 24px;
    color: #fff;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.flats-story-view__content:before, .flats-story-view__content:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      pointer-events: none;
}
.flats-story-view__content:before {
      top: 0;
      height: 115px;
      z-index: 2;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.flats-story-view__content:after {
      bottom: 0;
      z-index: 1;
      height: 400px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      opacity: 0;
}
.flats-story-view__content._shadowed:after {
      opacity: 1;
}
.flats-story-view__content > * {
      position: relative;
      z-index: 3;
}
.flats-story-view__content-title {
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}
.flats-story-view__content-description {
    margin-top: 4px;
    font-size: 16px;
    line-height: 19px;
}
.flats-story-view__content-button {
    width: 100%;
    margin-top: 24px;
    padding: 16px;
    background-color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #3b4658;
    cursor: pointer;
}
.flats-story-view__content-video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.flats-story-view__content-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    user-select: none;
    user-drag: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -ms-user-select: none;
}
.flats-story-view__content-video._is-loading, .flats-story-view__content-image._is-loading {
    visibility: hidden;
}
.flats-story-view__close {
    position: absolute;
    top: -32px;
    right: 30px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #848B92;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
@media only screen and (max-width: 750px) {
.flats-story-view__close._hide {
        opacity: 0;
}
}
@media only screen and (max-width: 750px) {
.flats-story-view__close {
        top: 50px;
        right: 20px;
}
}
.flats-story-view__close svg {
      width: 14px;
      height: 14px;
      fill: #fff;
      stroke: #fff;
}
.flats-story-view__close:hover {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
}
.flats-story-view__counter._hide {
    opacity: 0;
}
.flats-story-view__control-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
.flats-story-view__control-button {
        position: absolute;
        top: 50%;
        z-index: 1;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 75%;
        width: 75px;
        border-radius: 0;
        opacity: 0;
}
}
@media only screen and (max-width: 750px) {
.flats-story-view__control-button._prev {
        left: 0;
}
}
@media only screen and (max-width: 750px) {
.flats-story-view__control-button._next {
        right: 0;
}
}
.flats-story-view__control-button svg {
      width: 28px;
      height: 28px;
      fill: #5b5e5f;
      stroke: #5b5e5f;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
}
.flats-story-view__control-button:hover._prev svg {
      -webkit-transform: translateX(-3px);
              transform: translateX(-3px);
}
.flats-story-view__control-button:hover._next svg {
      -webkit-transform: translateX(3px);
              transform: translateX(3px);
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.filter-tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: .8rem 1.2rem;
  margin-right: 1.2rem;
  height: 3.2rem;
  border-radius: 50px;
  border: 1px solid #d0d1d1;
  background-color: #fff;
  margin-bottom: 1.2rem;
  color: #292522;
  font-size: 1.4rem;
  line-height: 1.6rem;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
  /* Size */
}
@media only screen and (max-width: 750px) {
.filter-tag-item {
      margin-right: .8rem;
      margin-bottom: .8rem;
}
}
.filter-tag-item span {
    font-family: Grtsk-Exa, sans-serif;
}
.filter-tag-item.swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1px;
}
.filter-tag-item.active {
    background-color: #292522;
    color: #fff;
    fill: #fff;
    border: 1px solid #292522;
}
.filter-tag-item.active .filter-tag-item__icn svg > path {
      fill: #fff;
}
.filter-tag-item.active .filter-tag-item__icn svg > g path {
      fill: #fff;
}
.filter-tag-item.active .filter-tag-item__tag-plus {
      fill: #fff;
}
.filter-tag-item.active .filter-tag-item__hint {
      color: #fff;
}
.filter-tag-item.active .filter-tag-item-anim-new__gradient._red, .filter-tag-item.active .filter-tag-item-anim-new__gradient_white {
      display: none;
}
.filter-tag-item._no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.filter-tag-item.disabled {
    background-color: #fff;
    color: #b9babb;
    border-color: #e8e8e9;
    fill: #d0d1d1;
    pointer-events: none;
}
.filter-tag-item.disabled > svg > path {
      fill: #d0d1d1;
}
.filter-tag-item.disabled > svg > g path {
      fill: #d0d1d1;
}
.filter-tag-item.disabled .filter-tag-item__tag-plus {
      fill: #d4d4d4;
}
.filter-tag-item.disabled .filter-tag-item__hint-question {
      color: #d0d1d1;
}
.filter-tag-item.disabled .filter-tag-item-anim-new__gradient._red, .filter-tag-item.disabled .filter-tag-item-anim-new__gradient_white {
      display: none;
}
.filter-tag-item .filter-tag-item-anim-new__gradient {
    display: none;
}
.filter-tag-item._anim {
    overflow: hidden;
}
.filter-tag-item._anim:hover {
      overflow: visible;
}
.filter-tag-item._anim:hover .filter-tag-item-anim-new__gradient {
        display: none;
}
.filter-tag-item._anim .filter-tag-item-anim-new__gradient {
      display: block;
}
.filter-tag-item._anim .filter-tag-item-anim-new__gradient._white {
        opacity: 0;
}
.filter-tag-item._anim .filter-tag-item-anim-new__gradient._red {
        opacity: .27;
}
.filter-tag-item.red {
    border: 1px solid #fbc5be;
    color: #ef3b24;
}
.filter-tag-item.red .filter-tag-item__icn svg {
      fill: #ef3b24;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
}
.filter-tag-item.red .filter-tag-item__icn svg > path {
      fill: #ef3b24;
}
.filter-tag-item.red .filter-tag-item__icn svg > g path {
      fill: #ef3b24;
}
.filter-tag-item.red .filter-tag-item__hint {
      color: #ef3b24;
}
.filter-tag-item.red.active {
      border: 1px solid #292522;
      color: #fff;
      fill: #fff;
}
.filter-tag-item.red.active .filter-tag-item__icn svg {
        fill: #fff;
}
.filter-tag-item.red.active .filter-tag-item__icn svg > path {
        fill: #fff;
}
.filter-tag-item.red.active .filter-tag-item__icn svg > g path {
        fill: #fff;
}
.filter-tag-item.red.active .filter-tag-item__hint {
        color: white;
}
.filter-tag-item.red.disabled {
      border: 1px solid #e8e8e9;
      color: #b9babb;
      fill: #d0d1d1;
      pointer-events: none;
}
.filter-tag-item.red.disabled .filter-tag-item__icn svg {
        fill: #d0d1d1;
}
.filter-tag-item.red.disabled .filter-tag-item__icn svg > path {
        fill: #d0d1d1;
}
.filter-tag-item.red.disabled .filter-tag-item__icn svg > g path {
        fill: #d0d1d1;
}
.filter-tag-item.red.disabled .filter-tag-item__hint {
        color: #d0d1d1;
}
.filter-tag-item.red.disabled .filter-tag-item__hint-question {
        color: #d0d1d1;
}
@media (hover), (min-width: 0 \0) {
.filter-tag-item.red:hover {
        background-color: #292522;
        color: white;
        fill: #fff;
        border-color: #292522;
}
.filter-tag-item.red:hover .filter-tag-item__icn svg {
          fill: #fff;
}
.filter-tag-item.red:hover .filter-tag-item__icn svg > path {
          fill: #fff;
}
.filter-tag-item.red:hover .filter-tag-item__icn svg > g path {
          fill: #fff;
}
.filter-tag-item.red:hover .filter-tag-item__hint {
          border-color: white;
}
}
.filter-tag-item.grey {
    border: 1px solid #292522;
    color: #292522;
}
.filter-tag-item.grey.active {
      color: #fff;
}
.filter-tag-item.grey.disabled {
      color: #b9babb;
      border: 1px solid #e8e8e9;
}
.filter-tag-item._special_order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.filter-tag-item.first_order.order_1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.filter-tag-item.first_order.order_2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.filter-tag-item.first_order.order_3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.filter-tag-item.first_order.order_4 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.filter-tag-item.first_order.order_5 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}
.filter-tag-item.first_order.order_6 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}
.filter-tag-item._ipoteka-plus {
    background-color: #ef3b24;
    border-color: #ef3b24;
    color: white;
}
.filter-tag-item._ipoteka-plus .filter-tag-item__hint {
      color: white;
}
@media (hover), (min-width: 0 \0) {
.filter-tag-item._ipoteka-plus:hover {
        background-color: white;
        color: #ef3b24;
        fill: #ef3b24;
        border-color: #ef3b24;
}
.filter-tag-item._ipoteka-plus:hover .filter-tag-item__icn svg {
          fill: #ef3b24;
}
.filter-tag-item._ipoteka-plus:hover .filter-tag-item__icn svg > path {
          fill: #ef3b24;
}
.filter-tag-item._ipoteka-plus:hover .filter-tag-item__icn svg > g path {
          fill: #ef3b24;
}
.filter-tag-item._ipoteka-plus:hover .filter-tag-item__hint {
          color: #ef3b24;
}
.filter-tag-item._ipoteka-plus:hover .filter-tag-item__tag-plus {
          fill: #ef3b24;
}
}
.filter-tag-item._ipoteka-plus.active {
      background-color: #292522;
      border-color: #292522;
}
@media (hover), (min-width: 0 \0) {
.filter-tag-item._ipoteka-plus.active:hover {
          color: white;
          border-color: #292522;
}
.filter-tag-item._ipoteka-plus.active:hover .filter-tag-item__hint {
            color: white;
}
.filter-tag-item._ipoteka-plus.active:hover .filter-tag-item__tag-plus {
            fill: white;
}
}
.filter-tag-item._ipoteka-plus.disabled {
      background-color: white;
}
.filter-tag-item--small {
    height: 32px;
    padding: 6px 12px;
    margin-bottom: 8px;
}
.filter-tag-item--small .filter-tag-item__hint {
      margin-left: 4px;
}
@media only screen and (max-width: 750px) {
.filter-tag-item .filter-tag-item__hint {
      margin-left: 4px;
}
}
@media (hover), (min-width: 0 \0) {
.filter-tag-item:hover {
      background-color: #292522;
      color: white;
      fill: #fff;
      border-color: #292522;
}
.filter-tag-item:hover .filter-tag-item__icn svg > path {
        fill: #fff;
}
.filter-tag-item:hover .filter-tag-item__icn svg > g path {
        fill: #fff;
}
.filter-tag-item:hover .filter-tag-item__tag-plus {
        fill: #fff;
}
.filter-tag-item:hover .filter-tag-item__hint {
        color: white;
}
}
.filter-tag-item__icn {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .4rem;
}
.filter-tag-item__icn svg {
      width: 100%;
      height: 100%;
}
.filter-tag-item__icn._more {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 14px;
      height: 14px;
      margin-right: -3px;
      margin-left: 4px;
      stroke: #ef3b24;
}
.filter-tag-item__hint {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: .4rem;
    color: #b9babb;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.filter-tag-item__hint:hover {
      color: #767e8b;
}
@media only screen and (max-width: 750px) {
.filter-tag-item__hint._hide {
        display: none;
}
}
.filter-tag-item__hint .v-popover {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.filter-tag-item__hint-question {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.filter-tag-item__hint-question--wrapper {
      position: relative;
      z-index: 3;
}
@media only screen and (max-width: 750px) {
.filter-tag-item__hint-question--wrapper:before {
          content: "";
          position: absolute;
          z-index: 3;
          top: 50%;
          left: 50%;
          width: 150%;
          height: 150%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
}
}
.filter-tag-item__tag-plus {
    margin-left: 4px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    fill: #fff;
}
@media only screen and (max-width: 750px) {
.filter-tag-item__tag-plus {
        margin-left: 8px;
}
}
.filter-tag-item__tag-plus._short {
      margin-left: 8px;
}
.filter-tag-item__blackfriday-icon {
    margin: 0 6px 0 0;
}
.filter-tag-item__text._flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.filter-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -12px;
}
.filter-tag.swiper-wrapper {
    margin-bottom: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.filter-tag.second {
    margin-top: 16px;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-tooltip-cursor__content {
  position: fixed;
  z-index: 10;
  padding: 12px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05);
  -webkit-filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.05));
}
.v-tooltip-cursor__triangle {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.v-tooltip-cursor__triangle._bottom {
    top: auto;
    bottom: -1px;
    left: 50%;
    -webkit-transform: rotate(-45deg) translateX(-50%);
            transform: rotate(-45deg) translateX(-50%);
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.flats-filter-tooltip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 203px;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 750px) {
.flats-filter-tooltip {
      max-width: 170px;
}
}
.flats-filter-tooltip__result {
    color: #14191a;
}
.flats-filter-tooltip__show-button {
    font-family: "Grtsk-Exa", "Verdana", sans-serif;
    position: relative;
    font-weight: 500;
    color: #ef3b24;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-top: 2px;
}
.flats-filter-tooltip__show-button:after {
      content: "";
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #ef3b24;
}
@media (hover), (min-width: 0 \0) {
.flats-filter-tooltip__show-button:hover {
        color: #f79d92;
}
.flats-filter-tooltip__show-button:hover:after {
          background-color: #f79d92;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-tooltip {
  position: relative;
}
.v-tooltip._no-activator {
    position: static;
}
.v-tooltip__content {
    position: absolute;
    z-index: 10;
    padding: 12px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05);
    -webkit-filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.05));
}
.v-tooltip__content._fixed {
      position: fixed;
}
.v-tooltip__content._no-content-hover {
      pointer-events: none;
}
.v-tooltip__content-triangle {
    position: absolute;
    top: 50%;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
}
.v-tooltip__content-triangle._vertical {
      top: auto;
      bottom: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(-45deg);
              transform: translateX(-50%) rotate(-45deg);
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
@media only screen and (max-width: 750px) {
.flats-tooltip .v-tooltip__content-triangle._vertical {
    left: 24px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.close-button {
  position: absolute;
  top: 34px;
  right: 30px;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  /* Size */
  /* End size */
  /* Shape */
  /* End shape */
  /* Color */
  /* End color */
}
.close-button span {
    width: 100%;
    height: 100%;
    min-width: 21px;
    min-height: 21px;
    margin-left: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPHRpdGxlPkdyb3VwIDQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyMzkgLTEyNTEpIj4KPGcgaWQ9Ikdyb3VwIDQiPgo8ZyBpZD0iVmVjdG9yIDI4Ij4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0MCAxMjUyKSIgZmlsbD0iIzNCNDY1OCIvPgo8L2c+CjxnIGlkPSJWZWN0b3IgMjguMSI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgMSAtMSA2LjEyMzIzZS0xNyAxMjI2MS41IDEyNTIpIiBmaWxsPSIjM0I0NjU4Ii8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIC0wLjM1MzU1MyAwLjM1MzU1M0wgMjEuMTQ2NCAyMS44NTM2TCAyMS44NTM2IDIxLjE0NjRMIDAuMzUzNTUzIC0wLjM1MzU1M0wgLTAuMzUzNTUzIDAuMzUzNTUzWiIvPgo8L2RlZnM+Cjwvc3ZnPgo=) center no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
@media only screen and (max-width: 750px) {
.close-button span {
        min-width: 16px;
        min-height: 16px;
}
}
@media only screen and (max-width: 750px) {
.close-button {
      top: 29px;
      right: 20px;
      font-size: 12px;
}
}
.close-button._out {
    right: -50px;
}
.close-button:hover span {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
.close-button:active span {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
}
.close-button._white {
    color: #fff;
}
.close-button._white span {
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPHRpdGxlPkdyb3VwIDQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyMzkgLTEyNTEpIj4KPGcgaWQ9Ikdyb3VwIDQiPgo8ZyBpZD0iVmVjdG9yIDI4Ij4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0MCAxMjUyKSIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnIGlkPSJWZWN0b3IgMjguMSI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgMSAtMSA2LjEyMzIzZS0xNyAxMjI2MS41IDEyNTIpIiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIC0wLjM1MzU1MyAwLjM1MzU1M0wgMjEuMTQ2NCAyMS44NTM2TCAyMS44NTM2IDIxLjE0NjRMIDAuMzUzNTUzIC0wLjM1MzU1M0wgLTAuMzUzNTUzIDAuMzUzNTUzWiIvPgo8L2RlZnM+Cjwvc3ZnPgo=) center no-repeat;
}
@media only screen and (max-width: 750px) {
.close-button._white-mobile {
      color: #fff;
}
.close-button._white-mobile span {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPHRpdGxlPkdyb3VwIDQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyMzkgLTEyNTEpIj4KPGcgaWQ9Ikdyb3VwIDQiPgo8ZyBpZD0iVmVjdG9yIDI4Ij4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0MCAxMjUyKSIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnIGlkPSJWZWN0b3IgMjguMSI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgMSAtMSA2LjEyMzIzZS0xNyAxMjI2MS41IDEyNTIpIiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIC0wLjM1MzU1MyAwLjM1MzU1M0wgMjEuMTQ2NCAyMS44NTM2TCAyMS44NTM2IDIxLjE0NjRMIDAuMzUzNTUzIC0wLjM1MzU1M0wgLTAuMzUzNTUzIDAuMzUzNTUzWiIvPgo8L2RlZnM+Cjwvc3ZnPgo=) center no-repeat;
}
}
.close-button--small {
    font-size: 12px;
    line-height: 14px;
}
.close-button--small span {
      min-width: 16px;
      min-height: 16px;
}
.close-button--medium {
    font-size: 16px;
    line-height: 18px;
}
.close-button--medium span {
      min-width: 32px;
      min-height: 32px;
}
.close-button--circle {
    border-radius: 50%;
}
.close-button--circle span {
      position: relative;
      margin-left: 0;
      background: none;
}
.close-button--circle span:before, .close-button--circle span:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 50%;
        width: 2px;
        height: 18px;
        border-radius: 4px;
        background-color: #3b4658;
}
.close-button--circle span:before {
        -webkit-transform: translate3d(50%, -50%, 0) rotate(-45deg);
                transform: translate3d(50%, -50%, 0) rotate(-45deg);
}
.close-button--circle span:after {
        -webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
                transform: translate3d(50%, -50%, 0) rotate(45deg);
}
.close-button--grey {
    background-color: rgba(236, 237, 239, 0.5);
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: calc(100% - var(--lock-offset, 0));
  height: 100%;
}
@media only screen and (max-width: 750px) {
.modal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
}
.modal__close {
    position: absolute;
    top: 32px;
    right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(236, 237, 239, 0.5);
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
.modal__close {
        top: 20px;
        right: 20px;
}
}
.modal__close svg {
      width: 14px;
      height: 14px;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease;
}
.modal__close:hover svg {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
}
.modal:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.modal._rounded .modal__content {
    border-radius: 1.6rem;
}
@media only screen and (max-width: 750px) {
.modal._rounded .modal__content {
        border-radius: 1.6rem 1.6rem 0 0;
}
}
@media only screen and (max-width: 750px) {
.modal._to-top {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
}
}
.modal._scroll {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}
.modal._scroll._centred {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.modal._scroll .modal__content {
      margin: 80px 0;
      overflow-x: hidden;
      overflow-y: auto;
      scrollbar-width: none;
}
.modal._scroll .modal__content::-webkit-scrollbar {
        display: none;
}
@media (max-height: 728px) {
.modal._scroll .modal__content {
          margin: 40px 0;
}
}
@media only screen and (max-width: 750px) {
.modal._scroll .modal__content {
          margin: 0;
}
}
@media only screen and (max-width: 750px) {
.modal._scroll._fullMob {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
}
}
@media only screen and (max-width: 750px) {
.modal._scroll._fullMob .modal__content {
        height: 100%;
}
}
.modal._full {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.modal._full > .modal__content {
      height: 100%;
      min-height: 100%;
      min-width: 100%;
      overflow: auto;
}
.modal__content {
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 40px 64px 48px;
    background-color: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.modal__content._blank {
      padding: 0;
}
.modal__content._overflow-visible {
      overflow: visible;
}
@media only screen and (max-width: 750px) {
.modal__content {
        width: 100%;
        height: auto;
        padding: 38px 20px;
}
}
.to-top-enter .modal__content,
.to-top-leave-to .modal__content {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.to-top-enter:before,
.to-top-leave-to:before {
  opacity: 0;
}
.to-slide-left-enter-active .modal__content,
.to-slide-left-leave-active .modal__content {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.to-slide-left-enter-active:before,
.to-slide-left-leave-active:before {
  opacity: 0;
}
.to-slide-left-enter .modal__content,
.to-slide-left-leave-to .modal__content {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.to-slide-left-enter-from .modal__content,
.to-slide-left-leave-from .modal__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.selected-enter {
  opacity: 0;
}
.selected-leave-to {
  opacity: 0;
}
.selected-leave-active {
  position: absolute;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.thumbs-slider__top {
  height: 512px;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__top {
      height: auto;
}
}
.thumbs-slider__bottom {
  height: 100px;
  margin-top: 2px;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__bottom {
      display: none;
}
}
.thumbs-slider__slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__slide {
      min-height: 260px;
}
}
.thumbs-slider__slide[lazy='loaded'] {
    opacity: 1;
}
.thumbs-slider__slide._small {
    cursor: pointer;
    width: 163.333px !important;
}
.thumbs-slider__slide._small:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7)));
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
.thumbs-slider__slide._small._current:before {
      opacity: 0.7;
}
.thumbs-slider__slide-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.thumbs-slider__next, .thumbs-slider__prev {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__next, .thumbs-slider__prev {
      margin-top: -23px;
}
}
.thumbs-slider__next._mobile-arrow, .thumbs-slider__prev._mobile-arrow {
    display: block !important;
}
@media (hover), (min-width: 0 \0) {
.thumbs-slider__prev:hover {
    -webkit-transform: translateY(-50%) translateX(-4px);
            transform: translateY(-50%) translateX(-4px);
}
}
@media (hover), (min-width: 0 \0) {
.thumbs-slider__next:hover {
    -webkit-transform: translateY(-50%) scale(-1, 1) translateX(-4px);
            transform: translateY(-50%) scale(-1, 1) translateX(-4px);
}
}
.thumbs-slider__pagination.swiper-pagination {
  position: absolute;
  bottom: 24px;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__pagination.swiper-pagination {
      position: relative;
      bottom: auto;
      margin-top: 36px;
      height: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
}
.thumbs-slider__pagination.swiper-pagination._white-circles-dynamic .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #fff;
    opacity: .5;
}
.thumbs-slider__pagination.swiper-pagination._hidden {
    opacity: 0;
}
.thumbs-slider__fraction {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 42px;
  display: none;
  color: white;
  line-height: 20px;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__fraction {
      display: block;
}
}
.thumbs-slider__images-area {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  cursor: none;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__images-area {
      display: none;
}
}
.thumbs-slider__images-area._left {
    left: 0;
}
.thumbs-slider__images-area._right {
    right: 0;
}
.thumbs-slider__switcher {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  will-change: transform;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__switcher {
      display: none;
}
}
.thumbs-slider__switcher-btn {
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0) translate3d(-50%, -50%, 0);
          transform: scale(0) translate3d(-50%, -50%, 0);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
@media only screen and (max-width: 750px) {
.thumbs-slider__switcher-btn {
      display: none;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.ui-radio-button__content {
  font-family: "Grtsk-Exa", "Verdana", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #3b4658;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.plus-tag {
  margin-left: 8px !important;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.promo-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 80px) / 4);
  min-height: 413px;
  padding: 24px;
  border-radius: 8px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
.promo-card {
      width: 100%;
}
}
.promo-card:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 284px;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #14191a), color-stop(26.56%, rgba(20, 25, 26, 0.9)), to(rgba(20, 25, 26, 0)));
    background: linear-gradient(0, #14191a 0%, rgba(20, 25, 26, 0.9) 26.56%, rgba(20, 25, 26, 0) 100%);
    opacity: 0.8;
}
.promo-card:hover .promo-card__button {
    background-color: #dcdcdc;
    color: #4f4f4f;
}
@media only screen and (max-width: 750px) {
.promo-card:hover .promo-card__button {
        background-color: #fff;
        color: #14191a;
}
}
.promo-card._active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.promo-card._big {
    width: calc((100% - 60px) / 4 * 2 + 10px);
    padding: 32px;
}
@media only screen and (max-width: 750px) {
.promo-card._big {
        width: 100%;
        padding: 24px;
}
}
.promo-card._big:before {
      height: 132px;
}
@media only screen and (max-width: 750px) {
.promo-card._big:before {
          height: 284px;
}
}
.promo-card._big .promo-card__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
@media only screen and (max-width: 750px) {
.promo-card._big .promo-card__content {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
}
@media only screen and (min-width: 751px) {
.promo-card._big .promo-card__button {
        width: auto;
        padding: 12px 28px 14px;
        font-size: 16px;
}
}
.promo-card__frame {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    opacity: 0;
}
.promo-card__frame.is-video {
      opacity: 1;
}
.promo-card__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.promo-card__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}
@media only screen and (max-width: 750px) {
.promo-card__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
}
.promo-card__title {
    font-size: 24px;
    line-height: 24px;
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
    font-weight: 600;
    color: white;
}
@media only screen and (max-width: 750px) {
.promo-card__title {
        -ms-flex-item-align: start;
            align-self: flex-start;
}
}
.promo-card__button {
    width: 100%;
    margin-top: 20px;
    padding: 13px;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #14191a;
}
@media only screen and (max-width: 750px) {
.promo-card__button {
        width: 100%;
        max-width: 214px;
        padding: 13px 20px;
        font-size: 14px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.flats-waiting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 268px;
  background: #fff;
  border-radius: .8rem;
}
@media only screen and (max-width: 750px) {
.flats-waiting {
      padding: 32px;
}
}
.flats-waiting__text {
    text-align: center;
}
.flats-waiting__desk {
    margin-top: 1.6rem;
    color: #434748;
    font-family: "Grtsk-Exa", "Verdana", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
.flats-waiting__desk {
        max-width: unset;
        margin-top: 1.2rem;
        font-family: "Grtsk-Exa", "Verdana", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2rem;
}
}
.flats-waiting__title {
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3.2rem;
}
@media only screen and (max-width: 750px) {
.flats-waiting__title {
        font-size: 20px;
        font-family: "Grtsk-Tera", "Verdana", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 2rem;
        line-height: 2.8rem;
}
}
.flats-waiting__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media only screen and (max-width: 750px) {
.flats-waiting__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
        margin-top: 32px;
}
}
.flats-waiting__button {
    font-family: "Grtsk-Exa", "Verdana", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: 5.2rem;
}
@media only screen and (max-width: 750px) {
.flats-waiting__button {
        width: 100%;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.onboarding-wrapper {
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  pointer-events: none;
}
.onboarding-wrapper._active {
    opacity: 1;
}
.onboarding-default {
  margin: 0;
  pointer-events: none;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
.onboarding-default {
      width: 100%;
}
}
.onboarding-hint-0 {
  width: calc((100% - 20px * 2 - .8rem) / 2);
}
.onboarding-hint-1 {
  width: 28.4rem;
}
@media only screen and (max-width: 750px) {
.onboarding-hint-1 {
      width: calc((100% - 20px * 2 - .8rem) / 2);
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.flat-waiting-step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flat-waiting-step-header__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid #14191a;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 400;
}
.flat-waiting-step-header__number svg {
      width: 22px;
      height: 16px;
}
@media only screen and (max-width: 750px) {
.flat-waiting-step-header__number {
        width: 32px;
        height: 32px;
        font-size: 16px;
}
.flat-waiting-step-header__number svg {
          width: 18px;
          height: 10px;
}
}
.flat-waiting-step-header__name {
    margin-left: 20px;
    color: #14191a;
    font-size: 20px;
}
@media only screen and (max-width: 750px) {
.flat-waiting-step-header__name {
        font-size: 18px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
  /* Colors */
  /* End colors */
  /* Size */
  /* End size */
  /* Modificators */
  /* End Modificators */
}
.v-input--default {
    border-color: #cacaca;
    color: #000;
}
.v-input--default .v-input__label {
      color: #000;
}
.v-input--default .v-input__placeholder {
      color: rgba(0, 0, 0, 0.44);
}
.v-input--default.is-error {
      border-color: #ef3b24;
}
.v-input--default.is-error .v-input__label {
        color: #ef3b24;
}
.v-input--default.is-error .v-input__label .v-input__hint-body {
          color: #000;
}
.v-input--default.is-error .v-input__inner {
        border-color: #ef3b24;
}
.v-input--default.is-error .v-input__error {
        opacity: 1;
}
.v-input--medium .v-input__native {
    height: 54px;
}
.v-input--medium .v-input__placeholder {
    font-size: 16px;
}
.v-input--large .v-input__native {
    height: 60px;
}
.v-input--large .v-input__placeholder {
    font-size: 16px;
}
.v-input.has-label.has-placeholder .v-input__label, .v-input.is-active .v-input__label, .v-input.is-focused .v-input__label, .v-input.has-content .v-input__label {
    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
}
.v-input.is-textarea .v-input__placeholder {
    top: 16px;
    -webkit-transform: none;
            transform: none;
}
.v-input.has-label {
    padding-top: 38px;
}
.v-input.has-label.has-placeholder.is-active .v-input__placeholder {
    opacity: 0;
}
@media screen and (max-device-width: 1024px) {
.v-input.has-label.has-placeholder.is-focused .v-input__placeholder {
      opacity: 0;
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
}
}
.v-input.is-active .v-input__placeholder {
    opacity: 0;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
}
@media screen and (max-device-width: 1024px) {
.v-input.is-focused .v-input__placeholder {
      opacity: 0;
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
}
}
.v-input.is-disabled {
    opacity: .3;
}
.v-input__inner {
    position: relative;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #cacaca;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.v-input__inner input[type=file] {
      opacity: 0;
}
.v-input__native, .v-input__textarea {
    width: 100%;
    height: 48px;
    padding: 16px 0;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: inherit;
    color: inherit;
}
.v-input__native:placeholder-shown ~ .v-input__placeholder, .v-input__textarea:placeholder-shown ~ .v-input__placeholder {
      opacity: 0;
}
.v-input__native::-webkit-outer-spin-button, .v-input__native::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.v-input__native[type=number] {
    -moz-appearance: textfield;
}
.v-input__textarea {
    height: 80px;
    resize: none;
}
.v-input__label, .v-input__placeholder, .v-input__error {
    position: absolute;
    pointer-events: none;
}
.v-input__label {
    left: 0;
    top: 14px;
    font-size: 16px;
    line-height: 18px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: color .2s ease, -webkit-transform .3s ease;
    transition: color .2s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, color .2s ease;
    transition: transform .3s ease, color .2s ease, -webkit-transform .3s ease;
}
.v-input__label._pointer {
      pointer-events: auto;
}
.v-input__hint {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjREVERURFIi8+CjxwYXRoIGQ9Ik0xMC44MjggNi4yTDEwLjY3MiAxMS40OEg5LjM1Mkw5LjE5NiA2LjJIMTAuODI4Wk05LjM2NCAxMy44MDhDOS4xODggMTMuNjMyIDkuMSAxMy40MTYgOS4xIDEzLjE2QzkuMSAxMi45MDQgOS4xODggMTIuNjg4IDkuMzY0IDEyLjUxMkM5LjU0IDEyLjMyOCA5Ljc1NiAxMi4yMzYgMTAuMDEyIDEyLjIzNkMxMC4yNjggMTIuMjM2IDEwLjQ4NCAxMi4zMjggMTAuNjYgMTIuNTEyQzEwLjgzNiAxMi42ODggMTAuOTI0IDEyLjkwNCAxMC45MjQgMTMuMTZDMTAuOTI0IDEzLjQxNiAxMC44MzYgMTMuNjMyIDEwLjY2IDEzLjgwOEMxMC40ODQgMTMuOTc2IDEwLjI2OCAxNC4wNiAxMC4wMTIgMTQuMDZDOS43NTYgMTQuMDYgOS41NCAxMy45NzYgOS4zNjQgMTMuODA4WiIgZmlsbD0iIzM5NDY1QSIvPgo8L3N2Zz4K);
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    cursor: pointer;
}
.v-input__hint-body {
    position: absolute;
    top: -16px;
    left: 40%;
    width: 300px;
    padding: 30px 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(-50%, -100%, 0);
            transform: translate3d(-50%, -100%, 0);
}
@media only screen and (max-width: 750px) {
.v-input__hint-body {
        left: 112%;
        width: 280px;
        padding: 15px 20px;
        font-size: 14px;
        -webkit-transform: translate3d(-100%, -100%, 0);
                transform: translate3d(-100%, -100%, 0);
}
}
.v-input__hint-body:before {
      content: '';
      position: absolute;
      display: block;
      left: calc(50% - 10px);
      bottom: -10px;
      border-top: 11px solid #fff;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
}
@media only screen and (max-width: 750px) {
.v-input__hint-body:before {
          left: calc(100% - 24px);
          bottom: -11px;
}
}
.v-input__placeholder {
    left: 20px;
    top: 50%;
    width: calc(100% - 40px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.v-input__required {
    margin-left: .2rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #292522;
}
.v-input__error {
    left: 0;
    bottom: -18px;
    font-size: 11px;
    color: #ef3b24;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.v-input__addon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.v-input__addon.is-left {
      margin-right: 8px;
}
.v-input__addon.is-right {
      margin-left: 8px;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.floor-params-step {
  margin-top: 52px;
}
@media only screen and (max-width: 750px) {
.floor-params-step {
      margin-top: 60px;
}
}
.floor-params-step__header {
    margin-bottom: 48px;
}
@media only screen and (max-width: 750px) {
.floor-params-step__header {
        margin-bottom: 40px;
}
}
.floor-params-step__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 33px;
    margin-top: 40px;
}
.floor-params-step__row:first-child {
      margin-top: 0;
}
@media only screen and (max-width: 750px) {
.floor-params-step__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 0;
}
}
.floor-params-step__item {
    width: 276px;
    min-width: 276px;
    -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 750px) {
.floor-params-step__item {
        width: 100%;
        min-width: 100%;
}
}
.floor-params-step__label {
    margin-bottom: 16px;
    font-size: 16px;
    color: #3b4658;
}
.floor-params-step__select {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
.floor-params-step__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 56px;
    margin-top: 48px;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.v-checkbox._active .v-checkbox__box {
    border-color: #3b4658;
}
.v-checkbox._active .v-checkbox__box:after {
      opacity: 1;
}
.v-checkbox._disabled {
    pointer-events: none;
    opacity: .6;
}
.v-checkbox._error .v-checkbox__box {
    border-color: #ef3b24;
}
.v-checkbox__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 12px;
    border: 1px solid #dedede;
    background-color: white;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.v-checkbox__box:after {
      content: '';
      width: 12px;
      height: 12px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDMuMDgzMzNMNC4wMDk3NSA2TDkgMSIgc3Ryb2tlPSIjM0I0NjU4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
      background-repeat: no-repeat;
      position: absolute;
      top: 7px;
      left: 5px;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.waiting-step-two__title {
  margin-bottom: 32px;
}
@media only screen and (max-width: 750px) {
.waiting-step-two__title {
      margin-top: 40px;
      margin-bottom: 28px;
      font-weight: 500;
      font-size: 18px;
      color: #3b4658;
}
}
.waiting-step-two__header {
  margin-top: 64px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 750px) {
.waiting-step-two__header {
      margin-top: 52px;
}
}
.waiting-step-two__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
  -webkit-tap-highlight-color: transparent;
}
.waiting-step-two__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.waiting-step-three__header {
  margin-top: 64px;
  margin-bottom: 48px;
}
.waiting-step-three__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
.waiting-step-three__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
}
.waiting-step-three__item {
  width: 50%;
  max-width: 276px;
}
@media only screen and (max-width: 750px) {
.waiting-step-three__item {
      max-width: 100%;
      width: 100%;
}
}
.waiting-step-three__help {
  margin-top: 32px;
  margin-bottom: 48px;
  color: #151a1b;
  font-size: 12px;
}
@media only screen and (max-width: 750px) {
.waiting-step-three__help {
      display: none;
}
}
.waiting-step-three__checkbox {
  margin-top: 48px;
  line-height: 1.2;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 750px) {
.waiting-step-three__checkbox {
      margin-top: 40px;
}
}
.waiting-step-three__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
}
@media only screen and (max-width: 750px) {
.waiting-step-three__button {
      margin-top: 40px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.result-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
.result-step {
      height: 100%;
      margin-top: 0;
      padding-top: 80px;
}
}
.result-step__icon {
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    border: 2px solid #14191a;
    border-radius: 50%;
}
.result-step__icon svg {
      width: 28px;
      height: 28px;
}
.result-step__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #3b4658;
    margin-bottom: 8px;
}
.result-step__description {
    max-width: 330px;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    color: #a0acbf;
}
.result-step__button {
    width: 100%;
    height: 56px;
    margin-top: 64px;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.flats-waiting-modal {
  position: relative;
  width: 688px;
  padding: 52px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
.flats-waiting-modal {
      width: 100%;
      height: 100%;
      padding: 20px 20px 40px 20px;
      overflow-x: hidden;
      overflow-y: scroll;
}
}
@media only screen and (max-width: 750px) {
.flats-waiting-modal__title {
      display: none;
}
}
.flats-waiting-modal__header-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 74px;
    padding: 20px;
    background: #f9f9f9;
}
@media only screen and (max-width: 750px) {
.flats-waiting-modal__header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
}
.flats-waiting-modal__mobile-title {
    font-weight: 500;
    font-size: 18px;
    color: #3b4658;
}
.flats-waiting-modal__outer {
    position: absolute;
    top: 0;
    left: 50%;
    padding-bottom: 80px;
    margin-top: 80px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
}
.flats-waiting-modal__outer .form__close {
      z-index: 101;
}
@media only screen and (max-width: 750px) {
.flats-waiting-modal__outer {
        width: 100%;
        height: 100%;
        max-height: 100%;
        padding-bottom: 0;
        margin-top: 0;
        background-color: white;
        overflow: auto;
}
}

