@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 #ff808f;
    font-size: 1.4rem;
    line-height: 1.6rem;
    background-color: #fff;
    margin-bottom: 1.2rem;
    color: #ff001f;
    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: #ff001f;
      stroke: #ff001f;
      -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: #ff001f;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
    color: #fff; }
    .flat-list__open._mobile {
      border: 1px solid #ff001f;
      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: #ff001f; }
    .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: #ff334c; }
    .flat-list__resale-link:after {
      content: "";
      position: absolute;
      top: 95%;
      left: 0;
      width: calc(100% - 24px);
      height: 1px;
      background-color: #ff334c;
      -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*/
.booking {
  width: 995px; }
  @media only screen and (max-width: 750px) {
    .booking {
      width: 100%; } }
  .booking__info {
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e1e1e1;
    padding-top: 36px; }
    @media only screen and (max-width: 750px) {
      .booking__info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .booking__info._car {
      border: none;
      padding: 36px 80px 0; }
      @media only screen and (max-width: 750px) {
        .booking__info._car {
          padding: 20px 20px 0; } }
    .booking__info-title {
      position: absolute;
      left: 0;
      top: -10px;
      padding-right: 36px;
      background-color: #f9f9f9;
      font-size: 14px;
      line-height: 124.6%;
      color: #a8a19a; }
      @media only screen and (max-width: 750px) {
        .booking__info-title {
          padding-right: 16px; } }
      .booking__info-title._car {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 20px;
        background-color: white;
        color: #3b4658; }
    .booking__info-image {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100px;
      height: 100px;
      margin-right: 52px; }
      @media only screen and (max-width: 750px) {
        .booking__info-image {
          width: 158px;
          height: 158px;
          margin-right: 20px; } }
      .booking__info-image > svg {
        width: 100%;
        height: 100%; }
    .booking__info-aside {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media only screen and (max-width: 750px) {
        .booking__info-aside {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1 1; } }
    .booking__info-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .booking__info-row._desk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media only screen and (max-width: 750px) {
          .booking__info-row._desk {
            display: none; } }
      .booking__info-row._mob {
        display: none; }
        @media only screen and (max-width: 750px) {
          .booking__info-row._mob {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      .booking__info-row:first-child {
        margin-bottom: 16px; }
        @media only screen and (max-width: 750px) {
          .booking__info-row:first-child {
            margin-bottom: 24px; } }
    .booking__info-cell {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 60px; }
      @media only screen and (max-width: 750px) {
        .booking__info-cell {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          margin-right: 0;
          margin-bottom: 20px; }
          .booking__info-cell._mob100 {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%; }
          .booking__info-cell._price-mob {
            width: 158px;
            margin-right: 20px;
            margin-bottom: 0; }
          .booking__info-cell._offline-mob {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1 1; } }
    .booking__info-name {
      margin-bottom: 4px;
      font-size: 12px;
      line-height: 16px;
      color: #a8a19a; }
    .booking__info-val {
      font-size: 14px;
      line-height: 16px; }
    .booking__info-price {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      font-size: 24px;
      line-height: 28px; }
      .booking__info-price b {
        font-weight: 400; }
      .booking__info-price > span {
        font-size: 16px; }
      .booking__info-price._offline {
        font-weight: 300;
        color: rgba(59, 70, 88, 0.8); }
    .booking__info-desc {
      font-size: 12px;
      line-height: 14px;
      color: rgba(59, 70, 88, 0.6); }
  .booking__info-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .booking__info-wrap._w410 {
      max-width: 410px; }
      @media only screen and (max-width: 750px) {
        .booking__info-wrap._w410 {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%; } }
    .booking__info-wrap._pantry {
      max-width: 410px;
      margin-left: 15px; }
      @media only screen and (max-width: 750px) {
        .booking__info-wrap._pantry {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          margin-top: 25px;
          margin-left: 0; } }
  .booking__link {
    position: relative;
    display: inline-block;
    margin-top: 26px;
    font-weight: 300;
    font-size: 14px;
    line-height: 124.6%; }
    @media only screen and (max-width: 750px) {
      .booking__link {
        margin-top: 0;
        margin-bottom: 30px;
        -ms-flex-item-align: center;
            align-self: center; } }
    .booking__link:hover:after {
      background-color: rgba(59, 70, 88, 0); }
    .booking__link:after {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #3b4658;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
  .booking__tip {
    padding-top: 15px;
    color: red;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1; }
    @media only screen and (max-width: 750px) {
      .booking__tip {
        padding-top: 0;
        margin-bottom: 20px; } }
    .booking__tip._hidden {
      padding-top: 0;
      opacity: 0; }
  .booking__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 42px 80px 36px;
    background-color: #f9f9f9; }
    @media only screen and (max-width: 750px) {
      .booking__head {
        padding: 28px 20px; } }
  .booking__objects {
    display: none;
    position: relative;
    padding: 16px 23px;
    margin-top: 32px;
    margin-left: 80px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #f8f8f8;
    color: #626b79; }
    .booking__objects._active {
      display: block; }
    @media only screen and (max-width: 750px) {
      .booking__objects {
        padding: 12px 16px;
        margin: 24px 20px 0;
        width: auto; } }
    .booking__objects:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background-color: #3b4658; }
    .booking__objects > span {
      font-weight: 500; }
  .booking__body {
    padding: 30px 80px 48px; }
    @media only screen and (max-width: 750px) {
      .booking__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 36px 20px 0; } }
  .booking__title {
    width: 100%;
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 124.6%; }
    @media only screen and (max-width: 750px) {
      .booking__title {
        max-width: 216px;
        margin-bottom: 8px;
        font-size: 24px; } }
  .booking__subtitle {
    margin-bottom: 42px;
    font-weight: 300;
    font-size: 14px;
    line-height: 124.6%; }
    @media only screen and (max-width: 750px) {
      .booking__subtitle {
        max-width: 236px;
        margin-bottom: 32px; } }
    .booking__subtitle._car {
      margin-bottom: 0; }
  .booking__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    @media only screen and (max-width: 750px) {
      .booking__steps {
        margin-bottom: 36px; } }
    .booking__steps-title {
      margin-bottom: 22px;
      font-size: 24px;
      line-height: 124.6%; }
      @media only screen and (max-width: 750px) {
        .booking__steps-title {
          margin-bottom: 18px;
          font-size: 20px; } }
    .booking__steps .slick-dots {
      bottom: -30px; }
      .booking__steps .slick-dots li {
        border-color: #3b4658; }
        .booking__steps .slick-dots li:after {
          background-color: #3b4658; }
  .booking__step {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 268px;
            flex: 0 0 268px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px 36px;
    background-color: #f9f9f9;
    overflow: hidden; }
    @media only screen and (max-width: 750px) {
      .booking__step {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 35px;
        margin-bottom: 20px; }
        .booking__step:last-child {
          margin-bottom: 0; } }
    .booking__step._w410 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 410px;
              flex: 0 0 410px; }
      @media only screen and (max-width: 750px) {
        .booking__step._w410 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
    .booking__step-title {
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 20px; }
    .booking__step-text {
      font-weight: 300;
      font-size: 14px;
      line-height: 138.1%; }
    .booking__step-num {
      position: absolute;
      bottom: -36px;
      right: 30px;
      font-weight: bold;
      font-size: 64px;
      line-height: 138.1%;
      color: #eee; }
  .booking__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media only screen and (max-width: 750px) {
      .booking__row {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  .booking__label {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 20px; }
  .booking__item {
    width: 267px; }
    .booking__item > input {
      font-size: 16px; }
    @media only screen and (max-width: 750px) {
      .booking__item {
        width: 100%; }
        .booking__item:first-child {
          margin-bottom: 22px; } }
  .booking__submit {
    height: 46px;
    width: 100%; }
    @media only screen and (max-width: 750px) {
      .booking__submit {
        height: 60px;
        width: 100vw;
        margin: 0 -20px;
        margin-top: 36px; } }

.book-info-popup {
  padding: 80px 0 56px; }
  @media only screen and (max-width: 750px) {
    .book-info-popup {
      padding: 48px 0 32px; } }
  .book-info-popup__close {
    top: 63px;
    right: 100px;
    padding: 20px; }
    @media only screen and (max-width: 750px) {
      .book-info-popup__close {
        top: 4px;
        right: 0; } }
  .book-info-popup__wrap {
    position: relative; }
    @media only screen and (max-width: 750px) {
      .book-info-popup__wrap {
        height: calc(100vh - 100px);
        overflow-y: scroll; } }
  .book-info-popup__inner .mCSB_scrollTools {
    width: 4px; }
  .book-info-popup__inner .mCSB_container {
    padding-right: 78px; }
    @media only screen and (max-width: 750px) {
      .book-info-popup__inner .mCSB_container {
        padding-right: 20px; } }
  .book-info-popup__title {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 120.56%; }
    @media only screen and (max-width: 750px) {
      .book-info-popup__title {
        max-width: 80%;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 124%; } }
  .book-info-popup__text {
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 142.48%; }
    @media only screen and (max-width: 750px) {
      .book-info-popup__text {
        padding-bottom: 16px; } }
  .book-info-popup__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    @media only screen and (max-width: 750px) {
      .book-info-popup__steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 32px; } }
  .book-info-popup__step {
    width: calc((100% - 60px) / 4);
    padding: 24px;
    margin-right: 20px;
    background-color: #f9f9f9; }
    @media only screen and (max-width: 750px) {
      .book-info-popup__step {
        width: 100%;
        padding: 16px;
        margin-right: 0;
        margin-bottom: 16px; }
        .book-info-popup__step:last-child {
          margin-bottom: 0; } }
    .book-info-popup__step:last-child {
      margin-right: 0; }
  .book-info-popup__step-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px; }
    @media only screen and (max-width: 750px) {
      .book-info-popup__step-head {
        margin-bottom: 12px; } }
  .book-info-popup__step-num {
    width: 25px;
    height: 25px;
    margin-right: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .book-info-popup__step-num._1 {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0LjUgMTIuNUMyNC41IDE5LjEyNzQgMTkuMTI3NCAyNC41IDEyLjUgMjQuNUM1Ljg3MjU4IDI0LjUgMC41IDE5LjEyNzQgMC41IDEyLjVDMC41IDUuODcyNTggNS44NzI1OCAwLjUgMTIuNSAwLjVDMTkuMTI3NCAwLjUgMjQuNSA1Ljg3MjU4IDI0LjUgMTIuNVoiIHN0cm9rZT0iI0Q3RDZENiIvPgo8cGF0aCBkPSJNMTEuMyAxMC43MlY5LjcxMkMxMS42ODQgOS43MTIgMTIuMDEyIDkuNTY0IDEyLjI4NCA5LjI2OEMxMi41NTYgOC45NzIgMTIuNjkyIDguNjE2IDEyLjY5MiA4LjJIMTMuNzg0VjE2SDEyLjY5MlYxMC4wNzJDMTIuNDY4IDEwLjUwNCAxMi4wMDQgMTAuNzIgMTEuMyAxMC43MloiIGZpbGw9IiMzQjQ2NTgiLz4KPHBhdGggZD0iTTEyIDAuNUMxOC45MDM2IDAuNSAyNC41IDUuNTk2NDQgMjQuNSAxMi41IiBzdHJva2U9IiMzQjQ2NTgiLz4KPC9zdmc+Cg==); }
    .book-info-popup__step-num._2 {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNiAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMjQuNUM1Ljg3MjU4IDI0LjUgMC40OTk5OTkgMTkuMTI3NCAwLjQ5OTk5OSAxMi41QzAuNSA1Ljg3MjU4IDUuODcyNTggMC40OTk5OTkgMTIuNSAwLjQ5OTk5OUMxOS4xMjc0IDAuNSAyNC41IDUuODcyNTggMjQuNSAxMi41QzI0LjUgMTkuMTI3NCAxOS4xMjc0IDI0LjUgMTIuNSAyNC41WiIgc3Ryb2tlPSIjRDdENkQ2Ii8+CjxwYXRoIGQ9Ik0yNC41IDEyQzI0LjUgMTguOTAzNiAxOS40MDM2IDI0LjUgMTIuNSAyNC41IiBzdHJva2U9IiMzQjQ2NTgiLz4KPHBhdGggZD0iTTEyLjUgMC41QzE5LjUgMC41IDI0LjUgNiAyNC41IDEyIiBzdHJva2U9IiMzQjQ2NTgiLz4KPHBhdGggZD0iTTE1LjIyIDE1LjAwNFYxNkgxMC41NFYxNS4wMDRDMTAuOTg4IDE0LjYwNCAxMS4zNjQgMTQuMjU2IDExLjY2OCAxMy45NkMxMS45OCAxMy42NjQgMTIuMzQ0IDEzLjI4NCAxMi43NiAxMi44MkMxMy4xODQgMTIuMzU2IDEzLjUwOCAxMS45MTIgMTMuNzMyIDExLjQ4OEMxMy45NTYgMTEuMDU2IDE0LjA2OCAxMC42NjQgMTQuMDY4IDEwLjMxMkMxNC4wNjggOS44NDggMTMuOTU2IDkuNTE2IDEzLjczMiA5LjMxNkMxMy41MTYgOS4xMTYgMTMuMjU2IDkuMDE2IDEyLjk1MiA5LjAxNkMxMi4yNzIgOS4wMTYgMTEuODU2IDkuNDA4IDExLjcwNCAxMC4xOTJMMTAuNzA4IDkuOTA0QzEwLjk0OCA4LjY0OCAxMS43IDguMDIgMTIuOTY0IDguMDJDMTMuMjI4IDguMDIgMTMuNDggOC4wNTYgMTMuNzIgOC4xMjhDMTMuOTY4IDguMiAxNC4yMDggOC4zMTYgMTQuNDQgOC40NzZDMTQuNjcyIDguNjI4IDE0Ljg1NiA4Ljg2IDE0Ljk5MiA5LjE3MkMxNS4xMjggOS40NzYgMTUuMTk2IDkuODQgMTUuMTk2IDEwLjI2NEMxNS4xOTYgMTAuOTY4IDE0Ljg1MiAxMS43NzYgMTQuMTY0IDEyLjY4OEMxMy40ODQgMTMuNiAxMi43NDggMTQuMzcyIDExLjk1NiAxNS4wMDRIMTUuMjJaIiBmaWxsPSIjM0I0NjU4Ii8+Cjwvc3ZnPgo=); }
    .book-info-popup__step-num._3 {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNiAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMjQuNUM1Ljg3MjU4IDI0LjUgMC40OTk5OTkgMTkuMTI3NCAwLjQ5OTk5OSAxMi41QzAuNSA1Ljg3MjU4IDUuODcyNTggMC40OTk5OTkgMTIuNSAwLjQ5OTk5OUMxOS4xMjc0IDAuNSAyNC41IDUuODcyNTggMjQuNSAxMi41QzI0LjUgMTkuMTI3NCAxOS4xMjc0IDI0LjUgMTIuNSAyNC41WiIgc3Ryb2tlPSIjRDdENkQ2Ii8+CjxwYXRoIGQ9Ik0yNC41IDEyQzI0LjUgMTguOTAzNiAxOS40MDM2IDI0LjUgMTIuNSAyNC41IiBzdHJva2U9IiMzQjQ2NTgiLz4KPHBhdGggZD0iTTEyLjUgMjQuNUM1LjMyMDMgMjQuNSAwLjUgMTguOTAzNiAwLjUgMTIiIHN0cm9rZT0iIzNCNDY1OCIvPgo8cGF0aCBkPSJNMTIgMC41QzE5IDAuNSAyNC41IDYgMjQuNSAxMiIgc3Ryb2tlPSIjM0I0NjU4Ii8+CjxwYXRoIGQ9Ik05LjU3NiAxNC4zNjhMMTAuNTk2IDE0LjAyQzEwLjc2NCAxNC43ODggMTEuMjMyIDE1LjE3MiAxMiAxNS4xNzJDMTIuMzc2IDE1LjE3MiAxMi42OCAxNS4wNDQgMTIuOTEyIDE0Ljc4OEMxMy4xNTIgMTQuNTMyIDEzLjI3MiAxNC4xNjQgMTMuMjcyIDEzLjY4NEMxMy4yNzIgMTMuMjYgMTMuMTY0IDEyLjkzNiAxMi45NDggMTIuNzEyQzEyLjc0IDEyLjQ4IDEyLjQ2NCAxMi4zNjQgMTIuMTIgMTIuMzY0SDExLjYwNFYxMS4zNTZIMTIuMDZDMTIuNDUyIDExLjM1NiAxMi43MzIgMTEuMjQgMTIuOSAxMS4wMDhDMTMuMDc2IDEwLjc2OCAxMy4xNjQgMTAuNDg0IDEzLjE2NCAxMC4xNTZDMTMuMTY0IDkuNzU2IDEzLjA1MiA5LjQ2NCAxMi44MjggOS4yOEMxMi42MTIgOS4wOTYgMTIuMzMyIDkuMDA0IDExLjk4OCA5LjAwNEMxMS43MDggOS4wMDQgMTEuNDQ0IDkuMSAxMS4xOTYgOS4yOTJDMTAuOTU2IDkuNDg0IDEwLjggOS43OTYgMTAuNzI4IDEwLjIyOEw5LjcyIDkuOTRDOS44NDggOS4yNTIgMTAuMTI4IDguNzYgMTAuNTYgOC40NjRDMTEgOC4xNjggMTEuNDg0IDguMDIgMTIuMDEyIDguMDJDMTIuNzA4IDguMDIgMTMuMjY4IDguMTk2IDEzLjY5MiA4LjU0OEMxNC4xMjQgOC45IDE0LjM0IDkuNCAxNC4zNCAxMC4wNDhDMTQuMzQgMTAuNDk2IDE0LjIyOCAxMC44OTIgMTQuMDA0IDExLjIzNkMxMy43ODggMTEuNTcyIDEzLjQ5NiAxMS43NzIgMTMuMTI4IDExLjgzNlYxMS45MDhDMTMuNTY4IDEyLjAwNCAxMy45IDEyLjIxNiAxNC4xMjQgMTIuNTQ0QzE0LjM1NiAxMi44NzIgMTQuNDcyIDEzLjI2OCAxNC40NzIgMTMuNzMyQzE0LjQ3MiAxNC40MzYgMTQuMjc2IDE1LjAyIDEzLjg4NCAxNS40ODRDMTMuNDkyIDE1Ljk0OCAxMi44NjggMTYuMTggMTIuMDEyIDE2LjE4QzExLjM4IDE2LjE4IDEwLjg0NCAxNi4wMjggMTAuNDA0IDE1LjcyNEM5Ljk3MiAxNS40MTIgOS42OTYgMTQuOTYgOS41NzYgMTQuMzY4WiIgZmlsbD0iIzNCNDY1OCIvPgo8L3N2Zz4K); }
    .book-info-popup__step-num._4 {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIuNSIgY3k9IjEyLjUiIHI9IjEyIiBzdHJva2U9IiMzQjQ2NTgiLz4KPHBhdGggZD0iTTkuMyAxMy40NTZMMTIuMjI4IDguMkgxMy43MTZWMTMuNDA4SDE0LjU2OFYxNC4zNDRIMTMuNzE2VjE2SDEyLjYyNFYxNC4zNDRIOS4zVjEzLjQ1NlpNMTAuNDQgMTMuNDA4SDEyLjYyNFY5LjQzNkwxMC40NCAxMy40MDhaIiBmaWxsPSIjM0I0NjU4Ii8+Cjwvc3ZnPgo=); }
  .book-info-popup__step-name {
    font-size: 16px;
    line-height: 37px; }
  .book-info-popup__step-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 164.4%; }
  .book-info-popup__btn {
    height: 50px;
    width: calc((100% - 60px) / 4); }
    @media only screen and (max-width: 750px) {
      .book-info-popup__btn {
        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*/
.filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .filter-buttons__item {
    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;
    height: 47px;
    width: 47px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    font-size: 16px;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease;
    margin-right: 8px;
    cursor: pointer; }
    .filter-buttons__item._government {
      border-color: #dedede; }
    .filter-buttons__item:last-child {
      margin-right: 0; }
    @media (hover), (min-width: 0 \0) {
      .filter-buttons__item:hover {
        background-color: #292522;
        color: white;
        border-color: #292522; }
        .filter-buttons__item:hover svg > path {
          fill: #fff; }
        .filter-buttons__item:hover svg > g path {
          fill: #fff; } }
    .filter-buttons__item.active {
      background-color: #292522;
      color: white;
      border-color: #292522; }
      .filter-buttons__item.active svg > path {
        fill: #fff; }
      .filter-buttons__item.active svg > g path {
        fill: #fff; }
    @media only screen and (max-width: 750px) {
      .filter-buttons__item {
        background-color: #fff; } }
    .filter-buttons__item.disabled {
      color: #d4d4d4;
      opacity: .5;
      pointer-events: none; }
      .filter-buttons__item.disabled._commerce {
        display: none; }
    .filter-buttons__item._tag {
      height: 40px;
      width: auto;
      padding: 10px 20px;
      margin-right: 8px;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: 300;
      border-radius: 50px; }
      .filter-buttons__item._tag svg {
        height: 19px;
        width: 19px;
        margin-right: 10px;
        fill: #3b4658; }

.filter-item {
  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;
  margin-right: 32px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  @media only screen and (max-width: 750px) {
    .filter-item {
      width: 100%;
      margin-right: 0;
      margin-top: 32px; } }
  @media only screen and (max-width: 750px) {
    .filter-item:first-of-type {
      margin-top: 0; } }
  .filter-item._government {
    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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 251px;
    margin-right: 25px; }
    @media only screen and (max-width: 750px) {
      .filter-item._government {
        width: 100%;
        margin-right: 0; } }
  .filter-item._government:last-child {
    margin-right: 0; }
  .filter-item:nth-child(5n) {
    margin-right: 0; }
  .filter-item.fix-width {
    width: 212px; }
    @media only screen and (max-width: 750px) {
      .filter-item.fix-width {
        width: 100%; } }
  .filter-item._section .selectric-items li.disabled {
    display: none; }
  @media only screen and (max-width: 750px) {
    .filter-item._section {
      padding-left: 0; } }
  @media only screen and (max-width: 750px) {
    .filter-item._expander {
      display: none; } }
  .filter-item._horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .filter-item._horizontal .filter-item__label {
      margin-right: 20px;
      margin-bottom: 0; }
  .filter-item__label {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px; }
    @media only screen and (max-width: 750px) {
      .filter-item__label {
        margin-bottom: 12px; } }
  .filter-item .selectric-open {
    z-index: 8; }

.filter-select {
  display: block;
  width: 201px;
  height: 48px; }
  @media only screen and (max-width: 750px) {
    .filter-select {
      width: 100%; } }
  .filter-select:hover .multiselect {
    border-color: #c4c4c4; }
  .filter-select._hide .multiselect__single {
    color: rgba(59, 70, 88, 0.65); }
  .filter-select._government {
    width: 251px; }
    @media only screen and (max-width: 750px) {
      .filter-select._government {
        width: 100%; } }
  .filter-select._big {
    width: 267px; }
    @media only screen and (max-width: 750px) {
      .filter-select._big {
        width: 100%; } }
  .filter-select._building .selectric-items li.disabled {
    display: none; }
  .filter-select select {
    opacity: 0; }
  .filter-select._checklist .selectric-scroll > ul > li:first-child {
    display: none; }
  .filter-select .selectric-items li.selected {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    z-index: 10; }
    .filter-select .selectric-items li.selected:before {
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHJlY3QgeD0iMC4zNjQ4NSIgeT0iMC4zNjQ3NSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjkuMjY5NzYiIGhlaWdodD0iOS4yNjk3NiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMCwxMEgwVjBoMTBWMTB6IE0wLjczMDI0LDkuMjY5NzZoOC41Mzk1M1YwLjczMDI0SDAuNzMwMjRWOS4yNjk3NnoiLz4NCjwvZz4NCjxnPg0KCTxwb2x5Z29uIGZpbGw9IiMzNzQ2NUEiIHBvaW50cz0iNC43NjExMSw3LjY5NjY0IDEuOTg2NTIsNC40MTg2MyAyLjc2NjA0LDMuNzU4OCA0Ljc1NzA5LDYuMTExNDUgNy43ODQ2NSwyLjQ5OTUgOC41NjgyLDMuMTU1Mw0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K) center no-repeat;
      background-size: 10px 10px; }
  .filter-select .selectric-group.disabled {
    display: none; }
  .filter-select._hide-disabled .selectric-items li.disabled {
    display: none; }
  .filter-select .selectric-scroll {
    scrollbar-color: #3b4658 #e5e6e7;
    scrollbar-width: thin; }
    .filter-select .selectric-scroll::-webkit-scrollbar {
      background-color: #e5e6e7;
      width: 2px; }
    .filter-select .selectric-scroll::-webkit-scrollbar-thumb {
      background-color: #3b4658; }
  .filter-select__labels {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 28px; }
  .filter-select .selectric {
    border-radius: 8px;
    -webkit-transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease; }
  .filter-select .selectric-open .selectric {
    border-radius: 8px 8px 0 0; }

.filter-slider {
  position: relative;
  width: 201px;
  padding: 13px 16px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media only screen and (max-width: 750px) {
    .filter-slider {
      width: 100%;
      background-color: #fff; } }
  .filter-slider._label {
    height: 4.8rem;
    padding: .5rem 1.6rem; }
  .filter-slider__label {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #b9babb; }
  .filter-slider__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .filter-slider__values.disabled {
      opacity: .4;
      pointer-events: none; }
  .filter-slider__input.v-input {
    width: 80px;
    border: none;
    line-height: 2rem;
    color: #292522; }
    .filter-slider__input.v-input:last-of-type .v-input__native {
      text-align: right; }
    .filter-slider__input.v-input .v-input__inner,
    .filter-slider__input.v-input .v-input__native {
      height: auto;
      padding: 0;
      border: none; }
  .filter-slider__delimiter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1px;
            flex: 0 0 1px;
    width: 1px;
    height: 14px;
    margin: 0 auto;
    background-color: #ecedef; }
  .filter-slider__line {
    height: 1.5px; }
    .filter-slider__line.disabled {
      opacity: .4;
      pointer-events: none; }
  .filter-slider .range-filter__body {
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: calc(100% - 8px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .filter-slider .range-filter__body .vue-slider {
      height: 2px;
      background-color: transparent; }
      .filter-slider .range-filter__body .vue-slider .vue-slider-dot .vue-slider-dot-handle {
        background-color: #292522; }
        @media only screen and (max-width: 750px) {
          .filter-slider .range-filter__body .vue-slider .vue-slider-dot .vue-slider-dot-handle {
            width: 14px;
            height: 14px; } }
      .filter-slider .range-filter__body .vue-slider .vue-slider-process {
        background-color: #292522; }
  .filter-slider._small {
    padding: 12px 16px 13px; }

.filter-slider-single {
  position: relative;
  width: 206px;
  border: 1px solid #dedede;
  border-bottom: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .filter-slider-single__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 20px;
    line-height: 15px; }
    .filter-slider-single__values.disabled {
      opacity: .4;
      pointer-events: none; }
  .filter-slider-single__values-right {
    position: absolute;
    top: 50%;
    right: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    opacity: .4;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .filter-slider-single__input {
    width: 100%;
    border: none;
    outline: none; }
  .filter-slider-single__line {
    height: 1.5px; }
    .filter-slider-single__line.disabled {
      opacity: .4;
      pointer-events: none; }
  .filter-slider-single__limits {
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.4); }
  .filter-slider-single__prefix {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 4px;
    color: #9da3ac;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400; }

.v-range-slider .vue-slider {
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #d4d4d4; }

.v-range-slider .vue-slider-process {
  background-color: #3b4658;
  -webkit-box-shadow: none;
          box-shadow: none; }

.v-range-slider .vue-slider-dot {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer; }
  .v-range-slider .vue-slider-dot .vue-slider-dot-handle {
    position: relative;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #3b4658;
    cursor: pointer;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    -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) {
      .v-range-slider .vue-slider-dot .vue-slider-dot-handle {
        width: 22px;
        height: 22px; } }
  @media only screen and (min-width: 751px) {
    .v-range-slider .vue-slider-dot:hover .vue-slider-dot-handle, .v-range-slider .vue-slider-dot:active .vue-slider-dot-handle {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); } }

.sort-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 28px;
  font-size: 13px; }
  @media only screen and (max-width: 750px) {
    .sort-panel {
      width: 100%;
      margin-right: 0; } }
  .sort-panel .multiselect__placeholder {
    line-height: 17px; }
    @media only screen and (max-width: 750px) {
      .sort-panel .multiselect__placeholder {
        line-height: 22px; } }
  .sort-panel .selectric-wrapper {
    width: 100%; }
  .sort-panel__title {
    opacity: .3;
    margin-right: 20px; }
  .sort-panel__item {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
    cursor: pointer; }
    .sort-panel__item:before, .sort-panel__item:after {
      content: '';
      position: absolute;
      right: 0;
      width: 6px;
      height: 6px;
      border-right: 1px solid #c7c7c7;
      border-bottom: 1px solid #c7c7c7;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .sort-panel__item:before {
      top: 3px;
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg); }
    .sort-panel__item:after {
      bottom: 5px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .sort-panel__item:last-child {
      margin-right: 0; }
    .sort-panel__item.ASC:before {
      border-color: #000; }
    .sort-panel__item.DESC:after {
      border-color: #000; }
  .sort-panel__mobile {
    position: relative;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 750px) {
      .sort-panel__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .sort-panel__mobile-text {
    margin-right: 10px;
    font-size: 18px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .sort-panel__mobile-input {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: white; }
    .sort-panel__mobile-input:before, .sort-panel__mobile-input:after {
      content: '';
      display: block;
      width: 9px;
      height: 5px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5zb3J0LW1vYmlsZS1lbXB0eTwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+CjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTUzIDcxNykiPgo8ZyBpZD0ic29ydC1tb2JpbGUtZW1wdHkiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDEuMjI0NjVlLTE2IC0xLjIyNDY1ZS0xNiAtMSAyMTYzIC03MTEuNSkiIGZpbGw9IiMwMDAwMDAiIGZpbGwtb3BhY2l0eT0iMC4yIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA0LjUgNC41TCA0LjE0NjQ1IDQuODUzNTVMIDQuNSA1LjIwNzExTCA0Ljg1MzU1IDQuODUzNTVMIDQuNSA0LjVaTSAtMC4zNTM1NTMgMC4zNTM1NTNMIDQuMTQ2NDUgNC44NTM1NUwgNC44NTM1NSA0LjE0NjQ1TCAwLjM1MzU1MyAtMC4zNTM1NTNMIC0wLjM1MzU1MyAwLjM1MzU1M1pNIDQuODUzNTUgNC44NTM1NUwgOS4zNTM1NSAwLjM1MzU1M0wgOC42NDY0NSAtMC4zNTM1NTNMIDQuMTQ2NDUgNC4xNDY0NUwgNC44NTM1NSA0Ljg1MzU1WiIvPgo8L2RlZnM+Cjwvc3ZnPgo=); }
    .sort-panel__mobile-input:after {
      margin-top: 4px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .sort-panel__mobile-input.asc:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5zb3J0LW1vYmlsZS1maWxsZWQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjE1MyA3MTcpIj4KPGcgaWQ9InNvcnQtbW9iaWxlLWZpbGxlZCI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMS4yMjQ2NWUtMTYgLTEuMjI0NjVlLTE2IC0xIDIxNjMgLTcxMS41KSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNC41IDQuNUwgNC4xNDY0NSA0Ljg1MzU1TCA0LjUgNS4yMDcxMUwgNC44NTM1NSA0Ljg1MzU1TCA0LjUgNC41Wk0gLTAuMzUzNTUzIDAuMzUzNTUzTCA0LjE0NjQ1IDQuODUzNTVMIDQuODUzNTUgNC4xNDY0NUwgMC4zNTM1NTMgLTAuMzUzNTUzTCAtMC4zNTM1NTMgMC4zNTM1NTNaTSA0Ljg1MzU1IDQuODUzNTVMIDkuMzUzNTUgMC4zNTM1NTNMIDguNjQ2NDUgLTAuMzUzNTUzTCA0LjE0NjQ1IDQuMTQ2NDVMIDQuODUzNTUgNC44NTM1NVoiLz4KPC9kZWZzPgo8L3N2Zz4K); }
    .sort-panel__mobile-input.desc:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5zb3J0LW1vYmlsZS1maWxsZWQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjE1MyA3MTcpIj4KPGcgaWQ9InNvcnQtbW9iaWxlLWZpbGxlZCI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMS4yMjQ2NWUtMTYgLTEuMjI0NjVlLTE2IC0xIDIxNjMgLTcxMS41KSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNC41IDQuNUwgNC4xNDY0NSA0Ljg1MzU1TCA0LjUgNS4yMDcxMUwgNC44NTM1NSA0Ljg1MzU1TCA0LjUgNC41Wk0gLTAuMzUzNTUzIDAuMzUzNTUzTCA0LjE0NjQ1IDQuODUzNTVMIDQuODUzNTUgNC4xNDY0NUwgMC4zNTM1NTMgLTAuMzUzNTUzTCAtMC4zNTM1NTMgMC4zNTM1NTNaTSA0Ljg1MzU1IDQuODUzNTVMIDkuMzUzNTUgMC4zNTM1NTNMIDguNjQ2NDUgLTAuMzUzNTUzTCA0LjE0NjQ1IDQuMTQ2NDVMIDQuODUzNTUgNC44NTM1NVoiLz4KPC9kZWZzPgo8L3N2Zz4K); }
  .sort-panel__select {
    width: 284px;
    height: 40px; }
    @media only screen and (max-width: 750px) {
      .sort-panel__select {
        width: 50%;
        min-width: 144px;
        height: 44px;
        margin-right: 10px; } }
    @media only screen and (max-width: 750px) {
      .sort-panel__select._big {
        width: 100%;
        margin-right: 0; } }
    .sort-panel__select .multiselect__single {
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .sort-panel .selectric {
    width: 284px;
    height: 40px;
    border-radius: 8px;
    -webkit-transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease; }
    @media only screen and (max-width: 750px) {
      .sort-panel .selectric {
        width: 100%;
        height: 44px; } }
    .sort-panel .selectric .label {
      height: 100%;
      line-height: 29px; }
      @media only screen and (max-width: 750px) {
        .sort-panel .selectric .label {
          line-height: 32px; } }
  .sort-panel .selectric-open .selectric {
    border-radius: 8px 8px 0 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*/
.flat-l-params {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #f6f5f4; }
  @media only screen and (max-width: 750px) {
    .flat-l-params {
      padding-top: 24px;
      padding-bottom: 24px; } }
  .flat-l-params.resale .flat-l-params__sort {
    margin: 0; }
  .flat-l-params__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 20px; }
  .flat-l-params__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 750px) {
      .flat-l-params__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
  .flat-l-params__checkboxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px; }
    @media only screen and (max-width: 750px) {
      .flat-l-params__checkboxs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 18px;
        width: 100%;
        margin-top: 32px; } }
  .flat-l-params__checkbox {
    margin-left: 32px; }
    @media only screen and (max-width: 750px) {
      .flat-l-params__checkbox {
        margin-left: 0; } }
  .flat-l-params__short {
    position: relative;
    padding-left: 22px;
    cursor: pointer; }
    .flat-l-params__short:before {
      content: '';
      position: absolute;
      top: 40%;
      left: 0;
      width: 8px;
      height: 8px;
      border-right: 1px solid #3b4658;
      border-bottom: 1px solid #3b4658;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      -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) {
      .flat-l-params__short {
        display: none; } }
    .flat-l-params__short.active:before {
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg); }
  .flat-l-params__reset {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    padding-left: 25px;
    white-space: nowrap;
    cursor: pointer; }
    @media only screen and (max-width: 750px) {
      .flat-l-params__reset {
        display: none; } }
    .flat-l-params__reset:before, .flat-l-params__reset:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 16px;
      height: 1px;
      background-color: #3b4658;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      will-change: transform; }
    .flat-l-params__reset:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .flat-l-params__reset:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .flat-l-params__reset:hover:after {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .flat-l-params__reset:hover:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  @media only screen and (max-width: 750px) {
    .flat-l-params__filter {
      margin-top: 24px;
      margin-bottom: 40px; } }

.flats-list {
  position: relative;
  background-color: #f6f5f4; }
  .flats-list.--mortgage {
    padding-bottom: 29px; }
  .flats-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 -10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media only screen and (max-width: 750px) {
      .flats-list__wrap {
        padding-top: 0; } }
    .flats-list__wrap._hide {
      min-height: auto;
      opacity: 0; }
      @media only screen and (max-width: 750px) {
        .flats-list__wrap._hide {
          display: none; } }
    .flats-list__wrap .promo-card,
    .flats-list__wrap .flat-type-card-r,
    .flats-list__wrap .flat-type-card {
      margin: 0 10px 20px; }
  .flats-list__more {
    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;
    font-size: 20px;
    color: #000;
    height: 86px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    .flats-list__more:hover {
      background-color: #d4d4d4; }
      @media only screen and (max-width: 750px) {
        .flats-list__more:hover {
          background-color: #fff; } }
    .flats-list__more.--mortgage {
      position: relative;
      width: 224px;
      height: 64px;
      margin: 0 auto;
      color: #14191a;
      background-color: transparent;
      border: 1px solid #3b4658;
      -webkit-transition: border-color 0.3s ease;
      transition: border-color 0.3s ease; }
      @media only screen and (max-width: 750px) {
        .flats-list__more.--mortgage {
          background-color: #fff; } }
      .flats-list__more.--mortgage:hover {
        border-color: transparent; }
        @media only screen and (max-width: 750px) {
          .flats-list__more.--mortgage:hover {
            border-color: #3b4658; } }
      .flats-list__more.--mortgage.hide {
        display: none; }
  .flats-list__empty {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    color: rgba(57, 70, 90, 0.3);
    font-size: 24px; }

.flat-type-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;
  border-radius: 8px;
  background-color: #fff;
  width: calc((100% - 80px) / 4);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease;
  transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  will-change: transform, box-shadow;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-tap-highlight-color: transparent;
  color: #292522; }
  @media only screen and (max-width: 750px) {
    .flat-type-card {
      width: 100%;
      margin-right: 0; } }
  .flat-type-card.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media (hover), (min-width: 0 \0) {
    .flat-type-card:hover {
      z-index: 2;
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05); } }
  @media only screen and (hover) and (max-width: 750px), only screen and (min-width: 0 \0) and (max-width: 750px) {
    .flat-type-card:hover {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (hover), (min-width: 0 \0) {
      .flat-type-card:hover .flat-type-card__button {
        opacity: 1; }
      .flat-type-card:hover .flat-type-card__more-body {
        border-radius: 8px;
        -webkit-box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
                box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05); }
      .flat-type-card:hover .flat-type-card__header-info {
        opacity: 0; } }
    @media only screen and (hover) and (max-width: 750px), only screen and (min-width: 0 \0) and (max-width: 750px) {
      .flat-type-card:hover .flat-type-card__header-info {
        opacity: 1; }
        .flat-type-card:hover .flat-type-card__header-info._hidden {
          opacity: 0; } }
  @media (hover), (min-width: 0 \0) {
      .flat-type-card:hover .flat-type-card__plan--booked {
        opacity: 1;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
      .flat-type-card:hover .flat-type-card__plan-wrapper._booked {
        opacity: 1; } }
    @media only screen and (hover) and (max-width: 750px), only screen and (min-width: 0 \0) and (max-width: 750px) {
      .flat-type-card:hover .flat-type-card__plan-wrapper._booked {
        opacity: .4; } }
  @media (hover), (min-width: 0 \0) {
      .flat-type-card:hover .flat-type-card__booked-new {
        opacity: 0; } }
    @media only screen and (hover) and (max-width: 750px), only screen and (min-width: 0 \0) and (max-width: 750px) {
      .flat-type-card:hover .flat-type-card__booked-new {
        opacity: 1; } }
  .flat-type-card._big {
    width: calc((100% - 60px) / 4 * 2 + 10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 750px) {
      .flat-type-card._big {
        width: calc(100% - 20px); } }
    .flat-type-card._big .flat-type-card__floor {
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._big .flat-type-card__floor {
          margin: 0;
          padding: 0;
          font-size: 16px; } }
    .flat-type-card._big .flat-type-card__header {
      padding: 0;
      margin-bottom: 9px; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._big .flat-type-card__header {
          margin-bottom: 0; } }
    @media only screen and (max-width: 750px) {
      .flat-type-card._big .flat-type-card__info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media only screen and (max-width: 750px) {
      .flat-type-card._big .flat-type-card__info-description {
        font-family: "Grtsk-Exa", "Verdana", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-bottom: 0; } }
    @media only screen and (max-width: 750px) {
      .flat-type-card._big .flat-type-card__info-main {
        margin-bottom: 16px; } }
    .flat-type-card._big .flat-type-card__info-body {
      max-width: 210px; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._big .flat-type-card__info-body {
          max-width: calc(100% - 53px); } }
    .flat-type-card._big .flat-type-card__header-complex {
      position: relative;
      bottom: auto;
      left: auto;
      margin-top: 0; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._big .flat-type-card__header-complex {
          margin-top: 2px; } }
    .flat-type-card._big .flat-type-card__price-discount {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 8px;
      padding: 5px 8px; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._big .flat-type-card__price-discount {
          position: absolute;
          top: 24px;
          right: 0;
          margin-left: 0; } }
    .flat-type-card._big .flat-type-card__price-discount-text:before {
      display: none; }
    .flat-type-card._big .flat-type-card__buttons {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 3; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._big .flat-type-card__buttons {
          position: relative;
          top: 0;
          right: 0;
          z-index: 0; } }
      .flat-type-card._big .flat-type-card__buttons._with_floor {
        top: 54px; }
        @media only screen and (max-width: 750px) {
          .flat-type-card._big .flat-type-card__buttons._with_floor {
            top: 0; } }
      .flat-type-card._big .flat-type-card__buttons._withAddHeader {
        top: 54px; }
        @media only screen and (max-width: 750px) {
          .flat-type-card._big .flat-type-card__buttons._withAddHeader {
            top: 0; } }
    .flat-type-card._big .flat-type-card__button {
      background-color: #fff; }
      .flat-type-card._big .flat-type-card__button._active {
        background-color: #3b4658; }
      @media (hover), (min-width: 0 \0) {
        .flat-type-card._big .flat-type-card__button:hover {
          background-color: #f4f5f6; }
          .flat-type-card._big .flat-type-card__button:hover._active {
            background-color: #3b4658; } }
    .flat-type-card._big .flat-type-card__booked {
      margin-left: 8px; }
    .flat-type-card._big .flat-type-card__info-price._booked {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._big .flat-type-card__info-price._booked {
          display: block; } }
    .flat-type-card._big .flat-type-card__additions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: -11px;
      padding: 11px 20px 0 20px; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._big .flat-type-card__additions {
          margin-bottom: -50px; } }
  .flat-type-card._commerce .flat-type-card__header-description {
    font-size: 14px; }
    @media only screen and (max-width: 750px) {
      .flat-type-card._commerce .flat-type-card__header-description {
        font-size: 14px;
        line-height: 24px; } }
  .flat-type-card._commerce .flat-type-card__info-body {
    min-height: auto;
    margin-right: 46px; }
  .flat-type-card._commerce .flat-type-card__price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flat-type-card._resale .flat-type-card__header-description {
    min-height: 40px; }
    @media only screen and (max-width: 750px) {
      .flat-type-card._resale .flat-type-card__header-description {
        font-size: 14px;
        line-height: 24px; } }
  .flat-type-card._resale .flat-type-card__info-body {
    min-height: auto; }
  .flat-type-card._resale-popup {
    width: calc((100% - 80px) / 3);
    margin-right: 20px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .flat-type-card._resale-popup {
        width: auto;
        margin-right: 0; } }
    @media only screen and (max-width: 750px) {
      .flat-type-card._resale-popup:last-child {
        margin-bottom: 0; } }
  .flat-type-card._resaleFav .flat-type-card__info-body {
    min-height: auto; }
  .flat-type-card._popular {
    border: 1px solid #e8e8e8; }
    @media only screen and (max-width: 750px) {
      .flat-type-card._popular {
        height: auto; } }
    .flat-type-card._popular .flat-type-card__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._popular .flat-type-card__wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .flat-type-card._popular .flat-type-card__plan {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 170px;
      height: 100%;
      margin: 0;
      padding: 20px;
      border-right: 1px solid #e8e8e8; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._popular .flat-type-card__plan {
          width: 100%;
          height: 246px;
          border-right: none; } }
    .flat-type-card._popular .flat-type-card__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._popular .flat-type-card__info {
          margin-top: -20px;
          margin-bottom: 0; } }
    .flat-type-card._popular .flat-type-card__header-description {
      font-size: 12px;
      line-height: 16px; }
      @media only screen and (max-width: 750px) {
        .flat-type-card._popular .flat-type-card__header-description {
          font-size: 12px;
          line-height: 16px; } }
    .flat-type-card._popular .flat-type-card__tags {
      margin-top: auto; }
    .flat-type-card._popular .flat-type-card__tag {
      font-size: 9px; }
    .flat-type-card._popular .flat-type-card__footer._desk {
      margin-top: -16px;
      border-top: none; }
  .flat-type-card__header {
    position: relative;
    padding: 20px; }
  .flat-type-card__header-description {
    font-family: "Grtsk-Exa", "Verdana", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem; }
  .flat-type-card__info-price {
    font-weight: 400; }
  .flat-type-card__info-price, .flat-type-card__header-price {
    font-size: 1.4rem;
    line-height: 2rem; }
  .flat-type-card__header-complex {
    bottom: 5px;
    left: 20px;
    margin-top: 2px;
    font-size: 11px;
    line-height: 120%; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__header-complex {
        font-family: "Grtsk-Exa", "Verdana", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2rem;
        position: relative;
        bottom: unset;
        left: unset;
        margin-top: 4px; } }
  .flat-type-card__header-info {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .flat-type-card__header-info._hidden {
      opacity: 0; }
    .flat-type-card__header-info._with_floor {
      top: 35px; }
  .flat-type-card__header-title {
    max-width: 400px;
    margin-bottom: 12px;
    line-height: 20px;
    color: white;
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
    font-weight: 600; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__header-title {
        max-width: calc(100% - 65px);
        font-size: 14px;
        line-height: 20px; } }
  .flat-type-card__header-gallery {
    overflow: hidden;
    border-radius: 8px 8px 0 0; }
    .flat-type-card__header-gallery._white-dots .swiper-pagination-bullet {
      margin: 0 4px;
      border: 1px solid white;
      background-color: white;
      opacity: .5; }
      .flat-type-card__header-gallery._white-dots .swiper-pagination-bullet-active-main, .flat-type-card__header-gallery._white-dots .swiper-pagination-bullet-active {
        opacity: 1; }
    .flat-type-card__header-gallery._dark-dots .swiper-pagination-bullet {
      margin: 0 4px;
      background-color: #3b4658;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      opacity: .5; }
      .flat-type-card__header-gallery._dark-dots .swiper-pagination-bullet-active-main, .flat-type-card__header-gallery._dark-dots .swiper-pagination-bullet-active {
        opacity: 1; }
    .flat-type-card__header-gallery._noBorderRadius {
      border-radius: 0; }
  .flat-type-card__header-gallery-body {
    position: relative;
    height: 248px; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__header-gallery-body {
        height: 256px; } }
  .flat-type-card__header-gallery-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .flat-type-card__header-gallery-slide._white {
      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;
      background-color: white; }
    .flat-type-card__header-gallery-slide > img {
      width: auto;
      height: 190px;
      max-width: calc(100% - 40px);
      max-height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease; }
      .flat-type-card__header-gallery-slide > img._image-loaded, .flat-type-card__header-gallery-slide > img[lazy=loaded] {
        opacity: 1; }
  .flat-type-card__header-gallery-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
  .flat-type-card__header-gallery-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .flat-type-card__header-gallery-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flat-type-card__header-gallery-hover-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .flat-type-card__shield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 20px; }
  .flat-type-card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .flat-type-card__price._line-through-deal {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .flat-type-card__price._line-through-deal .flat-type-card__price-val._hot {
        -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; }
      .flat-type-card__price._line-through-deal .flat-type-card__price-discount {
        padding: 4px 8px;
        margin: 0; }
    .flat-type-card__price._lower-old-price {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      gap: .8rem; }
  .flat-type-card__floor {
    padding: 20px 20px 8px;
    margin-bottom: -24px;
    margin-left: 0;
    border-radius: 8px 8px 0 0;
    background: white;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #292522; }
    .flat-type-card__floor:before {
      display: none; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__floor {
        font-family: "Grtsk-Exa", "Verdana", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding: 20px 20px 0; } }
  .flat-type-card__price-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__price-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .flat-type-card__price-val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 4px;
    font-size: 1.4rem; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__price-val {
        font-family: "Grtsk-Exa", "Verdana", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.4rem; } }
    .flat-type-card__price-val:last-of-type {
      margin-right: 0; }
    .flat-type-card__price-val._column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .flat-type-card__price-val._hot {
      color: #ff001f; }
    .flat-type-card__price-val._dot {
      position: relative;
      padding-left: 10px; }
      .flat-type-card__price-val._dot:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: rgba(59, 70, 88, 0.3);
        -webkit-transform: translate3d(0, -30%, 0);
                transform: translate3d(0, -30%, 0); }
  .flat-type-card__price-discount {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 2px 8px 5px;
    border-radius: 28px;
    background-color: #ff1a35;
    font-size: 12px;
    line-height: 17px;
    color: white;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .flat-type-card__price-discount:hover .flat-type-card__price-discount-text:before {
      opacity: 0; }
    .flat-type-card__price-discount:hover .flat-type-card__price-discount-hint {
      opacity: 1;
      -webkit-transform: translate(0%, calc(-100% - 14px));
              transform: translate(0%, calc(-100% - 14px)); }
    .flat-type-card__price-discount._no-hint .flat-type-card__price-discount-text:before {
      opacity: 0; }
    .flat-type-card__price-discount._full-price {
      padding: .4rem 1.2rem; }
  .flat-type-card__price-discount-text {
    position: relative; }
    .flat-type-card__price-discount-text:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      background-size: 8px 1px;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, transparent));
      background-image: linear-gradient(to right, white 50%, transparent 50%);
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
  .flat-type-card__price-discount-hint {
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 3;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: white;
    -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));
    font-size: 16px;
    line-height: 20px;
    color: #3b4658;
    opacity: 0;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none; }
    .flat-type-card__price-discount-hint:before {
      content: "";
      position: absolute;
      display: block;
      right: 56px;
      bottom: -6px;
      border-top: 7px solid white;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent; }
    .flat-type-card__price-discount-hint._fav {
      padding: 12px; }
  .flat-type-card__plan {
    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: 8px 20px 8px;
    height: 160px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .flat-type-card__plan > img {
      width: auto;
      max-width: 100%;
      max-height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease; }
      .flat-type-card__plan > img._image-loaded, .flat-type-card__plan > img[lazy=loaded] {
        opacity: 1; }
  .flat-type-card__plan-wrapper {
    width: 100%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .flat-type-card__plan-wrapper._booked {
      opacity: .4; }
  .flat-type-card__plan-layout {
    width: 100%;
    height: 170px;
    max-height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .flat-type-card__plan-layout._image-loaded, .flat-type-card__plan-layout[lazy=loaded] {
      opacity: 1; }
  .flat-type-card__plan--booked {
    opacity: .4;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .flat-type-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 20px 0;
    margin-bottom: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__info {
        margin-bottom: 20px; } }
  .flat-type-card__info-body {
    min-height: 50px;
    margin-right: 5px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #9da3ac; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__info-body {
        font-family: "Grtsk-Exa", "Verdana", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2rem;
        min-height: auto; } }
  .flat-type-card__info-item:not(.flat-type-card__info-item:first-child) {
    margin-top: .2rem; }
  .flat-type-card__info-item._big {
    margin-top: .4rem; }
  @media only screen and (max-width: 750px) {
    .flat-type-card__info-item._mobile-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .flat-type-card__info-label {
    display: inline-block;
    white-space: nowrap; }
    .flat-type-card__info-label:not(.flat-type-card__info-label:last-child) {
      padding-right: 10px;
      margin-right: 6px;
      margin-bottom: 4px; }
      @media only screen and (max-width: 750px) {
        .flat-type-card__info-label:not(.flat-type-card__info-label:last-child) {
          margin-bottom: 2px; } }
    .flat-type-card__info-label._building._dot {
      position: relative;
      margin-bottom: 0; }
      @media only screen and (max-width: 750px) {
        .flat-type-card__info-label._building._dot {
          margin-bottom: 0; } }
      .flat-type-card__info-label._building._dot:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: rgba(59, 70, 88, 0.3);
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0); }
    @media only screen and (max-width: 750px) {
      .flat-type-card__info-label._date {
        width: 100%; } }
    @media only screen and (max-width: 750px) {
      .flat-type-card__info-label._date._hot {
        width: auto; } }
    .flat-type-card__info-label._date._hot .flat-type-card__info-val {
      margin-left: 0;
      color: #ff001f; }
    .flat-type-card__info-label._date._flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .flat-type-card__info-label._twoLines {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__info-label._twoLinesMobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .flat-type-card__info-val._mt4 {
    margin-top: 4px; }
  @media only screen and (max-width: 750px) {
    .flat-type-card__info-main {
      position: relative;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      width: 100%;
      margin-bottom: 20px; } }
  .flat-type-card__info-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 5px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__info-price-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 0; } }
  .flat-type-card__info-description {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 16px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__info-description {
        margin-right: 0;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 20px; } }
    .flat-type-card__info-description:after {
      content: "";
      position: absolute;
      top: 50%;
      left: calc(100% + 7px);
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #3b4658;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      opacity: .5; }
      @media only screen and (max-width: 750px) {
        .flat-type-card__info-description:after {
          display: none; } }
    .flat-type-card__info-description > span {
      text-decoration: line-through; }
    .flat-type-card__info-description._promo {
      margin-right: 8px; }
      .flat-type-card__info-description._promo:after {
        content: none; }
      .flat-type-card__info-description._promo-price {
        font-weight: 400; }
        @media only screen and (max-width: 750px) {
          .flat-type-card__info-description._promo-price {
            font-size: 10px;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
    .flat-type-card__info-description._no-offset {
      margin-right: 0; }
      .flat-type-card__info-description._no-offset:after {
        content: none; }
  .flat-type-card__button {
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #d8dade;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__button {
        opacity: 1; } }
    .flat-type-card__button svg {
      width: 16px;
      height: 16px;
      fill: #292522;
      -webkit-transition: fill 0.3s ease;
      transition: fill 0.3s ease; }
    .flat-type-card__button._fav svg {
      stroke: none; }
    .flat-type-card__button._active {
      background-color: #292522;
      border-color: #292522;
      opacity: 1; }
      .flat-type-card__button._active svg {
        fill: white; }
    @media (hover), (min-width: 0 \0) {
      .flat-type-card__button:hover {
        background-color: #f4f5f6; }
        .flat-type-card__button:hover._active {
          background-color: #292522; }
        .flat-type-card__button:hover .flat-type-card__fav-tooltip {
          opacity: 1;
          pointer-events: all; } }
  .flat-type-card__fav-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 2; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__fav-tooltip {
        bottom: auto;
        left: auto;
        right: 0;
        top: 100%;
        -webkit-transform: none;
                transform: none;
        -webkit-transition: opacity 0.3s ease 0.3s;
        transition: opacity 0.3s ease 0.3s; } }
    @media only screen and (max-width: 750px) {
      .flat-type-card__fav-tooltip._mobile-hide {
        display: none; } }
  .flat-type-card__fav-tooltip-inner {
    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;
    padding: 16px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    border-radius: 4px;
    color: #f2f2f2;
    background-color: rgba(20, 25, 26, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    white-space: nowrap; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__fav-tooltip-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px;
        margin-bottom: 0;
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
        border-radius: 6px; } }
    .flat-type-card__fav-tooltip-inner:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 100%;
      display: block;
      width: 0;
      height: 0;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-top: 7px solid rgba(20, 25, 26, 0.9);
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media only screen and (max-width: 750px) {
        .flat-type-card__fav-tooltip-inner:before {
          display: none; } }
  .flat-type-card__fav-tooltip-button {
    height: 28px;
    min-width: 141px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__fav-tooltip-button {
        background-color: transparent;
        min-width: auto;
        height: auto;
        padding-right: 8px;
        padding-left: 36px;
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
        color: #deecca; } }
  .flat-type-card__reserved {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flat-type-card__reserved-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 13px;
    font-family: "Grtsk-Exa", "Verdana", sans-serif;
    border: 1px solid #f2f2f2; }
  .flat-type-card__reserved-icn {
    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;
    height: 12px;
    width: 12px;
    margin-right: 8px;
    fill: #3b4658; }
  .flat-type-card__booked {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2; }
  .flat-type-card__booked-block {
    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: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ff001f; }
    @media (hover), (min-width: 0 \0) {
      .flat-type-card__booked-block:hover .flat-type-card__fav-tooltip {
        opacity: 1;
        pointer-events: all; } }
  .flat-type-card__booked-icn {
    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;
    height: 12px;
    width: 12px;
    fill: #ff001f; }
  .flat-type-card__booked-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 5px 12px;
    border-radius: 40px;
    border: 1px solid #ff001f;
    background-color: #fff;
    color: #ff001f;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .flat-type-card__booked-new span {
      margin-left: 8px;
      font-size: 14px;
      line-height: 20px; }
  .flat-type-card__tags {
    height: 100%;
    padding: 0 20px;
    margin-bottom: 14px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .flat-type-card__tags._hidden {
      opacity: 0; }
    .flat-type-card__tags._mobile {
      display: none; }
      @media only screen and (max-width: 750px) {
        .flat-type-card__tags._mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .flat-type-card__tags--container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .flat-type-card__tag {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 4px 6px 0;
    padding: 5px 8px;
    border: 1px solid #e1e1e1;
    border-radius: 33px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #292522; }
    .flat-type-card__tag:last-child {
      margin-right: 0; }
    .flat-type-card__tag._more {
      display: none; }
      @media only screen and (max-width: 750px) {
        .flat-type-card__tag._more {
          display: block; } }
    .flat-type-card__tag._red {
      border: 1px solid #ffb2bc;
      color: #ff001f; }
    .flat-type-card__tag._grey {
      border: 1px solid #292522;
      color: #292522; }
    .flat-type-card__tag._red-strong {
      background-color: #ff001f;
      border-color: #ff001f;
      color: white; }
    .flat-type-card__tag._special_order {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .flat-type-card__tag._plus {
      border: 1px solid #ff001f;
      color: white;
      background-color: #ff001f; }
      .flat-type-card__tag._plus > span > .filter-tag-item__tag-plus {
        fill: white; }
  .flat-type-card__more {
    position: relative;
    border-radius: 8px; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__more {
        display: none; } }
  .flat-type-card__more-body {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 100%;
    border-radius: 8px;
    background-color: white;
    -webkit-transition: opacity .3s ease, -webkit-box-shadow .3s ease;
    transition: opacity .3s ease, -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease, opacity .3s ease;
    transition: box-shadow .3s ease, opacity .3s ease, -webkit-box-shadow .3s ease;
    will-change: box-shadow; }
    .flat-type-card__more-body:before {
      content: "";
      position: absolute;
      top: -16px;
      left: 0;
      width: 100%;
      border-radius: 8px;
      height: 16px;
      background-color: white; }
    .flat-type-card__more-body._hidden {
      opacity: 0;
      pointer-events: none; }
  .flat-type-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 20px;
    margin-top: auto;
    border-top: 1px solid #f9f9f9;
    font-size: 12px;
    line-height: 14px; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__footer {
        font-family: "Grtsk-Exa", "Verdana", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2rem; } }
    .flat-type-card__footer._resale {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__footer._desk {
        display: none; } }
    .flat-type-card__footer._mob {
      display: none; }
      @media only screen and (max-width: 750px) {
        .flat-type-card__footer._mob {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .flat-type-card__add-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid #f9f9f9;
    font-size: 12px;
    line-height: 14px; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__add-header {
        font-family: "Grtsk-Exa", "Verdana", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2rem; } }
  .flat-type-card__promo-timer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% + 20px);
    margin: 0 -10px; }
    .flat-type-card__promo-timer:before {
      content: "";
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: .8rem;
      height: .8rem;
      margin: 0 .7rem 0 0;
      border-radius: 50%;
      background-color: #ff001f; }
    .flat-type-card__promo-timer span {
      font-weight: 500;
      color: #ff001f; }
    .flat-type-card__promo-timer-content {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: .4rem;
         -moz-column-gap: .4rem;
              column-gap: .4rem; }
    .flat-type-card__promo-timer._big {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0; }
  .flat-type-card__footer-viewed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(20, 25, 26, 0.4); }
    .flat-type-card__footer-viewed svg {
      width: 16px;
      height: 16px; }
  .flat-type-card__footer-viewed-text {
    margin-left: 4px; }
  .flat-type-card__footer-address {
    line-height: 140%; }
  .flat-type-card__footer-floor {
    margin-left: 10px;
    line-height: 140%;
    opacity: .4; }
  .flat-type-card__revert {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .flat-type-card__revert:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.6);
      pointer-events: none;
      z-index: 1; }
  .flat-type-card__revert-inner {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 32px);
    margin-top: 124px;
    padding: 6px 8px 8px;
    background-color: #292522;
    color: white;
    z-index: 2; }
  .flat-type-card__revert-text {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    opacity: .95; }
  .flat-type-card__revert-btn {
    font-size: 12px;
    line-height: 14px;
    border-bottom: 1px solid white;
    -webkit-transition: border-bottom-color .3s ease;
    transition: border-bottom-color .3s ease;
    cursor: pointer; }
    @media (hover), (min-width: 0 \0) {
      .flat-type-card__revert-btn:hover {
        border-bottom-color: transparent; } }
  .flat-type-card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4px; }
    @media only screen and (max-width: 750px) {
      .flat-type-card__wrapper {
        margin-bottom: 0; } }
  .flat-type-card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px; }
  .flat-type-card__price-text {
    -ms-flex-item-align: start;
        align-self: start;
    font-family: "Grtsk-Exa", "Verdana", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem; }
    .flat-type-card__price-text._lower-old-price {
      -ms-flex-item-align: center;
          align-self: center; }
  .flat-type-card__price-text-old {
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #292522;
    -ms-flex-item-align: start;
        align-self: start;
    font-family: "Grtsk-Exa", "Verdana", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem; }
  .flat-type-card__blackfriday {
    margin-top: .8rem; }

.fade-slow-enter-active,
.fade-slow-leave-active {
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease; }

.fade-slow-enter,
.fade-slow-leave-to {
  opacity: 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*/
.gis-map__infra-marker {
  position: relative;
  z-index: 1; }

.gis-map__infra-pin {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='32' viewBox='0 0 28 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6872 26.9739C25.0437 24.3423 28 19.3101 28 14C28 6.26801 21.732 0 14 0C6.26801 0 0 6.26801 0 14C0 19.3138 2.96047 24.3495 7.32203 26.9795C9.47702 28.5221 12.4004 30.4521 13.529 31.1919C13.8182 31.3815 14.1826 31.3815 14.4719 31.1919C15.6019 30.4512 18.5315 28.5175 20.6872 26.9739Z' fill='white'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer; }
  .gis-map__infra-pin:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 150%;
    height: 150%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer; }
  .gis-map__infra-pin .inner {
    position: absolute;
    top: calc(50% - .2rem);
    left: 50%;
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ff6679;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .gis-map__infra-pin .inner._red {
      background-color: #ff001f; }

/* stylelint-disable */
.gis-map__infra-tooltip-body {
  position: absolute;
  top: 0;
  left: 3.4rem;
  z-index: 4;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  opacity: 0;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none; }
  .gis-map__infra-tooltip-body .subtitle {
    margin: 4px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #a1a3a3; }
  .gis-map__infra-tooltip-body .infralink {
    position: relative;
    display: block;
    margin: 6px 0 0 0;
    padding: 0 18px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #ff001f;
    text-decoration: underline; }
    .gis-map__infra-tooltip-body .infralink:after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.669 6.27202L4.94102 12L4 11.059L9.72731 5.331H4.67948V4H12V11.3205H10.669V6.27202Z' fill='%23EF3B24'/%3E%3C/svg%3E");
      position: absolute;
      top: 50%;
      right: 0;
      width: 16px;
      height: 16px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .gis-map__infra-tooltip-body._active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all; }

/* stylelint-enable */
.gis-map__cluster {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #ff6679;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .gis-map__cluster._big {
    width: 36px;
    height: 36px;
    background-color: #ff001f; }

/* stylelint-disable */
.gis-map__project-tooltip-body {
  z-index: 4;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 6px 0 0 0;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .gis-map__project-tooltip-body .subtitle {
    margin: 4px 0 0 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #a1a3a3; }
  .gis-map__project-tooltip-body .content {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease; }
    .gis-map__project-tooltip-body .content .content-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 8px 0 0 0; }
      @media (hover), (min-width: 0 \0) {
        .gis-map__project-tooltip-body .content .content-row:hover .maintext {
          color: #8a8c8d; } }
    .gis-map__project-tooltip-body .content .tooltip-icon {
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 16px;
      height: 16px;
      margin: 0 6px 0 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      .gis-map__project-tooltip-body .content .tooltip-icon._sell {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.33203 2H10.6654V14H9.33203V3.33333H2.66536V14H1.33203V2Z' fill='%23EF3B24'/%3E%3Cpath d='M6.66797 4.66667H8.0013V6.66667H6.66797V4.66667Z' fill='%23EF3B24'/%3E%3Cpath d='M4 6.66667H5.33333V8.66667H4V6.66667Z' fill='%23EF3B24'/%3E%3Cpath d='M6.66797 9.33333H8.0013V11.3333H6.66797V9.33333Z' fill='%23EF3B24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3333 6.00001H12V4.66667H14.6667V14H13.3333V6.00001Z' fill='%23EF3B24'/%3E%3C/svg%3E"); }
      .gis-map__project-tooltip-body .content .tooltip-icon._rent {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.22561 8.94284C4.10281 9.06565 3.99986 9.19968 3.91624 9.34127C3.46319 10.1084 3.56729 11.1129 4.22561 11.7713C4.88393 12.4296 5.88853 12.5337 6.65561 12.0806C6.7972 11.997 6.93123 11.8941 7.05404 11.7713L7.99685 12.7141C7.7941 12.9168 7.57097 13.0885 7.33366 13.2287C6.05553 13.9836 4.38173 13.813 3.2828 12.7141C2.18388 11.6152 2.01331 9.94135 2.76818 8.66322C2.90834 8.42591 3.08006 8.20278 3.2828 8.00003L4.22561 8.94284Z' fill='%23EF3B24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.22641 8.94278C5.00746 8.16173 6.27379 8.16173 7.05484 8.94278C7.83589 9.72382 7.83589 10.9902 7.05484 11.7712L7.99765 12.714C9.29939 11.4123 9.29939 9.30171 7.99765 7.99997C6.6959 6.69822 4.58535 6.69822 3.2836 7.99997L4.22641 8.94278Z' fill='%23EF3B24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2398 4.70012L9.17563 7.76425L8.23282 6.82144L12.2398 2.81451L14.5968 5.17153L13.654 6.11434L12.2398 4.70012Z' fill='%23EF3B24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8267 5.17157L12.7123 7.05719L11.7695 8L9.88391 6.11438L10.8267 5.17157Z' fill='%23EF3B24'/%3E%3C/svg%3E"); }
    .gis-map__project-tooltip-body .content .tooltip-desc {
      font-weight: 400; }
      .gis-map__project-tooltip-body .content .tooltip-desc .subtext {
        margin: 2px 0 0 0;
        color: #a1a3a3; }
      .gis-map__project-tooltip-body .content .tooltip-desc .maintext {
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
  .gis-map__project-tooltip-body .tooltip-btn {
    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;
    margin: 12px 0 0 0;
    padding: 4px 8px 6px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 17px;
    background-color: #ff1a35;
    color: #fff; }
  @media (min-width: 768px) {
    .gis-map__project-tooltip-body._active .content {
      max-height: 3000px; } }

/* stylelint-enable */
.gis-map__project-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (hover), (min-width: 0 \0) {
    .gis-map__project-marker:hover .gis-map__project-pin .outer.disable {
      opacity: 1; } }
  .gis-map__project-marker._centered-tooltip .gis-map__project-tooltip-body {
    margin: 18px 0 0 0; }

.gis-map__project-pin {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 74px;
  margin: 0 10px 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='32' viewBox='0 0 28 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6872 26.9739C25.0437 24.3423 28 19.3101 28 14C28 6.26801 21.732 0 14 0C6.26801 0 0 6.26801 0 14C0 19.3138 2.96047 24.3495 7.32203 26.9795C9.47702 28.5221 12.4004 30.4521 13.529 31.1919C13.8182 31.3815 14.1826 31.3815 14.4719 31.1919C15.6019 30.4512 18.5315 28.5175 20.6872 26.9739Z' fill='white'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.08));
  cursor: pointer; }
  .gis-map__project-pin .inner {
    position: absolute;
    top: calc(50% - 4px);
    left: 50%;
    z-index: 1;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .gis-map__project-pin .outer {
    position: absolute;
    top: calc(50% - 4px);
    left: 50%;
    z-index: 2;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-color: rgba(0, 0, 0, 0.48);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.66845 10.1145L12.7964 3.98584L13.7398 4.92851L6.66845 11.9998L2.42578 7.75717L3.36845 6.81451L6.66845 10.1145Z" fill="white"/></svg>'); }
    .gis-map__project-pin .outer.active {
      opacity: 1; }

/* stylelint-disable */
.gis-map__static-tooltip {
  position: relative;
  -webkit-filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.08));
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%); }
  .gis-map__static-tooltip:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    z-index: 1;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }
  .gis-map__static-tooltip .tooltip-body {
    position: relative;
    z-index: 2;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.96);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px; }
  .gis-map__static-tooltip .tooltip-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (hover), (min-width: 0 \0) {
      .gis-map__static-tooltip .tooltip-link:hover {
        color: #727576; } }

/* stylelint-enable */

@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*/

@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.disabled._premium {
      -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
      transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
      background-color: #292522;
      color: #5b5e5f;
      border: 0.1rem solid #2c3031;
}
.filter-tag-item.disabled._premium .filter-tag-item__hint-question {
        color: #5b5e5f;
}
.filter-tag-item.disabled._premium._discount-tag, .filter-tag-item.disabled._premium.red {
        background-color: #ef3b2433;
        color: #ffffff33;
        border: .1rem solid transparent;
}
.filter-tag-item.disabled._premium._discount-tag .filter-tag-item__hint-question, .filter-tag-item.disabled._premium.red .filter-tag-item__hint-question {
          color: #ffffff1a;
}
.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 #ffb2bc;
    color: #ff001f;
}
.filter-tag-item.red .filter-tag-item__icn svg {
      fill: #ff001f;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
}
.filter-tag-item.red .filter-tag-item__icn svg > path {
      fill: #ff001f;
}
.filter-tag-item.red .filter-tag-item__icn svg > g path {
      fill: #ff001f;
}
.filter-tag-item.red .filter-tag-item__hint {
      color: #ff001f;
}
.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.red-strong {
    background-color: #ff001f;
    border-color: #ff001f;
    color: white;
}
.filter-tag-item.red-strong .filter-tag-item__hint {
      color: white;
}
@media (hover), (min-width: 0 \0) {
.filter-tag-item.red-strong:hover {
        background-color: white;
        color: #ff001f;
        fill: #ff001f;
        border-color: #ff001f;
}
.filter-tag-item.red-strong:hover .filter-tag-item__icn svg {
          fill: #ff001f;
}
.filter-tag-item.red-strong:hover .filter-tag-item__icn svg > path {
          fill: #ff001f;
}
.filter-tag-item.red-strong:hover .filter-tag-item__icn svg > g path {
          fill: #ff001f;
}
.filter-tag-item.red-strong:hover .filter-tag-item__hint {
          color: #ff001f;
}
.filter-tag-item.red-strong:hover .filter-tag-item__tag-plus {
          fill: #ff001f;
}
}
.filter-tag-item.red-strong.active {
      background-color: #292522;
      border-color: #292522;
}
@media (hover), (min-width: 0 \0) {
.filter-tag-item.red-strong.active:hover {
          color: white;
          border-color: #292522;
}
.filter-tag-item.red-strong.active:hover .filter-tag-item__hint {
            color: white;
}
.filter-tag-item.red-strong.active:hover .filter-tag-item__tag-plus {
            fill: white;
}
}
.filter-tag-item.red-strong.disabled {
      background-color: white;
      border-color: #e8e8e9;
      color: #b9babb;
      fill: #d0d1d1;
      pointer-events: none;
}
.filter-tag-item.red-strong.disabled .filter-tag-item__hint-question {
        color: #d0d1d1;
}
.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._discount-tag {
    background-color: #ff001f;
    border-color: #ff001f;
    color: white;
}
.filter-tag-item._discount-tag .filter-tag-item__hint {
      color: white;
}
@media (hover), (min-width: 0 \0) {
.filter-tag-item._discount-tag:hover {
        background-color: white;
        color: #ff001f;
        fill: #ff001f;
        border-color: #ff001f;
}
.filter-tag-item._discount-tag:hover .filter-tag-item__icn svg {
          fill: #ff001f;
}
.filter-tag-item._discount-tag:hover .filter-tag-item__icn svg > path {
          fill: #ff001f;
}
.filter-tag-item._discount-tag:hover .filter-tag-item__icn svg > g path {
          fill: #ff001f;
}
.filter-tag-item._discount-tag:hover .filter-tag-item__hint {
          color: #ff001f;
}
.filter-tag-item._discount-tag:hover .filter-tag-item__tag-plus {
          fill: #ff001f;
}
}
.filter-tag-item._discount-tag.active {
      background-color: #292522;
      border-color: #292522;
}
@media (hover), (min-width: 0 \0) {
.filter-tag-item._discount-tag.active:hover {
          color: white;
          border-color: #292522;
}
.filter-tag-item._discount-tag.active:hover .filter-tag-item__hint {
            color: white;
}
.filter-tag-item._discount-tag.active:hover .filter-tag-item__tag-plus {
            fill: white;
}
}
.filter-tag-item._discount-tag.disabled {
      background-color: white;
}
.filter-tag-item._black-friday {
    background-color: #292522;
    border-color: #292522;
    color: white;
}
.filter-tag-item._black-friday .filter-tag-item__hint {
      color: white;
}
@media (hover), (min-width: 0 \0) {
.filter-tag-item._black-friday:hover {
        background-color: #2c3031;
        fill: #fff;
        border-color: #2c3031;
}
.filter-tag-item._black-friday:hover .filter-tag-item__icn svg {
          fill: #fff;
}
.filter-tag-item._black-friday:hover .filter-tag-item__icn svg > path {
          fill: #fff;
}
.filter-tag-item._black-friday:hover .filter-tag-item__icn svg > g path {
          fill: #fff;
}
.filter-tag-item._black-friday:hover .filter-tag-item__hint {
          color: #fff;
}
.filter-tag-item._black-friday:hover .filter-tag-item__tag-plus {
          fill: #fff;
}
}
.filter-tag-item._black-friday.active {
      background-color: #2c3031;
      border-color: #2c3031;
}
@media (hover), (min-width: 0 \0) {
.filter-tag-item._black-friday.active:hover {
          color: white;
          border-color: #2c3031;
}
.filter-tag-item._black-friday.active:hover .filter-tag-item__hint {
            color: white;
}
.filter-tag-item._black-friday.active:hover .filter-tag-item__tag-plus {
            fill: white;
}
}
.filter-tag-item._black-friday.disabled {
      background-color: #a1a3a3;
}
.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: #ff001f;
}
.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;
    width: 2rem;
}
.filter-tag-item__text._flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.filter-tag-item._premium {
    background-color: #292522;
    color: #fff;
    border: 0.1rem solid #434748;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.filter-tag-item._premium .filter-tag-item__hint-question--wrapper {
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      color: #727576;
}
.filter-tag-item._premium:hover {
      border: .1rem solid transparent;
      color: #292522;
      background-color: #fff;
}
.filter-tag-item._premium:hover .filter-tag-item__hint-question--wrapper {
        color: #b9babb;
}
@media only screen and (max-width: 750px) {
.filter-tag-item._premium:hover {
          background-color: #292522;
          color: #fff;
          border: 0.1rem solid #434748;
}
.filter-tag-item._premium:hover .filter-tag-item__hint-question--wrapper {
            color: #727576;
}
.filter-tag-item._premium:hover.disabled {
            background-color: #292522;
            color: #5b5e5f;
            border: 0.1rem solid #2c3031;
}
}
.filter-tag-item._premium.red {
      border: .1rem solid transparent;
      color: #ff334c;
      background-color: #ef3b2433;
}
.filter-tag-item._premium.red .filter-tag-item__hint-question--wrapper {
        color: #f2625099;
}
.filter-tag-item._premium.red:hover {
        border: .1rem solid transparent;
        color: #292522;
        background-color: #fff;
}
.filter-tag-item._premium.red:hover .filter-tag-item__hint-question--wrapper {
          color: #b9babb;
}
@media only screen and (max-width: 750px) {
.filter-tag-item._premium.red:hover {
          border: .1rem solid transparent;
          color: #ff334c;
          background-color: #ef3b2433;
}
.filter-tag-item._premium.red:hover .filter-tag-item__hint-question--wrapper {
            color: #f2625099;
}
.filter-tag-item._premium.red.active {
          border: .1rem solid transparent;
          color: #292522;
          background-color: #fff;
}
.filter-tag-item._premium.red.active .filter-tag-item__hint-question--wrapper {
            color: #b9babb;
}
.filter-tag-item._premium.red.disabled {
          background-color: #ef3b2433;
          color: #ffffff33;
          border: .1rem solid transparent;
}
}
.filter-tag-item._premium.active {
      border: .1rem solid transparent;
      color: #292522;
      background-color: #fff;
}
.filter-tag-item._premium.active .filter-tag-item__hint-question--wrapper {
        color: #b9babb;
}
.filter-tag-item._premium.active .filter-tag-item__blackfriday-icon {
        color: #292522;
}
.filter-tag-item._premium._discount-tag, .filter-tag-item._premium.red-strong {
      background-color: #ff001f;
      color: #fff;
      border: .1rem solid transparent;
}
.filter-tag-item._premium._discount-tag:hover, .filter-tag-item._premium.red-strong:hover {
        background-color: #292522;
        color: #ff334c;
        border: 0.1rem solid #ff334c;
}
.filter-tag-item._premium._discount-tag:hover .filter-tag-item__hint-question--wrapper, .filter-tag-item._premium.red-strong:hover .filter-tag-item__hint-question--wrapper {
          color: #ef3b2466;
}
@media only screen and (max-width: 750px) {
.filter-tag-item._premium._discount-tag:hover, .filter-tag-item._premium.red-strong:hover {
            background-color: #ff001f;
            color: #fff;
            border: .1rem solid transparent;
}
.filter-tag-item._premium._discount-tag:hover .filter-tag-item__hint-question--wrapper, .filter-tag-item._premium.red-strong:hover .filter-tag-item__hint-question--wrapper {
              color: #ff808f;
}
}
.filter-tag-item._premium._discount-tag.active, .filter-tag-item._premium.red-strong.active {
        background-color: #fff;
        color: #292522;
        border: .1rem solid transparent;
}
.filter-tag-item._premium._discount-tag.active .filter-tag-item__hint-question--wrapper, .filter-tag-item._premium.red-strong.active .filter-tag-item__hint-question--wrapper {
          color: #b9babb;
}
.filter-tag-item._premium._discount-tag.disabled, .filter-tag-item._premium.red-strong.disabled {
        background-color: #ef3b2433;
        color: #ffffff33;
        border: .1rem solid transparent;
}
.filter-tag-item._premium._discount-tag.disabled .filter-tag-item__hint-question--wrapper, .filter-tag-item._premium.red-strong.disabled .filter-tag-item__hint-question--wrapper {
          color: #ffffff1a;
}
.filter-tag-item._premium._discount-tag .filter-tag-item__hint-question--wrapper, .filter-tag-item._premium.red-strong .filter-tag-item__hint-question--wrapper {
        color: #ff808f;
}

@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: #ff001f;
    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: #ff001f;
}
@media (hover), (min-width: 0 \0) {
.flats-filter-tooltip__show-button:hover {
        color: #ff808f;
}
.flats-filter-tooltip__show-button:hover:after {
          background-color: #ff808f;
}
}

@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*/
.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;
}
@media only screen and (max-width: 750px) {
.v-input--default {
        font-size: 16px;
        line-height: 24px;
}
}
.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: #ff001f;
}
.v-input--default.is-error .v-input__label {
        color: #ff001f;
}
.v-input--default.is-error .v-input__label .v-input__hint-body {
          color: #000;
}
.v-input--default.is-error .v-input__inner {
        border-color: #ff001f;
}
.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: #ff001f;
    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: #ff001f;
}
.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;
}
}

