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

.buyout-flat-intro {
  padding-top: 120px; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-intro {
      padding-top: 40px; } }
  .buyout-flat-intro__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .buyout-flat-intro__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 24px);
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(50% + 24px);
    height: 100%;
    min-height: 274px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-intro__card {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        min-height: 0; } }
    .buyout-flat-intro__card._info {
      padding: 48px 96px 48px 48px;
      margin-top: -48px;
      margin-right: -24px;
      background-color: #f9f9f9; }
      @media only screen and (max-width: 750px) {
        .buyout-flat-intro__card._info {
          padding: 0;
          margin-top: 0;
          margin-right: 0;
          background-color: white; } }
    .buyout-flat-intro__card._img {
      margin-left: -24px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 750px) {
        .buyout-flat-intro__card._img {
          display: none; } }
  .buyout-flat-intro__card-text {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 30px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-intro__card-text {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 300; } }
  .buyout-flat-intro__card-btn {
    width: 248px;
    height: 56px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-intro__card-btn {
        width: 100%; } }

.buyout-flat-features {
  padding-bottom: 102px;
  margin-top: 72px;
  background-color: #f9f9f9; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-features {
      padding-bottom: 40px;
      margin-top: 40px; } }
  .buyout-flat-features._no-margin {
    margin-top: 0; }
  .buyout-flat-features__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px -8px -16px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-features__cards {
        margin: 24px -8px 0; } }
  .buyout-flat-features__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    height: 100%;
    padding: 0 8px;
    margin-bottom: 16px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-features__card {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; }
        .buyout-flat-features__card:last-child {
          margin-bottom: 0; } }
  .buyout-flat-features__card-content {
    position: relative;
    height: 218px;
    padding: 40px;
    background-color: white; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-features__card-content {
        height: 100%;
        padding: 32px; } }
  .buyout-flat-features__card-title {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 40px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-features__card-title {
        font-size: 22px;
        line-height: 30px; } }
  .buyout-flat-features__card-text {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-features__card-text {
        font-size: 14px;
        line-height: 20px; } }
  .buyout-flat-features__card-icn {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 101px;
    height: 101px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-features__card-icn {
        right: 14px;
        bottom: 14px;
        width: 72px;
        height: 72px; } }

.buyout-flat-whom__cards-container {
  margin-top: 47px; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-whom__cards-container {
      position: relative;
      padding-bottom: 26px;
      margin-top: 24px;
      overflow: hidden; }
      .buyout-flat-whom__cards-container.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0; } }

.buyout-flat-whom__cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-whom__cards {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.buyout-flat-whom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px; }
  .buyout-flat-whom__row._small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(66.66% + 11px);
    margin-bottom: -16px; }
    .buyout-flat-whom__row._small .buyout-flat-whom__card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      @media only screen and (max-width: 750px) {
        .buyout-flat-whom__row._small .buyout-flat-whom__card {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }

.buyout-flat-whom__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  height: auto;
  padding: 0 8px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-whom__card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      height: 100%;
      padding: 0;
      margin-bottom: 0; } }

.buyout-flat-whom__card-content {
  height: 100%;
  min-height: 272px;
  padding: 40px;
  background-color: #f9f9f9; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-whom__card-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 165px;
      padding: 32px; } }

.buyout-flat-whom__card-icn {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-whom__card-icn {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 48px;
      height: 48px;
      margin-right: 24px;
      margin-bottom: 0; } }

.buyout-flat-whom__card-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-whom__card-text {
      font-size: 14px;
      line-height: 20px; } }
  .buyout-flat-whom__card-text strong,
  .buyout-flat-whom__card-text b {
    font-weight: 500; }

.buyout-flat-whom__image {
  width: 32.33%;
  min-height: 587px;
  margin-left: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: gainsboro; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-whom__image {
      display: none; } }

