

/* Start:/local/templates/.default/components/bitrix/news/press-center/bitrix/news.detail/.default/style.css?176182080312362*/
.content-block {
    padding: 4.8rem 6rem 6rem;
    margin-bottom: 6.4rem;
    border-radius: 0.8rem;
    background-color: var(--gray-color);
}
.content-block__title {
    font: var(--title-h2);
    margin-bottom: 4.8rem;
}
.content-block__links {
    counter-reset: list;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 1.8rem;
}
.content-block__link.tag {
    font: var(--title-h4);
    position: relative;
    padding-left: 3.5rem;
    height: auto;
}
.modal-present__condition span, .tag:hover {
    color: var(--primary-color);
}
.content-block__link:before {
    counter-increment: list;
    content: counter(list) "";
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 640px) {
	.content-block__link.tag {
		font: var(--text-t2);
		padding-left: 2.5rem;
	}
}

@media (max-width: 640px) {
	.page-main .news-single.js-section-animate .news-single__wrapper,
	.page-main .news-single.js-section-animate .news-single__wrapper .text-container > p {
		font: var(--text-t2);
	}
	.page-main .news-single.js-section-animate .news-single__wrapper ul li {
		font: var(--text-t1);
	}
}

.blog-dop-product {
	margin: 4.8rem 0;
	border-radius: 0.8rem;
	background-color: var(--gray-color);
	display: flex;
	column-gap: 4rem;
	max-width: 80%;
}
.blog-dop-product .blog-dop-product__img img {
	width: 50rem;
	height: 26rem;
	object-fit: cover;
	border-radius: 0.8rem 0rem 0rem 0.8rem;
}
.blog-dop-product .blog-dop-product__info {	
	padding: 4rem 4rem 4rem 0rem;
	display: flex;
	flex-direction: column;
	align-items: last baseline;
	justify-content: space-between;
}
.blog-dop-product .blog-dop-product__title {
	font: var(--text-t4);
	letter-spacing: 20%;
	text-transform: uppercase;
}
.blog-dop-product .blog-dop-product__name {
	font: var(--title-h4);
}
.blog-dop-product .blog-dop-product__info a.button {
	color: inherit;
	text-decoration: none;
}
.blog-dop-product .blog-dop-product__info a.button:hover {
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 1024px) {
	.blog-dop-product {
		max-width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.blog-dop-product {
		column-gap: 2rem;
	}
	.blog-dop-product .blog-dop-product__info {	
		padding: 2rem 2rem 2rem 0rem;
	}
}


.text-container > .content-block-list > ul,
.text-container > ul {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 73rem;
    margin: 3.5rem 0 6.4rem;
}
.text-container > .content-block-list,
.text-container > .content-block-table,
.text-container > ul {
	margin: 4.8rem 0;
	padding: 4.8rem 6rem 6rem;
	border-radius: 0.8rem;
	background-color: var(--gray-color);
}
@media only screen and (max-width: 1024px) {
	.text-container > .content-block-list,
	.text-container > .content-block-table,
	.text-container > ul {
		padding: 3.8rem 5rem 5rem;
		margin-bottom: 5.4rem;
	}
}
@media only screen and (max-width: 768px) {
	.text-container > .content-block-list,
	.text-container > .content-block-table,
	.text-container > ul {
		padding: 2.5rem;
		margin-bottom: 4.8rem;
	}
}
@media only screen and (max-width: 370px) {
	.text-container > .content-block-list,
	.text-container > .content-block-table,
	.text-container > ul {
		margin-bottom: 3.8rem;
	}
}
.text-container > .content-block-list > ul {
    max-width: 100%;
	margin: 0;
}
/*.text-container > .content-block-list > ul li {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    font: var(--text-t1);
}*/
@media only screen and (max-width: 640px) {
    .text-container > .content-block-list > ul li {
        font-size: 1.4rem;
    }
}

.text-container > .content-block-list > ul li::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.5rem;
    flex-shrink: 0;
    background: url(/local/templates/.default/img/green-star-icon.svg) no-repeat center;
    background-color: contain;
}

@media only screen and (min-width: 640px) {
	.text-container > .content-block-list > ul li::before {
		position: absolute;
		left: -3.5rem;
	}
	.text-container > .content-block-list > ul li {
		position: relative;
	}
	.text-container > .content-block-list > ul {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
}

.content-block-table table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 10px 10px;
	margin: 0 0px 0 -10px;
}
.content-block-table table thead td {
	background: #007D75;
	color: #fff;
}
.content-block-table table td {
	padding: 1.8rem;
	background: #fff;
	border-radius: 0.8rem;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}
