@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*/
.f-c-card {
  position: relative;
  height: 465px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer; }
  @media only screen and (max-width: 750px) {
    .f-c-card {
      height: calc((100vw - 40px) / 1.1); } }
  .f-c-card:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31));
    z-index: 2;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
  .f-c-card:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(60, 69, 87, 0.5)), to(rgba(60, 69, 87, 0.5)));
    background: linear-gradient(0deg, rgba(60, 69, 87, 0.5), rgba(60, 69, 87, 0.5));
    opacity: 0;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
  .f-c-card:hover:before {
    opacity: 0; }
  .f-c-card:hover:after {
    opacity: 1; }
  .f-c-card._grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .f-c-card._small {
    width: calc((100% - 40px) / 3); }
    @media only screen and (max-width: 750px) {
      .f-c-card._small {
        width: 100%; } }
  .f-c-card._half {
    width: calc(((100% - 40px) / 3 * 2) + 20px); }
    @media only screen and (max-width: 750px) {
      .f-c-card._half {
        width: 100%; } }
  .f-c-card__img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .f-c-card__img._image-loaded {
      opacity: 1; }
  .f-c-card__title {
    position: absolute;
    bottom: 46px;
    left: 50px;
    font-size: 24px;
    line-height: 120%;
    color: white;
    z-index: 4; }
    @media only screen and (max-width: 750px) {
      .f-c-card__title {
        bottom: 32px;
        left: 38px; } }
  .f-c-card__text {
    font-size: 16px;
    color: white; }
  .f-c-card__container {
    position: absolute;
    bottom: 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 2;
    width: 100%;
    padding: 0 50px 48px; }