.buyout-flat-whom__pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }
  .buyout-flat-whom__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px; }
  .buyout-flat-whom__pagination .swiper-pagination-bullet-active {
    background-color: #3b4658; }

.buyout-flat-steps {
  margin-top: 96px;
  padding-bottom: 96px;
  background-color: #f9f9f9; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-steps {
      margin-top: 40px;
      padding-bottom: 40px; } }
  .buyout-flat-steps__title {
    text-align: center; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-steps__title {
        font-size: 16px;
        line-height: 22px; } }
  .buyout-flat-steps__steps {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 56px -27px 0; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-steps__steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 24px 0; } }
    .buyout-flat-steps__steps:before {
      content: "";
      position: absolute;
      top: 28px;
      left: 50%;
      width: 80%;
      height: 1px;
      background-color: #e0e0e0;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0); }
      @media only screen and (max-width: 750px) {
        .buyout-flat-steps__steps:before {
          top: 32px;
          left: 18px;
          width: 1px;
          height: 80%;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); } }
  .buyout-flat-steps__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    padding: 0 23px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-steps__step {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding: 0; }
        .buyout-flat-steps__step:not(:first-child) {
          margin-top: 20px; } }
  .buyout-flat-steps__digit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(56px + 48px);
    background-color: #f9f9f9; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-steps__digit {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto;
        height: calc(36px + 12px);
        margin-right: 16px; } }
    .buyout-flat-steps__digit span {
      position: relative;
      z-index: 1;
      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: 56px;
      height: 56px;
      margin-bottom: 29px;
      border: 1px solid #39465b;
      border-radius: 50%;
      background-color: white;
      font-size: 24px;
      line-height: 56px;
      font-weight: 500;
      color: #39465a; }
      @media only screen and (max-width: 750px) {
        .buyout-flat-steps__digit span {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 36px;
          height: 36px;
          margin-bottom: 0;
          font-size: 12px;
          line-height: 34px; } }
  .buyout-flat-steps__info {
    font-size: 18px;
    line-height: 24px;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-steps__info {
        font-size: 14px;
        line-height: 20px;
        text-align: left; } }
    .buyout-flat-steps__info a {
      position: relative;
      color: #3b4658;
      white-space: nowrap; }
      .buyout-flat-steps__info a:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #3b4658;
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      @media (hover), (min-width: 0 \0) {
        .buyout-flat-steps__info a:hover:after {
          opacity: 0; } }

.buyout-flat-specialty__list {
  margin: 0;
  margin-top: 56px;
  counter-reset: counter;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-specialty__list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 24px;
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; }
      .buyout-flat-specialty__list:last-child {
        margin-bottom: 0; } }

.buyout-flat-specialty__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  padding: 0 0 0 50px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTcuNSIgZmlsbD0iIzNCNDY1OCIgc3Ryb2tlPSIjM0I0NjU4Ii8+CjxwYXRoIGQ9Ik0xMiAxNkwxNy41IDIxLjVMMjQgMTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMi41Ii8+Cjwvc3ZnPgo=) left no-repeat;
  background-size: 36px; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-specialty__item {
      padding: 0 0 0 40px;
      min-height: 24px;
      margin-bottom: 16px;
      font-size: 14px;
      line-height: 20px;
      background-size: 24px; }
      .buyout-flat-specialty__item:last-child {
        margin-bottom: 0; } }
  .buyout-flat-specialty__item p {
    max-width: 358px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-specialty__item p {
        max-width: none; } }

