@charset "UTF-8";
html {
	height: auto;
	min-height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden
}
html.shown-input, html.shown-search {
	overflow: hidden
}
*, :after, :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
body {
	color: #181b20;
	background-color: #fff;
	font-family: Helvetica, sans-serif;
	line-height: 1.5;
	position: relative;
	font-size: 14px
}
body.swal2-shown {
	position: static!important
}
pre {
	padding: 1em;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	white-space: pre-wrap
}
img {
	vertical-align: middle;
	max-width: 100%
}
img:not([src*=loader]):not([src*=empty]) {
	height: auto
}
small {
	display: inline-block;
	vertical-align: text-bottom
}
audio[controls] {
	display: block;
	width: 100%
}
iframe, video {
	max-width: 100%
}
hr {
	border-width: 0;
	border-top: 1px solid
}
::-moz-selection {
color:#fff;
background:#d5001c
}
::selection {
	color: #fff;
	background: #d5001c
}
button, input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Helvetica, sans-serif
}
.page {
	max-width: 1920px;
	margin: auto
}
.main {
	padding-top: 3rem
}
.button-icon {
	color: #d5001c;
	fill: currentColor;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 1.14375em;
	line-height: 1.25em;
	background: none;
	border: none;
	cursor: pointer;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	-webkit-transition: color .3s, fill .3s;
	transition: color .3s, fill .3s
}
.button-icon .svg {
	margin-right: .375em
}
.m-header .button-icon .svg {
	margin-right: 0
}
.button-icon span+.svg {
	margin-right: 0;
	margin-left: .625em
}
.m-header .button-icon span+.svg {
	margin-left: 0
}
.button-icon:hover {
	color: #181b20
}
.m-header .button-icon {
	fill: #fff;
	padding: .125em;
	min-width: 1.625rem
}
.button-icon--mobile .svg {
	margin: 0
}
.m-header .button-icon--mobile .svg {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.m-header .button-icon svg {
	width: 1.375rem;
	height: 1.375rem
}
.actions-button .button-icon {
	letter-spacing: 1.8px
}
.button-icon--dark {
	color: #10151f
}
.button-icon--dark:hover {
	color: #d5001c
}
.button-icon--sm {
	font-size: .8125em;
	letter-spacing: .975px
}
.button-icon--border {
	font-size: .75em;
	text-transform: uppercase;
	font-weight: 300;
	color: #181b20;
	border: 2px solid currentColor;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5625em 1.5625em;
	line-height: 1;
	white-space: nowrap;
	-webkit-transition: color .3s, fill .3s, border-color .3s, background-color .3s;
	transition: color .3s, fill .3s, border-color .3s, background-color .3s
}
.button-icon--border span+.svg {
	margin-right: 0;
	margin-left: .725em
}
.button-icon--border svg {
	width: 1.125rem;
	height: 1.125rem
}
.button-icon--border:hover {
	border-color: #d5001c;
	background-color: #d5001c;
	color: #fff
}
.button-icon--dark {
	font-size: .75em;
	padding: .3125em .8125em;
	text-transform: uppercase;
	font-weight: 300;
	background-color: #10151f;
	border-color: #10151f;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	-webkit-transition: color .3s, fill .3s, border-color .3s, background-color .3s;
	transition: color .3s, fill .3s, border-color .3s, background-color .3s
}
.button-icon--dark:hover {
	background-color: #d5001c;
	border-color: #d5001c;
	color: #fff
}
.button-icon.disabled {
	color: #aaa
}
.button-link {
	font-size: .75rem;
	line-height: 1.875rem;
	color: #181b20;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	font-weight: 700;
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	-webkit-transition: color .3s;
	transition: color .3s
}
.button-link:hover {
	color: #d5001c
}
.button-link--sm {
	font-size: 1em;
	font-weight: 400;
	color: #828282;
	letter-spacing: 0;
	text-transform: none
}
.button-link--icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	fill: currentColor
}
.button-link--icon .svg {
	margin-left: .625em
}
.button, .swal2-container>.theme-c .swal2-styled.swal2-cancel, .swal2-container>.theme-c .swal2-styled.swal2-confirm {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #d5001c;
	background: #d5001c;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	font-family: Helvetica, sans-serif;
	font-size: .75rem;
	line-height: 1.2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	z-index: 0;
	padding: .8125em 1.125em .6875em;
	-webkit-transition: background-color .3s, color .3s, border-color .3s;
	transition: background-color .3s, color .3s, border-color .3s
}
.header__top .button, .header__top .swal2-container>.theme-c .swal2-styled.swal2-cancel, .header__top .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .header__top .swal2-styled.swal2-cancel, .swal2-container>.theme-c .header__top .swal2-styled.swal2-confirm {
	font-size: .75em;
	line-height: 1;
	font-weight: 300;
	letter-spacing: .3px;
	padding: .5625em 1.25em
}
.button[href], .swal2-container>.theme-c .swal2-styled.swal2-cancel[href], .swal2-container>.theme-c .swal2-styled.swal2-confirm[href] {
	-webkit-transition: background-color .3s, color .3s, border-color .3s;
	transition: background-color .3s, color .3s, border-color .3s;
	color: #fff
}
.button:hover, .swal2-container>.theme-c .swal2-styled.swal2-cancel:hover, .swal2-container>.theme-c .swal2-styled.swal2-confirm:hover {
	background-color: #fff;
	border-color: #d5001c;
	color: #d5001c
}
.mce-content-body .button, .mce-content-body .swal2-container>.theme-c .swal2-styled.swal2-cancel, .mce-content-body .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .mce-content-body .swal2-styled.swal2-cancel, .swal2-container>.theme-c .mce-content-body .swal2-styled.swal2-confirm {
	border: 1px solid #d5001c;
	background: #d5001c;
	color: #fff
}
.button--triangle {
	padding: .875em 1.875em .75em 1.125em;
	border: none;
	display: inline-block;
	position: relative;
	-webkit-clip-path: polygon(0 0, 100% 0, 91.5% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 91.5% 100%, 0 100%);
	-webkit-transition: color .3s;
	transition: color .3s;
	font-weight: 500
}
.button--triangle:before {
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	content: "";
	background: #d5001c;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 99.7% 0, 91.5% 100%, 0 100%);
	clip-path: polygon(0 0, 99.7% 0, 91.5% 100%, 0 100%)
}
.button--triangle:not(.disabled):not([disabled]):hover {
	background-color: #d5001c;
	color: #d5001c
}
.button--triangle:not(.disabled):not([disabled]):hover:before {
	background-color: #fff
}
.button--triangle[disabled] {
	cursor: not-allowed
}
.button--triangle.disabled, .button--triangle.disabled:before, .button--triangle[disabled], .button--triangle[disabled]:before {
	background-color: #afaeae
}
.button--triangle-dark {
	padding: .875em 1.875em .75em 1.125em;
	border: none;
	display: inline-block;
	position: relative;
	-webkit-transition: color .3s;
	transition: color .3s;
	font-weight: 500
}
.button--triangle-dark, .button--triangle-dark:before {
	-webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
	background: #181b20
}
.button--triangle-dark:before {
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	content: "";
	position: absolute;
	top: .05rem;
	left: .0625rem;
	right: .0625rem;
	bottom: .03125rem;
	z-index: -1
}
.button--triangle-dark:not(.disabled):not([disabled]):hover {
	background-color: #d5001c;
	color: #fff
}
.button--triangle-dark:not(.disabled):not([disabled]):hover:before {
	background-color: #d5001c
}
.button--triangle-dark[disabled] {
	cursor: not-allowed
}
.button--triangle-dark.disabled, .button--triangle-dark.disabled:before, .button--triangle-dark[disabled], .button--triangle-dark[disabled]:before {
	background-color: #afaeae
}
.button--triangle-out {
	padding: .875em 1.875em .75em 1.125em;
	border: none;
	display: inline-block;
	position: relative;
	-webkit-clip-path: polygon(0 0, 100% 0, 91.5% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 91.5% 100%, 0 100%);
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #181b20;
	font-weight: 400
}
.button--triangle-out[href] {
	color: #d5001c
}
.button--triangle-out:before {
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	content: "";
	background: #fff;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 99.7% 0, 91.5% 100%, 0 100%);
	clip-path: polygon(0 0, 99.7% 0, 91.5% 100%, 0 100%)
}
.button--triangle-out:not(.disabled):not([disabled]):hover {
	color: #fff
}
.button--triangle-out:not(.disabled):not([disabled]):hover:before {
	background-color: #d5001c
}
.button--triangle-out[disabled] {
	cursor: not-allowed
}
.button--triangle-out.disabled, .button--triangle-out[disabled] {
	background-color: #afaeae;
	color: #fff
}
.button--triangle-out.disabled:before, .button--triangle-out[disabled]:before {
	background-color: #afaeae
}
.button--full {
	width: 100%
}
.button--outline {
	position: relative;
	background-color: #fff;
	color: #d5001c
}
.button--outline[href] {
	color: #d5001c
}
.button--outline[disabled] {
	cursor: not-allowed
}
.button--outline.disabled, .button--outline[disabled] {
	border-color: #afaeae;
	background-color: #afaeae;
	color: #fff
}
.button--outline-dark {
	position: relative;
	background-color: #fff;
	color: #181b20;
	border-color: #181b20
}
.button--outline-dark[href] {
	color: #181b20
}
.button--outline-dark[href]:hover {
	color: #d5001c;
	border-color: #d5001c
}
.button--outline-dark[disabled] {
	cursor: not-allowed
}
.button--outline-dark.disabled, .button--outline-dark[disabled] {
	border-color: #afaeae;
	background-color: #afaeae;
	color: #fff
}
.button--sm {
	padding: .875em 1.75em;
	line-height: 1.1;
	min-height: auto
}
.button--dark {
	background-color: #10151f;
	border-color: #10151f;
	color: #fff
}
.button--dark:hover {
	background-color: #fff;
	border-color: #d5001c;
	color: #d5001c
}
.button--default {
	background-color: #f3f3f3;
	border-color: #f3f3f3;
	color: #828282
}
.button--default[href] {
	color: #828282
}
.button--default:hover {
	background-color: #fff;
	border-color: #d5001c;
	color: #d5001c
}
.button--gradient {
	position: relative;
	overflow: hidden;
	-webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out;
	transition: border-color .3s ease-in-out, color .3s ease-in-out;
	background: #d5001c
}
.button--gradient:before {
	background: #424241;
	opacity: 1;
	z-index: -12;
	-webkit-transition: opacity .7s cubic-bezier(.77, 0, .175, 1), width .7s cubic-bezier(.77, 0, .175, 1);
	transition: opacity .7s cubic-bezier(.77, 0, .175, 1), width .7s cubic-bezier(.77, 0, .175, 1)
}
.button--gradient:after, .button--gradient:before {
	content: "";
	width: 0;
	height: 100%;
	display: block;
	position: absolute;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	left: -10%;
	top: 0
}
.button--gradient:after {
	background: #828282;
	opacity: 0;
	z-index: -15;
	-webkit-transition: opacity .4s cubic-bezier(.2, .95, .57, .99), width .4s cubic-bezier(.2, .95, .57, .99);
	transition: opacity .4s cubic-bezier(.2, .95, .57, .99), width .4s cubic-bezier(.2, .95, .57, .99)
}
.button--gradient.button--dark {
	background: #10151f
}
.button--gradient.button--dark:before {
	background-color: #fff
}
.button--gradient.button--dark:hover {
	border-color: #d5001c;
	color: #d5001c
}
.button--gradient:hover {
	border-color: #181b20;
	color: #fff
}
.button--gradient:hover:before {
	opacity: 1;
	width: 116%
}
.button--gradient:hover:after {
	opacity: 1;
	width: 120%
}
.button[disabled], .swal2-container>.theme-c .swal2-styled.swal2-cancel[disabled], .swal2-container>.theme-c .swal2-styled.swal2-confirm[disabled] {
	cursor: not-allowed
}
.button.disabled, .button[disabled], .swal2-container>.theme-c .disabled.swal2-styled.swal2-cancel, .swal2-container>.theme-c .disabled.swal2-styled.swal2-confirm, .swal2-container>.theme-c .swal2-styled.swal2-cancel[disabled], .swal2-container>.theme-c .swal2-styled.swal2-confirm[disabled] {
	border-color: #afaeae;
	background-color: #afaeae;
	color: #fff
}
.button--credit {
	background: #01bfdf;
	border-color: #01bfdf
}
.footer-logo svg {
	max-width: 100%;
	width: 14.625rem;
	height: auto
}
.footer__right .f-menu {
	line-height: 1.3
}
.footer__right .f-menu__link {
	margin: 0;
	padding: 0
}
.footer__logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.footer__content {
	min-height: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 auto;
	line-height: 1
}
.footer__top {
	padding: 1.875rem 0 1.25rem;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	color: #fff;
	font-size: .875rem;
	line-height: 1.875rem;
	background-color: #10151f
}
.footer__bottom {
	background-color: #424241;
	color: #fff;
	padding: .3125rem 0 .5rem
}
.f-links {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	font-size: .875rem;
	line-height: 1.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.f-links.p-list {
	padding: 0 0 .3125rem
}
.f-links a {
	padding: .125rem .375rem;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
	text-decoration: none;
	white-space: nowrap
}
.f-links a:hover[href] {
	color: #d5001c
}
.f-links li {
	position: relative
}
.f-links li+li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: #fff
}
.f-copyright {
	font-size: 1em;
	line-height: 1.375rem;
	padding: .3125rem 0 .4375rem
}
.f-copyright, .f-develop {
	margin: 0;
	color: #fff;
	text-align: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.f-develop__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: currentColor;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	font-size: 1em;
	line-height: 1.125em
}
.f-develop__link:hover {
	color: #000
}
.f-develop__link .svg {
	padding-left: .3125rem;
	fill: currentColor
}
.f-develop__text {
	font-size: 1em;
	line-height: 1.125em
}
.f-black-list {
	width: 2.8125em;
	height: 2.5em
}
.subscribe {
	padding-bottom: 1.125rem;
	max-width: 370px;
	text-align: center
}
.subscribe__title {
	font-size: .875rem;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	padding-bottom: 1.4375rem
}
.f-menu {
	overflow: hidden;
	padding: .125rem 0;
	font-size: .875rem;
	width: 100%
}
.f-menu__list {
	list-style: none;
	padding: 0;
	width: 100%
}
.f-menu__subitem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.f-menu__item, .f-menu__subitem {
	min-height: 2.0625rem
}
.f-menu__item>.f-menu__link:after {
	/*content: "";
	width: 25px;
	display: block;
	height: 1px;
	margin-top: .875rem;
	background: #d5001c*/
}
.f-menu__link {
	color: #fff;
	font-size: .8125rem;
	line-height: .9375rem;
	padding: .1875rem .3125rem;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	position: relative;
	display: inline-block
}
.f-menu__link[href].active, .no-touchevents .f-menu__link[href]:hover {
	color: #d5001c
}
.f-menu__item .f-menu__link {
	font-weight: 500;
	text-transform: uppercase
}
.f-menu__subitem .f-menu__link {
	font-weight: 400;
	text-transform: none
}
.f-menu__subitems {
	padding: .875rem 0 0;
	margin: 0
}
.f-menu__subitem--black-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	line-height: 1
}
.f-menu__subitem--black-list .f-menu__link {
	padding-left: .5625rem;
	padding-bottom: 0
}
input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
background-color:#fff!important;
color:#181b20!important
}
input[type], textarea[type] {
	-webkit-appearance: none;
	border-radius: 0
}
.form {
	position: relative
}
.form.already-subscribed .form-subscribed {
	left: 0
}
.form .form-subscribed {
	-webkit-transition: left .3s;
	transition: left .3s;
	position: absolute;
	top: 0;
	right: 0;
	left: 100%;
	bottom: 0;
	background-color: #d5001c;
	overflow: hidden;
	z-index: 1;
	cursor: default
}
.form .form-subscribed__content {
	font-size: .875rem;
	line-height: 1.125rem;
	color: #fff;
	fill: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: .3125rem 1.375rem .3125rem 2rem;
	height: 100%
}
.form .form-subscribed__text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	margin-left: .9375rem;
	letter-spacing: .35px
}
.form--search {
	position: absolute;
	z-index: 2;
	right: 0;
	top: -.1875rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	will-change: transform;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	width: 79vw
}
.search-in .form--search {
	width: 100%;
	opacity: 1;
	visibility: visible;
	position: relative;
	margin: auto;
	max-width: 100%
}
.shown-input .form--search {
	z-index: 3;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.form--search .f-search-suggest {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transform: translateY(100%) scale(.6);
	transform: translateY(100%) scale(.6);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	min-width: 17.5rem;
	width: 100%;
	background-color: #fff;
	z-index: 20;
	padding: 0;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	border: 1px solid #aaa;
	border-top: none
}
.form--search .f-search-suggest__list {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 60vh;
	overflow-y: auto
}
.search-in .form--search .f-search-suggest__list {
	max-height: 50vh
}
.form--search .f-search-suggest__category:first-child .product-search, .form--search .f-search-suggest__product:first-child .product-search {
	margin-top: .75rem
}
.form--search .f-search-suggest__links {
	border-top: 1px solid #aaa
}
.form--search .f-search-suggest__links a {
	display: block;
	padding: 1.0625em 2.4375em;
	font-size: 1em;
	line-height: 1.25em;
	color: #828282;
	position: relative;
	font-weight: 400;
	text-decoration: none
}
.form--search .f-search-suggest__links a:hover {
	color: #d5001c
}
.search-in .form--search .f-search-suggest {
	position: static;
	-webkit-transform: translateY(0) scale(.6);
	transform: translateY(0) scale(.6);
	left: 0;
	right: auto
}
.form--search.is-show .f-search-suggest {
	display: block;
	opacity: 1;
	-webkit-transform: translateY(100%) scale(1);
	transform: translateY(100%) scale(1)
}
.search-in .form--search.is-show .f-search-suggest {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1)
}
.form--search.is-show .f-search-suggest:empty {
	display: none
}
.form-group {
	position: relative;
	margin-top: 1.25rem
}
.contacts .form-group {
	margin-top: 0
}
.form-group--slider {
	position: relative;
	z-index: 0
}
.form-group--slider .progress {
	background-color: #d5001c;
	top: 0
}
.form-group--slider.ui-slider-horizontal {
	height: 6px
}
.form-group--slider.ui-widget.ui-widget-content {
	border: unset;
	background: #ebebeb;
	border-radius: 100px
}
.form-group--slider.ui-widget.ui-widget-content .ui-slider-handle {
	z-index: 12;
	background: #fff;
	border: 4px solid #d5001c;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	top: -.65em
}
.form--ord-user .form-group {
	margin-top: .875rem
}
.form-group:first-child, .form-group:first-child .form-group__label {
	margin-top: 0
}
.form-group._mt-none {
	margin: 0
}
.form-group._mt-none .form-group__label {
	margin-top: 0
}
.search-in .form-group--with-btn {
	overflow: inherit
}
.form-group--last {
	margin-top: 1.25rem
}
.contacts .form-group--last {
	margin-top: 1.875rem
}
.form-group__label {
	color: #828282;
	display: block;
	font-size: .875rem;
	line-height: 1.375rem;
	margin-bottom: .375rem;
	letter-spacing: .4px
}
.form-group__label[for] {
	cursor: pointer
}
.form-group__label ._color-main {
	font-size: 1.3125rem
}
.popup .form-group__label {
	margin-top: -.6875rem
}
.form-group--min .form-group__label {
	font-size: .75rem;
	line-height: 1.2;
	margin-bottom: 2px;
	letter-spacing: 0
}
.form-group>.form-group__input[data-phonemask] {
	background-image: url(static/pic/loader2.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	color: transparent
}
.form-group__input, .form-group__select, .form-group__textarea {
	color: #181b20;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #424241;
	display: block;
	font-size: .875em;
	font-family: Helvetica, sans-serif;
	font-weight: 400;
	padding: .625rem 1rem;
	line-height: 1.5;
	-webkit-transition: border .2s ease;
	transition: border .2s ease;
	width: 100%;
	min-height: 48px;
	letter-spacing: .14px;
	outline: none
}
.form-group--min .form-group__input, .form-group--min .form-group__select, .form-group--min .form-group__textarea {
	font-size: .75em;
	padding: .3125rem .5rem;
	letter-spacing: 0;
	min-height: 24px
}
.ord-recipient .form-group__input, .ord-recipient .form-group__select, .ord-recipient .form-group__textarea, .ord-service-i .form-group__input, .ord-service-i .form-group__select, .ord-service-i .form-group__textarea {
	background-color: #fff;
	border: 1px solid #181b20
}
.form--search .form-group__input, .form--search .form-group__select, .form--search .form-group__textarea {
	position: relative;
	z-index: 21
}
.form--sm .form-group__input, .form--sm .form-group__select, .form--sm .form-group__textarea {
	min-height: 40px;
	padding: .5rem 1rem
}
.form-group--with-btn .form-group__input, .form-group--with-btn .form-group__select, .form-group--with-btn .form-group__textarea {
	border: 1px solid #d5001c;
	font-size: .875em;
	padding: .5625em 2.875rem .5625em 1em;
	min-height: 3em
}
.form-group--subscribe .form-group__input, .form-group--subscribe .form-group__select, .form-group--subscribe .form-group__textarea {
	border: 1px solid #d5001c;
	background-color: transparent;
	color: #fff;
	padding: .5rem 6rem .5rem 1.625rem;
	min-height: 48px
}
.form-group--subscribe .form-group__input::-webkit-input-placeholder, .form-group--subscribe .form-group__select::-webkit-input-placeholder, .form-group--subscribe .form-group__textarea::-webkit-input-placeholder {
font-size:1rem;
color:#7e7e7d;
font-style:italic;
font-weight:500
}
.form-group--subscribe .form-group__input:-ms-input-placeholder, .form-group--subscribe .form-group__input::-ms-input-placeholder, .form-group--subscribe .form-group__select:-ms-input-placeholder, .form-group--subscribe .form-group__select::-ms-input-placeholder, .form-group--subscribe .form-group__textarea:-ms-input-placeholder, .form-group--subscribe .form-group__textarea::-ms-input-placeholder {
font-size:1rem;
color:#7e7e7d;
font-style:italic;
font-weight:500
}
.form-group--subscribe .form-group__input::placeholder, .form-group--subscribe .form-group__select::placeholder, .form-group--subscribe .form-group__textarea::placeholder {
font-size:1rem;
color:#7e7e7d;
font-style:italic;
font-weight:500
}
.form-group__input::-webkit-input-placeholder, .form-group__select::-webkit-input-placeholder, .form-group__textarea::-webkit-input-placeholder {
color:#7e7e7d;
font-family:Helvetica, sans-serif;
opacity:1
}
.form-group__input:-ms-input-placeholder, .form-group__input::-ms-input-placeholder, .form-group__select:-ms-input-placeholder, .form-group__select::-ms-input-placeholder, .form-group__textarea:-ms-input-placeholder, .form-group__textarea::-ms-input-placeholder {
color:#7e7e7d;
font-family:Helvetica, sans-serif;
opacity:1
}
.form-group__input::placeholder, .form-group__select::placeholder, .form-group__textarea::placeholder {
color:#7e7e7d;
font-family:Helvetica, sans-serif;
opacity:1
}
.popup .form-group__input::-webkit-input-placeholder, .popup .form-group__select::-webkit-input-placeholder, .popup .form-group__textarea::-webkit-input-placeholder {
font-weight:300;
font-size:1.0625em
}
.popup .form-group__input:-ms-input-placeholder, .popup .form-group__input::-ms-input-placeholder, .popup .form-group__select:-ms-input-placeholder, .popup .form-group__select::-ms-input-placeholder, .popup .form-group__textarea:-ms-input-placeholder, .popup .form-group__textarea::-ms-input-placeholder {
font-weight:300;
font-size:1.0625em
}
.popup .form-group__input::placeholder, .popup .form-group__select::placeholder, .popup .form-group__textarea::placeholder {
font-weight:300;
font-size:1.0625em
}
.form-group__input:-webkit-autofill, .form-group__input:-webkit-autofill:focus, .form-group__select:-webkit-autofill, .form-group__select:-webkit-autofill:focus, .form-group__textarea:-webkit-autofill, .form-group__textarea:-webkit-autofill:focus {
-webkit-box-shadow:inset 0 0 0 9999px #f8f8f8, 0 4px 12px 0 rgba(49,49,49,.2)!important
}
.form-group__input[disabled], .form-group__select[disabled], .form-group__textarea[disabled] {
	opacity: .3
}
.form-group__input[readonly], .form-group__select[readonly], .form-group__textarea[readonly] {
	background-color: #ebebeb;
	border-color: #ebebeb!important
}
.form-group__input:focus, .form-group__select:focus, .form-group__textarea:focus {
	border-color: #aaa;
	-webkit-box-shadow: 0 4px 12px 0 rgba(49,49,49,.2);
	box-shadow: 0 4px 12px 0 rgba(49,49,49,.2);
	outline: none
}
.form-group--subscribe .form-group__input:focus, .form-group--subscribe .form-group__select:focus, .form-group--subscribe .form-group__textarea:focus, .form-group--with-btn .form-group__input:focus, .form-group--with-btn .form-group__select:focus, .form-group--with-btn .form-group__textarea:focus {
	border: 1px solid #ee8d19
}
.form-group--subscribe .form-group__input:focus~.form-group__button, .form-group--subscribe .form-group__select:focus~.form-group__button, .form-group--subscribe .form-group__textarea:focus~.form-group__button, .form-group--with-btn .form-group__input:focus~.form-group__button, .form-group--with-btn .form-group__select:focus~.form-group__button, .form-group--with-btn .form-group__textarea:focus~.form-group__button {
	background-color: #ee8d19
}
.ord-recipient .form-group__input:focus, .ord-recipient .form-group__select:focus, .ord-recipient .form-group__textarea:focus, .ord-service-i .form-group__input:focus, .ord-service-i .form-group__select:focus, .ord-service-i .form-group__textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #181b20
}
.form-group__input.is-valid, .form-group__select.is-valid, .form-group__textarea.is-valid {
	border-color: #aaa;
	-webkit-box-shadow: 0 4px 12px 0 rgba(49,49,49,.2);
	box-shadow: 0 4px 12px 0 rgba(49,49,49,.2);
	outline: none
}
.form-group--subscribe .form-group__input.is-valid, .form-group--subscribe .form-group__select.is-valid, .form-group--subscribe .form-group__textarea.is-valid, .form-group--with-btn .form-group__input.is-valid, .form-group--with-btn .form-group__select.is-valid, .form-group--with-btn .form-group__textarea.is-valid {
	border: 1px solid #aaa
}
.form-group--subscribe .form-group__input.is-valid~.form-group__button, .form-group--subscribe .form-group__select.is-valid~.form-group__button, .form-group--subscribe .form-group__textarea.is-valid~.form-group__button, .form-group--with-btn .form-group__input.is-valid~.form-group__button, .form-group--with-btn .form-group__select.is-valid~.form-group__button, .form-group--with-btn .form-group__textarea.is-valid~.form-group__button {
	background-color: #aaa
}
.ord-recipient .form-group__input.is-valid, .ord-recipient .form-group__select.is-valid, .ord-recipient .form-group__textarea.is-valid, .ord-service-i .form-group__input.is-valid, .ord-service-i .form-group__select.is-valid, .ord-service-i .form-group__textarea.is-valid {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #181b20
}
.form-group__input.has-error, .form-group__select.has-error, .form-group__textarea.has-error {
	border-color: #eb0505!important
}
.form-group__input.has-error:focus~label.has-error, .form-group__select.has-error:focus~label.has-error, .form-group__textarea.has-error:focus~label.has-error {
	visibility: visible;
	pointer-events: auto
}
.form-group--subscribe .form-group__input.has-error:focus~.form-group__button, .form-group--subscribe .form-group__input.has-error~.form-group__button, .form-group--subscribe .form-group__select.has-error:focus~.form-group__button, .form-group--subscribe .form-group__select.has-error~.form-group__button, .form-group--subscribe .form-group__textarea.has-error:focus~.form-group__button, .form-group--subscribe .form-group__textarea.has-error~.form-group__button, .form-group--with-btn .form-group__input.has-error:focus~.form-group__button, .form-group--with-btn .form-group__input.has-error~.form-group__button, .form-group--with-btn .form-group__select.has-error:focus~.form-group__button, .form-group--with-btn .form-group__select.has-error~.form-group__button, .form-group--with-btn .form-group__textarea.has-error:focus~.form-group__button, .form-group--with-btn .form-group__textarea.has-error~.form-group__button {
	background-color: #eb0505
}
.form-group__input~label.has-error, .form-group__select~label.has-error, .form-group__textarea~label.has-error {
	color: #fff;
	background-color: #eb0505;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: .5em .75em;
	line-height: 1.375em;
	font-size: .75em;
	visibility: hidden;
	pointer-events: none;
	z-index: 1;
	letter-spacing: .12px;
	-webkit-box-shadow: 0 4px 12px 0 rgba(49,49,49,.2);
	box-shadow: 0 4px 12px 0 rgba(49,49,49,.2);
	margin-top: 1px
}
.form-group__textarea {
	min-height: 9.75rem;
	max-height: 31.25rem;
	resize: vertical;
	line-height: 1.25
}
.form--sm .form-group__textarea {
	min-height: 5rem;
	max-height: 31.25rem
}
.form-group__select {
	border: none;
	background: none;
	padding: 0 .5rem;
	-webkit-box-shadow: none;
	box-shadow: none
}
.form-group__select[data-s2s] {
	font-size: 1em;
	line-height: 1.5em
}
.catalog-sort .form-group__select[data-s2s] {
	min-width: 13.125em;
	min-height: 3.125em;
	padding: .8125em 2.1875em .8125em 1.25em;
	color: #828282
}
.form-group__select[data-s2s]~label.has-error {
	visibility: visible;
	pointer-events: auto
}
.form-group__select[data-s2s][disabled]~.select2-container {
	opacity: .3
}
.form-group__select.has-error~.select2-container .s2s-container {
	border-color: #d5001c;
	outline: none
}
.form-group__button {
	cursor: pointer;
	-webkit-transition: background-color .3s, fill .3s;
	transition: background-color .3s, fill .3s
}
.form-group__button .svg {
	display: inline-block
}
.form--search .form-group__button {
	z-index: 22
}
.form-group--with-btn .form-group__button {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	padding: 0 .6875em;
	outline: none;
	background-color: #d5001c;
	border: none;
	color: #fff;
	fill: currentColor;
	-webkit-box-shadow: none;
	box-shadow: none
}
.search-in .form-group--with-btn .form-group__button {
	min-width: 4.375em
}
.form-group--with-btn .form-group__button:hover {
	background-color: #ee8d19;
	fill: #fff
}
.form-group--subscribe .form-group__button {
	overflow: hidden;
	width: 4.75rem;
	background-color: #d5001c;
	fill: #181b20;
	right: 0
}
.form-group--subscribe .form-group__button:hover {
	background-color: #ee8d19;
	fill: #fff
}
.form-group--subscribe .form-group__button svg {
	width: 1.75rem;
	height: 1.6875rem
}
.form-group--rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: .625rem
}
.form-group--rating .form-group__label {
	margin: 0 1.25rem 0 0
}
.form-group--rating .rating {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.select-tertiary {
	position: relative
}
.select-tertiary:before {
	content: "";
	position: absolute;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='229.5 272.5 13 7'%3E%3Cpath d='M242.3 272.7c-.2-.2-.5-.2-.8 0l-5.5 5.5-5.5-5.5c-.2-.2-.5-.2-.8 0-.2.2-.2.5 0 .8l5.9 5.9c.1.1.2.2.4.2.1 0 .3-.1.4-.2l5.9-5.9c.2-.3.2-.6 0-.8z'/%3E%3C/svg%3E") no-repeat 0 0;
	right: 1.25rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	pointer-events: none;
	height: .4375rem;
	width: .8125rem
}
.select-tertiary .form-group__select {
	color: #181b20;
	background-color: #fff;
	border: 1px solid #e9e9ee;
	min-height: 50px;
	font-size: .875em;
	padding-left: 1.3125rem;
	padding-right: 1.9375rem;
	font-weight: 700
}
.f-file {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #63b1f3
}
.f-file svg {
	fill: currentColor;
	-webkit-transition: fill .2s ease;
	transition: fill .2s ease
}
.f-file__label {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 1;
	max-width: calc(100% - 27px)
}
.f-file__label svg {
	margin-right: .4375rem;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.no-touchevents .f-file__label:hover {
	color: #181b20
}
.f-file input {
	position: absolute;
	visibility: hidden;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0
}
.f-file input.has-error~svg {
	fill: #ff6c6c
}
.f-file__result {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	text-overflow: ellipsis
}
.f-file__clear {
	cursor: pointer;
	display: none;
	vertical-align: middle;
	line-height: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.f-file__clear svg {
	pointer-events: none
}
.no-touchevents .f-file__clear:hover svg {
	fill: #181b20
}
.f-file__clear.is-show {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.f-file label.has-error {
	color: #ff6c6c;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	padding: 3px 1rem 4px;
	pointer-events: none;
	top: 100%;
	word-break: break-word;
	z-index: 10
}
.form-check {
	color: #828282;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	margin: .625rem 0;
	padding-bottom: .375rem;
	position: relative;
	line-height: 1;
	font-size: .875em
}
.filter-unit .form-check {
	font-size: 1em;
	padding-bottom: 0
}
.lg-sub-html .form-check {
	font-size: .875em;
	color: #fff;
	padding: .625em;
	z-index: 1050;
	font-weight: 500;
	text-transform: uppercase
}
.lg-sub-html .form-check span {
	text-align: left
}
.lg-sub-html .form-check span i {
	font-style: normal
}
.lg-sub-html .form-check:hover {
	color: #d5001c
}
.form-check:only-child, .form-check:only-of-type {
	margin: 0
}
.form-check input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1
}
.form-check input.has-error~span {
	color: #eb0505
}
.form-check input:checked~span {
	color: #d5001c
}
.filter-unit .form-check input:checked~span {
	color: #828282
}
.form-check input:checked~span:before {
	border-color: #d5001c;
	background: #d5001c url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3E%3Cpath fill='%23fff' d='M17.68.7a.887.887 0 0 0-1.26 0L5.7 11.41 1.59 7.29a.887.887 0 0 0-1.26 0c-.35.35-.35.92 0 1.26l4.75 4.75c.35.35.92.35 1.26 0L17.68 1.96c.34-.35.34-.91 0-1.26z'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 80% 100%
}
.filter-unit .form-check input:checked~span:before {
	border-color: #181b20;
	background-color: #181b20
}
.ord-service-i .form-check input[type=radio]:not(.style-check)~span {
	font-size: 1.125em;
	color: #181b20
}
.form-check input[type=radio]:not(.style-check)~span:before {
	border-color: #181b20;
	border-radius: 50%;
	margin-right: .875rem;
	width: 1.5rem;
	height: 1.5rem
}
.form-check input[type=radio]:not(.style-check):checked~span {
	color: #181b20
}
.filter-unit .form-check input[type=radio]:not(.style-check):checked~span {
	color: #828282
}
.form-check input[type=radio]:not(.style-check):checked~span:before {
	background: #181b20
}
.filter-unit .form-check input[type=radio]:not(.style-check):checked~span:before, .form-check input[type=radio]:not(.style-check):checked~span:before {
	-webkit-box-shadow: inset 0 0 0 4px #fff;
	box-shadow: inset 0 0 0 4px #fff
}
.form-check input[type=radio]:not(.style-check).has-error~span:before {
	border-color: #d5001c
}
.filter-unit .form-check input[type=radio]:not(.style-check).has-error~span:before {
	border-color: #181b20
}
.form-check>span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.form-check>span:before {
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #828282;
	display: inline-block;
	vertical-align: top;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: border-color .1s ease;
	transition: border-color .1s ease;
	margin-right: .3125rem;
	width: 1.125rem;
	height: 1.125rem
}
.filter-unit .form-check>span:before {
	width: 1.5625rem;
	height: 1.5625rem;
	margin-right: 1rem
}
.lg-sub-html .form-check>span:before {
	width: 1.875rem;
	height: 1.875rem;
	margin-right: 1rem;
	border-color: #fff
}
.form-check:hover {
	color: #d5001c
}
.form-check.is-disabled {
	color: #aaa!important;
	cursor: default;
	opacity: .8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.form-check.is-disabled>span:before {
	border-color: #aaa!important;
	background-color: #aaa!important
}
.ord-service-list .form-check.is-disabled {
	opacity: .3
}
.form-check label.has-error {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	color: #eb0505;
	display: block;
	margin-top: 7px;
	line-height: 1;
	font-size: 12px;
	width: 100%
}
.header {
	display: none;
	z-index: 100;
	color: #fff;
	font-size: 13px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}
.header, .header.is-down {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.header.is-down {
	/*top: -3.625em;*/
top: -5.1em;
	border-bottom: 1px solid #f2f2f2
}
.header.is-down .search-substrate {
	height: calc(100vh + 3.25em)
}
.header.scrolling-down.is-down {
	/*top: -3.625em;*/
top: -5.1em;
}
.header-logo {
	text-decoration: none
}
.header-logo svg, .is-down .header-logo svg {
	width: 10.625em;
	height: 3em
}
.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: .5em 0 0
}
.header__content {
	min-height: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	max-width: 100%;
	padding: 0 0 .0625em
}
.header__top {
	background-color: #10151f;
	position: relative;
	padding: .8125em 0
}
.header__bottom {
	background-color: #fff;
	height: 5em;
	max-height: 5em;
	position: relative;
	z-index: 2;
	border-bottom: 2px solid #e6e7e9
}
.header__bottom>.container, .header__bottom>.container>.grid {
	height: 100%
}
.is-down .header__bottom {
	height: 3.75em;
	max-height: 3.75em
}
.header__right {
	padding: 0 0 .0625em
}
.header__right, .search-desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.search-desktop {
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .625em 1.25em .625em .625em
}
.search-desktop .button-icon {
	font-size: .9375em;
	line-height: 1
}
.search-desktop .button-icon svg {
	width: 1em;
	height: 1em
}
.search-substrate {
	background-color: rgba(38,38,38,.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease, visibility .1s ease;
	transition: opacity .2s ease, visibility .1s ease;
	z-index: 2
}
.shown-input .search-substrate {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}
.h-helpers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}
.footer .h-helpers {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-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;
	margin: 0
}
.popup--info .h-helpers {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.h-helpers__items {
	padding: 0 .3125rem
}
.h-helpers__items--between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 45%;
	padding: 0 .625em
}
.h-helpers__items--between:last-of-type {
	width: 45%
}
.footer .h-helpers__items {
	padding: 0;
	fill: #d5001c
}
.h-helpers__items .svg--absolute {
	display: inline-block;
	width: 16px;
	height: 16px
}
.footer .h-helpers__items .svg--absolute {
	width: 16px;
	height: 16px
}
.h-helpers__items:last-child {
	padding-right: 3px
}
.popup--info .h-helpers__items:last-child {
	padding: 0 .3125rem
}
.h-helpers__items .hover-social {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.h-helpers__items .hover-social:hover .hover-social__modal {
	opacity: 1;
	visibility: visible;
	-webkit-box-shadow: 0 0 .625rem -.1875rem rgba(0,0,0,.35);
	box-shadow: 0 0 .625rem -.1875rem rgba(0,0,0,.35)
}
.h-helpers__items .hover-social__link {
	display: block;
	padding: .375em .125em
}
.h-helpers__items .hover-social__link:not(:last-child) {
	margin-right: .75em
}
.h-helpers__items .hover-social .svg {
	display: block;
	fill: #fff
}
.h-helpers__items .hover-social .svg:hover {
	fill: #d5001c
}
.h-helpers__items .hover-social__modal {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: .375em .625em;
	background-color: #424241;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .15s, -webkit-box-shadow .15s;
	transition: opacity .15s, -webkit-box-shadow .15s;
	transition: opacity .15s, box-shadow .15s;
	transition: opacity .15s, box-shadow .15s, -webkit-box-shadow .15s
}
.h-helpers__items .hover-social__modal .svg {
	fill: #fff
}
.h-helpers__item {
	padding: .1875rem 0;
	text-decoration: none;
	color: currentColor;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	font-size: .875em
}
.h-helpers__column .h-helpers__item {
	line-height: 1
}
.h-helpers__item .button--sm {
	font-size: .9375em;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0
}
.h-helpers__item[href]:hover {
	color: #d5001c
}
.h-helpers__item.work {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	padding: 0
}
.h-helpers__item.phone, .h-helpers__item.work {
	font-size: .75em;
	line-height: 1;
	font-weight: 300
}
.h-helpers__item.phone {
	padding: .5rem 0 .5rem .625rem;
	white-space: nowrap;
	letter-spacing: 1.12px
}
.footer .h-helpers__item.phone {
	line-height: 1.25rem;
	font-weight: 900
}
.h-helpers__item.free {
	font-size: .875em;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase
}
.footer .h-helpers__item {
	padding: .5rem 0 .5rem .875rem;
	line-height: 1.0625rem
}
.m-header .h-helpers {
	fill: #fff
}
.m-header .h-helpers__items {
	text-align: left
}
.m-header .h-helpers__items .svg {
	padding: .5rem .3125rem
}
.m-header .h-helpers__item {
	padding: .1875rem .625rem;
	font-size: .6875rem;
	line-height: 1.1
}
.mm-menu .h-helpers {
	fill: #fff
}
.mm-menu .h-helpers__items {
	text-align: left
}
.mm-menu .h-helpers__items .svg {
	padding: .5rem .3125rem
}
.mm-menu .h-helpers__item {
	padding: 0 .625rem;
	font-size: .6875rem;
	line-height: 1.1;
	display: inline-block
}
.h-lang {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	white-space: nowrap;
	color: #aaa;
	font-size: .875em;
	line-height: 1.2;
	font-weight: 300;
	padding: 0 .5625em
}
.mm-menu .h-lang {
	padding: 0
}
.h-lang a {
	color: currentColor;
	text-decoration: none;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	padding: .375em .125em;
	letter-spacing: 1.4px;
	text-align: center;
	display: inline-block;
	vertical-align: middle
}
.h-lang a[href]:hover {
	color: #d5001c
}
.h-lang a.active {
	color: #fff
}
.search {
	background-color: #181b20;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: -1
}
.shown-search .search {
	opacity: 1;
	z-index: 11;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity .2s, visibility .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s, visibility .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s, visibility .2s ease;
	transition: transform .2s ease, opacity .2s, visibility .2s ease, -webkit-transform .2s ease
}
.search__wrap {
	margin-top: 20px
}
.search__logo {
	margin-bottom: 1%
}
.search__button-close {
	cursor: pointer;
	display: block;
	background-color: transparent;
	border: none;
	padding: .9375em;
	line-height: 0;
	position: relative;
	margin-bottom: 3%;
	outline: none
}
.search__button-close svg {
	fill: #fff;
	-webkit-transition: fill .2s ease;
	transition: fill .2s ease;
	width: 1.625em;
	height: 1.625em
}
.no-touchevents .search__button-close:hover svg {
	fill: #d5001c
}
.search__button-close:active {
	top: 1px
}
.search__caption {
	color: #fff;
	font-size: .875rem;
	line-height: 1;
	margin-bottom: 1.375rem
}
.search-in {
	max-height: 100vh;
	overflow-y: scroll;
	padding-bottom: 1.875rem;
	height: 100%;
	position: relative
}
.h-menu, .h-menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.h-menu__list {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	scrollbar-width: thin;
	scrollbar-color: #d5001c #181b20
}
.h-menu__list::-webkit-scrollbar {
height:5px
}
.h-menu__list::-webkit-scrollbar-track {
background:#fff
}
.h-menu__list::-webkit-scrollbar-thumb {
background:#181b20
}
.h-menu__list::-webkit-scrollbar-thumb:hover {
background:#d5001c
}
.h-menu__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	z-index: 1;
	color: #181b20
}
.h-menu__item--main {
	position: relative;
	height: auto
}
.h-menu__item--main .h-menu__link {
	height: auto
}
.h-menu__link {
	color: #181b20;
	font-size: 1em;
	letter-spacing: .16px;
	line-height: 1.1;
	padding: .40625em;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	text-transform: uppercase;
	height: 100%
}
.no-mobiledevice .h-menu__link:hover {
	color: #d5001c
}
.h-menu__link.active {
	font-weight: 700
}
.h-menu__subitems {
	display: block;
	font-size: .8125em;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px);
	min-width: 12.375em;
	-webkit-transition: opacity .15s ease, visibility .15s ease, -webkit-transform .15s ease;
	transition: opacity .15s ease, visibility .15s ease, -webkit-transform .15s ease;
	transition: opacity .15s ease, visibility .15s ease, transform .15s ease;
	transition: opacity .15s ease, visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	border: 1px solid #181b20;
	list-style: none;
	padding: 0;
	margin: 1.75em 0 0;
	background-color: #fff
}
.h-menu__subitems[hidden] {
	display: none
}
.h-menu__subitems:before {
	content: "";
	background-color: #fff;
	border-top: 1px solid #181b20;
	border-right: 1px solid #181b20;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: rotate(-45deg) translate(-5%, -62%);
	transform: rotate(-45deg) translate(-5%, -62%);
	height: 2.5em;
	width: 2.5em;
	z-index: 0
}
.h-menu__subitems:after {
	content: "";
	position: absolute;
	right: 0;
	top: -1.75em;
	height: 1.75em;
	width: 100%;
	z-index: 0
}
.h-menu__item:hover .h-menu__subitems {
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	opacity: 1;
	visibility: visible
}
.h-menu__subitem {
	border-bottom: 1px solid #181b20;
	position: relative;
	z-index: 1;
	background-color: #fff
}
.h-menu__subitem:last-child {
	border-bottom: none
}
.h-menu__sublink {
	font-size: .875em;
	color: #181b20;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: 1.0625em .9375em 1.0625em 1.875em
}
.h-menu__sublink:hover {
	color: #d5001c
}
.actions-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 0 .1875em
}
.m-header .actions-button {
	margin: 0
}
.actions-button:last-child {
	margin-right: 0
}
.actions-button--info-list {
	display: none
}
.is-down .actions-button--info-list {
	display: block
}
.is-down .actions-button--scale .item-action__action-icon {
	-webkit-animation: anim .1s ease-in-out infinite;
	animation: anim .1s ease-in-out infinite
}
.actions-button--scale .item-action__action-icon svg:not(._svg-heart) {
	fill: #d5001c
}
@-webkit-keyframes anim {
0% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
50% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
-webkit-transform:rotate(10deg);
transform:rotate(10deg)
}
}
@keyframes anim {
0% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
50% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
-webkit-transform:rotate(10deg);
transform:rotate(10deg)
}
}
.item-action {
	color: #181b20;
	cursor: pointer;
	display: block;
	text-decoration: none;
	position: relative;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	padding: .3125em .0625em
}
.no-mobiledevice .item-action:hover {
	color: #d5001c
}
.no-mobiledevice .item-action:hover .item-action__action-count {
	background-color: #181b20
}
.m-header .item-action {
	color: #fff;
	fill: #fff;
	padding: .125em;
	min-width: 1.625rem
}
.item-action__action-icon {
	display: block;
	line-height: 0;
	position: relative
}
.item-action__action-icon svg {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}
.is-down .item-action__action-icon svg, .item-action__action-icon svg, .m-header .item-action__action-icon svg {
	width: 1.375rem;
	height: 1.375rem
}
.item-action__action-icon svg:not(._svg-heart) {
	fill: currentColor
}
.item-action__action-icon--mobile .svg {
	display: inline-block
}
.is-down .item-action__action-icon--mobile .svg svg {
	width: 1.625rem;
	height: 1.625rem
}
.item-action__action-count {
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	padding: 0 2px;
	background: #d5001c;
	border-radius: 20px;
	top: 0;
	right: 0;
	min-width: 1rem;
	font-size: .75rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}
