@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*/
.parking-intro {
  width: 100%; }
  .parking-intro .container {
    position: relative;
    height: 100%; }
  .parking-intro__header {
    position: relative;
    width: 100%;
    height: 440px;
    background-image: url(/static/images/parking-intro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .parking-intro__header:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 0;
      background: linear-gradient(74.71deg, rgba(0, 0, 0, 0.6) -31.93%, rgba(0, 0, 0, 0) 65.6%); }
    @media only screen and (max-width: 750px) {
      .parking-intro__header {
        height: 275px; } }
  .parking-intro__header-text {
    position: absolute;
    left: 20px;
    bottom: 70px;
    font-family: Grtsk-Exa, sans-serif;
    color: #fff;
    z-index: 1;
    max-width: 60%; }
    @media only screen and (max-width: 750px) {
      .parking-intro__header-text {
        bottom: 30px;
        width: calc(100% - 40px);
        max-width: none; } }
    .parking-intro__header-text ._hidden {
      display: none; }
  .parking-intro__header-title {
    font-size: 34px;
    line-height: 41px; }
    @media only screen and (max-width: 750px) {
      .parking-intro__header-title {
        font-size: 26px; } }
  .parking-intro__header-subtitle {
    font-size: 16px;
    font-weight: 300; }
  .parking-intro__navbar {
    background-color: #f2f2f2; }
    .parking-intro__navbar.--fixed {
      position: fixed;
      top: var(--header-dynamic-height);
      width: 100%;
      -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;
      -webkit-transition: top 0.3s ease;
      transition: top 0.3s ease; }
      @media only screen and (max-width: 750px) {
        .parking-intro__navbar.--fixed {
          position: static; } }
    .parking-intro__navbar-overlay {
      position: absolute;
      top: 0;
      right: 0;
      width: 58px;
      height: 65px;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      @media only screen and (max-width: 750px) {
        .parking-intro__navbar-overlay {
          opacity: 1; } }
      .parking-intro__navbar-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%); }
    .parking-intro__navbar-wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 75px; }
      .parking-intro__navbar-wrap .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      @media only screen and (max-width: 750px) {
        .parking-intro__navbar-wrap {
          height: auto;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          padding: 0; } }
    .parking-intro__navbar-menu {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-right: 56px; }
      @media screen and (max-width: 1279px) {
        .parking-intro__navbar-menu {
          overflow-x: auto; } }
      @media only screen and (max-width: 750px) {
        .parking-intro__navbar-menu {
          height: 65px;
          margin-right: 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          overflow-x: scroll;
          overflow-y: hidden; } }
    .parking-intro__navbar-link {
      position: relative;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 36px;
      font-size: 16px;
      white-space: nowrap;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      @media screen and (max-width: 1279px) {
        .parking-intro__navbar-link {
          margin-right: 28px; } }
      @media only screen and (max-width: 750px) {
        .parking-intro__navbar-link {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 0;
          padding: 0 10px 0 20px; } }
      .parking-intro__navbar-link._active {
        color: #576c70; }
        .parking-intro__navbar-link._active:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #14191a; }
      .parking-intro__navbar-link:last-child {
        margin-right: 0; }
        @media only screen and (max-width: 750px) {
          .parking-intro__navbar-link:last-child {
            padding-right: 40px; } }
      .parking-intro__navbar-link:hover {
        color: #576c70; }
    .parking-intro__navbar-button {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-item-align: center;
          align-self: center;
      padding: 10px 36px;
      font-size: 14px;
      line-height: 20px; }
      @media screen and (max-width: 1279px) {
        .parking-intro__navbar-button:after {
          content: "";
          position: absolute;
          width: 56px;
          height: 60px;
          top: -10px;
          left: -56px;
          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%); } }
      @media only screen and (max-width: 750px) {
        .parking-intro__navbar-button {
          width: 100%;
          height: 60px;
          margin-top: 30px; }
          .parking-intro__navbar-button:after {
            display: none; } }
  .parking-intro .mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 750px) {
      .parking-intro .mobile-container {
        background-color: white;
        padding: 0 20px; } }
  .parking-intro__content {
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media only screen and (max-width: 750px) {
      .parking-intro__content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 35px 0; } }
  .parking-intro__content-text-wrapper {
    min-height: 300px;
    margin-right: 100px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .parking-intro__content-text-wrapper p {
      font-family: Grtsk-Exa, sans-serif;
      font-size: 16px;
      line-height: 26px; }
      .parking-intro__content-text-wrapper p:not(:last-child) {
        margin-bottom: 25px; }
    @media only screen and (max-width: 750px) {
      .parking-intro__content-text-wrapper {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        height: auto;
        min-height: unset;
        margin-right: 0;
        margin-bottom: 25px; } }
  .parking-intro__content-slider-wrapper {
    position: relative;
    height: 300px;
    width: 500px;
    min-width: 500px; }
    @media only screen and (max-width: 750px) {
      .parking-intro__content-slider-wrapper {
        height: 315px;
        width: calc(100% + 40px);
        min-width: unset;
        -ms-flex-preferred-size: calc(100% + 40px);
            flex-basis: calc(100% + 40px);
        margin: 0 -20px; } }
  .parking-intro__image-slider {
    height: 100%; }
  .parking-intro__image-slide {
    background-image: url(/static/images/parking-slider-image.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #3b4658;
    cursor: pointer; }
  .parking-intro .swiper-pagination {
    position: relative;
    bottom: auto;
    left: 50%;
    margin-top: 16px;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .parking-intro .swiper-pagination-bullet {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 10px;
      height: 10px;
      margin: 0 4px;
      -webkit-transition: .2s transform, .2s left;
      transition: .2s transform, .2s left; }
    .parking-intro .swiper-pagination-bullet-active {
      background: #3b4658; }

.parking-actions {
  padding-top: 70px; }
  @media only screen and (max-width: 750px) {
    .parking-actions {
      padding-top: 36px;
      margin-bottom: -30px; } }
  .parking-actions__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 56px 100px 56px 56px;
    background-color: #f2f2f2;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjE3IiBoZWlnaHQ9IjIzMiIgdmlld0JveD0iMCAwIDIxNyAyMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zOC4yMTg3IDU3LjYxMTRMMTExLjUzMSA1Ny42MTE0TDExMS41MzEgMTkuMTQ0NUwzOC4yMTg3IDE5LjE0NDVMMzguMjE4NyAtNTUuODMzNEwwLjM5NDc5MSAtNTUuODMzNEwwLjM5NDc4NyAxOS4xNDQ1TDAuMzk0Nzg2IDU3LjYxMTRMMzguMjE4NyA1Ny42MTE0WiIgZmlsbD0iI0UzRTBERCIgZmlsbC1vcGFjaXR5PSIwLjM1Ii8+CjxwYXRoIGQ9Ik0zOS4zMjIyIDE3MS4yMTNMMC4zNzQ5MDEgMTcxLjIxM0MwLjQwOTg5NiAyMDEuMzMgMTIuMTQ5MyAyMzAuMjAyIDMzLjAxNzUgMjUxLjQ5NUM1My44ODU3IDI3Mi43ODggODIuMTc4MyAyODQuNzYzIDExMS42ODcgMjg0Ljc5M0wxMTEuNjg3IDI0NS4wNDVDOTIuNTA0MiAyNDUuMDI3IDc0LjExMTMgMjM3LjI0MyA2MC41NDQ2IDIyMy40MDJDNDYuOTc3OSAyMDkuNTYgMzkuMzQ1NSAxOTAuNzkxIDM5LjMyMjIgMTcxLjIxM1oiIGZpbGw9IiNFM0UwREQiIGZpbGwtb3BhY2l0eT0iMC4zNSIvPgo8cGF0aCBkPSJNMTUwLjYzMyA1Ny41NjY0TDExMS42ODYgNTcuNTY2NEMxMTEuNzE1IDg3LjY4MjYgMTIzLjQ0OSAxMTYuNTU3IDE0NC4zMTMgMTM3Ljg1NEMxNjUuMTc3IDE1OS4xNTIgMTkzLjQ2NyAxNzEuMTMzIDIyMi45NzcgMTcxLjE2OUwyMjIuOTc3IDEzMS4zOThDMjAzLjc5NSAxMzEuMzggMTg1LjQwNSAxMjMuNTk2IDE3MS44NDEgMTA5Ljc1M0MxNTguMjc4IDk1LjkxMTIgMTUwLjY1MSA3Ny4xNDIyIDE1MC42MzMgNTcuNTY2NFoiIGZpbGw9IiNFM0UwREQiIGZpbGwtb3BhY2l0eT0iMC4zNSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    cursor: pointer; }
    @media only screen and (max-width: 750px) {
      .parking-actions__link {
        margin-bottom: 25px;
        padding: 32px;
        background-image: none; } }
    .parking-actions__link._mt56 {
      margin-top: 56px; }
      @media only screen and (max-width: 750px) {
        .parking-actions__link._mt56 {
          margin-top: 25px; } }
    .parking-actions__link.--mobile {
      display: none; }
      @media only screen and (max-width: 750px) {
        .parking-actions__link.--mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .parking-actions__link:not(:first-child) {
      margin-top: 36px; }
    .parking-actions__link-header {
      width: 100%; }
    @media (hover), (min-width: 0 \0) {
      .parking-actions__link:hover .parking-actions__link-text {
        color: #2c3031; } }
  .parking-actions__link-title {
    font-family: "Grtsk-Tera", "Verdana", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px; }
    @media only screen and (max-width: 750px) {
      .parking-actions__link-title {
        font-size: 22px;
        line-height: 120.56%; } }
  .parking-actions__link-sustitle {
    margin-top: 12px;
    font-size: 16px;
    line-height: 26px;
    color: #5b5e5f; }
    @media only screen and (max-width: 750px) {
      .parking-actions__link-sustitle {
        margin-top: 22px; } }
  .parking-actions__link-text {
    position: relative;
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    color: #ef3b24;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    @media only screen and (max-width: 750px) {
      .parking-actions__link-text {
        margin-top: 32px; }
        .parking-actions__link-text:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #ef3b24;
          -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease; } }

.parking__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  overflow-y: auto; }
  .parking__popup._fst {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 0; }

@media only screen and (max-width: 750px) {
  .parking .comp-d-progress-new {
    margin-bottom: 0; } }

.parking .comp-d-progress-new__description {
  height: 340px; }
  @media only screen and (max-width: 750px) {
    .parking .comp-d-progress-new__description {
      height: auto; } }

.parking .comp-d-progress-new .comp-d-progress-new__images-container .counter {
  z-index: 5; }

.parking .comp-d-progress__description {
  height: 340px; }
  @media only screen and (max-width: 750px) {
    .parking .comp-d-progress__description {
      height: auto; } }

.parking .scroll-section-slide:first-child {
  padding-top: 100px; }
  @media only screen and (max-width: 750px) {
    .parking .scroll-section-slide:first-child {
      padding-top: 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*/
.parking-mortgage {
  padding-bottom: 48px;
}
@media only screen and (max-width: 750px) {
.parking-mortgage {
      padding: 40px 0;
}
}
.parking-mortgage__banner {
    max-width: 900px;
    width: 100%;
    padding: 36px;
    border-radius: 8px;
    border: 1px solid #f79d92;
}
@media only screen and (max-width: 750px) {
.parking-mortgage__banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        min-height: 340px;
        padding: 24px;
}
}
.parking-mortgage__content {
    margin-bottom: 40px;
}
.parking-mortgage__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
}
@media only screen and (max-width: 750px) {
.parking-mortgage__title {
        max-width: 255px;
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 24px;
}
}
.parking-mortgage__subtitle {
    font-size: 18px;
    line-height: 28px;
}
@media only screen and (max-width: 750px) {
.parking-mortgage__subtitle {
        max-width: none;
        font-size: 16px;
        line-height: 24px;
}
}
.parking-mortgage__button {
    padding: 16px 32px;
    border-radius: 8px;
    background-color: #ef3b24;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media only screen and (max-width: 750px) {
.parking-mortgage__button {
        width: 100%;
}
}
@media only screen and (min-width: 751px) {
.parking-mortgage__button:hover {
        background-color: #f14f3a;
}
}

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

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

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.parking-filter {
  position: relative;
  z-index: 4;
  background: #fff;
}
@media only screen and (max-width: 750px) {
.parking-filter {
      width: 100%;
}
}
.parking-filter__wrap {
    position: relative;
}
@media only screen and (max-width: 750px) {
.parking-filter__wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
}
.parking-filter__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.parking-filter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
@media only screen and (max-width: 750px) {
.parking-filter__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
}
.parking-filter__row:not(:first-child) {
      padding-top: 34px;
}
.parking-filter__level {
    width: 120px;
}
@media only screen and (max-width: 750px) {
.parking-filter__level {
        width: 100%;
}
}
.parking-filter__number-home {
    min-width: 160px;
    width: auto;
}
@media only screen and (max-width: 750px) {
.parking-filter__number-home {
        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*/
.parking-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 24px);
  min-height: 80px;
  cursor: pointer;
  padding: 28px 0 28px 40px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
@media only screen and (max-width: 750px) {
.parking-row {
      width: 100%;
}
}
.parking-row:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #dedede;
}
@media only screen and (max-width: 750px) {
.parking-row:after {
        display: none;
}
}
.parking-row:last-of-type:after {
    display: none;
}
.parking-row:hover {
    background-color: #ededed;
}
.parking-row:first-child .parking-list__table-number .tooltip-block-wrapper {
    top: auto;
    bottom: 12px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
}
.parking-row:first-child .parking-row__tag .tooltip-wrapper:hover .tooltip-block-wrapper {
    -webkit-transform: translate(-50%, calc(100% + 26px));
            transform: translate(-50%, calc(100% + 26px));
}
@media only screen and (max-width: 750px) {
.parking-row:first-child .parking-row__tag .tooltip-wrapper:hover .tooltip-block-wrapper {
        -webkit-transform: translate(-50%, 26px);
                transform: translate(-50%, 26px);
}
}
.parking-row:first-child .parking-row__tag .tooltip-block:before {
    bottom: auto;
    top: -10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.parking-row:last-child:after {
    display: none;
}
@media only screen and (max-width: 750px) {
.parking-row {
      height: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 20px;
      border-bottom: 1px solid #ededed;
}
.parking-row:first-child {
        padding-top: 0;
}
}
.parking-row__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2px;
}
@media only screen and (max-width: 750px) {
.parking-row__tags {
        display: none;
}
}
.parking-row__tags._mobile {
      display: none;
}
@media only screen and (max-width: 750px) {
.parking-row__tags._mobile {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 8px;
}
}
.parking-row__tag {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6px;
    font-size: 14px;
    line-height: 15px;
    color: #888d99;
}
@media only screen and (max-width: 750px) {
.parking-row__tag {
        top: 0;
        font-size: 12px;
        line-height: 18px;
        color: #14191a;
}
}
.parking-row__tag:first-child {
      margin-right: 12px;
}
.parking-row__tag-span {
    white-space: nowrap;
}

@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*/
.parking-list__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}
.parking-list__filter._hidden {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
@media only screen and (max-width: 750px) {
.parking-list__filter {
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0;
}
}
.parking-list__filter-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 750px) {
.parking-list__filter-items {
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
}
.parking-list__filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: 40px;
}
@media only screen and (max-width: 750px) {
.parking-list__filter-item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-right: 0;
      margin-bottom: 25px;
}
}
.parking-list__filter-item .selectric-wrapper {
    width: 150px;
}
@media only screen and (max-width: 750px) {
.parking-list__filter-item .selectric-wrapper {
        width: 100%;
}
}
.parking-list__filter-item:first-child .selectric-wrapper {
    width: 180px;
}
@media only screen and (max-width: 750px) {
.parking-list__filter-item:first-child .selectric-wrapper {
        width: 100%;
}
}
.parking-list__filter-item-text {
  margin-right: 20px;
  font-family: Grtsk-Exa, sans-serif;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (max-width: 750px) {
.parking-list__filter-item-text {
      width: 100%;
      margin-bottom: 18px;
}
}
@media only screen and (max-width: 750px) {
.parking-list__filter-item-select {
    width: 100%;
}
}
.parking-list__sold-overlay {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 220px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9;
}
@media only screen and (max-width: 750px) {
.parking-list__sold-overlay {
      right: -20px;
      left: -20px;
      min-height: 156px;
      margin-top: -25px;
      background-color: rgba(255, 255, 255, 0.8);
      font-size: 30px;
}
}
.parking-list__sold-text {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
.parking-list__sold-text {
      margin-bottom: 0;
      padding: 0 20px;
      font-size: 20px;
}
}
.parking-list__content {
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
.parking-list__content {
      margin-bottom: 0;
}
}
.parking-list__content-table {
  width: 100%;
  padding: 0 20px 0 0;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 750px) {
.parking-list__content-table {
      display: none;
}
}
.parking-list__content-table thead {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
}
.parking-list__content-table thead:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 40px;
      width: calc(100% - 70px);
      height: 1px;
      background-color: #dedede;
}
@media only screen and (max-width: 750px) {
.parking-list__content-table thead:after {
          display: none;
}
}
.parking-list__content-table thead td span {
      position: relative;
      padding-right: 20px;
      cursor: pointer;
}
.parking-list__content-table thead td span:after, .parking-list__content-table thead td span:before {
        content: "";
        position: absolute;
        right: 0;
        width: 6px;
        height: 6px;
        border-right: 1px solid #c7c7c7;
        border-bottom: 1px solid #c7c7c7;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        cursor: pointer;
}
.parking-list__content-table thead td span:before {
        top: 3px;
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
}
.parking-list__content-table thead td span:after {
        bottom: 3px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
}
.parking-list__content-table thead td span.ASC:before {
        border-color: #000;
}
.parking-list__content-table thead td span.DESC:after {
        border-color: #000;
}
.parking-list__content-table tbody {
    display: block;
}
.parking-list__table-cell {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 185px;
  font-family: Grtsk-Exa, sans-serif;
  font-size: 16px;
  line-height: 18px;
}
.parking-list__table-cell._sale {
    font-size: 12px;
    line-height: 14px;
}
.parking-list__table-cell._sale > span:last-child {
      text-decoration: line-through;
}
@media only screen and (max-width: 750px) {
.parking-list__table-sale-label {
    font-size: 12px;
    line-height: 26px;
    margin-top: 1px;
    margin-right: 7px;
}
}
.parking-list__table-sale {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #ef3b24;
}
.parking-list__table-sale span {
    font-size: 12px;
    line-height: 14px;
    color: #14191a;
    opacity: .6;
}
@media only screen and (max-width: 750px) {
.parking-list__table-sale span {
        font-size: 12px;
        line-height: 26px;
}
}
.parking-list__table-row-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
}
.parking-list__table-floor {
  width: 120px;
}
@media only screen and (max-width: 750px) {
.parking-list__table-floor {
      position: relative;
      display: none;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
}
}
.parking-list__table-floor._mobile {
    display: none;
}
@media only screen and (max-width: 750px) {
.parking-list__table-floor._mobile {
        display: block;
}
}
.parking-list__table-number {
  position: relative;
  width: 290px;
}
@media only screen and (max-width: 750px) {
.parking-list__table-number {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin-bottom: 12px;
}
}
.parking-list__table-number .parking-list__table-sale-wrap {
    display: none;
}
@media only screen and (max-width: 750px) {
.parking-list__table-number .parking-list__table-sale-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 4px;
}
}
.parking-list__table-tags .tooltip, .parking-list__table-number .tooltip {
  position: relative;
}
.parking-list__table-tags .tooltip-wrapper, .parking-list__table-number .tooltip-wrapper {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    position: relative;
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
.parking-list__table-tags .tooltip-wrapper, .parking-list__table-number .tooltip-wrapper {
        width: 20px;
        height: 20px;
        margin-left: 10px;
}
}
.parking-list__table-tags .tooltip-wrapper:hover .tooltip-block-wrapper, .parking-list__table-number .tooltip-wrapper:hover .tooltip-block-wrapper {
      visibility: visible;
      -webkit-transform: translate(-50%, calc(-100% + 5px));
              transform: translate(-50%, calc(-100% + 5px));
      opacity: 1;
      pointer-events: all;
}
.parking-list__table-tags .tooltip-icon, .parking-list__table-number .tooltip-icon {
    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: 14px;
    height: 14px;
    padding: 0;
    border-radius: 50%;
    font-weight: 500;
    font-size: 9px;
    line-height: 10px;
    background: #dedede;
}
@media only screen and (max-width: 750px) {
.parking-list__table-tags .tooltip-icon, .parking-list__table-number .tooltip-icon {
        width: 20px;
        height: 20px;
}
}
.parking-list__table-tags .tooltip-block, .parking-list__table-number .tooltip-block {
    position: relative;
    padding: 10px 5px;
    border-radius: 6px;
    text-align: center;
    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);
}
.parking-list__table-tags .tooltip-block-wrapper, .parking-list__table-number .tooltip-block-wrapper {
      position: absolute;
      top: 12px;
      left: 6px;
      visibility: hidden;
      opacity: 0;
      background-color: transparent;
      -webkit-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%);
      width: 160px;
      padding-bottom: 32px;
      -webkit-transition: .3s;
      transition: .3s;
      z-index: 2;
      pointer-events: none;
}
@media only screen and (max-width: 750px) {
.parking-list__table-tags .tooltip-block-wrapper, .parking-list__table-number .tooltip-block-wrapper {
          left: 8px;
}
}
.parking-list__table-tags .tooltip-block:before, .parking-list__table-number .tooltip-block: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;
}
.parking-list__table-tags .tooltip-block p, .parking-list__table-number .tooltip-block p {
      font-family: Grtsk-Exa, sans-serif;
      font-weight: 300;
      font-size: 12px;
      line-height: 17px;
      color: #3b4658;
}
.parking-list__number-val {
  position: relative;
}
.parking-list__table-tags {
  display: none;
}
@media only screen and (max-width: 750px) {
.parking-list__table-tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      width: 100%;
}
}
.parking-list__table-cost {
  width: 235px;
}
@media only screen and (max-width: 750px) {
.parking-list__table-cost {
      display: none;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
}
}
.parking-list__table-cost._mobile {
    display: none;
}
@media only screen and (max-width: 750px) {
.parking-list__table-cost._mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
}
.parking-list__table-cost._mobile .parking-list__table-sale {
      margin-bottom: 4px;
}
.parking-list__table-status {
  width: 120px;
}
.parking-list__table-status.active {
    color: #7aa15d;
}
@media only screen and (max-width: 750px) {
.parking-list__table-status {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      font-weight: 300;
}
}
.parking-list__table-square {
  width: 140px;
}
@media only screen and (max-width: 750px) {
.parking-list__table-square {
      display: none;
}
}
.parking-list__table-building {
  width: 190px;
}
@media only screen and (max-width: 750px) {
.parking-list__table-building {
      display: none;
}
}
@media only screen and (max-width: 750px) {
.parking-list__table-floor, .parking-list__table-number, .parking-list__table-cost, .parking-list__table-status {
    font-size: 16px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
}
.parking-list__more {
  margin: 30px auto;
}

@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*/
.parking-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 750px) {
.parking-view {
      display: none;
}
}
.parking-view__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    padding: 16px 28px 16px 36px;
    margin: 0;
    border: 1px solid #d4d4d4;
    color: #292522;
    font-size: 16px;
    line-height: 18px;
    fill: #292522;
    stroke: #292522;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.parking-view__item[disabled=disabled] {
      pointer-events: none;
      opacity: .5;
}
.parking-view__item._active {
      border-color: #292522;
      color: white;
      background-color: #292522;
      fill: white;
      stroke: white;
}
.parking-view__item:hover {
      opacity: 0.9;
}
.parking-view__item._no-events {
      pointer-events: none;
}
.parking-view__item-icn {
    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: 16px;
    height: 16px;
    margin-right: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@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*/
.parking-floor {
  position: relative;
}
.parking-floor__loading-wrap {
    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;
    height: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9;
}
.parking-floor__content {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.parking-floor__content._loading {
      min-height: 80vh;
      opacity: 0;
}
.parking-floor__zoom-wrapper {
    margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
.parking-floor__zoom-wrapper {
        height: 100vw;
        width: 100vw;
        overflow: hidden;
        position: relative;
        margin: 0 -20px 0;
}
.parking-floor__zoom-wrapper.active {
          overflow: scroll;
          -webkit-overflow-scrolling: touch;
}
.parking-floor__zoom-wrapper._null {
          margin: 0;
}
}
.parking-floor__noplan-overlay {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9;
}
@media only screen and (max-width: 750px) {
.parking-floor__noplan-overlay {
        padding-top: 32px;
        padding-bottom: 52px;
        background-color: rgba(255, 255, 255, 0.8);
        font-size: 30px;
}
}
.parking-floor__noplan-text {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
}
@media only screen and (max-width: 750px) {
.parking-floor__noplan-text {
        margin-bottom: 0;
        padding: 0 20px;
        font-size: 20px;
}
}
.parking-floor__noplan-btn {
    width: 250px;
    height: 50px;
}
@media only screen and (max-width: 750px) {
.parking-floor__noplan-btn {
        display: none;
}
}
.parking-floor__drag-wrapper {
    position: relative;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 20px;
    overflow: hidden;
    cursor: default;
}
@media only screen and (max-width: 750px) {
.parking-floor__drag-wrapper {
        display: none;
}
}
.parking-floor__drag-wrapper .ps__rail-x,
    .parking-floor__drag-wrapper .ps__rail-y {
      position: absolute;
      background-color: #fff;
      pointer-events: none;
}
.parking-floor__drag-wrapper .ps__rail-x .ps__thumb-x,
      .parking-floor__drag-wrapper .ps__rail-x .ps__thumb-y,
      .parking-floor__drag-wrapper .ps__rail-y .ps__thumb-x,
      .parking-floor__drag-wrapper .ps__rail-y .ps__thumb-y {
        position: absolute;
        background-color: #3b4658;
}
.parking-floor__drag-wrapper .ps__rail-x {
      height: 20px;
}
.parking-floor__drag-wrapper .ps__rail-x .ps__thumb-x {
        height: 4px;
        bottom: 0;
}
.parking-floor__drag-wrapper .ps__rail-y {
      width: 20px;
      right: 0;
}
.parking-floor__drag-wrapper .ps__rail-y .ps__thumb-y {
        width: 4px;
        right: 0;
}
.parking-floor__image-wrapper {
    -ms-flex-item-align: center;
        align-self: center;
    min-height: 200px;
    margin: 0 auto;
    padding-top: 10px;
}
@media only screen and (max-width: 750px) {
.parking-floor__image-wrapper {
        display: none;
}
}
.parking-floor__image-wrapper.mobile {
      display: none;
      width: 100%;
      margin-bottom: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 750px) {
.parking-floor__image-wrapper.mobile {
          display: block;
}
}
.parking-floor__image-wrapper g {
      overflow: hidden;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
}
.parking-floor__image-wrapper g.hover {
        opacity: 0;
        pointer-events: none;
}
.parking-floor__image-wrapper g.hover.active {
          opacity: .4;
          cursor: pointer;
          pointer-events: all;
}
.parking-floor__image-wrapper g.hover.active:hover {
            opacity: 1;
}
.parking-floor__image-wrapper g.hover.current {
          opacity: 1;
          pointer-events: none;
}
.parking-floor__image-wrapper g.default {
        opacity: 1;
        pointer-events: none;
}
.parking-floor__image-wrapper g.default.hide {
          opacity: 0;
}
.parking-floor__image-wrapper g#default .hide {
        opacity: 0;
}
.parking-floor__image-wrapper g#hover .active {
        opacity: .4;
        cursor: pointer;
        pointer-events: all;
}
.parking-floor__image-wrapper g#hover .active:hover {
          opacity: 1;
}
.parking-floor__image-wrapper g#hover .current {
        opacity: 1;
        pointer-events: none;
}
.parking-floor__image-wrapper g#hover .hide {
        opacity: 0;
        pointer-events: none;
}
.parking-floor__image-wrapper-active g#hover .active {
      opacity: 1;
      cursor: pointer;
      pointer-events: all;
}
.parking-floor__image-wrapper-active g#hover .active:hover {
        opacity: .4;
}
.parking-floor__image-wrapper-active g#hover .current {
      opacity: 1;
      pointer-events: none;
}
.parking-floor__image-wrapper-active g#hover .hide {
      opacity: 0;
      pointer-events: none;
}
.parking-floor__image-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
@media only screen and (max-width: 750px) {
.parking-floor__image-legend {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 15px;
        margin-top: 15px;
}
}
.parking-floor__image-legend._hidden {
      margin-top: -77px;
      opacity: 0;
}
.parking-floor__image-legend._null {
      margin-top: 0;
}
.parking-floor__legend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
}
@media only screen and (max-width: 750px) {
.parking-floor__legend-item {
        margin-right: 15px;
        margin-bottom: 10px;
}
.parking-floor__legend-item:last-child {
          margin-right: 0;
}
}
.parking-floor__legend-item-color {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
@media only screen and (max-width: 750px) {
.parking-floor__legend-item-color {
        width: 12px;
        height: 12px;
        min-width: 12px;
        min-height: 12px;
        margin-right: 5px;
}
}
.parking-floor .pinch-zoom-container {
    /* stylelint-disable */
    height: 100% !important;
    /* stylelint-enable */
}
@media screen and (max-width: 1200px) {
.parking-floor .map-mob {
      bottom: 0;
      margin-bottom: 0;
      font-size: 18px;
      line-height: 20px;
}
.parking-floor .map-mob.active {
        pointer-events: all;
}
}
.parking-floor .map-mob__icon {
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-bottom: 13px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTU4Ljk0MTYgMzYuMzM2N0w1Mi4yNzQxIDIzLjAwNDJDNTEuMzY5NSAyMS4xOTM5IDQ5LjYzNDkgMTkuOTI5MiA0Ny42MzU1IDE5LjYyMTZMMzQuMzQ4IDE3LjU3N0gzNC4zNDY5QzMxLjU5OTEgMTcuMTYwNyAyOC44MzQxIDE4LjUyNDIgMjcuNTAyNCAyMC45NTk2TDE5LjY4NjMgNS4zMjU5OEMxOC44MTQ2IDMuNTgyODEgMTcuMDYxNyAyLjUgMTUuMTEyMyAyLjVDMTIuMjkzNyAyLjUgMTAgNC43OTM3MSAxMCA3LjgzODEzQzEwIDguNjI5MTQgMTAuMTg2OCA5LjQyMDE2IDEwLjUzOTUgMTAuMTI0NUwyNS44MjI4IDQwLjY5MDhDMjYuMTA0NyA0MS4yNTM2IDI1Ljg3ODkgNDEuNzI4NCAyNS43Njc4IDQxLjkwNjZDMjUuNjU3OSA0Mi4wODQ5IDI1LjMzNDUgNDIuNSAyNC43MDQ2IDQyLjVIMTQuMjgzNEMxMS45MjE0IDQyLjUgMTAgNDQuNDIxNCAxMCA0Ni43ODM0QzEwIDQ3LjQ0MzggMTAuMTU2MiA0OC4xMDY3IDEwLjQ1MTYgNDguNjk5OUwxMS4zODE5IDUwLjU1OTFDMTEuNTM0NSA1MC44NjMgMTEuODAzIDUxLjA5MTMgMTIuMTI3OCA1MS4xOTI2TDI5Ljc4NDEgNTYuNzEwMUMzMS40NTg5IDU3LjIzMzggMzMuMTk4MyA1Ny41IDM0Ljk1MzggNTcuNUMzNy42MzA4IDU3LjUgNDAuMzExNSA1Ni44Njc2IDQyLjcwNCA1NS42NzAxTDU0LjQ1NTcgNDkuNzk0OUM1Ny44NzU5IDQ4LjA4NTkgNTkuOTk5OSA0NC42NDczIDU5Ljk5OTkgNDAuODIyOEM1OS45OTk5IDM5LjI3NSA1OS42MzM3IDM3LjcyMzQgNTguOTQxNiAzNi4zMzY3Wk01My4zMzczIDQ3LjU1ODZMNDEuNTg1NyA1My40MzM4QzM4LjE5NTggNTUuMTMwNSAzNC4xNDc5IDU1LjQ1NjQgMzAuNTI5NyA1NC4zMjQ5TDEzLjM4IDQ4Ljk2NDdMMTIuNjg3OSA0Ny41ODI5QzEyLjU2NDYgNDcuMzM1IDEyLjUgNDcuMDU5MSAxMi41IDQ2Ljc4MzNDMTIuNSA0NS43OTk0IDEzLjI5OTUgNDQuOTk5OCAxNC4yODM0IDQ0Ljk5OThIMjQuNzA0NkMyNi4wMTQ0IDQ0Ljk5OTggMjcuMjA3IDQ0LjMzNDUgMjcuODk1NSA0My4yMjEzQzI4LjU4MjggNDIuMTA4IDI4LjY0NSA0MC43NDMyIDI4LjA1OTEgMzkuNTcyNkwxMi43NzQ1IDkuMDA1MkMxMi41OTUxIDguNjQ2MjUgMTIuNDk5OCA4LjI0MjMgMTIuNDk5OCA3LjYxMjQyQzEyLjQ5OTggNi4xNzE5NSAxMy42NzE3IDUuMDAwMDggMTUuMTEyMiA1LjAwMDA4QzE2LjEwODMgNS4wMDAwOCAxNy4wMDQzIDUuNTUzMDkgMTcuNDQ5OCA2LjQ0NDE4TDI2LjM4MTggMjQuMzA5MkMyNi44MDY2IDI1LjE1NjMgMjguMTk1NyAyNS4xNTYzIDI4LjYxOCAyNC4zMDkyTDI5LjYyNTIgMjIuMjkzOEMzMC40Mjg0IDIwLjY5MSAzMi4yMDk0IDE5Ljc4MTUgMzMuOTY3MiAyMC4wNDc3TDQ3LjI1NDUgMjIuMDkyM0M0OC40NTQ1IDIyLjI3NjcgNDkuNDk0NSAyMy4wMzU5IDUwLjAzNzcgMjQuMTIyNEw1Ni43MDUyIDM3LjQ1NDlDNTcuMjI1MyAzOC40OTUgNTcuNDk5OCAzOS42NTk2IDU3LjQ5OTggNDAuODIyOUM1Ny41IDQzLjY5MzkgNTUuOTA0NSA0Ni4yNzU2IDUzLjMzNzMgNDcuNTU4NloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik05LjcwNzA3IDMzLjI5M0M5LjMxNjQxIDMyLjkwMjMgOC42ODM2IDMyLjkwMjMgOC4yOTMwMyAzMy4yOTNMNC45OTk5NiAzNi41ODU5TDEuNzA2OTkgMzMuMjkzQzEuMzE2MzMgMzIuOTAyMyAwLjY4MzUyMSAzMi45MDIzIDAuMjkyOTU3IDMzLjI5M0MtMC4wOTc2MDU2IDMzLjY4MzYgLTAuMDk3Njk5NCAzNC4zMTY1IDAuMjkyOTU3IDM0LjcwN0w0LjI5Mjk5IDM4LjcwN0M0LjQ4ODI4IDM4LjkwMjMgNC43NDQyMSAzOSA1LjAwMDA2IDM5QzUuMjU1OSAzOSA1LjUxMTc1IDM4LjkwMjMgNS43MDcxMiAzOC43MDdMOS43MDcxNiAzNC43MDdDMTAuMDk3NiAzNC4zMTY1IDEwLjA5NzYgMzMuNjgzNiA5LjcwNzA3IDMzLjI5M1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xLjcwNzAxIDIyLjcwN0w0Ljk5OTk1IDE5LjQxNDFMOC4yOTI5IDIyLjcwN0M4LjQ4ODI3IDIyLjkwMjMgOC43NDQxMSAyMyA4Ljk5OTk1IDIzQzkuMjU1OCAyMyA5LjUxMTY0IDIyLjkwMjMgOS43MDcwMSAyMi43MDdDMTAuMDk3NyAyMi4zMTY0IDEwLjA5NzcgMjEuNjgzNiA5LjcwNzAxIDIxLjI5M0w1LjcwNzAxIDE3LjI5M0M1LjMxNjM2IDE2LjkwMjMgNC42ODM1NSAxNi45MDIzIDQuMjkyOTkgMTcuMjkzTDAuMjkyOTkgMjEuMjkzQy0wLjA5NzY2MzMgMjEuNjgzNyAtMC4wOTc2NjMzIDIyLjMxNjUgMC4yOTI5OSAyMi43MDdDMC42ODM2NDMgMjMuMDk3NiAxLjMxNjQ1IDIzLjA5NzcgMS43MDcwMSAyMi43MDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}
.parking-floor__tooltip {
    position: relative;
    border-radius: 24px;
    padding: 6px 12px;
    background-color: #a1a3a3;
    z-index: 100;
    color: white;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.parking-floor__tooltip:after {
      content: "";
      position: absolute;
      top: 98%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #a1a3a3 transparent transparent transparent;
}

@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*/
.parking-list-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.parking-list-popup__header {
    padding: 48px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.parking-list-popup__header h1 {
      font-size: 20px;
      line-height: 22px;
}
.parking-list-popup__close {
    position: relative;
    top: -24px;
    right: 0;
}
.parking-list-popup__body {
    height: calc(100% - 70px);
}
.parking-list-popup__table {
    scrollbar-color: #3b4658 #e5e6e7;
    scrollbar-width: thin;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.parking-list-popup__table::-webkit-scrollbar {
      background-color: #e5e6e7;
      width: 2px;
}
.parking-list-popup__table::-webkit-scrollbar-thumb {
      background-color: #3b4658;
}
.parking-list-popup__scroll {
    height: 100%;
    width: 100%;
}
.parking-list-popup__more-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.parking-list-popup__more-row._hide {
      visibility: hidden;
      opacity: 0;
}

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

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

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

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.booking-place {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: white;
}
@media only screen and (max-width: 750px) {
.booking-place {
      max-width: 100%;
}
}
.booking-place._h400 {
    height: 400px;
    overflow-y: hidden;
}
.booking-place__outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 522px;
    padding: 44px 40px 30px;
    margin: 0 auto;
}
@media only screen and (max-width: 750px) {
.booking-place__outer {
        width: 100%;
        padding: 48px 20px 0;
}
}
@media only screen and (max-width: 330px) {
.booking-place__outer {
        padding-left: 15px;
        padding-right: 15px;
}
}
.booking-place__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #3B4657;
}
@media only screen and (max-width: 750px) {
.booking-place__title {
        font-size: 24px;
        line-height: 32px;
}
}
.booking-place__notification {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #626b79;
}
.booking-place__notify {
    width: 100%;
    margin-top: 32px;
}
.booking-place__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 38px;
}
@media only screen and (max-width: 750px) {
.booking-place__inner {
        margin-top: 26px;
}
}
.booking-place__messages {
    margin-top: 25px;
    margin-bottom: -15px;
}
@media only screen and (max-width: 750px) {
.booking-place__messages {
        margin-top: 20px;
}
}
.booking-place__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
    color: #3B4657;
}
.booking-place__message a {
      color: #3B4657;
}
.booking-place__message._mt20 {
      margin-top: -20px;
}
@media only screen and (max-width: 750px) {
.booking-place__message._mt20 {
          margin-top: -12px;
}
}
.booking-place__message-icn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 21px;
    height: 21px;
    margin-right: 12px;
}
.booking-place__message-link {
    position: relative;
    font-weight: 500;
}
.booking-place__message-link:after {
      content: "";
      position: absolute;
      top: 95%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #3b4658;
      white-space: nowrap;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
}
.booking-place__message-link:hover:after {
      opacity: 0;
}
.booking-place__info {
    margin-bottom: 32px;
}
.booking-place__info._last {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 38px;
}
.booking-place__info-title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
    text-transform: lowercase;
    color: #3B4657;
}
@media only screen and (max-width: 750px) {
.booking-place__info-title {
        font-size: 18px;
}
}
.booking-place__info-title:first-letter {
      text-transform: uppercase;
}
.booking-place__info-body {
    padding: 22px 20px 22px 30px;
    border-left: 5px solid #3b4658;
    background-color: #f9f9f9;
}
.booking-place__info-body._sale {
      padding-top: 15px;
      padding-bottom: 15px;
}
@media only screen and (max-width: 750px) {
.booking-place__info-body {
        padding: 20px 5px 20px 22px;
}
}
.booking-place__info-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
}
.booking-place__info-sale-price {
    text-decoration: line-through;
}
.booking-place__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
}
.booking-place__info-col {
    margin-bottom: 20px;
}
.booking-place__info-col._number {
      margin-right: 26px;
}
@media only screen and (max-width: 750px) {
.booking-place__info-col._number {
          margin-right: 15px;
}
}
.booking-place__info-col._square {
      width: 84px;
      margin-right: 26px;
}
@media only screen and (max-width: 750px) {
.booking-place__info-col._square {
          width: 65px;
          margin-right: 15px;
}
}
.booking-place__info-col._num-pos {
      margin-right: 20px;
}
@media only screen and (max-width: 750px) {
.booking-place__info-col._num-pos {
          margin-right: 15px;
}
}
.booking-place__info-headline {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #3B4657;
    opacity: .6;
}
.booking-place__info-data {
    color: #3B4657;
    font-size: 24px;
    line-height: 31px;
    white-space: nowrap;
}
@media only screen and (max-width: 750px) {
.booking-place__info-data {
        font-size: 16px;
}
}
.booking-place__info-data._sale {
      color: #ef3b24;
}
.booking-place__info-data-old-price {
    color: #3b4658;
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
}
.booking-place__input {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 8px;
    margin-bottom: 24px;
}
.booking-place__input .v-input__native {
      height: 46px;
}
.booking-place__input .v-input__placeholder {
      font-size: 18px;
      line-height: 26px;
      color: #767676;
}
.booking-place__input .v-input__native {
      font-size: 18px;
}
.booking-place__input .v-input__label {
      top: 8px;
      font-size: 20px;
      line-height: 120%;
      color: #3B4657;
}
@media only screen and (max-width: 750px) {
.booking-place__input .v-input__label {
          top: 10px;
          font-size: 18px;
}
}
.booking-place__submit {
    position: relative;
    width: 100%;
    height: 80px;
    font-size: 24px;
}
@media only screen and (max-width: 750px) {
.booking-place__submit {
        height: 60px;
        margin-top: 35px;
        font-size: 16px;
}
}
.booking-place__submit .more {
      position: absolute;
      padding: 0;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
}
.booking-place__error {
    position: absolute;
    top: -8px;
    left: 0;
    color: #ef3b24;
    font-size: 13px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.booking-place__checkbox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.booking-place__checkbox.v-checkbox {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      border-color: #d4d4d4;
      line-height: 120%;
}
.booking-place__checkbox.v-checkbox._active .v-checkbox__box {
        border-color: #d4d4d4;
}
.booking-place__checkbox .v-checkbox__content {
      line-height: 20px;
      color: #3B4657;
}
.booking-place__checkbox .v-checkbox__box {
      margin-right: 20px;
}
.booking-place__checkbox .v-checkbox__box:after {
        top: 4px;
        left: 4px;
        width: 12px;
        height: 12px;
        background-image: none;
        background-color: #3D4859;
}
@media only screen and (max-width: 750px) {
.booking-place__checkbox .v-checkbox__box {
          margin-right: 12px;
}
}
.booking-place__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;
    font-size: 20px;
    text-align: center;
    background-color: white;
    z-index: 3;
}

