.page__intro_offset_top {
	padding-top: 50px;
}

@media only screen and (max-width: 1024px) {
	.page__intro {
		margin: 0 0 40px;
	}
}

.alt-title {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 300;
	line-height: 1.32;
	text-align: left;
	text-transform: uppercase;
	word-break: break-word;
}

.title_size_h3-alt {
	font-size: 24px;
}

@media only screen and (min-width: 1025px) {
	.title_size_h3-alt {
		font-size: 32px;
	}
}

.title_size_h3-size_20 {
	font-size: 20px;
}

@media only screen and (min-width: 1025px) {
	.title_size_h3-size_20 {
		font-size: 32px;
	}
}

.title_size_h4-alt {
	font-size: 20px;
}

@media only screen and (min-width: 1025px) {
	.title_size_h4-alt {
		font-size: 24px;
	}
}

.title_size_h4-size_16 {
	font-size: 16px;
}

@media only screen and (min-width: 1025px) {
	.title_size_h4-size_16 {
		font-size: 24px;
	}
}

.profile__section_type_simple .profile__header {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
}

.profile__section_type_simple .profile__title {
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0;
	font-size: inherit;
}

.profile__pagination_spacing_s {
	padding: 55px 0 0;
}

.profile__card {
	margin: 0 0 24px;
}

.profile__card:last-child {
	margin-bottom: 0;
}

.profile__fields {
	margin: 0 0 18px;
}

@media only screen and (max-width: 1024px) {
	.profile__fields {
		line-height: 22px;
	}
}

.profile__fields:last-child {
	margin-bottom: 0;
}

.profile-card__lines {
	display: block;
	font-size: 12px;
	line-height: 16px;
}

.profile-card__line {
	display: flex;
	align-items: flex-end;
	flex-wrap: nowrap;
	margin: 0 0 10px;
}

.profile-card__line_type_important {
	font-size: 14px;
	font-weight: 500;
}

.profile-card__line:last-child {
	margin-bottom: 0;
}

.profile-card__heading {
	display: block;
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
}

.profile-card__value {
	display: block;
	flex: 0 0 100px;
	width: 100px;
	max-width: 100px;
	margin: 0 0 0 10px;
}

@media only screen and (max-width: 1024px) {
	.profile__review-products {
		margin: 0 -10px;
	}
}

.review-products {
	display: block;
}

.review-products__list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.review-products__item {
	display: block;
	margin: 0 0 12px;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.review-products__item {
		margin: 0;
		border-bottom: 1px solid #d8d8d8;
	}
}

.review-products__item:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.review-products__item:last-child {
		margin: 0;
		border-bottom: none;
	}
}

.review-product {
	display: block;
	padding: 19px 29px 19px 19px;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #d8d8d8;
}

@media only screen and (max-width: 1024px) {
	.review-product {
		padding: 30px 10px;
		border: none;
	}
}

.review-product__main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.review-product__illustration-wrapper,
.review-product__mobile-illustration {
	display: none;
	flex: 0 0 80px;
	align-self: flex-start;
	width: 80px;
	max-width: 80px;
	margin: 0 20px 0 0;
}

@media only screen and (min-width: 1025px) {
	.review-product__illustration-wrapper {
		display: block;
	}
}

.review-product__illustration {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: opacity .3s ease;
    text-align: center;
}

.review-product__illustration:hover {
	opacity: .7;
}

.review-product__image {
	display: inline-block;
    max-height: 80px;
}

.review-product__content {
	display: flex;
	flex: 1 1 auto;
	justify-content: space-between;
	flex-wrap: wrap;
	width: auto;
	max-width: 100%;
}

@media only screen and (min-width: 1025px) {
	.review-product__content {
		max-width: calc(100% - 100px);
	}
}

.review-product__mobile-illustration {
	display: block;
	margin: 0 10px 0 0;
}

@media only screen and (min-width: 1025px) {
	.review-product__mobile-illustration {
		display: none;
	}
}

.review-product__info {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	flex: 1 1 auto;
	width: auto;
	max-width: 60%;
}

.review-product__title {
	display: block;
	width: 100%;
	margin: 0 0 11px;
	color: #000;
	font-weight: 600;
}

.review-product__title:last-child {
	margin-bottom: 0;
}

.review-product__link {
	color: inherit;
	text-decoration: none;
}

.review-product__link:hover {
	color: inherit;
	text-decoration: underline;
}

.review-product__rating-group {
	display: none;
	width: 100%;
}

.review-product__rating {
	margin: 0 0 8px;
}

.review-product__rating-label {
	color: #808080;
}