.item-action__action-count, .m-header .item-action__action-count {
	-webkit-transform: translate(30%, -30%);
	transform: translate(30%, -30%)
}
.item-action__popup {
	-webkit-box-shadow: 3.716px 3.346px 21px 0 rgba(66,66,65,.17);
	box-shadow: 3.716px 3.346px 21px 0 rgba(66,66,65,.17);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: -.5rem;
	top: 100%;
	margin-top: .75rem;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: opacity .15s ease, visibility .15s ease, -webkit-transform .15s ease;
	transition: opacity .15s ease, visibility .15s ease, -webkit-transform .15s ease;
	transition: opacity .15s ease, visibility .15s ease, transform .15s ease;
	transition: opacity .15s ease, visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	min-width: 25.3125rem;
	max-width: 28.125rem
}
.item-action__popup[hidden] {
	display: none
}
.item-action__popup:after {
	content: "";
	position: absolute;
	right: 0;
	top: -.9375rem;
	height: .9375rem;
	width: 100%
}
.item-action__popup--cart.no-empty .item-action__popup-wrap--not-empty {
	display: block
}
.item-action__popup--cart.no-empty .item-action__popup-wrap--empty {
	display: none
}
.item-action__popup-wrap {
	background-color: #fff;
	position: relative;
	padding: 2.1875em 1.5625em 2.625em;
	width: 100%;
	color: #181b20;
	text-align: center
}
.item-action__popup-wrap--not-empty {
	display: none
}
.item-action__popup-wrap--empty {
	display: block
}
.item-action__popup-title {
	font-size: 1.125em;
	line-height: 1.875em;
	font-weight: 700
}
.item-action__popup-text {
	font-size: 1.125em;
	line-height: 1.2;
	padding: .375em 0;
	color: #939191
}
.item-action__popup-text ul {
	margin: 0;
	padding-left: 20px
}
.item-action__popup-link {
	color: #d5001c;
	cursor: pointer;
	display: inline;
	text-decoration: underline
}
.item-action__popup-link:hover {
	text-decoration: none
}
.catalog-menu {
	height: 100%
}
.catalog-menu__btn {
	font-size: 1em;
	line-height: 1.1;
	letter-spacing: .16px;
	font-weight: 500;
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	text-transform: uppercase;
	height: 100%;
	margin: 0 .625em 0 0
}
.catalog-menu__link {
	background-color: #d5001c;
	color: #fff;
	padding: .40625em 1.25em;
	text-decoration: none
}
.no-mobiledevice .catalog-menu__link:hover {
	background-color: #181b20;
	color: #fff
}
.catalog-menu.active:before, .catalog-menu:hover:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 100%;
	right: 0;
	left: 0;
	height: 3px
}
.catalog-menu.active .catalog-menu__btn, .catalog-menu:hover .catalog-menu__btn {
	z-index: 11
}
.catalog-menu.active .catalog-menu-hidden, .catalog-menu:hover .catalog-menu-hidden {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}
.catalog-menu-hidden {
	background-color: #fff;
	position: absolute;
	-webkit-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px);
	left: 50%;
	right: 0;
	top: 100%;
	z-index: 1;
	padding: .9375em 0 .625em;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, top .3s, -webkit-transform .3s;
	transition: opacity .3s, top .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s, top .3s;
	transition: transform .3s, opacity .3s, top .3s, -webkit-transform .3s
}
.dom-loaded .catalog-menu-hidden {
	display: block
}
.catalog-menu-hidden-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.catalog-menu-hidden-grid .gcell {
	width: 33.333%
}
.catalog-menu-hidden-grid--scrollable {
	max-height: 70vh;
	overflow-y: auto;
	margin-right: .375rem;
	padding: 0 .625rem
}
.cm {
	width: 100vw;
	max-width: 1903px;
	color: #181b20;
	background-color: #f2f2f2
}
.cm__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0 .8125em .3125em
}
.cm__image {
	width: 100%;
	height: 8.4375em;
	max-width: 8.4375em;
	position: relative;
	background-color: #fff
}
.cm__image img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	padding: .625em
}
.cm__list {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0 .9375em 0 0;
	line-height: 1;
	position: relative
}
.cm__list .cm__list {
	margin: 0;
	padding: .9375em 0 0
}
.cm__list--static {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 31.25rem;
	margin: 0 auto
}
.cm__item {
	display: block
}
.cm__item._no-submenu>.mm-listitem__btn {
	display: none!important
}
.cm__divider {
	display: block
}
.cm__divider.mm-listitem:after {
	content: none
}
.cm__name {
	font-size: 1em;
	text-decoration: none;
	line-height: 1.2;
	display: inline-block;
	letter-spacing: .16px;
	color: #656565;
	padding: .3125em 0
}
.cm__name:hover {
	color: #d5001c
}
.cm__link {
	font-size: 1.125em;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	line-height: 1.4;
	display: inline-block;
	letter-spacing: .18px;
	color: #181b20
}
.cm__link:hover {
	color: #d5001c
}
.cm__link--all {
	margin-top: .625rem
}
.cm__link--orange {
	color: #d5001c
}
.m-header {
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	max-height: 3rem;
	height: 3rem;
	max-width: 100%;
	width: 100%;
	z-index: 5;
	background-color: #10151f;
	padding: .4375em 0
}
.m-header .grid {
	margin-left: -.625em;
	height: 100%
}
.m-header .grid>.gcell {
	padding-left: .625em;
	line-height: 0
}
.m-header .container {
	height: 100%
}
.m-header.scrolling-down {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.m-header.scrolling-down .m-header__button .m-header__info {
	display: none
}
.m-header__logo {
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 0 .875rem;
	fill: #d5001c;
	margin-top: -.1875em
}
.m-header__logo svg {
	width: 9.6875rem;
	height: auto
}
.hamburger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 0;
	margin: -.125em 0 0;
	overflow: visible;
	padding: 0;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	width: 26px;
	height: 26px;
	outline: none
}
.no-touchevents .hamburger:hover {
	background-color: #181b20
}
.no-touchevents .hamburger:hover .hamburger-inner, .no-touchevents .hamburger:hover .hamburger-inner:after, .no-touchevents .hamburger:hover .hamburger-inner:before {
	background-color: #fff
}
.hamburger-box {
	width: 26px;
	height: 18px;
	display: inline-block;
	position: relative
}
.hamburger-inner {
	display: block;
	top: 50%;
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	width: 26px;
	height: 2px;
	background-color: #fff;
	border-radius: 0;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}