@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*/
.booking-steps-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1179px;
  background-color: white;
}
@media only screen and (max-width: 750px) {
.booking-steps-place {
      width: 100%;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
}
}
.booking-steps-place__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 44px 56px;
    background-color: #f9f9f9;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__head {
        padding: 48px 20px 20px;
}
}
.booking-steps-place__title {
    width: 100%;
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #3B4657;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__title {
        max-width: 216px;
        margin-bottom: 8px;
        font-size: 24px;
}
}
.booking-steps-place__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3B4657;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__subtitle {
        font-size: 14px;
}
}
.booking-steps-place__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 28px 62px 44px;
    margin-bottom: -24px;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px 20px 0;
        margin-bottom: 0;
}
}
.booking-steps-place__info {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: calc((100% - 24px) / 2);
    margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__info {
        width: 100%;
}
}
.booking-steps-place__info-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 28px;
    color: #3b4658;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__info-title {
        font-size: 14px;
}
}
.booking-steps-place__info-body {
    padding: 19px 10px 19px 42px;
    border-left: 5px solid #3b4658;
    background-color: #f9f9f9;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__info-body {
        padding: 20px 22px;
}
}
.booking-steps-place__info-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
}
.booking-steps-place__info-sale-price {
    text-decoration: line-through;
}
.booking-steps-place__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.booking-steps-place__info-col {
    margin-bottom: 14px;
}
.booking-steps-place__info-col._number {
      width: 42px;
      margin-right: 39px;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__info-col._number {
          margin-right: 32px;
}
}
.booking-steps-place__info-col._square {
      width: 84px;
      margin-right: 32px;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__info-col._square {
          width: 75px;
}
}
.booking-steps-place__info-headline {
    margin-bottom: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    opacity: .6;
}
.booking-steps-place__info-data {
    font-size: 24px;
    line-height: 32px;
    white-space: nowrap;
    color: #3B4657;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__info-data {
        font-size: 16px;
}
}
.booking-steps-place__info-data._sale {
      color: #ef3b24;
}
.booking-steps-place__info-data-old-price {
    color: #3b4658;
    font-size: 12px;
    line-height: 14px;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
}
.booking-steps-place__steps {
    padding: 0 62px 60px;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__steps {
        padding: 0 20px;
}
}
.booking-steps-place__steps-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    color: #3B4657;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__steps-title {
        margin-bottom: 18px;
        font-size: 20px;
}
}
.booking-steps-place__steps-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 44px;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__steps-wrap {
        margin-bottom: 36px;
}
}
.booking-steps-place__step {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 24px) / 2);
    padding: 36px 44px;
    background-color: #f9f9f9;
    overflow: hidden;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__step {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 35px;
        margin-bottom: 20px;
}
.booking-steps-place__step:last-child {
          margin-bottom: 0;
}
}
.booking-steps-place__step-text {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.booking-steps-place__step-num {
    position: absolute;
    bottom: -82px;
    right: 20px;
    font-weight: bold;
    font-size: 120px;
    line-height: 138.1%;
    color: #eee;
}
.booking-steps-place__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__row {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
}
}
.booking-steps-place__item {
    width: calc((100% - (23px * 2)) / 3);
}
.booking-steps-place__item:last-child {
      width: calc((100% - (11px * 2)) / 3);
}
@media only screen and (max-width: 750px) {
.booking-steps-place__item {
        width: 100%;
}
.booking-steps-place__item:first-child {
          margin-bottom: 22px;
}
}
.booking-steps-place__input .v-input__native {
    height: 54px;
}
.booking-steps-place__input .v-input__label {
    color: #3B4657;
    font-size: 16px;
    line-height: 26px;
}
.booking-steps-place__input .v-input__placeholder {
    color: #767676;
    font-size: 18px;
    line-height: 26px;
}
.booking-steps-place__label {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 20px;
}
.booking-steps-place__submit {
    height: 56px;
    width: 100%;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__submit {
        height: 60px;
        width: 100vw;
        margin: 0 -20px;
        margin-top: 36px;
}
}
.booking-steps-place__submit .more {
      padding: 0;
}
.booking-steps-place__link {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #3B4657;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__link {
        display: none;
        margin-top: 0;
        margin-bottom: 30px;
        -ms-flex-item-align: center;
            align-self: center;
}
}
.booking-steps-place__link:hover:after {
      background-color: rgba(59, 70, 88, 0);
}
.booking-steps-place__link:after {
      content: "";
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #3b4658;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
}
.booking-steps-place__link._mobile {
      display: none;
}
@media only screen and (max-width: 750px) {
.booking-steps-place__link._mobile {
          display: inline-block;
          top: 0;
          left: 50%;
          -webkit-transform: translate3d(-50%, 0, 0);
                  transform: translate3d(-50%, 0, 0);
}
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.parking-sold-popup {
  position: relative;
  width: 520px;
}
@media only screen and (max-width: 750px) {
.parking-sold-popup {
      width: 100%;
      padding: 48px 20px 40px;
}
}
.parking-sold-popup__inner {
    padding: 72px 38px 40px;
}
@media only screen and (max-width: 750px) {
.parking-sold-popup__inner {
        padding: 0;
}
}
.parking-sold-popup__title {
    max-width: 300px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #3b4658;
}
@media only screen and (max-width: 750px) {
.parking-sold-popup__title {
        font-size: 24px;
        line-height: 32px;
}
}
.parking-sold-popup__input {
    margin-top: 40px;
}
@media only screen and (max-width: 750px) {
.parking-sold-popup__input {
        margin-top: 20px;
}
}
.parking-sold-popup__input .v-input__label {
      top: 3px;
      font-size: 20px;
      line-height: 24px;
}
.parking-sold-popup__input.v-input.has-label {
      padding-top: 40px;
}
.parking-sold-popup__input.v-input--default .v-input__label {
      color: #3b4658;
}
.parking-sold-popup__checkbox.v-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 28px;
    font-size: 14px;
    line-height: 160%;
}
@media only screen and (max-width: 750px) {
.parking-sold-popup__checkbox.v-checkbox {
        margin-top: 32px;
        font-size: 12px;
        line-height: 142%;
}
}
.parking-sold-popup__checkbox.v-checkbox .v-checkbox__box {
      margin-top: 2px;
}
.parking-sold-popup__submit {
    width: 100%;
    height: 80px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
}
@media only screen and (max-width: 750px) {
.parking-sold-popup__submit {
        width: 100%;
        height: 56px;
        margin-top: 40px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
}
}
.parking-sold-popup__submit .more {
      padding: 0;
}
.parking-sold-popup__result {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    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: 100%;
    height: 100%;
    background-color: white;
    font-size: 24px;
    line-height: 32px;
    color: #3b4658;
}