.buyout-flat-form {
  margin-bottom: 92px; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-form {
      background-color: #f9f9f9; }
      .buyout-flat-form.buyout-flat__section {
        padding-top: 24px;
        padding-bottom: 40px;
        margin-top: 40px;
        margin-bottom: 0; } }
  .buyout-flat-form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .buyout-flat-form__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 102px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-form__wrapper {
        margin-right: 0; } }
  .buyout-flat-form__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 628px;
            flex: 0 0 628px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: gainsboro; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-form__img {
        display: none; } }
  .buyout-flat-form__form {
    position: relative;
    margin-top: 24px; }
  .buyout-flat-form__inputs {
    margin-bottom: 29px; }
  .buyout-flat-form__input {
    margin-bottom: 24px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-form__input {
        margin-bottom: 16px; } }
    @media only screen and (max-width: 750px) {
      .buyout-flat-form__input .v-input__inner {
        background-color: white; } }
    @media only screen and (max-width: 750px) {
      .buyout-flat-form__input .v-input__label {
        font-size: 14px;
        line-height: 20px; } }
  .buyout-flat-form__item {
    position: relative; }
    .buyout-flat-form__item._error .buyout-flat-form__item-label {
      color: #ff001f; }
    .buyout-flat-form__item._error .multiselect {
      border: 1px solid #ff001f; }
    .buyout-flat-form__item .filter-select._big {
      width: 290px; }
      @media only screen and (max-width: 750px) {
        .buyout-flat-form__item .filter-select._big {
          width: 100%; } }
    .buyout-flat-form__item .multiselect__placeholder {
      font-weight: 400;
      color: rgba(27, 29, 30, 0.44); }
  .buyout-flat-form__item-label {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-form__item-label {
        font-size: 14px;
        line-height: 20px; } }
  .buyout-flat-form__item-error {
    position: absolute;
    margin-top: 2px;
    font-size: 11px;
    color: #ff001f; }
  .buyout-flat-form__checkbox.v-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 20px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-form__checkbox.v-checkbox {
        font-size: 12px;
        line-height: 14px; } }
  .buyout-flat-form__checkbox .v-checkbox__box {
    margin-top: 2px; }
  .buyout-flat-form__submit {
    width: 290px;
    height: 56px;
    margin-bottom: 29px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-form__submit {
        width: 100%;
        margin-bottom: 24px; } }
  .buyout-flat-form__result {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: white;
    z-index: 3; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-form__result {
        background-color: #f9f9f9; } }

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

.buyout-flat__section {
  padding-top: 96px; }
  @media only screen and (max-width: 750px) {
    .buyout-flat__section {
      padding-top: 36px; } }

.buyout-flat-terms {
  margin-top: 55px;
  margin-bottom: -15px; }
  @media only screen and (max-width: 750px) {
    .buyout-flat-terms {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .buyout-flat-terms__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 570px;
    padding: 16px 16px 16px 60px;
    margin-top: 11px;
    border: 1px solid #e6e6e6;
    font-size: 16px; }
    @media only screen and (max-width: 750px) {
      .buyout-flat-terms__body {
        max-width: none;
        padding: 16px 16px 16px 52px; } }
    .buyout-flat-terms__body:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 16px;
      width: 25px;
      height: 25px;
      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); }
      @media only screen and (max-width: 750px) {
        .buyout-flat-terms__body:before {
          width: 20px;
          height: 20px; } }
    .buyout-flat-terms__body:after {
      content: "*";
      position: absolute;
      top: 16px;
      left: 48px; }
      @media only screen and (max-width: 750px) {
        .buyout-flat-terms__body:after {
          left: 36px; } }

@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*/
.excursion-form {
  width: auto; }
  @media only screen and (max-width: 750px) {
    .excursion-form {
      width: 100%; } }
  .excursion-form__error {
    position: absolute;
    bottom: calc(100% + 7px);
    left: 0;
    width: 100%;
    text-align: center;
    color: #f00;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    @media only screen and (max-width: 750px) {
      .excursion-form__error {
        bottom: calc(100% + 5px); } }
    .excursion-form__error._active {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
  .excursion-form__wrapper {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 10;
    pointer-events: none; }
    @media only screen and (max-width: 750px) {
      .excursion-form__wrapper {
        z-index: 101; } }
    .excursion-form__wrapper._active {
      pointer-events: all; }
      .excursion-form__wrapper._active .excursion-form__inner-wrap {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: .7s;
        transition: .7s; }
  .excursion-form__inner-wrap {
    width: 100%;
    height: 100vh;
    padding-bottom: 50px;
    background-color: white;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .7s;
    transition: .7s; }
    @media only screen and (max-width: 750px) {
      .excursion-form__inner-wrap {
        padding-bottom: 0; } }
    .excursion-form__inner-wrap._popup {
      padding-top: 60px; }
      @media only screen and (max-width: 750px) {
        .excursion-form__inner-wrap._popup {
          padding-top: 20px; }
          .excursion-form__inner-wrap._popup .excursion-form__close {
            top: 0;
            z-index: 5; } }
    .excursion-form__inner-wrap._block {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      height: auto; }
      @media only screen and (max-width: 750px) {
        .excursion-form__inner-wrap._block {
          height: auto;
          margin: 0 0 40px;
          padding: 1px 0; }
          .excursion-form__inner-wrap._block .excursion-form__container {
            height: auto;
            overflow: unset; }
          .excursion-form__inner-wrap._block .excursion-form__projects {
            max-height: none; }
          .excursion-form__inner-wrap._block .excursion-form__btn-wrap {
            margin-bottom: 35px; }
          .excursion-form__inner-wrap._block .excursion-contacts {
            margin-bottom: 0; } }
  .excursion-form__close {
    top: 70px;
    right: 100px; }
    @media only screen and (max-width: 750px) {
      .excursion-form__close {
        top: 35px;
        right: 20px; } }
  .excursion-form__title {
    margin-bottom: 46px;
    font-size: 28px;
    line-height: 34px;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      .excursion-form__title {
        padding: 35px 104px 30px 20px;
        margin: 0;
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        background-color: white; } }
  .excursion-form__container {
    width: 590px;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      .excursion-form__container {
        position: relative;
        height: calc(100vh - 70px);
        width: 100%;
        padding: 0 20px;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch; } }
  .excursion-form__projects-wrapper {
    height: 474px;
    margin-top: 50px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 750px) {
      .excursion-form__projects-wrapper {
        height: auto;
        margin-top: 25px;
        margin-bottom: 30px; } }
  .excursion-form__btn-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center; }
  .excursion-form__btn {
    width: 100%;
    font-size: 18px;
    height: 50px; }
    .excursion-form__btn._half {
      width: calc(50% - 10px); }
      .excursion-form__btn._half:first-child {
        margin-right: 20px; }
    .excursion-form__btn._bordered {
      background-color: transparent;
      border: 1px solid #3b4658;
      color: #14191a; }
    .excursion-form__btn._disable {
      background: #f4f4f4;
      color: #14191a; }
      .excursion-form__btn._disable:hover {
        background: #f4f4f4;
        color: #14191a; }
  .excursion-form__personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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-input-slider {
  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: 16px;
  line-height: 16px;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
  /* Colors */
  /* End colors */
  /* Size */
  /* End size */
  /* Modificators */
  /* End Modificators */
}
.v-input-slider--default {
    border-color: #d8dade;
    color: #3b4658;
}
.v-input-slider--default .v-input-slider__label {
      color: #626b79;
}
.v-input-slider--default .v-input-slider__placeholder {
      color: #b1b5bc;
}
.v-input-slider--default.is-error {
      border-color: #ff001f;
}
.v-input-slider--default.is-error .v-input-slider__label {
        color: #ff001f;
}
.v-input-slider--default.is-error .v-input-slider__inner {
        border-color: #ff001f;
}
.v-input-slider--default.is-error .v-input-slider__error {
        opacity: 1;
}
.v-input-slider--default.is-error .v-input-slider__arrow {
        opacity: 0;
}
.v-input-slider--medium-small .v-input-slider__native {
    height: 50px;
    padding: 24px 0 10px;
}
.v-input-slider--medium-small .v-input-slider__placeholder {
    font-size: 14px;
}
.v-input-slider--medium .v-input-slider__native {
    height: 54px;
}
.v-input-slider--medium .v-input-slider__placeholder {
    font-size: 16px;
}
.v-input-slider--large .v-input-slider__native {
    height: 60px;
}
.v-input-slider--large .v-input-slider__placeholder {
    font-size: 16px;
}
.v-input-slider.has-label.has-placeholder.is-active .v-input-slider__placeholder {
    opacity: 0;
}
@media screen and (max-device-width: 1024px) {
.v-input-slider.has-label.has-placeholder.is-focused .v-input__placeholder {
      opacity: 0;
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
}
}
.v-input-slider.is-active.is-error .v-input-slider__arrow {
    opacity: 0;
}
.v-input-slider.is-active .v-input-slider__label {
    color: #9da3ac;
    -webkit-transform: translateY(calc(-50% - 12px)) scale(0.72);
            transform: translateY(calc(-50% - 12px)) scale(0.72);
}
.v-input-slider.is-active .v-input-slider__placeholder {
    opacity: 0;
}
.v-input-slider.is-focused .v-input-slider__label {
    color: #9da3ac;
    -webkit-transform: translateY(calc(-50% - 12px)) scale(0.72);
            transform: translateY(calc(-50% - 12px)) scale(0.72);
}
.v-input-slider.is-focused .v-input-slider__placeholder {
    opacity: 1;
}
@media screen and (max-device-width: 1024px) {
.v-input-slider.has-content .v-input__placeholder {
      opacity: 0;
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
}
}
.v-input-slider.is-disabled {
    opacity: .3;
}
.v-input-slider.has-arrow .v-input-slider__inner {
    padding-right: 52px;
}
.v-input-slider__inner {
    position: relative;
    width: 100%;
    padding: 0 16px;
    border: 1px solid #d8dade;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.v-input-slider__inner input[type=file] {
      opacity: 0;
}
.v-input-slider__native {
    width: 100%;
    height: 48px;
    padding: 22px 0 10px;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: inherit;
    color: inherit;
}
.v-input-slider__label, .v-input-slider__placeholder, .v-input-slider__error, .v-input-slider__arrow {
    position: absolute;
    pointer-events: none;
}
.v-input-slider__label {
    left: 16px;
    top: 50%;
    font-size: 14px;
    line-height: 16px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -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-slider__label._pointer {
      pointer-events: auto;
}
.v-input-slider__placeholder {
    left: 16px;
    bottom: 10px;
    width: calc(100% - 40px);
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.v-input-slider__error {
    left: 0;
    bottom: -18px;
    font-size: 11px;
    color: #ff001f;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.v-input-slider__arrow {
    right: 16px;
    top: 50%;
    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: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.v-input-slider__arrow svg {
      width: 100%;
      height: 100%;
}
.v-input-slider__arrow.active-arrow {
      opacity: 1;
}
.v-input-slider__addon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.v-input-slider__addon.is-left {
      margin-right: 8px;
}
.v-input-slider__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*/
.dropdown-inner {
  position: relative;
}
.dropdown-inner._show-slider .multiselect__tags {
    padding: 16px 48px 6px 16px;
}
.dropdown-inner__placeholder {
    top: 35%;
    left: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #9da3ac;
    position: absolute;
    opacity: 0;
    z-index: 50;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dropdown-inner__placeholder._visible {
      opacity: 1;
      -webkit-transform: translateY(calc(-15% - 12px)) translateX(calc(-13%)) scale(0.72);
              transform: translateY(calc(-15% - 12px)) translateX(calc(-13%)) scale(0.72);
}

@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*/
.v-input-search {
  position: relative;
}
.v-input-search__options {
    position: relative;
    width: 100%;
    z-index: 51;
}
.v-input-search__options-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 210px;
    border: 1px solid #d4d4d4;
    border-top: none;
    -webkit-box-shadow: 0 0 10px -6px;
            box-shadow: 0 0 10px -6px;
    background-color: white;
    overflow-y: auto;
    scrollbar-color: #3b4658 #e5e6e7;
    scrollbar-width: thin;
}
.v-input-search__options-inner::-webkit-scrollbar {
      background-color: #e5e6e7;
      width: 2px;
}
.v-input-search__options-inner::-webkit-scrollbar-thumb {
      background-color: #3b4658;
}
.v-input-search__option {
    padding: 10px 16px;
    background-color: white;
    cursor: pointer;
}
.v-input-search__option:hover {
      background-color: #f2f2f2;
}
.v-input-search__hint {
    position: absolute;
    top: 16px;
    right: 16px;
    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: 20px;
    height: 20px;
    margin-left: 10px;
    border: 1px solid #d0d1d1;
    border-radius: 50%;
    font-size: 11px;
    line-height: 12px;
    color: #3b4658;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.v-input-search__hint:hover {
      border-color: #767e8b;
}
@media only screen and (max-width: 750px) {
.v-input-search__hint._hide {
        display: none;
}
}
.v-input-search__hint-question {
    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;
}

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

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.buyout-quiz-one-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-top: 36px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-one-step {
      margin-top: 24px;
}
}
.buyout-quiz-one-step._error {
    margin-top: 24px;
}
.buyout-quiz-one-step._popup {
    margin-top: 32px;
}
.buyout-quiz-one-step__input {
    margin-bottom: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.buyout-quiz-one-step__input._floor {
      margin-bottom: 20px;
}
.buyout-quiz-one-step__input._floor._popup {
        margin-bottom: 24px;
}
.buyout-quiz-one-step__input .v-input-slider .v-input-slider__inner {
      height: 52px;
}
.buyout-quiz-one-step__input .v-input-slider__native {
      text-overflow: ellipsis;
}
.buyout-quiz-one-step__input._error {
      margin-bottom: 34px;
}
.buyout-quiz-one-step__input._error .v-input-slider__error {
        bottom: -26px;
        font-size: 12px;
        line-height: 20px;
}
.buyout-quiz-one-step__input._error .v-input-slider__native {
        color: #ff001f;
}
.buyout-quiz-one-step__input .v-input-search__options-inner {
      border: none;
      -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 12px 20px rgba(0, 0, 0, 0.04);
      max-height: 208px;
      color: #3b4658;
}
.buyout-quiz-one-step__input .v-input-search__options-inner .v-input-search__option {
        border-bottom: 1px solid #d8dade;
        padding: 16px;
}
.buyout-quiz-one-step__select {
    width: 100%;
    margin-bottom: 12px;
    height: 52px;
}
.buyout-quiz-one-step__select .multiselect__content {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      overflow-x: hidden;
}
.buyout-quiz-one-step__select .multiselect__content .multiselect__option {
        padding: 12px 16px;
        border-bottom: none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.buyout-quiz-one-step__select .multiselect__content .multiselect__element {
        width: calc(100% / 7);
        border-left: 1px solid #d4d4d4;
}
.buyout-quiz-one-step__select .multiselect__placeholder {
      color: #626b79;
      font-weight: 400;
}
.buyout-quiz-one-step__checkbox {
    margin-bottom: 36px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.buyout-quiz-one-step__checkbox._errors {
      margin-bottom: 24px;
}
.buyout-quiz-one-step__checkbox._popup {
      margin-bottom: 26px;
}
.buyout-quiz-one-step__button {
    width: 200px;
    height: 52px;
    font-size: 14px;
    color: #f2f2f2;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-one-step__button {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
}
}
.buyout-quiz-one-step__button._disabled {
      background-color: #b1b5bc;
      pointer-events: 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*/
.buyout-quiz-two-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-top: 120px;
}
.buyout-quiz-two-step._popup {
    margin-top: 24px;
}
.buyout-quiz-two-step__select {
    width: 100%;
    margin-bottom: 120px;
}
.buyout-quiz-two-step__select .multiselect__placeholder {
      color: #626b79;
      font-weight: 400;
}
.buyout-quiz-two-step__select._popup {
      margin-bottom: 262px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-two-step__select._popup {
          margin-bottom: 204px;
}
}
.buyout-quiz-two-step__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-two-step__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
}
.buyout-quiz-two-step__button {
    width: 200px;
    height: 52px;
    font-size: 14px;
    color: #f2f2f2;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-two-step__button {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
}
}
.buyout-quiz-two-step__button._disabled {
      background-color: #b1b5bc;
      pointer-events: none;
}
.buyout-quiz-two-step__button._link {
      background-color: #fff;
      color: #626b79;
}

@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*/
.buyout-quiz-three-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-top: 72px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-three-step {
      margin-top: 48px;
}
}
.buyout-quiz-three-step__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #3b4658;
    font-weight: 500;
}
.buyout-quiz-three-step__radio-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-three-step__radio-btns {
        gap: 56px;
}
}
.buyout-quiz-three-step__radio-btn {
    position: relative;
    padding: 13px 0px 13px 30px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #3b4658;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-three-step__radio-btn {
        margin-bottom: 10px;
}
}
.buyout-quiz-three-step__radio-btn:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0px;
      width: 20px;
      height: 20px;
      border: 1px solid #dedede;
      border-radius: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      -webkit-transition: border-color 0.3s ease;
      transition: border-color 0.3s ease;
}
.buyout-quiz-three-step__radio-btn:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 5px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #3b4658;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
}
.buyout-quiz-three-step__radio-btn._active:before {
      border-color: #3b4658;
}
.buyout-quiz-three-step__radio-btn._active:after {
      opacity: 1;
}
@media (hover), (min-width: 0 \0) {
.buyout-quiz-three-step__radio-btn:hover {
        color: #89909b;
}
.buyout-quiz-three-step__radio-btn:hover:before {
          border-color: #3b4658;
}
}
.buyout-quiz-three-step__box {
    height: 131px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-three-step__box {
        height: 80px;
}
}
.buyout-quiz-three-step__box._popup {
      height: 174px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-three-step__box._popup {
          height: 156px;
}
}
.buyout-quiz-three-step__input {
    margin-bottom: 81px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-three-step__input {
        margin-bottom: 48px;
}
}
.buyout-quiz-three-step__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-three-step__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
}
.buyout-quiz-three-step__button {
    width: 200px;
    height: 52px;
    font-size: 14px;
    color: #f2f2f2;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-three-step__button {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
}
}
.buyout-quiz-three-step__button._disabled {
      background-color: #b1b5bc;
      pointer-events: none;
}
.buyout-quiz-three-step__button._link {
      background-color: #fff;
      color: #626b79;
}

