

/* Start:/local/templates/sm-plastic_redesign/components/bitrix/news.detail/expert.element/style.css?171318337513515*/
.doctor {
	width: 100%;
	overflow: hidden;
	background: url("/local/templates/sm-plastic_redesign/components/bitrix/news.detail/expert.element/../../../../img/doctor-bg.png") repeat-x;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.doctor__bg {
	position: absolute;
	right: 50%;
	bottom: -10px;
	margin: 0 -213px 0 0;
	z-index: 1;
}

.doctor__photo {
	position: relative;
	z-index: 5;
}

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

.doctor__left, .doctor__right {
	width: 50%;
}

.doctor__left {
	padding: 90px 0 50px 0;
}

.doctor__right {
	position: relative;
	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: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.doctor__right img {
	max-width: 100%;
}

.doctor__name {
	font-size: 36px;
	text-transform: uppercase;
	margin: 0 0 6px;
}

.doctor__regal {
	margin-top: 20px;
}

.doctor__regal div {
	font-weight: bold;
	margin: 0 0 5px;
}

.doctor__exp {
	width: 210px;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #fff;
	color: #003E4B;
	line-height: 46px;
	height: 46px;
	text-align: center;
	margin: 30px 0;
}

.doctor__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
}

.doctor__list ul {
	overflow: hidden;
	display: flex;
	width: 100%;
	flex-flow: column wrap;
	max-height: 150px;
}

.doctor__feedback {
	margin: 10px 0 30px;
	font-weight: 700;
	z-index: 2;
	position: relative;
}

.spoiler__header {
	position: relative;
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 22px;
	color: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	padding: 5px 10px 7px 50px;
	background: #F4F4F4;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	transition: 0.2s;
}

.spoiler__header:hover {
	background: #003E4B;
	color: #fff !important;
}
/*.spoiler__header:hover .spoiler__icon:before {*/
/*	border-top: 14px solid #fff !important;*/
/*}*/

.spoiler__header:hover:before {
	background: #fff !important;
}

.spoiler__header:hover .spoiler__icon:before {
	border-top-color: #fff !important;
}

.spoiler__header:hover:before {
	border-top-color: #fff !important;
}

.spoiler__header-title  {
	margin: 0;
	padding: 0;
	color: inherit;
	line-height: 32px;
	font-weight: normal !important;
}

.spoiler__header:before {
	position: absolute;
	top: 50%;
	left: 30px;
	height: 4px;
	width: 4px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #000;
	margin: -2px 0 0 -2px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	content: '';
}

.spoiler.active {
	background: #F4F4F4;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
}

.spoiler.active .spoiler__header {
	color: #fff !important;
	background: #003E4B;
}

.spoiler.active .spoiler__header-title {
	color: #fff !important;
}

.spoiler.active .spoiler__header:before {
	background: #fff !important;
}

.spoiler.active .spoiler__hidden {
	display: block;
}

.spoiler.active .spoiler__icon:before {
	border-top-color: #fff;
	margin-top: -17px !important;
}

.doctor__sert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 33px;
	margin: 25px 0 20px;
	border-top: 1px solid #CCC;
}

.doctor__sert span {
	color: #003E4B;
	font-size: 25px;
	font-weight: 700;
	margin: 0 10px;
}