.hamburger-inner:after, .hamburger-inner:before {
	content: "";
	display: block;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px)
}
.hamburger-inner:before {
	top: -8px
}
.hamburger-inner:after {
	bottom: -8px
}
.hamburger--spin .hamburger-inner {
	-webkit-transition-duration: .22s;
	transition-duration: .22s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin .hamburger-inner:before {
	-webkit-transition: top .1s ease-in .25s, opacity .1s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s ease-in .25s, opacity .1s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s ease-in .25s, opacity .1s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: top .1s ease-in .25s, opacity .1s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin .hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin.is-active .hamburger-inner {
	-webkit-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spin.is-active .hamburger-inner, .hamburger--spin.is-active .hamburger-inner:after, .hamburger--spin.is-active .hamburger-inner:before {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.content-bg-gray .content {
	background-color: #f9f9f9
}
.content-head {
	padding: 0 0 1.25rem
}
.content-body {
	padding-bottom: 1.875rem
}
.content-bg-gray .content-body {
	padding-bottom: 0
}
.content-title {
	color: #181b20;
	font-size: 1.5rem;
	margin: 0 0 1.4375rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .16px
}
.content-title--left {
	text-align: left
}
.content-title--400 {
	font-weight: 400
}
.content-title--sm {
	font-size: 1.25rem;
	margin: 0 0 .625rem;
	font-weight: 500
}
.content-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: .625rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.content-column__left {
	position: relative;
	width: 18%
}
.content-column__right {
	position: relative;
	width: 100%
}
.content-column__title {
	color: #181b20;
	font-size: 2rem;
	line-height: 1;
	font-weight: 500;
	margin: 0 0 1.0625rem;
	letter-spacing: .16px
}
.text-content:after, .text-content:before {
	content: "";
	display: table
}
.text-content:after {
	clear: both
}
.text-content__date {
	margin-bottom: .5rem;
	color: #aaa;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: .12px;
	padding: .25rem 0;
	text-transform: uppercase
}
.text-content__date--sales {
	font-size: .625rem;
	letter-spacing: .6px
}
.text-content--indent {
	margin-bottom: 3.125rem
}
.content-pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.25rem 0 .625rem
}
.view-content {
	padding-bottom: 1.7%
}
.partners-row {
	background-color: #131822;
	padding: 2.5em 0 1.25em
}
.partners-title {
	font-size: 1.125em;
	color: #fff;
	line-height: 1.1;
	letter-spacing: .16px;
	text-transform: uppercase;
	font-weight: 900
}
.partners-text {
	padding: 1em 0
}
.partners-content {
	padding: .625em 0 1em
}
.text-row {
	padding: 2.5em 0 0
}
.text-row--grey {
	background-color: #f9f9f9
}
.text-title {
	font-size: 1.125em;
	line-height: 1.1;
	letter-spacing: .16px;
	text-transform: uppercase;
	font-weight: 900
}
.text-text {
	padding: 1em 0
}
.text-content {
	padding: .625em 0 1em
}
.page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	min-height: 100vh;
	height: auto
}
.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.main--white {
	background-color: #fff
}
.container {
	padding-left: .9375rem;
	padding-right: .9375rem;
max-width:calc(1570px + .9375rem * 2);
	margin: 0 auto
}
.container--head {
max-width:calc(1590px + .9375rem * 2)
}
.header__top .container--head {
	padding-right: .625em
}
.container--main {
max-width:calc(1570px - 300px + .9375rem * 2)
}
.container .container {
	padding-left: 0;
	padding-right: 0
}
.container--large {
max-width:calc(1774px + .9375rem * 2)
}
.container--callback {
max-width:calc(1640px + .9375rem * 2)
}
.container--small {
max-width:calc(1300px + .9375rem * 2)
}
.container--full {
	max-width: 100%
}
.container--no-gap {
	padding-left: 0;
	padding-right: 0
}
.aside-menu {
	list-style: none;
	margin: 0;
	padding: 0
}
.aside-menu__link {
	color: #63b1f3;
	display: inline-block;
	vertical-align: top;
	font-size: .75rem;
	line-height: 1;
	padding: .25rem 0 .375rem;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	margin-bottom: 7px;
	text-decoration: underline
}
.aside-menu__link.is-active, .no-touchevents .aside-menu__link:hover {
	color: #d5001c
}
.aside-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #d5001c;
	border: none;
	color: #fff;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	line-height: 1;
	font-weight: 500;
	padding: 7px 12px;
	position: relative;
	margin-bottom: 1.25rem;
	z-index: 6
}
.aside-button svg {
	fill: #fff
}
.aside-button .icon-close, .aside-open .aside-button .icon-open {
	display: none
}
.aside-open .aside-button .icon-close {
	display: inline-block
}
.aside-close {
	display: none;
	background-color: rgba(38,38,38,.4);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 4
}
.aside {
	padding-right: 16.6%
}
.aside--news {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.aside-open:not(.cabinet-html) {
	overflow: hidden
}
.aside-button--cart {
	position: fixed;
	right: 0;
	left: 0;
	top: auto;
	margin: 0;
	bottom: 0;
	height: 40px;
	padding: .3125em 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #424241;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.aside-open .product-layout .aside-button--cart {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
.aside-button--cart .button, .aside-button--cart .swal2-container>.theme-c .swal2-styled.swal2-cancel, .aside-button--cart .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .aside-button--cart .swal2-styled.swal2-cancel, .swal2-container>.theme-c .aside-button--cart .swal2-styled.swal2-confirm {
	width: 55%;
	max-width: 55%;
	padding-left: 1em;
	padding-right: 1em
}
.aside-button--cart .aside-price {
	width: 45%;
	max-width: 45%;
	font-size: 1.25em;
	line-height: 1.1;
	font-weight: 500;
	padding: .3125em .625em;
	text-align: center
}
.aside-button--cart .aside-price span {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	display: inline-block;
	-webkit-transform: scale(1);
	transform: scale(1);
	will-change: transform
}
.aside-button--cart .aside-price span.zoom {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.aside-button--cart .aside-price small {
	line-height: 1.2
}
.popup {
	background-color: #fff;
	position: relative;
	padding: 1.875rem 1.25rem 1.5rem;
	margin: 1.5rem auto;
	max-width: 96%;
	min-width: 305px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.popup--sm {
	max-width: 460px
}
.popup--ms {
	max-width: 512px
}
.popup--md {
	max-width: 840px
}
.popup--def {
	max-width: 1000px
}
.popup--colors {
	max-width: 1050px
}
.popup--comparison {
	max-width: 1274px;
	padding: 1.25rem
}
.popup--comparison._loader:before {
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background-color: #fff;
	background-image: url(static/pic/loader2.svg);
	background-repeat: no-repeat;
	background-position: 50%
}
.popup--cart {
	max-width: 1066px
}
.popup--cart.is-pending {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.popup--cart.is-pending:after {
	content: "";
	background-color: hsla(0,0%,100%,.5);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}
.popup--cart.is-pending:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "";
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-radius: 50%;
	border: 4px solid #d5001c;
	border-left-color: transparent;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 20px;
	height: 20px;
	z-index: 11
}
.popup .form {
	margin-left: .625em;
	margin-right: .625em
}
.popup .form-froup {
	padding-bottom: 0
}
.popup .mfp-close {
	top: 0;
	right: 0
}
.popup .mfp-close svg {
	width: 1.1875rem;
	height: 1.1875rem;
	fill: #828282;
	pointer-events: none
}
.popup__loader {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	z-index: 1;
	background: #d5001c
}
.popup--thanks.theme-c {
	border-radius: 0;
	padding: 1.8rem 1.8rem 3rem;
	background: #fff url(/assets/images/bg/bg_wood.png) bottom no-repeat
}
.popup--thanks .swal2-close {
	position: absolute;
	top: .625rem;
	right: .625rem;
	z-index: 3;
	background: none;
	padding: .625rem;
	margin: 0;
	border: none;
	cursor: pointer;
	-webkit-transition: fill .3s;
	transition: fill .3s;
	fill: #181b20;
	outline: none
}
.popup--thanks .swal2-close:hover {
	fill: #d5001c
}
.popup--thanks .swal2-close svg {
	width: 1.375rem;
	height: 1.375rem
}
.popup--installer .popup-content {
	max-width: 23.375rem;
	margin: 0 auto
}
.popup--installer .form {
	margin: 0 auto!important;
	max-width: 22.5rem
}
.popup--installer .form-group__input, .popup--installer .form-group__textarea {
	min-height: 3.125rem;
	border-color: #e9e9ee
}
.popup--installer .button, .popup--installer .swal2-container>.theme-c .swal2-styled.swal2-cancel, .popup--installer .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .popup--installer .swal2-styled.swal2-cancel, .swal2-container>.theme-c .popup--installer .swal2-styled.swal2-confirm {
	padding-top: .9375rem;
	padding-bottom: .9375rem
}
.popup--credit {
	max-width: 100%;
	margin: 0;
	padding-top: 9px!important
}
.mfp-content:has(.popup--credit) {
vertical-align:bottom
}
.popup-title {
	padding-bottom: .75em
}
.popup-subtitle, .popup-text, .popup-title {
	text-align: center
}
.popup-text {
	padding-bottom: 1.125em
}
.popup-text, .popup-text.p-text {
	line-height: 1.5em
}
.popup-text--or {
	font-size: .75em;
	padding: 1.875em 0 .125em
}
.popup-text--or-reg {
	font-size: .75em;
	padding: 1.125em 0 .125em
}
.popup-link {
	cursor: pointer;
	color: #181b20;
	display: inline-block;
	vertical-align: middle;
	font-size: .875rem;
	font-weight: 500;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	position: relative
}
.popup-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -2px;
	right: -2px;
	height: 1px;
	background-color: #181b20;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}
.popup-link:hover {
	color: #d5001c
}
.popup-link:hover:before {
	background-color: #d5001c
}
.popup-link--blue {
	color: #63b1f3
}
.popup-link--sm {
	font-size: .75rem;
	font-weight: 400;
	text-decoration: underline
}
.popup-link--sm:before {
	content: none
}
.popup-submit {
	text-align: center
}
.form-check--policy {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-bottom: 0;
	font-size: .75em
}
.form-check--policy, .form-check--remember {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.form-check--remember {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: .375rem
}
.auth-social__text {
	color: #828282;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	max-width: 360px;
	margin: 0 auto .9375rem
}
.user-socials--auth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.user-socials--auth .user-socials__icon {
	border-radius: 2px
}
.user-socials--auth .user-socials__info {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.3
}
.swal2-container .swal2-popup {
	border-radius: 0
}
.swal2-container.swal2-shown {
	background-color: hsla(0,0%,9%,.7);
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out
}
.swal2-container>.theme-c {
	opacity: 0;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out
}
.swal2-container>.theme-c .swal2-styled.swal2-cancel, .swal2-container>.theme-c .swal2-styled.swal2-confirm {
	border: none
}
.swal2-container>.theme-c .swal2-styled.swal2-cancel:hover, .swal2-container>.theme-c .swal2-styled.swal2-confirm:hover {
	color: #fff;
	background: #181b20!important
}
html.swal2-ready .swal2-container>.theme-c {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(transparent));
	background-image: linear-gradient(270deg, rgba(0,0,0,.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(transparent));
	background-image: linear-gradient(90deg, rgba(0,0,0,.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(transparent));
	background-image: linear-gradient(0deg, rgba(0,0,0,.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(transparent));
	background-image: linear-gradient(180deg, rgba(0,0,0,.5), transparent)
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	-webkit-transition: transform .2s, top .2s;
	transition: transform .2s, top .2s;
	-webkit-transition: transform .2s, top .2s, -webkit-transform .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	-webkit-transition: transform .2s, left .2s;
	transition: transform .2s, left .2s;
	-webkit-transition: transform .2s, left .2s, -webkit-transform .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	-webkit-transition: transform .2s, right .2s;
	transition: transform .2s, right .2s;
	-webkit-transition: transform .2s, right .2s, -webkit-transform .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0,0%,100%,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
@keyframes swiper-preloader-spin {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
b {
	font-weight: 700
}
._scrollbar::-webkit-scrollbar {
width:7px
}
._scrollbar::-webkit-scrollbar-track {
background:#fff
}
._scrollbar::-webkit-scrollbar-thumb {
background:#181b20
}
._scrollbar::-webkit-scrollbar-thumb:hover {
background:#d5001c
}
.svg {
	line-height: 0
}
.svg--absolute {
	position: relative
}
.svg--absolute img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto
}
.gcell--no-items {
	-ms-flex-preferred-size: 100%!important;
	flex-basis: 100%!important;
	width: 100%!important;
	max-width: 100%!important
}
._fill-main {
	fill: #d5001c
}
._text-nowrap {
	white-space: nowrap
}
._relative, ._z-index {
	position: relative
}
._z-index {
	z-index: 1
}
.height100 {
	height: 100%
}
._svg-star {
	fill: #fff;
	stroke: #d5001c
}
._svg-heart {
	fill: #fff;
	stroke: #181b20;
	stroke-width: 35px;
	-webkit-transition: fill .2s, stroke .2s;
	transition: fill .2s, stroke .2s
}
.m-header ._svg-heart {
	fill: #10151f;
	stroke: #fff
}
._svg-heart:hover {
	fill: #fff;
	stroke: #d5001c
}
.m-header ._svg-heart:hover {
	fill: #424241;
	stroke: #d5001c
}
.button.active ._svg-heart, .button.is-active ._svg-heart, .item-action.active ._svg-heart, .item-action.is-active ._svg-heart, .swal2-container>.theme-c .active.swal2-styled.swal2-cancel ._svg-heart, .swal2-container>.theme-c .active.swal2-styled.swal2-confirm ._svg-heart, .swal2-container>.theme-c .is-active.swal2-styled.swal2-cancel ._svg-heart, .swal2-container>.theme-c .is-active.swal2-styled.swal2-confirm ._svg-heart {
	fill: #d5001c;
	stroke: #d5001c
}
.button-icon.is-added ._svg-heart, .button.active ._svg-heart:hover, .button.is-active ._svg-heart:hover, .item-action.active ._svg-heart:hover, .item-action.is-active ._svg-heart:hover, .swal2-container>.theme-c .active.swal2-styled.swal2-cancel ._svg-heart:hover, .swal2-container>.theme-c .active.swal2-styled.swal2-confirm ._svg-heart:hover, .swal2-container>.theme-c .is-active.swal2-styled.swal2-cancel ._svg-heart:hover, .swal2-container>.theme-c .is-active.swal2-styled.swal2-confirm ._svg-heart:hover {
	fill: #181b20;
	stroke: #181b20
}
.button-icon.is-added ._svg-heart:hover {
	fill: #d5001c;
	stroke: #d5001c
}
@-webkit-keyframes zoom-out {
0% {
-webkit-transform:scale3d(2, 2, 2);
transform:scale3d(2, 2, 2)
}
to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
}
@keyframes zoom-out {
0% {
-webkit-transform:scale3d(2, 2, 2);
transform:scale3d(2, 2, 2)
}
to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
@-webkit-keyframes fadeOpacity {
0% {
opacity:0
}
50% {
opacity:1
}
to {
opacity:0
}
}
@keyframes fadeOpacity {
0% {
opacity:0
}
50% {
opacity:1
}
to {
opacity:0
}
}
.effect-lexi {
	background: linear-gradient(45deg, #d5001c, #fff)
}
.effect-lexi img {
	max-width: none;
	opacity: .9;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.effect-lexi img:not([src*=loader]) {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(2px, 2px, 0);
	transform: translate3d(2px, 2px, 0)
}
.effect-lexi__content {
	display: none
}
.effect-lexi__content:before, .effect-lexi__content p {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s
}
.effect-lexi__content:before {
	position: absolute;
	right: -3.4375rem;
	bottom: -4.6875rem;
	width: 13.75rem;
	height: 13.75rem;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 900px hsla(0,0%,100%,.2);
	box-shadow: 0 0 0 900px hsla(0,0%,100%,.2);
	content: "";
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, 1);
	transform: scale3d(.5, .5, 1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: hsla(0,0%,100%,.8)
}
.effect-lexi__content p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 1em;
	width: 8.125rem;
	height: 6.875rem;
	overflow: hidden;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px, 20px, 0);
	transform: translate3d(20px, 20px, 0);
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .9px;
	line-height: 1.25;
	color: #828282;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.effect-lexi:hover img {
	opacity: .8;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.effect-lexi:hover .effect-lexi__content:before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.effect-lexi:hover .effect-lexi__content p {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.effect-lexi.effect-lexi--small .effect-lexi__content:before {
	right: -3.4375rem;
	bottom: -4.0625rem;
	width: 9.375rem;
	height: 9.375rem
}
.effect-lexi.effect-lexi--small .effect-lexi__content p {
	width: 3.75rem;
	height: 3.75rem
}
.effect-lexi.effect-lexi--dark {
	background: linear-gradient(45deg, #000, #000)
}
.effect-lexi.effect-lexi--dark img {
	opacity: 1
}
.effect-lexi.effect-lexi--dark img:not([src*=loader]) {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.effect-lexi.effect-lexi--dark:hover img {
	opacity: .4
}
.effect-lexi.effect-lexi--dark .effect-lexi__content:before {
	background-color: hsla(0,0%,100%,0)
}
.effect-moses {
	background: linear-gradient(-45deg, #d5001c, #aaa)
}
.effect-moses:after, .effect-moses:before {
	content: "";
	display: table
}
.effect-moses:after {
	clear: both
}
.effect-moses img {
	opacity: .85;
	-webkit-transition: opacity .35s;
	transition: opacity .35s
}
.effect-moses .effect-moses-bottom, .effect-moses .effect-moses-top {
	padding: .625rem;
	width: 50%;
	height: 50%;
	border: 2px solid #fff
}
.effect-moses .effect-moses-top {
	padding: .625rem;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
	display: block
}
.effect-moses .effect-moses-bottom {
	float: right;
	padding: 20px;
	text-align: right;
	opacity: 0;
	display: block;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}
.effect-moses:hover .effect-moses-bottom, .effect-moses:hover .effect-moses-top {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.effect-moses:hover .effect-moses-bottom {
	opacity: 1
}
.effect-moses:hover img {
	opacity: .6
}
.effect-jazz {
	background: linear-gradient(45deg, #d5001c, #181b20 50%, #424241)
}
.effect-jazz img {
	opacity: .9;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s
}
.effect-jazz .effect-jazz-content:after {
	transition: opacity .35s, -webkit-transform .35s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid hsla(0,0%,100%,.5);
	border-bottom: 1px solid hsla(0,0%,100%,.5);
	content: "";
	opacity: 0;
	-webkit-transform: rotate(45deg) scaleY(0);
	transform: rotate(45deg) scaleY(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.effect-jazz .effect-jazz-top {
	opacity: 1;
	-webkit-transform: scale3d(.9, .9, 1);
	transform: scale3d(.9, .9, 1);
	padding: 8% 0 0;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	will-change: transform
}
.effect-jazz .effect-jazz-bottom {
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
	-webkit-transform: scale3d(.8, .8, 1);
	transform: scale3d(.8, .8, 1);
	padding: .5em 2em;
	text-transform: none;
	font-size: .85em;
	opacity: 0;
	will-change: transform
}
.animation-fly {
	position: absolute;
	z-index: 99;
	width: 4.375rem;
	max-width: 4.375rem;
	height: 4.375rem;
	max-height: 4.375rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-animation: zoom 1.5s forwards;
	animation: zoom 1.5s forwards;
	background-color: #aaa;
	border: 1px solid #d5001c
}
@-webkit-keyframes zoom {
0% {
-webkit-transform:scale(.4);
transform:scale(.4);
opacity:1
}
25% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
50% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
to {
-webkit-transform:scale(.1);
transform:scale(.1);
opacity:0
}
}
@keyframes zoom {
0% {
-webkit-transform:scale(.4);
transform:scale(.4);
opacity:1
}
25% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
50% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:1
}
to {
-webkit-transform:scale(.1);
transform:scale(.1);
opacity:0
}
}
.breadcrumbs-content {
	background-color: #fff;
	position: relative
}
.breadcrumbs {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	height: 100%;
	padding: .5em 0 0;
	margin-top: 10px
}
.breadcrumbs, .breadcrumbs-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: relative
}
.breadcrumbs-link {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	white-space: nowrap;
	color: #0e1525;
	font-size: .6875rem;
	line-height: 1.3;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .17px
}
.breadcrumbs-link svg {
	stroke: #0e1525;
	position: relative;
	top: 1px
}
.breadcrumbs-link:not(:last-child):after {
	content: "/";
	display: inline-block;
	margin: 0 5px
}
.breadcrumbs-link[href] {
	color: #181b20
}
.no-touchevents .breadcrumbs-link[href]:hover {
	color: #d5001c
}
.no-touchevents .breadcrumbs-link[href]:hover svg {
	stroke: #d5001c
}
.breadcrumbs-title {
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden
}
.breadcrumbs-i--first .breadcrumbs-title {
	height: 0;
	width: 0;
	overflow: hidden
}
.callback-button-up {
	cursor: pointer;
	background-color: #828282;
	border: 1px solid #fff;
	position: fixed;
	bottom: 1em;
	right: 1.5%;
	height: 2.5rem;
	width: 2.5rem;
	-webkit-transform: scale(0) translateY(-130%);
	transform: scale(0) translateY(-130%);
	-webkit-transition: background-color .2s ease, border .2s ease, -webkit-transform .2s ease .3s;
	transition: background-color .2s ease, border .2s ease, -webkit-transform .2s ease .3s;
	transition: transform .2s ease .3s, background-color .2s ease, border .2s ease;
	transition: transform .2s ease .3s, background-color .2s ease, border .2s ease, -webkit-transform .2s ease .3s;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	z-index: 1;
	border-radius: 100%;
	outline: none
}
.callback-button-up.is-show {
	-webkit-transform: scale(1) translateY(-130%);
	transform: scale(1) translateY(-130%)
}
.callback-button-up svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: fill .1s ease-in, -webkit-transform .1s ease-in;
	transition: fill .1s ease-in, -webkit-transform .1s ease-in;
	transition: fill .1s ease-in, transform .1s ease-in;
	transition: fill .1s ease-in, transform .1s ease-in, -webkit-transform .1s ease-in;
	fill: #fff;
	width: 1.5625em;
	height: 1.5625em
}
.no-touchevents .callback-button-up:hover {
	background-color: #fff;
	border-color: #d5001c
}
.no-touchevents .callback-button-up:hover svg {
	fill: #d5001c
}
.product-layout .callback-button-up {
	bottom: 3em
}
.aside-open .product-layout .callback-button-up {
	-webkit-transform: scale(0) translateY(-130%);
	transform: scale(0) translateY(-130%)
}
.scroll-up-btn {
	cursor: pointer;
	background-color: #828282;
	border: 1px solid #fff;
	position: fixed;
	bottom: 1em;
	right: 1.5%;
	height: 2.5rem;
	width: 2.5rem;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: background-color .2s ease, border .2s ease, -webkit-transform .2s ease;
	transition: background-color .2s ease, border .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .2s ease, border .2s ease;
	transition: transform .2s ease, background-color .2s ease, border .2s ease, -webkit-transform .2s ease;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	z-index: 1
}
.scroll-up-btn.is-show {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.scroll-up-btn svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: fill .1s ease-in, -webkit-transform .1s ease-in;
	transition: fill .1s ease-in, -webkit-transform .1s ease-in;
	transition: fill .1s ease-in, transform .1s ease-in;
	transition: fill .1s ease-in, transform .1s ease-in, -webkit-transform .1s ease-in;
	fill: #fff
}
.scroll-up-btn:active svg {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}
.no-touchevents .scroll-up-btn:hover {
	background-color: #fff;
	border-color: #d5001c
}
.no-touchevents .scroll-up-btn:hover svg {
	fill: #d5001c
}
.product-layout .scroll-up-btn {
	bottom: 3em
}
.aside-open .product-layout .scroll-up-btn {
	-webkit-transform: scale(0);
	transform: scale(0)
}
.cookie {
	background: #d5001c;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: fixed;
	left: 1.25rem;
	bottom: 1.25rem;
	max-width: 37.5rem;
	color: #fff;
	font-size: .875rem;
	padding: 1.5625rem;
	line-height: 1.3;
	z-index: 2147483647
}
.cookie.is-hidden {
	-webkit-transform: translateY(110%);
	transform: translateY(110%)
}
.cookie__content {
	color: #fff;
	padding: 0;
	margin: 0 0 .25rem;
	font-size: .75rem;
	line-height: 1rem
}
.cookie__button {
	cursor: pointer;
	background-color: #fff;
	border: none;
	color: #d5001c;
	-webkit-transition: background-color .1s ease, color .1s ease;
	transition: background-color .1s ease, color .1s ease;
	display: inline-block;
	vertical-align: top;
	padding: .625rem;
	margin: 0;
	font-family: Helvetica, sans-serif;
	line-height: 1;
	position: relative
}
.cookie__button--icon {
	line-height: 0
}
.cookie__button--icon svg {
	fill: currentColor;
	-webkit-transition: fill .15s ease;
	transition: fill .15s ease
}
.cookie__button:active {
	top: 1px
}
.no-touchevents .cookie__button:hover {
	color: #fff;
	background-color: #181b20
}
.draggable-table {
	position: relative;
	overflow: hidden
}
.draggable-table__holder {
	cursor: auto!important;
	-webkit-user-select: initial!important;
	-moz-user-select: initial!important;
	-ms-user-select: initial!important;
	user-select: auto!important
}
.draggable-table--left .draggable-table__holder, .draggable-table--right .draggable-table__holder {
	cursor: move!important
}
.draggable-table:after, .draggable-table:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1.5rem;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 99
}
.draggable-table:before {
	right: 100%;
	-webkit-box-shadow: 10px 0 8px -6px #aaa;
	box-shadow: 10px 0 8px -6px #aaa
}
.draggable-table:after {
	left: 100%;
	-webkit-box-shadow: -10px 0 8px -6px #aaa;
	box-shadow: -10px 0 8px -6px #aaa
}
.draggable-table--left:before, .draggable-table--right:after {
	opacity: .3
}
.msg-no-items {
	color: #d5001c;
	font-size: 1.25em;
	font-family: Helvetica, sans-serif;
	letter-spacing: .75px
}
.msg-no-items--white {
	color: #fff
}
.empty-msg {
	text-align: center;
	font-weight: 500;
	font-size: 1.0625rem
}
.empty-msg a {
	color: #d5001c;
	font-size: 1.125rem
}
.empty-msg a:hover {
	color: #d5001c;
	text-decoration: none
}
.page-nav {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0 0 1.375rem
}
.page-nav, .page-nav__back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.page-nav__back {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.page-nav__back-link {
	color: #181b20;
	font-size: .75rem;
	line-height: 1.875rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .15s ease;
	transition: color .15s ease;
	font-weight: 700
}
.page-nav__back-link:hover {
	color: #d5001c
}
.page-nav__move {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.page-nav__move-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #d5001c;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transition: background-color .15s ease;
	transition: background-color .15s ease;
	font-weight: 700;
	font-size: .75rem;
	line-height: 1.875rem;
	text-transform: uppercase;
	letter-spacing: 1.8px
}
.page-nav__move-link .svg {
	line-height: 1
}
.page-nav__move-link span {
	-webkit-transition: color .15s ease;
	transition: color .15s ease;
	padding: 0 .9375rem
}
.page-nav__move-link svg {
	fill: #d5001c;
	-webkit-transition: fill .15s ease;
	transition: fill .15s ease;
	position: relative;
	height: 1.625rem;
	width: 1.625rem
}
.page-nav__move-link--prev {
	margin-right: 1.875rem
}
.page-nav__move-link:hover span {
	color: #181b20
}
.page-nav__move-link:hover svg {
	fill: #181b20
}
.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.pagination, .pagination-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.pagination-links {
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.pagination-link {
	border-bottom: 3px solid transparent;
	color: #dbdada;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.5;
	padding: .25rem;
	min-height: 1.875rem;
	min-width: 1.875rem;
	margin: 0 .0625rem;
	-webkit-transition: color .3s;
	transition: color .3s
}
.pagination-link svg {
	fill: currentColor;
	vertical-align: middle
}
.pagination-link--curr {
	color: #181b20;
	border-color: #d5001c
}
.no-touchevents .pagination-link:hover {
	color: #000
}
.pagination-link.next, .pagination-link.prev {
	font-size: .75rem;
	line-height: 1.1;
	color: #dbdada;
	border: 1px solid #dbdada;
	font-weight: 500;
	letter-spacing: .6px;
	padding: .625rem;
	text-transform: uppercase;
	-webkit-transition: color .3s, border-color .3s;
	transition: color .3s, border-color .3s
}
.pagination-link.next:hover, .pagination-link.prev:hover {
	color: #d5001c;
	border-color: #d5001c
}
.preloader {
	position: relative
}
.preloader__block {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 10
}
.preloader__block:before {
	content: "";
	position: absolute;
	background-color: hsla(0,0%,100%,.8);
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	height: 100%;
	width: 100%
}
.preloader--show .preloader__block:before {
	opacity: 1
}
.preloader__block:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "";
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-radius: 50%;
	border: 4px solid #d5001c;
	border-left-color: transparent;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 20px;
	height: 20px
}
.preloader--show .preloader__block:after {
	opacity: 1
}
.is-sending {
	position: relative;
	pointer-events: none
}
.is-sending:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "";
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-radius: 50%;
	border: 4px solid #63b1f3;
	border-left-color: transparent;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 20px;
	height: 20px
}
.ratio {
	position: relative;
	background-color: #e9e9e9
}
.ratio--1x1 {
	padding-top: 100%
}
.ratio--16x9 {
	padding-top: 56.25%
}
.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.description-row {
	background-color: #fff
}
.description-content {
	padding: 1.875rem 0 3.125rem;
	max-width: 1136px;
	margin: 0 auto
}
.description-content .wysiwyg p {
	/*font-size: .75em;*/
	font-size: .75em;
	line-height: 2.2;
	margin: .3125em 0
}
.description-text {
	max-height: 8.75rem;
	overflow: hidden;
	margin-bottom: .9375rem;
	-webkit-transition: height .3s;
	transition: height .3s
}
.description-shadow, .description-text {
	position: relative
}
.description-shadow[aria-expanded=false]:after {
	content: "";
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0,0%,100%,.0001)), to(#fff));
	background-image: linear-gradient(to bottom, hsla(0,0%,100%,.0001), #fff);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3rem;
	width: 100%;
	z-index: 1
}
.share-page {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1.375rem 0 1rem
}
.share-page__title {
	color: #828282;
	font-size: 1rem;
	line-height: 1;
	margin: 0 0 10px
}
.share-links {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0;
	margin: 0;
	list-style: none
}
.share-links__item {
	display: inline-block;
	vertical-align: top;
	margin: .3125rem .625rem
}
.share-links__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	height: 1.75rem;
	width: 1.75rem;
	color: #828282
}
.share-links__link svg {
	fill: currentColor;
	-webkit-transition: fill .15s ease, -webkit-transform .15s ease;
	transition: fill .15s ease, -webkit-transform .15s ease;
	transition: fill .15s ease, transform .15s ease;
	transition: fill .15s ease, transform .15s ease, -webkit-transform .15s ease
}
.no-touchevents .share-links__link:hover {
	color: #d5001c
}
.no-touchevents .share-links__link:hover svg {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.social-n {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 0 0 -1.0625rem;
	padding: 0
}
.social-n-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 .625em .75em;
	height: 1.875em;
	width: 1.875em;
	position: relative
}
.no-touchevents .social-n-item:hover .social-n-link {
	fill: #d5001c
}
.no-touchevents .social-n-item:hover .social-n-link svg {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.social-n-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	position: relative;
	-webkit-transition: background-color .2s ease, border .2s ease;
	transition: background-color .2s ease, border .2s ease;
	fill: #aaa;
	height: 100%
}
.social-n-link .svg {
	width: 1.25rem;
	height: 1.25rem
}
.footer .social-n-link .svg, .footer .social-n-link .svg svg {
	width: 1.4375rem;
	height: 1.4375rem
}
.social-n-link svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}
[data-toggle-block] {
	-webkit-transition: height .15s linear;
	transition: height .15s linear;
	overflow: hidden;
	will-change: height
}
.toggle-shadow {
	position: relative
}
.toggle-shadow.is-toggle:after {
	content: "";
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240,241,243,.0001)), to(#f0f1f3));
	background-image: linear-gradient(180deg, rgba(240,241,243,.0001) 0, #f0f1f3);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3em;
	width: 100%;
	z-index: 3
}
.toggle-shadow--white.is-toggle:after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0,0%,100%,.0001)), to(#fff));
	background-image: linear-gradient(180deg, hsla(0,0%,100%,.0001) 0, #fff)
}
[data-toggle-button] {
	cursor: pointer;
	display: none!important
}
[data-toggle-button].is-toggle {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
.wstabs-btn {
	cursor: pointer
}
.wstabs-btn.is-active {
	cursor: default
}
.wstabs-btn.is-disabled, .wstabs-btn:disabled {
	cursor: not-allowed
}
.wstabs-block.is-active-desktop, .wstabs-block:not(.is-active) {
	display: none
}
.wstabs-block.is-active-desktop.is-active {
	display: block
}
.p-icon {
	width: 3.125em;
	height: 3.125em;
	margin: 0 auto
}
.p-icon svg {
	width: 100%;
	height: 100%
}
.p-icon svg:not(._svg-heart) {
	fill: #d5001c
}
.p-icon svg._svg-heart {
	stroke: #d5001c;
	fill: transparent
}
.p-title {
	font-size: 1em;
	line-height: 1;
	letter-spacing: .16px;
	text-transform: uppercase;
	font-weight: 700
}
.p-title span {
	display: inline-block
}
.p-title--ms {
	font-size: .8125em;
	letter-spacing: .065px
}
.p-title--md {
	font-size: 1.125em;
	line-height: 1.25em;
	letter-spacing: .18px
}
.p-title--xl {
	font-size: 1.5em;
	letter-spacing: .12px
}
.p-title--medium {
	font-weight: 500
}
.p-title--norm {
	text-transform: none
}
.p-text {
	margin: 0;
	font-size: 1em;
	line-height: 1.1;
	font-weight: 400
}
.p-text--main {
	color: #d5001c
}
.p-text--light {
	color: #fff
}
.p-text--grey {
	color: #939191
}
.p-text--sm {
	font-size: .875em
}
.p-text--xl {
	font-size: 1.125em
}
.p-text--bold {
	font-weight: 700
}
.p-text--md {
	font-weight: 500
}
.p-list {
	list-style: none;
	margin: 0;
	padding: 0
}
.p-list--about {
	padding-left: 1.5625rem
}
.p-list--about li {
	font-size: 1.125rem;
	line-height: 1.5625rem;
	letter-spacing: .22px;
	padding: .375rem 0
}
.p-list--about li:before {
	content: "\2022";
	color: #fff;
	font-weight: 700;
	display: inline-block;
	width: 1.8em;
	height: 100%;
	margin-left: -1.8em;
	font-size: .8em
}
.p-list--main {
	padding-left: 1.5625rem
}
.p-list--main li {
	font-size: .875rem;
	line-height: 1rem;
	letter-spacing: .14px;
	color: #5f5f5f
}
.p-list--main li:before {
	content: "\2022";
	color: #424241;
	font-weight: 700;
	display: inline-block;
	width: 1.8em;
	height: 100%;
	margin-left: -1.8em;
	font-size: .9em
}
.text-header {
	background-color: #d5001c;
	border-radius: 5px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .9375rem .9375rem .75rem;
	margin-bottom: 1.5rem
}
.text-header__title {
	font-size: 1.25rem;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2px
}
.text-header__date, .text-header__title {
	line-height: 1.4375rem;
	padding: 0 .625rem
}
.text-header__date {
	font-size: .875rem;
	letter-spacing: .14px
}
.ctrl-nav {
	font-size: .875rem;
	line-height: 1.2
}
.ctrl-nav a {
	color: #828282;
	-webkit-transition: color .3s, fill .3s;
	transition: color .3s, fill .3s
}
.ctrl-nav a[href]:hover {
	fill: #d5001c;
	color: #424241
}
.ctrl-nav__back {
	color: #424241;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	padding: 5px 0;
	letter-spacing: .35px
}
.ctrl-nav__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
	padding: 0 .625rem
}
.ctrl-nav__link span {
	padding: 0 .875rem
}
.ctrl-nav__link.prev {
	padding-left: 0
}
.ctrl-nav__link.prev .svg {
	padding: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.ctrl-nav__link.next {
	padding-right: 0
}
.ctrl-nav__link.next .svg {
	padding: 0
}
.ctrl-nav__link.disabled {
	opacity: .3;
	cursor: default
}
.c-container {
	margin: auto;
	max-width: 100%
}
.content-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.content-block__left-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	position: relative
}
.content-block__right-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%
}
.slider-block {
	position: relative
}
.preview-item {
	max-width: 372px;
	margin: 0 auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.preview-item:hover .preview-item__img img {
	opacity: .5
}
.preview-item__head {
	position: relative;
	overflow: hidden;
	cursor: pointer
}
.preview-item__video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}
.preview-item__video .svg {
	display: inline-block;
	line-height: 0
}
.preview-item__video .svg:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.preview-item__video .svg svg {
	position: relative;
	z-index: 2;
	fill: red;
	width: 3.75em;
	height: 2.875em
}
.preview-item__img {
	display: block;
	max-height: 250px;
	max-width: 372px;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	background-color: #000
}
.preview-item__img-ratio {
	display: block;
	position: relative;
	padding-top: 67.2043%
}
.preview-item__img-ratio img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.preview-item__body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.preview-item__name {
	display: block;
	font-size: 1em;
	line-height: 1.875em;
	text-decoration: none;
	font-weight: 700;
	padding: 1.125em 0 .3125em;
	color: #181b20
}
.preview-item__preview {
	color: #828282;
	font-size: .875em;
	line-height: 1.75em;
	position: relative
}
.gall-item {
	max-width: 372px;
	cursor: pointer;
	font-weight: 500;
	color: #fff;
	overflow: hidden;
	margin: 0 auto .3125em
}
.gall-item__img, .gall-item__view {
	position: relative
}
.gall-item__img {
	display: block;
	padding-bottom: 67.2043%
}
.gall-item__img img, .gall-item__overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.gall-item__overlay {
	display: block;
	padding: 1.25em;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.gall-item__name {
	font-size: 1em;
	line-height: 1.3125em;
	letter-spacing: .16px;
	text-transform: uppercase;
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s
}
.gall-item .button-icon:hover {
	fill: #fff
}
.mobiledevice .gall-item .gall-item__overlay {
	opacity: 1
}
.mobiledevice .gall-item .gall-item__name {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}
.no-mobiledevice .gall-item:hover .gall-item__img-hover, .no-mobiledevice .gall-item:hover .gall-item__overlay, .no-touchevents .gall-item:hover .gall-item__img-hover, .no-touchevents .gall-item:hover .gall-item__overlay {
	opacity: 1
}
.no-mobiledevice .gall-item:hover .gall-item__name, .no-touchevents .gall-item:hover .gall-item__name {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}
.cert-item {
	max-width: 270px;
	cursor: pointer;
	color: #fff;
	margin: auto
}
.certificates-list .cert-item {
	max-width: 200px
}
.cert-item__view {
	position: relative;
	text-align: center
}
.certificates-list .cert-item__view {
	text-align: left
}
.cert-item__img {
	display: block;
	position: relative;
	padding-bottom: 148.88889%;
	background-color: #181b20
}
.certificates-list .cert-item__img {
	padding-bottom: 8.125rem;
	background-color: transparent;
	max-width: 88px;
	max-height: 130px
}
.cert-item__img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.cert-item__img img:not([src*=loader]) {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%!important
}
.certificates-list .cert-item__img img {
	margin-left: 0;
	margin-right: auto
}
.cert-item__overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .875em 1.25em 1.125em;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.certificates-list .cert-item__overlay {
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.cert-item__name {
	font-size: .875em;
	line-height: 1.5em;
	letter-spacing: .14px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s
}
.certificates-list .cert-item__name {
	opacity: 1;
	color: #181b20;
	font-weight: 500;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding-top: .5em;
	line-height: 1.625em
}
.cert-item__icon {
	fill: #fff;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	line-height: 0
}
.certificates-list .cert-item__icon {
	fill: #181b20
}
.certificates-list .cert-item__icon svg {
	width: 1.25rem;
	height: 1.25rem
}
.cert-item__text {
	font-size: .875em;
	line-height: 1.625em;
	letter-spacing: .14px;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s
}
.mobiledevice .cert-item .cert-item__overlay {
	opacity: 1
}
.mobiledevice .cert-item .cert-item__img img {
	opacity: .5
}
.mobiledevice .cert-item .cert-item__name {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}
.mobiledevice .cert-item .cert-item__icon {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}
.mobiledevice .cert-item .cert-item__text {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}
.no-mobiledevice .cert-item:hover .cert-item__overlay, .no-touchevents .cert-item:hover .cert-item__overlay {
	opacity: 1
}
.no-mobiledevice .cert-item:hover .cert-item__name, .no-touchevents .cert-item:hover .cert-item__name {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}
.no-mobiledevice .cert-item:hover .cert-item__img img, .no-touchevents .cert-item:hover .cert-item__img img {
	opacity: .5
}
.no-mobiledevice .cert-item:hover .cert-item__icon, .no-touchevents .cert-item:hover .cert-item__icon {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}
.no-mobiledevice .cert-item:hover .cert-item__text, .no-touchevents .cert-item:hover .cert-item__text {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .55s;
	transition-delay: .55s
}
.certificates-list {
	padding: 3% 2.5rem 1em
}
.certificates-list .p-title {
	padding: .7em 0
}
.certificates-list .p-text {
	line-height: 1.9;
	padding-bottom: 1.1em
}
.lg-img-block {
	position: absolute;
	right: 70px;
	bottom: 70px;
	z-index: 1;
	color: #fff;
	padding: 15px 20px;
	background: rgba(0,0,0,.8)
}
.lg-img-block .social-n-item {
	margin: 0 0 .75em
}
.lg-img-text:after {
	content: "";
	width: 39px;
	display: block;
	height: 3px;
	margin: 15px 0 15px auto;
	background: #d5001c
}
.static-menu {
	list-style: none;
	margin: 0;
	padding: 0
}
.static-menu__item {
	width: 100%;
	max-width: 20rem;
	position: relative;
	overflow: hidden
}
.static-menu__item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(238,124,10,.5);
	content: "";
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	will-change: transform;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -210%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -210%, 0)
}
.static-menu__item:not(.active):hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 210%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 210%, 0)
}
.static-menu__item:last-child {
	border-bottom: none
}
.static-menu__item--title {
	background-color: #d5001c;
	text-align: center
}
.static-menu__link {
	text-decoration: none;
	font-size: .875em;
	line-height: 1.1;
	letter-spacing: .18px;
	width: 100%;
	color: #181b20;
	-webkit-transition: color .3s;
	transition: color .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	padding: .625em .75em .625em 1.75em;
	font-weight: 500
}
.static-menu__item--title .static-menu__link {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.95px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .625em 1em
}
.static-menu__item--title .static-menu__link:before {
	content: none
}
.static-menu__link span:not(.svg) {
	padding: .3125em 0 0
}
.static-menu__item--title .static-menu__link span:not(.svg) {
	padding: 0
}
.static-menu__link .svg {
	padding-left: .9375em;
	opacity: 0;
	fill: currentColor;
	-webkit-transition: fill .3s, opacity .3s;
	transition: fill .3s, opacity .3s
}
.static-menu__link .svg svg {
	width: 1.625em;
	height: 1.625em
}
.static-menu__link.active {
	font-weight: 700
}
.static-menu__link.active .svg {
	opacity: 1;
	position: relative;
	top: 2px
}
.static-menu__link.active:before {
	content: "";
	position: absolute;
	left: .5em;
	width: .4375em;
	height: .4375em;
	background-color: #d5001c
}
.static-menu__link:hover {
	color: #d5001c
}
.static-menu__item--title .static-menu__link:hover {
	color: #fff
}
.about-top {
	aspect-ratio: 1110/710;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}
.about-top__title {
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 18.7px;
	letter-spacing: .18px;
	text-transform: uppercase;
	padding: 10px 40px 10px 15px;
	border: 8px solid #d5001c;
	position: absolute;
	left: 25px;
	bottom: 25px
}
.about-under-top {
	background: #191c21;
	padding: 1.875rem
}
.about-under-top__text {
	color: #f9f9f9;
	font-size: .875em
}
.about-under-top__text:before {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	background-color: #d5001c;
	margin-bottom: 1.25rem
}
.about-us {
	padding-top: 7.55%
}
.about-content__text {
	padding: 2.8125rem 3.75rem 1.875rem 1.875rem;
	font-size: .875em
}
.about-content__text-with-image {
	font-size: .875em;
	line-height: 1.4375rem;
	letter-spacing: .18px
}
.about-content__text-with-image .image {
	aspect-ratio: 544/362;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #FFFFFFCC
}
.about-content__text-with-image .image__with-content {
	padding: 3.125rem 6.875rem 5rem
}
.about-content__text-with-image .image__with-content .title {
	color: #fff;
	margin-bottom: 1.875rem
}
.about-content__text-with-image .image__with-content .title:after {
	display: none
}
.about-content__text-with-image .image__with-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.about-content__text-with-image .image__with-content ul li {
	position: relative
}
.about-content__text-with-image .image__with-content ul li:before {
	content: "";
	background: #d5001c;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	position: absolute;
	left: -14px;
	top: 9px
}
.about-content__text-with-image .title {
	font-size: 1.0625rem;
	font-weight: 700;
	text-transform: uppercase
}
.about-content__text-with-image .title:after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	background-color: #d5001c;
	margin-top: 1rem;
	margin-bottom: 1rem
}
.about-block {
	position: relative;
	padding-top: .3125rem;
	max-width: 1920px;
	overflow: hidden
}
.about-block__text {
	position: relative;
	z-index: 1
}
.about-block__bg {
	min-height: 20.75rem;
	position: relative;
	padding-top: .625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 0
}
.about-block__bg:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	bottom: 0;
	background-repeat: no-repeat;
	z-index: 1;
	width: 79.375rem;
	min-height: 18.75rem;
	max-width: 1920px;
	overflow: hidden
}
.about-block__bg>* {
	position: relative;
	z-index: 2
}
.about-block__bg img {
	display: block;
	margin: 0 0 0 auto
}
.about-block .wysiwyg {
	padding-top: .625rem
}
.about-block--reverse .about-block__bg img {
	margin: 0 auto 0 0
}
.about-block--reverse .about-block__bg:before {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.about-block._row-1 .about-block__bg:before {
	background-image: var(--about-1-bg)
}
.about-block._row-2 .about-block__bg:before {
	background-image: var(--about-2-bg)
}
.about-block._row-3 .about-block__bg:before {
	top: 56%;
	background-image: var(--about-3-bg)
}
.about-block._row-4 .about-block__bg:before {
	background-image: var(--about-4-bg)
}
.about-block._row-5 .about-block__bg:before {
	background-image: var(--about-5-bg)
}
.about-block__view {
	position: relative;
	padding-bottom: 50.67961%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	cursor: pointer
}
.about-block__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}
.about-block__icon .svg {
	display: inline-block;
	line-height: 0
}
.about-block__icon .svg:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.about-block__icon .svg svg {
	position: relative;
	z-index: 2;
	fill: red;
	width: 5.3125em;
	height: 3.75em
}
.about-block__item {
	min-height: 21.25rem;
	background-repeat: no-repeat;
	position: relative;
	padding: 2.375rem 0 1.25rem;
	background-size: auto 100%;
	height: 100%
}
.about-block__item>div {
	position: relative;
	z-index: 2
}
.about-us-advt {
	max-width: 960px;
	padding: 2.5rem 0 0
}
.about-us-advt__title {
	font-size: 1.5em;
	padding-bottom: 1rem;
	text-transform: uppercase;
	font-weight: 700
}
.about-us-advt .grid {
	margin-left: -1.25rem
}
.about-us-advt .grid .gcell {
	padding-left: 1.25rem;
	padding-bottom: 1.25rem
}
.advantages-list .about-us-advt .grid {
	margin-left: -.625em
}
.advantages-list .about-us-advt .grid .gcell {
	padding-left: .625em;
	padding-bottom: .625em
}
.advantages-row {
	padding: 2.5em 0 .625em
}
.advantages-title {
	font-size: 1.125em;
	line-height: 1.1;
	letter-spacing: .16px;
	text-transform: uppercase;
	font-weight: 900
}
.advantages-text {
	padding: 1em 0
}
.advantages-content {
	padding: .625em 0 1em
}
.advantages-content .wysiwyg {
	padding: 0 0 .3125em;
	line-height: 1;
	letter-spacing: 0;
	font-size: .75rem
}
.advantages-list .about-us-advt {
	padding: 0
}
.advantages-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 1.4375rem .625rem 1.5625rem 1.4375rem;
	border-bottom: 3px solid #f3f3f3;
	height: 100%
}
.advantages-list .advantages-item {
	padding: .625em .3125em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom-width: 1px
}
.advantages-item__title {
	font-family: Helvetica, sans-serif;
	font-size: .875em;
	line-height: 1.2;
	letter-spacing: .9px;
	margin-bottom: 1.875rem;
	text-transform: uppercase;
	font-weight: 700;
	height: 2em
}
.advantages-item__content {
	padding-left: 1.625rem
}
.advantages-list .advantages-item__content {
	padding: .625em 0 0;
	text-align: left
}
.advantages-item__icon {
	fill: #d5001c;
	min-width: 4.4375em;
	padding: .25em
}
.advantages-item__icon svg {
	width: 4.4375em;
	height: 4.4375em
}
.advantages-item__text {
	font-size: .6875em;
	font-weight: 400;
	line-height: 1.5;
	padding: .375em 0;
	color: #828282
}
.swiper-container:not(.swiper-init) {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.swiper-container:not(.swiper-init) .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%
}
.swiper-container:not(.swiper-init) .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%
}
.swiper-container .swiper-slide {
	-ms-touch-action: auto;
	touch-action: auto
}
.slider-main {
	position: relative;
	z-index: 0;
	padding-top: 33.85417%
}
.slider-main .swiper-lazy-preloader {
	opacity: .3
}
.slider-main .swiper-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden
}
.main-gallery-slider .slider-main .swiper-container {
	line-height: 0
}
.slider-main .swiper-slide, .slider-main .swiper-wrapper {
	-webkit-backface-visibility: hidden
}
.slider-main .swiper-slide {
	background-color: transparent;
	overflow: hidden
}
.slider-main .swiper-pagination-main {
	bottom: .5em;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.slider-main .swiper-pagination-main .swiper-pagination-bullet {
	border-radius: 0;
	width: .9375em;
	height: .9375em;
	margin: .3125em;
	border: 1px solid #181b20;
	position: relative;
	background-color: #181b20;
	opacity: 1
}
.slider-main .swiper-pagination-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #d5001c;
	background-color: #d5001c
}
.slider-main__img {
	display: block;
	background-repeat: no-repeat;
	background-position: 100% 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 4.5s;
	transition: -webkit-transform 4.5s;
	transition: transform 4.5s;
	transition: transform 4.5s, -webkit-transform 4.5s;
	will-change: transform
}
.slider-main__img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.slider-main__button-next, .slider-main__button-prev {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.5em;
	height: 5em;
	z-index: 4;
	background-color: rgba(0,0,0,.7);
	fill: #d5001c;
	padding: .5625em;
	will-change: width;
	-webkit-transition: background-color .4s, width .3s;
	transition: background-color .4s, width .3s
}
.slider-main__button-next[style*="display: block"], .slider-main__button-prev[style*="display: block"] {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
.slider-main__button-next svg, .slider-main__button-prev svg {
	position: relative;
	-webkit-transition: fill .2s ease, -webkit-transform .5s;
	transition: fill .2s ease, -webkit-transform .5s;
	transition: fill .2s ease, transform .5s;
	transition: fill .2s ease, transform .5s, -webkit-transform .5s;
	width: 2em;
	height: 2em
}
.slider-main__button-next:active svg, .slider-main__button-prev:active svg {
	top: 1px
}
.no-mobiledevice .slider-main__button-next:hover, .no-mobiledevice .slider-main__button-prev:hover {
	background-color: hsla(0,0%,100%,.7);
	fill: #181b20
}
.slider-main__button-prev {
	left: 0
}
.slider-main__button-prev svg {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}
.slider-main__button-next {
	right: 0
}
.slider-reviews {
	position: relative;
	max-width: 63.5%;
	margin: 0 auto
}
.slider-reviews .swiper-container {
	height: 100%;
	width: 100%
}
.slider-reviews .swiper-slide, .slider-reviews .swiper-wrapper {
	-webkit-backface-visibility: hidden
}
.slider-reviews .swiper-slide {
	overflow: hidden
}
.slider-reviews .swiper-pagination-reviews {
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(85%);
	transform: translateY(85%)
}
.slider-reviews .swiper-pagination-reviews .swiper-pagination-bullet {
	border-radius: 0;
	width: .9375em;
	height: .9375em;
	margin: .625em;
	border: 1px solid #fff;
	position: relative;
	background-color: transparent;
	opacity: 1
}
.slider-reviews .swiper-pagination-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #d5001c;
	background-color: #d5001c
}
.prod-photo {
	position: relative;
	max-width: 28.125rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin: 0 auto
}
.prod-photo__ratio {
	position: relative;
	padding-top: 112.22222%
}
.prod-photo__ratio .prod-i-countdown {
	z-index: 2
}
.prod-thumbs {
	position: relative;
	max-width: 100%;
	padding: 0 2.5rem;
	margin-top: .9375em
}
.prod-thumbs .swiper-container {
	height: 100%
}
.prod-thumbs .swiper-container .swiper-slide {
	padding: .625em 0
}
.prod-thumbs .swiper-container:not(.swiper-init) .swiper-slide {
	width: 73px
}
.prod-thumbs__slide {
	cursor: pointer;
	position: relative;
	width: 100%;
	padding-top: 81.11111%
}
.prod-thumbs__slide:before {
	content: "";
	display: block;
	-webkit-box-shadow: inset 0 0 0 1px #d5001c;
	box-shadow: inset 0 0 0 1px #d5001c;
	position: absolute;
	top: -.625em;
	left: 0;
	right: 0;
	bottom: -.625em;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	pointer-events: none;
	opacity: 0;
	z-index: 1
}
.prod-thumbs__slide img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	display: inline-block
}
.no-touchevents .prod-thumbs__slide:hover:before, .swiper-slide-active .prod-thumbs__slide:before, .swiper-slide-active .prod-thumbs__slide:hover:before {
	opacity: 1
}
.no-touchevents .prod-thumbs__slide:hover svg, .swiper-slide-active .prod-thumbs__slide:hover svg {
	fill: red
}
.prod-thumbs__slide .slide-overlay {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.prod-thumbs__slide--video-play:after {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23ee7c0a' xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 408.221 408.221'%3E%3Cpath d='M204.11 0C91.388 0 0 91.388 0 204.111c0 112.725 91.388 204.11 204.11 204.11 112.729 0 204.11-91.385 204.11-204.11C408.221 91.388 316.839 0 204.11 0zm82.437 229.971l-126.368 72.471c-17.003 9.75-30.781 1.763-30.781-17.834V140.012c0-19.602 13.777-27.575 30.781-17.827l126.368 72.466c17.004 9.752 17.004 25.566 0 35.32z'/%3E%3C/svg%3E");
	position: absolute;
	left: 50%;
	top: calc(50% + 3px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.prod-thumbs__slide--video-play--big:after {
	top: 50%;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform: translate(-50%, -50%) scale(2);
	transform: translate(-50%, -50%) scale(2)
}
.prod-thumbs__slide--video-play--big:hover:after {
	-webkit-transform: translate(-50%, -50%) scale(2.5);
	transform: translate(-50%, -50%) scale(2.5)
}
.prod-thumbs__slide--video img {
	width: 180%;
	max-width: 180%;
	left: -40%
}
.prod-thumbs__icon {
	height: 1.375rem;
	width: 1.875rem
}
.prod-thumbs__icon, .prod-thumbs__icon:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto
}
.prod-thumbs__icon:before {
	content: "";
	background-color: #fff;
	height: 65%;
	width: 65%
}
.prod-thumbs__icon svg {
	position: relative;
	fill: #828282;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: fill .3s;
	transition: fill .3s
}
.prod-slider {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%
}
.prod-slider .swiper-container {
	height: 100%
}
.prod-slider .swiper-container:not(.swiper-init) .swiper-slide {
	width: 100%
}
.prod-slider__slide {
	cursor: pointer;
	position: relative;
	height: 100%;
	width: 100%
}
.prod-slider__slide img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.prod-slider__slide--video {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover
}
.no-touchevents .prod-slider__slide--video:hover svg {
	fill: red
}
.prod-slider__icon {
	height: 3.4375rem;
	width: 5.125rem
}
.prod-slider__icon, .prod-slider__icon:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto
}
.prod-slider__icon:before {
	content: "";
	background-color: #fff;
	height: 65%;
	width: 65%
}
.prod-slider__icon svg {
	position: relative;
	fill: #d5001c;
	max-width: 100%;
	max-height: 100%
}
.prod-slider__icon-zoom {
	cursor: pointer;
	background: hsla(0,0%,100%,.6);
	border-top-left-radius: 18px;
	line-height: 0;
	padding: 5px 2px 2px 5px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1050
}
.swiper-slide-active .prod-slider__icon-zoom {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.prod-slider__icon-zoom svg {
	fill: #d5001c;
	position: relative
}
.no-touchevents .prod-slider__icon-zoom:hover svg {
	fill: #181b20
}
.prod-slider__icon-zoom:active svg {
	top: 1px
}
.prod-slider__icon-zoom.zoom-init .zoom-in {
	display: none
}
.prod-slider__icon-zoom.zoom-init .zoom-out {
	display: block
}
.prod-slider__icon-zoom .zoom-out {
	display: none
}
.prod-next, .prod-prev {
	cursor: pointer;
	position: absolute;
	top: calc(50% - .9375rem);
	height: 1.875rem;
	width: 1.875rem;
	z-index: 1
}
.prod-next svg, .prod-prev svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	fill: #181b20;
	-webkit-transition: fill .5s ease-in-out;
	transition: fill .5s ease-in-out;
	width: 1.875em;
	height: 1.875em
}
.no-touchevents .prod-next:not(.swiper-button-disabled):hover svg, .no-touchevents .prod-prev:not(.swiper-button-disabled):hover svg {
	fill: #d5001c
}
.prod-next.swiper-button-disabled, .prod-prev.swiper-button-disabled {
	opacity: .35
}
.prod-prev {
	left: 0
}
.prod-prev:active {
	left: -1px
}
.prod-next {
	right: 0
}
.prod-next:active {
	right: -1px
}
.history-photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-bottom: 5rem
}
.history__text {
	color: #6e6e6e;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: .18px;
	margin-bottom: 3.9375rem
}
.history__text--with-decor {
	background: #e7e7e7;
	padding: 1.25rem 1.25rem 0
}
.history__text--with-decor .title {
	margin-bottom: 20px;
	color: #0e1525;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: .18px;
	text-transform: uppercase
}
.history__text--with-decor .text {
	color: rgba(38,38,38,.8);
	font-size: .875em
}
.history__text--with-decor .text:before {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	background-color: #d5001c;
	margin-bottom: 1.25rem
}
.history-thumbs {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.history-thumbs .swiper-container {
	width: 90%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 5px
}
.history-thumbs__slide {
	cursor: pointer;
	position: relative;
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.history-thumbs__slide span {
	line-height: 1
}
.history-thumbs .swiper-slide-active {
	font-size: 1.375rem;
	font-weight: 700
}
.history-thumbs .swiper-slide-active:after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	background-color: #d5001c;
	position: absolute;
	bottom: -16px
}
.history-thumbs .swiper-slide-active .history-thumbs__indicator {
	background: #d5001c
}
.history-thumbs .swiper-slide {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.history-thumbs .swiper-slide:first-child .history-thumbs__indicator:before {
	width: 50%;
	right: 0
}
.history-thumbs__indicator {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #000;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 13px
}
.history-thumbs__indicator:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 9px;
	z-index: -1;
	width: 99999%;
	height: 1px;
	background: #181b20
}
.history-main {
	cursor: pointer;
	margin-bottom: 5rem
}
.history-main__content {
	background: #e7e7e7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2.5rem 1.25rem 1.875rem 1.5625rem
}
.history-main__image {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	aspect-ratio: 570/360
}
.history-main__title {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase
}
.history-main__title:after {
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	background-color: #d5001c;
	margin-top: 1rem;
	margin-bottom: 1rem
}
.history-main__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: .18px
}
.history-main .swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.history-main .swiper-slide {
	height: auto
}
.history-main ._h100 {
	height: 100%
}
.history-next, .history-prev {
	cursor: pointer;
	z-index: 1
}
.history-next svg, .history-prev svg {
	fill: #181b20;
	-webkit-transition: fill .5s ease-in-out;
	transition: fill .5s ease-in-out
}
.no-touchevents .history-next:not(.swiper-button-disabled):hover svg, .no-touchevents .history-prev:not(.swiper-button-disabled):hover svg {
	fill: #d5001c
}
.history-next.swiper-button-disabled, .history-prev.swiper-button-disabled {
	opacity: .35
}
.prod-list {
	position: relative
}
.prod-list__button-next, .prod-list__button-prev {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	width: 1.875em;
	height: 3.125em;
	z-index: 2;
	background-color: #f1f0f0;
	border: 1px solid #f1f0f0;
	padding: .5625em;
	fill: #181b20;
	-webkit-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	opacity: 0
}
.prod-list__button-next svg, .prod-list__button-prev svg {
	position: relative;
	-webkit-transition: fill .2s ease, -webkit-transform .5s;
	transition: fill .2s ease, -webkit-transform .5s;
	transition: fill .2s ease, transform .5s;
	transition: fill .2s ease, transform .5s, -webkit-transform .5s;
	width: .9375em;
	height: .9375em
}
.prod-list__button-next:active, .prod-list__button-next:hover, .prod-list__button-prev:active, .prod-list__button-prev:hover {
	background-color: #aaa;
	border-color: #aaa
}
.prod-list__button-next.swiper-button-disabled, .prod-list__button-prev.swiper-button-disabled {
	fill: rgba(38,38,38,.1);
	background-color: hsla(0,0%,67%,.1);
	border-color: hsla(0,0%,67%,.1)
}
.prod-list__button-prev {
	left: -.9375em
}
.prod-list__button-next {
	right: -.9375em
}
.slider-catalogs {
	position: relative;
	max-width: 1167px;
	max-height: 100px;
	margin: 0 auto 1.5625em
}
.slider-catalogs .swiper-container {
	height: 100%;
	width: 100%
}
.slider-catalogs .swiper-slide, .slider-catalogs .swiper-wrapper {
	-webkit-backface-visibility: hidden
}
.slider-catalogs .swiper-slide {
	overflow: hidden
}
.slider-catalogs .swiper-slide a {
	display: block;
	position: relative;
	padding-bottom: 8.57%
}
.slider-catalogs .swiper-slide a img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.slider-catalogs .swiper-pagination-catalogs {
	bottom: .1875em;
	position: absolute;
	left: auto;
	right: .9375em;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto
}
.slider-catalogs .swiper-pagination-catalogs .swiper-pagination-bullet {
	border-radius: 0;
	width: 1em;
	height: 1em;
	margin: .5em;
	border: 1px solid #fff;
	position: relative;
	background-color: transparent;
	opacity: 1
}
.slider-catalogs .swiper-pagination-catalogs .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #d5001c;
	background-color: #d5001c
}
.slider-photo {
	position: relative
}
.slider-photo .swiper-container {
	height: 100%;
	width: 100%
}
.slider-photo .swiper-slide, .slider-photo .swiper-wrapper {
	-webkit-backface-visibility: hidden
}
.slider-photo .swiper-slide {
	height: auto;
	overflow: hidden
}
.slider-photo .swiper-pagination-portfolio {
	margin-bottom: 0;
	position: absolute;
	bottom: .625rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	height: 1.5625rem
}
.slider-photo .swiper-pagination-portfolio .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: 2px solid #fff;
	opacity: .8;
	margin: 0 11px
}
.slider-photo .swiper-pagination-portfolio .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
	opacity: 1
}
.slider-photo__button-next, .slider-photo__button-prev {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5rem;
	height: 6.25rem;
	z-index: 4;
	outline: none;
	-webkit-tap-highlight-color: transparent
}
.slider-photo__button-next svg, .slider-photo__button-prev svg {
	position: relative;
	-webkit-transition: fill .2s ease, -webkit-transform .5s;
	transition: fill .2s ease, -webkit-transform .5s;
	transition: fill .2s ease, transform .5s;
	transition: fill .2s ease, transform .5s, -webkit-transform .5s;
	will-change: transform;
	width: 2.5rem;
	height: 2.5rem;
	fill: #181b20
}
.no-touchevents .slider-photo__button-next:hover svg, .no-touchevents .slider-photo__button-prev:hover svg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	fill: #828282
}
.slider-photo__button-next:active svg, .slider-photo__button-prev:active svg {
	top: 1px
}
.slider-photo__button-next.swiper-button-disabled, .slider-photo__button-prev.swiper-button-disabled {
	opacity: .4;
	-ms-touch-action: none;
	touch-action: none
}
.slider-photo__button-prev {
	left: 0
}
.slider-photo__button-next {
	right: -.9375rem
}
.partners-slider .swiper-container {
	padding: 0 0 3.125em
}
.partners-slider .swiper-container:not(.swiper-init) {
	max-height: 14.375em
}
.partners-slider .swiper-container .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.partners-slider .swiper-slide {
	max-width: 21.5625em;
	position: relative;
	padding-top: 5em
}
.partners-slider .swiper-slide img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.partners-slider .swiper-pagination-partners:not(.swiper-pagination-lock) {
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.partners-slider .swiper-pagination-partners:not(.swiper-pagination-lock) .swiper-pagination-bullet {
	border-radius: 0;
	width: .9375em;
	height: .9375em;
	margin: .3125em;
	border: 1px solid #181b20;
	position: relative;
	background-color: #181b20;
	opacity: 1
}
.partners-slider .swiper-pagination-partners:not(.swiper-pagination-lock) .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #d5001c;
	background-color: #d5001c
}
.user-socials {
	list-style: none;
	padding: 0;
	margin: 0
}
.user-socials__item {
	margin: 0 .3125rem .875rem
}
.user-socials__item:hover .user-socials__name {
	text-decoration: underline
}
.user-socials__link {
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 3px;
	padding: 2px;
	text-decoration: none;
	text-align: left;
	height: 100%
}
.user-accounts .user-socials__link {
	min-width: 10rem
}
.no-touchevents .user-socials__link:hover .user-socials__text {
	text-decoration: none
}
.user-socials__link--facebook {
	background-color: #3b5998
}
.user-socials__link--facebook svg {
	fill: #3b5998
}
.user-socials__link--google {
	background-color: #08c
}
.user-socials__link--twitter {
	background-color: #08c;
	fill: #08c
}
.user-socials__icon {
	background: #fff;
	position: relative;
	margin-right: .3125rem;
	height: 1.875rem;
	width: 1.875rem
}
.user-socials__icon svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto
}
.user-socials__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.2
}
.user-socials__name {
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
	white-space: nowrap;
	width: 6rem
}
.user-socials__text {
	font-size: 10px;
	text-decoration: underline
}
.products-row {
	padding-bottom: 2.625em
}
.prod-i-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -.9375rem
}
.prod-i-grid--full .prod-i-cell, .prod-i-grid--shift .prod-i-cell {
	padding-left: .3125rem;
	padding-bottom: 1.25rem;
	width: 50%
}
.prod-i-grid .prod-i-cell-full {
	padding-left: .3125rem;
	padding-bottom: 1.25rem;
	width: 100%
}
.prod-i-cell {
	min-height: 1px;
	min-width: 0
}
.prod-i, .prod-i-cell {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.prod-i {
	border: 2px solid #f1f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 370px;
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	z-index: 1
}
.prod-i--remove {
	margin-top: 2.5em;
	height: calc(100% - 2.5em)
}
.prod-i ._svg-heart {
	fill: #f9f9f9
}
.prod-i--light ._svg-heart {
	fill: #fff
}
.prod-i .is-added ._svg-heart {
	fill: #d5001c;
	stroke: #d5001c
}
.no-touchevents .prod-i:hover {
	border-color: #f1f0f0;
	z-index: 2
}
.no-touchevents .prod-i:hover:not(.prod-i--slider):not(.prod-i--main-page) .prod-i-char {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-color: #f1f0f0
}
.no-touchevents .prod-i:hover .prod-i-body, .no-touchevents .prod-i:hover .prod-i-char, .no-touchevents .prod-i:hover .prod-i-countdown-time, .no-touchevents .prod-i:hover .prod-i-head, .no-touchevents .prod-i:hover .prod-i-img {
	background-color: #fff
}
.no-touchevents .prod-i:hover ._svg-heart {
	fill: #fff
}
.no-touchevents .prod-i:hover .is-added ._svg-heart {
	fill: #d5001c;
	stroke: #d5001c
}
.no-touchevents .prod-i:hover .prod-list__button-next, .no-touchevents .prod-i:hover .prod-list__button-prev, .prod-i .touchevents .prod-list__button-next, .prod-i .touchevents .prod-list__button-prev {
	opacity: 1
}
.prod-i-remove {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%)
}
.prod-i-head {
	position: relative;
	overflow: hidden;
	padding: .625em
}
.prod-i--light .prod-i-head, .prod-i-head, .prod-i-img {
	background-color: #fff
}
.prod-i-img {
	display: block;
	width: 100%;
	max-width: 370px;
	max-height: 420px;
	margin: 0 auto 1.25rem;
	text-decoration: none
}
.prod-i--light .prod-i-img {
	background-color: #fff
}
.prod-i-img__ratio {
	display: block;
	position: relative;
	padding-top: 113.51351%
}
.prod-i-img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.prod-i-labels, .prod-labels {
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	left: 0;
	top: 0;
	z-index: 2
}
.prod-i-label, .prod-label {
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 1.1;
	padding: .4375em .875em;
	font-weight: 500;
	letter-spacing: 2.2px;
	min-width: 5rem;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 91.5% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 91.5% 100%, 0 100%);
	position: relative;
	vertical-align: middle
}
.prod-i-label img, .prod-label img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.prod-i-label:not(:last-child), .prod-label:not(:last-child) {
	margin-bottom: .25rem
}
.prod-i-label--top, .prod-label--top {
	background-color: #d5001c
}
.prod-i-label--new, .prod-label--new {
	background-color: #15ca88
}
.prod-i-label--sale, .prod-label--sale {
	background-color: #f33547
}
.prod-i-label--epicentrk, .prod-label--epicentrk {
	background-color: #264ee4
}
.prod-i-label--epicentrk img, .prod-label--epicentrk img {
	max-width: 70%
}
.prod-i-label--epicentrk span, .prod-label--epicentrk span {
	opacity: 0
}
.prod-i-countdown {
	background-color: #d5001c;
	padding: .125rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	z-index: 1;
	min-width: 100px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.prod-i-countdown.is-show {
	opacity: 1
}
.prod-i-countdown-title {
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	padding: .125em
}
.prod-i-countdown-time {
	color: #181b20;
	background-color: #f9f9f9;
	line-height: 1;
	font-size: .75rem;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: .1875em
}
.prod-i--light .prod-i-countdown-time {
	background-color: #fff
}
.prod-i-countdown-time time {
	min-width: 1.125rem;
	padding: 0 .1875em
}
.prod-i-countdown-time.is-anim .countdown-separator {
	-webkit-animation: fadeOpacity 1s ease infinite;
	animation: fadeOpacity 1s ease infinite
}
.countdown-separator {
	padding: 0 .125rem
}
.prod-i-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2;
	padding: .625em
}
.prod-i--light .prod-i-body, .prod-i-body {
	background-color: #fff
}
.prod-i-body__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.prod-i-body__col {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.prod-i-body__col:nth-child(2n) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.prod-i-body__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}
.prod-i-body__info .rating {
	padding-bottom: .3125rem
}
.prod-i-body__reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #828282
}
.prod-i-body__reviews span {
	display: block;
	margin-left: .3125rem;
	color: currentColor;
	padding-bottom: .3125rem
}
.prod-i-body__reviews ._svg-speech {
	fill: currentColor
}
.prod-i-body .prod-code {
	font-size: .75em;
	line-height: 1;
	letter-spacing: .35px;
	padding: .25em 0 1em;
	text-transform: none;
	font-weight: 400;
	text-align: left
}
.prod-i-body .prod-code span {
	line-height: 1
}
.prod-i-title {
	color: #181b20;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: .9375rem;
	-webkit-transition: color .3s;
	transition: color .3s
}
.no-touchevents .prod-i-title:hover {
	color: #d5001c
}
.prod-i-title span {
	font-size: .9375em;
	font-weight: 700;
	line-height: 1.1;
	width: 100%;
	display: inline-block
}
.prod-i-title span:not(:first-child):last-child {
	font-size: 1em
}
.prod-i-text {
	font-size: .9375em;
	width: 100%
}
.prod-i-status {
	font-size: .875em;
	color: #828282;
	margin-bottom: 1.125rem;
	text-align: right
}
.prod-i-price {
	font-weight: 700;
	font-size: .875em;
	line-height: 1;
	color: #d5001c;
	white-space: nowrap;
	padding: .1875em 0;
	text-align: left
}
.prod-i-price small {
	font-size: 10px;
	text-transform: uppercase;
	vertical-align: bottom
}
.prod-i-price--prev {
	color: #181b20;
	position: relative;
	font-size: .75em;
	font-weight: 400;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
.prod-i-price--prev span {
	display: inline-block;
	vertical-align: top;
	position: relative
}
.prod-i-price--prev span:after {
	content: "";
	background-color: #828282;
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 100%
}
.prod-i-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto 0 0
}
.prod-i-btn-com, .prod-i-btn-fav {
	position: absolute;
	z-index: 2;
	padding: .3125em;
	top: .3125em;
	right: .3125em
}
.prod-i-btn-com svg, .prod-i-btn-fav svg {
	width: 1.125em;
	height: 1.125em
}
.prod-i-btn-com .svg, .prod-i-btn-fav .svg {
	margin: 0
}
.prod-i-btn-com {
	top: 2.1875em;
	stroke: #181b20;
	-webkit-transition: stroke .2s;
	transition: stroke .2s
}
.prod-i-btn-com:hover {
	stroke: #ef7d00
}
.prod-i-char {
	display: none;
	background-color: #f9f9f9;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: calc(100% - .625em);
	left: -1px;
	width: calc(100% + 2px);
	z-index: 2;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: .625em
}
.prod-i--light .prod-i-char {
	background-color: #fff
}
.prod-i-char__item {
	width: 25%;
	max-width: 25%;
	padding: 0 .3125em;
	text-align: center
}
.prod-i-char__icon {
	width: 3.625em;
	height: 3.625em;
	position: relative;
	border-radius: 100%;
	border: 1px solid #d5001c;
	margin: 0 auto;
	fill: #d5001c!important
}
.prod-i-char__icon img, .prod-i-char__icon svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	width: 70%;
	height: 70%
}
.prod-i-char__name {
	color: #aaa;
	font-size: .625em;
	line-height: 1.3;
	padding-top: .3125em
}
.prod-i-char-list {
	padding: 0
}
.prod-i-cell-more.is-loading {
	cursor: default;
	pointer-events: none;
	opacity: .6
}
.prod-i-cell-more.is-loading:after, .prod-i-cell-more.is-loading:before {
	display: none
}
.prod-i-cell-more.is-loading svg {
	-webkit-animation-name: spin;
	animation-name: spin;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}
