

/* Start:/local/components/custom/private.item/templates/.default/style.css?175017478319098*/
.page-wrapper .page-title {
  font-size: 4rem; }
.page-wrapper .page-desc {
  font-size: 2rem;
  margin-bottom: 40px; }

.private-top-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 80vh; }
  .private-top-banner .slider-desc {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 40px; }
    .private-top-banner .slider-desc .banner-name {
      font-size: 3rem;
      margin-bottom: 10px;
      background-color: rgba(0, 0, 0, 0.22);
      padding: 10px;
      color: white;
      font-weight: 600;
      width: fit-content; }
    .private-top-banner .slider-desc .banner-address {
      font-size: 2rem;
      margin-bottom: 10px;
      background-color: rgba(0, 0, 0, 0.22);
      padding: 10px;
      color: white;
      width: fit-content; }
  .private-top-banner .swiper-private-banner {
    position: relative;
    height: inherit; }
    .private-top-banner .swiper-private-banner .banner-btns {
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 2;
      transform: translateY(-50%); }
    .private-top-banner .swiper-private-banner .swiper-slide img {
      transform: translateY(-50%);
      object-fit: cover;
      position: relative;
      top: 50%; }

.page-desc {
  margin-top: 30px; }
  .page-desc p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    .page-desc p img {
      width: 24px;
      height: 24px; }

