

/* Start:/local/templates/sm-plastic_redesign/components/techart/services.direction/sections/style.css?172130630116207*/
.services-section {
	margin: 50px 0 20px;
	overflow: hidden;
}

.services-section__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%;
}

.services-section__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 30.33%;
	margin: 0 1.5% 30px;
}

.services-section__image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 30px 0 0;
}

.services-section__image img {
	display: block;
	-webkit-border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	border-radius: 50px 0 50px 0;
	width: 124px;
	height: 124px;
}

.services-section__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

/*.services-section__menu_no-items {
	padding: 30px 0 0;
}*/

.services-section__header {
	font-size: 20px;
	padding: 0 20px 0;
	margin: 0 0 25px;
	text-decoration: none;
}

.services-section__header:hover {
	text-decoration: underline;
}

.services-section__header + .services-section__list {
	border-top: 1px solid #DCDCDC;
}

.services-section__list {
	padding-top: 20px;
}

.services-section__list ul li {
	margin: 0 0 5px;
}

.services-section__list ul li a {
	display: block;
	position: relative;
	padding: 3px 40px 5px 15px;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
}

.services-section__list ul li a:hover {
	color: #fff;
}

.services-section__list ul li a.blue:hover {
	background: #003E4B;
}

.services-section__list ul li a.brown:hover {
	background: #9D7B53;
}

.services-section__list ul li a.grey:hover {
	background: #867F79;
}

.services-section__list ul li a:hover:before {
	border-left: 8px solid #FFF;
}

.services-section__list ul li a:before {
	position: absolute;
	top: 50%;
	right: 5px;
	border-left: 8px solid #DCDCDC;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid transparent;
	margin: -6px 0 0;
	content: '';
}

@media all and (max-width: 1300px) {
	.services-section__image {
		margin: 0 20px 0 0;
	}
	.services-section__header {
		padding: 0;
	}
}

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

@media all and (max-width: 768px) {
	.services-section {
		margin: 30px 0 0;
	}
	.services-section__items {
		margin-left: 0;
		margin-right: 0;
	}
	.services-section__item {
		width: 100%;
	}
	.services-section__image {
		width: 100px;
	}
	.services-section__image img {
		width: 100%;
		height: auto;
		-webkit-border-radius: 25px 0 25px 0;
		-moz-border-radius: 25px 0 25px 0;
		border-radius: 25px 0 25px 0;
	}
}

@media all and (max-width: 480px) {
	.services-section__image {
		width: 80px;
	}
	.services-section__header {
		font-size: 18px;
	}
}

/**************************************Блок с текстом 1**************************************/

.text-block-1 {
	margin: 60px 0;
}

.text-block-1__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: url("/local/templates/sm-plastic_redesign/components/techart/services.direction/sections/../../../../src/img/bg-dots.png") #F4F4F4;
	-webkit-border-radius: 0 50px 0 50px;
	-moz-border-radius: 0 50px 0 50px;
	border-radius: 0 50px 0 50px;
	padding: 30px 0 0;
}
/*Блок текст 1*/
.text-block-1__image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 430px;
	margin: 0 30px 0 0;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.text-block-1__image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.text-block-1__text {
	padding: 30px 50px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.text-block-1__button {
	max-width: 320px;
	width: 100%;
	margin: 30px 0;
	display: block !important;
}

@media all and (max-width: 1150px) {
	.text-block-1__image {
		width: 280px;
	}
}

@media all and (max-width: 1024px) {
	.text-block-1__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}
	.text-block-1__image {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 auto;
	}
	.text-block-1__text {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 30px;
	}
}

@media all and (max-width: 768px) {
	.text-block-1 {
		margin: 40px 0;
	}
	.text-block-1__box {
		-webkit-border-radius: 0 25px 0 25px;
		-moz-border-radius: 0 25px 0 25px;
		border-radius: 0 25px 0 25px;
	}
	.text-block-1__text {
		padding: 30px 15px;
	}
}