@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*/
.parking-app {
  padding-bottom: 35px;
}
@media only screen and (max-width: 750px) {
.parking-app {
      padding-bottom: 0;
}
}
.parking-app__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.parking-app__main {
    width: 100%;
    margin-top: 65px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
@media only screen and (max-width: 750px) {
.parking-app__main {
        margin-top: 24px;
}
}
.parking-app__main .more.hide {
      display: none;
}
.parking-app__loading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70vh;
    width: 100%;
}
.parking-app__subtitle {
    margin: 24px 0 8px;
}
.parking-app__tab-list {
    margin-top: 20px;
    margin-bottom: 10px;
}
.parking-app__container {
    padding-top: 10px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
.parking-app__container {
        padding-bottom: 0;
}
}
.parking-app__notify {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 24px;
    margin-bottom: -41px;
}
@media only screen and (max-width: 750px) {
.parking-app__notify {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 0;
}
}
.parking-app__button-mobile {
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.parking-app__button-mobile.submit {
      right: 0;
      bottom: 0;
      color: white;
      background-color: #3b4658;
}
.parking-app__button-mobile.full {
      right: 0;
      bottom: 60px;
      background-color: #dbdbdb;
      color: black;
}
.parking-app__button-mobile.full.active {
        background-color: #f9f9f9;
}
.parking-app__button-mobile.enabled {
      opacity: 1;
      pointer-events: all;
}
@media only screen and (max-width: 750px) {
.parking-app__button-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
}
.parking-app__filter-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
.parking-app__filter-title {
        font-size: 18px;
        line-height: 24px;
}
}
.parking-app__open-list {
    display: none;
    width: calc(100% + 40px);
    padding: 28px;
    margin: 0 -20px;
    margin-bottom: 0;
    font-weight: 300;
}
@media only screen and (max-width: 750px) {
.parking-app__open-list {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding: 22px;
}
}
.parking-app__sold-overlay {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 259px;
    margin-top: 70px;
    background-color: #f9f9f9;
}
@media only screen and (max-width: 750px) {
.parking-app__sold-overlay {
        min-height: auto;
        padding: 44px 0;
        margin-top: 24px;
        margin-bottom: 24px;
}
}
.parking-app__sold-text {
    max-width: 485px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}