.page-gallery {
  padding: 50px 0; }
  .page-gallery .page-gallery-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
  .page-gallery .gallery-types {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    margin-bottom: 30px;
    overflow: hidden; }
    .page-gallery .gallery-types .gallery-types__item {
      font-size: 18px;
      font-weight: 600;
      margin-right: 20px;
      margin-bottom: 10px;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      cursor: pointer; }
      .page-gallery .gallery-types .gallery-types__item.active, .page-gallery .gallery-types .gallery-types__item:hover {
        color: #0199e4; }
  .page-gallery .gallery-slider-block {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .page-gallery .gallery-slider-block .swiper-private-gallery {
      width: 100%; }
      .page-gallery .gallery-slider-block .swiper-private-gallery .swiper-slide {
        height: 300px;
        overflow: hidden;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        -ms-border-radius: 2rem;
        -o-border-radius: 2rem;
        border-radius: 2rem;
        cursor: pointer; }
        .page-gallery .gallery-slider-block .swiper-private-gallery .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -ms-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        .page-gallery .gallery-slider-block .swiper-private-gallery .swiper-slide:hover img {
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2); }

.page-stages {
  margin-top: 50px;
  background: #ffffff;
  padding: 50px 0; }
  .page-stages .page-stages-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    flex-wrap: wrap; }
    .page-stages .page-stages-header .stages-filter {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      margin-right: auto; }
      .page-stages .page-stages-header .stages-filter .stages-filter__item {
        margin-left: 30px;
        display: flex;
        flex-direction: row;
        position: relative;
        cursor: pointer; }
        .page-stages .page-stages-header .stages-filter .stages-filter__item input[type="text"] {
          font-size: 2rem;
          max-width: fit-content;
          color: #2B2F36;
          width: inherit;
          padding: 10px 10px;
          background: #f7f7fd;
          border-radius: 10px; }
        .page-stages .page-stages-header .stages-filter .stages-filter__item .filter-arrow {
          display: flex;
          align-items: center;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -ms-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
          .page-stages .page-stages-header .stages-filter .stages-filter__item .filter-arrow svg {
            width: 15px;
            height: 15px;
            fill: #2B2F36; }
        .page-stages .page-stages-header .stages-filter .stages-filter__item .filter-dropdown {
          display: none;
          position: absolute;
          top: 100%;
          width: 100%;
          background: #f7f7fd;
          left: 0px;
          padding: 10px;
          border: 1px solid rgba(43, 47, 54, 0.5);
          -webkit-box-shadow: 0px 0.4rem 1.3rem rgba(43, 47, 54, 0.5);
          box-shadow: 0px 0.4rem 1.3rem rgba(43, 47, 54, 0.5);
          border-radius: 1.6rem; }
          .page-stages .page-stages-header .stages-filter .stages-filter__item .filter-dropdown .filter-dropdown__item {
            font-size: 2rem;
            color: #2B2F36;
            padding: 5px 0;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
            .page-stages .page-stages-header .stages-filter .stages-filter__item .filter-dropdown .filter-dropdown__item:hover {
              color: #0199e4; }
        .page-stages .page-stages-header .stages-filter .stages-filter__item.active .filter-input {
          color: #0199e4; }
        .page-stages .page-stages-header .stages-filter .stages-filter__item.active .filter-arrow {
          transform: translateY(-50%) rotate(180deg);
          color: #0199e4; }
        .page-stages .page-stages-header .stages-filter .stages-filter__item.active .filter-dropdown {
          display: block; }
  .page-stages .swiper-stages-gallery {
    overflow: hidden; }
  .page-stages .swiper-slide {
    height: 300px;
    overflow: hidden;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    border-radius: 2rem;
    cursor: pointer; }
    .page-stages .swiper-slide img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .page-stages .swiper-slide img:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }

.page-docs {
  margin-top: 50px;
  background: #ffffff;
  padding: 50px 0; }
  .page-docs .page-docs-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-bottom: 30px; }
  .page-docs .page-docs-tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    margin-bottom: 30px; }
    .page-docs .page-docs-tabs .docs-tab-item {
      font-size: 18px;
      font-weight: 600;
      margin-right: 20px;
      margin-bottom: 10px;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      cursor: pointer; }
      .page-docs .page-docs-tabs .docs-tab-item.active, .page-docs .page-docs-tabs .docs-tab-item:hover {
        color: #0199e4; }
  .page-docs .page-docs-content .tab-content {
    display: none; }
    .page-docs .page-docs-content .tab-content.active {
      display: block; }
    .page-docs .page-docs-content .tab-content .page-docs-wrapper {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin: 0 -20px; }
      .page-docs .page-docs-content .tab-content .page-docs-wrapper .page-docs__item {
        -webkit-flex: 0 1 20%;
        -moz-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        height: 300px;
        position: relative;
        overflow: hidden;
        margin: 0 20px 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px; }
        .page-docs .page-docs-content .tab-content .page-docs-wrapper .page-docs__item img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
        .page-docs .page-docs-content .tab-content .page-docs-wrapper .page-docs__item .item__name {
          position: absolute;
          top: 0;
          z-index: 1;
          color: white;
          width: 100%;
          padding: 10px; }
        .page-docs .page-docs-content .tab-content .page-docs-wrapper .page-docs__item .item__link {
          position: absolute;
          top: 75%;
          z-index: 1;
          color: white;
          width: 100%;
          padding: 10px;
          display: flex;
          flex-direction: row;
          align-items: center;
          font-size: 2rem; }
          .page-docs .page-docs-content .tab-content .page-docs-wrapper .page-docs__item .item__link .link-arrow {
            margin-left: 20px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: red;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
            .page-docs .page-docs-content .tab-content .page-docs-wrapper .page-docs__item .item__link .link-arrow svg {
              fill: white;
              -webkit-transition: all .5s;
              -moz-transition: all .5s;
              -ms-transition: all .5s;
              -o-transition: all .5s;
              transition: all .5s; }
          .page-docs .page-docs-content .tab-content .page-docs-wrapper .page-docs__item .item__link:hover .link-arrow {
            background: red; }
            .page-docs .page-docs-content .tab-content .page-docs-wrapper .page-docs__item .item__link:hover .link-arrow svg {
              fill: white; }
    .page-docs .page-docs-content .tab-content .page-docs-desc {
      font-size: 2rem; }
      .page-docs .page-docs-content .tab-content .page-docs-desc h1 {
        font-size: 2.5rem; }
      .page-docs .page-docs-content .tab-content .page-docs-desc p {
        font-size: 2rem; }

.page-spec {
  padding: 50px 0; }
  .page-spec .page-spec-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
  .page-spec .spec-slider-block {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .page-spec .spec-slider-block .swiper-private-spec {
      width: 100%; }
      .page-spec .spec-slider-block .swiper-private-spec .swiper-slide {
        height: 500px;
        overflow: hidden;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        -ms-border-radius: 2rem;
        -o-border-radius: 2rem;
        border-radius: 2rem;
        background: #000; }
        .page-spec .spec-slider-block .swiper-private-spec .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -ms-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        .page-spec .spec-slider-block .swiper-private-spec .swiper-slide:hover img {
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2);
          opacity: 0.4; }
        .page-spec .spec-slider-block .swiper-private-spec .swiper-slide:hover .slide-desc, .page-spec .spec-slider-block .swiper-private-spec .swiper-slide:hover .slide-link {
          display: flex; }
        .page-spec .spec-slider-block .swiper-private-spec .swiper-slide .slide-title {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 2;
          padding: 2rem;
          background: #020024;
          background: linear-gradient(180deg, rgba(2, 0, 36, 0.8295912115) 0%, rgba(129, 129, 129, 0.5662858894) 41%, rgba(255, 255, 255, 0) 100%);
          color: white;
          height: 180px; }
        .page-spec .spec-slider-block .swiper-private-spec .swiper-slide .slide-desc {
          display: none;
          position: absolute;
          left: 0;
          width: 100%;
          bottom: 10rem;
          font-size: 2rem;
          color: white;
          height: fit-content;
          max-height: 60%;
          padding: 15px;
          overflow: hidden;
          align-items: flex-start; }
        .page-spec .spec-slider-block .swiper-private-spec .swiper-slide .slide-link {
          position: absolute;
          z-index: 2;
          bottom: 2rem;
          left: 0;
          width: 100%;
          padding: 15px;
          color: white;
          display: none;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          font-size: 2rem;
          cursor: pointer; }
          .page-spec .spec-slider-block .swiper-private-spec .swiper-slide .slide-link .item-link__arrow {
            margin-left: 20px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background: red;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .page-spec .spec-slider-block .swiper-private-spec .swiper-slide .slide-link .item-link__arrow svg {
              fill: white; }

body.mod-active {
  overflow: hidden; }

.mod-window {
  position: fixed;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 100;
  overflow-y: auto; }
  .mod-window .mod-block {
    padding: 50px 0; }
  .mod-window .mod-block__close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .mod-window .mod-block__close svg {
      width: 40px;
      height: 40px; }
    .mod-window .mod-block__close:hover svg {
      fill: #0199e4; }
  .mod-window .mod-block__header h1 {
    font-size: 4rem;
    margin-bottom: 40px; }
  .mod-window .mod-block__image {
    height: 400px;
    margin-bottom: 40px; }
    .mod-window .mod-block__image img {
      object-fit: cover;
      width: auto;
      height: 100%; }
  .mod-window .mad-block__desc {
    font-size: 2rem;
    max-width: 960px;
    text-align: justify;
  }
  .mod-window .swiper-modal-gallery {
    overflow: hidden;
    position: relative;
    height: 100vh; }
    .mod-window .swiper-modal-gallery .swiper-slide img {
      height: 100%;
      width: auto;
      margin: 0 auto;
      object-fit: cover; }
  .mod-window .swiper__arrows {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%; }

.private-item__date-end {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 40px; }
  .private-item__date-end span {
    background: red;
    border-radius: 10px;
    padding: 7px 15px;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    width: fit-content; }

@media screen and (max-width: 1024px) {
  .page-title h1 {
    font-size: 4rem !important; }

  .page-desc {
    font-size: 2rem; }

  .private-top-banner {
    height: 300px; }
    .private-top-banner .swiper-private-banner {
      height: inherit; }
      .private-top-banner .swiper-private-banner .swiper-slide img {
        height: 100% !important;
        width: auto; }

  .page-gallery, .page-docs, .page-spec {
    padding: 20px 0 !important; }

  .page-stages {
    padding: 20px 0 !important; }
    .page-stages .page-stages-header .stages-filter {
      margin-top: 30px; }
      .page-stages .page-stages-header .stages-filter .stages-filter__item:first-child {
        margin-left: 0; }
    .page-stages .page-stages-header .swiper__arrows {
      justify-content: flex-end;
      width: 100%;
      margin-top: 30px; }

  .page-docs .page-docs__item {
    -webkit-flex: 0 1 100% !important;
    -moz-flex: 0 1 100% !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important; }
    .page-docs .page-docs__item img {
      width: 100% !important;
      object-fit: fill !important; }
    .page-docs .page-docs__item .item__name {
      font-size: 5rem; }
    .page-docs .page-docs__item .item__link {
      font-size: 4rem !important; }

  .page-spec .slide-title {
    font-size: 4rem; }
  .page-spec .slide-desc {
    font-size: 3rem !important;
    bottom: 14rem !important; }
  .page-spec .slide-link span {
    font-size: 2.5rem; }

  .mod-window .mod-block__image img {
    object-fit: cover;
    width: 100% !important;
    height: 100%; } }

/*# sourceMappingURL=style.css.map */
.flex-row-center{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  padding: 2em;
}
.video-block{

  overflow: hidden;
  border-radius: 2rem;
}
.modal-video__video {
  width: 960px!important;
  height: 540px!important;
}
.mod-window-modal .swiper__arrows{
  margin-top: 20%!important;
}

@media (max-width: 48em){
  .mod-window-modal .swiper__arrows{
    margin-top: 5%;
  }
  .mod-window .swiper-modal-gallery{
    height: 50vh;
    margin-top: 30%;
  }
  .flex-row-center{
    padding: 0!important;
  }
  .modal-video__video, .video-js {
    width: 100%!important;
    height: 100%!important;
  }
  .private-top-banner .swiper-private-banner {
    max-height: 30vh!important;
  }
  .private-top-banner {
    height: 30vh!important;
  }
}
/* End */


/* Start:/local/components/custom/private.item/templates/.default/my_style.css?17501747832454*/
.item-link-detail {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
.item-link-detail .item-link__text {
    font-size: 2rem;
    margin-right: 20px; }
.item-link-detail .item-link__arrow {
    width: 30px;
    height: 30px;
    background: white;
    border: 1px solid #0199e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
.item-link-detail .item-link__arrow svg {
    width: 10px;
    fill: #0199e4;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
.item-link-detail:hover .item-link__text {
    color: #0199e4; }
.item-link-detail:hover .item-link__arrow {
    background: #0199e4; }
.item-link-detail:hover .item-link__arrow svg {
    fill: white; }
.privat-real-estate__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 24.7rem;
    height: 6rem;
    margin: 4rem auto 0 auto;
    padding: 0 1.5rem 0 2.3rem;
    border-radius: 1.6rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#e82e3d), to(#e82e3d));
    background: linear-gradient(0deg, #e82e3d, #e82e3d);
}
.privat-real-estate__btn .btn__arrow {
    width: 3.5rem;
    height: 3.5rem;
}
.privat-real-estate__btn > span {
    font-weight: 600;
    font-size: 1.5rem!important;
    line-height: 1.9rem;
}
.privat-real-estate__right-block{
    width: 36.2rem;
}
.privat-real-estate__container--row{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.page-docs-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
/* End */


/* Start:/local/components/custom/private.item.spec/templates/.default/style.css?17501747831804*/
.page-wrapper .page-title {
  font-size: 22px; }
.page-wrapper .page-desc {
  font-size: 16px;
  margin-bottom: 20px; }

.private-top-banner {
  width: 100%;
  position: relative;
  overflow-x: hidden; }
  .private-top-banner .swiper-private-banner {
    position: relative; }
    .private-top-banner .swiper-private-banner .banner-btns {
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 2; }

.page-desc {
  margin-top: 30px; }
  .page-desc p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    .page-desc p img {
      width: 24px;
      height: 24px; }

.page-gallery .page-gallery-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px; }
.page-gallery .gallery-types {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  margin-bottom: 30px; }
  .page-gallery .gallery-types .gallery-types__item {
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer; }
    .page-gallery .gallery-types .gallery-types__item.active, .page-gallery .gallery-types .gallery-types__item:hover {
      color: #0199e4; }
.page-gallery .gallery-slider-block {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .page-gallery .gallery-slider-block .swiper-private-gallery {
    width: 100%; }
    .page-gallery .gallery-slider-block .swiper-private-gallery .swiper-slide {
      height: 300px; }

/*# sourceMappingURL=style.css.map */

.slide-link-img{
  cursor: pointer;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/main-support-private/style.css?1750174784155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/components/custom/private.item/templates/.default/style.css?175017478319098 */
/* /local/components/custom/private.item/templates/.default/my_style.css?17501747832454 */
/* /local/components/custom/private.item.spec/templates/.default/style.css?17501747831804 */
/* /local/templates/.default/components/bitrix/news.detail/main-support-private/style.css?1750174784155 */