@media only screen and (max-width: 640px) {
	.content-block-table {
		overflow-y: hidden;
		overflow-x: auto;
	}
	.content-block-table table {
		margin: -2rem;
		width: inherit;
	}
	.content-block-table table td {
		padding: .8rem;
	}
}

.news-single__content a.catalog-list__item-link {
	text-decoration: underline;
	display: inline-block;
}
.news-single__content a.catalog-list__item-link:hover {
	text-decoration: none;
}

.text-container > .content-block-list.content-attention > ul li {
	font: var(--title-h3);
	line-height: .9;
}
.text-container > .content-block-list.content-attention > ul li::before {
	width: 2.4rem;
	height: 2.4rem;
	background-size: contain;
}

.text-container > .content-block-list > p {
	margin: 0 0 2rem;
}
.text-container > .product-property__accordions .product-property__accordion {
	max-width: 100%;
}
.text-container > .product-property__accordions .product-property__accordion-header {
}
.text-container > .product-property__accordions .product-property__accordion-header::after {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cpath d='M5.413 9.805L8 7.218l2.587 2.587a.664.664 0 10.94-.94l-3.06-3.06a.664.664 0 00-.94 0l-3.06 3.06c-.26.26-.26.68 0 .94.26.253.686.26.946 0z' fill='%231C1C1C'%3E%3C/path%3E%3C/svg%3E") no-repeat 0 0 transparent;
	background-size: cover;
	transform: rotate(180deg);
	width: 2.4rem;
	min-width: 2.4rem;
	height: 2.4rem;
	display: block;
	transition: 0.3s transform;
}
.text-container > .product-property__accordions .product-property__accordion.active .product-property__accordion-header::after {
	transform: rotate(0deg);
}

