

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1643287439666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/upfly/components/bitrix/news/projects/bitrix/news.detail/top/style.css?17537997931007*/
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;
}
.main-description-mobile, .main-description {
	width: 100%;
	color: #fff;
	font-size: 1.2rem;
}
@media (max-width: 667px) {
	.main-description-mobile {
		display: block;
	}
	.main-description {
		display: none;
	}
	.about-the-project .image-block_wrapper {
		display: none;
	}
}
@media (min-width: 668px) {
	.main-description-mobile {
		display: none;
	}
	.main-description {
		display: block;
	}
}
section.video__detail video {
	height: 28.1rem;
}

video[poster] {
    height: 100%;
    width: 100%;
    background-color: #000;
}

.about-the-project .image-block_wrapper {
	width: 21.4rem;
    height: 21.4rem;
    position: relative;
}

.video_top {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.video_top:hover svg {
	width: 50px;
    height: 50px;
}
.video_top path {
	fill:var(--orange);
}
/* End */


/* Start:/bitrix/templates/upfly/components/bitrix/news.list/projects_page_objects/style.css?17294990596974*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
/* ============ */
.appartments.swiper .sticker.stickerdirty {
  position: unset;
  margin-top: 1rem;
}
/**/

/*.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.4rem;
          column-gap: 4.4rem;
  width: 100%;
}*/

/*.navbar {
  width: 19.5rem;
}
*/
/*.choice-apartment {
  max-width: 71.7rem;
  width: 100%;
  margin-top: 6.398rem;
}*/

.choice-apartment__top {
  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: 3.3rem;
}

.choice-apartment__title {
  font-family: "Futura", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.9rem;
  line-height: 2.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1F3441;
  border-left: 0.4rem solid #E74C05;
  padding-left: 1.9rem;
}

.choice-apartment__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4rem;
          column-gap: 1.4rem;
}

.choice-apartment__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.3rem;
          column-gap: 5.3rem;
  padding-left: 2.3rem;
  border: 1px solid red;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.choice-apartment__navigation {
  width: 4.6rem;
  position: relative;
  background: #000;
  height: auto;
}

.choice-apartment__img {
  max-width: 46.5rem;
  width: 100%;
  max-height: 37.2rem;
  height: 100%;
  position: relative;
}

.choice-apartment__img img {
  max-width: 46.5rem;
  max-height: 37.2rem;
  /*height: 100%;*/
  object-fit: contain;
}

.choice-apartment__bottom {
  min-height: 50vh;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5.7rem;
          column-gap: 5.7rem;
}

.choice-apartment__slidebar {
  width: 8rem;
  height: 29.5rem;
  overflow: hidden;
  position: relative;
}

.choice-apartment__float {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1rem;
  background: none;
  border: none;
  width: 2.1rem;
}

.choice-apartment__float img {
  width: 100%;
  height: 100%;
}

.choice-apartment__slider-container {
  position: relative;
  margin-left: 4rem;
}

.options-choice-apartment__title {
  font-family: "Futura", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #1F3441;
}

.options-choice-apartment__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

.options-choice-apartment__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.options-choice-apartment__icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.options-choice-apartment__icon svg path {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.options-choice-apartment__icon:hover {
  cursor: pointer;
}

.options-choice-apartment__icon:hover svg path {
  stroke: #E74C05;
}

.options-choice-apartment__icon:not(:last-child) {
  position: relative;
}

.options-choice-apartment__icon:not(:last-child)::before {
  content: '';
  position: absolute;
  display: block;
  height: 90%;
  width: .1rem;
  background: #C3E0E9;
  right: -1rem;
  top: 0;
}

.navigation-choice-apartment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.6rem;
  text-align: center;
  margin-bottom: 4.4rem;
}

.navigation-choice-apartment button {
  cursor: pointer;
}

.navigation-choice-apartment__body {
  position: relative;
  margin-top: -1rem;
}

.navigation-choice-apartment__button {
  display: inline-block;
  width: 1.3rem;
  height: .7rem;
  background: none;
  outline: none;
  border: 0;
}

.navigation-choice-apartment__button img {
  width: 100%;
  height: 100%;
}

.navigation-choice-apartment__button--bottom img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.navigation-choice-apartment__prev {
  display: inline-block;
  background: none;
  border: none;
  width: 3.5rem;
  height: 1.983rem;
  position: relative;
  margin-bottom: 1.917rem;
}

.navigation-choice-apartment__prev img {
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 4.6rem;
  height: 23.3rem !important;
  margin: 1.6rem 0;
}

.swiper_floor .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.swiper_floor .swiper-slide__number {
  text-align: center;
  font-family: "Futura", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  color: #414F5C;
  opacity: 0.6;
  -webkit-transition: font-size 500ms ease;
  transition: font-size 500ms ease;
}

.swiper_floor .swiper-slide__text {
  font-family: "Futura", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #7E91A4;
  display: none;
}