.prod-i-more {
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.prod-i-more__text {
	color: #d5001c;
	text-transform: uppercase;
	font-size: 1.25em;
	line-height: 1.35;
	font-weight: 500;
	margin-bottom: 1rem;
	text-align: center
}
.prod-i-more__icon {
	line-height: 0
}
.prod-i-more__icon svg {
	position: relative;
	fill: #d5001c
}
.no-touchevents .prod-i-more:hover .prod-i-more__text {
	color: #181b20
}
.no-touchevents .prod-i-more:hover svg {
	fill: #aaa
}
.review {
	background-color: #f9f9f9;
	padding: 1.375em 1.75em;
	margin-bottom: 2em
}
.review__name {
	font-size: 1.125em;
	line-height: 1.875em;
	letter-spacing: .9px;
	font-weight: 500;
	padding-bottom: .1875em
}
.review__description {
	font-size: 1em;
	line-height: 1.5em;
	color: #828282;
	padding-bottom: .5em
}
.review__date {
	font-size: .75em;
	line-height: 1.125em;
	letter-spacing: .3px;
	font-style: italic;
	color: #afafaf;
	padding: .3125em 0 .4375em
}
.reviews-content {
	padding-bottom: 6.8%
}
.reviews-block {
	position: relative;
	padding: 4.6875em 0 3em
}
.reviews-block__items {
	padding: 3em 0 0
}
.reviews-block__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.reviews-block__item:nth-child(2n) {
	background: #f9f9f9
}
.reviews-block__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.reviews-block__content .rating {
	margin: 0 0 0 -.1875em
}
.reviews-block__content .rating .svg {
	margin: 0 .125rem
}
.reviews-block__content .rating svg {
	width: .6875rem;
	height: .6875rem
}
.reviews-title {
	font-size: 1.125em;
	line-height: 1.1;
	letter-spacing: .16px;
	text-transform: uppercase;
	font-weight: 900
}
.preview-prod {
	padding: 1.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: .25em 0 1.25em;
	width: 100%
}
.preview-prod__img {
	width: 4.5625em;
	min-width: 4.5625em;
	padding-top: 5.625em;
	position: relative
}
.preview-prod__img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.preview-prod__info {
	margin: -.3125em 0 0;
	padding: 0 0 0 1.375em
}
.preview-prod__info .prod-code {
	text-transform: none;
	font-size: .75em;
	font-weight: 400;
	padding: 0 0 .8125em;
	letter-spacing: 0;
	text-align: left
}
.preview-prod__info .prod-i-title {
	margin: 0 0 .8125em;
	display: block
}
.form-file {
	position: relative;
	line-height: 1.15
}
.form-file__clear-btn {
	cursor: pointer;
	display: none;
	vertical-align: middle;
	line-height: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: absolute;
	z-index: 1;
	top: -.6875rem;
	right: -.8125rem;
	padding: .5em;
	background-color: #d5001c;
	border-radius: 100%;
	-webkit-transition: background-color .2s;
	transition: background-color .2s
}
.form-file__clear-btn svg {
	pointer-events: none;
	fill: #fff
}
.no-touchevents .form-file__clear-btn:hover {
	background-color: #181b20
}
.form-file__clear-btn.is-show {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.form-file__label {
	cursor: pointer;
	position: relative
}
.form-file__label>input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 1px;
	height: 1px
}
.form-file__label~label.has-error {
	padding: 1px 3px;
	font-size: 10px;
	visibility: visible;
	z-index: 3
}
.form-file__label--video {
	cursor: default
}
.form-file__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(0,0,0,.4);
	border: 1px dashed #181b20;
	font-size: .875em;
	line-height: 1.5;
	padding: .6875rem .8125rem .625rem 1.4375rem;
	-webkit-transition: border .2s ease, -webkit-transform .2s;
	transition: border .2s ease, -webkit-transform .2s;
	transition: border .2s ease, transform .2s;
	transition: border .2s ease, transform .2s, -webkit-transform .2s;
	min-height: 3rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #fff;
	position: relative;
	z-index: 1
}
.drag-hover .form-file__input {
	-webkit-transform: scale(1.01);
	transform: scale(1.01)
}
.form-file__input:hover {
	border-color: #d5001c
}
.form-file__input-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	overflow: hidden
}
.form-file__input-text>span {
	display: inline-block;
	width: 100%;
	line-height: 1.2
}
.form-file__input-text>span:first-child {
	font-size: 1.125em;
	color: #424241
}
.form-file__input-text .video-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -.9375em;
	padding-bottom: .625em
}
.form-file__input-text .video-form__item {
	padding: .9375em 0 0 .9375em
}
.form-file__input-text .video-form__item:first-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.form-file__input-text .video-form__item .button, .form-file__input-text .video-form__item .swal2-container>.theme-c .swal2-styled.swal2-cancel, .form-file__input-text .video-form__item .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .form-file__input-text .video-form__item .swal2-styled.swal2-cancel, .swal2-container>.theme-c .form-file__input-text .video-form__item .swal2-styled.swal2-confirm {
	height: 100%
}
.form-file__input-text .video-form__item .form-group__input {
	min-height: 3em
}
.form-file__input-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.form-file__input-icon svg {
	fill: #d5001c
}
.form-file__input-icon~.form-file__input-text {
	margin-left: 1.25em
}
.form-file__error {
	color: #eb0505;
	font-size: 12px;
	margin-top: 10px
}
.form-file__error:empty {
	display: none
}
.form-file__ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.form-file__ul--image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.form-file__ul--image:empty {
	display: none
}
.form-file__li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 7px
}
.form-file__li, .form-file__ul--image .form-file__li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.form-file__ul--image .form-file__li {
	width: 5em;
	padding: .625em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 3px #c5c5c5;
	box-shadow: 0 3px 3px #c5c5c5;
	margin: .5em .5em 0 0
}
.form-file__li-name {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	color: #d5001c;
	font-size: 12px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 700;
	padding: .3125rem .625rem;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.form-file__ul--image .form-file__li-name {
	font-size: 10px;
	padding: .3125em 0
}
.form-file__li-image {
	width: 4.375em;
	height: 3.75em;
	position: relative;
	margin: 0 0 .625em
}
.form-file__li-image img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.form-file__li-remove {
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: fill .15s;
	transition: fill .15s
}
.form-file__li-remove svg {
	fill: #d5001c
}
.form-file__li-remove:hover svg {
	fill: #828282
}
.form-file__ul--image .form-file__li-remove {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(20%, -20%);
	transform: translate(20%, -20%)
}
.tooltip-item {
	cursor: pointer;
	line-height: 0;
	display: inline-block;
	padding-left: .625em
}
.fav-reset {
	text-align: right
}
.fav-reset-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #f51a43;
	fill: currentColor;
	font-size: 1em
}
.fav-reset-link .svg {
	margin-left: .625em
}
.fav-reset-link:hover {
	color: #d5001c
}
.rating {
	vertical-align: middle;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.rating--installer svg {
	fill: none;
	stroke: #ffc30b
}
.rating .svg {
	margin: 0 .16875rem;
	line-height: 0;
	font-size: 0;
	display: inline-block;
	width: 15px
}
.rating--1 .svg:first-child svg, .rating--2 .svg:first-child svg, .rating--2 .svg:nth-child(2) svg, .rating--3 .svg:first-child svg, .rating--3 .svg:nth-child(2) svg, .rating--3 .svg:nth-child(3) svg, .rating--4 .svg:first-child svg, .rating--4 .svg:nth-child(2) svg, .rating--4 .svg:nth-child(3) svg, .rating--4 .svg:nth-child(4) svg, .rating--5 .svg svg {
	fill: #ffc30b
}
.rating.change-rating {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .5rem 0
}
.rating.change-rating svg {
	width: 1.25rem;
	height: 1.25rem
}
.rating.change-rating label.has-error {
	color: #fff;
	background-color: #eb0505;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: -.5rem;
	padding: .625rem 1rem;
	line-height: 1.375rem;
	font-size: 12px;
	z-index: 1;
	pointer-events: none;
	letter-spacing: .12px;
	-webkit-box-shadow: 0 4px 12px 0 rgba(49,49,49,.2);
	box-shadow: 0 4px 12px 0 rgba(49,49,49,.2)
}
.rating.change-rating>input {
	visibility: hidden;
	position: absolute;
	left: -9999px
}
.rating.change-rating>label {
	padding: 0 5px;
	cursor: pointer
}
.rating.change-rating:not(:checked)>label:hover svg, .rating.change-rating:not(:checked)>label:hover~label svg, .rating.change-rating>input:checked+label:hover svg, .rating.change-rating>input:checked~label:hover svg, .rating.change-rating>input:checked~label:hover~svg svg, .rating.change-rating>input:checked~label svg, .rating.change-rating>label:hover~input:checked~svg svg {
	fill: #ffc30b
}
.rating.change-rating--big {
	padding: 0
}
.rating.change-rating--big>label {
	padding: 0;
	margin-left: .3125rem
}
.rating.change-rating--big .svg {
	margin: 0
}
.rating.change-rating--big svg {
	width: 1.875rem;
	height: 1.875rem;
	stroke: #ffc30b
}
.product-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .75em 2.5em;
	text-decoration: none
}
.product-search--category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.product-search__img {
	width: 4.5625rem;
	min-width: 4.5625rem;
	padding-top: 5.625rem;
	position: relative
}
.product-search__img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.product-search__title {
	font-size: 1.125em;
	line-height: 1.25em;
	color: #181b20;
	letter-spacing: .4px;
	padding-bottom: 0
}
.product-search__title--strong {
	font-size: 1.375em;
	line-height: 1.75em
}
.product-search__body {
	padding: 1.6875em 1.9375em 1.25em
}
.product-search__old-price {
	font-size: .8125em;
	line-height: 1.25em;
	color: #828282;
	position: relative;
	margin-right: .9375em
}
.product-search__old-price:before {
	content: "";
	height: 1px;
	top: 50%;
	left: -2px;
	right: -2px;
	background-color: #828282
}
.product-search__price {
	font-size: .9375em;
	line-height: 1.25em;
	color: #d5001c
}
.sales-i {
	margin: auto;
	overflow: hidden
}
.sales-i, .sales-i__img {
	position: relative;
	display: block;
	max-width: 500px
}
.sales-i__img {
	padding-bottom: 67.6%
}
.sales-i__img img {
	margin: auto;
	max-height: 100%
}
.sales-i__content, .sales-i__img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}
.sales-i__content {
	z-index: 1;
	padding: .625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.sales-i__br {
	margin: .3125rem 0
}
.sales-i__br, .sales-i__line {
	display: block;
	position: relative;
	height: 2px
}
.sales-i__line {
	margin: .25rem 0
}
.sales-i__line:before {
	content: "";
	height: 2px;
	width: 15px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.sales-i .sales-i__top {
	position: relative;
	width: 90%
}
.sales-i .sales-i__top .button-link {
	color: #d5001c
}
.sales-i .sales-i__top .button-link:hover {
	color: rgba(238,124,10,.8)
}
.sales-i .sales-i__bottom, .sales-i .sales-i__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.sales-i__name {
	font-size: .9375rem
}
.sales-i__date, .sales-i__name {
	color: #fff;
	text-transform: uppercase;
	text-align: center
}
.sales-i__date {
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: .18px;
	padding: .25rem 0 .25rem .375rem;
	-webkit-transform: translateY(16%);
	transform: translateY(16%);
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s
}
.jobs__title {
	font-size: 1em;
	line-height: 1.875em;
	font-weight: 700;
	color: #181b20;
	letter-spacing: .16px
}
.jobs__subtitle {
	font-size: .875em;
	line-height: 1.5em;
	color: #828282;
	letter-spacing: .35px;
	padding: .3125em 0
}
.jobs-image {
	position: relative;
	padding-bottom: 77.34375%
}
.jobs-image img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.jobs-list {
	list-style: none;
	padding: 1.75em 0;
	margin: 0
}
.jobs-list__item {
	padding: 0 0 1.0625em
}
.jobs-list__name {
	font-size: 1.125em;
	line-height: 1.3;
	color: #181b20;
	letter-spacing: .45px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	padding: .125em 0;
	text-decoration: underline
}
.jobs-list__name:hover {
	color: #d5001c
}
.jobs-list__date {
	font-size: .875em;
	line-height: 1.3;
	color: #828282;
	letter-spacing: .35px;
	padding: .9375em 0
}
.thanks-content {
	max-width: 870px;
	margin: 0 auto;
	text-align: center
}
.thanks-id {
	font-size: 1.125em;
	line-height: 1.375em;
	color: #d5001c;
	text-transform: uppercase;
	letter-spacing: .18px;
	font-weight: 500;
	padding-bottom: .75em
}
.thanks-auxiliary-text, .thanks-text {
	font-size: 1.125em;
	line-height: 1.9375em;
	color: #828282
}
.thanks-btn {
	margin: 1.875em 0
}
.dp-info+.dp-info {
	margin-top: 5.625rem
}
.prod-dp .dp-info+.dp-info {
	margin-top: 1.875rem
}
.dp-info__title {
	color: #181b20;
	line-height: 1;
	font-size: 1.375rem;
	margin-bottom: 2.1875rem;
	text-transform: uppercase
}
.dp-info__content {
	margin-bottom: 1.875rem
}
.dp-info__item {
	max-width: 376px;
	margin: 0 auto;
	background-color: #ebebeb;
	padding: 1.25em 1.875em;
	height: 100%
}
.dp-info__img {
	position: relative;
	margin: 0 auto;
	max-width: 16.875rem;
	padding-bottom: 37.03704%
}
.dp-info__img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.dp-info__text {
	color: #828282;
	font-size: .9375rem
}
.dp-info__name, .dp-info__text {
	line-height: 1.5rem;
	margin-top: .625rem
}
.dp-info__name {
	color: #181b20;
	font-size: 1rem;
	font-weight: 700
}
.flash {
	position: relative
}
.flash:before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	-webkit-animation: flash 1s ease-in-out;
	animation: flash 1s ease-in-out
}
@-webkit-keyframes flash {
0% {
border:1px solid #fff
}
50% {
border:1px solid #d5001c
}
to {
border:1px solid #fff
}
}
@keyframes flash {
0% {
border:1px solid #fff
}
50% {
border:1px solid #d5001c
}
to {
border:1px solid #fff
}
}
.main-gallery {
	padding-top: 2.5em
}
.main-gallery-text {
	padding: 2.5em
}
.main-gallery-text .p-title {
	padding: .875em 0
}
.tabs-row {
	padding: 1.7% 0 0
}
.tabs-row--grey {
	background-color: #f9f9f9
}
.popup--colors .tabs-row {
	padding: 0
}
.tabs-row-button {
	font-size: 1em;
	line-height: 1.1;
	color: #aaa;
	letter-spacing: .16px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: color .15s;
	transition: color .15s;
	padding: .3125em 2em .3125em .3125em;
	margin: 0 1.25em 0 0;
	font-weight: 900
}
.tabs-row--prod .tabs-row-button {
	font-size: 1.125em;
	line-height: 1.25em;
	letter-spacing: .18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: .3125em 1.75em .3125em 0;
	position: relative;
	margin: 0
}
.popup--colors .tabs-row-button {
	font-size: 1.25em;
	padding: .3125em 1.375em .3125em .3125em;
	margin: 0 .625em 0 0
}
.tabs-row-button:before {
	content: "/";
	font-size: 1em;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #828282
}
.tabs-row-button:last-child:before {
	content: none
}
.tabs-row-button.is-active {
	color: #181b20
}
.tabs-row-button:not(.is-active):hover {
	color: #d5001c
}
.tabs-row-button--mobile {
	position: relative;
	padding: .25em 2.1875em .25em 1.875em;
	margin: .9375em 0;
	color: #181b20
}
.tabs-row-button--mobile:not(.is-active):hover {
	color: #181b20
}
.tabs-row-button--mobile .svg {
	position: absolute;
	top: 50%;
	right: .5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tabs-row-button--mobile.is-active .svg {
	fill: #aaa
}
.tabs-row-nav {
	padding: 2em 0 2.8125em;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.tabs-row--prod .tabs-row-nav, .tabs-row-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.tabs-row--prod .tabs-row-nav {
	padding: 2em 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.popup--colors .tabs-row-nav {
	padding: .625em 0
}
.tabs-row-nav__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.tabs-row-nav__col:first-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.category-it {
	margin-top: .5em;
	z-index: 1;
	text-decoration: none;
	color: #181b20
}
.category-it, .category-it__img {
	display: block;
	position: relative
}
.category-it__img {
	padding-top: 117.83784%;
	border: 1px solid #aaa;
	margin-bottom: 1.0625em
}
.category-it__img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	padding: .625em
}
.category-it__icon {
	width: 6em;
	height: 6em;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}
.category-it__name {
	font-size: 1.125em;
	line-height: 1.6;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block
}
.category-it:hover {
	color: #d5001c
}
.search-results-msg {
	color: #828282;
	font-size: 1em;
	line-height: 1.5em
}
.callback-section {
	position: relative
}
.callback-section__content {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	padding: 2.25em .9375em 1.5em;
	max-width: 1136px;
	margin: 0 auto
}
.callback-section__content .p-title {
	text-transform: uppercase
}
.callback-section__content .p-bold {
	font-weight: 700
}
.callback-section__content .p-text {
	font-weight: 400;
	padding: 0 0 6px
}
.callback-section__content .form-group__input {
	border-color: #939191
}
.callback-section .container {
	position: relative;
	z-index: 1
}
.callback-section .button, .callback-section .swal2-container>.theme-c .swal2-styled.swal2-cancel, .callback-section .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .callback-section .swal2-styled.swal2-cancel, .swal2-container>.theme-c .callback-section .swal2-styled.swal2-confirm {
	width: 100%;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}
.inner-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 1em
}
.inner-menu .button, .inner-menu .swal2-container>.theme-c .swal2-styled.swal2-cancel, .inner-menu .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .inner-menu .swal2-styled.swal2-cancel, .swal2-container>.theme-c .inner-menu .swal2-styled.swal2-confirm {
	margin: 0 .0625em 1.25em 1.25em
}
.lm {
	padding-top: .625em
}
.mm-menu .lm-button {
	padding: .625em 0
}
.lm-button svg {
	width: .875em;
	height: .875em;
	fill: #fff;
	-webkit-transition: fill .3s;
	transition: fill .3s
}
.lm-button .svg {
	margin-right: 0
}
.lm-button:hover svg {
	fill: #d5001c
}
.lm-items {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.lm-item, .lm-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.lm-item {
	width: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.lm-item__img {
	width: 1.5625em;
	min-width: 1.5625em;
	padding-bottom: 1.5625em;
	position: relative
}
.lm-item__img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	border: 1px solid #ebebeb
}
.lm-item__text {
	padding-left: .9375em;
	line-height: 1.2;
	font-size: 1em
}
.lm-item__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #939191;
	-webkit-transition: color .3s;
	transition: color .3s;
	margin-bottom: .625em
}
.lm-item__link.active, .lm-item__link:hover {
	color: #d5001c
}
.server-error-row {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}
.server-error {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 350px
}
.server-error .grid {
	width: 100%
}
.server-error__content {
	display: inline-block;
	vertical-align: top;
	padding: 10.2%
}
.server-error__code {
	line-height: 1;
	font-size: 6.25em;
	color: #d5001c;
	font-weight: 800
}
.server-error__title {
	font-size: 1.125em;
	line-height: 1.5em;
	font-weight: 500;
	margin: .8rem 0;
	color: #181b20
}
.server-error__text {
	font-size: .875rem;
	line-height: 1.15;
	font-weight: 500;
	margin-bottom: .8rem;
	color: #181b20
}
.server-error .button, .server-error .swal2-container>.theme-c .swal2-styled.swal2-cancel, .server-error .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .server-error .swal2-styled.swal2-cancel, .swal2-container>.theme-c .server-error .swal2-styled.swal2-confirm {
	margin-top: 1.5625em
}
.sitemap {
	padding: 0
}
.sitemap ul {
	counter-reset: section;
	list-style-type: none;
	margin: 0
}
.sitemap ul li {
	list-style: none;
	padding-bottom: .9375rem;
	position: relative
}
.sitemap ul li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1.8125rem;
	width: 1px;
	background: #aaa
}
.sitemap ul li>ul {
	padding-left: 2.5rem;
	padding-top: .625rem
}
.sitemap ul li ul {
	margin: .3125rem 0 0
}
.sitemap ul li ul li:before {
	background: #aaa
}
.sitemap>ul>li {
	font-family: Helvetica, sans-serif
}
.sitemap>ul>li>ul {
	padding-left: 2.5rem
}
.sitemap>ul>li>ul li {
	font-family: Helvetica, sans-serif
}
.sitemap>ul>li>ul li:before {
	margin-top: -.0625rem
}
.sitemap a, .sitemap span {
	color: #181b20;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	line-height: 1.15;
	-webkit-transition: color .3s;
	transition: color .3s
}
.sitemap a[href]:active, .sitemap a[href]:hover, .sitemap span[href]:active, .sitemap span[href]:hover {
	color: #d5001c;
	text-decoration: underline
}
.news-latest {
	padding: .3125em 0
}
.news-content {
	margin-bottom: 1rem
}
.news-content--video {
	width: 100%
}
.video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2
}
.video-wrap:before {
	content: "";
	position: absolute;
	height: 3.125rem;
	width: 3.125rem;
	z-index: 2;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23F44336' d='M46.96 12.12c-1.3-2.32-2.72-2.74-5.59-2.9-2.87-.2-10.1-.28-16.36-.28-6.27 0-13.5.08-16.37.27-2.87.17-4.29.59-5.6 2.91C1.69 14.43 1 18.41 1 25.43v.03c0 6.98.69 11 2.03 13.29 1.31 2.32 2.73 2.74 5.6 2.93 2.87.17 10.1.27 16.38.27 6.26 0 13.49-.1 16.36-.26 2.88-.19 4.29-.62 5.59-2.93 1.35-2.29 2.04-6.3 2.04-13.29v-.01-.01c0-7.04-.68-11.02-2.04-13.33z'/%3E%3Cpath fill='%23FAFAFA' d='M19 34.44v-18l15 9z'/%3E%3C/svg%3E")
}
.video-wrap:hover:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23d0190b' d='M46.96 12.12c-1.3-2.32-2.72-2.74-5.59-2.9-2.87-.2-10.1-.28-16.36-.28-6.27 0-13.5.08-16.37.27-2.87.17-4.29.59-5.6 2.91C1.69 14.43 1 18.41 1 25.43v.03c0 6.98.69 11 2.03 13.29 1.31 2.32 2.73 2.74 5.6 2.93 2.87.17 10.1.27 16.38.27 6.26 0 13.49-.1 16.36-.26 2.88-.19 4.29-.62 5.59-2.93 1.35-2.29 2.04-6.3 2.04-13.29v-.01-.01c0-7.04-.68-11.02-2.04-13.33z'/%3E%3Cpath fill='%23FAFAFA' d='M19 34.44v-18l15 9z'/%3E%3C/svg%3E")
}
.news-item {
	max-width: 23.125rem;
	margin: 0 auto;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.news-latest .news-item {
	max-width: 31.625rem
}
.news-item__img {
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding-bottom: 56.21622%
}
.news-item__img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.news-latest .news-item__img {
	padding-bottom: 56.12648%
}
.news-item__img-preview {
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding-bottom: 46.48649%;
	margin-bottom: .625em
}
.news-item__img-preview img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	margin-left: 0
}
.news-item__content {
	position: relative;
	padding: 0 0 .3125em
}
.news-item__bottom {
	background: #fff;
	padding: .8125rem 0 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.news-latest .news-item__bottom {
	padding: .3125em 0 0;
	background-color: transparent
}
.news-latest .news-item__bottom div:not([class]) {
	line-height: 1.3125rem
}
.news-item__bottom .news-tag {
	font-size: .625rem;
	line-height: 1.3;
	font-weight: 500;
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 1.65px;
	padding-left: 0
}
.news-item__bottom-head {
	max-width: 370px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: .4375rem
}
.news-item__bottom-inner {
	max-width: 370px;
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.news-item__bottom-inner--no-grow, .news-latest .news-item__bottom-inner {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}
.news-item__bottom-footer {
	max-width: 370px;
	margin: 0
}
.news-item__title {
	color: #181b20;
	display: block;
	font-weight: 600;
	line-height: 1.2;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	text-decoration: none;
	margin-bottom: .6875em;
	font-size: 1em;
	letter-spacing: .16px
}
.news-latest .news-item__title {
	margin-bottom: .9375em
}
.news-item__title:hover {
	color: #d5001c
}
.news-item__date {
	padding-right: .625em
}
.news-date {
	color: #aaa;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: .18px;
	padding: .25rem 0 .25rem .375rem
}
.news-latest .news-date {
	color: #d5001c
}
.news-date--long {
	font-size: .875em;
	line-height: 1.875em;
	text-transform: uppercase;
	font-weight: 700;
	color: #e2dfdf;
	padding: .25rem 0
}
.news-date--long span:first-child {
	font-size: 4em;
	line-height: 1;
	font-weight: 800
}
.news-link {
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1.8px;
	padding: .3125em 0;
	color: #d5001c;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s
}
.news-link .svg {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.news-link:hover {
	color: #181b20
}
.news-link:hover .svg {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}
.news-tags {
	margin-bottom: 1.9375rem;
	border: 1px solid #181b20
}
.news-tags__title {
	font-size: .75rem;
	line-height: 1.875rem;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: #d5001c;
	border-bottom: 1px solid #181b20;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	padding: 1.25rem .9375rem
}
.news-tags__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 1.25rem
}
.news-tag {
	color: #181b20;
	padding: .25rem .375rem;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .18px;
	line-height: 1.25;
	-webkit-transition: color .3s;
	transition: color .3s
}
.news-tag.is-selected {
	cursor: default
}
.news-tag:not(.is-selected) {
	cursor: pointer
}
.news-tag:not(.is-selected):hover {
	color: #d5001c
}
.news-preview {
	color: #828282;
	font-size: .75rem;
	line-height: 1.2;
	padding-bottom: .5rem
}
.news-top {
	margin-bottom: 1.25rem;
	padding: .5rem 0;
	max-width: 365px
}
.news-top__title {
	color: #181b20;
	font-size: .875rem;
	line-height: 1.875rem;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin-bottom: .3125rem
}
.news-top__item {
	margin-bottom: 1.1875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.news-top__img {
	height: 2.875rem;
	width: 5.0625rem;
	min-height: 2.875rem;
	min-width: 5.0625rem;
	margin-right: .9375rem;
	margin-top: .3125rem
}
.news-top__name {
	color: #181b20;
	display: block;
	font-size: .875rem;
	line-height: 1.25rem;
	font-weight: 500;
	-webkit-transition: color .15s ease;
	transition: color .15s ease;
	text-decoration: none;
	margin-bottom: .4375rem
}
.news-top__name:hover {
	color: #d5001c
}
.news-top .news-date {
	margin-bottom: 0;
	font-size: .625rem;
	text-transform: uppercase
}
.faq {
	margin: 0 auto 2rem
}
.faq--small {
	max-width: 1136px;
	margin: 0 auto
}
.faq-acc {
	list-style: none;
	padding: 0;
	margin: 0
}
.faq-acc__item {
	margin-bottom: 1.8125rem
}
.faq-acc__action {
	cursor: pointer;
	color: #424241;
	background-color: #f3f3f3;
	font-weight: 500;
	line-height: 1.15;
	position: relative;
	font-size: .875em;
	text-transform: uppercase;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	overflow: hidden;
	padding: 1.25em 6.875em 1.25em 2.8125em
}
.no-touchevents .faq-acc__action:hover {
	color: #424241
}
.faq-acc__action.is-open .faq-acc__action-icon:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.faq-acc__action-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 7.5em;
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}
.faq-acc__action-icon:after, .faq-acc__action-icon:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: background-color .2s ease, -webkit-transform .1s ease;
	transition: background-color .2s ease, -webkit-transform .1s ease;
	transition: transform .1s ease, background-color .2s ease;
	transition: transform .1s ease, background-color .2s ease, -webkit-transform .1s ease;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	height: 2px;
	width: 16px;
	z-index: 2
}
.faq-acc__action-icon:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.faq-acc__action-icon span {
	display: inline-block;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
	background-color: #d5001c;
	-webkit-clip-path: polygon(1.75rem 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(1.75rem 0, 100% 0, 100% 100%, 0 100%)
}
.faq-acc__hidden {
	padding: 1.6875rem 1.5625rem .9375rem
}
.faq-acc__content {
	max-width: 904px;
	margin: 0 auto
}
.faq-acc__content .wysiwyg {
	font-size: .875em
}
.button-color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f3f3f3;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
	cursor: pointer
}
.button-color.disabled, .button-color[disabled] {
	opacity: .3;
	cursor: not-allowed
}
.button-color input, .button-color select {
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	position: absolute
}
.button-color label.has-error {
	visibility: visible;
	opacity: 1;
	text-align: left
}
.button-color__icon {
	width: 2.5em;
	min-width: 2.5em;
	height: 2.5em;
	display: block;
	position: relative
}
.button-color__icon img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.button-color__text {
	width: calc(100% - 5.25em);
	padding-left: .9375em
}
.button-color__text-inner {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	text-align: left
}
.button-color__text-inner.added {
	color: #828282
}
.button-color .svg {
	width: 2.5em;
	height: 2.5em;
	position: relative;
	fill: #424241
}
.button-color .svg svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.selects-color-i {
	height: 100%;
	margin: 0 auto;
	max-width: 8.875em;
	width: 8.875em
}
.selects-color-i__image {
	display: block;
	position: relative;
	max-width: 8.875em;
	width: 8.875em;
	height: 8.875em;
	background-color: #181b20;
	cursor: pointer
}
.selects-color-i__image img {
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.selects-color-i__icon, .selects-color-i__image img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.selects-color-i__icon {
	fill: #fff;
	opacity: 0;
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	transition: transform .2s, opacity .2s;
	transition: transform .2s, opacity .2s, -webkit-transform .2s;
	line-height: 0
}
.selects-color-i__icon svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.selects-color-i:hover .selects-color-i__icon {
	opacity: 1
}
.selects-color-i:hover .selects-color-i__image img {
	opacity: .5
}
.selects-color-i .form-check {
	font-size: .75em;
	font-weight: 500;
	text-transform: uppercase;
	color: #828282;
	padding: .375em 0;
	line-height: 1.2
}
.selects-color-i .form-check>span {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: .25em
}
.selects-color-i .form-check>span>span {
	display: block
}
.selects-color-i .form-check>span i {
	font-style: normal
}
.selects-color-i .form-check>span i[data-regular-cost-show], .selects-color-i .form-check>span i[data-sesquialteral-cost-show] {
	white-space: nowrap;
	text-transform: lowercase
}
.selects-color-i .form-check>span:before {
	top: -.25em;
	position: relative;
	margin-right: .625rem
}
.prod-content {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	margin-top: 1.375rem
}
.prod-content, .prod-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.prod-main {
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.prod-cart {
	display: none;
	-webkit-transition: top .2s;
	transition: top .2s;
	position: relative
}
.prod-cart:has(.prod-banks__item:hover) {
z-index:10
}
.prod-cart .p-title {
	position: relative;
	font-size: 1em;
	font-weight: 500;
	padding: .5em 0
}
.prod-cart__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.prod-cart-i {
	max-width: 16.25em;
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	margin: 2.1875em 0 0 1em;
	padding: 0 .9375em
}
.prod-cart-i:before {
	content: "";
	position: absolute;
	top: .75em;
	bottom: 0;
	left: 0;
	width: 1px;
	background-color: #d5001c
}
.prod-cart-sum {
	padding-top: .5em
}
.prod-cart-sum-i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: .875em;
	line-height: 1.5;
	color: #424241;
	padding-bottom: .625em
}
.prod-cart-sum-i--total {
	font-weight: 700;
	font-size: 1em;
	padding-top: .3125em
}
.prod-cart-sum-i span {
	width: 50%;
	padding: 0 .625em 0 0
}
.prod-cart-sum-i span:last-child {
	text-align: right;
	padding: 0 0 0 .625em
}
.prod-views {
	width: 100%
}
.prod-views .social-n {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.prod-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.prod-card {
	width: 100%;
	max-width: 100%
}
.prod-details {
	width: 100%
}
.prod-details .tabs-row-content {
	padding-top: 1.875em;
	padding-bottom: 3.125em
}
.prod-details .tabs-row-content .wysiwyg {
	font-size: .875em;
	letter-spacing: 0
}
.prod-details .tabs-row-content .wysiwyg p {
	font-size: inherit
}
.prod-chars {
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin-top: 1.25em
}
.prod-chars tr {
	border: none;
	border-bottom: 1px solid #ebebeb
}
.prod-chars tr:nth-child(2n) {
	background-color: hsla(0,0%,67%,.2)
}
.prod-chars td {
	border: none;
	width: 60%;
	font-size: .875em;
	color: #828282;
	line-height: 1.1;
	padding: .375em .625em
}
.prod-chars td:first-child {
	width: 40%
}
.prod-reviews .pagination-row {
	margin: 0 0 2.5em;
	padding: 1.1875rem 0 0
}
.prod-reviews-actions .button, .prod-reviews-actions .swal2-container>.theme-c .swal2-styled.swal2-cancel, .prod-reviews-actions .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .prod-reviews-actions .swal2-styled.swal2-cancel, .swal2-container>.theme-c .prod-reviews-actions .swal2-styled.swal2-confirm {
	margin: 0 .625em .625em 0
}
.prod-reviews-i {
	background-color: #f9f9f9;
	margin-bottom: 2em;
	padding: 1.375em 1.75em
}
.reviews-block .prod-reviews-i {
	background-color: inherit;
	padding-top: 1.125em;
	margin-bottom: .25em
}
.prod-reviews-i__rating {
	padding-right: 1.25rem
}
.reviews-block .prod-reviews-i__rating {
	padding: 0;
	line-height: 1
}
.prod-reviews-i__date {
	font-size: .75rem;
	line-height: 1;
	font-weight: 500;
	color: #aaa;
	font-style: italic
}
.reviews-block .prod-reviews-i__date {
	padding: 0;
	line-height: 1;
	font-size: 1.0625em;
	font-weight: 300;
	font-style: normal
}
.prod-reviews-i__name {
	color: #181b20;
	margin: 0;
	font-size: .875em;
	line-height: 1.875em;
	letter-spacing: .9px;
	font-weight: 500;
	padding-bottom: .1875em
}
.reviews-block .prod-reviews-i__name {
	line-height: 1.4
}
.prod-reviews-i__text {
	font-size: .875em;
	line-height: 1.5em;
	color: #828282;
	padding-bottom: .5em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	max-width: 100%;
	overflow: hidden
}
.reviews-block .prod-reviews-i__text {
	padding: .625em 0 0
}
.prod-reviews-i__files {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75em 0 0;
	margin: 0 0 0 -.625em;
	width: 100%
}
.prod-reviews-i__file {
	position: relative;
	width: 6.5em;
	height: 4.375em;
	margin: 0 0 .625em .625em;
	cursor: pointer
}
.prod-reviews-i__file img, .prod-reviews-i__icon, .prod-reviews-i__icon svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.prod-reviews-i__icon svg {
	fill: #d5001c;
	z-index: 1
}
.prod-reviews-i__icon:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	z-index: 0;
	content: "";
	width: .9375em;
	height: .9375em;
	background-color: #fff
}
.prod-reviews-i__admin {
	padding: 7px .9375rem 7px 1.375rem;
	border: none;
	position: relative;
	color: #424241;
	background-color: transparent;
	font-size: .875rem;
	line-height: 1.3125rem;
	letter-spacing: .35px;
	font-weight: 500;
	margin: 2.8125rem 0 .75rem .75rem
}
.reviews-block .prod-reviews-i__admin {
	margin: .9375em 0 .75em .75em;
	padding: 7px .9375em 7px 1.375em
}
.prod-reviews-i__admin:before {
	content: "";
	position: absolute;
	top: 9px;
	bottom: 12px;
	left: 0;
	width: 2px;
	background-color: #ebebeb
}
.prod-reviews-i__admin .prod-reviews-i__date, .prod-reviews-i__admin .prod-reviews-i__name {
	line-height: 1.125rem;
	padding: 0 .3125rem
}
.prod-reviews-i__admin .prod-reviews-i__text {
	padding: 1.5625rem 0 0 .625rem;
	font-weight: 400
}
.prod-reviews-i__admin .prod-reviews-i__text a[href] {
	text-decoration: none;
	color: #d5001c
}
.prod-reviews-i__admin .prod-reviews-i__text a[href]:hover {
	color: #181b20
}
.prod-reviews-i__admin .svg {
	padding: 0 .25rem;
	line-height: 1.125rem
}
.prod-symbols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 84px
}
.prod-symbols~.prod-photo {
	width: calc(100% - 84px)
}
.prod-symbols__item {
	width: 100%;
	max-width: 100%;
	padding: 0 .3125em;
	text-align: center;
	margin-bottom: 1.25em
}
.prod-symbols__icon {
	width: 3.625em;
	height: 3.625em;
	position: relative;
	border-radius: 100%;
	border: 1px solid #d5001c;
	margin: 0 auto;
	fill: #d5001c!important
}
.prod-symbols__icon img, .prod-symbols__icon svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	width: 70%;
	height: 70%
}
.prod-symbols__name {
	color: #aaa;
	font-size: .625em;
	line-height: 1.3;
	padding-top: .3125em
}
.prod-price {
	font-size: 1.625rem;
	line-height: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-weight: 500;
	padding: .125em .1875rem
}
.prod-price small {
	white-space: nowrap;
	min-width: 25%;
	line-height: 1.4;
	font-size: 65%;
	font-weight: 400;
	text-transform: uppercase
}
.prod-price>span {
	min-width: 60%;
	font-weight: 800
}
.prod-price__curr {
	color: #d5001c;
	white-space: nowrap
}
.prod-price__prev {
	font-size: 1.125rem;
	line-height: 1.4;
	color: #828282;
	position: relative;
	font-weight: 400;
	white-space: nowrap
}
.prod-price__prev:before {
	content: "";
	position: absolute;
	height: 1px;
	top: 50%;
	left: -.125rem;
	right: -.125rem;
	background-color: #828282
}
.prod-actions {
	padding: 1.5em 0 1.25em
}
.prod-actions .button, .prod-actions .swal2-container>.theme-c .swal2-styled.swal2-cancel, .prod-actions .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .prod-actions .swal2-styled.swal2-cancel, .swal2-container>.theme-c .prod-actions .swal2-styled.swal2-confirm {
	width: 100%;
	margin-bottom: 1em;
	padding-left: .625em;
	padding-right: .625em
}
.prod-actions .button--triangle, .prod-actions .button--triangle-out {
	padding: .875em 1.25em .75em .625em
}
.prod-buttons~.button:last-child, .swal2-container>.theme-c .prod-buttons~.swal2-styled.swal2-cancel:last-child, .swal2-container>.theme-c .prod-buttons~.swal2-styled.swal2-confirm:last-child {
	margin-bottom: .9375em
}
.prod-mobile {
	display: none;
	width: 100%;
	min-height: 3.75em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 1.875em
}
.prod-title {
	color: #181b20;
	font-size: 1.75em;
	line-height: 1.3;
	letter-spacing: .16px;
	font-weight: 500;
	padding: 0 0 .375em;
	margin: 0;
	position: relative;
	text-align: center
}
.prod-title span {
	display: block
}
.prod-title span:not(:first-child):last-child {
	font-size: 60%
}
.prod-code {
	color: #181b20;
	font-size: .875em;
	line-height: 1;
	text-transform: uppercase;/*font-weight:700;*/
	text-align: center;
	padding: 0 0 .4375em
}
.prod-code span {
	line-height: 1.5em
}
.prod-video-content {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 .625em .9375em 0
}
.prod-video {
	background-color: #d5001c;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #d5001c;
	cursor: pointer;
	max-width: 100%
}
.prod-video svg {
	fill: #d5001c
}
.prod-video:hover {
	background-color: #181b20;
	border: 1px solid #181b20
}
.prod-video:hover svg {
	fill: #181b20
}
.prod-video__icon {
	min-width: 2.125em;
	width: 2.125em;
	height: 1.875em;
	position: relative;
	background-color: #fff
}
.prod-video__icon svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.prod-video__text {
	font-size: .875em;
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	padding: .125em .3125em
}
.prod-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #aaa;
	font-size: .625em;
	line-height: 1.5em;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.prod-rating .rating {
	cursor: pointer
}
.prod-rating .svg:last-child {
	margin-right: 0
}
.prod-favorite {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	font-size: .625em;
	line-height: 1.5em
}
.prod-favorite .button-icon {
	padding: 0
}
.prod-available {
	color: #181b20;
	font-size: 1.125em;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center
}
.prod-available--no-available {
	color: #828282
}
.prod-params__name {
	font-size: .875em;
	font-weight: 700;
	line-height: 1.2;
	fill: #181b20;
	padding: .3125em .3125em .3125em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: .14px;
	width: 100%
}
.prod-params__content {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: .6875em
}
.prod-params__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.prod-params__compare {
	padding: .25em 0 0
}
.prod-params__compare .button, .prod-params__compare .swal2-container>.theme-c .swal2-styled.swal2-cancel, .prod-params__compare .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .prod-params__compare .swal2-styled.swal2-cancel, .swal2-container>.theme-c .prod-params__compare .swal2-styled.swal2-confirm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: .5625em;
	line-height: 1.4;
	font-weight: 700;
	padding: 4px 12px;
	text-align: left
}
.prod-params__compare:hover svg {
	stroke: #d5001c
}
.prod-params__compare svg {
	-webkit-transition: stroke .2s ease-in-out;
	transition: stroke .2s ease-in-out;
	stroke: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.prod-segment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -.25em
}
.prod-segment__content {
	width: 33%;
	padding: .25em
}
.prod-segment-i {
	background-color: #f3f3f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .5625rem;
	font-weight: 500;
	line-height: 1.2;
	color: #828282;
	text-transform: uppercase;
	text-decoration: none;
	padding: .875em .5em .875em 1.125em;
	width: 100%;
	height: 100%;
	min-height: 2.1875rem
}
.prod-segment-i, .prod-segment-i>span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.prod-segment-i>span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 2px
}
.prod-segment-i>span:before {
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #828282;
	display: inline-block;
	vertical-align: middle;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: border-color .1s ease;
	transition: border-color .1s ease;
	width: .875rem;
	height: .875rem;
	border-radius: 100%;
	margin-right: .3125rem;
	margin-top: -2px
}
.prod-segment-i:not(.is-current):hover {
	background-color: #181b20;
	color: #fff
}
.prod-segment-i:not(.is-current):hover span:before {
	background: #181b20;
	border-color: #fff
}
.prod-segment-i.is-current {
	background-color: #d5001c;
	color: #fff
}
.prod-segment-i.is-current span:before {
	-webkit-box-shadow: inset 0 0 0 2px #d5001c;
	box-shadow: inset 0 0 0 2px #d5001c;
	background: #fff;
	border-color: #fff
}
.prod-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 26.625rem
}
.prod-options .form-group {
	width: 100%;
	max-width: 100%
}
.prod-options .form-group:first-child {
	margin-top: .0625rem
}
.prod-options .form-group:not(:first-child) {
	margin-top: .3125rem
}
.prod-option {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.prod-option, .prod-option__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.prod-option__label {
	font-size: .875em;
	font-weight: 700;
	line-height: 1.2;
	fill: #181b20;
	padding: .3125em .3125em .3125em 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: .14px
}
.prod-option__info {
	position: relative;
	width: 100%
}
.prod-option__info .form-group__select {
	padding: .5em 1.125em;
	min-height: 2.5em;
	max-height: 2.5em
}
.prod-option__info .button-color {
	width: 100%;
	max-width: 100%
}
.prod-credits:before {
	content: "";
	display: block;
	width: 100%;
	border-top: 1px solid #aaa;
	margin-bottom: 1.5em
}
.prod-banks {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 200px;
	gap: 8px;
	margin: auto auto 1rem
}
.prod-banks__item {
	position: relative
}
.prod-banks__item:after {
	content: attr(data-month);
	font-size: .875rem;
	font-weight: 700;
	display: block;
	position: absolute;
	top: -5px;
	left: 33px;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}
.prod-banks__item:last-child .prod-banks__description {
	left: unset;
	right: 0
}
.prod-banks__item:last-child .prod-banks__description:after {
	left: unset;
	right: 10px
}
.prod-banks__description {
	-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;
	gap: 1rem;
	z-index: 1
}
.prod-banks__label {
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem
}
.prod-banks__title {
	font-weight: 600;
	font-size: .9375rem;
	color: #181b20
}
.prod-banks__text {
	color: #181b20CC;
	font-weight: 400;
	font-size: .75rem
}
.prod-banks__link {
	text-transform: uppercase;
	font-size: .75rem;
	color: #fff;
	background: #10151f;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	padding: 4px 10px
}
.prod-banks__link:hover svg {
	padding-left: 5px
}
.prod-banks__link svg {
	-webkit-transition: padding-left .3s linear;
	transition: padding-left .3s linear;
	fill: #fff
}
.prod-ai {
	font-size: .8125em;
	font-weight: 700;
	margin-top: 26px;
	margin-bottom: 10px
}
.ord-title, .prod-ai {
	text-transform: uppercase
}
.ord-title {
	color: #181b20;
	line-height: 1.25em;
	border-radius: 3px;
	font-size: 1.125em;
	font-weight: 500;
	margin-bottom: .625em
}
.ord-data {
	margin-bottom: 2.5em
}
.ord-data--disabled .ord-data-title, .ord-data--disabled .ord-title {
	color: #aaa
}
.ord-data-in {
	max-width: 360px
}
.ord-data-in--long {
	max-width: 430px
}
.ord-data-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: .875rem
}
.permanent {
	color: #828282;
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 1.25em
}
.permanent--step-2 {
	font-size: 1em;
	color: #181b20;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 1.25em
}
.permanent--step-2 .permanent-link {
	font-size: 1em;
	margin-left: .625rem
}
.permanent-link {
	cursor: pointer;
	color: #63b1f3;
	text-decoration: underline;
	font-size: 1.125em
}
.permanent-link:hover {
	color: #d5001c
}
.ord-word-decimeter {
	color: #828282;
	font-size: .75em;
	margin-bottom: 3px;
	text-align: center
}
.ord-auth-social-text {
	color: #828282;
	font-size: .75em;
	line-height: 1.3
}
.form--ord-user, .ord-auth-social-text {
	margin-bottom: 1.1875rem
}
.ord-auth-social {
	margin-bottom: 3.75rem
}
.user-socials--order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -1.125rem
}
.user-socials--order .user-socials__name {
	text-align: center
}
.user-socials--order .user-socials__info {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.ord-city {
	color: #424242;
	margin-bottom: 1.875rem;
	margin-top: -.625rem
}
.ord-service-title {
	color: #181b20;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1.125rem
}
.form-check--dont-call>span:before {
	border-color: #d4d4d4;
	margin-right: 8px
}
.ord-service {
	margin-bottom: 2.125rem
}
.ord-service__note {
	color: #d5001c;
	font-size: 12px;
	line-height: 1.5
}
.ord-service-list {
	list-style: none;
	padding: 0;
	margin: 0
}
.ord-service-i {
	margin-bottom: 1.125rem
}
.ord-service-i [data-show] {
	margin-bottom: .5rem
}
.ord-service-i__warn {
	color: #d5001c;
	line-height: 1.1;
	font-size: 12px;
	margin: -2px 0 .9375rem
}
.np-cities-output {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-bottom: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	max-width: 100%;
	max-height: 450px;
	overflow-y: auto;
	width: 100%;
	z-index: 2
}
.np-cities-output li {
	cursor: pointer;
	padding: 10px 1rem;
	font-size: 14px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.no-touchevents .np-cities-output li:hover {
	background-color: #f3f3f3
}
.ord-recipient {
	margin-bottom: 1.25rem
}
.select2-container.is-loading:before {
	background-color: hsla(0,0%,100%,.5)
}
.select2-container.is-loading:after {
	color: #181b20;
	width: 18px;
	height: 18px
}
.ord-policy {
	color: #828282;
	font-size: .75em;
	line-height: 1.8;
	margin: .875rem auto 0
}
.ord-policy a {
	color: #424241
}
.ord-policy a:hover {
	color: #d5001c
}
.ord-warning {
	color: #9a9999;
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 1.875rem
}
.form--ord-details .button, .form--ord-details .swal2-container>.theme-c .swal2-styled.swal2-cancel, .form--ord-details .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .form--ord-details .swal2-styled.swal2-cancel, .swal2-container>.theme-c .form--ord-details .swal2-styled.swal2-confirm {
	width: 18.125rem
}
.catalog {
	padding-top: .3125em;
	margin-bottom: 2rem
}
.catalog-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.catalog-aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 23.698%;
	flex: 0 0 23.698%;
	margin-right: 2%;
	width: 23.698%
}
.catalog-main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%
}
.catalog-top.in-pending {
	position: relative
}
.catalog-top.in-pending:after {
	content: "";
	background-color: hsla(0,0%,100%,.5);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 4
}

