

/* Start:/local/templates/.default/components/bitrix/catalog/novostroyki/style.min.css?1740389563959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17403895632632*/
.bx-pagination {
	margin: 0px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-direction: row;
	gap: 16px;
}
.bx-pagination .bx-pagination-container ul li {
	padding: 0;
}

.bx-pagination .bx-pagination-container ul li::before{
	display: none;
}

.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	display: block;
	height: 56px;
	min-width: 56px;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100px;
	border: 1px solid #EE5E2C;
	color: #3D3D3D;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 56px;
	min-width: 56px;
	line-height: 56px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #EE5E2C;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev{
	/* margin-right: 14px; */
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next{
	/* margin-left: 14px; */
}


.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev svg rect,
.bx-pagination .bx-pagination-container ul li.bx-pag-next svg path{
 transition: all .3s linear;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev:hover a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next:hover a span{
	background-color: #EE5E2C;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev:hover a svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next:hover a svg path{
 fill: white;
 stroke: white;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/zhk_rooms/style.css?17411662347022*/
/*zhk_plan*/
.zhk_plan{
  position: relative;
  display: inline-block;
}

.zhk_plan.pos{
  margin-bottom: 88px;
}

.zhk_plan_svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.genplan-svg-item polygon {
  fill: rgba(255,255,255,0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.genplan-svg-item:hover polygon {
  fill: rgba(238, 94, 44, 0.4);
}

.zhk_plan_text{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
 
.genplan-text-item-num {
  position: absolute;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3D3635;
  background: #fff;
  font-family: "Inter",sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px; /* 110% */
  z-index: 2;
  pointer-events: none;
  border-radius: 100%;
}


@media(max-width: 576px){
  .genplan-text-item-num{
    width: 40px;
    height: 40px;
  }
}


.zhk_etazhi{
  display: flex;
  align-items: center;
  gap: 20px 63px;
  margin-bottom: 60px;
}

.zhk_etazhi_title{
  color: #000;
  font-family: "Arsenal",sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.zhk_etazhi_list{
  display: flex;
  align-items: center;
  gap: 16px;

}

.zhk_etazhi_list .swiper{
  max-width: 344px;
}

.btn_slider-button-prev,
.btn_slider-button-next{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  width: 56px;
  height: 56px;
  border: 1px solid #EE5E2C;
  border-radius: 100%;
  transition: all .3s linear;
}

.btn_slider-button-prev svg path,
.btn_slider-button-next svg path{
  transition: all .3s linear;
}


.btn_slider-button-prev:not(.swiper-button-disabled):hover,
.btn_slider-button-next:not(.swiper-button-disabled):hover{
  background: #EE5E2C;
}

.btn_slider-button-prev:not(.swiper-button-disabled):hover svg path,
.btn_slider-button-next:not(.swiper-button-disabled):hover svg path{
  fill: #fff;
}


.zhk_etazh a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #EE5E2C;
  border-radius: 100%;
  text-decoration: none;
  color: var(--Color-Background, #3D3635);
  text-align: center;
  font-family: 'Inter',sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 110% */
  transition: all .3s linear;
}

.zhk_etazh a:hover,
.zhk_etazh.active a{
  background: #EE5E2C;
  color: #fff;
}


/**/

.kv-svg-item polygon {
  fill: rgba(255,255,255,0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.kv-svg-item.studio polygon{
  fill: rgba(255, 244, 204, 0.5);
}

.kv-svg-item.no_live polygon{
  fill: rgba(230, 230,242, 0.5);
}

.kv-svg-item.klad polygon{
  fill: rgba(195, 217,229, 0.5);
}



.kv-svg-item.one_room polygon{
  fill: rgba(238, 94, 44, 0.4);
}

.kv-svg-item.two_room polygon{
  fill: rgba(228, 216, 213, 0.4);
}

.kv-svg-item:hover polygon {
  fill: rgba(238, 94, 44, 0.7);
}


.kv-svg-item.prodano polygon{
  fill: rgba(61, 54, 53, 0.5)!important;
}




.poz-svg-item polygon {
  fill: rgba(255,255,255,0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.poz-svg-item:hover polygon,
.poz-svg-item.active polygon {
  fill: rgba(238, 94, 44, 0.7);
}


.kv-text-item{
  width: 89px;
  height: 89px;
  border-radius: 100%;
  background: #fff;
  pointer-events: none;
  text-align: center;
  color: #3D3635;
  font-family: "Inter",sans-serif;
  position: absolute;
  display: none;
  padding-top: 30px;
}

.kv-text-item_area{
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 7px;
}

.kv-text-item_room{
  font-size: 11px;
  font-weight: 400;
  line-height: 11px; /* 200% */
}

.kv-text-item_prod{
  font-weight: 600;
}


.zhk_pos_bottom{
  margin-top: 60px;
  margin-bottom: 60px; 
}

.type_kv_list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
}

.type_kv_item{
  color: #3D3635;
  font-family: "Inter",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
}

.type_kv_item::before{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.type_kv_item.studio::before{
  background: #FFF6D1;
}

.type_kv_item.one_room::before{
  background: #EE5E2C;
}

.type_kv_item.no_live::before{
  background: #E7E6F2;
}


.type_kv_item.two_room::before{
  background: #E4D2CD;
}

.type_kv_item.klad::before{

background: #C3D9E5;
}

.zhk_compas{
  display: flex;
  justify-content: end;
}



.otdel_prod{
  background: #EFEBDC;
  padding: 38px 0 35px;   
}

.otdel_prod_title{
  color:  #3D3635;
  font-family: "Arsenal",sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.otdel_prod_info{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  color:#3D3635;
  font-family: "Inter",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.otdel_prod_time_work span{
  color: #989594;
}
.otdel_prod_phone{
  display: flex;
  align-items: center;
  gap:23px;
}
.otdel_prod_phone svg{
  width: 48px;
  height: 48px;
  padding:10px;
  border-radius: 100px;
  border:solid 1px #EE5E2C;
}
.otdel_prod_phone a{
  text-decoration: none;
  color: #3D3635;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.otdel_prod_btn button{
  border: 0;
  outline: 0;
  height: 64px;
  max-width: 234px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:10px 15px;
  border-radius: 50px;
  background: #EE5E2C;

  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px; /* 184.615% */
  text-transform: uppercase;
  transition: all .3s linear;
}

.otdel_prod_btn button:hover{
  background: #B05A3D;
}

.otdel_prod_address{
  padding-right:40px;
}
.otdel_prod_btn_style{
  display: flex;
  justify-content:end;
}

@media (max-width:1400px){
  .otdel_prod_address {
     padding-right: 0; 
    }
}



@media (max-width:992px){
  .zhk_plan_text{
    display: none;
  }

  .zhk_etazhi{
    flex-wrap: wrap;
  }
  .zhk_etazhi_list{
    width: 100%;
  }
}
  

@media(max-width: 576px){
  .zhk_etazhi_list .swiper-slide{
    width: 56px!important; 
  }
}


/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/breadcrumbs/style.css?1740389563678*/
.bx-breadcrumb {
	margin: 53px 0 55px;
	display: flex;
	align-items: center;
	gap: 20px;
	overflow-x: auto;
}
.bx-breadcrumb i {
	color: #b5bdc2;
}
.bx-breadcrumb .bx-breadcrumb-item {
	display: flex;
	align-items: center;
	gap: 20px;
	white-space: nowrap;
}
.bx-breadcrumb .bx-breadcrumb-item a span{
	white-space: nowrap;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Inter", sans-serif;
	white-space: normal;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color:#EE5E2C;
	white-space: nowrap;
}

.bx-breadcrumb .bx-breadcrumb-item a {
	text-decoration: none; 
	color: #3D3635;
}

.bx-breadcrumb .bx-breadcrumb-item a span{
	color: #3D3635;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog/novostroyki/style.min.css?1740389563959 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17403895632632 */
/* /local/templates/.default/components/bitrix/catalog.section/zhk_rooms/style.css?17411662347022 */
/* /local/templates/.default/components/bitrix/breadcrumb/breadcrumbs/style.css?1740389563678 */