@media only screen and (min-width: 1025px) {
	.review-product__rating {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
}

@media only screen and (min-width: 1025px) {
	.review-product__rating-label {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 24px;
	}
}

.review-product__temp-control {
	display: none;
	flex: 0 0 190px;
	align-self: center;
	width: 190px;
	max-width: 190px;
	margin: 0 0 0 20px;
}

.review-product__mobile-temp-control {
	display: block;
	width: 100%;
	margin: auto 0 0;
	padding: 10px 0 0;
}

@media only screen and (min-width: 1025px) {
	.review-product__temp-control {
		display: block;
	}

	.review-product__mobile-temp-control {
		display: none;
	}
}

.review-product__details {
	display: block;
	flex: 0 0 auto;
	width: auto;
	margin: 0 0 0 20px;
	color: #808080;
	text-align: right;
}

@media only screen and (max-width: 1024px) {
	.review-product__details {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		flex: 1 1 100%;
		order: -1;
		width: 100%;
		max-width: 100%;
		margin: 0 0 13px;
		text-align: left;
	}
}

@media only screen and (min-width: 1025px) {
	.review-product__date {
		margin: 0 0 11px;
	}
}

.review-product__date:last-child {
	margin-bottom: 0;
}

.review-product__lemms {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 13px;
	border: 1px solid currentColor;
}

.review-product__form {
	display: none;
	padding: 20px 0 10px;
}

.review-product__line {
	padding: 0 0 24px;
}

.review-product .review-product__textarea {
	height: 180px;
	min-height: 45px;
}

@media only screen and (max-width: 1024px) {
	.review-product__line .form__message {
		text-align: center;
	}
	.review-product__line:last-child {
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 1025px) {
	.review-product__line {
		padding: 0 0 20px;
	}

	.review-product .review-product__textarea {
		height: 90px;
	}
}

.review-product__submit {
	padding: 15px 0 0;
	text-align: right;
}

@media only screen and (min-width: 1025px) {
	.review-product__control {
		display: inline-block;
		vertical-align: middle;
		min-width: 190px;
		width: auto;
	}
}

.review-product__plain-text {
	display: block;
	flex: 0 1 100%;
	width: 100%;
	max-width: 100%;
	padding: 15px 0 0;
	font-size: 14px;
	line-height: 22px;
}

@media only screen and (min-width: 1025px) {
	.review-product__plain-text {
		padding: 20px 0 10px;
	}
}

.review-product__carousel-slide {
	width: 40px;
}

.review-product__carousel-link {
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

@media only screen and (min-width: 1025px) {
	.review-product__carousel-slide {
		width: 60px;
	}

	.review-product__carousel-link {
		width: 60px;
		height: 60px;
	}
}

.review-product__carousel-image {
	display: none;
}

.review-product_state_edit .review-product__temp-control,
.review-product_state_edit .review-product__mobile-temp-control {
	display: none;
}

.review-product_state_edit .review-product__rating-group,
.review-product_state_edit .review-product__form {
	display: block;
}

.review-product_state_reviewed .review-product__rating-group {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.review-product_state_reviewed .review-product__mobile-illustration {
		flex-basis: 68px;
		width: 68px;
		max-width: 68px;
		margin: 0 12px 0 0;
	}

	.review-product_state_reviewed {
		padding: 20px 10px;
	}
}

.title__tooltip {
	display: inline-block;
	vertical-align: 0.6em;
}

.tooltip {
	position: relative;
	display: block;
}

.tooltip__trigger {
	display: block;
	width: 10px;
	height: 10px;
	color: #A01602;
	font-size: 7px;
	font-weight: 700;
	line-height: 10px;
	text-align: center;
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 50%;
	outline: none;
}

@media only screen and (min-width: 768px) {
	.tooltip__trigger {
		width: 14px;
		height: 14px;
		font-size: 10px;
		line-height: 14px;
	}
}

.tooltip__control {
	display: block;
}

.tooltip__body {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 100;
	display: none;
	width: max-content;
	min-width: 150px;
	max-width: 300px;
	padding: 16px;
	font-size: 12px;
	line-height: 22px;
	background: #fff;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
	transform: translate(-50%, 10px);
}

.tooltip__field {
	display: block;
	margin: 0 0 22px;
}

.tooltip__field:last-child {
	margin-bottom: 0;
}

.tooltip_state_open .tooltip__body {
	display: block;
}

.stat-banner {
	position: relative;
	display: block;
	padding: 19px 0;
	color: #fffdfd;
	font-size: 14px;
	line-height: 20px;
	background-color: #999;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

@media only screen and (min-width: 1025px) {
	.stat-banner {
		padding: 40px 0 55px;
		font-size: 16px;
		line-height: 1.5;
	}
}

.stat-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333333;
	opacity: .64;
}

@media only screen and (min-width: 1025px) {
	.stat-banner:before {
		background: linear-gradient(90deg, rgba(51, 51, 51, 0.69) 77.84%, rgba(51, 51, 51, 0) 96.42%);
		opacity: 1;
	}
}

.stat-banner__image {
	display: none;
}

.stat-banner__wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: nowrap;
}

@media only screen and (min-width: 1025px) {
	.stat-banner__wrapper {
		display: block;
	}
}

.stat-banner__info {
	display: block;
	max-width: 620px;
	flex: 1 1 auto;
	width: 100%;
	max-width: 100%;
	padding: 18px 0 0;
}

@media only screen and (min-width: 1025px) {
	.stat-banner__info {
		margin: 0 0 64px;
		padding: 0;
	}

	.stat-banner__info:last-child {
		margin-bottom: 0;
	}
}

.stat-banner__title {
	display: block;
	margin: 0 0 14px;
	font-size: 24px;
	font-weight: 600;
	line-height: 31px;
}

@media only screen and (min-width: 1025px) {
	.stat-banner__title {
		font-size: 52px;
		line-height: 68px;
	}
}

.stat-banner__title:last-child {
	margin-bottom: 0;
}

.stat-banner__main {
	display: block;
	overflow: hidden;
	flex: 0 0 auto;
	padding: 0 7px 0 20px;
}

.stat-banner__stat {
	display: block;
	margin: 0 0 20px;
}

.stat-banner__stat:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
	.stat-banner__main {
		padding: 0;
	}

	.stat-banner__stats {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -34px -34px;
	}

	.stat-banner__stat {
		flex: 0 1 auto;
		width: auto;
		margin: 0;
		padding: 0 34px 34px;
	}
}

.stat-banner__stat-value {
	display: block;
	margin: 0 0 6px;
}

@media only screen and (min-width: 1025px) {
	.stat-banner__stat-value {
		margin: 0 0 14px;
	}
}

.stat-banner__stat-value:last-child {
	margin-bottom: 0;
}

.stat-banner__label {
	display: inline-block;
	min-width: 72px;
	padding: 0 5px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 44px;
	text-align: center;
	background: #A01602;
}

.stat-banner__stat-label {
	display: block;
	width: min-content;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}

@media only screen and (min-width: 1025px) {
	.stat-banner__label {
		min-width: auto;
		padding: 0 15px 0 14px;
		font-size: 64px;
		line-height: 87px;
	}

	.stat-banner__stat-label {
		width: auto;
		font-size: 24px;
		line-height: 31px;
	}
}

.aside {
	display: block;
	font-size: 12px;
	line-height: 20	px;
}

@media only screen and (min-width: 1025px) {
	.aside {
		font-size: 14px;
		line-height: 24px;
	}
}

.aside__panel {
	display: block;
	margin: 0 0 50px;
	padding: 20px;
	background: #fafafa;
}

.aside__panel:last-child {
	margin-bottom: 0;
}

.aside__section {
	display: block;
	margin: 0 0 40px;
}

.aside__section:last-child {
	margin-bottom: 0;
}

.aside__heading {
	display: block;
	margin: 0 0 20px;
}

.aside__heading:last-child {
	margin-bottom: 0;
}

.aside__title {
	display: block;
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
}

@media only screen and (min-width: 1025px) {
	.aside__title {
		font-size: 18px;
		line-height: 26px;
	}
}

.aside__title:last-child {
	margin-bottom: 0;
}

.aside__illustration {
	display: block;
	margin: 0 0 20px;
}

.aside__illustration:last-child {
	margin-bottom: 0;
}

.aside__image {
	display: block;
	width: auto;
	max-width: 100%;
}

.aside__fields {
	display: block;
	margin: 0 0 14px;
}

.aside__fields:last-child {
	margin-bottom: 0;
}

.aside__field {
	display: block;
	margin: 0 0 5px;
}

.aside__section:last-child {
	margin-bottom: 0;
}

.section_size_s {
	font-size: 12px;
	line-height: 24px;
}

@media only screen and (min-width: 1025px) {
	.section_size_s {
		font-size: 14px;
		line-height: 26px;
	}
}

.section_size_s .section__header {
	margin: 0 0 21px;
}

.section_size_s .section__header:last-child {
	margin-bottom: 0;
}

.section_size_s .section__field {
	margin: 0 0 20px;
}

.section_size_s .section__field:last-child {
	margin-bottom: 0;
}

.section_size_s .section__field_size_s {
	font-size: 12px;
	line-height: 20px;
}

.simple-advantages {
	display: block;
	overflow: hidden;
}

.simple-advantages__list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simple-advantages__item {
	display: block;
	margin: 0 0 50px;
	padding: 0;
}

.simple-advantages__item:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
	.simple-advantages__list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -40px -40px;
	}

	.simple-advantages__item {
		display: block;
		flex: 1 1 50%;
		width: 50%;
		max-width: 100%;
		margin: 0;
		padding: 0 40px 40px;
	}
}

.simple-advantage {
	display: block;
}

.simple-advantage__wrapper {
	display: flex;
	flex-wrap: nowrap;
}

.simple-advantage__illustration {
	display: block;
	flex: 0 0 50px;
	width: 50px;
	max-width: 50px;
	height: 50px;
	margin: 0 22px 0 0;
}

.simple-advantage__illustration:last-child {
	margin-bottom: 0;
}

.simple-advantage__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

.simple-advantage__main {
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
}

@media only screen and (min-width: 1025px) {
	.simple-advantage__wrapper {
		display: block;
	}

	.simple-advantage__illustration {
		width: 36px;
		height: 36px;
		margin: 0 0 12px;
	}
}