.aside-button--filter {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #d5001c;
	background: #d5001c;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	font-family: Helvetica, sans-serif;
	font-size: .75rem;
	line-height: 1.2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	z-index: 0;
	padding: 7px 12px;
	margin-bottom: 0;
	-webkit-transition: background-color .3s, color .3s, border-color .3s;
	transition: background-color .3s, color .3s, border-color .3s
}
.aside-button--filter svg {
	height: 25px;
	width: 25px
}
.aside-button--filter .icon-close {
	height: 20px;
	width: 100%
}


.catalog-prods {
	margin-bottom: 2.5625rem
}
.catalog-tree {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
	margin-bottom: 1.5625em
}
.catalog-tree:after {
	content: "";
	position: absolute;
	pointer-events: none;
	bottom: .8rem;
	left: 0;
	height: 1rem;
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0,0%,100%,.0001)), to(#fff));
	background-image: linear-gradient(180deg, hsla(0,0%,100%,.0001), #fff)
}
.catalog-tree-list {
	list-style: none;
	padding: 0 0 1rem 1.125rem;
	margin: 1.1875rem 0 .9375rem;
	max-height: 20.625rem;
	overflow-y: auto
}
.catalog-tree-item {
	margin-bottom: 3px
}
.catalog-tree-link {
	color: #828282;
	display: inline-block;
	vertical-align: top;
	font-size: .75em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .6px;
	line-height: 1.3;
	text-decoration: none
}
.catalog-tree-link.is-active {
	font-weight: 700
}
.catalog-tree-link:hover:not(span) {
	text-decoration: underline
}
.catalog-tree-sublist {
	list-style: none;
	padding: 0 0 0 2.25rem;
	margin: 0
}
.filter-form.in-pending {
	position: relative
}
.filter-form.in-pending:after {
	content: "";
	background-color: hsla(0,0%,100%,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 6
}
.filter-unit {
	margin-bottom: 1.5625em
}
.filter-unit-name {
	color: #181b20;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f3f3;
	font-size: .875em;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	-webkit-transition: color .15s ease;
	transition: color .15s ease;
	padding: 1.25em 2.5em 1.25em 1.375em;
	margin-bottom: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.filter-unit-name[data-wstabs-button] {
	cursor: pointer
}
.filter-unit-name__icon {
	position: absolute;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MDcuNDM3IDQwNy40MzciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwNy40MzcgNDA3LjQzNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iMzg2LjI1OCw5MS41NjcgMjAzLjcxOCwyNzMuNTEyIDIxLjE3OSw5MS41NjcgMCwxMTIuODE1IDIwMy43MTgsMzE1Ljg3IDQwNy40MzcsMTEyLjgxNSAiLz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=") no-repeat;
	-webkit-transition: background .15s ease, -webkit-transform .15s ease;
	transition: background .15s ease, -webkit-transform .15s ease;
	transition: transform .15s ease, background .15s ease;
	transition: transform .15s ease, background .15s ease, -webkit-transform .15s ease;
	right: 1.25rem;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px
}
.filter-unit-name.is-open .filter-unit-name__icon {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}
.no-touchevents .filter-unit-name:hover {
	background-color: rgba(238,124,10,.2)
}
.filter-options.is-open, .filter-options.is-show .filter-option {
	display: block
}
.filter-option {
	margin-bottom: 7px;
	line-height: 1
}
.filter-option.is-show {
	display: block
}
.filter-option-more {
	cursor: pointer;
	color: #828282;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	padding: 1px 0;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	position: relative
}
.no-touchevents .filter-option-more:hover {
	color: #181b20
}
.price-range__tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 .625em
}
.price-range__label {
	color: #828282;
	font-size: .9375em;
	line-height: 1;
	margin-right: 3.5%
}
.price-range__input {
	color: #d5001c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #828282;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
	line-height: 1.5625em;
	padding: .25em .1875rem;
	margin-right: 5.5%;
	text-align: center;
	-webkit-transition: border-color .1s ease;
	transition: border-color .1s ease;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	outline: none;
	width: 20%;
	min-width: 20%
}
.price-range__input::-webkit-input-placeholder {
color:#d5001c;
font-size:14px
}
.price-range__input:-ms-input-placeholder, .price-range__input::-ms-input-placeholder {
color:#d5001c;
font-size:14px
}
.price-range__input::placeholder {
color:#d5001c;
font-size:14px
}
.price-range__input:focus {
	border-color: #181b20
}
.price-range__input::-webkit-inner-spin-button, .price-range__input::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0
}
.price-range__currency {
	color: #828282;
	font-size: .9375em;
	line-height: 1;
	margin-left: -2%;
	max-width: 1.875rem;
	min-width: 1.625rem;
	white-space: nowrap
}
.price-range__button {
	cursor: pointer;
	color: #fff;
	background-color: #d5001c;
	border: 1px solid #d5001c;
	font-weight: 700;
	text-transform: uppercase;
	padding: .625em;
	min-width: 5em;
	text-align: center;
	line-height: 1.5625em;
	font-size: .75em;
	position: relative;
	-webkit-transition: background-color .1s ease, border-color .1s ease, -webkit-transform .1s ease;
	transition: background-color .1s ease, border-color .1s ease, -webkit-transform .1s ease;
	transition: background-color .1s ease, border-color .1s ease, transform .1s ease;
	transition: background-color .1s ease, border-color .1s ease, transform .1s ease, -webkit-transform .1s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 1.5%
}
.no-touchevents .price-range__button:active, .no-touchevents .price-range__button:hover {
	background-color: #181b20;
	border-color: #181b20
}
.price-range__slider input {
	display: none
}
.selected-opts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	list-style: none;
	margin: 0 0 0 -1.25rem;
	padding: .5em 0 0
}
.selected-opts__item {
	display: inline-block;
	vertical-align: top;
	margin: .1875rem 0 .1875rem 1rem;
	position: relative
}
.selected-opts__item .is-loading:after {
	color: #181b20;
	border-width: 2px;
	width: 10px;
	height: 10px;
	z-index: 7
}
.selected-opts__link {
	color: #828282;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 1em;
	line-height: 1.1;
	padding: .25rem;
	-webkit-transition: -webkit-box-shadow .1s ease;
	transition: -webkit-box-shadow .1s ease;
	transition: box-shadow .1s ease;
	transition: box-shadow .1s ease, -webkit-box-shadow .1s ease;
	text-decoration: none
}
.selected-opts__link svg {
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: .5rem
}
.no-touchevents .selected-opts__link:hover {
	color: #d5001c
}
.no-touchevents .selected-opts__link:active {
	color: #424241
}
.selected-opts__link--clear {
	color: #f51a43
}
.catalog-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.catalog-sort__title {
	color: #828282;
	font-size: 1em;
	line-height: 1;
	text-align: right
}
.catalog-sort__select {
	min-width: 15rem;
	max-width: 15rem
}
.no-prod-msg {
	-webkit-box-shadow: inset 0 0 0 1px #d5001c;
	box-shadow: inset 0 0 0 1px #d5001c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3rem;
	margin-top: 1.5rem;
	padding: 1rem;
	width: 100%
}
.no-prod-msg, .no-prod-msg__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.no-prod-msg__icon {
	background-color: #d5001c;
	border-radius: 50%;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 120%;
	font-weight: 700;
	height: 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 1rem;
	width: 2.5rem
}
.no-prod-msg__text {
	color: #828282
}
.progress {
	position: absolute;
	border-radius: 100px;
	background-color: #d5001c;
	background-clip: padding-box;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 6px;
	width: 100%;
	z-index: 10
}
.progress.progress-fixed {
	position: fixed;
	top: 0;
	height: 3px
}
.progress:not([hidden]) .progress-in {
	background-color: #181b20
}
.progress:not([hidden]) .progress-in:before {
	-webkit-animation: progress-line 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
	animation: progress-line 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}