/**************************************Текст блок 2**************************************/
.text-block-2 + .text-block-2 {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.text-block-2 {
	margin: 60px 0;
	padding: 60px 0;
}

.text-block-2__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.text-block-2__image {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 330px;
}

.text-block-2__image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 10px solid #F4F4F4;
}

.text-block-2__text {
	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;
}

.text-block-2__text + .text-block-2__image {
	margin-left: 40px;
}

.text-block-2__image + .text-block-2__text {
	margin-left: 40px;
}

@media all and (max-width: 1150px) {
	.text-block-2__image {
		width: 280px;
	}
}

@media all and (max-width: 1024px) {
	.text-block-2 {
		/*		&__box{
				flex-direction: column;
				padding:0;
			}
			&__image{
				order: 2;
				margin:0 auto;
			}
			&__text{
				order:1;
				padding:30px;
			}*/
	}
}

@media all and (max-width: 768px) {
	.text-block-2 {
		margin: 40px 0;
		padding: 40px 0;
	}
	.text-block-2__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.text-block-2__text {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.text-block-2__image {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 30px;
	}
	.text-block-2__text + .text-block-2__image {
		margin-left: 0px;
	}
	.text-block-2__image + .text-block-2__text {
		margin-left: 0px;
	}
}


/**************************************Блок цен**************************************/

.price {
	margin: 60px 0;
}

.price_grey {
	padding: 60px 0;
	margin: 0;
	background: url("/local/templates/sm-plastic_redesign/components/techart/services.direction/sections/../../../../src/img/bg-dots.png") #F4F4F4;
}

.price_grey .price__wrap {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
}

.price_grey .price__box {
	-webkit-border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	border-radius: 50px 0 50px 0;
	background: #fff;
	-webkit-box-shadow: 0px 10px 30px rgba(7, 64, 74, 0.15);
	-moz-box-shadow: 0px 10px 30px rgba(7, 64, 74, 0.15);
	box-shadow: 0px 10px 30px rgba(7, 64, 74, 0.15);
}

.price__wrap {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 20px;
	background: #F4F4F4;
}

.price__box {
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 60px;
}

.price table {
	table-layout: fixed;
	width: 100%;
	color: #000;
}

.price table div {
	color: inherit;
}

.price table tr th {
	font-weight: bold;
	color: #003E4B;
	font-size: 20px;
}

.price table tr td {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.price table tr th,
.price table tr td {
	position: relative;
	padding: 15px 0;
}

.price table tr th:first-child div,
.price table tr td:first-child div {
	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: justify;
	-webkit-justify-content: flex-start;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}

.price table tr th:first-child a,
.price table tr td:first-child 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: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #000;
	text-decoration: none;
}

.price table tr th:first-child a:hover,
.price table tr td:first-child a:hover {
	text-decoration: underline;
}

.price table tr th:first-child span,
.price table tr td:first-child span {
	float: right;
	line-height: 32px;
	margin: 0 0 0 5px;
	text-align: center;
}

.price table tr th:first-child .price__action, .price table tr th:first-child .price__free,
.price table tr td:first-child .price__action,
.price table tr td:first-child .price__free {
	padding: 0 30px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.price table tr th:first-child .price__action,
.price table tr td:first-child .price__action {
	background: #9D7B53;
	color: #fff;
}

.price table tr th:first-child .price__free,
.price table tr td:first-child .price__free {
	background: rgba(157, 123, 83, 0.2);
	border-radius: 30px 10px 10px 2px;
	font-weight: 700;
	font-size: 12px;
	line-height: 32px;
	display: flex;
	align-items: center;
	text-align: center;
	height: 22px;
	color: #9D7B53;
	text-transform: capitalize;
	position: relative;
	top: -7px;
}

.price table tr th:last-child,
.price table tr td:last-child {
	width: 180px;
	margin-left: 35px;
	padding-right: 0;
	text-align: right;
	font-size: 22px;
}

.price table tr th:last-child b,
.price table tr td:last-child b {
	color: #003E4B;
}

.price table tr th:last-child .price__action,
.price table tr td:last-child .price__action {
	color: #9D7B53;
	font-weight: bold;
}

.price table tr th:last-child .price__free,
.price table tr td:last-child .price__free {
	text-decoration: line-through;
}

@media all and (max-width: 1024px) {
	.price_grey .price__box {
		padding: 10px 30px;
	}
	.price__box {
		padding: 10px 20px;
	}
	.price table tr th,
	.price table tr td {
		padding: 8px 0;
	}
	.price table tr th:first-child,
	.price table tr td:first-child {
		padding-right: 10px;
	}
	.price table tr th:last-child,
	.price table tr td:last-child {
		font-size: 18px;
		width: 150px;
	}
}

@media all and (max-width: 768px) {
	.price {
		margin: 40px 0;
	}
	.price__wrap {
		padding: 6px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.price__box {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.price_grey {
		margin: 0;
		padding: 40px 0;
	}
	.price_grey .price__box {
		-webkit-border-radius: 25px 0 25px 0;
		-moz-border-radius: 25px 0 25px 0;
		border-radius: 25px 0 25px 0;
		padding: 10px 15px;
	}
	.price table tr th,
	.price table tr td {
		font-size: 16px;
	}
	.price table tr th:first-child .price__free, .price table tr th:first-child .price__action,
	.price table tr td:first-child .price__free,
	.price table tr td:first-child .price__action {
		line-height: 24px;
		padding: 0 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.price table tr th:last-child,
	.price table tr td:last-child {
		font-size: 16px;
	}
}

@media all and (max-width: 480px) {
	.price__box {
		padding: 5px 10px 10px;
	}
	.price table tr th,
	.price table tr td {
		font-size: 14px;
	}
	.price table tr th:first-child div,
	.price table tr td:first-child div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.price table tr th:first-child .price__free,
	.price table tr td:first-child .price__free {
		display: block;
		float: none;
		margin: 8px 0 0;
		line-height: 20px;
		padding: 0 10px;
		font-size: 12px;
	}
	.price table tr th:first-child .price__action,
	.price table tr td:first-child .price__action {
		display: block;
		float: none;
		margin: 8px 0 0;
		line-height: 18px;
		padding: 0 10px;
		font-size: 12px;
	}
	.price table tr th:last-child,
	.price table tr td:last-child {
		font-size: 14px;
		width: 105px;
	}
}

.parent-section-name {
	display: none;
}

.detailed-info__block {
	overflow-wrap: anywhere;
	position: relative;
	z-index: 1;
	padding: 80px 0 0;
}
.detailed-info__block-description {
	-webkit-border-radius: 0 50px 0 50px;
	-moz-border-radius:  0 50px 0 50px;
	border-radius:  0 50px 0 50px;
	padding: 30px 35px 40px;
	background: url(/local/templates/sm-plastic_redesign/img/bg-dots.png) #f3f3f3;
	margin: 0 0 60px 0;
}
.detailed-info__description-title h2 {
	font-size: 32px;
	line-height: 43px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.detailed-info__block-description p {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	font-weight: 300;
}
.detailed-info__box {
	display: flex;
}
.detailed-info-items {
	display: grid;
	gap:40px;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
}

.detailed-info__item {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	font-weight: 300;
	margin-bottom: 20px;
}
.detailed-info__item-title {
	font-weight: 600;
	margin-bottom: 20px;
}
.detailed-info__image {
	margin-right: -200px;
}
.detailed-info__image img {
	margin-bottom: -4px;
}

.detailed-info__right {
	display: flex;
	flex-direction: column-reverse;
}

@media (max-width: 1850px) {
	.detailed-info__image img {
		width: 100%;
	}
	.detailed-info__left {
		width: 70%;
	}
	.detailed-info__image {
		margin: 0;
	}
	.detailed-info__right {
		width: 30%;
	}
	.detailed-info__box {
		align-items: flex-end;
	}
}
@media (max-width: 1150px) {
	.detailed-info__right {
		display: none;
	}
	.detailed-info__left {
		width: 100%;
	}
	.detailed-info__left {
		margin-bottom: 30px;
	}
	.detailed-info-items {
		gap: 20px;
	}
}

@media (max-width: 768px) {
	.detailed-info-items {
		grid-template-columns: repeat(1,1fr);
	}
}

@media (max-width: 500px) {
	.detailed-info__right {
		display: block;
	}
	.detailed-info__box {
		flex-direction: column;
		align-items: center;
	}
	.detailed-info__right {
		width: 100%;
	}
	.detailed-info__block-description {
		margin: 0 0 40px 0;
		padding: 25px;
	}
	.detailed-info__description-title h2 {
		font-size: 28px;
		line-height: 40px;
	}
}

@media (max-width: 321px) {
	.detailed-info__description-title h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.detailed-info__item-title {
		margin-bottom: 10px;
	}
}
/* End */


/* Start:/local/templates/sm-plastic_redesign/components/bitrix/system.pagenavigation/.default/style.css?170158374439*/
.page-nav-container {
	display: none;
}
/* End */


/* Start:/local/templates/sm-plastic_redesign/components/bitrix/news.list/before_after_section/style.css?17261136167253*/
.before-after {
	position: relative;
	margin: 60px 0;
}

.before-after_grey {
	background: url("/local/templates/sm-plastic_redesign/components/bitrix/news.list/before_after_section/../../../../src/img/bg-dots.png") #f4f4f4;
	padding: 60px 0;
}

.before-after_grey .before-after__image {
	background: #fff;
}

.before-after_grey .before-after__image:before {
	border: 11px solid #fff;
}

.before-after a.before-after__image:hover {
	box-shadow: 0px 10px 30px rgba(7, 64, 74, 0.15);
	width: calc(100% + 20px);
	margin: -10px -10px 0;
}

.before-after a.before-after__image:hover:before {
	border: 0 solid #f4f4f4;
}

.before-after a.before-after__image:hover img {
	-webkit-box-shadow: 0px 10px 30px rgba(7, 64, 74, 0.15);
	-moz-box-shadow: 0px 10px 30px rgba(7, 64, 74, 0.15);
	box-shadow: 0px 10px 30px rgba(7, 64, 74, 0.15);
}

.before-after a.before-after__image:hover .before-after__lupe {
	top: 110px;
	right: 23px;
}

.before-after__image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f4f4f4;
	margin: 0 auto;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.before-after__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.before-after__image + .before-after__dummy,
.before-after__image + .before-after__image {
	margin-top: 4%;
}

.before-after__info {
	width: calc(100% - 60px);
	margin: 30px 30px 25px;
}

.before-after__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

.before-after__expert {
	font-weight: 600;
}

.before-after__dummy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-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;
	background: #f4f4f4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}

.before-after__dummy:before {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 11px solid #f4f4f4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	content: "";
}

.before-after__lupe {
	position: absolute;
	right: -33px;
	top: -33px;
	width: 54px;
	height: 54px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.before-after__lupe:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23px;
	height: 23px;
	margin: -12px 0 0 -12px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIyLjg2IDIyLjE4Mi02Ljk5OS02Ljk5OGE5LjA1NyA5LjA1NyAwIDAgMCAyLjM0Ny02LjA4QzE4LjIwOCA0LjA4NCAxNC4xMjQgMCA5LjEwNCAwUzAgNC4wODQgMCA5LjEwNHM0LjA4NCA5LjEwNCA5LjEwNCA5LjEwNGE5LjA1NyA5LjA1NyAwIDAgMCA2LjA4LTIuMzQ3bDYuOTk4IDYuOTk5YS40NzcuNDc3IDAgMCAwIC42NzggMCAuNDc5LjQ3OSAwIDAgMCAwLS42NzhaTTkuMTA0IDE3LjI1Yy00LjQ5MSAwLTguMTQ2LTMuNjU0LTguMTQ2LTguMTQ2Qy45NTggNC42MTIgNC42MTMuOTU4IDkuMTA0Ljk1OGM0LjQ5MSAwIDguMTQ2IDMuNjU0IDguMTQ2IDguMTQ2IDAgNC40OTItMy42NTUgOC4xNDYtOC4xNDYgOC4xNDZaIiBmaWxsPSIjMDAzRTRCIi8+PC9zdmc+")
		50% 50% no-repeat;
	content: "";
}

.before-after__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 10px;
}

.before-after__header > * {
	margin: 0;
	padding: 0;
}

.before-after__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%;
	margin-right: -1%;
}

.before-after__items.slick-slider {
	white-space: normal;
}

.before-after__item {
	width: 31.33%;
	margin: 0 1% 30px;
	padding: 20px;
	border-radius: 40px;
	background: #f4f4f4;
}

.before-after__item_empty .before-after__image img {
	width: auto;
	max-width: 55%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.before-after__link {
	padding: 20px 0 0;
}

.before-after__link .btn {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

@media all and (max-width: 1024px) {
	.before-after__item {
		width: 48%;
		margin: 0 1% 15px;
	}
	.before-after__item_empty {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.before-after {
		margin: 40px 0;
	}
	.before-after_grey {
		padding: 40px 0;
	}
	.before-after__image + .before-after__image {
		margin-top: 2%;
	}
	.before-after__image {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	.before-after__image:before {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	.before-after__image img {
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
}

@media all and (max-width: 480px) {
	.before-after__items {
		margin-left: 0;
		margin-right: 0;
	}
	.before-after__item {
		width: 100%;
		margin: 0 0% 15px;
	}
}

.before-after-popup .mfp-close {
	display: none !important;
}

.before-after-popup .mfp-img {
	padding: 0;
}

.before-after-popup .mfp-bottom-bar {
	position: initial;
	margin-top: 0;
}

.before-after-popup .mfp-title {
	padding: 16px 30px 30px;
	border-radius: 0px 0px 50px 50px;
	background-color: #f4f4f4;
}

.before-after-popup .mfp-title:empty {
	padding: 0;
}

.before-after-popup .mfp-arrow {
    width: 75px;
    height: 75px;
    border-radius: 50%;
	background-color: white;
	opacity: 1;
}

.before-after-popup .mfp-arrow:hover {
	background-color: #9d7b53;
}

.before-after-popup .mfp-arrow:after {
	display: none;
}

.before-after-popup .mfp-arrow:before {
	position: initial;
    margin: auto;
	border-top-width: 13px;
    border-bottom-width: 13px;
	opacity: 1;
}

.before-after-popup .mfp-arrow-left {
	left: calc(50% - 350px);
}

.before-after-popup .mfp-arrow-left:before {
	margin: auto 26px auto 20px;
	border-right: 20px solid #000;
}

.before-after-popup .mfp-arrow-left:hover:before {
	border-right: 20px solid #fff;
}

.before-after-popup .mfp-arrow-right {
	right: calc(50% - 350px);
}

.before-after-popup .mfp-arrow-right:before {
	margin: auto 14px auto 30px;
	border-left: 20px solid #000;
}

.before-after-popup .mfp-arrow-right:hover:before {
	border-left: 20px solid #fff;
}

@media screen and (max-width: 768px) {
	.before-after-popup .mfp-arrow-left {
		left: 10px;
	}

	.before-after-popup .mfp-arrow-right {
		right: 10px;
	}
}

/* End */


/* Start:/local/templates/sm-plastic_redesign/components/bitrix/news.list/advantages/style.css?17015837442718*/
.advantages {
	margin: 60px 0;
}

.advantages__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;
}

.advantages .advantages__item:hover {
	background: #003E4B;
	color: #fff;
}

.advantages .advantages__item:hover .advantages__icon {
	background: #fff;
}

.advantages .advantages__item:hover .advantages__icon img:first-child {
	display: none;
}

.advantages .advantages__item:hover .advantages__icon img:last-child {
	display: block;
}

.advantages__item {
	display: block;
	text-decoration: none;
	background: url("/local/templates/sm-plastic_redesign/components/bitrix/news.list/advantages/../../../../src/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: 30px 30px 14px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.advantages__item {
	width: 22%;
	margin: 0 1.5% 40px;
}

.advantages__icon {
	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;
	background: #003E4B;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0 0 15px;
}

.advantages__icon img {
	display: block;
}

.advantages__icon img:first-child {
	display: block;
}

.advantages__icon img:last-child {
	display: none;
}

.advantages__footnote {
	background: #F4F4F4;
	-webkit-border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	border-radius: 50px 0 50px 0;
	padding: 10px 20%;
	text-align: center;
}

.advantages__footnote a {
	text-decoration: none;
}

.page-content ol li::before {
	display: none;
}

.page-content ol li {
	padding-left: 10px;
}

@media all and (max-width: 1024px) {
	.advantages__item {
		width: 47%;
		margin-bottom: 20px;
	}
	.advantages__footnote {
		padding: 10px 30px;
	}
}

@media all and (max-width: 768px) {
	.advantages {
		margin: 40px 0;
	}
	.advantages__item {
		-webkit-border-radius: 25px 0 25px 0;
		-moz-border-radius: 25px 0 25px 0;
		border-radius: 25px 0 25px 0;
	}
}

@media all and (max-width: 480px) {
	.advantages__items {
		margin-left: 0;
		margin-right: 0;
	}
	.advantages__item {
		width: 100%;
		margin: 0 0 10px;
		padding: 15px 15px 1px;
	}
	.advantages__footnote {
		padding: 10px 15px;
		-webkit-border-radius: 25px 0 25px 0;
		-moz-border-radius: 25px 0 25px 0;
		border-radius: 25px 0 25px 0;
	}
}

/* End */


/* Start:/local/templates/sm-plastic_redesign/components/bitrix/news.list/main.stock.list/style.css?17015837444699*/
.main-actions {
	position: relative;
	z-index: 1;
	padding: 70px 0;
	overflow: hidden;
}

.main-actions__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: -2%;
	margin-right: -2%;
	margin-bottom: 30px;
}

.main-actions__item {
	width: 46%;
	margin: 0 2% 40px;
	height: 410px;
	/*height: 370px;*/
	padding: 45px 45px 100px 45px;
	overflow: hidden;
	position: relative;
}

/*.main-actions__item:nth-child(1), .main-actions__item:nth-child(4) {*/
/*	background: #003E4B;*/
/*	color: #fff;*/
/*}*/

/*.main-actions__item:nth-child(2), .main-actions__item:nth-child(3) {*/
/*	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(87, 59, 28, 0.1)));*/
/*	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(87, 59, 28, 0.1) 100%);*/
/*	background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(87, 59, 28, 0.1) 100%);*/
/*	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(87, 59, 28, 0.1) 100%);*/
/*	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(87, 59, 28, 0.1) 100%);*/
/*	color: #000;*/
/*}*/


.main-actions__item {
	/*background: -webkit-linear-gradient(277deg, rgb(204, 204, 204) 0%, rgb(210, 210, 210) 90%);*/
	/*background: -o-linear-gradient(277deg, rgb(204, 204, 204) 0%, rgb(210, 210, 210) 90%);*/
	/*background: -ms-linear-gradient(277deg, rgb(204, 204, 204) 0%, rgb(210, 210, 210) 90%);*/
	/*background: -moz-linear-gradient(277deg, rgb(204, 204, 204) 0%, rgb(210, 210, 210) 90%);*/
	/*background: linear-gradient(173deg, rgb(204, 204, 204) -26%, rgb(255, 255, 257) 90%);*/
	background: linear-gradient(150deg, rgb(190, 190, 190), rgb(255, 255, 255),rgb(199, 199, 199));
	color: #000;
}

.main-actions__item:nth-child(4n) {
	background: #003E4B;
	color: #fff;
}

.main-actions__item:nth-child(4n+1) {
	background: #003E4B;
	color: #fff;
}

.actions__item:nth-child(4n+3) {
	-webkit-border-radius: 0 50px 0 50px;
	-moz-border-radius: 0 50px 0 50px;
	border-radius: 0 50px 0 50px;
}

.main-actions__item:nth-child(1) {
	-webkit-border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	border-radius: 50px 0 50px 0;
}

.main-actions__item:nth-child(2) {
	-webkit-border-radius: 0 50px 0 50px;
	-moz-border-radius: 0 50px 0 50px;
	border-radius: 0 50px 0 50px;
}

.main-actions__item:nth-child(2) .main-actions__date {
	color: #573B1C;
}

.main-actions__item:nth-child(3) {
	-webkit-border-radius: 0 50px 0 50px;
	-moz-border-radius: 0 50px 0 50px;
	border-radius: 0 50px 0 50px;
}

.main-actions__item:nth-child(3) .main-actions__date {
	color: #573B1C;
}

.main-actions__item:nth-child(4) {
	-webkit-border-radius: 50px 0 50px 0;
	-moz-border-radius: 50px 0 50px 0;
	border-radius: 50px 0 50px 0;
}

.main-actions__title, .main-actions__desc, .main-actions__date {
	position: relative;
	z-index: 1;
}

.main-actions__title {
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.main-actions__desc {
	font-size: 24px;
	margin: 0 0 15px;
	max-width: 280px;
}

.main-actions__date {
	font-size: 14px;
	font-weight: bold;
}

.main-actions__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 0;
}

.main-actions__image img {
	display: block;
	/*max-height: 100%;*/
	height: 100%;
}

.main-actions__button {
	position: absolute;
	left: 45px;
	bottom: 40px;
	width: 210px;
	z-index: 1;
	-webkit-box-shadow: 0px 4px 50px rgba(157, 123, 83, 0.15);
	-moz-box-shadow: 0px 4px 50px rgba(157, 123, 83, 0.15);
	box-shadow: 0px 4px 50px rgba(157, 123, 83, 0.15);
}

.main-actions__readmore {
	text-align: center;
}

.main-actions__readmore .btn {
	width: 210px;
}

@media all and (max-width: 1150px) {
	.main-actions__item {
		padding: 35px 35px 100px 35px;
		height: 350px;
	}
	.main-actions__button {
		left: 35px;
		bottom: 35px;
	}
	.main-actions__title {
		font-size: 36px;
		margin: 0 0 10px;
	}
	.main-actions__desc {
		font-size: 20px;
	}
}

@media all and (max-width: 1024px) {
	.main-actions__items {
		margin-left: 0;
		margin-right: 0;
	}
	.main-actions__item {
		width: 100%;
		margin: 0 0 20px;
	}
}

@media all and (max-width: 768px) {
	.main-actions__title {
		font-size: 28px;
	}
	.main-actions__desc {
		font-size: 18px;
	}
}

/* End */
/* /local/templates/sm-plastic_redesign/components/techart/services.direction/sections/style.css?172130630116207 */
/* /local/templates/sm-plastic_redesign/components/bitrix/system.pagenavigation/.default/style.css?170158374439 */
/* /local/templates/sm-plastic_redesign/components/bitrix/news.list/before_after_section/style.css?17261136167253 */
/* /local/templates/sm-plastic_redesign/components/bitrix/news.list/advantages/style.css?17015837442718 */
/* /local/templates/sm-plastic_redesign/components/bitrix/news.list/main.stock.list/style.css?17015837444699 */
