@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.exchange-residence-menu {
  position: sticky;
  top: var(--header-dynamic-height);
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  z-index: 9;
  width: 100%;
  height: 60px;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 750px) {
    .exchange-residence-menu {
      position: relative;
      top: 0; } }
  .exchange-residence-menu._mob {
    display: none; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu._mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        background-color: white; } }
  .exchange-residence-menu.--fixed {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 9; }
  .exchange-residence-menu__container {
    position: relative;
    height: 100%; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__container {
        padding: 0; } }
  .exchange-residence-menu__list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__list {
        overflow-x: scroll; }
        .exchange-residence-menu__list:before, .exchange-residence-menu__list:after {
          content: "";
          display: block;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 20px;
          height: 100%; } }
  .exchange-residence-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-right: 36px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__item {
        margin-right: 30px; } }
    .exchange-residence-menu__item:last-child {
      margin-right: 0; }
      @media only screen and (max-width: 750px) {
        .exchange-residence-menu__item:last-child {
          padding-right: 40px; }
          .exchange-residence-menu__item:last-child:after {
            width: calc(100% - 40px); } }
    .exchange-residence-menu__item:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #14191a;
      opacity: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .exchange-residence-menu__item._active {
      color: #a9adb4; }
      .exchange-residence-menu__item._active:after {
        opacity: 1; }
    .exchange-residence-menu__item:hover {
      color: #405054; }
  .exchange-residence-menu__button {
    width: 184px;
    height: 36px;
    margin: auto;
    margin-right: 0; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__button {
        display: none; } }
  .exchange-residence-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 64px; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__link {
        -ms-flex-item-align: center;
            align-self: center;
        display: none;
        margin-top: 16px;
        margin-left: 0; } }
    .exchange-residence-menu__link._mob {
      display: none; }
      @media only screen and (max-width: 750px) {
        .exchange-residence-menu__link._mob {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .exchange-residence-menu__link span {
      position: relative; }
      .exchange-residence-menu__link span:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #3b4658;
        opacity: 1;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
    @media (hover), (min-width: 0 \0) {
      .exchange-residence-menu__link:hover span:after {
        opacity: 0; } }
  .exchange-residence-menu__overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 60px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 750px) {
      .exchange-residence-menu__overlay {
        opacity: 1; } }
    .exchange-residence-menu__overlay:after {
      content: "";
      position: absolute;
      width: 56px;
      height: 100%;
      top: 0;
      right: 0;
      background: -webkit-gradient(linear, right top, left top, color-stop(50.24%, #f2f2f2), to(rgba(242, 242, 242, 0)));
      background: linear-gradient(270deg, #f2f2f2 50.24%, rgba(242, 242, 242, 0) 100%); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