.info-group {
	display: block;
}

.info-group__list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.info-group__item {
	display: block;
	margin: 0 0 15px;
	padding: 0 0 14px;
	border-bottom: 1px solid #e5e5e5;
}

.info-group__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.info-snippet {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.info-snippet__wrapper {
	display: block;
}

@media only screen and (min-width: 768px) {
	.info-snippet__wrapper {
		display: flex;
		align-items: flex-start;
		flex-wrap: nowrap;
	}
}

.info-snippet__date {
	display: block;
	margin: 0 0 16px;
}

@media only screen and (min-width: 768px) {
	.info-snippet__date {
		flex: 0 0 80px;
		width: 80px;
		max-width: 80px;
		margin: 0 20px 0 0;
	}
}

.info-snippet__date:last-child {
	margin: 0;
}

.info-snippet__label {
	display: inline-block;
	vertical-align: middle;
	min-width: 70px;
	padding: 0 5px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	background: #a01602;
}

@media only screen and (min-width: 768px) {
	.info-snippet__label {
		display: block;
		width: 100%;
		min-width: auto;
		line-height: 34px;
	}
}
.info-snippet__main {
	display: block;
}

@media only screen and (min-width: 768px) {
	.info-snippet__main {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
	}
}

.info-snippet__description {
	display: block;
	margin: 0 0 10px;
}

.info-snippet__description:last-child {
	margin-bottom: 0;
}

.info-snippet__caption {
	color: #999;
}

.video-carousel {
	display: block;
}

.video-carousel__navigation {
	justify-content: space-between;
}

@media only screen and (min-width: 1025px) {
	.video-carousel__navigation {
		display: none !important;
	}
}

.video-snippet {
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.video-snippet__illustration {
	position: relative;
	margin: 0 0 20px;
}

.video-snippet__illustration:last-child {
	margin-bottom: 0;
}

.video-snippet__illustration:before {
	content: '';
	display: block;
	width: 100%;
	height: auto;
	padding: 56% 0 0;
}

.video-snippet__source {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}

.video-snippet__description {
	display: block;
	margin: 0 0 10px;
	font-weight: 500;
	text-transform: uppercase: ;
}

.video-snippet__description:last-child {
	margin-bottom: 0;
}

.video-snippet__caption {
	color: #999;
}

@media only screen and (max-width: 1024px) {
	.video-snippet__illustration {
		margin: 0;
	}

	.video-snippet__info {
		display: none;
	}
}

.photo-carousel {
	overflow: hidden;
	display: block;
}

.photo-carousel__main {
	display: none;
}

@media only screen and (min-width: 1025px) {
	.photo-carousel__main {
		display: block;
		margin: 0 0 20px;
	}

	.photo-carousel__main:last-child {
		margin-bottom: 0;
	}
}

.photo-carousel__nav {
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.photo-carousel__nav .photo-carousel__slide {
		width: 220px;
	}

	.photo-carousel__container {
		overflow: visible;
	}
}

@media only screen and (min-width: 1025px) {
	.photo-carousel__nav-wrapper {
		max-width: 740px;
		margin: 0 auto;
	}
}

.photo-carousel__slide {
	height: auto;
}

.photo-carousel__illustration {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.photo-carousel__image {
	display: block;
	visibility: hidden;
	width: 100%;
	max-height: 610px;
	opacity: 0;
}

.photo-carousel__nav .photo-carousel__image {
	max-height: 158px;
}

@media only screen and (max-width: 1024px) {
	.photo-carousel__navigation {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) {

	.photo-carousel__nav .photo-carousel__image {
		max-height: 100px;
	}

	.photo-carousel__navigation {
		display: block;
		padding: 0;
	}
}

.photo-carousel__navigation .carousel-nav__arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.photo-carousel__navigation .carousel-nav__arrow_type_prev {
	left: 0;
}

.photo-carousel__navigation .carousel-nav__arrow_type_next {
	right: 0;
}

.photo-carousel__simple {
	position: relative;
}

@media only screen and (min-width: 1025px) {
	.photo-carousel__simple {
		padding: 0 30px;
	}
}

.photo-carousel__simple .photo-carousel__slide {
	width: 160px;
}

.photo-carousel__simple .photo-carousel__image {
	max-height: 130px;
}

.photo-carousel__simple .photo-carousel__wrapper {
	justify-content: flex-start;
}

.faq-group {
	display: block;
	padding: 30px 10px 10px;
	background: #fafafa;
}

.faq-group__header {
	margin: 0 0 4px;
}

@media only screen and (min-width: 1025px) {
	.faq-group {
		padding: 20px 60px 40px 20px;
	}

	.faq-group__header {
		margin: 0 0 10px;
	}
}

.faq-group__header:last-child {
	margin-bottom: 0;
}

.faq-group__list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq-group__item {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

.faq-group__item:last-child {
	border-bottom: none;
}

.faq-item {
	display: block;
}

.faq-item__trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 0 20px 22px;
	color: inherit;
	text-align: left;
	border: none;
	background: transparent;
	outline: none;
}

.faq-item__trigger:before,
.faq-item__trigger:after {
	content: '';
	position: absolute;
	top: 30px;
	left: 6px;
	z-index: 1;
	display: block;
	width: 2px;
	height: 12px;
	color: #A01602;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform .3s ease;
}

.faq-item__trigger:after {
	width: 12px;
	height: 2px;
}

.faq-item__body {
	display: none;
	margin: -17px 0 0;
	padding: 12px 0 20px 22px;
}

.faq-item_state_open .faq-item__body {
	display: block;
}

.faq-item_state_open .faq-item__trigger:before {
	transform: translate(-50%, -50%) rotate(90deg);
}

@media only screen and (min-width: 1025px) {
	.faq-item__body {
		margin: -20px 0 0;
	}
}

.section__faq-group {
	margin: 0 -10px;
}

@media only screen and (min-width: 1025px) {
	.page__container {
		max-width: 540px;
	}

	.section__faq-group,
	.page__custom-form {
		margin: 0;
		max-width: 700px;
	}
}

.custom-form {
	display: block;
}

.custom-form .tabs__label {
	font-size: 14px;
}

.custom-form .form__line {
	padding: 0;
	margin: 0 0 30px;
}

.custom-form .form__line:last-child {
	margin-bottom: 0;
}

.custom-form .form__submit {
	padding: 0;
}

.custom-form__wrapper {
	display: block;
}

.custom-form__col {
	display: block;
	padding: 0 0 30px
}

@media only screen and (min-width: 1025px) {
	.custom-form {
		overflow: hidden;
	}

	.custom-form .form__submit {
		display: inline-block;
		min-width: 183px
	}

	.custom-form__wrapper {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -30px;
	}

	.custom-form__col {
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.custom-form__wrapper_type_inline {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.custom-form__wrapper_type_inline .custom-form__col {
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 0px) {
	.hide-rev-xs {
		display: none;
	}
}
@media only screen and (min-width: 480px) {
	.hide-rev-s {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.hide-rev-m {
		display: none;
	}
}
@media only screen and (min-width: 1025px) {
	.hide-rev-l {
		display: none;
	}
}
@media only screen and (min-width: 1281px) {
	.hide-rev-xl {
		display: none;
	}
}
@media only screen and (min-width: 1440px) {
	.hide-rev-xxl {
		display: none;
	}
}

.section__content-aside {
	margin: 0 -10px;
}

.profile__note {
	display: block;
	margin: 0 0 40px;
	color: #595959;
	font-size: 12px;
	line-height: 19px;
}

@media only screen and (min-width: 768px) {
	.profile__note {
		font-size: 14px;
		line-height: 22px;
	}
}

.profile__note:last-child {
	margin-bottom: 0;
}

.profile__label {
	display: block;
	margin: 0;
	padding: 0;
	color: #A01602;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.32;
	text-align: left;
	word-break: break-word;
}

.profile_type_full .profile__section {
	margin: 0 0 30px;
}

.profile_type_full .profile__section:last-child {
	margin-bottom: 0;
}

.profile_type_full .profile__content {
	padding: 23px 0 0;
	font-size: 14px;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) {
	.profile_type_full .profile__content {
		font-size: 16px;
	}
}

.profile_type_full .profile__content p {
	margin: 0 0 40px;
}

@media only screen and (min-width: 768px) {
	.profile_type_full .profile__content p {
		margin: 0 0 30px;
	}
}

.profile_type_full .profile__content p:last-child {
	margin-bottom: 0;
}

.profile__bonus-group {
	padding: 0 0 31px;
}

.profile__advantage-group {
	padding: 10px 0 0;
}

@media only screen and (min-width: 768px) {
	.profile__advantage-group {
		padding: 16px 0 0;
	}
}

.bonus-card {
	position: relative;
	display: block;
	width: 300px;
	height: 180px;
	padding: 6px 7px 4px;
	background: #A01602;
	border-radius: 20px;
}

.bonus-card__wrapper {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-size: auto;
	background-position: 0 0;
}

.bonus-card__logo {
	display: block;
	flex: 0 0 auto;
	width: 100%;
	padding: 11px 13px;
	text-align: right;
}

.bonus-card__logo-image {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.bonus-card__amount {
	display: block;
	flex: 0 0 auto;
	margin: auto 0;
	padding: 0 0 28px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.1;
}

.bonus-group {
	overflow: hidden;
	display: block;
}

.bonus-group__main {
	display: block;
	margin: 0 0 26px;
}

.bonus-group__main:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.bonus-group__main {
		margin: 0 0 40px;
	}
}

.bonus-group__panel {
	display: none;
}

.bonus-group__panel_state_active {
	display: block;
}

.bonus-group__triggers {
	display: block;
	margin: 0 -15px 30px;
	font-size: 0;
}

@media only screen and (min-width: 768px) {
	.bonus-group__triggers {
		margin: 0 -10px 30px;
	}
}

.bonus-group__triggers:last-child {
	margin-bottom: 0;
}

.bonus-group__trigger-item {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px 20px;
}

@media only screen and (min-width: 768px) {
	.bonus-group__trigger-item {
		padding: 10px;
	}
}

.bonus-group__trigger {
	position: relative;
	display: block;
	cursor: pointer;
}

.bonus-group__trigger.unavailable {
	opacity: 0.7;
}

.bonus-group__input {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: .0001px;
	height: .0001px;
	opacity: .0001;
}

.bonus-group__label {
	display: block;
	width: auto;
	min-width: 80px;
	padding: 7px 5px;
	color: #595959;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	outline: none;
	transition: all .3s ease;
}

.bonus-group__trigger:hover .bonus-group__input:not(:checked) + .bonus-group__label {
	border-color: #b2b2b2;
}

.bonus-group__input:checked + .bonus-group__label {
	color: #fff;
	background: #A01602;
	border-color: #A01602;
}

.bonus-group__control {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
	.bonus-group__control {
		display: inline-block;
		vertical-align: middle;
		width: auto;
		min-width: 238px;
		margin: 0 20px 0 0;
	}
}

.bonus-group__control:last-child {
	margin: 0;
}

.advantage-group {
	display: block;
}

.advantage-group__wrapper {
	display: block;
	overflow: hidden;
}

.advantage-group__list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.advantage-group__item {
	display: block;
	margin: 0 0 40px;
}

@media only screen and (min-width: 768px) {
	.advantage-group__item {
		margin: 0 0 30px;
	}
}

.advantage-group__item:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.advantage-group__list {
		display: flex;
		flex-wrap: wrap;
		margin: -15px;
	}

	.advantage-group__item {
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		margin: 0;
		padding: 15px;
	}
}

@media only screen and (min-width: 1025px) {
	.advantage-group__item {
		flex-basis: 25%;
		width: 25%;
		max-width: 25%;
	}
}

.advantage {
	display: block;
	color: #333;
	text-align: center;
}

.advantage__illustration {
	display: block;
	margin: 0 0 17px;
	text-align: center;
}

.advantage__image {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
}

.advantage__label {
	display: block;
	margin: 0 0 9px;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
}

.advantage__info {
	display: block;
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 18px;
}

.modal_type_certificate {
	max-width: 300px;
	padding: 60px 20px 30px;
}

@media only screen and (min-width: 768px) {
	.modal_type_certificate {
		max-width: 395px;
		padding: 50px 40px;
	}
}

.modal_type_certificate .modal__fields {
	margin: 0 0 40px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #333333;
}

@media only screen and (min-width: 768px) {
	.modal_type_certificate .modal__fields {
		font-size: 16px;
	}
}

.modal_type_certificate .modal__fields:last-child {
	margin-bottom: 40px;
}

.modal_type_certificate .modal__field_text_center {
	text-align: center;
}

.modal_type_certificate .modal__controls {
	text-align: center;
}

.modal_type_certificate .modal__control {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	min-width: 238px;
}

.modal_type_certificate .fancybox-close-small {
	top: 3px;
	right: 3px;
	left: auto;
	height: 50px;
	width: 50px;
	border: none;
	border-radius: 0;
	transform: none;
}

.modal_type_certificate .fancybox-close-small svg {
	color: #d8d8d8;
}

.modal_type_certificate .fancybox-close-small svg:hover {
	color: #a9a9a9;
}

.profile__cut {
	margin: 0 0 65px;
}

.cut__trigger {
	position: relative;
	margin: 0;
	padding: 0 0 0 22px;
	color: #A01602;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: underline;
	border: none;
	background: transparent;
	outline: none;
}

@media only screen and (min-width: 768px) {
	.cut__trigger {
		font-size: 16px;
	}
}

.cut__trigger:hover,
.cut__trigger:active,
.cut__trigger:focus {
	text-decoration: none;
}

.cut__trigger:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	background: url("/local/templates/lemax2020/assets/images/icon_arrow-down.svg") no-repeat;
	height: 13px;
	width: 13px;
	top: 6px;
}

@media only screen and (min-width: 768px) {
	.cut__trigger:before {
		top: 4px;
	}
}

.cut__short-content {
	display: block;
}

.cut__full-content {
	display: none;
}

.cut_display_full .cut__short-content {
	display: none;
}

.cut_display_full .cut__full-content {
	display: block;
}

.profile_spacing_bottom {
	margin-bottom: 125px
}

@media only screen and (min-width: 768px) {
	.profile_spacing_bottom {
		margin-bottom: 150px
	}
}

.grid__col_rows_disable .form-body.form_style_redesigned .row,
.grid__col_rows_disable .form-body.form_style_redesigned + .row {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.grid__col_rows_disable form .form-footer {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.captcha-row input.recaptcha {
	margin: 0 0 0 1px;
}

form:is([class]) .form-group.animated-labels-custom.input-filed label:not(.error) {
	max-width: calc(100% - 14px);
}

form:is([class]) .form-group.animated-labels-custom.force-label-lift label:not(.error) {
	z-index: 6!important;
	top: 8px !important;
	left: 7px!important;
	padding: 0px 5px!important;
	width: auto;
	font-size: 0.800em!important;
	background: #fff!important;
	transform: translateY(-24px)!important;
}

.page__holder {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}

.section__custom-order {
	margin: 0 -10px;
}

@media only screen and (min-width: 768px) {
	.section__custom-order {
		margin: 0;
	}
}

.custom-order {
	display: block;
	padding: 20px 10px 27px;
	background: #f7f7f8;
}

@media only screen and (min-width: 768px) {
	.custom-order {
		padding: 20px;
	}
}

.custom-order__wrapper {
	position: relative;
	display: block;
}

@media only screen and (min-width: 768px) {
	.custom-order__wrapper {
		display: flex;
		align-items: flex-start;
		flex-wrap: nowrap;
	}
}

.custom-order__illustration {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	z-index: 10;
	display: block;
	margin: 0 -10px 36px;
	padding: 0 10px;
	background: #f7f7f8;
}

@media only screen and (min-width: 768px) {
	.custom-order__illustration {
		position: static;
		flex: 0 0 34%;
		width: 34%;
		max-width: 34%;
		margin: 0;
		padding: 0 20px 0 0;
	}
}

@media only screen and (min-width: 1025px) {
	.custom-order__illustration {
		flex-basis: 26%;
		width: 26%;
		max-width: 26%;
		margin: 0 20px 0 0;
		padding: 0;
	}
}

.custom-order__settings {
	display: block;
    max-width: 645px !important;
}

@media only screen and (min-width: 768px) {
	.custom-order__settings {
		flex: 0 1 66%;
		width: 66%;
		max-width: 66%;
	}
}

@media only screen and (min-width: 1025px) {
	.custom-order__settings {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
		margin: -14px 0 0;
	}
}

.custom-order__row {
	display: block;
}

@media only screen and (min-width: 1025px) {
	.custom-order__row {
		display: flex;
		flex-wrap: nowrap;
		margin: 0 -23px;
	}

	.custom-order__row_reverse {
		flex-direction: row-reverse;
	}
}

.custom-order__col {
	display: block;
	padding: 0 0 28px;
}

@media only screen and (min-width: 1025px) {
	.custom-order__col {
		flex: 0 1 50%;
		width: 50%;
		max-width: 100%;
		padding: 14px 23px;
	}
}

.custom-order__filter {
	margin: 0 0 18px;
}

@media only screen and (min-width: 1025px) {
	.custom-order__filter {
		margin: 0 0 28px;
	}
}

.custom-order__filter:last-child {
	margin-bottom: 0;
}

.custom-order__final {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 0;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 18px;
}

@media only screen and (min-width: 1025px) {
	.custom-order__final {
		padding: 26px 0 0;
		flex-wrap: nowrap;
	}
}

.custom-order__price-group {
	display: block;
	flex: 1 1 100%;
	width: 100%;
	padding: 0 0 15px;
	color: #333;
	text-align: right;
}

@media only screen and (min-width: 1025px) {
	.custom-order__price-group {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		flex: 0 0 auto;
		width: auto;
		padding: 0 10px 0 0;
		text-align: inherit;
	}
}

.custom-order__price-label {
	display: block;
	margin: 0 0 4px;
}

.custom-order__price {
	display: block;
	font-weight: 600;
}

@media only screen and (min-width: 1025px) {
	.custom-order__price-label {
		flex: 0 1 auto;
		width: auto;
		margin: 0 10px 0 0;
	}

	.custom-order__price {
		flex: 0 0 auto;
	}
}

.custom-order__quantity {
	display: block;
	flex: 0 1 auto;
	width: auto;
}

@media only screen and (min-width: 1025px) {
	.custom-order__quantity {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		padding: 0 10px;
	}
}

.custom-order__quantity-label {
	display: none;
}

@media only screen and (min-width: 1025px) {
	.custom-order__quantity-label {
		display: block;
		flex: 0 1 auto;
		width: auto;
		margin: 0 12px 0 0;
		font-weight: 500;
	}
}

.custom-order__quantity-input {
	display: block;
}

@media only screen and (min-width: 1025px) {
	.custom-order__quantity-input {
		flex: 0 1 auto;
		width: auto;
	}
}

.custom-order__controls {
	display: block;
	flex: 0 0 auto;
	width: auto;
	padding: 0 0 0 5px;
}

@media only screen and (min-width: 768px) {
	.custom-order__controls {
		padding: 0 0 0 10px;
	}
}

.shaded-image {
	position: relative;
	width: 100%;
	height: auto;
}

.shaded-image__image {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.shaded-image__shade {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: block;
	width: calc(100% - 4px);
	min-width: 90%;
	height: calc(100% - 4px);
	min-height: 90%;
	opacity: .8;
	transform: translate(-50%, -50%);
	transition: background-color .3s ease;
}

.shaded-image__mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: auto;
}

.custom-filter {
	position: relative;
	display: block;
}

.custom-filter__label {
	display: block;
	margin: 0 0 12px;
	color: #1d1a1a;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}

.custom-filter__label:last-child {
	margin-bottom: 0;
}

.custom-filter__check-group {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0 11px;
}

.custom-filter__check-item {
	display: block;
	flex: 0 1 auto;
	width: auto;
	margin: 0 42px 0 0;
}

.custom-filter__check-item:last-child {
	margin: 0;
}

.check-elem_type_bold {
	display: block;
	font-size: 12px;
	line-height: 1.33;
}

.check-elem_type_bold .check-elem__label {
	padding: 2px 0 2px 24px;
}

.check-elem_type_bold .check-elem__input[type='radio'] + .check-elem__label:before {
	top: 10px;
	left: 2px;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #eceef1;
}

.check-elem_type_bold .check-elem__input[type='radio'] + .check-elem__label:after {
	top: 10px;
	left: 6px;
	width: 8px;
	height: 8px;
}

.custom-filter__select + .select2-container {
	height: 36px;
}

.custom-filter__select + .select2-container .select2-selection {
	background: #fff;
	border: 1px solid #eceef1;
}

.custom-filter__select + .select2-container .select2-selection__rendered {
	padding: 0 50px 0 10px;
	color: #a01602;
	font-size: 12px;
	line-height: 34px;
}

.custom-filter__select + .select2-container .select2-selection__arrow {
	right: 20px;
}

.custom-filter__select + .select2-container .select2-selection__arrow > b {
	width: 8px;
	height: 8px;
	color: #a01602;
	border-width: 0 2px 2px 0;
	transform: translate(-20%, -50%) rotate(45deg) skew(-5deg, -5deg);
}

.custom-filter__select + .select2-container--open .select2-selection__arrow > b {
	border-width: 0 2px 2px 0 !important;
	transform: translate(-20%, -50%) rotate(-135deg) skew(-5deg, -5deg);
}

.custom-filter__select.select2-dropdown {
	border-color: #eceef1;
}

.custom-filter__select.select2-dropdown .select2-results__option {
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
}

.custom-filter__select.select2-dropdown .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
	color: #a01602;
	background: #fff;
}

.custom-filter__input {
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 34px;
	background: #fff;
	border: 1px solid #eceef1;
}

.custom-filter__input::-webkit-input-placeholder {
	color: #999;
	font-size: 12px;
}

.custom-filter__input:-ms-input-placeholder {
	color: #999;
	font-size: 12px;
}

.custom-filter__input::-moz-placeholder {
	color: #999;
	font-size: 12px;
	opacity: 1;
}

.custom-filter__input::-ms-input-placeholder {
	color: #999;
	font-size: 12px;
	opacity: 1;
}

.custom-filter__input::placeholder {
	color: #999;
	font-size: 12px;
	opacity: 1;
}

.range_style_solid {
	padding: 7px 0 39px;
}

@media only screen and (min-width: 1025px) {
	.range_style_solid {
		padding: 6px 0 28px;
	}
}

.range_style_solid .range__slider {
	height: 2px;
	margin: 0;
	padding: 0 2px;
}

.range_style_solid .range__slider .noUi-base:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	display: block;
	width: 6px;
	height: 6px;
	background: #a01602;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.range_style_solid .range__slider .noUi-base:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	display: block;
	width: 6px;
	height: 6px;
	background: #D8D8D8;
	border-radius: 50%;
	transform: translate(50%, -50%);
}

.range_style_solid .range__slider .noUi-handle {
	width: 12px;
	height: 12px;
	top: -5px !important;
	right: -6px !important;
	background: #a01602;
}

.range_style_solid .range__slider .noUi-handle:before {
	display: none;
}

.range_style_solid .range__slider .noUi-pips {
	height: 0;
	padding: 0;
}

.range_style_solid .range__slider .noUi-marker {
	width: 2px;
	height: 12px;
	background: #c4c4c4;
	transform: translate(0, -8px);
}

.range_style_solid .range__slider .noUi-marker:first-child,
.range_style_solid .range__slider .noUi-marker[style*="left: 100%"] {
	display: none;
}

.range_style_solid .range__slider .noUi-value[style*="left: 0%"] {
	transform: none;
}

.range_style_solid .range__slider .noUi-value:last-child {
	transform: translate(-100%, 0);
}

.range_style_solid .range__slider .noUi-value {
	top: 14px;
	color: #777;
	font-size: 12px;
	line-height: 16px;
}

.range_style_solid .range__slider .noUi-tooltip {
	top: 100%;
	padding: 0;
	color: #777;
	font-size: 12px;
	line-height: 16px;
	background: transparent;
	border: none;
	transform: translate(-50%, 9px);
}

.range_style_solid .range__slider .noUi-origin[style*="transform: translate(-100%"] .noUi-tooltip,
.range_style_solid .range__slider .noUi-origin[style*="transform: translate(0"] .noUi-tooltip {
	display: none;
}

.custom-order .color-selection {
	display: block;
	background: #fff;
	border: 1px solid #eceef1;
}

.custom-order .color-selection__container {
	display: block;
	overflow: auto hidden;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	padding: 3px 3px 5px;
}

.custom-order .color-selection__wrapper {
	display: flex;
	flex-wrap: nowrap;
}

.custom-order .color-selection__item {
	flex: 0 0 auto;
	width: auto;
	margin: 0 1px 0 0;
}

.custom-order .color-selection__item:last-child {
	margin-bottom: 0;
}

.custom-order .color-selection__color {
	position: relative;
	display: block;
	cursor: pointer;
}

.custom-order .color-selection__input	{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px 0 0 -1px;
	opacity: .01;
}

.custom-order .color-selection__input:checked + .color-selection__label:before {
	opacity: 1;
}

.custom-order .color-selection__label {
	position: relative;
	display: block;
	padding: 6px 9px;
	color: #1d1a1a;
	font-size: 12px;
	line-height: 16px;
	background: #f1f1f1;
}

.custom-order .color-selection__label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border: 1px solid #a01602;
	opacity: 0;
	transition: opacity .3s ease;
}

.custom-order .color-selection__label_style_dark {
	color: #fff;
	background: #1d1a1a;
}

.custom-order .color-selection__label_style_dark:before {
	border-color: #fff;
}

.button_size_sm {
	height: 36px;
	padding: 0 24px;
}

@media only screen and (min-width: 1px) {
	.button_size_xs_sm {
		height: 36px;
		padding: 0 25px;
	}
}

@media only screen and (min-width: 480px) {
	.button_size_s_sm {
		height: 36px;
		padding: 0 25px;
	}
}

@media only screen and (min-width: 768px) {
	.button_size_m_sm {
		height: 36px;
		padding: 0 25px;
	}
}

@media only screen and (min-width: 2525px) {
	.button_size_l_sm {
		height: 36px;
		padding: 0 25px;
	}
}

@media only screen and (min-width: 1281px) {
	.button_size_xl_sm {
		height: 36px;
		padding: 0 25px;
	}
}

@media only screen and (min-width: 1440px) {
	.button_size_xxl_sm {
		height: 36px;
		padding: 0 25px;
	}
}

.button_weight_normal {
	font-weight: 400;
}

.button_weight_semibold {
	font-weight: 600;
}

.quantity-input_type_compact.quantity-input_size_l {
	line-height: 34px;
}

.quantity-input_type_compact.quantity-input_size_l .quantity-input__button {
	width: 35px;
	height: 36px;
}

.quantity-input_type_compact.quantity-input_size_l .quantity-input__button:before {
	width: 16px;
}

.quantity-input_type_compact.quantity-input_size_l .quantity-input__button:after {
	height: 16px;
}

.quantity-input_type_compact.quantity-input_size_l .quantity-input__input {
	width: 42px;
	height: 36px;
}

.custom-order-table {
	display: block;
}

.custom-order-table__head {
	display: none;
}

.custom-order-table__body {
	display: block;
}

.custom-order-table__row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #eceef1;
}

.custom-order-table__mobile-head {
	display: block;
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
}

.custom-order-table__mobile-head .custom-order-table__row {
	border: none;
}

@media only screen and (min-width: 768px) {
	.custom-order-table {
		display: table;
		width: 100%;
		border: 1px solid #eceef1;
		border-collapse: collapse;
	}

	.custom-order-table__head {
		display: table-header-group;
	}

	.custom-order-table__body {
		display: table-row-group;
	}

	.custom-order-table__row {
		display: table-row;
	}

	.custom-order-table__mobile-head {
		display: none;
	}
}

.custom-order-table__heading {
	display: block;
	margin: 0 8px 0 0;
	padding: 12px 0 8px;
	color: #808080;
	font-size: 12px;
	line-height: 16px;
}

.custom-order-table__heading:last-child {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.custom-order-table__heading_role_image {
		display: block;
		width: 48px;
	}

	.custom-order-table__heading_role_description {
		display: block;
		flex-grow: 1;
	}
}

@media only screen and (min-width: 768px) {
	.custom-order-table__heading {
		display: table-cell;
		padding: 8px 5px 6px;
		text-align: center;
	}

	.custom-order-table__heading_role_image {
		padding-right: 20px;
		padding-left: 20px;
	}

	.custom-order-table__heading_role_description {
		text-align: left;
	}
}

@media only screen and (min-width: 1025px) {
	.custom-order-table__heading {
		padding: 8px 20px 6px;
	}
}

.custom-order-table__cell {
	display: none;
	padding: 0;
	color: #333;
	font-size: 14px;
	line-height: 18px;
}

@media only screen and (max-width: 767px) {
	.custom-order-table__cell_role_image,
	.custom-order-table__cell_role_description {
		display: block;
	}

	.custom-order-table__cell_role_description {
		flex-basis: calc(100% - 56px);
		padding: 0 0 10px;
	}
}

@media only screen and (min-width: 768px) {
	.custom-order-table__cell {
		display: table-cell;
		vertical-align: top;
		margin: 0;
		padding: 30px 5px 14px;
		font-size: 12px;
		text-align: center;
		line-height: 16px;
	}
}

@media only screen and (min-width: 1025px) {
	.custom-order-table__cell {
		padding: 30px 20px 14px;
		font-size: 14px;
		line-height: 18px;
	}
}

.custom-order-table__cell_role_image {
	margin: 0 8px 0 0;
}

@media only screen and (min-width: 768px) {
	.custom-order-table__cell_role_image {
		padding: 20px;
	}
}

.custom-order-table__cell_role_description {
	text-align: left;
}

.custom-order-table__cell_role_remove {
	width: 12%;
	text-align: right;
}

.custom-order-table__illustration {
	display: block;
	width: 48px;
}

@media only screen and (min-width: 768px) {
	.custom-order-table__illustration {
		width: 60px;
	}
}

@media only screen and (min-width: 768px) {
	.custom-order-table__description {
		max-width: 200px;
	}
}

@media only screen and (min-width: 1025px) {
	.custom-order-table__description {
		max-width: 250px;
	}
}

.custom-order-table__props {
	display: block;
	padding: 12px 0 0;
}

.custom-order-table__prop {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 0 8px;
}

.custom-order-table__prop:last-child {
	margin-bottom: 0;
}

.custom-order-table__prop:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px dashed #b2b2b2;
}

.custom-order-table__prop-label {
	display: block;
	flex: 0 1 auto;
	width: auto;
	padding: 0 2px 0 0;
	color: #808080;
	font-size: 12px;
	line-height: 16px;
	background: #fff;
}

.custom-order-table__prop-value {
	display: block;
	flex: 0 0 auto;
	width: auto;
	margin: 0 0 0 auto;
	padding: 0 0 0 2px;
	color: #333;
	text-align: right;
	white-space: nowrap;
	background: #fff;
}

@media only screen and (min-width: 768px) {
	.custom-order-table__props {
		display: none;
	}
}

.custom-order-table__color-group {
	display: block;
	margin: -4px 0 0;
}

.custom-order-table__color {
	display: block;
	font-size: 0;
	width: 100%;
	max-width: 55px;
	height: 24px;
	margin: 0 auto 4px;
	font-size: 0;
}

.custom-order-table__color:last-child {
	margin-bottom: 0;
}

.custom-order-table__color-label {
	display: block;
	font-size: 12px;
	line-height: 16px;
}

.custom-order-table__remove {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	padding: 0 0 0 16px;
	color: #b2b2b2;
	text-decoration: none;
	background: transparent;
	border: none;
	outline: none;
	transition: color .3s ease;
}

.custom-order-table__remove:focus,
.custom-order-table__remove:hover {
	color: #a01602;
	text-decoration: none;
}

.custom-order-table__remove:before,
.custom-order-table__remove:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 7px;
	z-index: 1;
	display: block;
	width: 14px;
	height: 2px;
	color: inhreit;
	background: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
}

.custom-order-table__remove:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.custom-order-checkout {
	display: block;
}

.custom-order-checkout__main {
	display: block;
	margin: 0 0 16px;
}

@media only screen and (min-width: 768px) {
	.custom-order-checkout__main {
		display: block;
		margin: 0 0 20px;
	}
}

.custom-order-checkout__main:last-child {
	margin-bottom: 0;
}

.custom-order-checkout__results {
	display: block;
	margin: 0 0 30px;
	color: #333;
	font-size: 14px;
	line-height: 18px;
}

@media only screen and (min-width: 768px) {
	.custom-order-checkout__results {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: nowrap;
		margin: 0 0 40px;
	}
}

.custom-order-checkout__results:last-child {
	margin-bottom: 0;
}

.custom-order-checkout__heading {
	display: block;
	margin: 0 0 10px;
	font-weight: 500;
	text-align: right;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	.custom-order-checkout__heading {
		flex: 0 1 auto;
		width: auto;
		margin: 0 53px 0 0;
		text-align: inherit;
	}
}

.custom-order-checkout__props {
	display: block;
	max-width: 181px;
	margin: 0 0 0 auto;
}

@media only screen and (min-width: 768px) {
	.custom-order-checkout__props {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		flex: 0 1 auto;
		width: auto;
		max-width: none;
		margin: 0;
	}
}

.custom-order-checkout__prop {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex: 0 1 auto;
	width: auto;
	margin: 0 0 8px;
}

.custom-order-checkout__prop:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px dashed #b2b2b2;
}

@media only screen and (min-width: 768px) {
	.custom-order-checkout__prop {
		justify-content: flex-start;
		margin: 0 40px 0 0;
	}

	.custom-order-checkout__prop:last-child {
		margin: 0;
	}

	.custom-order-checkout__prop:before {
		display: none;
	}
}


.custom-order-checkout__prop-label {
	display: block;
	flex: 0 1 auto;
	width: auto;
	padding: 0 2px 0 0;
	color: #808080;
	font-size: 12px;
	line-height: 16px;
	background: #fff;
}

.custom-order-checkout__prop-value {
	display: block;
	flex: 0 0 auto;
	width: auto;
	margin: 0 0 0 auto;
	padding: 0 0 0 2px;
	color: #333;
	font-weight: 500;
	text-align: right;
	white-space: nowrap;
	background: #fff;
}

@media only screen and (min-width: 768px) {
	.custom-order-checkout__prop-label {
		margin: 0 8px 0 0;
		padding: 0;
		background: transparent;
	}

	.custom-order-checkout__prop-value {
		flex: 0 1 auto;
		margin: 0;
		padding: 0;
		font-weight: 400;
		text-align: inherit;
		white-space: normal;
		background: transparent;
	}
}

.custom-order-checkout__controls {
	display: block;
	font-size: 0;
	text-align: right;
}

.custom-order-checkout__control {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.custom-order-checkout__control:last-child {
	margin: 0;
}

.title_type_alternative {
	color: inherit;
	font-weight: 600;
	text-transform: none;
}

.section__title .title_type_alternative {
	color: inherit !important;
	font-weight: 600 !important;
	text-transform: none !important;
}

.title_type_alternative.title_size_h1 {
	font-size: 24px;
}

@media only screen and (min-width: 1025px) {
	.title_type_alternative.title_size_h1 {
		font-size: 36px;
	}
}

.title_type_alternative.title_size_h2 {
	font-size: 20px !important;
}

@media only screen and (min-width: 1025px) {
	.title_type_alternative.title_size_h2 {
		font-size: 28px !important;
	}
}

.title_type_alternative.title_size_h3 {
	font-size: 20px;
}

@media only screen and (min-width: 1025px) {
	.title_type_alternative.title_size_h3 {
		font-size: 24px;
	}
}

.section_spacing_m {
	padding: 40px 0;
}

.section_spacing_m.section_spacing_close {
	padding: 0;
}

.section_spacing_m.section_spacing_top-close {
	padding-top: 0;
}

.section_spacing_m.section_spacing_bottom-close {
	padding-bottom: 0;
}

.section_spacing_m .section__header {
	margin: 0 0 14px;
}

.section_spacing_m .section__fields {
	font-size: 14px;
	line-height: 1.43;
}

.section__fields_width_limited {
	max-width: 895px;
}

.section__fields_spacing_m p:not([class]),
.section__fields_spacing_m ul:not([class]) {
	margin: 0 0 15px;
}

.section__fields_spacing_m ul:not([class]) li:not([class]) {
	margin: 0 0 8px;
	padding: 0 0 0 15px;
}

.section__fields_spacing_m ul:not([class]) li:not([class]):before {
	width: 7px;
	height: 1px;
	border-radius: 0;
}

.section__fields_spacing_m p:not([class]):last-child,
.section__fields_spacing_m ul:not([class]):last-child,
.section__fields_spacing_m li:not([class]):last-child {
	margin-bottom: 0;
}

.section__product-panel-group {
	padding: 10px 0 0;
}

.section__wide-illustration {
	padding: 21px 0 25px;
}

@media only screen and (min-width: 768px) {
	.section__wide-illustration {
		padding: 21px 0 50px;
	}
}

.section__wide-illustration img:not([class]) {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
}

.product-panel-group {
	display: block;
}

.product-panel-group__wrapper {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

.product-panel-group__item {
	display: block;
	margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
	.product-panel-group__wrapper {
		display: flex;
		flex-wrap: wrap;
		max-width: none;
		margin: -10px;
	}
	.product-panel-group__item {
		display: block;
		flex: 0 1 33.3333%;
		width: 33.3333%;
		max-width: 33.3333%;
		margin: 0;
		padding: 10px;
	}
}

.product-panel-list {
	display: block;
}

.product-panel-list__item {
	display: block;
	margin: 0 0 13px;
	padding: 0 0 12px;
	border-bottom: 1px solid #eceef1;
}

@media only screen and (min-width: 768px) {
	.product-panel-list__item {
		display: block;
		margin: 0 0 40px;
		padding: 0;
		border: none;
	}
}

.product-panel-list__item:last-child {
	margin-bottom: 0;
}

.product-panel {
	display: block;
}

.product-panel__showcase {
	position: relative;
	margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
	.product-panel__showcase {
		margin: 0 0 18px;
	}
}

@media only screen and (min-width: 1025px) {
	.product-panel__showcase:hover .product-panel__navigation,
	.product-panel__showcase:hover .product-panel__illustration:before,
	.product-panel__showcase:hover .product-panel__illustration:after {
		pointer-events: auto;
		opacity: 1;
	}
}

.product-panel__showcase:last-child {
	margin-bottom: 0;
}

.product-panel__illustration {
	position: relative;
	display: block;
}

.product-panel__illustration:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, .4);
	opacity: 0;
	transition: opacity .3s ease;
}

.product-panel__illustration:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.3962' cy='25.3962' r='15.9625' transform='rotate(-45 25.3962 25.3962)' stroke='white' stroke-width='3.99063'/%3E%3Crect x='35.2695' y='38.0944' width='3.99063' height='15.0194' transform='rotate(-45 35.2695 38.0944)' fill='white'/%3E%3Crect x='24.2539' y='17.415' width='2.28036' height='15.9625' fill='white'/%3E%3Crect x='33.3711' y='24.2561' width='2.28036' height='15.9625' transform='rotate(90 33.3711 24.2561)' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity .3s ease;
}

.product-panel__image {
	display: block;
	width: 100%;
	height: auto;
}

.product-panel__link {
	color: #a01602;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
}

@media only screen and (min-width: 768px) {
	.product-panel__link {
		font-size: 24px;
	}
}

@media only screen and (min-width: 1025px) {
	.product-panel__navigation {
		pointer-events: none;
		opacity: 0;
		transition: opacity .3s ease;
	}
}

.product-panel__arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 0;
	text-decoration: none;
	background: transparent;
	border: none;
	outline: none;
	transform: translate(0, -50%);
	transition: opacity .3s ease;
}

