

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1484875918585*/
.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: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/topol/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?169053242727761*/
.bx-breadcrumb{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 20px 0px !important;
}

.detail-article{

}


.detail-article__images{
	height: 400px;
}

@media (max-width: 991px) {
	.detail-article__images{
		height: 350px;
	}
}

@media (max-width: 768px) {
	.detail-article__images{
		height: 300px;
	}
}

@media (max-width: 578px) {
	.detail-article__images{
		height: 200px;
	}
}

.detail-article__images img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.article__detail-text{
	margin-bottom: 30px;
}

.article__detail-text p{
	margin: 0px;
}

.article__detail-text p:not(:last-child){
	margin-bottom: 15px;
}

.article__detail-text h2,
.article__detail-text h3,
.article__detail-text h4,
.article__detail-text h5{
	color: #357CBC;
	clear: both;
}


.block-table{
	margin-bottom: 20px;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.block-table table{
	width: 100%;
	vertical-align: top;
	border-color:#e4e0e0;
	caption-side: bottom;
	border-collapse: collapse;
}

.block-table table tr td,
.block-table table tr th{
	padding: 8px;
	border: 1px solid #e4e0e0;
}


.article__detail-text ul,
.article__detail-text ol{
	margin-bottom: 20px;
	padding-left: 40px;
	display: flow-root;
}

.article__detail-text ul li{
	list-style-type: disc;
}

.article__detail-text ol li{
	list-style: auto;
}
.article__detail-text .video{
	max-width: 750px;
	margin: 0px auto;
}
.article__detail-text .video__wrapper{
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}

.article__detail-text .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

/* .article__detail-text img{
	width: auto;
	max-height: 500px;
} */

.article__detail-text .images-grid{
	clear: both;
	display: grid;
	gap: 20px;
	margin: 20px 0px;
}

.article__detail-text .images-grid img{
	display: block;
	margin: 0px auto;
	max-height: 400px;
}

.article__detail-text figure{
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.article__detail-text figure.figure-left{
	display: inline;
	width: auto;
	height: auto;

	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.article__detail-text figure.figure-right{
	display: inline;
	width: auto;
	height: auto;

	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.article__detail-text figure.figure-right img,
.article__detail-text figure.figure-left img{
	max-height: 450px;
}

.article__detail-text figure img{
	display: block;
	margin: 0px auto;
}


.article__detail-text figure figcaption{
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: center;
}

.article__detail-text .images-grid.images-grid-2{
	grid-template-columns: repeat(2, 1fr);
}

.article__detail-text .images-grid.images-grid-3{
	grid-template-columns: repeat(3, 1fr);
}


@media (max-width: 768px) {
	.article__detail-text .images-grid.images-grid-2,
	.article__detail-text .images-grid.images-grid-3{
		grid-template-columns: repeat(1, 1fr);
	}

	.article__detail-text figure img{
		max-height: 250px;
	}

	.article__detail-text figure.figure-right,
	.article__detail-text figure.figure-left{
		clear: both;
		float: none;
	}

	.article__detail-text figure.figure-right img,
	.article__detail-text figure.figure-left img{
		max-height: 250px;
	}

}



/* Блок внимания */
.attention-block{
	background-color: #f2f2f2;
	padding: 20px;
	border-left: 5px solid #80BD00;
	margin: 20px 0px;
}

.attention-block__text{

}

.attention-block__text p{
	margin: 0px;
}

.attention-block__text p:not(:last-child){
	margin-bottom: 10px;
}

.attention-block__text>h2,
.attention-block__text>h3,
.attention-block__text>h4,
.attention-block__text>h5{
	margin-top: 0px;
	color: #80bd02;
}


/* Блок интересно */

.block-interesting{
	display: flex;
	background-color: #f2f2f2;
	border: 1px solid #e4e0e0;
	margin: 20px 0px;
}



.block-interesting__images{
	position: relative;
	width: 350px;
}

.block-interesting__images .block-interesting__label{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;

	background-color: #80BD00;
	line-height: 1;
	color: #FFF;
	padding: 7px 10px;
	border-radius: 10px;
}

.block-interesting__images img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.block-interesting__inner{
	flex: 1;
	padding: 20px;
}

.block-interesting__title{
	font-family: 'FuturaDemiC', sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 20px;
}

.block-interesting__text p{
	font-size: 90%;
	margin: 0px;
}

.block-interesting__text p:not(:last-child){
	margin-bottom: 5px;
}

.green_butt.block-interesting__btn{
	margin-top: 15px;
	display: inline-block;
	padding: 10px 20px;
	font-weight: normal;
}

@media(max-width: 768px){
	.block-interesting{
		flex-direction: column;
	}
	.block-interesting__images{
		width: 100%;
	}
}


.selection-equipment__wrapper{
	margin: 20px 0px;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

.calc_icon.selection-equipment__btn{
	display: flex;
	align-items: center;

	padding: 10px 20px;
	box-shadow: 1px 1px 3px rgba(0,0,0, .009);
	background: #80BD00;
	border: 1px solid #80BD00;
	width: auto;
	height: auto;
	color: #FFF;

	border-radius: 5px;

	font-family: 'FuturaDemiC', sans-serif;
	font-weight: 500;
	transition: all .3s;
}

.selection-equipment__btn::before{
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 31H7C5.9 31 5 30.1 5 29V3C5 1.9 5.9 1 7 1H25C26.1 1 27 1.9 27 3V29C27 30.1 26.1 31 25 31Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 5H9V9H23V5Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 15C22.5523 15 23 14.5523 23 14C23 13.4477 22.5523 13 22 13C21.4477 13 21 13.4477 21 14C21 14.5523 21.4477 15 22 15Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 15C10.5523 15 11 14.5523 11 14C11 13.4477 10.5523 13 10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 21C16.5523 21 17 20.5523 17 20C17 19.4477 16.5523 19 16 19C15.4477 19 15 19.4477 15 20C15 20.5523 15.4477 21 16 21Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 21C22.5523 21 23 20.5523 23 20C23 19.4477 22.5523 19 22 19C21.4477 19 21 19.4477 21 20C21 20.5523 21.4477 21 22 21Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 21C10.5523 21 11 20.5523 11 20C11 19.4477 10.5523 19 10 19C9.44772 19 9 19.4477 9 20C9 20.5523 9.44772 21 10 21Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 27C16.5523 27 17 26.5523 17 26C17 25.4477 16.5523 25 16 25C15.4477 25 15 25.4477 15 26C15 26.5523 15.4477 27 16 27Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 27C22.5523 27 23 26.5523 23 26C23 25.4477 22.5523 25 22 25C21.4477 25 21 25.4477 21 26C21 26.5523 21.4477 27 22 27Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 27C10.5523 27 11 26.5523 11 26C11 25.4477 10.5523 25 10 25C9.44772 25 9 25.4477 9 26C9 26.5523 9.44772 27 10 27Z' stroke='%23FFFFFF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 30px;
	height: 30px;
	background-size: contain;
	margin-right: 5px;
}

.selection-equipment__btn:focus{
	text-decoration: none;
}

.selection-equipment__btn:hover{
	background: transparent;
	color: #80BD00;
	text-decoration: none;
}


.selection-equipment__btn:hover::before{
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 31H7C5.9 31 5 30.1 5 29V3C5 1.9 5.9 1 7 1H25C26.1 1 27 1.9 27 3V29C27 30.1 26.1 31 25 31Z' stroke='%2380BD00' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 5H9V9H23V5Z' stroke='%2380BD00' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 15C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13C15.4477 13 15 13.4477 15 14C15 14.5523 15.4477 15 16 15Z' stroke='%2380BD00' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 15C22.5523 15 23 14.5523 23 14C23 13.4477 22.5523 13 22 13C21.4477 13 21 13.4477 21 14C21 14.5523 21.4477 15 22 15Z' stroke='%2380BD00' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 15C10.5523 15 11 14.5523 11 14C11 13.4477 10.5523 13 10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15Z' stroke='%2380BD00' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 21C16.5523 21 17 20.5523 17 20C17 19.4477 16.5523 19 16 19C15.4477 19 15 19.4477 15 20C15 20.5523 15.4477 21 16 21Z' stroke='%2380BD00' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 21C22.5523 21 23 20.5523 23 20C23 19.4477 22.5523 19 22 19C21.4477 19 21 19.4477 21 20C21 20.5523 21.4477 21 22 21Z' stroke='%2380BD00' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 21C10.5523 21 11 20.5523 11 20C11 19.4477 10.5523 19 10 19C9.44772 19 9 19.4477 9 20C9 20.5523 9.44772 21 10 21Z' stroke='%2380BD00' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 27C16.5523 27 17 26.5523 17 26C17 25.4477 16.5523 25 16 25C15.4477 25 15 25.4477 15 26C15 26.5523 15.4477 27 16 27Z' stroke='%2380BD00' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 27C22.5523 27 23 26.5523 23 26C23 25.4477 22.5523 25 22 25C21.4477 25 21 25.4477 21 26C21 26.5523 21.4477 27 22 27Z' stroke='%2380BD00' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 27C10.5523 27 11 26.5523 11 26C11 25.4477 10.5523 25 10 25C9.44772 25 9 25.4477 9 26C9 26.5523 9.44772 27 10 27Z' stroke='%2380BD00' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}




/* Оглавление */
.toc{
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 20px;
	will-change: max-height;
	transition: all 0.3s ease-out;
	box-sizing: content-box;
}

.open.toc{
	opacity: 1;
	padding: 20px;
}


.toc-btn{
	cursor: pointer;
	border: 1px solid #80BD00;
	background-color: #80BD00;

	display: flex;
	align-items: center;
	padding: 5px 10px;
	color: #FFF;
	border-radius: 5px;
}

.toc-btn::after{
	content: '';
	width: 15px;
	height: 15px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.34766 1.09961L6.71462 7.61061C7.23276 8.23921 8.21346 8.25951 8.75896 7.65291L14.6519 1.09961' stroke='%23FFFFFF' stroke-linecap='round'/%3E%3C/svg%3E%0A");

	margin-left: 5px;
	margin-top: 5px;
}

.toc__title{
	font-size: 120%;
	font-weight: 500;
}

.toc__list{

}

.toc__list li{
	list-style: auto;
}

.toc__list li ul{
	padding-left: 40px;
}

.toc__list li ul li{
	list-style: disc;
}

.toc__list a{
	text-decoration: none;
	color: inherit;
}



/* Автор */
.detail-article__autor{
	display: flex;
	align-items: center;
	padding: 20px;
	border: 1px solid #B8B8B8;
}


.detail-article__autor .detail-article__autor-img{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 15px;
}

.detail-article__autor .detail-article__autor-img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.detail-article__autor-name{
	font-size: 120%;
	font-weight: 500;
}



.article__info{
	/* color: #B8B8B8; */
	/* font-size: 14px; */
	margin: 20px 0px;

	display: flex;
	align-items: center;
}

.article__info-item{
	display: flex;
	align-items: center;
}

.article__info-item:not(:last-child){
	margin-right: 10px;
}

.article__info-item img{
	margin-right: 3px;
}

.article__info-item span{
	flex: 1;
}

.article__info-category{
	margin-left: auto;
}


/* Теги */

.detail-article__tags--inner{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.detail-article__tags--inner span{
	margin-right: 20px;
}

.detail-article__tags--list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.detail-article__tags--list a{
	text-decoration: none;
	border: 1px solid #80BD00;
	padding: 3px 10px;
	color: #80BD00;
	border-radius: 3px;
}

.detail-article__tags--list a:hover{
	text-decoration: none;
}


.detail-article__tags--list a:not(:last-child){
	margin-right: 5px;
}



@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/* Поделиться в социальных сетях */
.detail-article__share{
	display: flex;
	align-items: center;
	justify-content: center;
}



.detail-article__share-text{
	margin-right: 15px;
}

.detail-article__share-text span{
	display: block;
	text-align: right;

	font-family: 'FuturaDemiC';
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
}

.detail-article__share-list{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
}


.detail-article__share-link:not(:last-child){
	margin-right: 10px;
}


.detail-article__share-link a{
	display: block;
	font-size: 0px;
	width: 35px;
	height: 35px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}



.detail-article__share-link-ok a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9999 15.4986C23.3362 15.4986 26.8606 12.0231 26.8606 7.74931C26.8606 3.47553 23.3362 0 18.9999 0C14.6635 0 11.1363 3.47553 11.1363 7.74931C11.1363 12.0231 14.6635 15.4986 18.9999 15.4986ZM18.9999 3.87329C21.168 3.87329 22.9316 5.61242 22.9316 7.74931C22.9316 9.8862 21.168 11.6253 18.9999 11.6253C16.8317 11.6253 15.0681 9.8862 15.0681 7.74931C15.0681 5.61242 16.8317 3.87329 18.9999 3.87329Z' fill='%2380BD00'/%3E%3Cpath d='M29.425 15.2846C28.6576 14.5275 27.4131 14.5275 26.6457 15.2846C22.4321 19.4376 15.5704 19.4376 11.3568 15.2846C10.5894 14.5275 9.34486 14.5275 8.57749 15.2846C7.81011 16.0417 7.81011 17.2651 8.57749 18.0277C11.0219 20.4389 14.1221 21.8104 17.3172 22.1698L11.714 27.6944C10.9466 28.4515 10.9466 29.6777 11.714 30.4348C12.4813 31.1919 13.7259 31.1919 14.4933 30.4348L18.9999 25.991L23.5065 30.4348C23.8887 30.8134 24.3938 31.0026 24.8961 31.0026C25.3984 31.0026 25.9035 30.8134 26.2858 30.4348C27.0531 29.6777 27.0531 28.4515 26.2858 27.6944L20.6825 22.1698C23.8776 21.8132 26.9778 20.4389 29.4222 18.0277C30.1896 17.2706 30.1896 16.0444 29.4222 15.2846H29.425Z' fill='%2380BD00'/%3E%3C/svg%3E%0A");
}

.detail-article__share-link-vk a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.0644 17.3091C29.0644 17.3091 33.6713 10.6452 34.1378 8.44864C34.193 8.29627 34.2081 8.13098 34.1818 7.97022C34.1555 7.80946 34.0887 7.65906 33.9884 7.53518C33.888 7.4113 33.7579 7.31855 33.6118 7.26645C33.4657 7.21434 33.3089 7.20498 33.1582 7.23933H29.1577C28.8343 7.20262 28.5085 7.28127 28.2318 7.46227C27.9552 7.64328 27.7432 7.9164 27.6298 8.23895C26.343 11.0042 24.7326 13.5871 22.8363 15.9268C22.6448 16.2513 22.3914 16.5298 22.0921 16.7445C21.7928 16.9591 21.4543 17.1055 21.0985 17.1735C20.7253 17.1735 20.5503 16.8527 20.5503 15.9889V8.38718C20.5503 7.32593 20.4221 7.01759 19.5707 7.01759H13.156C13.0604 7.00381 12.9631 7.01079 12.8703 7.03868C12.7774 7.06658 12.6912 7.11478 12.6167 7.17968C12.5422 7.24458 12.4811 7.32485 12.4374 7.41588C12.3938 7.50691 12.3684 7.6062 12.3628 7.70811C12.3628 8.70766 13.8557 8.93031 13.8557 11.6451V17.235C13.8557 18.3702 13.7974 18.8022 13.2843 18.8022C11.908 18.8022 8.64231 13.9523 6.81121 8.44864C6.78163 8.22892 6.71141 8.01775 6.60449 7.82681C6.49756 7.63588 6.35613 7.46932 6.18819 7.33634C6.02026 7.20336 5.82911 7.10664 5.62582 7.05194C5.42254 6.99724 5.21109 6.98567 5.00352 7.01759H1.00302C0.874027 7.00861 0.744698 7.02739 0.623034 7.07363C0.50137 7.11987 0.389971 7.19255 0.295864 7.28633C0.201758 7.38011 0.126947 7.4932 0.0760426 7.61893C0.0251381 7.74466 -0.000743569 7.87984 1.62576e-05 8.01661C1.62576e-05 9.11489 1.24801 14.1746 6.16983 20.9617C9.47047 25.5275 13.7975 27.9958 17.7046 27.9958C20.0955 27.9958 20.6669 27.5881 20.6669 26.5515V23.0598C20.6669 22.1836 21.0053 21.801 21.4951 21.801C22.0433 21.801 23.0113 21.9861 25.2856 24.2691C27.9681 26.8975 28.1547 27.9958 29.6126 27.9958H34.1028C34.2274 28.0089 34.3532 27.9911 34.4704 27.9446C34.5877 27.898 34.6933 27.8237 34.7789 27.7271C34.8646 27.6304 34.9281 27.514 34.9646 27.3872C35.0011 27.2605 35.0095 27.1269 34.9892 26.9962C34.9892 25.9596 33.6713 24.1205 31.6653 21.924C30.8372 20.801 29.496 19.5798 29.0644 19.0245C28.458 18.3705 28.6446 17.9878 29.0644 17.3091Z' fill='%2380BD00'/%3E%3C/svg%3E%0A");
}

.detail-article__share-link-tg a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.560745 17.1312C-0.155034 17.5961 -0.185555 18.0437 0.46918 18.474C2.17124 19.4787 5.09015 20.4023 7.43394 20.8055C8.44161 20.9654 9.69408 20.9438 10.6057 20.5101C13.8323 18.975 18.3434 15.8759 23.5321 12.5595C24.2088 12.1387 24.9008 11.7804 25.1076 11.6854C26.0736 11.2423 26.3961 11.6063 25.895 12.3248C25.4257 12.8663 24.6596 13.5319 24.6596 13.5319C23.5985 14.5157 22.5218 15.4578 21.4371 16.3783C21.2921 16.4458 17.0388 20.0841 16.1496 20.9319C15.0011 22.2509 14.7942 23.3425 15.8925 24.0978C20.0021 26.7434 26.9156 31.0326 26.9156 31.0326C27.6581 31.5108 28.1479 31.5902 29.0941 31.4152C30.1436 31.1392 30.8157 30.5521 31.1018 29.6467C32.6518 21.7991 34.0203 14.1056 34.9529 6.78227C35.226 5.05387 34.3356 4.24511 31.6233 4.88512C17.0626 10.0737 6.66998 14.1658 0.560745 17.1312Z' fill='%2380BD00'/%3E%3C/svg%3E%0A");
}

.detail-article__share-link-viber a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.1729 3.40799C29.3052 2.6132 25.7906 0.0581957 17.9638 0.024654C17.9638 0.024654 8.72813 -0.528054 4.22917 3.60049C1.72667 6.10299 0.850215 9.76778 0.74959 14.3134C0.648965 18.859 0.536673 27.3786 8.74855 29.6944H8.75584L8.74855 33.2222C8.74855 33.2222 8.69459 34.6513 9.63376 34.9386C10.7683 35.2944 11.4392 34.2065 12.5256 33.0369C13.1206 32.3938 13.9402 31.4517 14.5629 30.7328C15.4379 30.8188 16.4529 30.8669 17.481 30.8669C20.1454 30.8669 22.734 30.5388 25.2073 29.9205L24.9885 29.9672C26.1231 29.5982 32.5427 28.7772 33.581 20.259C34.666 11.4653 33.0648 5.91778 30.1729 3.40799ZM31.1238 19.6174C30.2385 26.7267 25.0381 27.1788 24.0815 27.4851C21.9931 28.0159 19.5956 28.3192 17.1267 28.3192C16.4179 28.3192 15.715 28.2944 15.0194 28.2449L15.1127 28.2507C15.1127 28.2507 11.5573 32.5367 10.4504 33.6509C10.0888 34.0126 9.69063 33.9834 9.69792 33.2615C9.69792 32.7905 9.72563 27.4019 9.72563 27.4019C2.77376 25.474 3.17626 18.2174 3.25792 14.4272C3.33959 10.6369 4.05126 7.52194 6.17021 5.43069C9.97938 1.97882 17.8208 2.4907 17.8208 2.4907C24.446 2.5184 27.6179 4.51486 28.3558 5.18424C30.7971 7.27694 32.041 12.2834 31.1238 19.6174ZM21.6285 14.0932V14.1136C21.6285 14.3586 21.4302 14.5569 21.1852 14.5569C20.9475 14.5569 20.7535 14.3703 20.7433 14.1355C20.7492 14.0742 20.7535 13.9999 20.7535 13.9284C20.7535 12.7603 19.8071 11.8138 18.639 11.8138C18.5952 11.8138 18.5515 11.8153 18.5092 11.8182H18.515C18.2802 11.8051 18.095 11.6126 18.095 11.3763C18.095 11.1313 18.2933 10.933 18.5383 10.933H18.5631H18.5617C18.5908 10.9315 18.6273 10.9315 18.6623 10.9315C20.3044 10.9315 21.6344 12.2615 21.6344 13.9036C21.6344 13.9707 21.6315 14.0378 21.6271 14.1034V14.0947L21.6285 14.0932ZM23.0154 14.8676C23.084 11.9684 21.2727 9.69924 17.834 9.44549C17.6021 9.42944 17.4213 9.23694 17.4213 9.00361C17.4213 8.75861 17.6196 8.56028 17.8646 8.56028C17.8748 8.56028 17.8865 8.56028 17.8967 8.56174H17.8952H17.92C21.226 8.56174 23.9079 11.2422 23.9079 14.5497C23.9079 14.6678 23.905 14.7859 23.8977 14.9026L23.8992 14.8865C23.8933 15.1272 23.6979 15.3182 23.4573 15.3182C23.2123 15.3182 23.014 15.1199 23.014 14.8749C23.014 14.8705 23.014 14.8676 23.014 14.8632L23.0154 14.8676ZM26.2238 15.7849V15.7878C26.2238 16.0328 26.0254 16.2311 25.7804 16.2311C25.5354 16.2311 25.34 16.0342 25.3385 15.7922C25.3035 10.2184 21.5863 7.18361 17.0815 7.15153C16.8365 7.15153 16.6396 6.95319 16.6396 6.70965C16.6396 6.46611 16.8379 6.26778 17.0815 6.26778C22.1258 6.30278 26.18 9.78382 26.2208 15.7834L26.2238 15.7849ZM25.4581 22.4903V22.5034C24.7202 23.8028 23.3392 25.2378 21.9173 24.7799L21.9042 24.7594C19.2325 23.7619 16.9225 22.4582 14.859 20.8526L14.9188 20.8963C13.8352 20.033 12.8829 19.0807 12.0473 18.0336L12.0196 17.9972C11.2773 17.0667 10.5817 16.0255 9.97501 14.9259L9.91667 14.8107C9.25021 13.7228 8.64792 12.4657 8.17688 11.1459L8.13313 11.003C7.67521 9.58111 9.10292 8.20007 10.4096 7.46215H10.4227C10.6123 7.34111 10.8427 7.26819 11.0906 7.26819C11.48 7.26819 11.8271 7.44757 12.056 7.72611L12.0575 7.72903C12.0575 7.72903 12.9048 8.73965 13.2679 9.23986C13.6092 9.70507 14.0685 10.4503 14.3063 10.8659C14.4433 11.0803 14.5235 11.3428 14.5235 11.6242C14.5235 12.0442 14.3427 12.4219 14.054 12.683L14.0525 12.6844L13.2329 13.3407C13.0069 13.5594 12.8669 13.8657 12.8669 14.204C12.8669 14.2376 12.8683 14.2697 12.8713 14.3017V14.2974C13.7156 17.0726 15.8579 19.2149 18.5733 20.0447L18.6346 20.0607C18.6623 20.0636 18.6958 20.0651 18.7279 20.0651C19.0663 20.0651 19.3725 19.9251 19.5913 19.7005L20.2475 18.8809C20.51 18.5907 20.8877 18.4099 21.3077 18.4099C21.5892 18.4099 21.8502 18.4915 22.0719 18.6315L22.066 18.6286C23.2517 19.3038 24.2769 20.0461 25.2117 20.8876L25.1956 20.873C25.4756 21.0976 25.6521 21.4403 25.6521 21.8238C25.6521 22.0703 25.5792 22.2992 25.4523 22.4917L25.4552 22.4874L25.4581 22.4903Z' fill='%2380BD00'/%3E%3C/svg%3E%0A");
}

.detail-article__share-link-whatsapp a{
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8606 19.8557L24.0051 21.4253C23.856 22.17 23.4531 22.84 22.8653 23.321C22.2774 23.8019 21.5408 24.064 20.7812 24.0625C18.1714 24.0597 15.6693 23.0216 13.8239 21.1761C11.9785 19.3307 10.9404 16.8287 10.9375 14.2188C10.9373 13.4602 11.1999 12.7249 11.6808 12.1381C12.1617 11.5513 12.8309 11.1493 13.5748 11.0004L15.1443 14.145L13.8086 16.1328C13.7088 16.2826 13.6474 16.4546 13.63 16.6337C13.6126 16.8128 13.6397 16.9934 13.7088 17.1596C14.4914 19.0195 15.971 20.4991 17.8308 21.2817C17.9975 21.3539 18.1796 21.3834 18.3604 21.3676C18.5413 21.3519 18.7155 21.2913 18.8672 21.1914L20.8606 19.8557ZM31.7187 17.5C31.7193 19.9549 31.0842 22.3681 29.8754 24.5046C28.6667 26.6412 26.9253 28.4284 24.8209 29.6924C22.7165 30.9563 20.3206 31.6538 17.8666 31.7172C15.4126 31.7805 12.984 31.2073 10.8172 30.0535L6.16191 31.6053C5.77648 31.7339 5.36287 31.7525 4.96744 31.6592C4.572 31.5659 4.21037 31.3642 3.92307 31.077C3.63578 30.7897 3.43417 30.428 3.34086 30.0326C3.24754 29.6372 3.26619 29.2235 3.39472 28.8381L4.94648 24.1828C3.93223 22.2759 3.36574 20.1631 3.29 18.0045C3.21425 15.846 3.63126 13.6986 4.50935 11.7252C5.38745 9.75193 6.70356 8.00456 8.35778 6.61583C10.012 5.22711 11.9609 4.23349 14.0565 3.7104C16.1519 3.18732 18.3392 3.1485 20.452 3.59692C22.5648 4.04533 24.5477 4.96919 26.2501 6.29835C27.9526 7.62751 29.3298 9.32705 30.2774 11.268C31.225 13.2089 31.7178 15.3401 31.7187 17.5ZM26.25 20.7813C26.2502 20.5781 26.1937 20.3789 26.087 20.206C25.9802 20.0331 25.8274 19.8933 25.6457 19.8024L21.2707 17.6149C21.0985 17.529 20.9067 17.4902 20.7147 17.5022C20.5226 17.5142 20.3371 17.5766 20.1769 17.6832L18.1686 19.0231C17.2466 18.5162 16.4879 17.7575 15.9811 16.8356L17.3209 14.8272C17.4275 14.6669 17.49 14.4815 17.5019 14.2895C17.5139 14.0975 17.475 13.9056 17.3893 13.7335L15.2018 9.35846C15.1111 9.17532 14.971 9.02127 14.7972 8.91374C14.6235 8.80621 14.423 8.7495 14.2187 8.75003C12.7684 8.75003 11.3774 9.32622 10.3518 10.3518C9.32621 11.3774 8.75 12.7684 8.75 14.2188C8.75362 17.4086 10.0223 20.4666 12.2779 22.7222C14.5334 24.9777 17.5915 26.2464 20.7812 26.25C21.4994 26.25 22.2105 26.1085 22.8741 25.8338C23.5376 25.5589 24.1404 25.1561 24.6482 24.6483C25.1561 24.1404 25.5588 23.5376 25.8337 22.8741C26.1085 22.2106 26.25 21.4994 26.25 20.7813Z' fill='%2380BD00'/%3E%3C/svg%3E%0A");
}

@media (max-width: 768px) {
	.detail-article__share{
		flex-direction: column;
	}
	.detail-article__share-text{
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.detail-article__share-text span{
		text-align: center;
	}
}




/* товары в статье*/ 
.detail-article__product{
	padding: 50px 0px;
}
.detail-article__product .slider_product .news_title{
	min-height: auto;
}
.detail-article__product .detail-article__product-title{
	font-family: 'FuturaDemiC', sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 25px;
}

.detail-article__product .slider_product a{
	text-decoration: none;
	margin-top: 5px;
}



/* сертификаты */ 
.detail-article__certificat{
	padding: 30px 0px;
}
.detail-article__certificat--tile{
	font-family: 'FuturaDemiC', sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 25px;
}

.detail-article__certificat--list{
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 5px;
}

@media (max-width: 1024px) {
	.detail-article__certificat--list{
		grid-template-columns: repeat(6, 1fr);
	}
}

@media (max-width: 991px) {
	.detail-article__certificat--list{
		grid-template-columns: repeat(5, 1fr);
	}
}


@media (max-width: 768px) {
	.detail-article__certificat--list{
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 576px) {
	.detail-article__certificat--list{
		grid-template-columns: repeat(3, 1fr);
	}
}


.detail-article__certificat--item a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 3px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	
}


.detail-article__rating{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0px;
}

.detail-article__rating .iblock-vote{
	flex-direction: column;
	--size: 45px;
}

.iblock-vote__list>div:not(:last-child){
	margin-right: 5px;
}

.iblock-vote__result{
	display: block;
	text-align: center;
}





@media (max-width: 768px) {
	.article__info{
		flex-wrap: wrap;
	}

	.article__info .toc-btn{
		margin-bottom: 10px;
		width: 100%;
	}

	body h1.zag{
		font-size: 26px !important;
    line-height: 1.4 !important;
	}
}
/* End */


/* Start:/local/templates/topol/components/bitrix/iblock.vote/ajax/style.css?1689303535759*/
.iblock-vote{
	display: flex;
	align-items: center;

	--size: 25px;
}

.iblock-vote__list{
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.iblock-vote__list .star-voted:not(:last-child){
	margin-right: 5px;
}

.iblock-vote__list .star-active {
	cursor: pointer;
}

.iblock-vote__list .star-empty {
	background-image: url(/local/templates/topol/components/bitrix/iblock.vote/ajax/images/empty.svg);
	background-size: contain;
	width: var(--size);
	height: var(--size);
	overflow:hidden;
}

div.star-voted {
	background-image: url(/local/templates/topol/components/bitrix/iblock.vote/ajax/images/voted.svg);
	background-size: contain;
	width: var(--size);
	height: var(--size);
	overflow:hidden;
}

.iblock-vote__list .star-over {
	background-image: url(/local/templates/topol/components/bitrix/iblock.vote/ajax/images/over.svg);
	background-size: contain;
	width: var(--size);
	height: var(--size);
	overflow:hidden;
}

/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1484875918585 */
/* /local/templates/topol/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?169053242727761 */
/* /local/templates/topol/components/bitrix/iblock.vote/ajax/style.css?1689303535759 */