@media only screen and (max-width: 750px) {
.parking-app__sold-text {
        margin-bottom: 16px;
        padding: 0 26px;
        font-size: 14px;
        line-height: 140%;
}
}
.parking-app__sold-btn {
    width: 182px;
    height: 56px;
}
@media only screen and (max-width: 750px) {
.parking-app__sold-btn {
        width: 203px;
        height: 48px;
}
}
.parking-app__sold-modal .close-button {
    top: 36px;
    right: 36px;
}
@media only screen and (max-width: 750px) {
.parking-app__sold-modal .close-button {
        top: 24px;
        right: 20px;
}
}
.parking-app__parking-view {
    margin-right: 64px;
}
.parking-app__booking-modal {
    z-index: 1002;
}

@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*/

@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: #ef3b24;
}
.v-input-slider--default.is-error .v-input-slider__label {
        color: #ef3b24;
}
.v-input-slider--default.is-error .v-input-slider__inner {
        border-color: #ef3b24;
}
.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: #ef3b24;
    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*/
.callback-popup._zi102 {
  z-index: 102;
  position: fixed;
}
@media only screen and (max-width: 750px) {
.callback-popup.form {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transition: opacity .2s ease .3s, -webkit-transform 0s ease .5s;
    transition: opacity .2s ease .3s, -webkit-transform 0s ease .5s;
    transition: opacity .2s ease .3s, transform 0s ease .5s;
    transition: opacity .2s ease .3s, transform 0s ease .5s, -webkit-transform 0s ease .5s;
}
}
.callback-popup.form.active {
  -webkit-transition: opacity .2s ease, -webkit-transform 0s ease;
  transition: opacity .2s ease, -webkit-transform 0s ease;
  transition: opacity .2s ease, transform 0s ease;
  transition: opacity .2s ease, transform 0s ease, -webkit-transform 0s ease;
}
@media only screen and (max-width: 750px) {
.callback-popup.form.active .form__container {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      pointer-events: auto;
      -webkit-transition: opacity .3s ease .3s, -webkit-transform .3s ease;
      transition: opacity .3s ease .3s, -webkit-transform .3s ease;
      transition: transform .3s ease, opacity .3s ease .3s;
      transition: transform .3s ease, opacity .3s ease .3s, -webkit-transform .3s ease;
}
}
@media only screen and (max-width: 750px) {
.callback-popup.form .form__container {
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    -webkit-animation: none;
            animation: none;
}
}
.callback-popup__wrap {
  position: relative;
  width: 508px;
  padding: 32px;
  background-color: white;
}
@media only screen and (max-width: 750px) {
.callback-popup__wrap {
      width: 100%;
      padding: 52px 20px 24px;
}
}
.callback-popup__close.close-button {
  top: 32px;
  right: 32px;
}
@media only screen and (max-width: 750px) {
.callback-popup__close.close-button {
      top: 24px;
      right: 24px;
}
}
.callback-popup__title {
  width: calc(100% - 54px);
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  color: #3b4658;
}
@media only screen and (max-width: 750px) {
.callback-popup__title {
      width: 100%;
      font-size: 24px;
      line-height: 108%;
}
}
.callback-popup__subtitle {
  margin-top: 16px;
  font-size: 14px;
  line-height: 153.44%;
  color: #626b79;
}
@media only screen and (max-width: 750px) {
.callback-popup__subtitle {
      font-size: 12px;
      line-height: 153.44%;
}
}
.callback-popup__notification {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #626b79;
}
.callback-popup__input {
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
.callback-popup__input {
      margin-top: 24px;
}
}
.callback-popup__checkbox.v-checkbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #626b79;
}
.callback-popup__checkbox.v-checkbox .form__disclaimer-link {
    border-bottom-color: #626b79;
    color: inherit;
}
@media only screen and (max-width: 750px) {
.callback-popup__checkbox.v-checkbox {
      margin-top: 24px;
}
}
.callback-popup__checkbox.v-checkbox .v-checkbox__box {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}
.callback-popup__checkbox.v-checkbox .v-checkbox__box:after {
      top: 6px;
      left: 4px;
}
.callback-popup__submit {
  position: relative;
  width: 160px;
  height: 52px;
  margin-top: 16px;
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
.callback-popup__submit {
      width: 100%;
      height: 56px;
      margin-top: 32px;
      font-size: 16px;
}
}
.callback-popup__submit .more {
    padding: 0;
}
.callback-popup__submit-error {
  position: absolute;
}
.callback-popup__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%;
  background-color: white;
  font-size: 26px;
  color: #3b4658;
  text-align: center;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.genplan-tooltip-built {
  position: absolute;
  top: -10000px;
  left: -10000px;
  z-index: 7;
  -webkit-transition: opacity .3s ease, z-index 0s ease .3s;
  transition: opacity .3s ease, z-index 0s ease .3s;
  /*stylelint-disable*/
  /*stylelint-enable*/
}
@media only screen and (max-width: 750px) {
.genplan-tooltip-built {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
}
}
.genplan-tooltip-built._active {
    z-index: 8;
    opacity: 1;
    -webkit-transition: opacity .3s ease, border-radius .3s ease;
    transition: opacity .3s ease, border-radius .3s ease;
    pointer-events: all;
}
.genplan-tooltip-built._active:after {
      border-radius: 4px;
}
.genplan-tooltip-built._active .genplan-tooltip-built__pin {
      opacity: 0;
}
.genplan-tooltip-built._active .genplan-tooltip-built__content-wrapper {
      border-radius: 4px;
}
.genplan-tooltip-built._active .genplan-tooltip-built__content-wrapper:before {
        opacity: 0;
}
.genplan-tooltip-built._active .genplan-tooltip-built__content > * {
      opacity: 1;
}
.genplan-tooltip-built__pin {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background-color: white;
    font-size: 14px;
    line-height: 1.5;
    color: #3b4658;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 12px 4px rgba(0, 0, 0, 0.12);
            box-shadow: 0 5px 12px 4px rgba(0, 0, 0, 0.12);
    pointer-events: all;
}
.genplan-tooltip-built__pin-icon {
      position: relative;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: white;
}
.genplan-tooltip-built__pin-icon:before {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #3b4658;
        -webkit-transform: translate3d(32%, 32%, 0);
                transform: translate3d(32%, 32%, 0);
}
.genplan-tooltip-built__content-wrapper {
    overflow: hidden;
    width: 0;
    height: 0;
    border-radius: 50%;
    -webkit-transition: width .3s ease, height .3s ease, border-radius .3s ease;
    transition: width .3s ease, height .3s ease, border-radius .3s ease;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip-built__content-wrapper {
        -webkit-transition: width .3s ease, height .3s ease, border-radius .3s ease;
        transition: width .3s ease, height .3s ease, border-radius .3s ease;
}
}
.genplan-tooltip-built__content-wrapper._is-tablet .genplan-tooltip-built__content {
      width: 240px;
      padding: 14px 16px 20px;
}
.genplan-tooltip-built__content-wrapper._is-tablet .genplan-tooltip-built__image {
      margin-bottom: 12px;
}
.genplan-tooltip-built__content-wrapper._is-tablet .genplan-tooltip-built__subtitle {
      margin-bottom: 18px;
}
.genplan-tooltip-built__content-wrapper._is-tablet .genplan-tooltip-built__title {
      margin-bottom: 4px;
      color: #292522;
}
.genplan-tooltip-built__content {
    width: 260px;
    height: auto;
    padding: 16px 16px 24px;
    border-radius: 4px;
    background-color: white;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip-built__content {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
}
}
.genplan-tooltip-built__content._is-tablet {
      width: 240px;
      padding: 14px 16px 20px;
}
.genplan-tooltip-built__content._is-tablet .genplan-tooltip-built__image {
        margin-bottom: 12px;
}
.genplan-tooltip-built__content._is-tablet .genplan-tooltip-built__subtitle {
        margin-bottom: 18px;
}
.genplan-tooltip-built__content._is-tablet .genplan-tooltip-built__title {
        margin-bottom: 4px;
        color: #292522;
}
.genplan-tooltip-built__title {
    margin-bottom: 7px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #292522;
    -webkit-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip-built__title {
        margin-top: 20px;
        margin-bottom: 8px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 16px;
}
}
.genplan-tooltip-built__subtitle {
    margin-bottom: 24px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 14px;
    color: #14191a;
    opacity: .4;
    -webkit-transition: opacity .3s ease .1s;
    transition: opacity .3s ease .1s;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip-built__subtitle {
        margin-bottom: 20px;
        padding-left: 20px;
}
}
.genplan-tooltip-built__status {
    padding: 6px 12px;
    border-radius: 40px;
    border: 1px solid #ef3b24;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #ef3b24;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip-built__status {
        display: none;
}
}
.genplan-tooltip-built__status-mob {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: none;
    padding: 6px 12px;
    border-radius: 40px;
    background: #ef3b24;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: white;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip-built__status-mob {
        display: block;
}
}
.genplan-tooltip-built__infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    opacity: 0;
    -webkit-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip-built__infos {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
}
.genplan-tooltip-built__image {
    margin-bottom: 16px;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip-built__image {
        position: relative;
        display: inherit;
        margin-bottom: 10px;
}
}
.genplan-tooltip-built__image > img {
      width: 100%;
      height: 100%;
}
.genplan-tooltip-built__close {
    position: absolute;
    top: 22px;
    right: 20px;
    display: none;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    background: rgba(236, 237, 239, 0.5);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip-built__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
}