.product-panel__arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.product-panel__arrow_type_prev {
	left: 0;
}

.product-panel__arrow_type_prev:before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.product-panel__arrow_type_next {
	right: 0;
}

.product-panel__arrow_type_next:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.product-panel__arrow_state_disabled {
	opacity: .6;
}

.product-panel__pagination {
	position: absolute;
	left: 50%;
	bottom: 8px;
	z-index: 1;
	display: block;
	font-size: 0;
	transform: translate(-50%, 0);
}

.product-panel__bullet {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
	width: 4px;
	height: 4px;
	font-size: 0;
	text-decoration: none;
	background: #fff;
	border: none;
	border-radius: 50%;
	outline: none;
	opacity: .4;
	transition: opacity .3s ease;
}

.product-panel__bullet_state_active {
	opacity: 1;
}

.product-panel__fields {
	margin: 0 0 15px;
}

.product-panel__fields:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.product-panel_state_closed .product-panel__showcase {
		display: none;
	}

	.product-panel_state_closed .product-panel__content {
		display: none;
	}

	.product-panel_type_detailed:not(.product-panel_state_closed) .product-panel__header .product-panel__title {
		display: block;
	}

	.product-panel_type_detailed.product-panel_state_closed .product-panel__header .product-panel__title {
		display: none;
	}

	.product-panel_state_closed .product-panel__header .product-panel__trigger {
		display: block;
	}
}