@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*/
.buyout-quiz-callback__name {
  margin-top: 96px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-callback__name {
      margin-top: 28px;
}
}
.buyout-quiz-callback__name._popup {
    margin-top: 28px;
}
.buyout-quiz-callback__phone {
  margin-top: 12px;
  margin-bottom: 96px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-callback__phone {
      margin-bottom: 28px;
}
}
.buyout-quiz-callback__phone._popup {
    margin-top: 12px;
    margin-bottom: 28px;
}
.buyout-quiz-callback__checkbox.v-checkbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 150%;
  color: #626b79;
}
.buyout-quiz-callback__checkbox.v-checkbox .v-checkbox__box {
    margin-top: 2px;
}
.buyout-quiz-callback__checkbox.v-checkbox._popup {
    margin-bottom: 132px;
}
.buyout-quiz-callback__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-callback__buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
}
.buyout-quiz-callback__button {
  width: 200px;
  height: 52px;
  font-size: 14px;
  color: #f2f2f2;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-callback__button {
      width: 100%;
      font-size: 16px;
      line-height: 26px;
}
}
.buyout-quiz-callback__button._disabled {
    background-color: #b1b5bc;
    pointer-events: none;
}
.buyout-quiz-callback__button._link {
    background-color: #fff;
    color: #626b79;
}
.buyout-quiz-callback__button .more {
    min-height: auto;
    padding: 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*/
.buyout-quiz-result {
  margin-top: 138px;
  margin-bottom: 138px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-result {
      margin-top: 36px;
      margin-bottom: 0px;
}
}
.buyout-quiz-result__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #3b4657;
    margin-bottom: 12px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-result__title {
        margin-bottom: 16px;
}
}
.buyout-quiz-result__subtitle {
    width: 362px;
    font-size: 16px;
    line-height: 26px;
    color: #626b79;
    margin-bottom: 48px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-result__subtitle {
        width: 85%;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 262px;
}
}
.buyout-quiz-result__button {
    width: 200px;
    height: 52px;
    font-size: 14px;
    color: #f2f2f2;
}
@media only screen and (max-width: 750px) {
.buyout-quiz-result__button {
        width: 100%;
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.buyout-quiz {
  padding: 80px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
.buyout-quiz {
      padding: 44px 0 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
}
.buyout-quiz._popup {
    padding: 12px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz._popup {
        padding: 0 0 20px;
}
}
.buyout-quiz__left {
    width: 500px;
    margin-right: 40px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz__left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 0 20px;
}
}
.buyout-quiz__left._popup {
      width: 441px;
      margin-right: 32px;
      padding: 24px;
}
.buyout-quiz__title {
    font-size: 24px;
    line-height: 28px;
    color: #3b4657;
    font-weight: 500;
    margin-bottom: 12px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz__title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 36px;
        margin-bottom: 8px;
}
}
@media only screen and (max-width: 750px) {
.buyout-quiz__title._mb {
        margin-bottom: 32px;
}
}
.buyout-quiz__title._popup {
      margin-bottom: 25px;
}
.buyout-quiz__subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #626b79;
    margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz__subtitle {
        font-size: 14px;
        color: #5b5e5f;
        margin-bottom: 32px;
}
}
.buyout-quiz__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3b4658;
}
.buyout-quiz__steps {
    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;
    width: 100%;
    position: relative;
    z-index: 0;
}
.buyout-quiz__line-bottom {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c5c8cd;
    z-index: -2;
}
.buyout-quiz__line-top {
    position: absolute;
    width: 15%;
    height: 2px;
    background: #8dc917;
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
@media only screen and (max-width: 750px) {
.buyout-quiz__line-top {
        width: 25%;
}
}
.buyout-quiz__line-top._two {
      width: 55%;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
}
@media only screen and (max-width: 750px) {
.buyout-quiz__line-top._two {
          width: 65%;
}
}
.buyout-quiz__line-top._three {
      width: 100%;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
}
.buyout-quiz__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}
.buyout-quiz__step._disabled {
      pointer-events: none;
}
.buyout-quiz__step._disabled .buyout-quiz__step-num {
        background: #ffffff;
        border: 1px solid #c5c8cd;
        color: #c5c8cd;
}
.buyout-quiz__step span {
      margin-top: -1px;
}
.buyout-quiz__step-num {
    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: 24px;
    height: 24px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    background: #8dc917;
    color: #fff;
}
@media only screen and (max-width: 750px) {
.buyout-quiz__step-num {
        width: 36px;
        height: 36px;
}
}
.buyout-quiz__step-num svg {
      width: 16px;
      height: 16px;
}
@media only screen and (max-width: 750px) {
.buyout-quiz__step-num svg {
          width: 14px;
          height: 14px;
}
}
.buyout-quiz__bottom {
    position: relative;
}
.buyout-quiz__bottom-body {
    position: relative;
    z-index: 1;
    height: 100%;
}
.buyout-quiz__right {
    width: 680px;
    height: 474px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/static/images/quiz-img.jpg);
}
@media only screen and (max-width: 750px) {
.buyout-quiz__right {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        height: 193px;
        width: 100%;
        background-size: cover;
}
}
.buyout-quiz__right._popup {
      width: 453px;
      height: 538px;
      background-size: cover;
}
@media only screen and (max-width: 750px) {
.buyout-quiz__right._height-popup {
        height: 125px;
}
}

