

/* Start:/local/templates/generica-redesign/components/bitrix/news/ws.objects.page/bitrix/news.detail/.default/style.css?17633871466075*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.object-page__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 60px; }
@media (max-width: 1023px) {
	.object-page__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }

.object-page__img-wrapper {
	width: 50%;
	margin-right: 40px; }
@media (max-width: 1023px) {
	.object-page__img-wrapper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px; } }

.object-page__img {
	width: 560px;
	height: 390px;
	-o-object-fit: cover;
	object-fit: cover;
}

.object-page__content {
	width: 50%; }
@media (max-width: 1023px) {
	.object-page__content {
		width: 100%; } }

.object-page__text-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c2ced3; }

.object-page__text {
	margin-bottom: 20px;
	font-weight: 500; }

.object-page__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media (max-width: 374px) {
	.object-page__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }

.properties {
	margin: 0;
	padding: 0;
	list-style: none; }

.properties__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 35px; }
@media (max-width: 1023px) {
	.properties__item {
		line-height: 21px; } }
@media (max-width: 767px) {
	.properties__item {
		font-size: 13px;
		line-height: 20px; } }

.properties__name {
	width: 50%;
	margin-right: 10px;
	background: url("/local/templates/generica-redesign/components/bitrix/news/ws.objects.page/bitrix/news.detail/.default/../img/dot.png") repeat-x 0 15px; }
@media (max-width: 1023px) {
	.properties__name {
		width: 60%; } }
@media (max-width: 767px) {
	.properties__name {
		width: 50%; } }
@media (max-width: 767px) {
	.properties__name--product {
		width: 60%; } }

.properties__name span {
	padding-right: 10px;
	background-color: #ffffff; }

.properties__value {
	width: 50%; }
.properties__value a {
	cursor: pointer; }
@media (max-width: 767px) {
	.properties__value--product {
		width: 40%; } }

.properties__value-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #5db32b; }
.properties__value-category svg {
	margin-left: 15px;
	stroke: #5db32b; }
.properties__value-category:hover {
	color: #333333; }
.properties__value-category:hover svg {
	stroke: #333333; }

.properties__value-products {
	color: #333333;
	text-decoration: underline; }
.properties__value-products:hover {
	color: #5db32b;
	text-decoration: none; }
@media (max-width: 1023px) {
	.properties__value-products {
		width: 40%; } }
@media (max-width: 767px) {
	.properties__value-products {
		width: 50%; } }
.piece-news__btn {
	display: inline-block;
}

.btn {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #333333;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer; }

.btn--radius {
	padding: 12px 54px 12px 20px;
	border: 1px solid #43494c;
	border-radius: 22px; }

@media (max-width: 767px) {
	.btn--circle {
		padding: 21px;
		border-radius: 50%; } }

@media (max-width: 767px) {
	.btn__name {
		display: none; } }

@media (max-width: 1023px) {
	.btn__name--object {
		display: none; } }

.btn__name-object {
	display: none; }
@media (max-width: 1023px) {
	.btn__name-object {
		display: block; } }

.btn--white-back {
	background-color: #ffffff; }

.btn--white {
	color: #ffffff; }

.btn--arrow {
	position: relative; }
.btn--arrow:hover, .btn--arrow:focus {
	color: #5db32b;
	border-color: #5db32b; }
.btn--arrow:hover > svg,
.btn--arrow:focus > svg {
	stroke: #5db32b; }

.btn__svg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
	stroke: #333333; }
@media (max-width: 767px) {
	.btn__svg {
		right: 0;
		left: 0;
		margin: auto; } }

@media (max-width: 767px) {
	.btn__svg--object {
		right: 15px;
		left: auto;
		margin: auto 0; } }

.btn--left {
	padding: 12px 20px 12px 54px; }
@media (max-width: 767px) {
	.btn--left {
		padding-left: 49px; } }
.btn--left .btn__svg {
	right: auto;
	left: 15px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }

@media (max-width: 767px) {
	.btn--object {
		padding-left: 49px; } }

@media (max-width: 374px) {
	.btn--object {
		margin-bottom: 30px; } }

.btn--menu {
	padding: 10px 20px;
	font-weight: 500;
	color: #fff;
	background-color: #5db32b;
	border-radius: 22px;
	cursor: pointer; }
.btn--menu span {
	position: relative; }
.btn--menu span svg {
	position: absolute;
	top: 0;
	left: -30px;
	bottom: 0;
	width: 24px;
	height: 24px;
	margin: auto 0; }
@media (max-width: 767px) {
	.btn--menu span svg {
		display: none; } }

.btn--more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	color: #5db32b; }
.btn--more:hover {
	color: rgba(93, 179, 43, 0.5); }
.btn--more svg {
	margin-left: 5px; }

.btn--green {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #5db32b; }
.btn--green svg {
	margin-left: 15px;
	stroke: #5db32b; }
.btn--green:hover {
	color: #333333; }
.btn--green:hover svg {
	stroke: #333333; }

.price-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }

canvas, img, svg, video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
/* End */
/* /local/templates/generica-redesign/components/bitrix/news/ws.objects.page/bitrix/news.detail/.default/style.css?17633871466075 */