@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-callback-form {
  position: relative;
  width: 508px;
  padding: 32px;
  background-color: white;
}
@media only screen and (max-width: 750px) {
.v-callback-form {
      width: 100%;
      padding: 52px 20px 24px;
}
}
.v-callback-form__close.close-button {
    top: 32px;
    right: 32px;
}
@media only screen and (max-width: 750px) {
.v-callback-form__close.close-button {
        top: 24px;
        right: 24px;
}
}
.v-callback-form__title {
    width: calc(100% - 54px);
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    color: #3b4658;
}
@media only screen and (max-width: 750px) {
.v-callback-form__title {
        width: 100%;
        font-size: 24px;
        line-height: 108%;
}
}
.v-callback-form__subtitle {
    margin-top: 16px;
    font-size: 14px;
    line-height: 153.44%;
    color: #626b79;
}
@media only screen and (max-width: 750px) {
.v-callback-form__subtitle {
        font-size: 12px;
        line-height: 153.44%;
}
}
.v-callback-form__input {
    margin-top: 32px;
}
@media only screen and (max-width: 750px) {
.v-callback-form__input {
        margin-top: 24px;
}
}
.v-callback-form__checkbox.v-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #626b79;
}
.v-callback-form__checkbox.v-checkbox .form__disclaimer-link {
      border-bottom-color: #626b79;
      color: inherit;
}
@media only screen and (max-width: 750px) {
.v-callback-form__checkbox.v-checkbox {
        margin-top: 24px;
}
}
.v-callback-form__checkbox.v-checkbox .v-checkbox__box {
      width: 20px;
      height: 20px;
      margin-top: 2px;
}
.v-callback-form__checkbox.v-checkbox .v-checkbox__box:after {
        top: 6px;
        left: 4px;
}
.v-callback-form__submit {
    position: relative;
    width: 160px;
    height: 52px;
    margin-top: 16px;
    font-size: 14px;
}
@media only screen and (max-width: 750px) {
.v-callback-form__submit {
        width: 100%;
        height: 56px;
        margin-top: 32px;
        font-size: 16px;
}
}
.v-callback-form__submit .more {
      padding: 0;
}
.v-callback-form__submit-error {
    position: absolute;
}
.v-callback-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%;
    background-color: white;
    font-size: 26px;
    color: #3b4658;
    text-align: center;
}