.news-single__editor {
	margin: -2rem 0 6.4rem;
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 2rem));
	column-gap: 2rem;
}
.news-single__editor-photo {}
.news-single__editor-photo img {
	border-radius: 0.8rem;
	height: 100%;
	width: auto;
	object-fit: cover;
}
.news-single__editor-info {
	padding: 4.8rem 6rem 6rem;
	border-radius: 0.8rem;
	background-color: var(--gray-color);
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.news-single__editor-title {
	font: var(--text-t1);
	letter-spacing: 20%;
	text-transform: uppercase;
	color: #1C1C1C;
	opacity: 0.3;
}
.news-single__editor-name {
	font: var(--title-h3);
	line-height: .8;
}
.news-single__editor-desc {
	margin-top: 10px;
}
.news-single__editor-rating {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	font: var(--text-t1);
}
.news-single__editor-rating-title {
	color: #1C1C1C;
	opacity: 0.5;
}
.news-single__editor-rating-value {
	display: flex;
	align-items: center;
	column-gap: 6px;
	position: relative;
}
.news-single__editor-rating__default {
	background: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.85156 18.3327L6.78906 11.9993L1.66406 8.33268H7.9974L9.9974 1.66602L11.9974 8.33268H18.3307L13.2057 11.9993L15.1432 18.3327L9.9974 14.416L4.85156 18.3327Z' fill='%23E5E5E5'/%3E%3Cpath d='M24.8516 18.3327L26.7891 11.9993L21.6641 8.33268H27.9974L29.9974 1.66602L31.9974 8.33268H38.3307L33.2057 11.9993L35.1432 18.3327L29.9974 14.416L24.8516 18.3327Z' fill='%23E5E5E5'/%3E%3Cpath d='M44.8516 18.3327L46.7891 11.9993L41.6641 8.33268H47.9974L49.9974 1.66602L51.9974 8.33268H58.3307L53.2057 11.9993L55.1432 18.3327L49.9974 14.416L44.8516 18.3327Z' fill='%23E5E5E5'/%3E%3Cpath d='M64.8516 18.3327L66.7891 11.9993L61.6641 8.33268H67.9974L69.9974 1.66602L71.9974 8.33268H78.3307L73.2057 11.9993L75.1432 18.3327L69.9974 14.416L64.8516 18.3327Z' fill='%23E5E5E5'/%3E%3Cpath d='M84.8516 18.3327L86.7891 11.9993L81.6641 8.33268H87.9974L89.9974 1.66602L91.9974 8.33268H98.3307L93.2057 11.9993L95.1432 18.3327L89.9974 14.416L84.8516 18.3327Z' fill='%23E5E5E5'/%3E%3C/svg%3E") no-repeat 0 0 transparent;
	width: 100px;
	height: 20px;
	display: block;
	z-index: 1;
	position: relative;
}
.news-single__editor-rating__active {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.85156 18.3327L6.78906 11.9993L1.66406 8.33268H7.9974L9.9974 1.66602L11.9974 8.33268H18.3307L13.2057 11.9993L15.1432 18.3327L9.9974 14.416L4.85156 18.3327Z' fill='%23FEC200'/%3E%3Cpath d='M24.8516 18.3327L26.7891 11.9993L21.6641 8.33268H27.9974L29.9974 1.66602L31.9974 8.33268H38.3307L33.2057 11.9993L35.1432 18.3327L29.9974 14.416L24.8516 18.3327Z' fill='%23FEC200'/%3E%3Cpath d='M44.8516 18.3327L46.7891 11.9993L41.6641 8.33268H47.9974L49.9974 1.66602L51.9974 8.33268H58.3307L53.2057 11.9993L55.1432 18.3327L49.9974 14.416L44.8516 18.3327Z' fill='%23FEC200'/%3E%3Cpath d='M64.8516 18.3327L66.7891 11.9993L61.6641 8.33268H67.9974L69.9974 1.66602L71.9974 8.33268H78.3307L73.2057 11.9993L75.1432 18.3327L69.9974 14.416L64.8516 18.3327Z' fill='%23FEC200'/%3E%3Cpath d='M84.8516 18.3327L86.7891 11.9993L81.6641 8.33268H87.9974L89.9974 1.66602L91.9974 8.33268H98.3307L93.2057 11.9993L95.1432 18.3327L89.9974 14.416L84.8516 18.3327Z' fill='%23FEC200'/%3E%3C/svg%3E") no-repeat 0 0 transparent;
	height: 20px;
	display: block;
	z-index: 2;
}
@media only screen and (max-width: 1024px) {
	.news-single__editor {
		grid-template-columns: 30% calc(70% - 2rem);
	}
	.news-single__editor-info {
		padding: 2.8rem 3rem 3rem;
	}
}
@media only screen and (max-width: 768px) {
	.news-single__editor-info {
		padding: 2rem;
	}
	.news-single__editor-desc,
	.news-single__editor-rating {
		margin-top: 0;
	}
}
@media only screen and (max-width: 640px) {
	.news-single__editor {
		grid-template-columns: 100%;
	}
	.news-single__editor-photo img {
		border-radius: 0.8rem 0.8rem 0rem 0rem;
		object-fit: contain;
		margin: 0 auto;
	}
	.news-single__editor-info {
		border-radius: 0rem 0rem 0.8rem 0.8rem;
	}
}

.news-single__content figure.img {
	position: relative;
}
.news-single__products {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	position: absolute;
	bottom: 4rem;
	left: 4rem;
}
.news-single__product {
	display: flex;
	align-items: center;
	column-gap: 5px;
	background: #fff;
	border-radius: 11rem;
	color: #1C1C1C !important;
	text-decoration: none !important;
	padding: 1rem 3rem 1rem 1rem;
	overflow: hidden;
}
.news-single__product-img {
	overflow: hidden;
}
.news-single__product-img img {
	height: 64px;
	border-radius: 11rem;
}
.news-single__product-info {
	display: flex;
	align-items: start;
	column-gap: 30px;
}
.news-single__product-title {
}
.news-single__product-title span {
	opacity: .3;
	display: block;
}
.news-single__product-price {
	position: relative;
}
.news-single__product-price:before {
	content: "·";
	position: absolute;
	left: -15px;
}

@media only screen and (max-width: 640px) {
	.news-single__products {
		row-gap: 10px;
		left: 1.5rem;
		bottom: 3rem;
	}
	.news-single__product {
		padding: 0 2rem 0 .3rem;
		column-gap: 0;
	}
	.news-single__product-info {
		column-gap: 10px;
		font: var(--text-t3);
	}
	.news-single__product-price::before {
		left: -5px;
	}
	.news-single__product-img img {
		height: 50px;
	}
}

.references-list .link {
	cursor: pointer;
	color: #007d75;
	text-decoration: underline;
	position: absolute;
	bottom: 0;
	background: var(--gray-color);
	width: calc(100% - 5rem);
	padding: 10px 0 2.5rem;
	display: none;
}
.references-list .link:hover {
	color: #007d75;
	text-decoration: none;
	opacity: 1;
}
.references-list {
	height: 100%;
	transition: all .5s ease;
	box-sizing: content-box;
	position: relative;
	overflow: hidden;
}
.references-list.references-list__small {
	height: var(--height-refs);
}
.references-list.references-list__small .link {
	display: block;
}
/* End */
/* /local/templates/.default/components/bitrix/news/press-center/bitrix/news.detail/.default/style.css?176182080312362 */