@media (max-width: 1024px) {
	.doctor__sert span {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.doctor__sert {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	.doctor__sert span {
		font-size: 16px;
	}

	.doctor__sert svg {
		max-width: 20px;
	}
}

.doctor-form .page-form__wrap {
	padding: 0 100px;
}

.doctor-form__content {
	padding: 70px 0 70px 100px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.doctor-form--review .doctor-form__content {
	padding-left: 20px;
}

@media (max-width: 768px) {
	.doctor-form--review .doctor-form__content {
		padding-left: 0;
	}
}

.doctor-form--review .form__row {
	padding-bottom: 0;
}

.doctor-form--review .form__cell-2 {
	margin-bottom: 0;
}

@media (min-width: 1025px) {
	.doctor-form--review .form__cell-2 {
		max-width: calc(50% - 8px);
	}
}

.doctor-form.doctor-form--review .form__footnote {
	margin-top: 20px;
	text-align: center;
}

.doctor-form__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 50%;
}

.doctor-form__img img {
	max-width: 100%;
}

.doctor-form .form__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.doctor-form__subtitle {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 30px;
}

.doctor-form__subtitle span {
	background: #003e4b;
	color: white;
	border-radius: 100px;
	padding: 0 10px 2px;
	line-height: 1;
}

.doctor-form__desc {
	font-size: 14px;
	margin: -10px 0 30px;
}

.doctor-form__fields input {
	margin-bottom: 15px;
}

.doctor-form .form__footnote {
	text-align: left;
	padding: 0 0 0 32px;
	margin: 0;
}

.doctor-form:not(.doctor-form--review) .form__submit button {
	margin: 0 auto 0 0;
}

@media (max-width: 1240px) {
	.doctor-form__img {
		display: none;
	}

	.doctor-form__content {
		padding: 70px 0;
	}
}

@media (max-width: 768px) {
	.doctor-form .page-form__wrap {
		padding: 0 50px;
	}

	.doctor-form__content {
		padding: 50px 0;
	}
}

@media (max-width: 560px) {
	.doctor-form .page-form__wrap {
		padding: 0 20px;
	}

	.doctor-form__content {
		padding: 20px 0;
	}

	.doctor-form__subtitle {
		font-size: 18px;
	}

	.doctor-form .form__footnote {
		padding: 0;
	}
}

.page-form--gray {
	background: #F4F4F4;
}

.doctor-certificates {
	margin: 50px 0 100px;
}

.doctor-certificates__item {
	margin-right: 20px;
}

.doctor-certificates__item img {
	max-width: 100%;
}

.doctor-certificates__dots {
	margin: 40px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.doctor-certificates__dots .slick-dots {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.doctor-certificates__dots.custom-slick-dots li {
	margin-bottom: 5px;
}

.doctor-certificates__slider {
	background: url('/local/templates/sm-plastic_redesign/img/bg-dots.png') #f4f4f4;
	border-radius: 0 50px;
	padding: 50px 50px 45px;
}

@media (max-width: 560px) {
	.doctor-certificates__slider {
		padding: 20px;
	}

	.doctor-certificates__dots .slick-dots {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.doctor-certificates__dots {
		margin: 20px auto 0;
	}

	.doctor-certificates {
		margin: 20px 0 30px;
	}
}

.doctor__quote {
	position: absolute;
	left: -5%;
	bottom: 80px;
	max-width: 305px;
	border-radius: 30px;
	border: 3px solid #BF926C;
	background: rgba(0, 62, 75, 0.70);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	padding: 25px 30px;
	color: #BF926C;
	font-weight: 700;
	font-size: 20px;
	z-index: 6;
	line-height: 1.3;
}

@media (max-width: 1400px) {
	.doctor__quote {
		max-width: 260px;
		padding: 25px 20px;
		font-size: 18px;
	}
}

@media (max-width: 1240px) {
	.doctor__quote {
		padding: 20px;
		bottom: 40px;
	}
}

@media (max-width: 1145px) {
	.doctor__quote {
		left: 40px;
	}
}

@media (max-width: 560px) {
	.doctor__quote {
		left: 20px;
		bottom: 20px;
		font-size: 14px;
		padding: 15px;
		max-width: 280px;
	}
}

.doctor-question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.doctor-question__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 18px;
}

.doctor-question__item {
	margin-bottom: 30px;
}

.doctor-question__item .question {
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 5px;
	font-size: 22px;
}

.doctor-question__img {
	max-width: calc(50% - 20px);
	margin-left: 40px;
}

.doctor-question__img img {
	max-width: 100%;
}

@media (max-width: 1000px) {
	.doctor-question__text {
		font-size: 16px;
	}

	.doctor-question__item .question {
		line-height: 20px;
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.doctor-question__img {
		max-width: calc(40% - 10px);
		margin-left: 10px;
	}
}

@media (max-width: 560px) {
	.doctor-question {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.doctor-question__img {
		max-width: 100%;
		margin: 15px 0 0;
	}

	.doctor-question__item .question {
		line-height: 20px;
		font-size: 16px;
	}

	.doctor-question__text {
		font-size: 14px;
	}

	.doctor-question__item {
		margin-bottom: 20px;
	}
}

.doctor-video {
	margin: 50px 0 100px;
}

@media (max-width: 560px) {
	margin: 20px 0 30px;
}

.doctor-video__list {
	margin: 40px 0;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

@media (max-width: 1140px) {
	.doctor-video__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.doctor-video__list {
		grid-template-columns: 1fr;
		margin: 20px 0 30px;
	}
}

.doctor-video__item {
	border-radius: 50px 0;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.doctor-video__item img {
	width: 100%;
}

.doctor-video:not(.show-more) .doctor-video__item:nth-child(n+4) {
	display: none;
}

.doctor-video__item:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.3;
	display: block;
}

.doctor-video__item:after {
	content: url("/local/templates/sm-plastic_redesign/img/play.svg");
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 35px);
}

.doctor-video__show-more.btn {
	margin: 20px auto 40px;
	display: flex;
	max-width: 330px;
	background: #FFF;
	box-shadow: 0 10px 30px 0 rgba(7, 64, 74, 0.15);
	color: #000;
	font-size: 20px;
	cursor: pointer;
}

.doctor-video__show-more.btn:hover {
	color: white;
}

.mfp-close-btn-in .mfp-close {
	font-size: 0;
}

.flex-video {
	display: flex;
	flex-wrap: wrap;
}

.flex-video .w-50 {
	margin-right: 20px;
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 1000px) {
	.flex-video .w-50 {
		width: 46%;
	}
}

@media (max-width: 768px) {
	.flex-video .w-50 {
		width: 100%;
	}
}

.flex-video .w-50 b {
	display: block;
	margin-bottom: 20px;
	max-width: 500px;
}

@media (max-width: 768px) {
	.doctor__list ul {
		max-height: none;
	}
}

.doctor__list ul + ul {
	margin: 0 0 0 30px;
}

.doctor__list li {
	margin: 0 0 4px;
	padding: 0 15px 0 0;
}

.doctor__list a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	margin-left: 10px;
}

.doctor__list a:hover {
	color: #FFDDC0;
}

.doctor__list a:hover:before {
	background: #FFDDC0;
}

.doctor__list a:before {
	position: absolute;
	top: 8px;
	left: -10px;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
	content: '';
}

@media all and (max-width: 1400px) {
	.doctor__left {
		width: 60%;
	}
	.doctor__right {
		width: 40%;
	}
}

@media all and (max-width: 1150px) {
	.doctor__box {
		display: block;
	}
	.doctor__left {
		padding: 40px 0 10px;
	}
	.doctor__left, .doctor__right {
		width: 100%;
	}
}

@media all and (max-width: 768px) {
	.doctor__name {
		font-size: 24px;
	}
	.doctor__exp {
		width: 160px;
		font-size: 16px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		line-height: 38px;
		height: 38px;
		text-align: center;
		margin: 30px 0;
	}
	.doctor__list {
		-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;
	}
	.doctor__list ul + ul {
		margin: 0;
	}
}

@media all and (max-width: 768px) {
	.doctor__bg {
		width: 100%;
		height: auto;
		margin: 0;
		right: 0;
	}
}

/* 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_element/style.css?17131833757256*/
.before-after {
	position: relative;
	margin: 60px 0;
}

.before-after_grey {
	background: url("/local/templates/sm-plastic_redesign/components/bitrix/news.list/before_after_element/../../../../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/reviews.list/style.css?17015837445060*/
.reviews-list {
	margin: 60px 0 60px;
	/* 	&__header{
		  display: flex;
		  margin:0 0 15px;
	  } */
}

.reviews-list__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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 40px;
}

.reviews-list__header h2,
.reviews-list__header .page-title {
	margin: 0;
}

.reviews-list__item {
	position: relative;
	background: #F4F4F4;
	margin: 0 0 10px;
	padding: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.reviews-list__date {
	position: absolute;
	top: 20px;
	left: 20px;
	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;
	-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;
	width: 124px;
	height: 124px;
	background: #fff;
	-webkit-border-radius: 40px 0 40px 0;
	-moz-border-radius: 40px 0 40px 0;
	border-radius: 40px 0 40px 0;
	margin-right: 20px;
	-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);
}

.reviews-list__date div {
	font-size: 34px;
	font-weight: bold;
	color: #9D7B53;
}

.reviews-list__date span {
	display: block;
}

.reviews-list__label {
	font-size: 28px;
	font-weight: bold;
}

.reviews-list__answer {
	padding: 0 0 0 200px;
}

.reviews-list__review {
	padding: 0 0 15px 200px;
	min-height: 124px;
}

.reviews-list__loadmore {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reviews-list__btn {
	margin: 30px 0 0;
	padding: 0 30px;
}

.reviews-list__btn.disabled {
	display: none;
}


@media all and (max-width: 768px) {
	.reviews-list__answer {
		padding: 0;
		margin: 15px 0 1px;
	}
	.reviews-list__review {
		padding: 0 0 0 90px;
		min-height: 100px;
	}
	.reviews-list__icon {
		width: 68px;
		height: 68px;
	}
	.reviews-list__item {
		padding: 5px 5px 5px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	.reviews-list__label {
		font-size: 22px;
	}
	.reviews-list__date {
		top: 5px;
		left: 5px;
		width: 80px;
		height: 80px;
		-webkit-border-radius: 25px 0 25px 0;
		-moz-border-radius: 25px 0 25px 0;
		border-radius: 25px 0 25px 0;
	}
	.reviews-list__date div {
		font-size: 24px;
		line-height: 26px;
	}
}

.reviews-answer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.reviews-answer__logo {
	position: absolute;
	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;
	top: 20px;
	left: 20px;
	padding: 5px;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 20px 0 20px 0;
	-moz-border-radius: 20px 0 20px 0;
	border-radius: 20px 0 20px 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);
}

.reviews-answer__logo img {
	display: block;
	max-width: 90%;
}

.reviews-answer__left {
	width: 90px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
}

.reviews-answer__right {
	position: relative;
	padding: 20px 20px 20px 20px;
}

.reviews-answer__right p:last-child {
	margin-bottom: 0;
}

.reviews-answer__title {
	font-weight: bold;
	color: #9D7B53;
	margin: 0 0 10px;
}

@media all and (max-width: 768px) {
	.reviews-answer {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.reviews-answer__right {
		padding: 20px 20px 20px 0px;
	}
	.reviews-answer__logo {
		top: 5px;
		left: 5px;
	}
}

@media all and (max-width: 480px) {
	.reviews-answer {
		/* 		padding:12px 0;
			&__left{
				padding:0 10px;
				img{
					width:40px;
					height: auto;
				}
			}
			&__right{
				padding:0 5px 0 10px;
			} */
	}
}
/* End */
/* /local/templates/sm-plastic_redesign/components/bitrix/news.detail/expert.element/style.css?171318337513515 */
/* /local/templates/sm-plastic_redesign/components/bitrix/system.pagenavigation/.default/style.css?170158374439 */
/* /local/templates/sm-plastic_redesign/components/bitrix/news.list/before_after_element/style.css?17131833757256 */
/* /local/templates/sm-plastic_redesign/components/bitrix/news.list/reviews.list/style.css?17015837445060 */