@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.genplan-pin {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 15px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 750px) {
.genplan-pin {
      pointer-events: all;
}
}
.genplan-pin._active {
    opacity: 1;
}
.genplan-pin._rent .genplan-pin__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 16px;
}
.genplan-pin._rent .genplan-pin__title:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 1px;
      height: 25px;
      right: 1px;
      background-color: #e5e5e5;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
}
.genplan-pin._rent .comp-d-genplan__status-icn {
    position: relative;
    left: -1px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 52px;
    height: 33px;
    margin-right: 0;
    background-color: white;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 50px 50px 0;
}
@media only screen and (max-width: 750px) {
.genplan-pin._rent .comp-d-genplan__status-icn {
        border-radius: 0 0 10px 10px;
        background-position: 15px 5px;
}
}
.genplan-pin:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: white;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
            transform: translate(-50%, 50%) rotate(45deg);
}
.genplan-pin._noTail:after {
    content: none;
    display: none;
}
.genplan-pin__title {
    color: #292522;
    white-space: nowrap;
    font-weight: 500;
}
.genplan-pin__shield {
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 22px;
    width: 22px;
    border-radius: 50%;
}
.genplan-pin__shield.sale {
      background-color: #ef3b24;
}
.genplan-pin__shield.sale:after {
        content: '%';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 13px;
        color: #fff;
        line-height: .5;
}
.genplan-pin .comp-d-genplan__status._done:before,
  .genplan-pin .comp-d-genplan__start._custom-text-pin:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -4px;
    width: 5px;
    height: 5px;
    background-color: #9aca3c;
    border-radius: 100%;
}
.genplan-pin .comp-d-genplan__status._start:before {
    content: "";
    position: absolute;
    margin-right: 4px;
    left: -5px;
    width: 10px;
    height: 11px;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjAzOTUyIDUuODg0NkwxMS41NDcyIDcuMDkyNDJMMy41MDg1MiAxMy45MTA5TDUuMDYxNDMgOC4xMTUzMUwwLjU1Mzc3NyA2LjkwNzQ5TDguNTkyNDMgMC4wODkwNDcxTDcuMDM5NTIgNS44ODQ2WiIgZmlsbD0iI0VGM0IyNCIvPgo8L3N2Zz4K);
}
.genplan-pin .comp-d-genplan__status._unfinished:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -4px;
    width: 5px;
    height: 5px;
    background-color: #ef3b24;
    border-radius: 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*/