.progress:not([hidden]) .progress-in:after, .progress:not([hidden]) .progress-in:before {
	background-color: inherit;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	will-change: left, right
}
.progress:not([hidden]) .progress-in:after {
	-webkit-animation: progress-line-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
	animation: progress-line-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s
}
@-webkit-keyframes progress-line {
0% {
left:-35%;
right:100%
}
60% {
left:100%;
right:-90%
}
to {
left:100%;
right:-90%
}
}
@keyframes progress-line {
0% {
left:-35%;
right:100%
}
60% {
left:100%;
right:-90%
}
to {
left:100%;
right:-90%
}
}
@-webkit-keyframes progress-line-short {
0% {
left:-200%;
right:100%
}
60% {
left:107%;
right:-8%
}
to {
left:107%;
right:-8%
}
}
@keyframes progress-line-short {
0% {
left:-200%;
right:100%
}
60% {
left:107%;
right:-8%
}
to {
left:107%;
right:-8%
}
}
.cabinet {
	max-width: 100%
}
.aside-open .cabinet {
	overflow-x: hidden
}
.cabinet .aside-close {
	background-color: hsla(0,0%,100%,.8)
}
.aside-open .cabinet-aside {
	margin-left: 0
}
.form--pers {
	max-width: 22.5rem
}
.form--pers__link {
	font-weight: 600;
	color: #d5001c;
	text-transform: uppercase;
	font-size: 1rem;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	transition: color .2s ease
}
.form--pers__link:hover {
	color: #181b20
}
.user-accounts {
	padding: .5em 0
}
.user-accounts__text {
	font-size: .9375rem;
	color: #828282;
	margin: 0 0 .8125rem
}
.user-accounts .user-socials__item {
	margin: 0 0 .875rem
}
.pers-mngr {
	max-width: 330px;
	margin: 0 auto 10px
}
.pers-info__right {
	position: relative;
	padding-bottom: 1.875em
}
.mngr {
	-webkit-box-shadow: 0 6px 16px 0 hsla(0,2%,47%,.1);
	box-shadow: 0 6px 16px 0 hsla(0,2%,47%,.1);
	border: 1px solid #828282;
	padding: 1.5rem .3125rem;
	text-align: center
}
.mngr__inner {
	max-width: 16.8125rem;
	margin: 0 auto
}
.mngr__img {
	margin: 0 auto 1em;
	position: relative;
	height: 8.75rem;
	width: 8.75rem
}
.mngr__img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.mngr__name {
	color: #424241;
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: .3125rem
}
.mngr__phone {
	margin-bottom: 1.0625rem
}
.mngr__phone-i {
	color: #424241;
	font-size: 1.125rem;
	text-decoration: none;
	display: inline-block;
	vertical-align: top
}
.no-touchevents .mngr__phone-i:hover {
	color: #d5001c;
	text-decoration: underline
}
.ord-i, .ord-list {
	margin-bottom: 1.875rem
}
.ord-i-head {
	cursor: pointer;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: .875em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5em .875em;
	color: #181b20
}
.ord-i-head.is-open {
	border-color: #ebebeb
}
.ord-i-head-col {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .125rem;
	min-height: 2.5em
}
.ord-i-head-col--1, .ord-i-head-col--2, .ord-i-head-col--3, .ord-i-head-col--4 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	width: 50%
}
.ord-i-head-col--5 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 90%;
	flex: 1 1 90%;
	width: 90%
}
.ord-i-head-col--6 {
	text-align: right;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 10%;
	flex: 1 1 10%;
	width: 10%
}
.ord-i-head-id, .ord-i-head-time {
	display: inline-block;
	vertical-align: top;
	line-height: 1.1
}
.ord-i-head-time {
	color: #828282
}
.ord-i-head-hours {
	font-size: .8125em;
	color: #828282;
	padding: 0 5px;
	position: relative
}
.ord-i-head-count {
	color: #828282
}
.ord-i-head-price {
	color: #181b20;
	display: inline-block;
	vertical-align: top;
	line-height: 1.1;
	font-size: 1.0625rem;
	font-weight: 700
}
.ord-i-head-price .ord-i-prod-currency {
	font-size: .8125em;
	font-weight: 700
}
.ord-i-head-status {
	color: #181b20;
	display: inline-block;
	vertical-align: top;
	line-height: 1.1
}
.ord-i-head-status.is-process {
	color: #63b1f3
}
.ord-i-head-status.is-cancel {
	color: #f51a43
}
.ord-i-head-status.is-made {
	color: #15ca88
}
.ord-i-head-more {
	color: #d5001c;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: underline;
	position: relative;
	line-height: 1.1;
	height: 1rem;
	width: 1rem;
	margin: auto
}
.ord-i-head-more:after {
	content: "";
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2336364e' d='M6.68 7.44l4.93-4.94c.19-.18.29-.41.29-.68s-.1-.5-.29-.68l-.57-.57a.913.913 0 0 0-.68-.28c-.26 0-.49.09-.69.28L6 4.24 2.32.56a.913.913 0 0 0-.68-.28c-.26 0-.49.09-.69.28l-.57.58c-.19.19-.28.41-.28.68s.09.49.28.68l4.93 4.94c.2.18.43.28.69.28.27 0 .49-.1.68-.28z'/%3E%3C/svg%3E") no-repeat 0 0;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	height: .75rem;
	width: 1rem;
	display: inline-block
}
.ord-i-head-more:hover {
	text-decoration: none
}
.ord-i-head-fullinfo {
	position: relative;
	font-size: 13px;
	line-height: 1.1875rem;
	color: #424241;
	display: none
}
.ord-i-head-fullinfo:after, .ord-i-head-fullinfo:before {
	content: "";
	position: absolute;
	height: .9375rem;
	width: .9375rem;
	right: -1.4375rem;
	top: .25rem;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2318bdcf' d='M5.32.56L.39 5.5c-.19.18-.29.41-.29.68 0 .27.1.5.29.68l.57.57c.19.19.41.28.68.28.26 0 .49-.09.69-.28L6 3.76l3.68 3.68c.19.19.41.28.68.28.26 0 .49-.09.69-.28l.57-.58c.19-.19.28-.41.28-.68 0-.27-.09-.49-.28-.68L6.69.56C6.49.38 6.26.28 6 .28c-.27 0-.49.1-.68.28z'/%3E%3C/svg%3E") no-repeat 0 0
}
.ord-i-head-fullinfo:before {
	top: 2px;
	left: -1.4375rem;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2318bdcf' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330'%3E%3Cpath d='M165 0C74.019 0 0 74.02 0 165.001 0 255.982 74.019 330 165 330s165-74.018 165-164.999S255.981 0 165 0zm0 300c-74.44 0-135-60.56-135-134.999S90.56 30 165 30s135 60.562 135 135.001C300 239.44 239.439 300 165 300z'/%3E%3Cpath d='M164.998 70c-11.026 0-19.996 8.976-19.996 20.009 0 11.023 8.97 19.991 19.996 19.991 11.026 0 19.996-8.968 19.996-19.991 0-11.033-8.97-20.009-19.996-20.009zM165 140c-8.284 0-15 6.716-15 15v90c0 8.284 6.716 15 15 15 8.284 0 15-6.716 15-15v-90c0-8.284-6.716-15-15-15z'/%3E%3C/svg%3E") no-repeat 0 0
}
.ord-i-thead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -1px
}
.ord-i-th {
	color: #181b20;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: .875em;
	line-height: 1;
	padding: 6px 0 4px;
	text-align: center;
	margin-left: 1px;
	width: 100%;
	font-weight: 500
}
.ord-i-tbody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border: 1px solid #ebebeb;
	margin-bottom: -1px;
	border-top: none
}
.ord-i-tbody-col {
	display: inline-block;
	vertical-align: top;
	padding: 0 .625em .625em
}
.ord-i-tbody-col:not(:first-child) {
	border-left: 1px solid #ebebeb
}
.ord-i-tbody-col .ord-i-th {
	margin-left: 0
}
.ord-i-prod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #ebebeb;
	padding: 1.1875em 1.625em;
	margin-bottom: 1.875em
}
.ord-i-prod:last-child {
	margin-bottom: 0
}
.ord-i-prod-col {
	display: inline-block;
	vertical-align: top;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%
}
.ord-i-prod-col--2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.ord-i-footer .ord-i-prod-col--2 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.ord-i-prod-col--3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%
}
.ord-i-prod-сol-name {
	color: #181b20;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	margin-left: .9375rem
}
.ord-i-prod-img, .ord-i-prod-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.ord-i-prod-img {
	height: 5.625rem;
	width: 4.625rem;
	min-width: 4.625rem;
	background-color: #ebebeb;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.ord-i-prod-img:hover {
	border-color: #d5001c
}
.ord-i-prod-img-link {
	display: block;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 5.625rem;
	width: 4.625rem
}
.ord-i-prod-img-link img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	padding: .625em
}
.ord-i-prod-name {
	color: #828282;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 1em;
	margin-bottom: .5rem
}
.ord-i-prod-name:hover {
	color: #d5001c
}
.ord-i-prod-price {
	color: #181b20;
	line-height: 1.5em;
	font-size: 1.125em;
	white-space: nowrap;
	font-weight: 500
}
.ord-i-prod-price span {
	font-size: .75em;
	font-weight: 500
}
.ord-i-prod-price-sm {
	font-size: 1em;
	font-weight: 500;
	color: #d5001c;
	line-height: 1.1;
	white-space: nowrap;
	margin: .25em 0 .625em
}
.ord-i-prod-price-sm .ord-i-prod-currency {
	font-size: .9375em;
	font-weight: 500
}
.ord-i-prod-count {
	color: #828282;
	font-size: 1em;
	line-height: 1;
	text-align: center;
	padding: .625em 0
}
.ord-i-prod-count span {
	padding: 0 .5rem 0 .25em
}
.ord-i-prod-price-total {
	color: #181b20;
	font-size: .9375em;
	line-height: 1;
	text-align: center;
	padding: .625rem 0
}
.ord-i-prod-promo-code {
	color: #aaa;
	font-size: 12px;
	line-height: 1;
	padding-left: .9375rem;
	margin-bottom: .375rem
}
.ord-i-sum {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	padding: .625rem 0;
	margin: 0 auto
}
.ord-i-footer {
	padding: 1.2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.ord-i-sum-i {
	color: #181b20;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.9;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .18px
}
.ord-i-sum-i-count {
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: 700
}
.ord-i-prod-currency {
	font-size: .75em;
	font-weight: 700;
	padding: 0 0 0 .3125rem
}
.ord-i-statuses {
	text-align: center;
	padding: .9375rem;
	border-bottom: 1px solid #828282
}
.ord-i-state {
	list-style: none;
	margin: .3125rem 0;
	padding: 0
}
.ord-i-state-i {
	text-align: center;
	color: #d5001c;
	line-height: 1.1;
	margin-bottom: .625rem;
	font-weight: 400
}
.ord-i-state-i span {
	display: inline-block;
	vertical-align: top
}
.ord-i-status {
	line-height: 1.1;
	margin-bottom: .625rem
}
.ord-i-status.is-cancel, .ord-i-status.is-paid {
	color: #d5001c
}
.ord-i-info {
	padding: .9375rem 1.25rem
}
.ord-i-info .ord-i-info-table td {
	font-size: .75em;
	font-weight: 400;
	color: #828282
}
.ord-i-info-table {
	border-spacing: 0;
	border-collapse: collapse;
	border-color: transparent
}
.ord-i-info-table td {
	color: #181b20;
	font-size: 1.125em;
	line-height: 1.1;
	padding: .375rem 0;
	font-weight: 700;
	letter-spacing: .16px
}
.ord-i-info-table td:first-child {
	padding-right: 2%;
	width: 50%;
	font-size: .875em;
	color: #828282;
	font-weight: 400
}
.change-pass {
	max-width: 450px
}
.cart-page-empty {
	color: #828282;
	text-align: center;
	margin-bottom: 3rem
}
.cart-page-empty-icon {
	margin-bottom: 1.25rem;
	line-height: 0
}
.cart-page-empty-icon svg {
	fill: #d5001c;
	height: 5rem;
	width: 5rem
}
.cabinet-content .cart--detail {
	height: 100%
}
.cart-header {
	margin-bottom: 1.375em
}
.cabinet .cart-header {
	display: none
}
.cart-title {
	color: #181b20;
	font-weight: 500;
	font-size: 1.125em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase
}
.cart-tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	position: relative;
	margin-bottom: 1.25em
}
.cart--detail .cart-tr {
	margin-bottom: 1.875em
}
.cart--compact .cart-tr {
	border: 1px solid #aaa;
	padding: .875em
}
.cart-td {
	color: #181b20;
	font-size: .9375em;
	line-height: 1
}
.cart-td--1 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 1.875rem;
	flex: 1 1 1.875rem;
	width: 1.875rem
}
.cart-td--2 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(100% - 4.375em);
	flex: 1 1 calc(100% - 4.375em);
	width: calc(100% - 4.375em)
}
.cart--detail .cart-td--2 {
	border: 1px solid #aaa;
	padding: .9375em
}
.cart-i-remove {
	cursor: pointer;
	position: relative;
	width: 1.875rem
}
.cart-i-remove svg {
	position: relative;
	fill: #d5001c
}
.no-touchevents .cart-i-remove:hover svg {
	fill: #181b20
}
.cart-i-remove:active svg {
	top: 1px
}
.cart-i-img {
	display: block;
	background-color: #ebebeb;
	text-decoration: none;
	float: left;
	position: relative;
	margin-right: .625rem;
	height: 5.625rem;
	width: 4.625rem
}
.cart-i-img:hover {
	border-color: #d5001c
}
.cart-i-img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	padding: .625em
}
.cart-i-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.cart-i-price-sm {
	font-size: .8125em;
	font-weight: 500;
	color: #d5001c;
	line-height: 1.5em;
	white-space: nowrap;
	margin-top: .75em
}
.cart--detail .cart-i-price-sm {
	font-size: 1em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.cart-i-price {
	color: #181b20;
	line-height: 1.5em;
	font-size: 1.0625em;
	white-space: nowrap
}
.cart--detail .cart-i-price {
	font-size: 1.5em;
	min-width: 22.3%;
	text-align: right
}
.cart-i-price span {
	font-weight: 400;
	font-size: .75em
}
.cart--detail .cart-i-price span {
	padding-left: .1875em
}
.cart-i-name {
	color: #181b20;
	display: inline-block;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.25em;
	text-decoration: none;
	margin: .3125rem 0 0;
	padding: 0 2.5rem 0 0
}
.cart-i-name:hover {
	text-decoration: underline
}
.cart--detail .cart-i-name {
	font-size: 1.125em
}
.cart-i-qty {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.cart-i-qty__ctrl {
	cursor: pointer;
	position: relative;
	height: 1.875rem;
	width: 1.875rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.cart-i-qty__ctrl.disabled {
	opacity: .5;
	cursor: not-allowed
}
.no-touchevents .cart-i-qty__ctrl.disabled:hover svg {
	fill: #828282
}
.cart-i-qty__ctrl svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	fill: #828282
}
.no-touchevents .cart-i-qty__ctrl:hover svg {
	fill: #d5001c
}
.cart-i-qty__ctrl:active svg {
	top: 2px
}
.cart-i-qty__input {
	position: relative;
	width: 3.4375rem
}
.cart-i-qty__input input {
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #181b20;
	font-size: 1.125rem;
	text-align: center;
	line-height: 1.75rem;
	outline: none;
	padding: 4px 2px;
	-webkit-transition: border-color .1s ease;
	transition: border-color .1s ease;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: textfield
}
.cart-i-qty__input input:focus {
	border-color: #181b20
}
.cart-i-qty__input input::-webkit-inner-spin-button, .cart-i-qty__input input::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0
}
.cart-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin-bottom: .0625em
}
.cart-total .cart-i-price {
	font-weight: 700
}
.cart--detail .cart-total .cart-i-price {
	font-size: 1.375em;
	padding-left: .625em
}
.cart-total .cart-i-price span {
	font-size: .8125em;
	font-weight: 700
}
.cart--detail .cart-total .cart-i-price span {
	font-size: .6875em
}
.cart--detail .cart-total {
	font-size: 1.125em;
	background-color: #f3f3f3;
	padding: .625em
}
.cart-total-text {
	color: #181b20;
	font-size: 1em;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase
}
.cart-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 1.25em 0 0
}
.cart-footer .button, .cart-footer .button-link, .cart-footer .swal2-container>.theme-c .swal2-styled.swal2-cancel, .cart-footer .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .cart-footer .swal2-styled.swal2-cancel, .swal2-container>.theme-c .cart-footer .swal2-styled.swal2-confirm {
	margin: .625em .9375em 0
}
.cabinet .cart-footer {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.cabinet .cart-footer .button-link {
	display: none
}
.cabinet .cart-footer .button, .cabinet .cart-footer .swal2-container>.theme-c .swal2-styled.swal2-cancel, .cabinet .cart-footer .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .cabinet .cart-footer .swal2-styled.swal2-cancel, .swal2-container>.theme-c .cabinet .cart-footer .swal2-styled.swal2-confirm {
	margin: .625em 0 0
}
.cart-popup-empty {
	color: #181b20;
	font-size: 1.5em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: .9375em 0;
	height: auto
}
.cart-popup-empty, .popup .cart-popup-empty {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.popup .cart-popup-empty {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.cart-popup-empty svg {
	fill: #d5001c
}
.cart-popup-empty svg, .popup .cart-popup-empty svg {
	height: 2.8125rem;
	width: 4.0625rem
}
.cart-i-toggle {
	font-size: .875em;
	line-height: 1.2;
	color: #828282;
	margin-top: .5em;
	width: 100%
}
.cart-i-toggle__title {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer
}
.cart-i-toggle__title .svg {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 .3125em .9375em
}
.cart-i-toggle__title .svg svg {
	width: .875rem;
	height: .75rem;
	fill: currentColor
}
.cart-i-toggle__block {
	padding: .625em 0 0;
	margin-left: -.3125em
}
.ord-i-prod-col .cart-i-toggle__block {
	padding: 0;
	margin-left: 0
}
.cart-i-toggle__content {
	max-width: 100%
}
.cart-i-toggle__content table {
	border: none;
	border-collapse: collapse
}
.cart-i-toggle__content table td {
	padding: .3125em;
	min-width: 6.875em
}
.cart-i-modal {
	color: #181b20;
	border: 1px solid #d6d5d5;
	background-color: #fff;
	position: absolute;
	text-align: center;
	padding: .3125rem;
	top: 0;
	max-width: 18.75rem;
	z-index: 1
}
.cart-i-modal-in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.cart-i-modal-action {
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.15;
	position: relative;
	padding: 35px 5px 9px;
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1
}
.cart-i-modal-action:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: .4375rem;
	margin: auto;
	height: 1.4375rem;
	width: 1.4375rem
}
.cart-i-modal-action--favorite {
	border-right: 1px solid #d5001c
}
.cart-i-modal-action--favorite:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%2389c3c9' d='M12.5 23.8l-1.7-1.7C4.4 16.4.2 12.6.2 7.9c0-3.8 2.9-6.7 6.7-6.7 2.1 0 4.2 1 5.6 2.6 1.4-1.6 3.5-2.6 5.6-2.6 3.8 0 6.7 2.9 6.7 6.7 0 4.7-4.2 8.5-10.6 14.1l-1.7 1.8z'/%3E%3C/svg%3E") no-repeat 50% 50%
}
.cart-i-modal-action--favorite.is-added {
	cursor: default
}
.cart-i-modal-action--favorite.is-added:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23da2353' d='M12.5 23.8l-1.7-1.7C4.4 16.4.2 12.6.2 7.9c0-3.8 2.9-6.7 6.7-6.7 2.1 0 4.2 1 5.6 2.6 1.4-1.6 3.5-2.6 5.6-2.6 3.8 0 6.7 2.9 6.7 6.7 0 4.7-4.2 8.5-10.6 14.1l-1.7 1.8z'/%3E%3C/svg%3E") no-repeat 50% 50%
}
.cart-i-modal-action--remove:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23da2353' d='M3 2.1l-.9.9 9.4 9.5L2.1 22l.9.9 9.5-9.4 9.5 9.4.9-.9-9.4-9.5L22.9 3l-.9-.9-9.5 9.4z'/%3E%3C/svg%3E") no-repeat 50% 50%
}
.cart-i-modal-action:hover {
	color: #d5001c
}
.cart-i-modal-close {
	cursor: pointer;
	border-top: 1px solid #d5001c;
	padding: 8px
}
.cart-i-modal-close:hover {
	color: #d5001c
}
.cart--compact {
	background: url(/assets/images/bg/bg_wood.png) 50%/cover no-repeat;
	border: 1px solid #8d8d8c;
	padding: 1.6875em 1.875em 1.25em
}
.cart-tr--compact {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.cart-c-td {
	color: #181b20;
	font-size: .9375em;
	line-height: 1
}
.cart-c-td--2 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 270px
}
.cart-c-td--3 {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.cart-c-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: .3rem
}
.cart-i-count, .cart-i-count-delimiter {
	color: #828282;
	line-height: 1.5em;
	font-size: 1.0625em
}
.cart-i-count-delimiter {
	margin: 0 .5625rem
}
.cart-c-edit {
	cursor: pointer;
	color: #63b1f3;
	text-decoration: underline;
	display: inline-block;
	vertical-align: bottom;
	font-size: 1.125em;
	line-height: 1.25em;
	padding: .1875em;
	margin-top: .625em
}
.no-touchevents .cart-c-edit:active {
	color: #181b20
}
.mfp-loader {
	overflow: hidden!important
}
.ios .mfp-container {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}
.comparison {
	position: relative;
	min-height: 225px;
	height: 100%;
	padding-left: 10rem;
	display: inline-block;
	max-width: 100%
}
.comparison, .comparison-content {
	text-align: center
}
.comparison-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	height: 100%
}
.comparison-unit {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	vertical-align: top;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-height: 100%;
	width: 45%;
	z-index: 2
}
.comparison-unit--self {
	width: 50%
}
.comparison-unit--recommends {
	position: relative
}
.comparison-unit-recommends {
	min-height: 3.125em;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: left;
	padding: .5em .75em;
	fill: #fff
}
.comparison-unit-recommends .svg {
	display: inline-block
}
.comparison-unit-recommends .tooltip-item {
	vertical-align: bottom
}
.comparison-unit--recommends .comparison-unit-recommends {
	background-color: #d5001c;
	color: #fff;
	z-index: 1
}
.comparison-unit-recommends i {
	font-size: 12px;
	font-style: normal
}
.comparison-preview {
	padding: 3px;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f3f3f3
}
.comparison-unit--first .comparison-preview {
	border-left: 1px solid #c2c2c2
}
.comparison-preview__name {
	font-size: 1.125em;
	font-weight: 900;
	color: #181b20;
	text-align: center;
	padding: .3125em 0 0
}
.comparison-preview__price {
	font-size: 1em;
	font-weight: 500;
	color: #d5001c;
	text-align: center
}
.comparison-preview .button, .comparison-preview .swal2-container>.theme-c .swal2-styled.swal2-cancel, .comparison-preview .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .comparison-preview .swal2-styled.swal2-cancel, .swal2-container>.theme-c .comparison-preview .swal2-styled.swal2-confirm {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 1em 2em;
	margin-top: .625em;
	margin-bottom: 1.125em;
	font-size: .625em
}
.comparison-opts {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.comparison-opt, .comparison-opts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.comparison-opt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 3em;
	padding: 3px 14px
}
.comparison-opt .rating svg {
	fill: #f3f3f3
}
.comparison-unit--first .comparison-opt {
	border-left: 1px solid #c2c2c2
}
.comparison-opt img {
	max-height: 3em
}
.comparison-opt:last-child {
	border-bottom: none
}
.comparison-opt:after {
	content: "";
	background: #c2c2c2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px
}
.comparison-opt__text {
	color: #424241;
	line-height: 1.5;
	font-size: 12px;
	display: inline-block;
	width: 100%
}
.comparison-opt__text--rating {
	width: auto
}
.comparison-opt__logo {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 3em
}
.comparison-opt__logo img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.comparison-unit--first {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0;
	width: 10rem
}
.comparison-unit--first .comparison-opt {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.comparison-unit--first .comparison-opt__text {
	color: #181b20;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .13px
}
.contacts {
	padding: .5em 0 0
}
.contacts__title {
	color: #181b20;
	text-transform: uppercase;
	font-style: normal
}
.contacts__title-h1 {
	font-size: 17px;
	font-weight: 900;
	line-height: 18.7px;
	letter-spacing: .18px;
	margin-bottom: 3.4375rem;
	text-transform: uppercase
}
.contacts__title-h2 {
	font-size: 14px;
	font-weight: 900;
	line-height: 16px
}
.contacts__title-h2--link {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	margin-top: -3px
}
.contacts__title-h2:after {
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	background: #d5001c;
	margin: 10px 0
}
.contacts__title-h3 {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px
}
.contacts__title-h3--with-decor:after {
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	background: #d5001c;
	margin: 10px 0
}
.contacts__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #444;
	font-size: .75rem;
	margin-bottom: 1.875rem
}
.contacts__text .bold {
	font-weight: 700
}
.contacts__link {
	font-size: .875rem;
	color: #444;
	text-decoration: none
}
.contacts .social-n-link:hover svg {
	fill: #d5001c
}
.contacts .social-n-link svg {
	fill: #131822
}
.contacts__grey-line {
	width: 100%;
	height: 37px;
	background: #f3f3f4
}
.contacts--map {
	padding-top: 0!important;
	background: #f3f3f4
}
.contacts--map iframe {
	width: 100%;
	height: 100%
}
.contacts .form-group__input, .contacts .form-group__textarea {
	border: none;
	background: #e8e8ea
}
.contacts .form-group__label {
	text-transform: uppercase;
	color: #181b20;
	font-weight: 700
}
.contacts .contacts-form {
	max-width: 550px
}
.installers-header-section {
	position: relative;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #828282;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2.5rem .9375rem
}
.installers-list {
	background-color: transparent
}
.installers-list__title {
	font-weight: 400;
	color: #fff;
	margin: 0 0 1.5625rem;
	font-size: 1.25rem
}
.installers-list__form {
	width: 100%;
	margin: 0;
	left: 50%;
	bottom: 0
}
.installers-list__form .form-group {
	position: relative;
	width: 90%;
	max-width: 420px;
	margin: 0 auto
}
.installers-list__form .form-group__label--tertiary {
	pointer-events: none;
	font-size: .875rem;
	text-align: center;
	position: relative;
	padding: 0 1.5625rem;
	line-height: 2.5rem;
	color: #fff;
	width: 100%;
	background-color: #d5001c;
	margin-bottom: .625rem
}
.installers-list__form .form-group__label--tertiary:before {
	display: none
}
.installers-service-work {
	background-color: #fff;
	padding: 1.875rem 0
}
.installers-title-section {
	font-size: 1.3125rem;
	text-align: center;
	margin-bottom: 2.0625rem
}
.service-work-step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.service-work-step-count-head {
	width: 100%
}
.service-work-step-count-head, .service-work-step-count-head__step {
	display: inherit;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.service-work-step-count-head__step {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .625rem
}
.service-work-step-count-head__step .index {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2.875rem;
	border-radius: 50%;
	width: 3.75rem;
	color: #d5001c;
	border: 1px solid #d5001c;
	margin-bottom: .25rem
}
.service-work-step-count-head__step .index, .service-work-step-count-head__step .svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3.75rem
}
.service-work-step-count-head__step .svg {
	position: absolute;
	bottom: 0;
	opacity: .35;
	width: 2.625rem
}
.service-work-step-count-head__step .svg svg {
	width: 100%;
	height: 100%
}
.service-work-step-count-head__title {
	font-weight: 500;
	text-align: center
}
.service-work-step-count {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: .75rem;
	width: 100%;
	padding-bottom: 3.75rem
}
.service-work-step-count .service-work-step-count-body {
	color: #656565;
	text-align: center
}
.installers-collection {
	padding-top: 1.875rem;
	margin-bottom: 2.5rem
}
.installers-advantages {
	background-color: #f9f9f9;
	padding: 2.8125rem .9375rem
}
.installers-advantages .title-section {
	margin-bottom: 5.625rem
}
.installers-advantages-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.installers-advantages-grid-item {
	display: inherit;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 50%;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 1.875rem
}
.installers-advantages-grid-item__image {
	position: relative;
	width: 5rem;
	height: 4.375rem
}
.installers-advantages-grid-item__image img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.installers-advantages-grid-item__description {
	padding-top: .9375rem;
	text-align: center;
	font-size: .75rem
}
.installer-city {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .875rem;
	line-height: 1;
	margin-right: .4375rem
}
.installer-city__icon {
	margin-right: .6875rem
}
.installer-city__icon svg {
	fill: #ffc30b
}
.installer-rating {
	color: #828282;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .875rem;
	line-height: 1;
	margin-right: -.1875rem
}
.installer-rating .svg {
	margin: 0 .1875rem 0 0
}
.installer-rating__text {
	display: none
}
.installer-rating__button {
	cursor: pointer;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	outline: none;
	padding: 0
}
.installer-description__title {
	color: #181b20;
	letter-spacing: .03rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1rem;
	font-size: 14px
}
.installer-description__text {
	font-size: 12px
}
.installer-price {
	color: #828282;
	font-size: .875rem
}
.installer-price__title {
	font-weight: 300;
	letter-spacing: .02rem;
	margin-bottom: .125rem
}
.installer-price__value {
	color: #d5001c;
	font-weight: 700
}
.installer-price__value-prefix {
	color: #181b20;
	font-weight: 400;
	margin-right: .375rem
}
.installer-price__value-number {
	font-size: 1.125rem
}
.installer-cooperation-button {
	padding: .5rem .625rem;
	min-width: 10.875rem
}
.installer-card {
	background-color: #fff;
	padding: .9375rem .9375rem 0;
	height: 100%;
	-webkit-transition: -webkit-box-shadow .2s ease;
	transition: -webkit-box-shadow .2s ease;
	transition: box-shadow .2s ease;
	transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
}
.installer-card:hover {
	-webkit-box-shadow: 0 5px 15px 0 rgba(62,62,62,.08);
	box-shadow: 0 5px 15px 0 rgba(62,62,62,.08)
}
.installer-card__cooperation-action {
	text-align: center;
	padding: 1.25rem
}
.installer-card__data {
	color: #828282;
	-webkit-box-orient: vertical;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100%
}
.installer-card__data, .installer-card__data-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal
}
.installer-card__data-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 1.0625rem;
	padding-top: .3125rem
}
.installer-card__data-body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1.0625rem
}
.installer-card__cooperation {
	margin-bottom: .8125rem
}
.installer-card__cooperation-title {
	color: #181b20;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .05rem;
	margin-bottom: .1875rem
}
.installer-card__cooperation-text {
	font-size: .875rem;
	letter-spacing: .02rem
}
.installer-card__actions {
	padding: 1.25rem 0
}
.installer-card__actions .button-icon {
	margin: 0;
	padding: .375rem .625rem .3125rem;
	min-width: 9.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.installer-card__grid {
	height: 100%
}
.installer-card__slider {
	height: 100%;
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.installer-card__slider .installer-media {
	width: 100%
}
.installer-media {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
.installer-media--card {
	margin: 0 auto .625rem;
	max-width: 28.125rem
}
.installer-media--card:hover .installer-media__slider-next-btn, .installer-media--card:hover .installer-media__slider-prev-btn {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.installer-media__slider-thumbs {
	overflow: hidden;
	position: relative;
	max-width: 35.9375rem;
	margin: 0 auto;
	width: 100%
}
.installer-media__slider-thumbs .swiper-container:not(.swiper-init) .swiper-slide {
	margin-right: 10px;
	width: calc(20% - 10px)
}
.installer-media--card .installer-media__slider-thumbs .swiper-container:not(.swiper-init) .swiper-slide {
	width: calc(33.33% - 10px)
}
.installer-media__slider-thumbs-slide {
	cursor: pointer;
	max-width: 6.6875rem;
	max-height: 5rem
}
.installer-media__slider-thumbs-slide:before {
	content: "";
	display: block;
	-webkit-box-shadow: inset 0 0 0 1px #d5001c;
	box-shadow: inset 0 0 0 1px #d5001c;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	z-index: 1
}
.installer-media__slider-thumbs-slide--video {
	background-color: #000
}
.installer-media__slider-thumbs-slide img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.installer-media__slider-thumbs-slide.swiper-slide-active:before {
	opacity: 1
}
.installer-media__slider-thumbs-slide-ratio {
	position: relative;
	padding-top: 74.76636%
}
.installer-media__slider-thumbs-slide-icon {
	position: absolute;
	top: .3125rem;
	right: .3125rem;
	line-height: 0
}
.installer-media__slider-thumbs-slide-icon .svg {
	position: relative;
	z-index: 1
}
.installer-media__slider-thumbs-slide-icon svg {
	fill: #fff;
	pointer-events: none
}
.installer-media__slider-main {
	max-width: 35.9375rem;
	max-height: 28.5625rem;
	margin: 0 auto .9375rem;
	width: 100%
}
.installer-media--card .installer-media__slider-main {
	margin-bottom: .625rem
}
.installer-media__slider-main-ratio {
	position: relative;
	padding-top: 79.61672%
}
.installer-media__slider-main-ratio .swiper-container {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%
}
.installer-media__slider-main-slide {
	cursor: pointer
}
.installer-media__slider-main-slide img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%
}
.installer-media__slider-main-slide-icon {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 3.125rem;
	height: 3.125rem
}
.installer-media__slider-main-slide-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-color: #fff;
	height: 50%;
	width: 50%
}
.installer-media__slider-main-slide-icon .svg {
	position: relative;
	z-index: 1
}
.installer-media__slider-main-slide-icon svg {
	fill: red;
	pointer-events: none
}
.installer-media__slider-next-btn, .installer-media__slider-prev-btn {
	cursor: pointer;
	position: absolute;
	top: calc(50% - .9375rem);
	height: 1.875rem;
	width: 1.875rem;
	z-index: 1
}
.installer-media--card .installer-media__slider-next-btn, .installer-media--card .installer-media__slider-prev-btn {
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}
.installer-media__slider-next-btn svg, .installer-media__slider-prev-btn svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	fill: #181b20;
	-webkit-transition: fill .5s ease-in-out;
	transition: fill .5s ease-in-out;
	width: .9375em;
	height: .9375em
}
.no-touchevents .installer-media__slider-next-btn:not(.swiper-button-disabled):hover svg, .no-touchevents .installer-media__slider-prev-btn:not(.swiper-button-disabled):hover svg {
	fill: #d5001c
}
.installer-media__slider-next-btn.swiper-button-disabled, .installer-media__slider-prev-btn.swiper-button-disabled {
	cursor: default;
	opacity: .35
}
.installer-media__slider-prev-btn {
	left: 0
}
.installer-media--card .installer-media__slider-prev-btn {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.installer-media__slider-prev-btn:not(.swiper-button-disabled):active svg {
	left: -2px
}
.installer-media__slider-next-btn {
	right: 0
}
.installer-media--card .installer-media__slider-next-btn {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.installer-media__slider-next-btn:not(.swiper-button-disabled):active svg {
	right: -2px
}
.installer-detail {
	padding-bottom: 2.5rem
}
.installer-detail__title {
	margin-bottom: 1.875rem
}
.installer-detail__title-text {
	text-transform: uppercase;
	font-weight: 400
}
.installer-detail__title-description {
	color: #828282;
	font-size: .875rem;
	letter-spacing: .04rem
}
.installer-detail__meta {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .75rem .9375rem .6875rem;
	margin-bottom: 2.125rem
}
.installer-detail__description {
	margin-bottom: 1.6875rem
}
.installer-text-row {
	background-color: #fff;
	padding: 3.125rem 0
}
.wrap_bc0e, jdiv>[class*=MobileButton] {
	z-index: 2147483646!important
}
jdiv>[class*=MobileButton][class*=orientationLeft], jdiv>[class*=MobileButton][class*=orientationRight] {
	zoom: 1!important;
	right: 0!important;
	bottom: 80px!important
}
jdiv>[class*=MobileButton][class*=orientationRight] {
	left: auto!important
}
jdiv>[class*=MobileButton]>[class*=button] {
	zoom: 1!important;
	margin-right: 10px!important;
	margin-left: 0!important;
	margin-bottom: 0!important;
	width: 55px!important;
	height: 55px!important
}
.lg-outer .lg-video img.lg-object.lg-has-poster {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	width: auto!important;
	height: auto!important
}

@media only screen and (min-width:366px) {
.form-group--rating {
	padding-left: 1.5625rem
}
.popup {
	padding: 2.4375rem 1.875rem 2.5rem
}
.popup--cart {
	padding: 2.4375rem 3.125rem 2.5rem
}
.popup .form {
	margin-left: 1.25em;
	margin-right: 1.25em
}
.form-check--remember {
	padding-bottom: 0;
	padding-top: .375rem
}
.user-socials__name {
	width: 7rem
}
.prod-i-grid {
	margin: 0 0 0 -.9375rem
}
.prod-i-grid--full .prod-i-cell, .prod-i-grid--shift .prod-i-cell, .prod-i-grid .prod-i-cell-full {
	padding-left: .9375rem;
	padding-bottom: 1.5625rem
}
.ord-i-head-col--1 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	width: 25%
}
.ord-i-head-col--2 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 75%;
	flex: 1 1 75%;
	width: 75%
}
.ord-i-head-col--3 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	width: 25%
}
.ord-i-head-col--4 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 75%;
	flex: 1 1 75%;
	width: 75%
}
.cart-i-qty__ctrl {
	height: 2.3125rem;
	width: 2.3125rem
}
.cart-i-qty__input {
	width: 4.0625rem
}
}

