@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*/
.mortgage-it-intro {
  position: relative;
  height: 381px;
  overflow: hidden; }
  @media only screen and (max-width: 750px) {
    .mortgage-it-intro {
      height: auto; } }
  .mortgage-it-intro__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    padding-bottom: 104px; }
    @media only screen and (max-width: 750px) {
      .mortgage-it-intro__container {
        padding-top: 32px;
        padding-bottom: 32px; } }
  .mortgage-it-intro__title {
    max-width: 505px;
    font-size: 36px;
    line-height: 48px; }
    @media only screen and (max-width: 750px) {
      .mortgage-it-intro__title {
        max-width: none;
        margin-bottom: 32px;
        font-size: 21px;
        line-height: 28px; } }
  .mortgage-it-intro__img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1310px;
    height: 100%;
    background-size: 100%;
    background-position: left center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 1921px) {
      .mortgage-it-intro__img {
        left: 52%;
        background-size: contain;
        background-repeat: repeat-x; } }
    @media only screen and (max-width: 750px) {
      .mortgage-it-intro__img {
        position: relative;
        left: 0;
        width: 100%;
        height: 180px;
        background-size: cover;
        background-position: left center; } }
  .mortgage-it-intro__btn {
    width: 272px;
    height: 56px;
    margin-top: 45px; }
    @media only screen and (max-width: 750px) {
      .mortgage-it-intro__btn {
        width: 100%;
        margin-top: 32px; } }