.genplan-tooltip {
  position: absolute;
  top: -10000px;
  left: -10000px;
  z-index: 7;
  -webkit-transition: opacity 0.3s ease, z-index 0s ease 0.3s;
  transition: opacity 0.3s ease, z-index 0s ease 0.3s;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
}
}
.genplan-tooltip._active {
    opacity: 1;
    pointer-events: all;
    z-index: 8;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.genplan-tooltip._active:after {
      width: calc(100% + 16px);
      height: calc(100% + 24px);
}
.genplan-tooltip._active .genplan-tooltip__content > * {
      opacity: 1;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip._active .genplan-tooltip__content {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
}
}
.genplan-tooltip:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: white;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip:after {
        content: none;
}
}
.genplan-tooltip__content-wrapper {
    width: 0;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    -webkit-transition: width 0.3s ease, height 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease;
}
.genplan-tooltip__content {
    width: 25.2rem;
    height: auto;
    padding: 5px 8px;
    background-color: white;
    border-radius: 8px;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__content {
        position: absolute;
        top: 50%;
        left: 15px;
        width: calc(100% - (15px * 2));
        padding: 2rem;
        -webkit-transform: translateY(calc(-50% + 20px));
                transform: translateY(calc(-50% + 20px));
        -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) {
.genplan-tooltip__content._custom {
        padding: 20px;
}
}
.genplan-tooltip__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #d4d4d4;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__header {
        margin-top: 6px;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 14px;
}
}
.genplan-tooltip__header._border-none {
      border-bottom: none;
}
.genplan-tooltip__num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    color: #292522;
}
.genplan-tooltip__num .comp-d-genplan__status._done:before {
      top: -1px;
      left: -3px;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__num {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        line-height: 24px;
}
}
.genplan-tooltip__title {
    margin-top: 16px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__title {
        display: none;
}
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__status.comp-d-genplan__status {
      margin-top: 0;
      margin-left: .8rem;
}
}
.genplan-tooltip__status-text {
    margin-bottom: 16px;
    line-height: 1;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__status-text {
        display: none;
        margin-left: 8px;
        margin-bottom: 0;
}
}
.genplan-tooltip__status-text._mob {
      display: none;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__status-text._mob {
          display: inline;
}
}
.genplan-tooltip__status-text._mob._no-margin {
        margin-left: 0;
}
.genplan-tooltip__status-text._start {
      color: #e93232;
}
.genplan-tooltip__status-text._done {
      color: #3ab94e;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__status-text._ml {
        margin-left: 0;
}
}
.genplan-tooltip__date {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
    color: #a8a19a;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.2s;
    transition: opacity 0.3s ease 0.2s;
}
.genplan-tooltip__date._mob {
      display: none;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__date {
        display: none;
}
.genplan-tooltip__date._mob {
          display: block;
          margin-top: 0;
          margin-bottom: 8px;
          line-height: 20px;
          opacity: 1;
}
}
.genplan-tooltip__date-value {
    white-space: nowrap;
}
.genplan-tooltip__infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.2s;
    transition: opacity 0.3s ease 0.2s;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__infos {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 0;
        margin-bottom: 20px;
}
}
.genplan-tooltip__online {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 6px;
    background-color: #f6f6f6;
    border-radius: 2px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__online {
        margin-bottom: 0;
}
}
.genplan-tooltip__online svg {
      width: 13px;
      height: 12px;
      fill: none;
      stroke: #3b4658;
      margin-right: 6px;
}
.genplan-tooltip__online span {
      font-size: 12px;
      line-height: 13px;
}
.genplan-tooltip__info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}
.genplan-tooltip__info {
    font-size: 14px;
    line-height: 15px;
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    color: #292522;
}
.genplan-tooltip__info .icon {
      display: none;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: .8rem;
        padding: .8rem 0;
        border-bottom: 1px solid #e1e1e1;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2.4rem;
        color: #292522;
        text-decoration: none;
}
.genplan-tooltip__info:last-child {
          border-bottom: none;
          margin-bottom: 0;
}
.genplan-tooltip__info .icon {
          display: block;
          width: 2rem;
          height: 2rem;
}
}
.genplan-tooltip__info:hover {
      opacity: .8;
}
.genplan-tooltip__info:not(:last-child) {
      margin-bottom: 12px;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__info:not(:last-child) {
          margin-bottom: 0;
}
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__info._spaces {
        width: 100%;
}
}
.genplan-tooltip__btn, .genplan-tooltip__btn-modal {
    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;
    padding: 13px 0;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    opacity: 0;
    color: #fff;
    background-color: #ef3b24;
    -webkit-transition: background-color 0.3s ease, opacity 0.3s ease 0.3s, color 0.3s ease;
    transition: background-color 0.3s ease, opacity 0.3s ease 0.3s, color 0.3s ease;
    cursor: pointer;
}
.genplan-tooltip__btn._secondary, .genplan-tooltip__btn-modal._secondary {
      color: #ef3b24;
      background-color: #feecea;
      margin-top: 8px;
}
.genplan-tooltip__btn._secondary:hover, .genplan-tooltip__btn-modal._secondary:hover {
        background-color: #ef3b24;
        color: #fff;
}
.genplan-tooltip__btn:hover, .genplan-tooltip__btn-modal:hover {
      background-color: #f14f3a;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__btn, .genplan-tooltip__btn-modal {
        margin-top: 20px;
}
}
.genplan-tooltip__btn._mt, .genplan-tooltip__btn-modal._mt {
      margin-top: 20px;
}
.genplan-tooltip__btn-amount {
    display: none;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__btn-amount {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
}
.genplan-tooltip__close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip__close {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        background-color: #f6f5f4;
        border-radius: 100%;
}
}
.genplan-tooltip__close span {
      width: 100%;
      height: 100%;
      min-width: 16px;
      min-height: 16px;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMDAwNDggNy4wNTczMkwxMS4zMDA1IDMuNzU3MzJMMTIuMjQzMSA0LjY5OTk5TDguOTQzMTUgNy45OTk5OUwxMi4yNDMxIDExLjNMMTEuMzAwNSAxMi4yNDI3TDguMDAwNDggOC45NDI2Nkw0LjcwMDQ4IDEyLjI0MjdMMy43NTc4MSAxMS4zTDcuMDU3ODEgNy45OTk5OUwzLjc1NzgxIDQuNjk5OTlMNC43MDA0OCAzLjc1NzMyTDguMDAwNDggNy4wNTczMloiIGZpbGw9IiMyOTI1MjIiLz4KPC9zdmc+Cg==) center no-repeat;
      background-size: contain;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      margin-left: 0;
}
.genplan-tooltip._urban-villa .genplan-tooltip__header {
    border-bottom: none;
}
.genplan-tooltip._urban-villa .genplan-tooltip__infos {
    margin-top: 0;
    margin-bottom: 20px;
}
.genplan-tooltip._custom .genplan-tooltip__header {
    border-bottom: none;
}
.genplan-tooltip._custom .genplan-tooltip__header ._done {
      margin-left: 16px;
}
.genplan-tooltip._custom .genplan-tooltip__header ._done:before {
        top: 6px;
        left: -10px;
}
.genplan-tooltip._custom .genplan-tooltip__infos {
    margin-top: 0;
    margin-bottom: 20px;
}
.genplan-tooltip._custom .genplan-tooltip__infos .comp-d-genplan__status {
      margin-left: 0;
}
.genplan-tooltip._custom .genplan-tooltip__infos .comp-d-genplan__status ._done {
        top: -1px;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip._custom .genplan-tooltip__infos .comp-d-genplan__status {
          display: none;
}
}
.genplan-tooltip._custom .genplan-tooltip__infos .genplan-tooltip__status-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip._custom .genplan-tooltip__infos .genplan-tooltip__status-text {
          display: none;
}
}
.genplan-tooltip._custom .genplan-tooltip__infos .comp-d-genplan__status-icn {
      margin-right: 6px;
}
.genplan-tooltip._custom .genplan-tooltip__btn {
    font-weight: 500;
    margin-top: 0;
}
.genplan-tooltip-custom__top-text {
    font-size: 14px;
    line-height: 16px;
}
.genplan-tooltip-custom__image {
    margin: 12px 0;
}
.genplan-tooltip-custom__image img {
      width: 100%;
      height: 100%;
      border-radius: 4px;
}
@media only screen and (max-width: 750px) {
.genplan-tooltip-custom__image {
        margin-top: 24px;
}
}
.genplan-tooltip-custom__bottom-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #292522;
}