@media only screen and (min-width:375px) {
.m-header .h-helpers__item {
	padding: .5rem .625rem .1875rem;
	font-size: .8125rem;
	line-height: 1.1
}
}

@media only screen and (min-width:481px) {
.f-copyright {
	padding-bottom: 0
}
.f-copyright, .f-develop {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}
.f-develop {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.form--search .f-search-suggest {
	min-width: 23rem
}
.popup--comparison {
	padding: 2.4375rem 2.875rem 2.5rem
}
.share-page__title {
	margin: 0 .625rem 0 0
}
.about-top__title {
	font-size: 1.5625em;
	padding: 20px 80px 20px 25px
}
.about-under-top {
	padding: 1.875rem .9375rem 3.4375rem 1.875rem
}
.history__text--with-decor {
	padding: 1.875rem 1.25rem 1.25rem
}
.history-main__content {
	padding: 4.0625rem 5.625rem 1.875rem 3.125rem
}
.prod-list__button-next, .prod-list__button-prev {
	padding: .9375em
}
.user-socials__item {
	margin: 0 1.125rem .875rem
}
.prod-i-grid {
	margin: 0 0 0 -.3125rem
}
.prod-i-head {
	padding: .9375em
}
.prod-i-body {
	padding: .625em .9375em .9375em
}
.prod-i-body__info .rating {
	margin-right: .625rem
}
.prod-i-btn-com, .prod-i-btn-fav {
	top: .9375em;
	right: .9375em
}
.prod-i-btn-com svg, .prod-i-btn-fav svg {
	width: 1.375em;
	height: 1.375em
}
.prod-i-btn-com {
	top: 2.8125em
}
.prod-i-char {
	top: calc(100% - .9375em)
}
.rating .svg {
	width: auto
}
.main-gallery-text {
	padding: 2.5em 3.75em
}
.callback-section__content {
	padding: 2.25em 0 1.5em
}
.news-item__content {
	padding: .9375em 0
}
.prod-reviews-i__admin {
	margin: 2.8125rem 0 .75rem 2.625rem;
	padding: 7px .9375rem 7px 2rem
}
.reviews-block .prod-reviews-i__admin {
	margin: .9375em 0 .75em 2.625em;
	padding: 7px .9375em 7px 2em
}
.prod-code, .prod-title {
	text-align: left
}
.prod-rating, .prod-video-content {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.prod-favorite {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.prod-favorite .button-icon:before {
	content: attr(title);
	display: inline-block;
	text-align: right;
	color: #828282;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.5px;
	padding-right: .625em
}
.prod-available {
	text-align: left
}
.prod-option__label {
	width: 40%
}
.prod-option__info {
	width: 60%
}
.ord-policy {
	margin: .875rem 0 0
}
.catalog-sort__title {
	margin-right: 1.0625rem
}
.pers-info__right:before {
	content: "";
	background-color: #181b20;
	position: absolute;
	left: .125rem;
	top: 0;
	-webkit-transition: height .2s ease;
	transition: height .2s ease;
	height: 100%;
	width: .125rem
}
.ord-i-prod-col--1 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 68%;
	flex: 1 1 68%;
	width: 68%
}
.ord-i-sum {
	padding: .9375rem 0
}
.ord-i-status {
	margin-bottom: .9375rem
}
.cart-i-remove {
	margin-right: 2.5em
}
.comparison-unit:not(.comparison-unit--first) {
	width: 8.75rem
}
.comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview {
	background-color: #fff
}
.comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating svg {
	fill: #fff
}
.comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating--1 .svg:first-child svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating--2 .svg:first-child svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating--2 .svg:nth-child(2) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating--3 .svg:first-child svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating--3 .svg:nth-child(2) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating--3 .svg:nth-child(3) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating--4 .svg:first-child svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating--4 .svg:nth-child(2) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating--4 .svg:nth-child(3) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating--4 .svg:nth-child(4) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-opt .rating--5 .svg svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating--1 .svg:first-child svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating--2 .svg:first-child svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating--2 .svg:nth-child(2) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating--3 .svg:first-child svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating--3 .svg:nth-child(2) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating--3 .svg:nth-child(3) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating--4 .svg:first-child svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating--4 .svg:nth-child(2) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating--4 .svg:nth-child(3) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating--4 .svg:nth-child(4) svg, .comparison-unit:not(.comparison-unit--first):nth-child(odd) .comparison-preview .rating--5 .svg svg {
	fill: #fac03b
}
.comparison-unit--recommends:after {
	left: 0
}
.comparison-unit--recommends:after, .comparison-unit--recommends:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #d5001c;
	z-index: 1
}
.comparison-unit--recommends:before {
	right: 0
}
.comparison-unit--recommends .comparison-unit-recommends:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background-color: #d5001c;
	z-index: 1
}
.comparison-opt {
	background-color: #f3f3f3;
	border-right: 1px solid #c2c2c2
}
.installer-rating__text {
	display: block;
	font-weight: 300;
	margin-right: .75rem
}
.installer-media:not(.installer-media--card) {
	background-color: #fff;
	padding: 1.25rem
}
.installer-detail__meta {
	padding: .75rem 1.875rem .6875rem
}
}

@media only screen and (min-width:481px) and (min-width:641px) {
.pers-info__right:before {
	left: 0
}
}

@media only screen and (min-width:513px) {
.partners-slider .swiper-container:not(.swiper-init) {
	max-height: 20em
}
.partners-slider .swiper-slide {
	padding-top: 8.75em
}
.reviews-block__item {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.preview-prod {
	width: 12.5em;
	min-width: 12.5em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.preview-prod__info {
	margin: 0;
	padding: .625em 0 0
}
.service-work-step {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.service-work-step-count-head {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}
.service-work-step-count-head__step {
	margin-bottom: 0
}
.service-work-step-count-head__step, .service-work-step-count-head__step .index {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.service-work-step-count-head__step .index {
	margin-bottom: 1.375rem
}
.service-work-step-count-head__step .svg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: auto
}
.service-work-step-count-head__step .svg svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg)
}
.service-work-step-count-head__title {
	text-align: left
}
.service-work-step-count {
	min-width: 50%;
	max-width: 50%;
	margin-left: 0;
	margin-bottom: 1.875rem;
	padding-bottom: 0
}
.service-work-step-count .service-work-step-count-body {
	text-align: left
}
.installers-advantages-grid-item__image {
	width: 6.25rem;
	height: 6rem
}
.installers-advantages-grid-item__description {
	font-size: .9375rem
}
}

@media (min-width:640px) and (max-width:1024px) {
.prod-view {
	margin: auto
}
}

@media only screen and (min-width:641px) {
.footer__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding-bottom: .9375rem
}
.footer__top {
	padding: 2.5rem 0 1.375rem
}
.subscribe {
	text-align: left;
	padding-bottom: 1.375rem
}
.f-menu__subitem--black-list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.footer .h-helpers {
	padding: 2.375em 0 0
}
.popup-submit {
	text-align: right
}
.callback-button-up, .scroll-up-btn {
	bottom: 5em
}
.page-nav__move-link {
	height: 3.125rem
}
.page-nav__move-link--prev span {
	padding-right: 0
}
.page-nav__move-link--next span {
	padding-left: 0
}
.description-content {
	padding: 4.375rem 0 6.875rem
}
.about-us-advt__title {
	font-size: 2em;
	padding-bottom: 1.625rem
}
.advantages-item__title {
	font-size: 1em
}
.advantages-item__text {
	font-size: .75em
}
.prod-i-labels, .prod-labels {
	left: .625em;
	top: .625em
}
.prod-i-countdown {
	padding: .4375rem .125rem .125rem
}
.prod-i-countdown-title {
	margin-bottom: .6875em
}
.prod-i-countdown-time {
	font-size: 1.125em
}
.prod-i-countdown-time time {
	min-width: 1.5625rem
}
.prod-i-body__col {
	width: 55%
}
.prod-i-body__col:nth-child(2n) {
	width: 45%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 0 0 0 .3125em
}
.prod-i-price {
	text-align: right
}
.prod-i-price--prev {
	-ms-flex-preferred-size: unset;
	flex-basis: unset
}
.form-file__input-text .video-form {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.form-file__input-text .video-form__item {
	padding: 0 0 0 .9375em
}
.ord-i-head.is-open .ord-i-head-col--3 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 60%;
	flex: 1 1 60%;
	width: 60%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 2.5em
}
.ord-i-head.is-open .ord-i-head-col--4, .ord-i-head.is-open .ord-i-head-col--5, .ord-i-head.is-open .ord-i-head-col--6, .ord-i-head.is-open .ord-i-head-count, .ord-i-head.is-open .ord-i-head-more, .ord-i-head.is-open .ord-i-head-price, .ord-i-head.is-open .ord-i-head-status {
	display: none
}
.ord-i-head.is-open .ord-i-head-fullinfo {
	display: inline-block
}
.ord-i-head-col {
	padding: .3125rem
}
.ord-i-head-col--1, .ord-i-head-col--2 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	width: 20%
}
.ord-i-head-col--3 {
	text-align: right;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 18%;
	flex: 1 1 18%;
	width: 18%
}
.ord-i-head-col--4 {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 22%;
	flex: 1 1 22%;
	width: 22%
}
.ord-i-head-col--5 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 16%;
	flex: 1 1 16%;
	width: 16%
}
.ord-i-head-col--6 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 4%;
	flex: 1 1 4%;
	width: 4%
}
.ord-i-prod-col--2 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 32%;
	flex: 1 1 32%;
	width: 32%
}
.ord-i-prod-content {
	margin-left: 1.75rem
}
.ord-i-info-table td:first-child {
	width: 35%
}
.comparison {
	padding-left: 12.625rem
}
.comparison-unit--first {
	width: 12.625rem
}
.installers-header-section {
	min-height: 25rem
}
.installers-list__title {
	margin-bottom: 3.125rem
}
.installers-list__form {
	position: relative;
	left: auto
}
.installers-list__form .form-group__label--tertiary {
	line-height: 3.1875rem
}
.installers-service-work {
	padding-top: 1.875rem
}
.installer-description__title {
	font-size: 15px
}
.installer-description__text {
	font-size: 14px
}
}

@media only screen and (min-width:768px) {
.prod-i-grid--full .prod-i-cell, .prod-i-grid--shift .prod-i-cell {
	width: 25%
}
.prod-i-body__col {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.prod-i-body__col:nth-child(2n) {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 0
}
.prod-i-price {
	text-align: left
}
}

@media only screen and (min-width:769px) {
.catalog-menu-hidden {
	padding: 1.875em 0 .9375em
}
.cm__block {
	padding: 0 .8125em .9375em
}
.content-pager {
	padding: 2.1875rem 0
}
.draggable-table.is-design-table:after, .draggable-table.is-design-table:before {
	top: 1.75rem;
	bottom: 1.75rem
}
.wstabs-btn.is-active-desktop {
	color: #181b20
}
.wstabs-block.is-active-desktop {
	display: block
}
.about-top__title {
	font-size: 2.125em;
	padding: 40px 160px 40px 55px
}
.about-under-top {
	padding: 1.875rem 1.875rem 6.875rem 3.75rem
}
.about-under-top__text:before {
	margin-bottom: 1.875rem
}
.about-content__text {
	padding: 5.3125rem 7.5rem 3.75rem 3.75rem
}
.about-content__text-with-image--left .text {
	padding-left: 6.875rem
}
.about-content__text-with-image--right .text {
	padding-right: 6.875rem
}
.slider-main .swiper-pagination-main {
	bottom: 2.375em
}
.history__text--with-decor {
	padding: 3.75rem 2.5rem 1.25rem
}
.history__text--with-decor .text:before {
	margin-bottom: 1.875rem
}
.prod-i-labels, .prod-labels {
	left: .9375em;
	top: .9375em
}
.prod-i-countdown {
	padding: .125rem
}
.prod-i-countdown-title {
	margin: 0
}
.prod-i-countdown-time {
	font-size: .75rem
}
.prod-i-countdown-time time {
	min-width: 1.125rem
}
.preview-prod {
	width: 23em;
	min-width: 23em;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.preview-prod__info {
	margin: -.3125em 0 0;
	padding: 0 0 0 1.375em
}
.tabs-row--prod .tabs-row-button {
	padding: .3125em .9375em .3125em .625em
}
.prod-main {
	width: calc(100% - 16.25em - .9375em)
}
.prod-cart {
	width: 17.1875em;
	display: block
}
.prod-cart-i {
	max-width: 100%
}
.prod-banks {
	max-width: unset;
	margin-bottom: 2rem
}
.prod-banks:has(:nth-child(3):not(:nth-child(4))) {
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start
}
.prod-banks__item:hover .prod-banks__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.prod-banks__description {
	display: none;
	padding: 1rem;
	width: 244px;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 4px 16px 0 #00000026;
	box-shadow: 0 4px 16px 0 #00000026;
	bottom: 100%;
	left: calc(50% - 122px)
}
.prod-banks__description:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent
}
[data-service-block] {
	padding-left: 2.3125rem
}
.pers-mngr {
	margin: 0 0 10px auto
}
.ord-i-head-col {
	padding: .5rem
}
.ord-i-head-col--3 {
	text-align: right
}
.ord-i-tbody-col--1 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 77%;
	flex: 1 1 77%;
	width: 77%;
	padding: 0 2em .625em
}
.ord-i-tbody-col--2 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 23%;
	flex: 1 1 23%;
	width: 23%
}
.ord-i-sum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 76%
}
.ord-i-statuses {
	height: 100%;
	border-bottom: none;
	text-align: left
}
.ord-i-state {
	margin: .9375rem 0
}
.ord-i-state-i {
	margin-bottom: .8125rem;
	text-align: left
}
.ord-i-state-i span {
	padding-right: 1.5625rem
}
.contacts .contacts-form {
	padding-right: 50px
}
.service-work-step {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.service-work-step-count {
	min-width: 13.125rem;
	max-width: 18.125rem;
	margin-left: 3.125rem;
	margin-bottom: 1.875rem
}
.installers-advantages-grid-item {
	max-width: 33.3%;
	width: 100%
}
.installer-media:not(.installer-media--card) {
	position: -webkit-sticky;
	position: sticky;
	top: 5rem
}
.installer-detail__data {
	padding-left: .625rem
}
}

