

/* Start:/local/templates/sm-plastic_redesign/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17624895207017*/
.article-author {
	padding: 60px 0;
	margin: 0 0 60px;
	background: url(/local/templates/sm-plastic_redesign/components/bitrix/news/articles/bitrix/news.detail/.default/../../../../../../../img/bg-dots.png) #F4F4F4;
}

.article-author__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.article-author__left {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 35px 0 0;
}

.article-author__right {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	-webkit-border-radius: 0 50px 0 50px;
	-moz-border-radius: 0 50px 0 50px;
	border-radius: 0 50px 0 50px;
	padding: 25px 40px 20px;
}

.article-author__image {
	overflow: hidden;
	-webkit-border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	border-radius: 50px 0 50px 0;
	width: 210px;
	background-color: white;
}

.article-author__image img {
	display: block;
	width: 100%;
}

.article-author__text {
	padding: 0 240px 0 0;
}

.article-author__text h2 {
	margin-bottom: 10px;
	color: #003E4B;
}

.article-author__text h2 a {
	margin-bottom: 10px;
	color: #003E4B;
	text-decoration: none;
}

.article-author__line {
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	margin: 20px 0 0;
}

.article-author__date {
	position: absolute;
	top: 30px;
	right: 40px;
	display: grid;
	grid-gap: 5px;
}

.article-author__date span {
	color: #003E4B;
	font-weight: bold;
}

.article-author__buttons {
	display: flex;
	gap: 25px;
	padding: 20px 0 0;
}

.article-author__buttons .btn_sm {
	max-width: max-content;
}

.social__caption {
	font-size: 14px;
	margin: 0 10px 0 0;
}

.social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 40px;
}

.social__icons {
	display: flex;
	margin-left: 10px;
}

.social__icons .ya-share2__list {
	margin: 0;
}

.article-author__links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.article-author__links a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0 10px;
	background: #003E4B;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.article-author__links a:hover {
	background: #9D7B53;
}

.article-author__links img {
	display: block;
}

@media all and (max-width: 1024px) {
	.article-author__date {
		position: static;
	}

	.article-author__text {
		padding: 0;
	}

	.article-author__left {
		margin: 0 15px 0 0;
	}

	.social {
		display: block;
		padding-bottom: 20px;
	}

	.social a {
		margin: 0 12px 0 0;
	}

	.social__caption {
		margin: 0 0 10px;
	}
}

@media all and (max-width: 768px) {
	.article-author {
		margin: 0 0 40px;
		padding: 40px 0;
	}

	.article-author__right {
		-webkit-border-radius: 0 25px 0 25px;
		-moz-border-radius: 0 25px 0 25px;
		border-radius: 0 25px 0 25px;
		padding: 15px;
	}

	.article-author__left {
		margin: 0 10px 0 0;
	}

	.article-author__image {
		width: 150px;
		-webkit-border-radius: 25px 0 25px 0;
		-moz-border-radius: 25px 0 25px 0;
		border-radius: 25px 0 25px 0;
	}

	.article-author__buttons {
		flex-direction: column;
		gap: 15px;
	}

	.social a {
		width: 32px;
		height: 32px;
	}

	.social a img {
		max-width: 50%;
		max-height: 50%;
	}
}

@media all and (max-width: 480px) {
	.article-author__box {
		display: block;
	}

	.article-author__left,
	.article-author__right {
		width: 100%;
	}

	.article-author__image {
		width: 100%;
		-webkit-border-radius: 25px 0 0 0;
		-moz-border-radius: 25px 0 0 0;
		border-radius: 25px 0 0 0;
	}

	.article-author__right {
		-webkit-border-radius: 0 0 25px 0;
		-moz-border-radius: 0 0 25px 0;
		border-radius: 0 0 25px 0;
	}
}

.page-links {
	margin: 60px 0;
}

.page-links__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.5%;
	margin-right: -1.5%;
}

.page-links__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 30.33%;
	margin: 0 1.5% 30px;
	text-decoration: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 20px;
	background: url(/local/templates/sm-plastic_redesign/components/bitrix/news/articles/bitrix/news.detail/.default/../../../../../../../img/bg-dots.png) #F4F4F4;
	-webkit-border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	border-radius: 50px 0 50px 0;
	padding: 20px;
}

.page-links__image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 30px 0 0;
}

.page-links__image img {
	display: block;
	-webkit-border-radius: 30px 0 30px 0;
	-moz-border-radius: 30px 0 30px 0;
	border-radius: 30px 0 30px 0;
	width: 124px;
	height: 124px;
}

h2.chapter:before {
	display: block;
	content: "";
	height: 170px;
	margin: -170px 0 0;
}

.page-content .contents>li {
	list-style: none;
	padding: 0;
	font-style: normal;
	color: #003E4B;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

.page-content .contents>li:before {
	content: none;
	position: unset;
	padding: 0;
	margin: 0;
}

.page-content .contents>li>a {
	border-bottom: 1px dashed #D7B2A6;
}

.page-content .contents>li>a:hover {
	border: none;
	opacity: 0.7;
}

.page-content .contents {
	margin-bottom: 42px;
}

@media all and (max-width: 1150px) {
	.page-links__item {
		width: 47%;
	}
}

@media all and (max-width: 1024px) {
	h2.chapter:before {
		display: block;
		content: "";
		height: 120px;
		margin: -120px 0 0;
	}
}

@media all and (max-width: 768px) {
	.page-links {
		margin: 40px 0 20px;
	}

	.page-links__items {
		margin-left: 0;
		margin-right: 0;
	}

	.page-links__item {
		width: 100%;
		margin: 0 1.5% 15px;
		font-size: 18px;
		-webkit-border-radius: 25px 0 25px 0;
		-moz-border-radius: 25px 0 25px 0;
		border-radius: 25px 0 25px 0;
		padding: 15px;
	}

	.page-links__image {
		width: 100px;
		margin: 0 20px 0 0;
	}

	.page-links__image img {
		width: 100%;
		height: auto;
		-webkit-border-radius: 15px 0 15px 0;
		-moz-border-radius: 15px 0 15px 0;
		border-radius: 15px 0 15px 0;
	}
}

@media all and (max-width: 560px) {
	h2.chapter:before {
		display: block;
		content: "";
		height: 86px;
		margin: -86px 0 0;
	}
}

@media all and (max-width: 480px) {
	.page-links__image {
		width: 80px;
	}

	.page-links__header {
		font-size: 18px;
	}

	.page-links__item {
		font-size: 16px;
	}
}

/* End */
/* /local/templates/sm-plastic_redesign/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17624895207017 */