.f-c-detail {
  background-color: white; }
  .f-c-detail__title {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 120%; }
    @media only screen and (max-width: 750px) {
      .f-c-detail__title {
        margin-top: 22px;
        margin-bottom: 26px;
        font-size: 26px;
        line-height: 30px; } }
    .f-c-detail__title:first-letter {
      text-transform: uppercase; }
  .f-c-detail__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 52px; }
    @media only screen and (max-width: 750px) {
      .f-c-detail__head {
        margin-bottom: 30px; } }
    .f-c-detail__head-left {
      width: 550px; }
  .f-c-detail__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%; }
    .f-c-detail__text > p {
      margin-bottom: 36px; }
      .f-c-detail__text > p:last-child {
        margin-bottom: 0; }
  .f-c-detail__info {
    width: 590px;
    padding: 84px 104px;
    background-color: #f9f9f9;
    font-size: 20px;
    line-height: 160%; }
    @media only screen and (max-width: 750px) {
      .f-c-detail__info {
        width: 100%;
        padding: 40px 36px;
        margin-bottom: 20px; } }
    .f-c-detail__info._desk {
      display: block; }
      @media only screen and (max-width: 750px) {
        .f-c-detail__info._desk {
          display: none; } }
    .f-c-detail__info._mob {
      display: none; }
      @media only screen and (max-width: 750px) {
        .f-c-detail__info._mob {
          display: block; } }
  .f-c-detail__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 52px; }
    @media only screen and (max-width: 750px) {
      .f-c-detail__gallery {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 42px; } }
    .f-c-detail__gallery-left, .f-c-detail__gallery-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 590px; }
      @media only screen and (max-width: 750px) {
        .f-c-detail__gallery-left, .f-c-detail__gallery-right {
          width: 100%; } }
  .f-c-detail .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: calc(50% + 20px); }
  .f-c-detail__slider {
    width: 100%;
    height: 332px; }
    @media only screen and (max-width: 750px) {
      .f-c-detail__slider {
        height: calc((100vw - 40px) / 1.3);
        margin-bottom: 20px; } }
    .f-c-detail__slider .swiper-pagination {
      display: none;
      position: relative;
      bottom: 34px;
      height: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 750px) {
        .f-c-detail__slider .swiper-pagination {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .f-c-detail__slider .swiper-pagination-bullet {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 10px;
        height: 10px;
        background-color: white;
        opacity: .6; }
      .f-c-detail__slider .swiper-pagination-bullet-active {
        background: white;
        opacity: 1; }
  .f-c-detail__slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  @media only screen and (max-width: 750px) {
    .f-c-detail .swiper-button-next,
    .f-c-detail .swiper-button-prev {
      display: none; } }
  .f-c-detail__image {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
    .f-c-detail__image._left {
      height: 684px; }
      @media only screen and (max-width: 750px) {
        .f-c-detail__image._left {
          height: calc(100vw - 40px);
          margin-bottom: 20px; } }
    .f-c-detail__image._top, .f-c-detail__image._bot {
      height: 332px; }
      @media only screen and (max-width: 750px) {
        .f-c-detail__image._top, .f-c-detail__image._bot {
          height: calc(100vw - 40px);
          margin-bottom: 12px; } }
  .f-c-detail__video {
    width: 100%;
    height: 332px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 750px) {
      .f-c-detail__video {
        height: calc((100vw - 40px) / 1.7); } }
    .f-c-detail__video._desk {
      display: block; }
      @media only screen and (max-width: 750px) {
        .f-c-detail__video._desk {
          display: none; } }
    .f-c-detail__video._mob {
      display: none; }
      @media only screen and (max-width: 750px) {
        .f-c-detail__video._mob {
          display: block; } }
  @media only screen and (max-width: 750px) {
    .f-c-detail__filter {
      position: static;
      height: auto;
      width: 100vw;
      padding: 0 20px 38px;
      margin: 0 -20px;
      background-color: white; } }
  .f-c-detail__filter-title {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 37px; }
    @media only screen and (max-width: 750px) {
      .f-c-detail__filter-title {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 30px; } }
    .f-c-detail__filter-title:first-letter {
      text-transform: uppercase; }
  .f-c-detail__filter-btn {
    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: 250px;
    height: 60px;
    margin-top: 28px; }
    @media only screen and (max-width: 750px) {
      .f-c-detail__filter-btn {
        display: none; } }

.feature-catalog-head {
  margin-bottom: 64px; }
  .feature-catalog-head__title {
    margin-bottom: 48px;
    font-size: 34px;
    line-height: 120%;
    color: #3c4557; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-head__title {
        margin-bottom: 26px;
        font-size: 26px;
        line-height: 30px; } }
    .feature-catalog-head__title:first-letter {
      text-transform: uppercase; }
  .feature-catalog-head__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 358px; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-head__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .feature-catalog-head__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-head__left {
        width: 100vw;
        min-height: 260px;
        margin-left: -20px; } }
  .feature-catalog-head__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 488px;
            flex: 0 0 488px;
    padding: 65px 56px;
    margin-left: 20px;
    background: #3c4557;
    font-size: 24px;
    line-height: 160%;
    color: #fff; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-head__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        padding: 24px;
        margin-left: 0;
        margin-top: 32px;
        font-size: 20px; } }

