@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*/
.exchange-residence-menu {
  position: sticky;
  top: var(--header-dynamic-height);
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  z-index: 9;
  width: 100%;
  height: 60px;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 750px) {
    .exchange-residence-menu {
      position: relative;
      top: 0; } }
  .exchange-residence-menu._mob {
    display: none; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu._mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        background-color: white; } }
  .exchange-residence-menu.--fixed {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 9; }
  .exchange-residence-menu__container {
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__container {
        padding: 0; } }
  .exchange-residence-menu__list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__list {
        overflow-x: scroll; }
        .exchange-residence-menu__list:before, .exchange-residence-menu__list:after {
          content: "";
          display: block;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 20px;
          height: 100%; } }
  .exchange-residence-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-right: 36px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__item {
        margin-right: 30px; } }
    .exchange-residence-menu__item:last-child {
      margin-right: 0; }
      @media only screen and (max-width: 750px) {
        .exchange-residence-menu__item:last-child {
          padding-right: 40px; }
          .exchange-residence-menu__item:last-child:after {
            width: calc(100% - 40px); } }
    .exchange-residence-menu__item:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #14191a;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .exchange-residence-menu__item._active {
      color: #a9adb4; }
      .exchange-residence-menu__item._active:after {
        opacity: 1; }
    .exchange-residence-menu__item:hover {
      color: #405054; }
  .exchange-residence-menu__button {
    width: 184px;
    height: 36px;
    margin: auto;
    margin-right: 0; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__button {
        display: none; } }
  .exchange-residence-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 64px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__link {
        -ms-flex-item-align: center;
            align-self: center;
        display: none;
        margin-top: 16px;
        margin-left: 0; } }
    .exchange-residence-menu__link._mob {
      display: none; }
      @media only screen and (max-width: 750px) {
        .exchange-residence-menu__link._mob {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .exchange-residence-menu__link span {
      position: relative; }
      .exchange-residence-menu__link span:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #3b4658;
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
    @media (hover), (min-width: 0 \0) {
      .exchange-residence-menu__link:hover span:after {
        opacity: 0; } }
  .exchange-residence-menu__overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 60px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__overlay {
        opacity: 1; } }
    .exchange-residence-menu__overlay:after {
      content: "";
      position: absolute;
      width: 56px;
      height: 100%;
      top: 0;
      right: 0;
      background: -webkit-gradient(linear, right top, left top, color-stop(50.24%, #f2f2f2), to(rgba(242, 242, 242, 0)));
      background: linear-gradient(270deg, #f2f2f2 50.24%, rgba(242, 242, 242, 0) 100%); }

.exchange-residence-about {
  padding-top: 72px; }
  @media only screen and (max-width: 750px) {
    .exchange-residence-about {
      padding-top: 40px; } }
  .exchange-residence-about__body {
    position: relative;
    margin-top: 48px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-about__body {
        margin-top: 24px; } }
    .exchange-residence-about__body._active .exchange-residence-about__text {
      max-height: 600px; }
  .exchange-residence-about__text {
    max-width: 75%;
    font-size: 16px;
    line-height: 26px;
    will-change: max-height;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-about__text {
        max-width: none;
        max-height: 131px;
        overflow: hidden; } }
  .exchange-residence-about__more {
    position: relative;
    z-index: 1;
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 12px;
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-about__more {
        display: block; } }
    .exchange-residence-about__more:after {
      content: "";
      position: absolute;
      top: 95%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #14191a; }
  .exchange-residence-about__overlay {
    display: none; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-about__overlay {
        position: absolute;
        left: 0;
        bottom: 80px;
        display: block;
        width: 100%;
        height: 60px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.37)), color-stop(25.51%, rgba(255, 255, 255, 0.9)), color-stop(55.93%, #fff));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.9) 25.51%, #fff 55.93%);
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        pointer-events: none; } }
  .exchange-residence-about__button {
    width: 180px;
    height: 52px;
    background-color: #ff001f;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: 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;
    cursor: pointer;
    margin-top: 32px; }
    @media (hover), (min-width: 0 \0) {
      .exchange-residence-about__button:hover {
        background-color: #ff1a35; } }
    @media only screen and (max-width: 750px) {
      .exchange-residence-about__button {
        margin-top: 28px;
        width: 100%; } }

.exchange-residence-features {
  padding-top: 60px;
  margin-bottom: 72px; }
  @media only screen and (max-width: 750px) {
    .exchange-residence-features {
      padding-top: 60px;
      margin-bottom: 40px; } }
  .exchange-residence-features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 48px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-features__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 24px; } }
  .exchange-residence-features__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-left: 56px;
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 180%;
    opacity: .9; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-features__item {
        width: 100%;
        padding-left: 40px;
        font-size: 14px;
        line-height: 20px; }
        .exchange-residence-features__item:last-child {
          margin-bottom: 0; } }
    .exchange-residence-features__item p {
      max-width: 432px; }
      @media only screen and (max-width: 750px) {
        .exchange-residence-features__item p {
          max-width: none; } }
    .exchange-residence-features__item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      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: 36px;
      height: 36px;
      border-radius: 50%;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTcuNSIgZmlsbD0iIzNCNDY1OCIgc3Ryb2tlPSIjM0I0NjU4Ii8+CjxwYXRoIGQ9Ik0xMiAxNkwxNy41IDIxLjVMMjQgMTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi41Ii8+Cjwvc3ZnPgo=) no-repeat center/contain; }
      @media only screen and (max-width: 750px) {
        .exchange-residence-features__item:before {
          width: 24px;
          height: 24px; } }

.exchange-residence-faq {
  padding-top: 100px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 750px) {
    .exchange-residence-faq {
      padding-top: 40px;
      margin-bottom: 40px; } }
  .exchange-residence-faq__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 48px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-faq__wrap {
        margin-top: 24px; } }
  .exchange-residence-faq__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 387px;
    min-height: 587px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-faq__img {
        display: none; } }
  .exchange-residence-faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 793px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-faq__list {
        width: 100%; } }
    .exchange-residence-faq__list._w890 {
      width: 890px; }
      @media only screen and (max-width: 750px) {
        .exchange-residence-faq__list._w890 {
          width: 100%; } }
  .exchange-residence-faq__item {
    width: 100%;
    margin-bottom: 12px;
    background-color: #f9f9f9; }
    .exchange-residence-faq__item:last-child {
      margin-bottom: 0; }
  .exchange-residence-faq__title {
    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;
    padding: 24px 30px 24px 32px;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-faq__title {
        padding: 18px 20px;
        font-size: 14px;
        line-height: 18px; } }
  .exchange-residence-faq__number {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 15px;
    color: #3b4658;
    opacity: .4; }
  .exchange-residence-faq__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 14px;
    height: 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNCAxTDcuNSA3LjVMMSAxIiBzdHJva2U9IiMzQjQ2NTgiLz4KPC9zdmc+Cg==);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }
    .exchange-residence-faq__icon._rotate {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease; }
  .exchange-residence-faq__body {
    display: none;
    padding: 0 48px 0 35px;
    margin-bottom: 26px;
    margin-right: 28px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-faq__body {
        padding: 0 20px;
        margin-right: 20px;
        font-size: 14px;
        line-height: 18px; } }
    .exchange-residence-faq__body .ps__thumb-y {
      right: 0;
      width: 2px; }
    .exchange-residence-faq__body .ps__rail-y {
      width: 2px;
      background-color: #e5e6e7;
      opacity: 1; }
    .exchange-residence-faq__body p {
      margin-bottom: 28px; }
      .exchange-residence-faq__body p:last-child {
        margin-bottom: 0; }

