

/* 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_page/style.css?176664956718344*/
.zhk{
  position: relative;
  overflow: hidden;
}

.zhk_top{
  position: absolute;
  z-index: 9;
  width: 100%;
}

.zhk_top .container{
  display: flex;
  flex-direction: column;
  gap: 133px;
}

.zhk_top_text{
  color: #FFF;
  font-family: 'Arsenal',sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.zhk_top_address{
  color: #FFF;
  font-family: 'Arsenal',sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 16px;
}

.zhk_top_address::before{
  content: '';
  display: block;
  background-image: url(/local/templates/.default/images/pin_2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EE5E2C;
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}


.zhk_banner_item{
  min-height: 750px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media(max-width:1200px){
  .zhk_top .container{
    gap: 80px;
  }

  .zhk_top_text{
    font-size: 46px;
  }

  .zhk_banner_item{
    min-height: 620px;
  }
}


@media(max-width:992px){
  .zhk_top .container{
    gap: 50px;
  }

  .zhk_top_text{
    font-size: 40px;
  }

  .zhk_banner_item{
    min-height: 500px;
  }
}


@media(max-width:768px){
  .zhk_top_text{
    font-size: 35px;
  }

  .zhk_banner_item{
    min-height: 550px;
  }
}


@media(max-width:576px){
  .zhk_top_text{
    font-size: 30px;
  }
}


/*кнопки сладера*/
.slider_btn{
  position: absolute;
  bottom: 68px;
  color: #fff;
  z-index: 2;
  left: 0;
  right: 0;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.slider_btn .container{
  display: flex;
  align-items: center;
  gap: 19px;
}

.slider_pagination{
  max-width: 45px;
  font-family: 'Inter',sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

.slider_navigation{
  display: flex;
  align-items: center;
  gap: 16px;
}

.slider_navigation div svg path{
  transition: all .3s linear;
}

.slider_navigation div:hover svg path{
  fill: #EE5E2C;
}




/*zhk*/
.zhk_box_title_left{
  background: #EFEBDC;
  padding: 30px 0 31px;
  position: relative;
}

.zhk_box_title_left::before,
.zhk_box_title_left::after{
  content: '';
  width: 9999px;
  background: #EFEBDC;
  position: absolute;
  top: 0;
  bottom: 0;
  
}
.zhk_box_title_left::before{
  right: 100%;
}
.zhk_box_title_left::after{
  left: 100%;
  display: none;
}

.zhk_name{
  color:#3D3635;
  font-family: 'Arsenal',sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.zhk_har{
  display: flex;
  align-items: center;
  gap: 10px 24px;
  color: #3D3635;
  font-family: 'Inter',sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
}

.zhk_har_item{
  display: flex;
  align-items: center;
  gap: 4px;
}

.zhk_har_item span{
  color: #989594;
}

.zhk_box_title_right{
  background: #3D3635;
  padding: 57px 0 59px 39px;
  position: relative;
}

.zhk_box_title_right::before,
.zhk_box_title_right::after{
  content: '';
  width: 9999px;
  background: #3D3635;
  position: absolute;
  top: 0;
  bottom: 0; 
}

.zhk_box_title_right::before{
  right: 100%;
  display: none;
}

.zhk_box_title_right::after{
  left: 100%;
}

.zhk_subsection_menu{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: 'Inter',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

.zhk_subsection_menu a{
  color: #fff;
  display: flex;
  gap: 4px;
  text-decoration: none!important
}

.zhk_subsection_menu li:hover > a{
  color: #EE5E2C;
}

.zhk_subsection_menu li:hover > a svg path{
  stroke: #EE5E2C;
}

.zhk_subsection_menu li ul{
  display: none;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  background: #3D3635;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  z-index: 9;
}


.zhk_subsection_menu li:hover ul{
  display: flex;

}

.zhk_box_title_right .slicknav_menu{
  display: none;
  background: transparent;
}

.zhk_box_title_right .slicknav_menu .slicknav_nav a{
  color: #fff;
}

.zhk_box_title_right .slicknav_menu .slicknav_nav a svg{
  display: none;
}


@media(max-width:992px){
  .zhk_box_title_left::after,
  .zhk_box_title_right::before{
    display: block;
  }
  .zhk_box_title_left,
  .zhk_box_title_right{
    padding: 25px 0;
  }
}

@media(max-width:576px){
  .zhk_name{
    font-size: 30px;
  }

  .zhk_har{
    flex-wrap: wrap;
  }

  .zhk_subsection_menu{
    display: none;
  }

  .zhk_box_title_right{
    padding: 5px 0;
  }
  .zhk_box_title_right .slicknav_menu{
    display: block;
  }
}


/*zhk_anons*/
.zhk_anons{
  padding: 160px 0;
  position: relative;
  display: grid;
  grid-template-columns: 45.455% 33%;
  gap: 95px;

}

.zhk_anons_text{
  padding: 0 15px;
  color: #3D3635;
  font-family: 'Inter',sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  text-transform: uppercase;
}

.zhk_anons_text h1{
  color: #3D3635;
  font-family: 'Arsenal',sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.zhk_anons_text p{
  margin-bottom: 25px;
}

.zhk_anons_address{
  color: #3D3635;
  font-family: 'Arsenal',sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 87px;
}

.zhk_anons_address::before{
  content: '';
  display: block;
  background-image: url(/local/templates/.default/images/pin_3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EE5E2C;
  min-width: 89px;
  width: 89px;
  height: 89px;
  border-radius: 100%;
}

@media(max-width:1600px){
  .zhk_anons_text h1{
    font-size: 46px;
  }
}

@media(max-width:1200px){
  .zhk_anons{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 120px 15px;
  }
  .zhk_anons_text{
    padding: 0;
    max-width: 865px;
    margin: 0 auto;
  }
}

@media(max-width:992px){
  .zhk_anons_text h1{
    font-size: 40px;
    margin-bottom: 40px;
  }

  .zhk_anons{
    padding: 100px 15px;
  }

  .zhk_anons_address{
    margin-top: 30px;
  }
}

@media(max-width:768px){
  .zhk_anons{
    padding: 80px 15px;
  }

  .zhk_anons_text h1{
    font-size: 35px;
  }

  .zhk_anons_address::before{
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
}

@media(max-width:576px){
  .zhk_anons_text h1{
    font-size: 35px;
  }
}

/*zhk_advantages*/
.zhk_advantages{
  background: #3D3635;
  padding: 100px 0 120px; 
}

.zhk_advantages_text{
  color: #FFF;
  font-family: "Arsenal",sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.zhk_advantages_item_img{
  margin-bottom: 24px;
}

.zhk_advantages_item_name{
  color: #FFF;
  font-family: 'Arsenal',sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.zhk_advantages_item_text{
  color: #FFF;
  font-family: "Inter",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
}


.zhk_advantages_sl{
  margin-left: auto;
  width: calc(100vw - ((100vw - 1276px) / 2))
}


.zhk_advantages_sl .swiper-wrapper{
  display: flex;
  transition: transform 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}


@media(min-width:992px){
  .zhk_advantages_sl .swiper-slide{
    width: auto!important;
  }
}

@media(max-width:1400px){
  .zhk_advantages_sl{
    width: calc(100vw - ((100vw - 1090px) / 2))
  }
}

@media(max-width:1200px){
  .zhk_advantages_text{
    font-size: 46px;
  }

  .zhk_advantages_sl{
    width: calc(100vw - ((100vw - 920px) / 2))
  }
}

@media(max-width:992px){

  .zhk_advantages{
    padding: 80px 0;
  }

  .zhk_advantages_text{
    font-size: 40px;
    margin-bottom: 40px;
  }

  .zhk_advantages_sl{
    width: calc(100vw - ((100vw - 670px) / 2))
  }
}

@media(max-width:768px){
  .zhk_advantages_text{
    font-size: 35px;
  }

  .zhk_advantages_text br{
    display: none;
  }

  .zhk_advantages_sl{
    width: 100%;
    margin-left: 15px;
  }

}

@media(max-width:576px){
  .zhk_advantages_text{
    font-size: 30px;
  }

  .zhk_advantages_item_name{
    font-size: 20px;
  }
  .zhk_advantages_item_text{
    text-transform: initial;
  }
}

/*zhk_location*/
.zhk_location{
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  padding: 160px 0 203px;
}

.zhk_location_img{
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  margin-bottom: 30px;
}


.zhk_location_title{
  color: #3D3635;
  font-family: "Arsenal";
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.zhk_location_text{
  color: #3D3635;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 28px; /* 200% */
  text-transform: uppercase;
}


@media(max-width:1200px){

  .zhk_location{
    padding: 120px 0;
    background: none!important;
  }

  .zhk_location_title{
    font-size: 46px;
  }
}

@media(max-width:992px){
  .zhk_location_title{
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media(max-width:768px){
  .zhk_location_img {
    min-height: 370px;
  }
  
  .zhk_location_title{
    font-size: 35px;
  }

}

@media(max-width:576px){
  .zhk_location_title{
    font-size: 30px;
  }

  .zhk_location_img {
    min-height: 290px;
  }
}


/*zhk_img*/
.zhk_img{
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.zhk_img_name{
  color: #EE5E2C;
  font-family: "Arsenal";
  font-size: 300px;
  font-size: 15.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.zhk_img_time{
  background: #EE5E2C;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 484px;
  min-height: 491px;
  position: relative;
  margin-top: -54px;
  margin-bottom: 16px;
}


.zhk_img_time p{
  margin: 0;
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
}

.zhk_img_time p span{
  color: #FFF;
  font-family: "Arsenal";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.zhk_img_time p:last-child{
  text-transform: uppercase;
  line-height: 28px;
}

.zhk_img_time img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -69px;
  margin: auto;
}

@media(max-width:992px){
  .zhk_img_time p span{
    font-size: 40px;
  }
}

@media(max-width:768px){
  .zhk_img{
    min-height: 700px;
  }
  
  .zhk_img_time p span{
    font-size: 35px;
  }

  .zhk_img_time img{
    right:-15px;
  }
}

@media(max-width:576px){
  .zhk_img{
    min-height: 600px;
  }

  .zhk_img_time{
    gap: 15px;
    padding: 20px;
  }

  .zhk_img_time p span{
    font-size: 30px;
  }

  .zhk_img_time img{
    position: initial;
  }
}


/*zhk_planir*/
.zhk_planir{
  padding: 80px 0;
  background: #EFEBDC;
}

.zhk_planir_title{
  color: #3D3635;
  font-family: "Arsenal",sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.zhk_planir_text{
  color: #3D3635;
  font-family: "Inter",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px; /* 200% */
  text-transform: uppercase;
  margin-bottom: 40px;
}

.zhk_planir .tabs_nav{
  display: flex;
  gap: 12px;
  list-style: none;
  margin-bottom: 47px;
}

.zhk_planir .tabs_nav li a{
  display: flex;
  width: 56px;
  height: 56px; 
  border-radius: 100%;
  border: 1px solid #EE5E2C;
  color: #3D3635;
  font-family: "Arsenal",sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.zhk_planir .tabs_nav li a.active{
  background: #EE5E2C;
  color: #fff;
}

.zhk_planir_info{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zhk_planir_info_item{
  padding: 8px;
  border-bottom: 1px solid rgba(61, 54, 53, 0.3);
  display: flex;
  justify-content: space-between;
  color: #3D3635;
  font-family: "Inter",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
}

.zhk_planir_btn{
  margin-top: 48px;
}

.zhk_planir_btn a{
  display: flex;
  width: 251px;
  height: 64px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #EE5E2C;
  color:  #FFF;
  font-family: "Inter",sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px; /* 184.615% */
  text-transform: uppercase;
  text-decoration: none;
  transition: all .3s linear;
}

.zhk_planir_btn a:hover{
  background: #B05A3D;
}

.zhk_planir_img{
  max-width: 440px;
  margin-left: auto;
  padding-top: 48px;
  display: flex;
  justify-content: center;
}

/*tabs*/
.tabs_items .tabs-item,
.tabs_items_photo .tabs-item-photo{
  display: none;
}

.tabs_items .tabs-item.active,
.tabs_items_photo .tabs-item-photo.active{
  display: block;
}


@media(max-width:1200px){
  .zhk_planir_title{
    font-size: 46px;
  }
}

@media(max-width:992px){
  .zhk_planir_title{
    font-size: 40px;
  }
}

@media(max-width:768px){
  .zhk_planir_title{
    font-size: 35px;
  }
}

@media(max-width:576px){

}


/*zhk_anons_bottom*/
.zhk_anons_bottom{
  margin-bottom:160px;
  position: relative;
  display: grid;
  grid-template-columns: 45.455% 33%;
  gap: 95px;
}

.zhk_anons_bottom .zhk_anons_text{
  padding-top: 86px;
}

.zhk_anons_bottom_img_right{
  display: flex;
  justify-content: end;
  margin-top: 80px;
}

.zhk_anons_bottom_img_right .zhk_anons_text h1{
  margin-bottom: 29px;
}


@media(max-width:1600px){
  .zhk_anons_bottom .zhk_anons_text h1{
    font-size: 46px;
  }
}

@media(max-width:1200px){
  .zhk_anons_bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 120px 15px;
	margin-bottom:0;
  }

  .zhk_anons_bottom .zhk_anons_text{
    padding: 0;
    max-width: 864px;
    margin: 0 auto;
  }
}

@media(max-width:992px){
  .zhk_anons_bottom .zhk_anons_text h1{
    font-size: 40px;
    margin-bottom: 40px;
  }

  .zhk_anons{
    padding: 100px 15px;
  }
}

@media(max-width:768px){
  .zhk_anons_bottom{
    padding: 80px 15px;
  }

  .zhk_anons_bottom .zhk_anons_text h1{
    font-size: 35px;
  }
}

.shopper{
	margin-bottom:160px;
}
.one_shopper{
	color: #3D3635;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
	text-align:center;
}





.swiper-arrow-on-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 70px; 
    height: 70px;
    margin-top: 0;
}

.swiper-arrow-on-image::after {
    display: none;
}

.arrow-circle {
    width: 70px; 
    height: 70px; 
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    cursor: pointer;
}

.arrow-circle:hover {
    background: #f5f5f5;
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.arrow-circle svg {
    width: 30px;
    height: 30px; 
}

.swiper-button-next.swiper-arrow-on-image {
    right: 30px; 
}

.swiper-button-prev.swiper-arrow-on-image {
    left: 30px; 
}


@media (max-width: 768px) {
    .swiper-arrow-on-image {
        width: 50px;
        height: 50px;
    }
    
    .arrow-circle {
        width: 50px;
        height: 50px;
    }
    
    .swiper-button-next.swiper-arrow-on-image {
        right: 15px;
    }
    
    .swiper-button-prev.swiper-arrow-on-image {
        left: 15px;
    }
    
    .arrow-circle svg {
        width: 24px;
        height: 24px;
    }
}

.swiper.mySwiper {
    position: relative;
    margin-bottom: 20px;
}

.swiper-btn-next,
.swiper-btn-prev {
    display: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/breadcrumbs_zhk/style.css?1740389563532*/
.bx-breadcrumb {
	margin: 21px 0 0px;
	display: flex;
	align-items: center;
	overflow-x: auto;
}
.bx-breadcrumb i {
	color: #b5bdc2;
}
.bx-breadcrumb .bx-breadcrumb-item {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Inter", sans-serif;
	white-space: normal;
	font-size: 14px;
	line-height: 22px;
	color:#fff;
}

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

.bx-breadcrumb .bx-breadcrumb-item a span{
	color: #B9B9B9;
}
/* 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_page/style.css?176664956718344 */
/* /local/templates/.default/components/bitrix/breadcrumb/breadcrumbs_zhk/style.css?1740389563532 */