.product-panel_type_detailed .product-panel__content {
	font-size: 14px;
	line-height: 1.43;
}

.product-panel_type_detailed .product-panel__content p:not([class]) {
	margin: 0 0 15px;
}

.product-panel_type_detailed .product-panel__content p:not([class]):last-child {
	margin-bottom: 0;
}
.product-panel_type_detailed .product-panel__title {
	display: none;
	margin: 0 0 20px;
	color: #a01602;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
}

.product-panel_type_detailed .product-panel__showcase {
	margin: 0 0 20px;
	padding: 15px 0 0;
}

.product-panel_type_detailed .product-panel__content {
	padding: 0 0 18px;
}

.product-panel_type_detailed .product-panel__link {
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
	text-align: left;
	border-bottom: 1px dashed;
}

.product-panel_type_detailed .product-panel__trigger {
	position: relative;
	display: none;
	width: 100%;
	padding: 0 20px 0 0;
	color: #a01602;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
	background: transparent;
	border: none;
	outline: none;
}

.product-panel_type_detailed .product-panel__trigger:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translate(0, -50%) rotate(45deg) skew(10deg, 10deg);
}

@media only screen and (min-width: 768px) {
	.product-panel_type_detailed .product-panel__header {
		display: none;
	}

	.product-panel_type_detailed .product-panel__content {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.product-panel_type_detailed .product-panel__title {
		display: block;
		margin: 0 0 20px;
		color: #a01602;
		font-weight: 600;
		font-size: 24px;
		line-height: 28px;
	}

	.product-panel_type_detailed .product-panel__title:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 1025px) {
	.product-panel_type_detailed {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}

	.product-panel_type_detailed .product-panel__showcase {
		flex: 0 0 45%;
		width: 45%;
		max-width: 45%;
		margin: 0;
		padding: 0 50px 0 0;
	}

	.product-panel_type_detailed .product-panel__content {
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
	}
}

.product-panel_type_detailed{
	align-items: start;
}

.simple-advantage__description {
  font-size: 18px;
}

@media only screen and (min-width: 1025px) {
  .simple-advantages__item {
    padding: 0 40px 60px !important;
  }

  .simple-advantages__list {
    margin-top: 60px;
  }
}