.feature-catalog-gallery {
  margin-bottom: 64px; }
  @media only screen and (max-width: 750px) {
    .feature-catalog-gallery {
      margin-bottom: 32px;
      overflow: hidden; } }
  @media only screen and (max-width: 750px) {
    .feature-catalog-gallery__sliders._last {
      margin-bottom: 66px; } }
  .feature-catalog-gallery__container {
    height: 620px;
    margin-bottom: 2px; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-gallery__container {
        height: 206px;
        margin-bottom: 0;
        overflow: visible; } }
  .feature-catalog-gallery__slide, .feature-catalog-gallery__thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .feature-catalog-gallery__thumbs {
    height: 128px; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-gallery__thumbs {
        display: none; } }
  .feature-catalog-gallery__pagination.swiper-pagination-bullets {
    bottom: -34px; }
  .feature-catalog-gallery__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px; }
  .feature-catalog-gallery__pagination .swiper-pagination-bullet-active {
    background: #292522; }
  @media only screen and (max-width: 750px) {
    .feature-catalog-gallery__arrow {
      display: none; } }
  .feature-catalog-gallery__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 64px;
    margin: 0 -10px; }
  .feature-catalog-gallery__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-gallery__card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .feature-catalog-gallery__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 40px 32px;
    background: #f9f9f9; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-gallery__card-content {
        padding: 30px 24px; } }
  .feature-catalog-gallery__card-icn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 56px;
    height: 56px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .feature-catalog-gallery__card-text {
    font-size: 16px;
    line-height: 24px; }
    .feature-catalog-gallery__card-text span {
      font-size: 18px;
      margin-bottom: 6px; }
  .feature-catalog-gallery__info {
    display: none;
    font-size: 16px;
    line-height: 160%; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-gallery__info {
        display: block;
        margin-top: 66px; } }

.feature-catalog-info {
  margin-bottom: 64px; }
  @media only screen and (max-width: 750px) {
    .feature-catalog-info {
      margin-bottom: 32px; } }
  .feature-catalog-info__imges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-info__imges {
        -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; } }
  .feature-catalog-info__imge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(50% - 10px);
    height: 363px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-info__imge {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100vw;
        min-height: 260px;
        margin-left: -20px;
        margin-bottom: 32px; } }
  .feature-catalog-info__text {
    display: none;
    padding: 32px 0;
    font-size: 16px;
    line-height: 160%; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-info__text {
        display: block;
        padding: 0;
        margin-bottom: 32px; } }
  .feature-catalog-info__desc {
    padding: 56px;
    margin-top: 64px;
    border: 1px solid #eee;
    font-size: 20px;
    line-height: 160%;
    color: #3c4557; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-info__desc {
        padding: 0;
        margin-top: 0;
        border: none;
        font-size: 16px; } }
    .feature-catalog-info__desc._first {
      margin-top: 0; }
    .feature-catalog-info__desc p {
      margin-bottom: 31px; }
      .feature-catalog-info__desc p:last-child {
        margin-bottom: 0; }
  .feature-catalog-info__part._first {
    margin-bottom: 31px; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-info__part._first {
        display: none; } }
  .feature-catalog-info__part._nomb {
    margin-bottom: 0; }

