

/* 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_build/style.css?17700178705823*/
.documentation{
  padding-bottom: 130px;
}
.doc_title h2{
  color:  #3D3635;
  font-family: Arsenal;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 51px;
}
.doc_element{
  padding:25px 25px 30px 30px;
  border: 1px solid #CEC7C4;
  margin-bottom: 30px;
}
.doc_name_date_size{
  margin-bottom: 25px;
}
.doc_name_button{
  display: flex;
  justify-content: space-between;
}
.doc_name{
  color:  #3D3635;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
  margin-bottom: 11px;
}
.doc_date_size{
  display: flex;
  gap:24px;
  color: #3D3635;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
}
.doc_size{
  color: #989594;
}
.doc_name_button a:hover {
  background: #B05A3D;
}
.doc_button {
  background: #EE5E2C;
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.doc_img{
  max-width: 150px;
  max-height: 213px;
  width: 100%;
  height: 100%;
}
.doc_img_ditail{
  margin-top:11px;
}
.doc_img_ditail img{
  position: absolute;
  max-width: 700px;
  width: 100%;
  max-height: 550px;
  height: 100%;
  right: 0;
}
@media (max-width: 1696px) {
  .doc_img_ditail img{
    right: auto;
  }
}
@media (max-width: 862px) {
  .doc_img_ditail img {
      max-height: 409px;
  }
}
@media (max-width: 768px) {
  .doc_img_ditail img {
    position: relative;
  }
}


div.news-detail
{
	word-wrap: break-word;
	
}
 .detail_picture 
{
	width: 865px;
	height: 515px;
	padding-top:15px;
  padding-left: 40px;
	
}
.detail_picture img{
	position: absolute;
	left:0;
	max-width: 865px;
	width:100%;
	max-height: 515px;
}
.news-date-time
{
	color:#486DAA;
}
.news-detail{
	padding-bottom: 160px;
}
.news_year {
	font-size: 13px;
}
.news_date{

}
.news_day{
	color: #EE5E2C;
	font-family: Arsenal;
	font-size: 56px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}
.news_year{
	color: #3D3635;
	font-size: 16px;
	font-weight: 400;
	line-height: 175%;
	margin-bottom: 86px;
}


.text_one{
	margin-top: 86px;

	margin-bottom: 159px;
}
.news_detail_button{
	display: flex;
	align-items: center;
	max-width: 240px;
	width: 100%;
	max-height: 48px;
	height: 100%;
	border-radius: 50px;
border: 1px solid #EE5E2C;
	padding: 13px 28.5px 11px 29.5px;
	gap:20px;
}
.news-detail a{
	text-decoration: none;
}
.news-detail a:hover .button_text{
	color: #EE5E2C;
}
.news-detail a:hover .button_img path{
	fill: #EE5E2C;
}
.button_img path{
	fill:#3D3635;
}
.button_text{
	color: var(--Color-Background, #3D3635);
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 184.615% */
	text-transform: uppercase;
}

.button_img{
	display: flex;
	align-items: center;

}
.detail_text{

	color: #3D3635;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px; /* 200% */
	text-transform: uppercase;
	margin-top:10px;
}
.detail_text_two{
	padding-bottom: 72px;
	color: #3D3635;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px; /* 200% */
	text-transform: uppercase;
}
.img_text_one{
	margin-bottom: 92px;
}
@media (max-width:1669px) {
	.detail_picture img{
		max-width: 729px;
		width:100%;
		max-height: 379px;
		height: 100%;
	}
}
@media (max-width:1500px) {
	.detail_picture img{
		max-width: 681px;
		width:100%;
		max-height: 331px;
		height: 100%;
	}
}
@media (max-width:1400px) {
	.detail_picture img{
		max-width: 578px;
	
	}
}
@media (max-width:1200px) {
	.detail_picture img{
		max-width: 475px;
		max-height: 254px;
	}
	.news_year {
    margin-bottom: 30px;
	}
	.img_text_one {
    margin-bottom: 40px;
	}
}
@media (max-width:992px) {
	.detail_picture img {
		max-width: 363px;
		max-height: 195px;
	}
}
@media (max-width:768px) {
.detail_picture img {
	position: relative;
	max-width: 729px;
 	max-height: 379px;
	margin-bottom: 20px;
	}
	.news_year {
		margin-bottom: 20px;
	}
	.img_text_one {
		margin-bottom: 20px;
	}
	.news-detail {
		padding-bottom: 100px;
	}
	.detail_text_two {
		padding-bottom: 20px;
	}
	.detail_picture {
    width: auto;
    height: auto;
	}
}
@media (max-width:576px) {
	.title_page {
		font-size: 45px;
	}
}
.detail_news_fotos {
	  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

/* Стили для модального окна */
.image-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from { transform: scale(0.9); }
    to { transform: scale(1); }
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1001;
}

.close-modal:hover {
    color: #bbb;
}

.modal-caption {
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}

/* Указатель при наведении на изображения */
.detail_news_fotos-item img:hover {
    opacity: 0.9;
}
/* 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_build/style.css?17700178705823 */
/* /local/templates/.default/components/bitrix/breadcrumb/breadcrumbs/style.css?1740389563678 */