.mortgage-it-menu {
  position: sticky;
  top: 61px;
  z-index: 4;
  width: 100%;
  height: 64px;
  background-color: #f2f2f2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media only screen and (max-width: 750px) {
    .mortgage-it-menu {
      position: relative;
      top: 0;
      height: 56px; } }
  .mortgage-it-menu.--fixed {
    background-color: #eeeceb;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 9; }
  .mortgage-it-menu__container {
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 750px) {
      .mortgage-it-menu__container {
        padding: 0; } }
  .mortgage-it-menu__list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media only screen and (max-width: 750px) {
      .mortgage-it-menu__list {
        overflow-x: scroll; }
        .mortgage-it-menu__list:before, .mortgage-it-menu__list:after {
          content: "";
          display: block;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 20px;
          height: 100%; } }
  .mortgage-it-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-right: 28px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s; }
    @media only screen and (max-width: 750px) {
      .mortgage-it-menu__item {
        margin-right: 24px; } }
    .mortgage-it-menu__item:last-child {
      margin-right: 0; }
      @media only screen and (max-width: 750px) {
        .mortgage-it-menu__item:last-child {
          padding-right: 30px; }
          .mortgage-it-menu__item:last-child:after {
            width: calc(100% - 30px); } }
    .mortgage-it-menu__item:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #3b4658;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .mortgage-it-menu__item._active {
      color: #727576; }
      .mortgage-it-menu__item._active:after {
        opacity: 1; }
    .mortgage-it-menu__item:hover {
      color: #a1a3a3; }
  .mortgage-it-menu__button {
    width: 200px;
    height: 40px;
    margin: auto;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px; }
    @media only screen and (max-width: 750px) {
      .mortgage-it-menu__button {
        display: none; } }
  .mortgage-it-menu__overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 56px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 750px) {
      .mortgage-it-menu__overlay {
        opacity: 1; } }
    .mortgage-it-menu__overlay:after {
      content: "";
      position: absolute;
      width: 56px;
      height: 100%;
      top: 0;
      right: 0;
      background: -webkit-gradient(linear, right top, left top, color-stop(50.24%, #f2f2f2), to(rgba(242, 242, 242, 0)));
      background: linear-gradient(270deg, #f2f2f2 50.24%, rgba(242, 242, 242, 0) 100%); }

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

.mortgage-it__title {
  font-size: 28px;
  line-height: 40px; }
  @media only screen and (max-width: 750px) {
    .mortgage-it__title {
      font-size: 18px;
      line-height: 24px; } }

.mortgage-it .more {
  min-height: 500px; }
  @media only screen and (max-width: 750px) {
    .mortgage-it .more {
      min-height: 300px; } }

@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*/
.mortgage-it-for-who {
  padding: 80px 0;
  background-color: #f6f5f4;
}
@media only screen and (max-width: 750px) {
.mortgage-it-for-who {
      padding: 44px 0;
}
}
.mortgage-it-for-who__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-for-who__items {
        -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;
        margin-top: 24px;
}
}
.mortgage-it-for-who__item {
    position: relative;
    width: calc((100% - 32px) / 3);
    min-height: 392px;
    padding: 52px;
    background-color: white;
}
@media only screen and (max-width: 750px) {
.mortgage-it-for-who__item {
        width: 100%;
        min-height: 168px;
        padding: 32px;
        overflow: hidden;
}
.mortgage-it-for-who__item:not(:last-child) {
          margin-bottom: 16px;
}
}
.mortgage-it-for-who__item-title {
    font-size: 21px;
    line-height: 28px;
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
    font-weight: 600;
}
@media only screen and (max-width: 750px) {
.mortgage-it-for-who__item-title {
        font-size: 18px;
        line-height: 24px;
}
}
.mortgage-it-for-who__item-text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #5b5e5f;
}
@media only screen and (max-width: 750px) {
.mortgage-it-for-who__item-text {
        position: relative;
        z-index: 1;
        margin-top: 8px;
        font-size: 14px;
}
}
.mortgage-it-for-who__item-icon {
    position: absolute;
    left: 52px;
    bottom: 52px;
    width: 84px;
    height: 84px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-for-who__item-icon {
        right: 0;
        left: auto;
        bottom: -22px;
        width: 101px;
        height: 101px;
}
}
.mortgage-it-for-who__item-icon svg {
      width: 100%;
      height: 100%;
      fill: #ef3b24;
      stroke: #ef3b24;
}
@media only screen and (max-width: 750px) {
.mortgage-it-for-who__item-icon svg {
          fill: #eeeceb;
          stroke: #eeeceb;
}
}
.mortgage-it-for-who__text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #a1a3a3;
}
@media only screen and (max-width: 750px) {
.mortgage-it-for-who__text {
        margin-top: 24px;
        font-size: 12px;
        line-height: 16px;
}
}
.mortgage-it-for-who__text a {
      position: relative;
      color: #ef3b24;
      white-space: nowrap;
}
.mortgage-it-for-who__text a:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ef3b24;
        -webkit-transition: opacity 3s ease;
        transition: opacity 3s ease;
}
.mortgage-it-for-who__text a:hover:after {
        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*/
.mortgage-it-terms {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
.mortgage-it-terms {
      padding: 44px 0;
}
}
.mortgage-it-terms__list {
    position: relative;
    z-index: 1;
    max-width: 820px;
    padding: 24px 56px;
    margin-top: 40px;
    border: 1px solid #d8dade;
    background-color: white;
}
@media only screen and (max-width: 750px) {
.mortgage-it-terms__list {
        max-width: none;
        padding: 6px 28px;
        margin-top: 24px;
}
}
.mortgage-it-terms__cell {
    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;
    padding: 32px 0;
    font-size: 18px;
    line-height: 24px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-terms__cell {
        padding: 24px 0;
        line-height: 16px;
}
}
.mortgage-it-terms__cell:not(:last-child) {
      border-bottom: 1px solid #d8dade;
}
.mortgage-it-terms__label {
    color: #434748;
}
@media only screen and (max-width: 750px) {
.mortgage-it-terms__label {
        font-size: 14px;
}
}
.mortgage-it-terms__value {
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
    font-weight: 600;
}
@media only screen and (max-width: 750px) {
.mortgage-it-terms__value {
        font-size: 12px;
}
}
.mortgage-it-terms__btn {
    width: 320px;
    height: 56px;
    margin-top: 40px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-terms__btn {
        width: 100%;
        margin-top: 24px;
}
}
.mortgage-it-terms__img {
    position: absolute;
    top: 0;
    left: 41%;
    width: 1142px;
    height: 565px;
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 1921px) {
.mortgage-it-terms__img {
        left: 43%;
        width: 70%;
        background-size: contain;
        background-repeat: repeat-x;
}
}
@media only screen and (max-width: 1440px) {
.mortgage-it-terms__img {
        left: 38%;
        width: 1160px;
}
}
@media only screen and (max-width: 750px) {
.mortgage-it-terms__img {
        display: none;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.mortgage-it-how {
  position: relative;
  padding: 80px 0;
  background-color: #f6f5f4;
}
@media only screen and (max-width: 750px) {
.mortgage-it-how {
      padding: 44px 0;
}
}
.mortgage-it-how .container {
    position: relative;
}
@media only screen and (max-width: 1440px) {
.mortgage-it-how .container {
        position: static;
}
}
.mortgage-it-how__body {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-how__body {
        margin-top: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
}
.mortgage-it-how__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 416px;
    margin-right: 90px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-how__image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
}
}
.mortgage-it-how__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
}
.mortgage-it-how__image img[lazy=loaded] {
        opacity: 1;
}
.mortgage-it-how__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 90px 32px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-how__steps {
        gap: 16px 0;
}
}
.mortgage-it-how__step {
    width: calc(50% - 16px);
    height: auto;
    color: #3b4658;
}
@media only screen and (max-width: 750px) {
.mortgage-it-how__step {
        position: relative;
        width: 100%;
        padding: 32px;
        background-color: white;
}
}
.mortgage-it-how__step-img {
    width: 137px;
    height: 69px;
    margin-bottom: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
@media only screen and (max-width: 750px) {
.mortgage-it-how__step-img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 91px;
        height: 42px;
        margin-bottom: 0;
}
}
.mortgage-it-how__step-img[lazy=loaded] {
      opacity: 1;
}
.mortgage-it-how__step-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.mortgage-it-how__step-text {
    font-size: 16px;
    line-height: 26px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-how__step-text {
        position: relative;
        z-index: 1;
        font-size: 14px;
        line-height: 24px;
}
}
.mortgage-it-how__step-text a {
      position: relative;
      color: #ef3b24;
      white-space: nowrap;
}
.mortgage-it-how__step-text a:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ef3b24;
        -webkit-transition: opacity 3s ease;
        transition: opacity 3s ease;
}
.mortgage-it-how__step-text a:hover:after {
        opacity: 0;
}
.mortgage-it-how__btn {
    width: calc(50% - 16px);
    height: 56px;
    margin-top: 6px;
    margin-left: auto;
}
@media only screen and (max-width: 750px) {
.mortgage-it-how__btn {
        width: 100%;
        margin-top: 0;
}
}
.mortgage-it-how__img {
    position: absolute;
    top: -80px;
    right: 0;
    width: 237px;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 1440px) {
.mortgage-it-how__img {
        top: 0;
}
}
@media only screen and (max-width: 750px) {
.mortgage-it-how__img {
        display: none;
}
}

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

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

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

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.selected-enter {
  opacity: 0;
}
.selected-leave-to {
  opacity: 0;
}
.selected-leave-active {
  position: absolute;
}
.selected-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.selected-filter__reset {
    padding: 6px 8px 6px 30px;
    background: #3B4658;
    border-radius: 8px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
@media only screen and (max-width: 750px) {
.selected-filter__reset {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
}
}
.selected-filter__reset:hover {
      background: #282E38;
}
.selected-filter__reset:before {
      content: '';
      position: absolute;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjY4MTA1IDEuMDAwMTNINS4wNjg1NWUtMDVWMEgzLjUwMDA1TDQuMDAwMDUgMC41MDAwNjRWNC4wMDA1MUgzLjAwMDA1VjIuMDAwMjZDMi4xMDM3NyAyLjY3MjgzIDEuNDU5MzYgMy42MjcgMS4xNzAxOSA0LjcwOTdDMC44ODEwMzIgNS43OTI0IDAuOTYzODg0IDYuOTQwODYgMS40MDU0NiA3Ljk3MDgzQzEuODQ3MDMgOS4wMDA4IDIuNjIxNzMgOS44NTI1OCAzLjYwNTI2IDEwLjM4OTVDNC41ODg3OSAxMC45MjY0IDUuNzI0MTUgMTEuMTE3NCA2LjgyOTE4IDEwLjkzMTdDNy45MzQyMSAxMC43NDYxIDguOTQ0ODYgMTAuMTk0NSA5LjY5ODk4IDkuMzY1NjhDMTAuNDUzMSA4LjUzNjgxIDEwLjkwNyA3LjQ3ODYxIDEwLjk4NzggNi4zNjA4OEMxMS4wNjg2IDUuMjQzMTQgMTAuNzcxNyA0LjEzMDY0IDEwLjE0NDcgMy4yMDE4N0M5LjUxNzY1IDIuMjczMTEgOC41OTY4NyAxLjU4MTkgNy41MzAwNSAxLjIzOTE2TDcuODMyMDQgMC4yODUwMzdDOS4xMjY2NyAwLjcwMDIxNyAxMC4yNDE5IDEuNTQyODIgMTAuOTk1MSAyLjY3NDgyQzExLjc0ODMgMy44MDY4MiAxMi4wOTQ4IDUuMTYxMDggMTEuOTc3NyA2LjUxNTc2QzExLjg2MDcgNy44NzA0NCAxMS4yODcxIDkuMTQ1MjEgMTAuMzUxIDEwLjEzMTJDOS40MTQ4IDExLjExNzIgOC4xNzE1NyAxMS43NTYxIDYuODI0OTMgMTEuOTQzQzUuNDc4MyAxMi4xMyA0LjEwODEgMTEuODU0IDIuOTM4ODEgMTEuMTYwMkMxLjc2OTUyIDEwLjQ2NjUgMC44NzA0NjcgOS4zOTYxNyAwLjM4ODk0IDguMTI0NThDLTAuMDkyNTg3NSA2Ljg1MyAtMC4xMjgwNCA1LjQ1NTU2IDAuMjg4MzkgNC4xNjExOUMwLjcwNDgxOSAyLjg2NjgyIDEuNTQ4NDQgMS43NTIyNyAyLjY4MTA1IDEuMDAwMTNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
      width: 12px;
      height: 12px;
      left: 9px;
      top: 12px;
}

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

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

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

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

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

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.filter-tag-item-anim-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  margin-right: 8px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid rgba(239, 59, 36, 0.5);
  background-color: #fff;
  margin-bottom: 15px;
  color: #ef3b24;
  fill: #ef3b24;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-animation: background 7s linear infinite normal running;
          animation: background 7s linear infinite normal running;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 750px) {
.filter-tag-item-anim-new {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      height: auto;
      padding: 7px 10px 7px;
      margin-bottom: 8px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.filter-tag-item-anim-new .filter-tag-item-anim-new__content {
        font-size: 13px;
        line-height: 16px;
}
.filter-tag-item-anim-new .filter-tag-item-anim-new__hint {
        margin-left: 4px;
}
}
.filter-tag-item-anim-new._small-size {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    padding: 7px 10px 7px;
    margin-bottom: 8px;
}
.filter-tag-item-anim-new._small-size .filter-tag-item-anim-new__content {
      font-size: 13px;
      line-height: 16px;
}
.filter-tag-item-anim-new._small-size .filter-tag-item-anim-new__hint {
      margin-left: 4px;
}
@media (hover), (min-width: 0 \0) {
.filter-tag-item-anim-new:hover {
      background-color: #3b4658;
      color: white;
      fill: #fff;
      border-color: #3b4658;
      -webkit-animation: none;
              animation: none;
}
.filter-tag-item-anim-new:hover .filter-tag-item-anim-new__hint {
        border-color: #fff;
        color: #fff;
}
.filter-tag-item-anim-new:hover .filter-tag-item-anim-new__hint:hover {
          border-color: rgba(255, 255, 255, 0.2);
}
.filter-tag-item-anim-new:hover svg > path {
        fill: #fff;
}
.filter-tag-item-anim-new:hover svg > g path {
        fill: #fff;
}
.filter-tag-item-anim-new:hover .filter-tag-item-anim-new__gradient {
        -webkit-transition: none;
        transition: none;
}
.filter-tag-item-anim-new:hover .filter-tag-item-anim-new__gradient._white {
          -webkit-animation: none;
                  animation: none;
}
.filter-tag-item-anim-new:hover .filter-tag-item-anim-new__gradient._red {
          -webkit-animation: none;
                  animation: none;
          opacity: 0;
}
}
.filter-tag-item-anim-new._anim {
    overflow: hidden;
}
.filter-tag-item-anim-new._anim .filter-tag-item-anim-new__gradient._white {
      opacity: 1;
}
.filter-tag-item-anim-new._anim .filter-tag-item-anim-new__gradient._red {
      opacity: .27;
}
.filter-tag-item-anim-new._active {
    border-color: #3b4658;
    background-color: #3b4658;
    color: #fff;
    fill: #fff;
    -webkit-animation: none;
            animation: none;
}
.filter-tag-item-anim-new._active svg > path {
      fill: #fff;
}
.filter-tag-item-anim-new._active svg > g path {
      fill: #fff;
}
.filter-tag-item-anim-new._active .filter-tag-item-anim-new__gradient {
      display: none;
}
.filter-tag-item-anim-new._active .filter-tag-item-anim-new__gradient._white {
        -webkit-animation: none;
                animation: none;
}
.filter-tag-item-anim-new._active .filter-tag-item-anim-new__gradient._red {
        -webkit-animation: none;
                animation: none;
        opacity: 0;
}
.filter-tag-item-anim-new._active .filter-tag-item-anim-new__hint {
      border-color: #fff;
      color: #fff;
}
.filter-tag-item-anim-new._disabled {
    border-color: #d4d4d4;
    background-color: #fff;
    color: #d4d4d4;
    fill: #d4d4d4;
    -webkit-animation: none;
            animation: none;
    pointer-events: none;
}
.filter-tag-item-anim-new._disabled svg > path {
      fill: #d4d4d4;
}
.filter-tag-item-anim-new._disabled .filter-tag-item-anim-new__gradient._white {
      -webkit-animation: none;
              animation: none;
}
.filter-tag-item-anim-new._disabled .filter-tag-item-anim-new__gradient._red {
      -webkit-animation: none;
              animation: none;
      opacity: 0;
}
.filter-tag-item-anim-new._disabled .filter-tag-item-anim-new__hint {
      border-color: #d4d4d4;
      color: #d4d4d4;
}
.filter-tag-item-anim-new__icn {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.filter-tag-item-anim-new__icn svg {
      width: 100%;
      height: 100%;
}
.filter-tag-item-anim-new__content {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    white-space: nowrap;
}
.filter-tag-item-anim-new__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.filter-tag-item-anim-new__gradient {
    position: absolute;
    top: -60px;
    left: -100%;
    width: 160px;
    height: 150px;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: none;
}
.filter-tag-item-anim-new__gradient._white {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(19.27%, rgba(255, 255, 255, 0.854167)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.854167) 19.27%, rgba(255, 255, 255, 0) 100%);
      -webkit-animation: gradient-white 7s linear infinite normal running;
              animation: gradient-white 7s linear infinite normal running;
}
.filter-tag-item-anim-new__gradient._red {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(19.27%, rgba(255, 255, 255, 0.854167)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.854167) 19.27%, rgba(255, 255, 255, 0) 100%);
      opacity: .27;
      -webkit-animation: gradient-red 7s linear infinite normal running;
              animation: gradient-red 7s linear infinite normal running;
}
.filter-tag-item-anim-new__hint {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border: 1px solid #ef3b24;
    border-radius: 50%;
    font-size: 11px;
    line-height: 12px;
    color: #ef3b24;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.filter-tag-item-anim-new__hint:hover {
      border-color: rgba(255, 255, 255, 0.2);
}
.filter-tag-item-anim-new__hint:hover .filter-tag-item-anim-new__hint-body {
        opacity: 1;
        -webkit-transform: translate(-50%, calc(-100% - 17px));
                transform: translate(-50%, calc(-100% - 17px));
}
.filter-tag-item-anim-new__hint-body {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    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: 14px;
    line-height: 20px;
    color: #14191a;
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    -webkit-transition: .3s;
    transition: .3s;
    pointer-events: none;
}
@media only screen and (max-width: 750px) {
.filter-tag-item-anim-new__hint-body {
        display: none;
}
}
.filter-tag-item-anim-new__hint-body:before {
      content: "";
      position: absolute;
      display: block;
      left: 50%;
      bottom: -6px;
      border-top: 7px solid white;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
}
@-webkit-keyframes gradient-white {
0% {
    left: -100%;
}
20% {
    left: -75%;
}
40% {
    left: 150%;
}
100% {
    left: 150%;
}
}
@keyframes gradient-white {
0% {
    left: -100%;
}
20% {
    left: -75%;
}
40% {
    left: 150%;
}
100% {
    left: 150%;
}
}
@-webkit-keyframes gradient-red {
0% {
    left: -100%;
}
20% {
    left: 200%;
}
100% {
    left: 200%;
}
}
@keyframes gradient-red {
0% {
    left: -100%;
}
20% {
    left: 200%;
}
100% {
    left: 200%;
}
}
@-webkit-keyframes background {
0% {
    background-color: white;
}
20% {
    background-color: #feecea;
}
30% {
    background-color: white;
}
100% {
    background-color: white;
}
}
@keyframes background {
0% {
    background-color: white;
}
20% {
    background-color: #feecea;
}
30% {
    background-color: white;
}
100% {
    background-color: white;
}
}

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

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

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.filter-tag-tabs {
  padding-left: 16px;
  margin-top: 20px;
  margin-bottom: -8px;
  /*stylelint-disable*/
  scrollbar-width: none;
  /* Firefox */
  /*stylelint-enable*/
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow-x: scroll;
  overflow-y: hidden;
}
.filter-tag-tabs::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}
.filter-tag-tabs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.filter-tag-tabs__item.filter-tag-item {
    height: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 12px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 15px;
    white-space: nowrap;
}
.filter-tag-tabs__item.filter-tag-item-anim-new {
    height: 30px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin-right: 4px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 14px;
}

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

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

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.mortgage-it-flats {
  min-height: 500px;
  padding-top: 48px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats {
      padding-top: 44px;
}
}
.mortgage-it-flats__filter .flat-l-filter {
    padding: 48px 0 48px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats__filter .flat-l-filter {
        padding-top: 0;
        padding-bottom: 0;
}
}
.mortgage-it-flats__main {
    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;
    width: 100%;
    padding-bottom: 34px;
    background-color: #f6f5f4;
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats__main {
        padding-bottom: 44px;
        background-color: white;
}
}
.mortgage-it-flats__main .flat-l-params {
      background-color: #f6f5f4;
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats__main .flat-l-params {
          padding-top: 24px;
          padding-bottom: 8px;
          background-color: white;
}
}
.mortgage-it-flats__main .flats-list {
      background-color: #f6f5f4;
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats__main .flats-list {
          padding-top: 24px;
          background-color: white;
}
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats__main .flat-type-card {
        border: 1px solid #ecedef;
}
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats__main .flats-list__wrap {
        padding-bottom: 0;
}
}
.mortgage-it-flats__subtitle {
    margin-top: 8px;
    font-size: 16px;
    line-height: 40px;
    color: #434748;
}
.mortgage-it-flats__tab-list {
    margin-top: 20px;
    margin-bottom: 10px;
}
.mortgage-it-flats__container {
    padding-top: 10px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats__container {
        padding-bottom: 0;
}
}
.mortgage-it-flats .more {
    padding: 0;
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats .more._desk {
        display: none;
}
}
.mortgage-it-flats__open-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.mortgage-it-flats__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;
}
.mortgage-it-flats__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) {
.mortgage-it-flats__open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
}
.mortgage-it-flats__open._static {
      position: relative;
      bottom: 0;
      width: 50%;
      height: 44px;
      -webkit-transform: none;
              transform: none;
}
.mortgage-it-flats__more {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 380px;
    height: 56px;
    border: 1px solid #d8dade;
    color: #3b4658;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats__more {
        width: calc(100% - 40px);
        margin-top: 12px;
}
}
.mortgage-it-flats__more:hover {
      border-color: transparent;
}
.mortgage-it-flats__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;
}
.mortgage-it-flats__button-mobile.submit {
      right: 0;
      bottom: 0;
      color: white;
      background-color: #3b4658;
}
.mortgage-it-flats__button-mobile.full {
      right: 0;
      bottom: 60px;
      background-color: #dbdbdb;
      color: black;
}
.mortgage-it-flats__button-mobile.full.active {
        background-color: #f9f9f9;
}
.mortgage-it-flats__button-mobile.enabled {
      opacity: 1;
      pointer-events: all;
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats__button-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
}
.mortgage-it-flats__button-add {
    display: none;
    -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% - 40px);
    height: 56px;
    border: 1px solid #c5c8cd;
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats__button-add {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
}
@media only screen and (max-width: 750px) {
.mortgage-it-flats__tags-mob {
      width: 100vw;
      margin-bottom: 30px;
      margin-left: -20px;
}
}

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

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.mortgage-it-callback {
  padding: 100px 0 122px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-callback {
      padding: 44px 0;
      background-color: #f6f5f4;
}
}
.mortgage-it-callback .container {
    position: relative;
}
.mortgage-it-callback .mortgage-it__title {
    text-align: center;
}
.mortgage-it-callback__form {
    position: relative;
    max-width: 649px;
    margin: 0 auto;
}
.mortgage-it-callback__subtitle {
    margin-top: 16px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
}
@media only screen and (max-width: 750px) {
.mortgage-it-callback__subtitle {
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
}
}
.mortgage-it-callback__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-callback__inner {
        -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;
        margin-top: 32px;
}
}
.mortgage-it-callback__input {
    width: calc(50% - 12px);
}
@media only screen and (max-width: 750px) {
.mortgage-it-callback__input {
        width: 100%;
}
}
.mortgage-it-callback__btn {
    width: calc(50% - 12px);
    height: 56px;
}
@media only screen and (max-width: 750px) {
.mortgage-it-callback__btn {
        width: 100%;
        margin-top: 12px;
}
}
.mortgage-it-callback__checkbox.v-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
}
@media only screen and (max-width: 1399px) {
.mortgage-it-callback__checkbox.v-checkbox {
        font-weight: 400;
        font-size: 12px;
        line-height: 142%;
}
}
@media only screen and (max-width: 750px) {
.mortgage-it-callback__checkbox.v-checkbox {
        margin-top: 32px;
}
}
.mortgage-it-callback__checkbox.v-checkbox .v-checkbox__box {
      margin-top: 2px;
}
.mortgage-it-callback__result {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    background-color: white;
    z-index: 3;
}
.mortgage-it-callback__img {
    position: absolute;
    top: -100px;
    right: 30px;
    width: 190px;
    height: 478px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 1921px) {
.mortgage-it-callback__img {
        right: 20px;
}
}
@media only screen and (max-width: 750px) {
.mortgage-it-callback__img {
        display: none;
}
}

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

