@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.f-c-card {
  position: relative;
  height: 465px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer; }
  @media only screen and (max-width: 750px) {
    .f-c-card {
      height: calc((100vw - 40px) / 1.1); } }
  .f-c-card:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31));
    z-index: 2;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
  .f-c-card:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(60, 69, 87, 0.5)), to(rgba(60, 69, 87, 0.5)));
    background: linear-gradient(0deg, rgba(60, 69, 87, 0.5), rgba(60, 69, 87, 0.5));
    opacity: 0;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
  .f-c-card:hover:before {
    opacity: 0; }
  .f-c-card:hover:after {
    opacity: 1; }
  .f-c-card._grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .f-c-card._small {
    width: calc((100% - 40px) / 3); }
    @media only screen and (max-width: 750px) {
      .f-c-card._small {
        width: 100%; } }
  .f-c-card._half {
    width: calc(((100% - 40px) / 3 * 2) + 20px); }
    @media only screen and (max-width: 750px) {
      .f-c-card._half {
        width: 100%; } }
  .f-c-card__img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .f-c-card__img._image-loaded {
      opacity: 1; }
  .f-c-card__title {
    position: absolute;
    bottom: 46px;
    left: 50px;
    font-size: 24px;
    line-height: 120%;
    color: white;
    z-index: 4; }
    @media only screen and (max-width: 750px) {
      .f-c-card__title {
        bottom: 32px;
        left: 38px; } }
  .f-c-card__text {
    font-size: 16px;
    color: white; }
  .f-c-card__container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 2;
    width: 100%;
    padding: 0 50px 48px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.filter-item__hint {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  z-index: 7;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIiBmaWxsPSIjREVERURFIi8+CjxwYXRoIGQ9Ik0xMC44MjggNi4yTDEwLjY3MiAxMS40OEg5LjM1Mkw5LjE5NiA2LjJIMTAuODI4Wk05LjM2NCAxMy44MDhDOS4xODggMTMuNjMyIDkuMSAxMy40MTYgOS4xIDEzLjE2QzkuMSAxMi45MDQgOS4xODggMTIuNjg4IDkuMzY0IDEyLjUxMkM5LjU0IDEyLjMyOCA5Ljc1NiAxMi4yMzYgMTAuMDEyIDEyLjIzNkMxMC4yNjggMTIuMjM2IDEwLjQ4NCAxMi4zMjggMTAuNjYgMTIuNTEyQzEwLjgzNiAxMi42ODggMTAuOTI0IDEyLjkwNCAxMC45MjQgMTMuMTZDMTAuOTI0IDEzLjQxNiAxMC44MzYgMTMuNjMyIDEwLjY2IDEzLjgwOEMxMC40ODQgMTMuOTc2IDEwLjI2OCAxNC4wNiAxMC4wMTIgMTQuMDZDOS43NTYgMTQuMDYgOS41NCAxMy45NzYgOS4zNjQgMTMuODA4WiIgZmlsbD0iIzM5NDY1QSIvPgo8L3N2Zz4K);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  cursor: pointer;
}
.filter-item__hint-body {
  position: absolute;
  top: -16px;
  left: 40%;
  width: 300px;
  padding: 30px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}
@media only screen and (max-width: 750px) {
.filter-item__hint-body {
      left: 223px;
      width: 280px;
      padding: 15px 20px;
      font-size: 14px;
      -webkit-transform: translate3d(-100%, -100%, 0);
              transform: translate3d(-100%, -100%, 0);
}
}
.filter-item__hint-body:before {
    content: '';
    position: absolute;
    display: block;
    left: calc(50% - 10px);
    bottom: -10px;
    border-top: 11px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
@media only screen and (max-width: 750px) {
.filter-item__hint-body:before {
        left: 55px;
        bottom: -11px;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.filter-select .multiselect--active {
  z-index: 49;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.v-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
  /* Colors */
  /* End colors */
  /* Size */
  /* End size */
  /* Modificators */
  /* End Modificators */
}
.v-input--default {
    border-color: #cacaca;
    color: #000;
}
@media only screen and (max-width: 750px) {
.v-input--default {
        font-size: 16px;
        line-height: 24px;
}
}
.v-input--default .v-input__label {
      color: #000;
}
.v-input--default .v-input__placeholder {
      color: rgba(0, 0, 0, 0.44);
}
.v-input--default.is-error {
      border-color: #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*/
.v-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  cursor: pointer;
  /* Colors */
  /* End Colors */
  /* Sizes */
  /* End Sizes */
  /* Modificators */
  /* End Modificators */
}
.v-switch--default .v-switch__field {
    background-color: rgba(41, 37, 34, 0.3);
}
@media (hover), (min-width: 0 \0) {
.v-switch--default .v-switch__field:hover {
        background-color: #968a81;
}
}
.v-switch--default .v-switch__dot {
    background-color: #fff;
}
.v-switch--default .v-switch__label._left {
    color: #292522;
}
.v-switch--default .v-switch__label._right {
    color: #292522;
}
.v-switch--default.is-checked .v-switch__field {
    background-color: #292522;
}
@media (hover), (min-width: 0 \0) {
.v-switch--default.is-checked .v-switch__field:hover {
        background-color: rgba(41, 37, 34, 0.5);
}
}
.v-switch--large .v-switch__label {
    font-size: 16px;
    line-height: 1.16;
}
@media only screen and (max-width: 750px) {
.v-switch--large .v-switch__label {
        font-size: 14px;
}
}
.v-switch--large .v-switch__field {
    width: 36px;
    height: 20px;
}
.v-switch--large .v-switch__dot {
    width: 16px;
    height: 16px;
}
.v-switch--large.is-checked .v-switch__dot {
    left: calc(100% - 16px - 3px);
}
.v-switch--medium .v-switch__label {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
.v-switch--medium .v-switch__label {
        font-size: 12px;
}
}
.v-switch--medium .v-switch__field {
    width: 36px;
    height: 20px;
}
.v-switch--medium .v-switch__dot {
    width: 16px;
    height: 16px;
}
.v-switch--medium.is-checked .v-switch__dot {
    left: calc(100% - 16px - 3px);
}
@media only screen and (max-width: 750px) {
.v-switch.is-mobile-big .v-switch__field {
      width: 48px;
      height: 28px;
      border-radius: 14px;
}
.v-switch.is-mobile-big .v-switch__dot {
      width: 22px;
      height: 22px;
}
.v-switch.is-mobile-big.is-checked .v-switch__dot {
      left: calc(100% - 22px - 3px);
}
}
.v-switch.is-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.v-switch.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.v-switch.is-reverse .v-switch__label._left {
      margin-right: 0;
      margin-left: 1.4rem;
}
.v-switch.is-reverse .v-switch__label._right {
      margin-right: 1.4rem;
      margin-left: 0;
}
.v-switch__label {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    opacity: .6;
}
.v-switch__label._left {
      margin-right: 14px;
}
@media only screen and (max-width: 750px) {
.v-switch__label._left {
          margin-right: 8px;
}
}
.v-switch__label._right {
      margin-left: 14px;
}
@media only screen and (max-width: 750px) {
.v-switch__label._right {
          margin-left: 8px;
}
}
.v-switch__label.is-active {
      opacity: 1;
}
.v-switch__field {
    position: relative;
    display: block;
    border-radius: 1rem;
    outline: none;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
}
.v-switch__dot {
    position: absolute;
    top: 50%;
    left: 3px;
    border-radius: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
    will-change: left;
}

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

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