.exchange-residence-form {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 750px) {
    .exchange-residence-form {
      padding-top: 24px;
      padding-bottom: 40px;
      margin-top: 40px;
      margin-bottom: 0;
      background-color: #f9f9f9; } }
  .exchange-residence-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .exchange-residence-form__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 108px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-form__wrapper {
        margin-right: 0; } }
  .exchange-residence-form__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 628px;
            flex: 0 0 628px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-form__img {
        display: none; } }
    .exchange-residence-form__img._image-loaded {
      opacity: 1; }
  .exchange-residence-form__form {
    position: relative;
    margin-top: 48px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-form__form {
        margin-top: 20px; } }
  .exchange-residence-form__inputs {
    margin-bottom: 60px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-form__inputs {
        margin-bottom: 32px; } }
  .exchange-residence-form__input {
    margin-bottom: 28px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-form__input {
        margin-bottom: 16px; } }
    @media only screen and (max-width: 750px) {
      .exchange-residence-form__input .v-input__inner {
        background-color: white; } }
    @media only screen and (max-width: 750px) {
      .exchange-residence-form__input .v-input__label {
        font-size: 14px;
        line-height: 20px; } }
  .exchange-residence-form__item {
    position: relative; }
    .exchange-residence-form__item._error .exchange-residence-form__item-label {
      color: #ff001f; }
    .exchange-residence-form__item._error .multiselect {
      border: 1px solid #ff001f; }
    .exchange-residence-form__item .filter-select._big {
      width: 290px; }
      @media only screen and (max-width: 750px) {
        .exchange-residence-form__item .filter-select._big {
          width: 100%; } }
    .exchange-residence-form__item .multiselect__placeholder {
      font-weight: 400;
      color: rgba(27, 29, 30, 0.44); }
  .exchange-residence-form__item-label {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-form__item-label {
        font-size: 14px;
        line-height: 20px; } }
  .exchange-residence-form__item-error {
    position: absolute;
    margin-top: 2px;
    font-size: 11px;
    color: #ff001f; }
  .exchange-residence-form__checkbox.v-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 20px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-form__checkbox.v-checkbox {
        font-size: 12px;
        line-height: 14px; } }
  .exchange-residence-form__checkbox .v-checkbox__box {
    margin-top: 2px; }
  .exchange-residence-form__submit {
    width: 100%;
    height: 51px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-form__submit {
        margin-bottom: 24px; } }
  .exchange-residence-form__result {
    position: absolute;
    top: 0;
    left: 0;
    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: 100%;
    padding: 20px;
    background-color: white;
    z-index: 3; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-form__result {
        background-color: #f9f9f9; } }

.exchange-residence .exchange-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(37.8deg, rgba(0, 0, 0, 0.62) 6.42%, rgba(0, 0, 0, 0) 62.31%); }

.exchange-residence .exchange-header__container {
  z-index: 2; }

.exchange-residence .exchange-header__text {
  max-width: 45%; }
  @media only screen and (max-width: 750px) {
    .exchange-residence .exchange-header__text {
      max-width: none; } }

.exchange-residence .exchange-header__btn {
  display: none; }
  @media only screen and (max-width: 750px) {
    .exchange-residence .exchange-header__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; } }

.exchange-residence .exchange__exchangeable {
  padding-bottom: 0; }
  @media only screen and (max-width: 750px) {
    .exchange-residence .exchange__exchangeable {
      margin-bottom: 0; } }

.exchange-residence .appointment-form {
  margin: 100px auto 100px; }
  @media only screen and (max-width: 750px) {
    .exchange-residence .appointment-form {
      margin: 40px auto 40px; } }

.exchange-residence .appointment-form__success,
.exchange-residence .appointment-form__wrap {
  background-color: #f9f9f9; }

@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*/
.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*/
.filter-select .multiselect--active {
  z-index: 49;
}

@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;
}