.feature-catalog-tech {
  margin-bottom: 98px; }
  @media only screen and (max-width: 750px) {
    .feature-catalog-tech {
      margin-bottom: 32px; } }
  .feature-catalog-tech .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-tech .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .feature-catalog-tech__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 100%;
    min-height: 513px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-tech__img {
        width: 100vw;
        min-height: 260px;
        margin-left: -20px; } }
  .feature-catalog-tech__info {
    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-flex: 0;
        -ms-flex: 0 0 387px;
            flex: 0 0 387px;
    margin-left: 64px; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-tech__info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-left: 0; } }
  .feature-catalog-tech__desc {
    display: none;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 160%; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-tech__desc {
        display: block; } }
  .feature-catalog-tech__title {
    margin-bottom: 52px;
    font-size: 28px;
    line-height: 31px; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-tech__title {
        margin-bottom: 24px;
        font-size: 21px;
        line-height: 23px; } }
  .feature-catalog-tech__list {
    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) {
      .feature-catalog-tech__list {
        display: none; } }
  .feature-catalog-tech__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0; }
    .feature-catalog-tech__item:first-child {
      padding-top: 0; }
    .feature-catalog-tech__item:last-child {
      padding-bottom: 0; }
    .feature-catalog-tech__item:not(.feature-catalog-tech__item:first-child) {
      border-top: 1px solid #eee; }
  .feature-catalog-tech__item-icon {
    min-width: 56px;
    max-height: 56px;
    margin-right: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .feature-catalog-tech__item-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 128.6%; }
  .feature-catalog-tech__item-text {
    font-size: 16px;
    line-height: 160%;
    font-weight: 300; }

.feature-catalog-faq {
  margin-bottom: 102px; }
  @media only screen and (max-width: 750px) {
    .feature-catalog-faq {
      margin-bottom: 40px; } }
  .feature-catalog-faq__title {
    margin-bottom: 48px;
    font-size: 34px;
    line-height: 37px; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-faq__title {
        margin-bottom: 24px;
        font-size: 26px;
        line-height: 30px; } }
  .feature-catalog-faq__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .feature-catalog-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) {
      .feature-catalog-faq__img {
        display: none; } }
  .feature-catalog-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: 100%; }
    .feature-catalog-faq__list._w890 {
      width: 890px; }
      @media only screen and (max-width: 750px) {
        .feature-catalog-faq__list._w890 {
          width: 100%; } }
  .feature-catalog-faq__item {
    width: 100%;
    margin-bottom: 12px;
    background-color: #f9f9f9; }
    .feature-catalog-faq__item:last-child {
      margin-bottom: 0; }
  .feature-catalog-faq__item-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: 26px 30px 26px 35px;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-faq__item-title {
        padding: 24px 16px; } }
  .feature-catalog-faq__number {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 15px;
    color: #3b4658;
    opacity: .4; }
  .feature-catalog-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; }
    .feature-catalog-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; }
  .feature-catalog-faq__body {
    height: 0;
    padding: 0 76px 0 35px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: height .8s ease;
    transition: height .8s ease;
    overflow: hidden; }
    @media only screen and (max-width: 750px) {
      .feature-catalog-faq__body {
        padding: 0 40px 0 20px; } }
    .feature-catalog-faq__body .ps__thumb-y {
      right: 0;
      width: 2px; }
    .feature-catalog-faq__body .ps__rail-y {
      width: 2px;
      background-color: #e5e6e7;
      opacity: 1; }
    .feature-catalog-faq__body p {
      margin-bottom: 28px; }
      .feature-catalog-faq__body p:last-child {
        margin-bottom: 0; }