@media only screen and (min-width:801px) {
.f-links {
	-ms-flex-preferred-size: 33.3%;
	flex-basis: 33.3%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.f-links.p-list {
	padding: 0
}
.f-copyright, .f-develop {
	-ms-flex-preferred-size: 33.3%;
	flex-basis: 33.3%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
}

@media only screen and (min-width:961px) {
.prod-main {
	width: calc(100% - 18.75em - 1.875em)
}
.prod-cart {
	width: 20.625em
}
.installers-list__title {
	font-size: 1.875rem;
	margin-bottom: 5rem
}
}

@media (min-width:1024px) and (max-width:1280px) {
.callback-section__content {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	width: 75%;
	max-width: 75%
}
}

@media (min-width:1025px) and (max-width:1279px) {
.prod-view {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
.prod-symbols {
	width: 100%;
	max-width: 100%;
	padding-top: 1.875em;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.prod-symbols~.prod-photo {
	width: 100%
}
}

@media only screen and (min-width:1025px) {
body {
	font-size: 15px
}
.main {
	padding-top: 7.125em
}
.footer__right {
	padding: 0 0 .9375rem 1.75rem
}
.footer__logo, .footer__right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 35%;
	flex: 0 1 35%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.footer__logo {
	padding-right: 1.25rem
}
.footer__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 70%;
	flex: 0 1 70%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-bottom: 1.875rem
}
.f-copyright {
	text-align: left
}
.f-develop {
	text-align: right
}
.form-group__input, .form-group__select, .form-group__textarea {
	padding: .8125rem 1.625rem
}
.form--sm .form-group__input, .form--sm .form-group__select, .form--sm .form-group__textarea {
	padding: .5rem 1.625rem
}
.form-group--with-btn .form-group__input, .form-group--with-btn .form-group__select, .form-group--with-btn .form-group__textarea {
	padding: .875em 6.625em .875em 2.375em
}
.form-group--subscribe .form-group__input, .form-group--subscribe .form-group__select, .form-group--subscribe .form-group__textarea {
	padding: .5rem 6rem .5rem 1.5rem
}
.form-group__input~label.has-error, .form-group__select~label.has-error, .form-group__textarea~label.has-error {
	font-size: .75em;
	padding: .5em 1em
}
.header {
	font-size: 13px;
	display: block
}
.search__wrap {
	margin-top: 2%
}
.h-menu__subitems {
	font-size: .875em
}
.actions-button:hover .item-action__popup {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	opacity: 1;
	visibility: visible
}
.m-header {
	display: none
}
.content-title {
	font-size: 3.75rem;
	margin: 0 0 1.4375rem
}
.content-title--sm {
	font-size: 1.5rem;
	margin: 0 0 .625rem
}
.content-column {
	padding-bottom: 3.125rem
}
.content-column__right {
	width: 82%
}
.partners-text, .text-text {
	padding: 2.25em .625em 1em
}
.text-content {
	padding: 2em .625em 1em
}
.aside-button {
	display: none!important
}
.no-touchevents .effect-lexi__content {
	display: block
}
.effect-jazz .effect-jazz-content:after {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}
.touchevents .effect-jazz img {
	opacity: .5;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}
.touchevents .effect-jazz .effect-jazz-content:after {
	opacity: 1;
	-webkit-transform: rotate(45deg) scaleX(1);
	transform: rotate(45deg) scaleX(1)
}
.touchevents .effect-jazz .effect-jazz-bottom, .touchevents .effect-jazz .effect-jazz-top {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.no-touchevents .effect-jazz:hover img {
	opacity: .5;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}
.no-touchevents .effect-jazz:hover .effect-jazz-content:after {
	opacity: 1;
	-webkit-transform: rotate(45deg) scaleX(1);
	transform: rotate(45deg) scaleX(1)
}
.no-touchevents .effect-jazz:hover .effect-jazz-bottom, .no-touchevents .effect-jazz:hover .effect-jazz-top {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.callback-button-up {
	right: 1.1%;
	height: 3.75rem;
	width: 3.75rem
}
.scroll-up-btn {
	height: 3.125rem;
	width: 3.125rem
}
.ctrl-nav__link {
	padding: 0 3.4375rem
}
.c-container {
	margin-left: auto;
	margin-right: 0;
	padding: 0 3.75em 0 1.25em;
	max-width: 629.883px
}
.catalog-menu__btn .c-container {
	padding: 0 .625em 0 1.25em
}
.c-container--right {
	margin-left: 0;
	margin-right: auto;
	padding: 0;
	max-width: 629.883px
}
.content-block {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.content-block__left-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 34.3%;
	flex: 1 1 34.3%
}
.content-block__right-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 65.7%;
	flex: 0 1 65.7%
}
.certificates-list {
	padding: 3% 1.3em 1em
}
.about-us-advt {
	padding: 4.0625rem 0 0
}
.about-us-advt .grid {
	margin-left: -1.25rem
}
.about-us-advt .grid .gcell {
	margin-top: 1.0625rem;
	padding-left: 3.4375rem;
	padding-bottom: 3.4375rem
}
.advantages-list .about-us-advt .grid {
	margin-top: 0
}
.advantages-list .about-us-advt .grid .gcell {
	padding-bottom: .9375rem
}
.advantages-text {
	padding: 2.25em .625em 1em
}
.advantages-content {
	padding: 2.375em 0 1em 1.375em
}
.advantages-list .about-us-advt {
	padding: 0;
	max-width: 100%
}
.advantages-list .advantages-item {
	padding: 1.4375em .3125em
}
.advantages-list .advantages-item__content {
	padding: 1.5em 0 0
}
.prod-thumbs {
	padding: 0 3.125rem
}
.prod-next, .prod-prev {
	top: calc(50% - 1.5625rem);
	height: 3.125rem;
	width: 3.125rem
}
.slider-photo__button-prev {
	left: -.9375rem
}
.partners-slider .swiper-container {
	padding: 0 0 2.1875em
}
.prod-i-grid--full .prod-i-cell {
	width: 25%
}
.prod-i-grid--shift .prod-i-cell {
	width: 33.33%
}
.prod-i-label, .prod-label {
	line-height: 1.3;
	min-width: 5.625rem
}
.prod-i-label:not(:last-child), .prod-label:not(:last-child) {
	margin-bottom: .625rem
}
.prod-i-countdown {
	padding: .4375rem .125rem .125rem;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.prod-i-countdown-title {
	margin-bottom: .6875em
}
.prod-i-countdown-time {
	font-size: 1.125em
}
.prod-i-countdown-time time {
	min-width: 1.5625rem
}
.prod-i-body__col {
	width: 55%
}
.prod-i-body__col:nth-child(2n) {
	width: 45%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 0 0 0 .3125em
}
.prod-i-price {
	text-align: right
}
.rating.change-rating label.has-error {
	padding: .3125rem 1.625rem
}
.sales-i__name {
	font-size: 1.25rem
}
.no-touchevents .sales-i:hover .sales-i__date, .touchevents .sales-i__date {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%)
}
.main-gallery-text {
	padding: 3.75em 3.75em 6.625em
}
.tabs-row-button {
	font-size: 1.0625em;
	letter-spacing: .18px
}
.popup--colors .tabs-row-button {
	font-size: 1.375em;
	letter-spacing: .18px
}
.news-content {
	margin-bottom: 7px
}
.news-item__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%
}
.news-item__date {
	padding-right: 2.1875em
}
.news-date--long {
	max-width: 100px
}
.news-date--long span {
	display: block
}
.prod-cart-i {
	padding: 0 2.1875em
}
.prod-views {
	width: 43%;
	min-width: 43%
}
.prod-card {
	width: 57%;
	padding-left: 2.375em
}
.prod-details .tabs-row-content {
	padding-bottom: 6.5em;
	padding-top: 0
}
.prod-chars td {
	padding: .375em 2.875em
}
.prod-title {
	top: -.25em
}
.prod-favorite {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.prod-segment__content {
	width: 33%
}
.catalog {
	margin-bottom: 6rem
}
.catalog-main {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 74.302%;
	flex: 0 1 74.302%;
	width: 74.302%
}
.filter-form.in-pending:after {
	position: absolute
}
.progress {
	top: -8px
}
.ord-i-info {
	padding: 1.6875rem 3.6em 2.25rem
}
.ord-i-info .ord-i-info-table td {
	font-size: .75em
}
.ord-i-info .ord-i-info-table td:first-child {
	width: 11.25em
}
.ord-i-info-table td {
	font-size: 1em
}
.ord-i-info-table td:first-child {
	width: 9.375em
}
.cart--compact .cart-tr {
	padding: .875em 1.875em
}
.cart--detail .cart-td--2 {
	padding: 1.9375em
}
.cart-i-img {
	margin-right: 1.625rem
}
.cart--detail .cart-i-img {
	margin-right: 1.875rem
}
.cart-total {
	padding: .3125em 1.875em
}
.cart--detail .cart-total {
	padding: .25em 1.875em
}
.cart-c-info {
	margin-left: 1rem
}
.installers-header-section {
	min-height: 40.5rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.installers-list__title {
	font-size: 2.6875rem;
	margin-bottom: 6.25rem
}
.installers-list__form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 48rem;
	margin-bottom: 8.625rem
}
.installers-list__form .form-group {
	width: 100%;
	max-width: 100%;
	margin: 0;
	position: relative
}
.installers-list__form .form-group__label--tertiary {
	font-size: 1.125rem;
	overflow: hidden;
	position: absolute;
	text-align: left;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 50%;
	margin-bottom: 0
}
.installers-list__form .form-group__label--tertiary:before {
	content: "";
	display: block;
	position: inherit;
	height: 75px;
	top: -1px;
	right: 3px;
	width: 20px;
	background-color: #fff;
	-webkit-transform: rotate(20deg) translateX(50%);
	transform: rotate(20deg) translateX(50%)
}
.installers-advantages {
	padding: 2.8125rem .9375rem 7.1875rem
}
.installers-advantages-grid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.installers-advantages-grid-item {
	max-width: 20%;
	width: 100%;
	padding: 0;
	margin-bottom: 0
}
.installer-description__title {
	font-size: 17px
}
.installer-description__text {
	font-size: 15px
}
.installer-media:not(.installer-media--card) {
	padding: 1.875rem
}
.installer-detail {
	padding-bottom: 5rem
}
.installer-detail__title {
	margin-bottom: 3.4375rem
}
.installer-detail__title-text {
	margin-bottom: .1875rem
}
.installer-text-row {
	padding: 4.6875rem 0 6.25rem
}
}

@media only screen and (min-width:1281px) {
body {
	font-size: 16px
}
.main {
	padding-top: 6.6875em
}
.header__top .button, .header__top .swal2-container>.theme-c .swal2-styled.swal2-cancel, .header__top .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .header__top .swal2-styled.swal2-cancel, .swal2-container>.theme-c .header__top .swal2-styled.swal2-confirm {
	padding: .5625em 1.625em
}
.button--sm {
	padding: .875em 1.75em
}
.footer__right {
	-ms-flex: 0 1 26.1%;
	flex: 0 1 26.1%;
	padding: 0 0 .9375rem 2.375rem;
	-ms-flex-order: 0
}
.footer__logo, .footer__right {
	-webkit-box-flex: 0;
	-webkit-box-ordinal-group: 1;
	order: 0
}
.footer__logo {
	-ms-flex: 0 1 15%;
	flex: 0 1 15%;
	padding-right: 3.125rem;
	-ms-flex-order: 0
}
.footer__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	padding-bottom: 0
}
.header__logo {
	padding: .5em 0 0 1.0625em
}
.h-helpers__items--between {
	width: 42.6%;
	margin: 0 0 0 -.3125rem;
	padding: 0
}
.h-helpers__items--between:last-of-type {
	width: 50%;
	padding: 0 0 0 6%
}
.h-helpers__items--sm, .popup--info .h-helpers__items:last-child {
	padding: 0 .9375rem
}
.h-menu__link {
	letter-spacing: .17px;
	padding: .40625em .9375em
}
.h-menu__subitems {
	font-size: 1em
}
.item-action__action-icon svg {
	width: 1.5625rem;
	height: 1.5625rem
}
.item-action__action-count {
	min-width: 1.25rem;
	font-size: .8125rem;
	height: 1.25rem;
	line-height: 1.25rem
}
.catalog-menu__btn {
	margin: 0;
	letter-spacing: .17px;
	padding: .40625em .9375em
}
.catalog-menu-hidden-grid {
	padding: 0 0 0 1.0625em
}
.cm__image {
	height: 10.3125em;
	max-width: 10.3125em
}
.header__top .container--head {
	padding-right: .9375rem
}
.breadcrumbs {
	margin-top: 0;
	padding: .5em 0 0 1.0625em
}
.pagination-link {
	font-size: 1.375rem;
	font-weight: 700;
	margin: 0 .4375rem
}
.pagination-link.next, .pagination-link.prev {
	padding: .625rem 1.5625rem
}
.certificates-list {
	padding: 5% 2.3em 2em
}
.about-block__item {
	margin-right: 1.5625rem
}
.about-block__item--right {
	margin-right: 0;
	margin-left: 1.5625rem
}
.advantages-list .about-us-advt .grid {
	margin-left: -.9375rem
}
.advantages-list .about-us-advt .grid .gcell {
	margin-top: 0;
	padding-left: .9375rem;
	padding-bottom: .9375rem
}
.advantages-list .advantages-item {
	border-bottom: none
}
.slider-main__button-next, .slider-main__button-prev {
	width: 3.125em;
	height: 6.25em
}
.slider-main__button-next svg, .slider-main__button-prev svg {
	width: 2.625em;
	height: 2.625em
}
.prod-list__button-next, .prod-list__button-prev {
	width: 2.5em;
	height: 3.75em
}
.prod-list__button-next svg, .prod-list__button-prev svg {
	width: 1.375em;
	height: 1.375em
}
.prod-list__button-prev {
	left: -1.9375em
}
.prod-list__button-next {
	right: -1.9375em
}
.prod-i-grid--full .prod-i-cell {
	width: 25%
}
.prod-i-head {
	padding: 1.875em 1.75em
}
.prod-i-labels, .prod-labels {
	left: 1.75em;
	top: 2.375em
}
.prod-i-body {
	padding: .625em 1.875em 1.875em
}
.prod-i-btn-com, .prod-i-btn-fav {
	top: 1.25em;
	right: 1.375em
}
.prod-i-btn-com svg, .prod-i-btn-fav svg {
	width: 1.875em;
	height: 1.875em
}
.prod-i-btn-com {
	top: 4.0625em
}
.prod-i-char {
	top: calc(100% - 1.875em)
}
.sales-i__content {
	padding: 1.875rem
}
.news-item__title {
	line-height: 1.875em
}
.news-latest .news-item__title {
	line-height: 1.375em
}
.news-preview {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: .75em
}
.prod-cart-i {
	margin: 0 0 0 .375em;
	padding: 0 3.4375em
}
.price-range__currency {
	margin-right: .4375rem
}
.ord-i-head {
	font-size: 1em;
	padding: 1em .875em 1em 1.375em
}
.ord-i-statuses {
	padding: 1.125rem 2rem
}
.contacts {
	padding: .5em 0 0 1.0625em
}
.installer-description__title {
	font-size: 1.125rem
}
.installer-description__text {
	font-size: 1rem
}
.installer-cooperation-button {
	padding: .5rem .625rem .3125rem
}
}

@media only screen and (min-width:1333px) {
.prod-params__name {
	width: 10.625rem;
	min-width: 10.625rem
}
.prod-params__row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.prod-segment__content {
	width: 50%
}
}

@media only screen and (min-width:1367px) {
.header__right, .is-down .header__right {
	padding: 0 0 .0625em .625em
}
.h-helpers__items--between {
	margin: 0 0 0 -.3125rem
}
.popup--info .h-helpers__items:last-child {
	padding: 0 1rem
}
.h-helpers__items--sm {
	padding: 0 .9375rem
}
.h-helpers__item {
	padding: .25rem 0
}
.actions-button {
	margin: 0 .5625em
}
.item-action {
	padding: .625em .0625em
}
.is-down .item-action {
	padding: .3125em .0625em
}
.item-action__action-count {
	-webkit-transform: translate(30%, -10%);
	transform: translate(30%, -10%)
}
.content-title {
	font-size: 4rem;
	margin: 0 0 1.4375rem
}
.content-title--sm {
	font-size: 1.75rem;
	margin: 0 0 .625rem
}
.p-title--xl {
	font-size: 2em;
	letter-spacing: .16px
}
.static-menu__item--title .static-menu__link {
	padding: .625em 1em
}
.static-menu__link {
	font-size: 1em;
	padding: .625em 1.25em .625em 1.875em
}
.prod-i-grid {
	margin: 0 0 0 -1.875rem
}
.prod-i-grid--full .prod-i-cell, .prod-i-grid--shift .prod-i-cell, .prod-i-grid .prod-i-cell-full {
	padding-left: 1.875rem;
	padding-bottom: 1.875rem
}
.news-tag {
	font-size: 1.125rem
}
.installers-list__title {
	margin-bottom: 6.25rem
}
.installer-detail__title-text {
	margin-bottom: .1875rem
}
}

@media only screen and (min-width:1441px) {
.main {
	padding-top: 12.8125em
}
.button-icon--border {
	margin: .4375em 0
}
.form--search {
	width: 68.5em
}
.header {
	font-size: 16px
}
.header.is-down {
	/*top: -3.625em;*/
top: -5.1em;
}
.header.is-down .search-substrate {
	height: calc(100vh + 4.1875em)
}
.header.scrolling-down.is-down {
	/*top: -3.625em;*/
top: -5.1em;
}
.header__bottom {
	height: 6.625em;
	max-height: 6.625em
}
.is-down .header__bottom {
	height: 3.75em;
	max-height: 3.75em
}
.h-menu__list--mg-gap .h-menu__item {
	margin-left: 2.125em
}
.cm {
	max-width: 1920px
}
.slider-main__button-next, .slider-main__button-prev {
	width: 4.375em;
	height: 8.125em
}
.slider-main__button-next svg, .slider-main__button-prev svg {
	width: 3.25em;
	height: 3.25em
}
.tabs-row-button {
	font-size: 1.125em
}
.prod-video-content {
	padding: 0 .625em 0 0
}
.prod-rating {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.price-range__input {
	width: 22%;
	min-width: 22%
}
.ord-i-footer .ord-i-prod-col--2 {
	margin-right: 3%
}
.installer-card {
	padding: 1.875rem 1.875rem 0
}
.installer-card__data-header {
	margin-bottom: 2.125rem
}
.installer-card__cooperation {
	margin-bottom: 1.625rem
}
}

@media only screen and (min-width:1501px) {
.prod-main {
	width: 79.6%
}
.prod-cart {
	width: 20.4%
}
}

@media only screen and (min-width:1571px) {
.container--main {
max-width:calc(1570px + .9375rem * 2)
}
}

@media only screen and (min-width:1581px) {
.form--search {
	width: 76.875em;
	max-width: 76.875em
}
}

@media only screen and (min-width:1601px) {
.h-helpers__items--between {
	margin: 0 0 0 -.75rem
}
.popup--info .h-helpers__items:last-child {
	padding: 0 1.875rem
}
.h-helpers__items--sm {
	padding: 0 1.125rem
}
.h-menu__link {
	letter-spacing: .19px;
	padding: .40625em 1.25em
}
.is-down .h-menu__link {
	padding: .40625em .9375em
}
.catalog-menu__btn {
	letter-spacing: .19px;
	padding: .40625em 1.25em
}
.callback-button-up {
	right: 1rem
}
html[style*=margin-right] .callback-button-up {
	right: 2.0625rem
}
.scroll-up-btn {
	right: 1.25rem
}
html[style*=margin-right] .scroll-up-btn {
	right: 2.3125rem
}
.callback-section__content {
	-ms-flex-preferred-size: 83.33333%;
	flex-basis: 83.33333%;
	width: 83.33333%;
	max-width: 83.33333%
}
.prod-segment__content {
	width: 33%
}
}

@media only screen and (min-width:1700px) {
.slider-photo__button-prev {
	-webkit-transform: translateX(-100%) translateY(-50%);
	transform: translateX(-100%) translateY(-50%)
}
.slider-photo__button-next {
	-webkit-transform: translateX(100%) translateY(-50%);
	transform: translateX(100%) translateY(-50%)
}
}

@media only screen and (min-width:1800px) {
.slider-photo__button-prev {
	-webkit-transform: translateX(-160%) translateY(-50%);
	transform: translateX(-160%) translateY(-50%)
}
.slider-photo__button-next {
	-webkit-transform: translateX(160%) translateY(-50%);
	transform: translateX(160%) translateY(-50%)
}
}

@media only screen and (max-width:1700px) {
.slider-photo__button-prev {
	width: 2.5rem;
	height: 3.75rem;
	overflow: hidden
}
.slider-photo__button-prev .svg {
	position: relative;
	left: -.6875rem;
	z-index: 1
}
.slider-photo__button-prev svg {
	width: 1.375rem;
	height: 1.375rem
}
.slider-photo__button-prev:before {
	height: 3.125rem;
	width: 3.125rem
}
.slider-photo__button-prev:after, .slider-photo__button-prev:before {
	content: "";
	border-radius: 100%;
	background-color: #eaeaea;
	opacity: .6;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.slider-photo__button-prev:after {
	height: 3.75rem;
	width: 3.75rem
}
.slider-photo__button-next {
	width: 2.5rem;
	height: 3.75rem;
	overflow: hidden
}
.slider-photo__button-next .svg {
	position: relative;
	right: -.6875rem;
	z-index: 1
}
.slider-photo__button-next svg {
	width: 1.375rem;
	height: 1.375rem
}
.slider-photo__button-next:before {
	height: 3.125rem;
	width: 3.125rem
}
.slider-photo__button-next:after, .slider-photo__button-next:before {
	content: "";
	border-radius: 100%;
	background-color: #eaeaea;
	opacity: .6;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}
.slider-photo__button-next:after {
	height: 3.75rem;
	width: 3.75rem
}
}

@media only screen and (max-width:1440px) {
.news-top__img {
	min-height: 2.75rem;
	height: 2.75rem;
	min-width: 5rem;
	width: 5rem;
	margin-right: .9375rem
}
}

@media only screen and (max-width:1366px) {
.news-top__name {
	font-size: 14px
}
}

@media only screen and (max-width:1280px) {
.news-top__img {
	display: none
}
.price-range__tools {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.price-range__input {
	width: 28%
}
.price-range__button {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 0;
	margin-top: 1.25em
}
}

@media only screen and (max-width:1180px) {
.prod-i-char-list {
	display: none
}
}

@media only screen and (max-width:1024px) {
html.show-catalog-menu {
	overflow: hidden
}
.dom-loaded .wrap_mW {
	bottom: 70px!important;
	right: 5px!important
}
.dom-loaded .wrap_mW .button_1O {
	margin-right: 0!important;
	width: 2.5rem;
	height: 2.5rem
}
.dom-loaded .wrap_mW .button_1O .messagesLabel_FQ {
	top: -8px
}
.dom-loaded .wrap_mW .button_1O .messagesLabel_FQ .badge_25 {
	vertical-align: middle
}
.dom-loaded .wrap_mW .button_1O .iconWrap_2n .envelopeIcon_3E {
	width: 20px;
	height: 15px;
	background-size: 20px 15px
}
.dom-loaded .st-widget__btn-call-me {
	width: 2.5rem;
	height: 2.5rem;
	bottom: 45px!important;
	left: 5px!important
}
.dom-loaded .st-widget__btn-call-me #st-widget__btn-call-me__phone-ico {
	width: 2.5rem;
	height: 2.5rem;
	background-size: 1.5rem 1.5rem
}
.dom-loaded .st-widget__btn-call-me #st-widget__btn-call-me__circle {
	width: 2.5rem;
	height: 2.5rem
}
.dom-loaded .st-widget__btn-call-me #st-widget__btn-call-me__circle.scaled {
	width: 3.125rem;
	height: 3.125rem
}
.catalog-menu-hidden .cgrid .cgcell {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	max-width: 100%
}
.catalog-menu-hidden .cgrid .cgcell+.cgcell, .content-column__left {
	display: none
}
.aside-open .aside-close, .content-column__left--cabinet {
	display: block
}
.effect-jazz img {
	opacity: .5;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}
.effect-jazz .effect-jazz-content:after {
	opacity: 1;
	-webkit-transform: rotate(45deg) scaleX(1);
	transform: rotate(45deg) scaleX(1)
}
.effect-jazz .effect-jazz-bottom, .effect-jazz .effect-jazz-top {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.draggable-table {
	overflow: auto
}
.page-nav__back-link {
	padding: 0 .625rem 0 0
}
.content-block__left-item {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.gall-item .gall-item__overlay {
	opacity: 1
}
.gall-item .gall-item__name {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}
.gall-item.effect-lexi--dark img {
	opacity: .4
}
.gall-item.effect-lexi--dark .effect-lexi__content {
	display: block
}
.gall-item.effect-lexi--dark .effect-lexi__content p {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.gall-item.effect-lexi--dark .effect-lexi__content:before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.prod-list__button-next, .prod-list__button-prev {
	opacity: 1
}
.sales-i__date {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%)
}
.prod-views {
	padding-bottom: 1.875em
}
.prod-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.catalog-aside {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.2, .65, .25, 1);
	transition: -webkit-transform .4s cubic-bezier(.2, .65, .25, 1);
	transition: transform .4s cubic-bezier(.2, .65, .25, 1);
	transition: transform .4s cubic-bezier(.2, .65, .25, 1), -webkit-transform .4s cubic-bezier(.2, .65, .25, 1);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	height: 100%;
	width: 280px;
	padding: 55px 0 15px;
	z-index: 5
}
.aside-open .catalog-aside, .catalog-aside {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.aside-open .catalog-aside {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	overflow-y: auto;
	max-height: 100vh;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none
}
.aside-open .catalog-aside::-webkit-scrollbar {
width:0!important
}
.filter-form {
	padding: 0 15px;
	height: 100%;
	max-height: 100%;
	overflow-y: auto
}
.cabinet-aside {
	-webkit-transition: margin .4s cubic-bezier(.2, .65, .25, 1);
	transition: margin .4s cubic-bezier(.2, .65, .25, 1);
	margin-left: -250px;
	width: 220px;
	min-width: 220px;
	z-index: 1
}
.cabinet-aside .aside {
	padding-right: 0
}
.cabinet-content {
	position: relative;
	-webkit-transition: margin .4s cubic-bezier(.2, .65, .25, 1);
	transition: margin .4s cubic-bezier(.2, .65, .25, 1)
}
.aside-open .cabinet-content {
	margin-right: -250px
}
.ord-i-info-table {
	width: 100%
}
.cart--detail .cart-i-name {
	margin: .3125rem 0 .9375em
}
}

@media only screen and (max-width:1024px) and (min-width:481px) {
.catalog-aside {
	width: 340px
}
}

@media only screen and (max-width:1023px) {
.prod-cart-sum-i {
	padding: .625em .9375em
}
.prod-cart-sum-i:nth-child(2n) {
	background-color: hsla(0,0%,67%,.2)
}
}

@media only screen and (max-width:768px) {
.popup--cart {
	padding-left: .9375rem;
	padding-right: .9375rem
}
.breadcrumbs-i--last {
	display: none
}
.about-content__text-with-image .image__with-content {
	padding: 1.5625rem 3.125rem 3.125rem;
	aspect-ratio: unset
}
.about-block--reverse .about-block__bg img, .about-block__bg img {
	margin: auto
}
.prod-i-status {
	text-align: left
}
.tabs-row-content--main .wstabs-block {
	display: block!important
}
.prod-credits:after {
	content: "";
	display: block;
	width: 100%;
	border-top: 1px solid #aaa;
	margin-bottom: 1.5em
}
.prod-banks__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem
}
.prod-banks__link {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.ord-title {
	text-align: center
}
.ord-data-in {
	margin: 0 auto
}
.permanent--step-2 {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.catalog-tree-list {
	max-height: 8rem
}
.catalog-filter {
	height: 100%
}
.pers-mngr {
	text-align: center
}
.ord-i-tbody {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.ord-i-tbody-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%
}
}

@media only screen and (max-width:640px) {
.footer__right {
	padding-top: 1.625rem
}
.cm__link--all {
	padding: .75em;
	text-align: center;
	width: 100%
}
.popup-submit {
	width: 100%;
	margin-top: .625em
}
.popup-submit .button, .popup-submit .swal2-container>.theme-c .swal2-styled.swal2-cancel, .popup-submit .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .popup-submit .swal2-styled.swal2-cancel, .swal2-container>.theme-c .popup-submit .swal2-styled.swal2-confirm {
	width: 100%
}
.form-check--policy {
	margin-bottom: .9375em
}
.cookie {
	right: 1.25rem
}
.page-nav__back {
	padding-bottom: .625rem
}
.page-nav__back, .page-nav__move {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.page-nav__move-link {
	margin: 0;
	padding: 0 7px;
	border: 1px solid #d5001c;
	border-radius: 3px
}
.page-nav__move-link:first-child {
	margin-right: 10px
}
.page-nav__move-link span:not(.svg) {
	display: none
}
.share-page {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.share-page__title {
	margin-bottom: .3125rem
}
.social-n {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.p-list--about li {
	line-height: 1.3
}
.ctrl-nav__back {
	margin-bottom: 1.875rem
}
.slider-photo {
	margin: auto
}
.slider-photo .swiper-pagination-portfolio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.search-results-msg {
	padding-bottom: 1.25em;
	text-align: center
}
.selected-opts {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.aside-open .cabinet {
	margin-right: -.9375rem;
	max-width: calc(100% + .9375rem)
}
.ord-i-head.is-open .ord-i-head-more:after {
	-webkit-transform: scale(-1);
	transform: scale(-1);
	top: 1px
}
.ord-i-prod, .ord-i-prod-info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.ord-i-prod-info {
	text-align: center
}
.ord-i-prod-name {
	font-size: 1.125em;
	margin-top: .5rem
}
.cart-popup-empty svg {
	height: 1.875rem;
	width: 1.875rem
}
.ios .comparison-unit--first .comparison-preview {
	z-index: -1;
	opacity: 0
}
}

@media only screen and (max-width:640px) and (min-width:1281px) {
.ord-i-head.is-open .ord-i-head-more:after {
	top: .25rem
}
}

@media only screen and (max-width:512px) {
.slider-main__button-next, .slider-main__button-prev {
	display: none
}
.slider-main__button-next[style*="display: block"], .slider-main__button-prev[style*="display: block"] {
	display: none!important
}
.prod-view {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
.prod-symbols {
	width: 100%;
	max-width: 100%;
	padding-top: 1.875em;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.prod-symbols~.prod-photo {
	width: 100%
}
.prod-segment__content {
	width: 50%
}
}

@media only screen and (max-width:480px) {
.f-file {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1.5em
}
.f-file label.has-error {
	text-align: center
}
.search-in .container {
	padding: 0 .5em
}
.aside-button--cart {
	font-size: .75em
}
.aside-button--cart .button, .aside-button--cart .swal2-container>.theme-c .swal2-styled.swal2-cancel, .aside-button--cart .swal2-container>.theme-c .swal2-styled.swal2-confirm, .swal2-container>.theme-c .aside-button--cart .swal2-styled.swal2-cancel, .swal2-container>.theme-c .aside-button--cart .swal2-styled.swal2-confirm {
	font-size: .6875rem;
	line-height: 1.75rem
}
.certificates-list .cert-item {
	margin: 0 auto
}
.certificates-list .cert-item__view {
	text-align: center
}
.certificates-list .cert-item__img {
	margin: 0 auto
}
.prod-i-buttons .button--small-text {
	font-size: .75em
}
.prod-favorite .button-icon .svg {
	margin-right: 0
}
.ord-buttons {
	text-align: center
}
.catalog-sort {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.catalog-sort__title {
	margin-bottom: 1.0625em
}
.user-accounts {
	text-align: center
}
.ord-i-prod-price-total {
	margin-right: .9375rem;
	font-weight: 600
}
.cart--detail .cart-i-info {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.cart--detail .cart-i-info .cart-i-price {
	width: 100%;
	text-align: left;
	margin-top: .625em
}
.cart--detail .cart-td--1 {
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0
}
.cart--detail .cart-td--1 .cart-i-remove {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: auto;
	padding: .625em
}
.cart--detail .cart-td--2 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%
}
.cart--detail .cart-total .cart-i-price, .cart--detail .cart-total .cart-i-price span {
	font-weight: 500
}
.cart-i-toggle {
	width: calc(100% + 5.25rem);
	margin-left: -5.25rem
}
.ord-i-prod-col .cart-i-toggle {
	padding: 0;
	margin-left: 0
}
.cart-i-toggle__title {
	text-align: center;
	width: 100%
}
.cart-i-modal {
	top: 0;
	right: 0
}
.comparison {
	background-color: #f3f3f3;
	padding-left: 0
}
.comparison-unit-recommends {
	background-color: #fff
}
.comparison-unit--second .comparison-preview {
	border-left: 1px solid #c2c2c2
}
.comparison-opt {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.comparison-opt:not(.comparison-unit--first):before {
	content: "";
	background: #c2c2c2;
	position: absolute;
	bottom: 0;
	top: 20px;
	right: 0;
	width: 1px
}
.comparison-opt__text {
	padding-top: 20px
}
.comparison-unit--first {
	pointer-events: none;
	width: 100%;
	z-index: 1
}
.comparison-unit--first .comparison-opts {
	width: 100%
}
.comparison-unit--first .comparison-opt {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0
}
.comparison-unit--first .comparison-opt__text {
	text-transform: uppercase;
	text-align: center;
	padding: 2px 0;
	width: 100%;
	max-height: 20px;
	height: 20px;
	font-size: 10px;
	background-color: #828282;
	color: #fff
}
}

@media only screen and (max-width:412px) {
.cart-tr--compact {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
.cart-tr--compact .cart-c-td--1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.cart-tr--compact .cart-c-td--2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.cart-tr--compact .cart-c-td--3 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
}

@media only screen and (max-width:365px) {
.prod-i-buttons .button--small-text {
	font-size: .625em
}
}

@media print {
* {
	background: transparent!important;
	text-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #000!important
}
a, a:visited {
	position: static;
	text-decoration: none!important
}
a[href]:after {
	font-style: italic;
	content: " (" attr(href) ") "!important;
	width: auto!important;
	height: auto!important;
	display: inline!important;
	vertical-align: initial!important
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: ""!important
}
abbr [title]:after {
	content: " (" attr(title) ") "
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important;
	height: auto!important
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
@page {
	size: auto;
	margin: 1cm
}
}


/* === Основной контейнер статьи === */
.door-article-block{
    margin:40px 0;
    padding:30px;
    background:#fff;
    border-radius:10px;
    border:1px solid #e6e6e6;
    line-height:1.65;
}

/* Заголовок */
.door-article-block header h2{
    font-size:26px;
    margin-bottom:20px;
    font-weight:600;
}

/* Вступительный текст */
.door-article-intro{
    margin-bottom:25px;
    font-size:16px;
    color:#444;
}

/* Контейнер блоков */
.door-article-content{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(260px,1fr));
    gap:20px;
}

/* Карточка преимущества */
.door-feature{
    padding:20px;
    background:#fafafa;
    border-radius:8px;
    border:1px solid #ededed;
    transition:all .25s ease;
}

.door-feature:hover{
    background:#f5f5f5;
    transform:translateY(-2px);
}

/* Заголовок внутри блока */
.door-feature h3{
    font-size:18px;
    margin-bottom:10px;
    font-weight:600;
}

/* Текст */
.door-feature p{
    font-size:15px;
    color:#555;
}

/* Финальный блок */
.door-article-note{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #eee;
    font-size:15px;
    color:#333;
}

/* === Адаптив === */
@media(max-width:768px){

    .door-article-block{
        padding:20px;
    }

    .door-article-block header h2{
        font-size:22px;
    }

    .door-feature{
        padding:16px;
    }

}