.swiper_floor .swiper-slide-active {
  height: 6.5rem !important;
  display: block;
}

.swiper_floor .swiper-slide-active .swiper-slide__number {
  font-size: 4rem;
  line-height: 4.68rem;
  margin-bottom: .2rem;
  opacity: 1;
}

.swiper_floor .swiper-slide-active .swiper-slide__text {
  display: block;
  margin-top: -0.5rem;
}

.swiper_floor {
  height: 27.3rem !important;
  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;
  overflow: unset !important;
}

.choice-apartment__slider-container .marcus-btn {
  position: absolute;
  display: block;
  top: -1rem;
  border: none;
  height: 1rem;
  width: 2rem;
  background: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.choice-apartment__slider-container .marcus-btn img {
  width: 100%;
  height: 100%;
}

 .choice-apartment__slider-container .btn-prev {
  top: auto !important;
  bottom: -1.5rem;
}

 .choice-apartment__slider-container .btn-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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


/* Start:/bitrix/templates/upfly/components/bitrix/news.list/project_page_advantage_list/style.css?1643287447150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/upfly/components/bitrix/news.list/project_page_location_list/style.css?1643287447150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/upfly/components/bitrix/news.list/project_page_renovation_list_default/style.css?1676970898150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/upfly/components/bitrix/breadcrumb/breadcrumbs_detail/style.min.css?1643287447467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/components/upfly/main.feedback/templates/feedback_projects/style.min.css?1643287439251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */


/* Start:/bitrix/templates/upfly/components/bitrix/news/projects/bitrix/news.detail/.default/style.css?1643287448155*/
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 */


/* Start:/bitrix/templates/upfly/components/bitrix/news.list/index_page_banks_list/style.css?1643287447150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/upfly/components/bitrix/news.list/project_page_series_list/style.css?17285724051892*/
.series_card--img {
	position: relative;
	width: auto;
	height: 11rem;
	-webkit-border-radius: 0.4rem;
	        border-radius: 0.4rem;
	overflow: hidden;
}
.series_card--img img{
	height: 100%;
}
.series_card--img .video__link{
	background: none;
	padding: 0;
}
.series_card--img .video__link:hover path{
	stroke:var(--orange);
	fill:var(--orange);
}
.series_card--img .video__link:hover circle{
	stroke:var(--orange);
}
.series_card--title a{
	overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      box-orient: vertical;
	left: auto;
	top: auto;
	display: inline-block;
	padding: 0;
	position: static;
	background: none;
	margin-top: 1.6rem;
	color: #132129;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 400;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-transition: ease 0.25s color;
	   -moz-transition: ease 0.25s color;
	    -ms-transition: ease 0.25s color;
	     -o-transition: ease 0.25s color;
	        transition: ease 0.25s color;
}
.series_card--title a:hover {
	color: var(--orange);
}
.series_card--description {
	max-width: none;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #7E91A4;
	font-weight: 400;
	margin-top: 0.4rem;
	overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      line-clamp:5;
      box-orient: vertical;
}

@media (max-width: 1023px) {
    .gallery .swiper .swiper-wrapper .swiper-slide {
        width: 18.2rem;
        height: max-content !important;
    }
}
/* End */


/* Start:/bitrix/templates/upfly/components/bitrix/news.list/projects_progress_list/style.css?1643287447150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/upfly/components/bitrix/news.list/project_page_office_list/style.css?1643287447150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1643287439666 */
/* /bitrix/templates/upfly/components/bitrix/news/projects/bitrix/news.detail/top/style.css?17537997931007 */
/* /bitrix/templates/upfly/components/bitrix/news.list/projects_page_objects/style.css?17294990596974 */
/* /bitrix/templates/upfly/components/bitrix/news.list/project_page_advantage_list/style.css?1643287447150 */
/* /bitrix/templates/upfly/components/bitrix/news.list/project_page_location_list/style.css?1643287447150 */
/* /bitrix/templates/upfly/components/bitrix/news.list/project_page_renovation_list_default/style.css?1676970898150 */
/* /bitrix/templates/upfly/components/bitrix/breadcrumb/breadcrumbs_detail/style.min.css?1643287447467 */
/* /bitrix/components/upfly/main.feedback/templates/feedback_projects/style.min.css?1643287439251 */
/* /bitrix/templates/upfly/components/bitrix/news/projects/bitrix/news.detail/.default/style.css?1643287448155 */
/* /bitrix/templates/upfly/components/bitrix/news.list/index_page_banks_list/style.css?1643287447150 */
/* /bitrix/templates/upfly/components/bitrix/news.list/project_page_series_list/style.css?17285724051892 */
/* /bitrix/templates/upfly/components/bitrix/news.list/projects_progress_list/style.css?1643287447150 */
/* /bitrix/templates/upfly/components/bitrix/news.list/project_page_office_list/style.css?1643287447150 */