.feature-c-filter {
  padding: 48px 0 26px;
  background: #fff; }
  @media only screen and (max-width: 750px) {
    .feature-c-filter {
      position: fixed;
      top: 100vh;
      left: 0;
      padding-top: 0;
      padding-bottom: 0;
      width: 100%;
      height: calc(var(--vh, 1vh) * 100 - 120px);
      background-color: #f9f9f9;
      overflow-y: scroll;
      overflow-x: hidden;
      z-index: 5;
      -webkit-transition: top .5s ease .3s;
      transition: top .5s ease .3s; } }
  .feature-c-filter.active {
    top: 60px;
    padding-bottom: 60px;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    @media only screen and (max-width: 750px) {
      .feature-c-filter.active {
        -webkit-transition: top .5s ease;
        transition: top .5s ease; }
        .feature-c-filter.active .flat-list__button-mobile {
          pointer-events: auto;
          opacity: 1;
          -webkit-transition: opacity .3s ease .5s;
          transition: opacity .3s ease .5s; } }
  .feature-c-filter.transition {
    -webkit-transition: transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out; }
  .feature-c-filter.--mortgage {
    position: static;
    padding-top: 20px;
    padding-bottom: 40px;
    height: auto; }
    @media only screen and (max-width: 750px) {
      .feature-c-filter.--mortgage {
        width: 100%; } }
  .feature-c-filter._government {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    height: auto; }
    @media only screen and (max-width: 750px) {
      .feature-c-filter._government {
        width: 100%;
        background-color: white; } }
  .feature-c-filter__wrap {
    position: relative; }
    @media only screen and (max-width: 750px) {
      .feature-c-filter__wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .feature-c-filter__title {
    display: none;
    margin-bottom: 18px;
    font-weight: 300;
    margin-top: 23px;
    font-size: 26px; }
    @media only screen and (max-width: 750px) {
      .feature-c-filter__title {
        display: block; } }
  .feature-c-filter__close {
    display: none;
    position: absolute;
    top: 31px;
    right: 20px;
    width: auto;
    height: 18px; }
    @media only screen and (max-width: 750px) {
      .feature-c-filter__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .feature-c-filter__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media only screen and (max-width: 750px) {
      .feature-c-filter__rows {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: initial;
            -ms-flex-align: initial;
                align-items: initial; } }
  .feature-c-filter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 750px) {
      .feature-c-filter__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .feature-c-filter__row:not(:first-child) {
      padding-top: 34px; }
    .feature-c-filter__row._wrapped {
      padding-top: 34px; }
    .feature-c-filter__row._hidden {
      opacity: 0; }
    .feature-c-filter__row._government {
      padding-top: 0; }
    .feature-c-filter__row .multiselect__tags {
      z-index: 0; }
    .feature-c-filter__row .multiselect__select {
      z-index: 1; }
  .feature-c-filter .filter-projects-select .disabled {
    display: none; }
  .feature-c-filter__result {
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 16px;
    color: #d4d4d4;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .feature-c-filter__extra-filter {
    border: 1px solid #dedede;
    width: 207px;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    position: relative;
    padding-left: 45px;
    cursor: pointer; }
    .feature-c-filter__extra-filter:before {
      content: "";
      position: absolute;
      top: 45%;
      left: 21px;
      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; }
    .feature-c-filter__extra-filter._active:before {
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg); }
  .feature-c-filter__show-btn {
    width: 287px;
    height: 60px; }
    @media only screen and (max-width: 750px) {
      .feature-c-filter__show-btn {
        display: none; } }

.feature-c-list {
  min-height: calc(100vh - 110px);
  padding-top: 32px; }
  @media only screen and (max-width: 750px) {
    .feature-c-list {
      min-height: calc(100vh - 60px);
      padding-top: 28px; } }
  .feature-c-list__breadcrumbs {
    padding-top: 32px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 750px) {
      .feature-c-list__breadcrumbs {
        display: none; } }
  .feature-c-list.--mortgage {
    min-height: 0;
    padding-top: 0; }
  .feature-c-list._government {
    position: relative;
    padding-top: 0; }
    @media only screen and (max-width: 750px) {
      .feature-c-list._government {
        margin: 0 -20px; } }
    .feature-c-list._government:before {
      content: '';
      position: absolute;
      left: calc((100vw - 1200px) / -2);
      top: 0;
      display: block;
      width: 100vw;
      height: 100%;
      background-color: #f9f9f9;
      z-index: 0; }
      @media only screen and (max-width: 750px) {
        .feature-c-list._government:before {
          display: none; } }
  .feature-c-list__main {
    width: 100%;
    background-color: #f9f9f9; }
    @media only screen and (max-width: 750px) {
      .feature-c-list__main {
        margin-top: 24px; } }
    .feature-c-list__main .more.hide {
      display: none; }
  .feature-c-list__subtitle {
    margin: 24px 0 8px; }
  .feature-c-list__tab-list {
    margin-top: 20px;
    margin-bottom: 10px; }
  .feature-c-list__container {
    padding-top: 10px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .feature-c-list__container {
        padding-bottom: 0; } }
  .feature-c-list__open-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .feature-c-list__open {
    display: none;
    position: fixed;
    width: 60%;
    height: 60px;
    bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #3b4658;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    z-index: 5; }
    .feature-c-list__open:before {
      content: "";
      position: relative;
      display: block;
      width: 16px;
      height: 16px;
      margin-right: 12px;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxjaXJjbGUgY3g9IjQuNSIgY3k9IjIuNSIgcj0iMiIgZmlsbD0id2hpdGUiLz4KICAgIDxwYXRoIGQ9Ik0wIDIuNUgxNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiLz4KICAgIDxjaXJjbGUgY3g9IjExLjUiIGN5PSI4IiByPSIyIiBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTAgOEgxNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiLz4KICAgIDxjaXJjbGUgY3g9IjQuNSIgY3k9IjEzLjUiIHI9IjIiIGZpbGw9IndoaXRlIi8+CiAgICA8cGF0aCBkPSJNMCAxMy41SDE2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNCIvPgo8L3N2Zz4K) no-repeat center/contain; }
    @media only screen and (max-width: 750px) {
      .feature-c-list__open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .feature-c-list__open._static {
      position: relative;
      bottom: 0;
      width: 50%;
      height: 44px;
      -webkit-transform: none;
              transform: none; }
  .feature-c-list__button-mobile {
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .feature-c-list__button-mobile.submit {
      right: 0;
      bottom: 0;
      color: white;
      background-color: #3b4658; }
    .feature-c-list__button-mobile.full {
      right: 0;
      bottom: 60px;
      background-color: #dbdbdb;
      color: black; }
      .feature-c-list__button-mobile.full.active {
        background-color: #f9f9f9; }
    .feature-c-list__button-mobile.enabled {
      opacity: 1;
      pointer-events: all; }
    @media only screen and (max-width: 750px) {
      .feature-c-list__button-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.appointment-form {
  margin: 0 auto 100px; }
  @media only screen and (max-width: 750px) {
    .appointment-form {
      margin: 0 auto 40px; } }
  .appointment-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 144px 0 74px;
    background: #f4f4f4; }
    @media only screen and (max-width: 750px) {
      .appointment-form__wrap {
        padding: 40px 20px; } }
  .appointment-form__title {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 22px; }
    @media only screen and (max-width: 750px) {
      .appointment-form__title {
        font-size: 18px;
        line-height: 24px; } }
  .appointment-form__text {
    width: 100%;
    margin-bottom: 52px;
    font-size: 18px;
    text-align: center;
    opacity: .8; }
    @media only screen and (max-width: 750px) {
      .appointment-form__text {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 120%; } }
  .appointment-form__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .appointment-form__success {
    background-color: #f4f4f4; }
  .appointment-form__personal {
    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;
    max-width: 654px;
    margin-top: 20px;
    padding: 0 22px;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
    .appointment-form__personal._active {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: 0.4s all cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.4s all cubic-bezier(0.165, 0.84, 0.44, 1); }
  .appointment-form__input {
    width: 312px;
    height: 46px;
    margin-right: 30px;
    font-size: 16px; }
    @media only screen and (max-width: 750px) {
      .appointment-form__input {
        margin-right: 0;
        margin-bottom: 20px; } }
  .appointment-form__btn {
    display: block;
    width: 312px;
    height: 46px;
    text-align: center; }

.feature-catalog-detail {
  background-color: white;
  padding-bottom: 1px; }

.feature-catalog__separator {
  margin-top: 100px; }

.feature-catalog__breadcrumbs {
  padding-top: 30px;
  margin-bottom: 48px; }
  @media only screen and (max-width: 750px) {
    .feature-catalog__breadcrumbs {
      padding-top: 20px;
      margin-bottom: 23px; } }
  @media only screen and (max-width: 750px) {
    .feature-catalog__breadcrumbs .breadcrumbs {
      display: none; } }

.feature-catalog__breadcrumbs-link {
  position: relative;
  display: none;
  padding-left: 15px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 300;
  color: #b1b5bc; }
  .feature-catalog__breadcrumbs-link:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNCAxTDcuNSA3LjVMMSAxIiBzdHJva2U9IiMzQjQ2NTgiLz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media only screen and (max-width: 750px) {
    .feature-catalog__breadcrumbs-link {
      display: inline-block; } }

.feature-catalog__title {
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 37px; }
  @media only screen and (max-width: 750px) {
    .feature-catalog__title {
      margin-top: 32px;
      margin-bottom: 30px;
      font-size: 26px;
      line-height: 30px; } }

.feature-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px; }
  @media only screen and (max-width: 750px) {
    .feature-catalog__list {
      margin-bottom: 45px; } }

@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*/
.filter-item__hint {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  z-index: 7;
  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;
}
.filter-item__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) {
.filter-item__hint-body {
      left: 223px;
      width: 280px;
      padding: 15px 20px;
      font-size: 14px;
      -webkit-transform: translate3d(-100%, -100%, 0);
              transform: translate3d(-100%, -100%, 0);
}
}
.filter-item__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) {
.filter-item__hint-body:before {
        left: 55px;
        bottom: -11px;
}
}

@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-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*/
.v-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  cursor: pointer;
  /* Colors */
  /* End Colors */
  /* Sizes */
  /* End Sizes */
  /* Modificators */
  /* End Modificators */
}
.v-switch--default .v-switch__field {
    background-color: rgba(41, 37, 34, 0.3);
}
@media (hover), (min-width: 0 \0) {
.v-switch--default .v-switch__field:hover {
        background-color: #968a81;
}
}
.v-switch--default .v-switch__dot {
    background-color: #fff;
}
.v-switch--default .v-switch__label._left {
    color: #292522;
}
.v-switch--default .v-switch__label._right {
    color: #292522;
}
.v-switch--default.is-checked .v-switch__field {
    background-color: #292522;
}
@media (hover), (min-width: 0 \0) {
.v-switch--default.is-checked .v-switch__field:hover {
        background-color: rgba(41, 37, 34, 0.5);
}
}
.v-switch--large .v-switch__label {
    font-size: 16px;
    line-height: 1.16;
}
@media only screen and (max-width: 750px) {
.v-switch--large .v-switch__label {
        font-size: 14px;
}
}
.v-switch--large .v-switch__field {
    width: 36px;
    height: 20px;
}
.v-switch--large .v-switch__dot {
    width: 16px;
    height: 16px;
}
.v-switch--large.is-checked .v-switch__dot {
    left: calc(100% - 16px - 3px);
}
.v-switch--medium .v-switch__label {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
.v-switch--medium .v-switch__label {
        font-size: 12px;
}
}
.v-switch--medium .v-switch__field {
    width: 36px;
    height: 20px;
}
.v-switch--medium .v-switch__dot {
    width: 16px;
    height: 16px;
}
.v-switch--medium.is-checked .v-switch__dot {
    left: calc(100% - 16px - 3px);
}
@media only screen and (max-width: 750px) {
.v-switch.is-mobile-big .v-switch__field {
      width: 48px;
      height: 28px;
      border-radius: 14px;
}
.v-switch.is-mobile-big .v-switch__dot {
      width: 22px;
      height: 22px;
}
.v-switch.is-mobile-big.is-checked .v-switch__dot {
      left: calc(100% - 22px - 3px);
}
}
.v-switch.is-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.v-switch.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.v-switch.is-reverse .v-switch__label._left {
      margin-right: 0;
      margin-left: 1.4rem;
}
.v-switch.is-reverse .v-switch__label._right {
      margin-right: 1.4rem;
      margin-left: 0;
}
.v-switch__label {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    opacity: .6;
}
.v-switch__label._left {
      margin-right: 14px;
}
@media only screen and (max-width: 750px) {
.v-switch__label._left {
          margin-right: 8px;
}
}
.v-switch__label._right {
      margin-left: 14px;
}
@media only screen and (max-width: 750px) {
.v-switch__label._right {
          margin-left: 8px;
}
}
.v-switch__label.is-active {
      opacity: 1;
}
.v-switch__field {
    position: relative;
    display: block;
    border-radius: 1rem;
    outline: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
}
.v-switch__dot {
    position: absolute;
    top: 50%;
    left: 3px;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
    will-change: left;
}

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

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

