

/* Start:/local/templates/kingstyle/styles/styles.css?1746628042253188*/
/*GENERAL STYLES*/
@font-face {
	font-family: 'Lato';
	src: url(/local/templates/kingstyle/fonts/Lato-Regular.woff2), url(/local/templates/kingstyle/fonts/Lato-Regular.ttf);
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	src: url(/local/templates/kingstyle/fonts/Lato-Italic.woff2), url(/local/templates/kingstyle/fonts/Lato-Italic.ttf);
}

@font-face {
	font-family: 'Lato';
	font-weight: 500;
	src: url(/local/templates/kingstyle/fonts/Lato-Medium.woff2), url(/local/templates/kingstyle/fonts/Lato-Medium.ttf);
}

@font-face {
	font-family: 'Lato';
	font-weight: 600;
	src: url(/local/templates/kingstyle/fonts/Lato-Semibold.woff2), url(/local/templates/kingstyle/fonts/Lato-Semibold.ttf);
}

@font-face {
	font-family: 'Lato';
	font-weight: 700;
	src: url(/local/templates/kingstyle/fonts/Lato-Bold.woff2), url(/local/templates/kingstyle/fonts/Lato-Bold.ttf);
}

@font-face {
	font-family: 'Lato';
	font-weight: 900;
	src: url(/local/templates/kingstyle/fonts/Lato-Black.woff2), url(/local/templates/kingstyle/fonts/Lato-Black.ttf);
}

doesnotexist:-o-prefocus, html {
	font-family: sans-serif;
}

html * {
	box-sizing: border-box;
}

.wrap {
	margin: 0 auto;
	width: 1360px;
}

header .wrap {
	z-index: 1;
}

.modal-open section, .modal-open header, .modal-open footer, .modal-open .sideInfo {
	-webkit-filter: blur(15px);
	filter: blur(15px);
}

.inline_container > * {
	display: inline-block;
}

script {
	display: none !important;
}

doesnotexist:-o-prefocus, .inline_container {
	position: relative;
}

.justified_container {
	font-size: 0;
	text-align: justify;
	text-justify: newspaper; /*IE hack*/
	zoom: 1; /*IE hack*/
}

.justified_container:after {
	content: "";
	display: inline-block;
	width: 100%;
}

.justified_container > * {
	display: inline-block;
	text-align: left;
}

.blured img {
	-webkit-filter: blur(5px); /* Safari */
	filter: blur(5px);
	width: 100%;
	/*height: 100%;*/
}

.linkType1, .linkType2 {
	border-bottom-width: 1px;
	border-style: solid;
	cursor: pointer;
	transition: all 0.2s;
}

.header__telListItem .linkType2, .header__contactList .linkType2 {
	font-size: 15px;
	line-height: 18px;
}

a.disabled {
	cursor: not-allowed;
}

.linkType1.disabled, .linkType2.disabled,
.linkType1.disabled:hover, .linkType2.disabled:hover,
.disabled .linkType1, .disabled .linkType2,
.disabled:hover .linkType1, .disabled:hover .linkType2 {
	border-width: 0;
	color: #c2c2c2;
	/*cursor: default;*/
	cursor: not-allowed;
}

.linkType1-pseudo, .linkType2-pseudo {
	border-style: dashed;
}

.linkType1-noline, .linkType2-noline {
	border-width: 0;
}

a:hover .linkType1, a:hover .linkType2,
.linkType1:hover, .linkType2:hover {
	transition: all 0.08s;
}

.linkType1 {
	border-color: rgba(248, 45, 64, 0.2);
	color: #f82d40;
}

.aboutSide__item .catalogTypes__link a,
.repairSide_itemText.catalogTypes__text a,
.productText.garrantyText a {
	border-bottom-width: 1px;
	border-style: solid;
	cursor: pointer;
	transition: all 0.2s;
	border-color: rgba(248, 45, 64, 0.2);
	color: #f82d40;
}

.aboutSide__item .catalogTypes__link a:hover,
.repairSide_itemText.catalogTypes__text a:hover,
.productText.garrantyText a:hover,
a:hover .linkType1,
label:hover .linkType1,
.linkType1:hover,
.linkType1:hover .linkType1 {
	border-color: #4990e2;
	color: #4990e2;
}

a:hover .linkType1 + svg path {
	stroke: #4990e2;
}

a:hover .linkType1 + svg text {
	fill: #4990e2;
}

.linkType2 {
	border-color: rgba(0, 0, 0, 0.2);
	color: #000;
}

.red-font.linkType2 {
	color: #f82d40;
}

.linkType2-iverted {
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

a:hover .linkType2,
.linkType2:hover,
.linkType2:hover .linkType2 {
	border-color: #f82d40;
	color: #f82d40;
}

.linkTel {
	color: #000;
	cursor: default;
	display: block;
}

.caret_symb {
	display: inline-block;
	font-size: 0.3em;
	margin-left: 3px;
	vertical-align: middle;
}

.sectionContent,
.indexCatalogTypes,
.contactsAddress,
.thankPage,
.detailedCardContainer,
.basketContainer {
	background-image: linear-gradient(180deg, #f7f6f5, #fff 87px, #fff);
}

.pageTitleBig {
	font-family: 'Exo 2', sans-serif;
	font-size: 82px;
	font-weight: 700;
}

.pageTitle {
	font-family: 'Exo 2', sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 1.24;
}

.pageTitle-inverted {
	color: #fff;
}

.pageDescription {
	font-size: 23px;
	line-height: 1.3;
}

.pageDescription-inverted {
	color: #fff;
}

.infoTooltip {
	background-color: #f1f1f1;
	border: solid 1px #e0e0e0;
	border-radius: 3px;
	color: #000;
	display: none;
	font-size: 14px;
	position: absolute;
	z-index: 10000;
}

.infoTooltip:after {
	background-color: #f1f1f1;
	border: solid 1px #e0e0e0;
	content: '';
	display: block;
	position: absolute;
}

.button {
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 25px;
	font-weight: 900;
	height: 52px;
	line-height: 1.2;
	padding: 11px 38px;
}

.button-order {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	padding-top: 8px; /*-1px as there's a 1px border*/
	padding-bottom: 12px; /*-1px as there's a 1px border*/
}

.button-active:not(.disabled) {
	background-color: #479fe6;
	border: 1px solid #479fe6;
	box-shadow: 0 4px 0 0 #1b82dc;
	color: #fff;
	transition: 0.2s;
}
 body:not(.ios) .button-active:not(.disabled):hover {
	background-color: #2094f1;
	box-shadow: 0 3px 0 0 #146dba;
	transition: 0.1s;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.button-active:not(.disabled):active {
	background-color: #3C89C8;
	border: 1px solid #0F5DA1;
	box-shadow: 0 0px 0 0 #146dba;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.button.show-more-button {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	max-width: 288px;
}

.button--xl {
	padding: 25px 60px;
	font-size: 38px;
	height: auto;
}

.button-activeNew:not(.disabled) {
	background-color: #01934a;
	border: 1px solid #01934a;
	box-shadow: 0 1px 0 0 #006f3a;
	color: #fff;
	transition: 0.2s;
}

.button-activeNew:not(.disabled):hover {
	background-color: #01723A;
	box-shadow: 0 0 0 0 #01723A;
	transition: 0.1s;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.button-activeNew:not(.disabled):active {
	background-color: #01723A;
	border: 1px solid #01723A;
	box-shadow: 0 0px 0 0 #146dba;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.button-default:not(.disabled) {
	background-color: #f3f3f3;
	border: 1px solid #cfcfcf;
	box-shadow: 0 2px 0 0 #cfcfcf;
	color: #000;
	cursor: pointer;
	transition: 0.2s;
}

.button-default:not(.disabled):hover {
	background-color: #f0f0f0;
	box-shadow: 0 1px 0 0 #ccc;
	transition: 0.1s;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.button-default:not(.disabled):active {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	box-shadow: 0 0px 0 0 #ccc;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.button.button-default {
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	padding: 9px 41px 11px;
	min-width: 230px;
}

.button.disabled {
	background-color: #e1e1e1;
	box-shadow: 0 2px 0 0 #c8c8c8;
	color: #fff;
	cursor: not-allowed;
}

button.close {
	color: #f82d40;
	height: 70px;
	line-height: 1;
	margin-top: -18px;
	margin-right: -31px;
	opacity: 0.6;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	text-shadow: none;
	transition: all 0.08s;
	width: 58px;
	font-family: 'Times New Roman';
}

.video button.close {
	position: absolute;
	right: -30px;
}

.close span {
	display: inline-block;
	font-size: 50px;
	font-weight: normal;
	height: 20px;
	width: 20px;
}

.modal-open .modal {
	cursor: pointer;
	overflow: hidden;
}

.modal-open .modal-content {
	cursor: default;
}

.modal-content:hover button.close {
	color: #000;
	opacity: 0.4;
	transition: all 0.2s;
}

.modal-content:hover button.close:hover {
	color: #f82d40;
	opacity: 0.6;
	transition: all 0.08s;
}

.modal-backdrop {
	background-color: #fff;
}

.modal-dialog {
	margin-top: 50vh;
}

.modal.in .modal-dialog {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.modal-content {
	border: 1px solid #e5e5e5;
	box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.08)
}

.video .modal-content {
	background-color: transparent;
	border-width: 0;
	box-shadow: none;
}

.video .modal-body {
	padding: 0;
}

.modalTitle {
	font-size: 35px;
	font-weight: 600;
	line-height: 0.95;
	margin-bottom: 12px;
}

.modalTitle .abbr {
	font-size: 0.829em;
	letter-spacing: 3.5px;
	line-height: 1.03;
}

.modalText, #requisitesModal .productText {
	font-size: 16px;
	line-height: 25px;
}

.modalText .abbr, #requisitesModal .productText .abbr {
	font-size: 0.938em;
	letter-spacing: 2px;
	line-height: 1.6667;
}

.contacts__map {
	border: 1px solid #e3e3e3;
	display: block;
	height: 724px;
	margin-bottom: 5px;
	transition: all 0.2s;
	width: 100%;
}

.contacts__map:hover {
	border-color: #4990e2;
	transition: all 0.08s;
}

.contacts__map img {
	height: 100%;
	width: 100%;
}

.contacts__mapCapture {
	margin-bottom: 20px;
	text-align: right;
	width: 100%;
}

.contacts__social {
	text-align: center;
}

.contacts__social .likely {
	vertical-align: top;
	width: 100%;
}

.salon_map + .indexContacts,
.salon_map + .contacts__social {
	margin-top: 20px;
}

.likely, .likely__widget {
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
}

.likely-big .likely__widget {
	margin-left: 10px;
	margin-right: 10px;
}

.likely-big .likely__icon {
	/*width: 34px;*/
	bottom: 1px;
}

.likely-big .likely__button {
	padding-left: 8px;
	padding-right: 8px;
}

.likely-big svg {
	left: 6px;
	top: 6px;
	height: 22px;
	width: 22px;
}

.messagers a {
	display: inline-block;
	vertical-align: middle;
}

.viber_api:hover path:first-child,
.whatsup_api:hover path:first-child,
.telegram_api:hover ellipse,
[href="https://twitter.com/kingstyle_by/"]:hover path,
[href="https://www.facebook.com/kresloby/"]:hover path,
[href="https://vk.com/kreslo_by"]:hover path,
[href="https://www.instagram.com/kingstyle_by/"]:hover path {
	transition: 0.2s;
}

.viber_api:hover path:first-child {
	fill: #6D3C94;
}

.whatsup_api:hover path:first-child {
	fill: #2BB46D;
}

.telegram_api:hover ellipse {
	fill: #0883B3;
}

[href="https://twitter.com/kingstyle_by/"]:hover path {
	fill: #0299d4;
}

[href="https://www.facebook.com/kresloby/"]:hover path:first-child {
	fill: #15447E;
}

[href="https://vk.com/kreslo_by"]:hover path:first-child {
	fill: #1D618E;
}

[href="https://www.instagram.com/kingstyle_by/"]:hover path:first-child {
	fill: url(#b_inst);
}


.video_container {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}

doesnotexist:-o-prefocus, .video_container {
	height: auto;
}

.video_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.table {
	display: table;
}

.tableRow {
	display: table-row;
}

.tableRow > * {
	display: table-cell;
}

.js_fixedBlock:not(.basketTotal) {
	bottom: 0;
}

.js_fixedBlock.fixed {
	bottom: unset;
}

.js_fixedBlock.stop {
	position: sticky;
	top: 0;
}

#modef, [id ^= "wait_comp_"] {
	display: none !important;
}

/*slider*/
.slider_wrap {
	flex-shrink: 0;
	height: 600px;
	overflow: hidden;
	/*padding: 0 50px;*/
	position: relative;
	width: 920px;
}

.slider_content_wrap, .slider_content,
.slider_item, .slider_item a /*,
.slider_control_item*/
{
	height: 100%;
}

.slider_content_wrap {
	position: relative;
}

.slider_content {
	font-size: 0;
	position: absolute;
	left: 0;
	white-space: nowrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.slider_content.animated .slider_item {
	animation: slideFade 0.5s 1 forwards;
}

.slider_item {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.slider_item .justified_container {
	white-space: normal;
}

.slider_control_item {
	cursor: pointer;
	position: absolute;
	bottom: 40.83%;
	padding-top: 38px;
	padding-bottom: 32px;
	z-index: 2;
}

.slider_control_item.right {
	padding-right: 15px;
	padding-left: 10px;
	right: 77px;
	text-align: right;
}

.slider_control_item.right svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider_control_item.left {
	left: 272px;
	padding-right: 10px;
	padding-left: 15px;
}

.slider_control_item path {
	transition: 0.2s;
}

.slider_control_item:hover path {
	cursor: pointer;
	stroke: #f82d40;
	transition: 0.1s;
}

@keyframes slideFade {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}

/***index slider***/
/*#indexSlider .slider_item {*/
/*padding-top: 46px;*/
/*}*/
#indexSlider:not(.wide) .slider_item {
	width: 920px;
}

.slider_item * {
	white-space: normal;
}

.slider_item > *:not(.slider_item__img) {
	position: relative;
	z-index: 1;
}

.slider_item__title {
	font-family: 'Exo 2', sans-serif;
	font-size: 85px;
	font-weight: 700;
	line-height: 1.02;
	margin-bottom: 27px;
	width: 90%;
}

.slider_item__text {
	font-size: 16px;
	line-height: 1.35;
	margin-bottom: 10px;
	padding-left: 6px;
	width: 270px;
}

.slider_item__priceContainer {
	font-family: 'Exo 2', sans-serif;
	padding-left: 6px;
	width: 270px;
}

.slider_item__price {
	display: inline-block;
}

.slider_item__price-new {
	font-size: 30px;
	font-weight: 500;
	margin-right: 14px;
}

.slider_item__price-old {
	color: #bfbfbf;
	font-size: 18px;
	position: relative;
}

.slider_item__price-old:before {
	background-color: #f82d40;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 1px;
	-webkit-transform: rotate(-14deg);
	transform: rotate(-14deg);
	transform-origin: left;
	width: 73%;
}

.slider_item__price-new:after, .onsale .slider_item__price-old:after {
	content: " \0440\0443\0431.";
}

.onsale .slider_item__price-new:after {
	content: "";
}

.slider_item__img {
	display: inline-block;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 140px;
}

doesnotexist:-o-prefocus, .slider_item__img {
	left: 320px;
}

.slider_item__img img {
	height: 100%;
	width: auto;
}

.slider_control_tooltip {
	color: #f82d40;
	display: none;
	font-size: 14px;
	line-height: 1.25;
	margin-top: -20px;
	position: absolute;
	text-align: left;
	width: 100%;
}

/*HEADER*/
header > .wrap > * {
	vertical-align: top;
}

.headerLogo {
	margin-left: -35px;
	margin-right: 14px;
}

.headerInfoContacts {
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 7px;
}

.headerInfoContacts > *:not(:last-child) {
	margin-right: 18px;
}

.headerInfoContacts__name {
	font-family: 'Exo 2';
	font-size: 25px;
	font-weight: 500;
}

.headerInfoContacts__name .linkType1, .headerInfoContacts__name .linkType1:hover {
	color: #000000;
	border: none;
}

.headerInfoContacts__address h1 {
	display: inline;
}

.headerTelList {
	position: relative;
}

.headerTelList p {
	transition: all 0.2s;
}

.headerTelList p:hover {
	cursor: pointer;
	transition: all 0.08s;
}

.headerTelList p:hover,
.headerTelList p:hover a {
	border-color: #f82d40;
	color: #f82d40;
}

.headerTelList p:hover path {
	fill: #f82d40;
}

.headerTelList__itemActive {
	position: relative;
	z-index: 2;
}

.headerTelList__list {
	background-color: rgba(240, 240, 240, 0.97);
	border-radius: 4px;
	box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.22);
	/*height: 0;*/
	/*margin-top: 15px;*/
	opacity: 0;
	position: absolute;
	right: 0;
	width: calc(100% + 10px);
	display: none;
	z-index: 1;
}

.headerTelList__list.open {
	/*visibility: visible;*/
}

.headerTelList__list:after {
	border-style: solid;
	border-width: 8px 5px;
	border-color: transparent;
	border-right-color: rgba(240, 240, 240, 0.97);
	border-bottom-color: rgba(240, 240, 240, 0.97);
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	right: 0;
}

.headerTelList__item {
	padding: 9px 10px;
}

doesnotexist:-o-prefocus, .headerTelList__item {
	padding-right: 7px;
	padding-left: 7px;
}

.headerTelList__item:not(:last-child) {
	border-bottom: 1px solid #dedede;
}

.headerTelList__item a {
	color: #000;
}

.mainNavList__item {
	font-size: 18px;
}

.mainNavList__item:not(:last-child) {
	margin-right: 16px;
}

.headerButtons {
	float: right;
	margin-top: 20px;

	display: flex;
}

doesnotexist:-o-prefocus, .headerButtons {
	position: absolute;
	right: 0;
}

.header__telList {
	margin-right: 34px;
	margin-top: -4px;
}

.header__telListItem:not(:last-child), .header__contactList:not(:last-child) {
	margin-bottom: 5px;
}

.headerBasketLink, .headerSearchLink {
	display: inline-block;
	position: relative;
}

.headerBasketLink-full:not(.disabled) path,
.headerSearchLink:not(.disabled) path {
	fill: #000;
}

.headerBasketLink-full:not(.disabled):hover path,
.headerSearchLink:not(.disabled):hover path {
	fill: #f82d40;
}

.headerBasketLink.disabled,
.headerSearchLink.disabled {
	cursor: default;
}

.headerSearchLink {
	margin-left: 34px;
}

.headerBasketLink__badge {
	background-color: #f82d40;
	border-radius: 20px;
	color: #fff;
	display: none;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: -5px;
	right: -7px;
	text-align: center;
	min-width: 20px;
}

.headerBasketLink-full .headerBasketLink__badge {
	display: inline-block;
}

.headerBasketLink__tooltip {
	margin-top: 10px;
	/*padding: 4px 9px;*/
	padding: 2px 9px 3px;
	right: 0;
	width: 100px;
}

.headerBasketLink__tooltip:after {
	border-width: 1px 1px 0 0;
	height: 10px;
	width: 10px;
	top: -6px;
	right: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.headerInfoIco {
	margin-left: 34px;
	cursor: pointer;
}

.headerInfoIco svg {
	fill: #000;
}

.headerInfoIco:hover svg {
	fill: #f82d40;
}

.indexTitle {
	font-family: 'Exo 2', sans-serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
}

/*FOOTER*/
/*footer {
	margin-top: 70px;
}*/

footer .wrap {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	border-top: 1px solid #e3e3e3;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 38px;
}

.footerContacts {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 300px;
}

.footerMainMenu {
	/* margin-top: 32px; */
	width: 96%;
}

.footerAddress, .footerBottom {
	width: 100%;
}

.footerCatalogMenu {
	/* width: 97%; */
	display: flex;
}

.footerCatalogMenu:first-child {
	width: 90%;
}

.footerCatalogMenu:nth-child(2n) {
	justify-content: space-between;
}

.footerMenu__list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: space-between;
}


@media screen and (min-color-index: 0)
and(-webkit-min-device-pixel-ratio: 0) {
	@media {
		.footerCatalogMenu {
			height: 270px;
		}
	}
}

.footerCatalogMenu__group {
	margin-right: 40px;
	margin-bottom: 30px;
	width: 280px;
}

.footerCatalogMenu__group.footerCatalogMenuGarden {
	margin-right: 0;
	width: 180px;
}

.footerCatalogMenuChairs {
	width: 160px;
}

.footerCatalogMenuChairs .footerMenu__list {
	max-height: 190px;
}

.footerMenu__title {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 6px;
}

.footerMenu__list {
	max-height: 120px;
}

.footerMenu__listItem a {
	display: inline-block;
	line-height: 1.75;
}

.footerCatalogMenuSpares {
	width: 213px;
}

.footerCatalogMenuSpares nav ul {
	max-height: 100px;
	position: relative;
}

.footerCatalogMenuSpares nav ul li:nth-child(4) {
	position: absolute;
	bottom: -28px;
	left: 0;
}

.footerCatalogMenuFurniture {
	width: 173px;
	margin-right: 0;
}

.footerCatalogMenuFurniture .headerInfo__menu {
	width: 150%;
}

.footerCatalogMenuFurniture .footerMenu__list {
	max-height: 110px;
}

.footerCatalogMenuChildren {
	width: 400px;
	margin-right: 0;
}

.footerCatalogMenuGamers {
	width: 120px;
	margin-right: 36px;
}

.footerCatalogMenuCaffes {
	width: 520px;
	margin-right: 0;
}

.footerCatalogMenuCaffes .footerMenu__list {
	display: flex;
	flex-direction: column;
	/* flex-wrap: wrap; */
	align-content: space-between;
	/* max-height: 80px; */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.footerCatalogMenu {
		height: 340px;
	}

	.footerMenu__list {
		height: 115px;
	}

	.footerCatalogMenuSpares .footerMenu__list {
		height: 60px;
	}

	.footerCatalogMenuChairs .footerMenu__list {
		height: 250px;
	}
}

.footerMainTel, .footerOtherTel {
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
}

.footerMainTel {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 15px;
	text-indent: -7px;
}

.footerOtherTel {
	font-size: 18px;
	line-height: 1.39;
}

.footerMails {
	margin-top: 11px;
	margin-bottom: 20px;
}

.footerMails_email, .footerMails_skype {
	font-weight: 700;
}

.footerMails_email {
	font-size: 18px;
	line-height: 1.67;
}

.megamenu .footerMails_email {
	font-size: 16px;
	line-height: 25px;
	margin-right: 8px;
	border-color: rgba(0, 0, 0, 0);
}

.megamenu .footerMails_skype {
	font-size: 16px;
	line-height: 25px;
	margin-left: 5px;
}

.footerPayment {
	width: 300px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.payment-row {
	display: flex;
	margin-bottom: 12px;
}

.payment-row > img {
	margin-right: 12px;
}

.visa-verified {
	height: 22px;
}

.master-circle {
	height: 21px;
}

.master-card {
	height: 22px;
}

.raschet, .belcard {
	height: 24px;
}

.halva, .vtb {
	height: 27px;
}

.pokup-card {
	height: 26px;
}

.un-card {
	height: 25px;
}

.requisites {
	width: 310px;

}

.requisites__text {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #BABABA;
}

.footerAddress {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 78px;
}

.footerAddress__link {
	font-family: 'Exo 2', sans-serif;
	font-size: 35px;
	font-weight: 500;
	margin-right: 37px;
}

.footerAddress__hours span {
	display: block;
	font-family: 'Exo 2', sans-serif;
	font-size: 35px;
	line-height: 1.2;
}

.footerAddress__hours {
	line-height: 0.5;
}

.footerAddress__hours:not(:last-child) {
	margin-right: 30px;
}

.footerKS {
	width: 28%;
	display: flex;
	align-items: center;
}

.footerKS__img {
	margin-right: 18px;
}

.footerBottom {
	border-top: 1px solid #e3e3e3;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 17px;
}

.footerBottom__bitrix {
	background: url('/local/templates/kingstyle/img/bitrix_logo.png') no-repeat 98% center, #bcbcbc;
	background-size: 42px;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin-top: -4px;
	padding: 6px 50px 9px 16px;
}

.footerBottom__requisites {
	text-align: right;
	width: 53%;
}

#requisitesModal .modal-dialog {
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}

#requisitesModal .modal-body {
	padding: 32px 32px 0;
}

#requisitesModal .modal-content {
	overflow: hidden;
}

#requisitesModal .modalText,
#requisitesModal .productText {
	margin-bottom: 35px;
	width: 90%;
}

#requisitesModal .productText p {
	display: inline;
}

/*#requisitesModal button.close {
	margin-top: -32px;
}*/
#requisitesModal .modal_bottom {
	background-color: rgba(250, 250, 250, 0.9);
	margin: 0 -32px;
	padding: 19px 32px 22px;
}

.modal_bottom_button {
	border-bottom: 1px dashed rgba(73, 144, 226, 0.2);
	color: #4990e2;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5625;
	padding: 0;
	transition: all 0.2s;
}

doesnotexist:-o-prefocus, .modal_bottom_button {
	font-family: sans-serif;
}

.modal_bottom_button:hover {
	border-color: rgba(248, 45, 64, 0.2);
	color: #f82d40;
	cursor: pointer;
	transition: all 0.08s;
}

/*Release poll block*/
.releasePoll_wrap {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.releasePoll {
	background-color: #f7f7f7;
	border: 1px solid #f4f4f4;
	border-radius: 5px;
	margin: 0 auto;
	padding: 20px 20px 0;
	width: 1112px;
}

.releasePoll_header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding-bottom: 30px;
	width: 100%;
}

.releasePoll_header_title {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 50px;
	position: relative;
	top: -5px;
	width: 181px;
}

.releasePoll_header_title p {
	font-size: 27px;
	font-weight: bold;
}

.releasePoll_header_button {
	cursor: pointer;
	font-size: 19px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	padding: 0 12px 0 15px;
}

.releasePoll_header_item {
	font-size: 16px;
	line-height: 20px;
	margin-right: 20px;
	max-width: 175px;
	padding-bottom: 2px;
}

.releasePoll_closeWrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.releasePoll_close {
	cursor: pointer;
	position: relative;
	top: -5px;
	right: -7px;
	padding: 5px;
}

.releasePoll_close svg {
	height: 19px;
	width: 19px;
}

.releasePoll_close g {
	transition: 0.2s;
}

.releasePoll_close:hover g {
	stroke: #f82d40;
}

.releasePoll_form {
	display: none;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.releasePoll_form .form__field {
	margin-bottom: 15px;
}

.releasePoll_form .fieldLong {
	height: 208px;
	width: 590px;
}

.releasePoll_form .fieldDetail.side {
	margin-left: 15px;
	top: 0;
	width: 344px;
}

.releasePoll_form .fieldDetail.side > *:not(:last-child) {
	margin-bottom: 9px;
}

.releasePoll_form .fieldDetail.bottom {
	white-space: nowrap;
	margin-left: 103px;
}

.releasePoll_form .fieldTitle {
	font-size: 16px;
	font-weight: normal;
	width: 80px;
}

.releasePoll_form input.fieldInput:not([type="file"]),
.releasePoll_form textarea.fieldInput {
	font-size: 16px;
}

.releasePoll_form .button {
	font-size: 25px;
	height: auto;
	padding: 6px 30px 8px;
}

.releasePoll_form .formSubmitButton {
	margin: 46px -22px 0;
	padding: 19px 0 28px 130px;
}

.releasePoll_button {
	display: none;
	font-size: 19px;
	font-weight: 700;
	height: auto;
	line-height: 1;
	padding: 5px 16px;
	position: absolute;
	bottom: 34px;
}

.success_notification_poll {
	padding-bottom: 32px;
}

.success_notification_poll,
.success_notification_poll .success_notification_text {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.success_notification_poll .releasePoll_header_title {
	width: 100%;
}

.success_notification_poll .catalogTypes__text {
	margin-right: 16px;
}

.success_notification_poll .success_notification__ico {
	-webkit-align-self: flex-end;
	align-self: flex-end;
	height: 91px;
	width: 88px;
}

.success_notification_poll .success_notification__ico svg {
	height: 100%;
	width: 100%;
}

.js_pollFixed,
.closed .js_pollFixed,
.js_pollFixed_success,
.open .js_pollFixed_show,
.showBottom .js_pollFixed_showBottom,
.send .js_pollFixed_bottom,
.send .js_pollFixed_top {
	display: none;
}

.open .js_pollFixed,
.showBottom .js_pollFixed_bottom,
.closed .js_pollFixed_show {
	display: block;
}

.send .js_pollFixed_success {
	display: -webkit-flex;
	display: flex;
}

.releasePoll_button.shown {
	display: block !important;
}


/*index banner*/
.banner_wrap {
	display: -webkit-flex;
	display: flex;
	padding-bottom: 42px;
}

.indexNews {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	/*-webkit-justify-content: flex-end;*/
	/*justify-content: flex-end;*/
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 70px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.indexNews {
		width: 192px;
	}
}

.indexNewsItem:not(:last-child) {
	margin-bottom: 25px;
}

.indexNewsItem__title {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.16;
}

.indexNewsItem__title:not(:last-child) {
	margin-bottom: 6px;
}

.indexNewsItem__title-disabled {
	color: #c6c6c6;
	font-weight: 900;
}

.indexNewsItem__text {
	font-size: 16px;
	line-height: 1.31;
}

.indexNewsItem__img img {
	width: 100%;
}

/*index section CatalogTypes*/
.indexCatalogTypes {
	padding-top: 42px;
}

.indexCatalogTypes .wrap {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.catalogTypes__img {
	background-size: contain;
	background-repeat: no-repeat;
	/*display: inline-block;*/
	display: block; /*for Opera 12*/
	height: 100%;
	position: relative;
	width: 100%;
}

.sparesTypes__list .catalogTypes__link {
	height: 100%;
}

.catalogTypes__link {
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	vertical-align: bottom;

}

.catalogTypes__link.big-link {
	font-size: 33px;
}

.sparesTypes__gaz a {
	padding-right: 85px;
}

.catalogTypes__text, .indexFactoid__text {
	color: #000;
	font-size: 16px;
	line-height: 1.375;
}

.catalogTypes__text-inverted {
	color: #fff;
}

.sectionTitle__name {
	margin-bottom: 20px;
}

.sectionTitle__text {
	font-size: 20px;
	line-height: 1.3;
	padding-left: 4px;
}

.catalogTypes__staff_container {
	border-bottom: 1px solid #ebeaea;
	width: 448px;
}

.catalogTypes__staff__img {
	background-image: url("/local/templates/kingstyle/img/index_staff.jpg");
	background-position-x: -15px;
	height: 484px;
	margin-top: 130px;
	padding: 0 0 10px 10px;
	overflow: hidden;
	width: 334px;
}

.catalogTypes__staff__img:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
}

.catalogTypes__management, .catalogTypes__staff_container {
	height: 828px;
}

.catalogTypes__management {
	margin-top: 3px;
	width: 638px;
}

.catalogTypes__management__img {
	background-image: url("/local/templates/kingstyle/img/index_management.jpg");
	padding: 27px 0 0 31px;
}

.catalogTypes__management__img .catalogTypes__text {
	margin-top: 4px;
	width: 290px;
}

.catalogTypes__visitors {
	border-bottom: 1px solid #ebeaea;
	height: 410px;
	margin-top: 60px;
	margin-bottom: 92px;
	width: 100%;
}

.catalogTypes__visitors__img {
	background-image: url("/local/templates/kingstyle/img/index_visitors.jpg");
}

.catalogTypes__visitors__img .catalogTypes__link {
	padding-top: 9px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.catalogTypes__bar {
	height: 319px;
	margin: 28px 0 78px 24px;
	width: 314px;
}

.catalogTypes__bar__img {
	background-image: url("/local/templates/kingstyle/img/index_bar.jpg");
	background-position-x: -6px;
	text-align: center;
}

.catalogTypes__bar__img > * {
	margin-left: auto;
	margin-right: auto;
}

.catalogTypes__bar__img .catalogTypes__link {
	margin-top: 120px;
	margin-bottom: 55px;
}

.catalogTypes__bar__img .catalogTypes__text {
	display: block;
	line-height: 1.3;
	width: 110px;
}

.catalogTypes__child {
	height: 354px;
	margin-left: 40px;
	margin-top: 12px;
	width: 264px;
}

.catalogTypes__child__img {
	background-image: url("/local/templates/kingstyle/img/index_child.jpg");
	background-position-y: 6px;
}

.catalogTypes__child__img .catalogTypes__link {
	margin-bottom: 4px;
}

.catalogTypes__child__img .catalogTypes__text {
	line-height: 1.3;
	width: 90px;
}


.catalogTypes__materials {
	background-color: rgba(250, 250, 250, 0.9);
	border: solid 1px #efefef;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 24px 32px 44px;
	width: 380px;
}

.catalogTypes__materials .catalogTypes__img {
	display: block;
	height: auto;
	width: auto;
}

.catalogTypes__materials .catalogTypes__img:not(:last-child) {
	margin-bottom: 7px;
}

.catalogTypes__img.materials__leather {
	margin-top: 4px;
}

.materials__leather img {
	display: block;
	height: 60px;
	width: 56px;
}

.materials__nets img {
	display: block;
	height: 162px;
	width: 162px;
}

.indexFactoid-orto {
	width: 170px;
}

.indexFactoid-orto .indexFactoid__img {
	height: 330px;
	position: relative;
	left: -6px;
	width: 108px;
}

.indexFactoid-orto .indexFactoid__title {
	margin-bottom: 6px;
	margin-top: 16px;
}

.catalogTypes__orto {
	height: 516px;
	width: 366px;
}

.catalogTypes__orto__img {
	background-image: url("/local/templates/kingstyle/img/index_orto.jpg");
	background-position: -18px 7px;
}

.catalogTypes__orto__img .catalogTypes__link {
	position: absolute;
	bottom: -32px;
	left: 50%;
	-webkit-transform: translateX(-65%);
	transform: translateX(-65%);
}

.catalogTypes__gamers {
	height: 538px;
	width: 542px;
}

.catalogTypes__gamers {
	background-image: url("/local/templates/kingstyle/img/index_gamers.jpg");
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position-x: -366px;
	margin-top: 7px;
	padding: 17px 0 0 26px;
}

.catalogTypes__gamers .catalogTypes__text {
	width: 200px;
}

.catalogTypes__weight {
	border-bottom: solid 1px #ebeaea;
	border-top: solid 1px #ebeaea;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 63px;
	margin-bottom: 53px;
	padding: 37px 0 43px;
	width: 100%;
}

.weight__link {
	display: inline-block;
	font-family: 'Exo 2', sans-serif;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 10px;
}

.weight__text {
	font-size: 20px;
	line-height: 1.2;
}

.weight__small {
	width: 220px;
}

.weight__big {
	width: 380px;
}

.weightVideo {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 3px;
	width: 355px;
}

.weightVideo > *:not(.modal) {
	display: inline-block;
}

.weightVideo__button {
	background-image: url("/local/templates/kingstyle/img/weight_video_bg.jpg");
	background-size: cover;
	height: 150px;
	line-height: 150px;
	position: relative;
	width: 210px;
	min-width: 210px;
	text-align: center;
}

.weightVideo__button svg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.weightVideo__button svg path {
	transition: fill 0.2s;
}

.weightVideo__button:hover svg path {
	fill: #f82d40;
	transition: fill 0.08s;
}

.weightVideo__link {
	border-style: dashed;
	display: inline-block;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 2px;
}

.weightVideo__text {
	font-size: 16px;
	line-height: 1.25;
	margin-top: -6px;
	max-width: 124px;
}

.catalogTypes__height {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 800px;
}

.catalogTypes__height__img {
	background-image: url("/local/templates/kingstyle/img/index_height.jpg");
	background-repeat: no-repeat;
	color: #fff;
	font-family: 'Exo 2';
	font-size: 35px;
	font-weight: 500;
	height: 468px;
	line-height: 1;
	margin-bottom: 10px;
	padding: 13px 0 0 15px;
}

.catalogTypes__sort {
	margin-top: -6px;
	width: 275px;
}

.catalogTypes__sort > div:not(:last-child) {
	margin-bottom: 24px;
}

.catalogTypes__brands {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	background-color: rgba(250, 250, 250, 0.9);
	border: solid 1px #efefef;
	box-sizing: content-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 58px -35px 60px;
	padding: 45px 56px 42px 35px;
	width: 100%;
}

.brandsDescr {
	margin-top: -12px;
	margin-right: 100px;
	width: 364px;
}

.brandsDescr__title {
	margin-bottom: 14px;
}

.brandsDescr__text {
	font-size: 20px;
	line-height: 1.3;
	padding-left: 4px;
}

.brandsNames {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 430px;
}

.brandsNames__items, .brandsBelarus__link span {
	font-size: 18px;
}

.brandsNames__items {
	line-height: 1.56;
	width: 115px;
	min-width: 115px;
	margin-bottom: 8px;
}

.brandsBelarus {
	margin-right: -19px;
}

.brandsBelarus__link {
	display: block;
	width: 100px;
}

.brandsBelarus__link img {
	display: block;
	height: 68px;
	margin-bottom: 10px;
	margin-left: -6px;
	margin-top: 6px;
	width: 68px;
}

.brandsBelarus__link span {
	line-height: 1.39;
}

/*index section ABOUT*/
.indexAbout.wrap {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.indexAbout__managers > * {
	display: block;
	width: 255px;
}

.indexAbout__managersImg {
	/*height: 184px;*/
	margin-bottom: 12px;
}

.indexAbout__managersText {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.39;
}

.indexAbout__managersText:not(:last-child) {
	margin-bottom: 7px;
}

.indexAbout__video {
	/*-webkit-align-items: center;*/
	/*align-items: center;*/
	background-color: #000;
	/*display: -webkit-flex;
display: flex;*/
	/*height: 550px;*/
	/*overflow: hidden;*/
	padding-bottom: 42%;
	width: 828px;
}

@-moz-document url-prefix() {
	.indexAbout__video {
		height: 470px;
	}
}

.indexAbout__news,
.indexAbout__newsInstagram,
.indexAbout__newsList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.indexAbout__news {
	border-top: 1px solid #ebeaea;
	margin-top: 72px;
	padding-top: 46px;
	padding-bottom: 70px;
}

.indexAbout__newsTitle {
	margin-top: -10px;
	margin-bottom: 20px;
}

.indexAbout__newsInstagram {
	font-size: 18px;
	padding-right: 44px;
	width: 247px;
}

.newsInstagram_logo {
	height: 46px;
	width: 46px;
	max-height: 46px;
	max-width: 46px;
}

.indexAbout__newsList {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.indexAbout__newsListItem {
	font-size: 20px;
	line-height: 1.35;
	width: 245px;
}

.indexAbout__newsListItem:not(:last-child) {
	margin-right: 42px;
}

/*index catalog spares types*/
.indexCatalogTypes.sparesTypes {
	margin-bottom: 75px;
	padding-top: 56px;
}

.sparesTypes .wrap {
	position: relative;
}

.sparesTypes .sectionTitle__name {
	margin-bottom: 50px;
}

.sparesTypes__list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.sparesTypes__listItem {
	background-repeat: no-repeat;
	background-size: contain;
}

.sparesTypes__seat {
	background-image: url("/local/templates/kingstyle/img/index_sp_seating.png");
	background-position: -27px 100%;
	height: 460px;
	width: 412px;
}

.sparesTypes__cross {
	background-image: url("/local/templates/kingstyle/img/index_sp_cross.png");
	height: 364px;
	margin-left: -18px;
	text-align: center;
	width: 390px;
}

.sparesTypes__gaz {
	background-image: url("/local/templates/kingstyle/img/index_sp_gaz.png");
	background-position: 174% -58px;
	background-size: 234px;
	height: 349px;
	margin-top: -35px;
	padding-top: 37px;

	text-align: right;
	width: 300px;
}

.sparesTypes__podl {
	background-image: url("/local/templates/kingstyle/img/index_sp_podl.jpg");
	background-position: 102.5% 54px;
	background-size: 382px;
	height: 298px;
	margin-top: -240px;
	padding-right: 84px;
	text-align: right;
	width: 100%;
}

.sparesTypes__wheel {
	background-image: url("/local/templates/kingstyle/img/index_sp_wheel.png");
	background-position: center;
	background-size: auto 343px;
	height: 368px;
	margin-left: 247px;
	margin-top: -46px;
	text-align: center;
	width: 470px;
}

.sparesTypes__wheel .catalogTypes__link {
	vertical-align: middle;
}

.sparesTypes__wheel:after, .sparesTypes__podl:after, .sparesTypes__kach:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.sparesTypes__kach {
	background-image: url("/local/templates/kingstyle/img/index_sp_kach.png");
	background-position-y: 25px;
	height: 312px;
	padding-left: 142px;
	width: 390px;
}

.indexFactoid-repair {
	position: absolute;
	bottom: 13px;
	left: 35px;
	width: 194px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.indexFactoid-repair {
		left: 35px;
	}
}

doesnotexist:-o-prefocus, .indexFactoid-repair {
	left: 35px;
}

.indexFactoid-repair .indexFactoid__img {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: -9px;
	width: 100%;
}

.indexFactoid-repair .indexFactoid__title {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.08;
	margin-bottom: 10px;
}

.indexFactoid-repair .indexFactoid__text {
	line-height: 1.25;
}

/*contacts page*/
.contactsAddress {
	margin-top: 10px;
	padding-top: 48px;
}

.contactsSection .wrap {
	/*-webkit-align-content: space-between;
align-content: space-between;
	-webkit-align-items: center;
align-items: center;
	display: -webkit-flex;
display: flex;
	-webkit-flex-wrap: wrap;
flex-wrap: wrap;*/
	/*-webkit-justify-content: space-between;*/
	/*justify-content: space-between;*/
	padding-top: 1px;
}

.contactsAddress .pageTitle {
	margin-right: 72px;
	margin-left: -3px;
}

.contactsAddress__details {
	margin-top: 14px;
	margin-right: 35px;
}

.contactsAddress__details:nth-child(4) {
	margin-right: 0;
}

.address_title {
	font-weight: 600;
	letter-spacing: 2.6px;
	--webkit-transform: uppercase;
	transform: uppercase;
}

.contactsAddress__detailsTitle {
	font-size: 13px;
	line-height: 1.62;
}

.address_text {
	font-weight: 600;
}

.contactsAddress__detailsAddress {
	font-size: 23px;
	line-height: 0.91;
}

.contactsAddress__detailsTime {
	line-height: 1.25;
	margin-bottom: -8px;
}

.contactsAddress .contacts__map {
	margin-top: 16px;
}


.contactsTel_container, .contactsTel__main, .contactsTel__other {
	-webkit-align-content: space-between;
	align-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contactsTel_container {
	/*background-color: rgba(250, 250, 250, 0.9);;
	border: solid 1px #efefef;
	margin-top: 25px;
	min-height: 520px;
	padding: 0 50px 0 43px;*/
}

.contactsTel__main {
	flex: 0 0 52%;
	max-width: 52%;
	margin-bottom: 28px;
}

.contactsTel__mainTel {
	font-family: 'Exo 2', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.45;
}

.contactsTel__mainText {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.32;
}

.contactsTel__mainText:not(:last-child) {
	margin-bottom: 20px;
}

.contactsTel_container .messagers {
	margin-top: 7px;
}

.contactsTel_container .messagers svg {
	height: 36px;
	width: 36px;
}

.contactsTel_container .messagers .whatsup_api svg {
	height: 42px;
	width: 42px;
}

.contactsTel__other {
	flex: 0 0 40%;
	margin-top: 14px;
	max-width: 40%;
}

.contactsTel__other li {
	line-height: 1.19;
	margin-bottom: 20px;
	min-width: 200px;
}

.contactsTel__otherTitle {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.08;
	margin-bottom: 3px;
}

.contactsTel__email {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.28;
	margin-bottom: 4px;
}

.contactsTel__skype {
	font-size: 16px;
	line-height: 1.88;
}

.contactsTel__requisites {
	-webkit-align-self: flex-end;
	align-self: flex-end;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.28;
}

/*thank page*/
.thankPage {
	margin-top: 14px;
	padding-top: 34px;
}

.thankPage__text {
	font-size: 20px;
	line-height: 1.4;
	position: relative;
	/*margin-bottom: 18px;*/
	/*margin-bottom: 30px;*/
	/*width: 700px;*/
}

.thankPage__text::before {
	content: "—";
	position: absolute;
	top: -2px;
	left: -25px;
}

.thankPage__text p:not(:last-child) {
	margin-bottom: 10px;
}

/*.thankPage .pageTitle {
	margin-bottom: 14px;
}*/
.thankPage__mapImg {
	height: 755px;
	width: 854px;
}

.thankPage__mapImg img {
	height: 100%;
	width: 100%;
}

.thankPage__video {
	margin-bottom: 52px;
	padding-bottom: 38%;
	width: 750px;
}

.thankPage__map, .thankPage__mapText {
	-webkit-align-content: space-between;
	align-content: space-between;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.thankPage__mapText {
	width: 20%;
}

.thankPage__mapText > * {
	width: 100%;
}

.thankPage__mapDownload {
	width: 200px;
}

.thankPage__mapDownload a > * {
	vertical-align: top;
}

.thankPage__mapDownload a > span {
	margin-right: 5px
}

.thankPage__mapDownload a > svg {
	position: relative;
	top: 2px;
}

.thankPage__mapDownload .non_link {
	margin-top: -16px;
}

.thankPage__mapDownload small {
	font-size: 0.75em;
}

.thankPage__mapDetails:not(:last-child) {
	margin-bottom: 16px;
}

.thankPage__mapDetailsTitle {
	font-size: 12px;
	line-height: 1.75;
}

.thankPage__mapDetailsAddress {
	font-size: 20px;
	line-height: 1.05;
	font-weight: 700;
}

.thankPage__mapDetailsTime {
	line-height: 1.25;
}

.thankPage__socialList {
	margin-bottom: 15px;
}

/*error page*/
.errorPage {
	padding-bottom: 50px;
}

.errorPage .wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.errorPageInfo {
	width: 630px;
}

.errorPageInfo__subtitle {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 60px;
}

.errorPageInfo__title {
	line-height: 0.91;
	margin-bottom: 34px;
}

.errorPageInfo__text {
	font-size: 23px;
	line-height: 1.43;
	margin-bottom: 36px;
}

.errorPageLogo {
	-webkit-align-self: center;
	align-self: center;
	margin-top: 30px;
	width: 344px;
}

.errorPageLogo svg {
	height: auto;
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.errorPageLogo svg {
		height: 394px;
	}
}

doesnotexist:-o-prefocus, .errorPageLogo svg {
	height: 394px;
}

/*payment page*/
.paymentHeader {
	background-image: linear-gradient(to bottom, #30ce8a, #038248);
	margin-top: 10px;
	margin-bottom: 46px;
	padding: 48px 0 58px;
}

.paymentHeader .wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.paymentHeader__text {
	width: 800px;
}

.paymentHeader__text .pageTitleBig {
	line-height: 1.06;
	margin-bottom: 10px;
	margin-left: -3px;
}

.pageHeader__ico {
	-webkit-align-self: center;
	align-self: center;
	margin-top: 20px;
}

.paymentWaysContainer {
	margin-bottom: 56px;
}

.paymentWaysContainer .wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.payment-templ .paymentBlock {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.paymentWay {
	/*width: 354px;*/
	width: 340px;
}

.paymentWay:not(:last-child) {
	margin-bottom: 35px;
}

.paymentWay__title {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.08;
	margin-bottom: 14px;
}

.paymentWay__subtitle {
	font-weight: 700;
	line-height: 1.63;
}

.paymentWay__description {
	line-height: 1.38;
}

.paymentWay__description:not(:last-child) {
	margin-bottom: 14px;
}

.paymentWay__list {
	line-height: 1.5;
}

.paymentWay__listItem {
	position: relative;
}

.paymentWay__listItem:after {
	content: "\2014";
	display: block;
	position: absolute;
	top: 0;
	left: -15px;
}

.staticContacts_tel {
	-webkit-align-items: center;
	align-items: center;
	background-color: rgba(250, 250, 250, 0.9);
	border: solid 1px #efefef;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 44px;
	padding: 20px 35px 30px;
	width: 100%;
}

.staticContacts_telNum {
	font-family: 'Exo 2', sans-serif;
	font-size: 65px;
	font-weight: 700;
	width: 560px;
	min-width: 560px;
}

.staticContacts-payment .linkTel {
	color: #1aa869;
}

.staticContacts-delivery .linkTel {
	color: #f82d40;
}

.staticContacts_telText {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.24;
	width: 410px;
	padding-top: 4px;
}

/*delivery page*/
.deliveryHeader {
	background-image: linear-gradient(to bottom, #f5515f, #9f031b);
	margin-top: 10px;
	padding: 50px 0 60px;
}

.deliveryHeader__text {
	width: 46%;
}

.deliveryHeader__text .pageTitleBig {
	line-height: 1;
	margin-bottom: 12px;
}

.deliveryHeader__text .pageDescription p:not(:last-child),
.deliveryHeader__text .pageDescription:not(:last-child) {
	margin-bottom: 14px;
}

.deliveryHeader__text .pageDescription p {
	font-size: 23px;
	line-height: 1.3;
}

.delivery__subtitle {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.12;
	margin-bottom: 11px;
}

.delivery__subtitle .abbr {
	font-size: 20px;
	letter-spacing: 1.9px;
	--webkit-transform: uppercase;
	transform: uppercase;
}

.delivery__text {
	font-size: 16px;
	line-height: 1.375;
}

.delivery__text b {
	display: block;
	font-weight: 700;
	white-space: nowrap;
}

.delivery__text > *:not(:last-child) {
	margin-bottom: 7px;
}

.delivery__textList {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.deliveryWays {
	padding: 51px 0 62px;
}

.deliveryWays .wrap {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.deliveryMinsk {
	margin-bottom: 34px;
	width: 325px;
}

.deliveryMinsk .delivery__textList {
	width: 67%;
}

.deliveryRegion {
	width: 384px;
}

.deliveryChairs {
	position: relative;
}

.deliveryChairs__detail {
	background-color: rgba(250, 250, 250, 0.9);
	border: 1px solid #efefef;
	padding: 20px 30px 20px 20px;
	width: 660px;
}

.deliveryChairs__detail .delivery__textList > * {
	min-width: 184px;
}

.deliveryChairs__detail .delivery__textList > *:not(:last-child) {
	margin-right: 25px;
}

.deliveryPaid__detail .delivery__textList > *:not(:last-child) {
	margin-right: 25px;
}

.delivery__img {
	position: absolute;
	width: 740px;
	top: -632px;
	left: -36px;
}

.delivery__img img {
	width: 100%;
	height: auto;
}

.deliveryPickup .wrap {
	border-top: 1px solid #ebeaea;
	display: -webkit-flex;
	display: flex;
	padding-top: 38px;
	padding-bottom: 75px;
}

.deliveryPickup__img {
	width: 854px;
	min-width: 854px;
}

.deliveryPickup__img img {
	height: 703px;
	width: 100%;
}

.deliveryPickup__text {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.deliveryPickup__text {
		width: 258px;
	}
}

.deliveryPickup__address {
	margin-bottom: -6px;
}

.deliveryAddress__details {
	display: flex;
	flex-direction: column;
}

.deliveryAddress__detailsTitle {
	font-size: 12px;
	margin-bottom: 10px;
}

.deliveryAddress__detailsAddress {
	font-size: 20px;
}

.deliveryAddress__detailsAddress.address_text.address_text-city {
	margin-bottom: 5px;
}

.deliveryAddress__details:not(:first-child) {
	margin-top: 15px;
}

.deliveryPickup__address .delivery__text {
	margin-top: 5px;
	margin-bottom: 20px;
}

/*for client page*/
.clientSection {
	margin-bottom: 68px;
}

.clientSection .pageTitle,
.clientSection .staticSubtitle {
	width: 100%;
}

.clientSection .pageTitle {
	margin-bottom: 25px;
}

.staticSubtitle {
	font-family: 'Exo 2', sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 25px;
}

.clientInfo__title {
	font-weight: 600;
}

.clientInfo-big .clientInfo__title {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 10px;
}

.clientInfo-small .clientInfo__title {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 2px;
}

.clientInfo.clientInfo-big:not(:last-child) {
	margin-bottom: 35px;
}

.clientSection-repair .clientInfo.clientInfo-big:not(:last-child) {
	margin-bottom: 0;
}

.clientInfo.clientInfo-small:not(:last-child) {
	margin-bottom: 17px;
}

.clientInfo__text {
	font-size: 20px;
	line-height: 28px;
}

.clientInfo-small .clientInfo__text {
	font-size: 16px;
	line-height: 22px;
}

.clientInfo-small .clientInfo__text:not(:last-child) {
	margin-bottom: 10px;
}

.clientSection .clientInfo__text p {
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0;
}

.clientSection .clientInfo-small .clientInfo__text p {
	font-size: 16px;
	line-height: 22px;
}

.clientSection .clientInfo-small .clientInfo__text p:not(:last-child) {
	margin-bottom: 10px;
	margin-top: 0px;
}

.clientSection-buy {
	/*margin-top: 6px;*/
	padding-top: 60px;
}

.clientSection-buy .wrap > * {
	vertical-align: top;
}

.bx-mac .clientSection-buy .wrap > * {
	vertical-align: baseline;
}

.clientBuy-left {
	width: 704px;
}

.clientBuy-right {
	width: 256px;
}

.clientSection-repair .clientInfo {
	display: inline-block;
	width: 498px;
}

.clientSection-repair .clientInfo:nth-child(2) {
	margin-right: 70px;
}

.clientSection-questions .staticSubtitle {
	margin-bottom: 32px;
}

.clientSection-questions .clientInfo__text:nth-child(2) {
	margin-bottom: 28px;
	width: 704px;
}

.clientInfo__list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 105px;
}

.clientInfo__list li:not(:nth-child(3n)) {
	margin-bottom: 10px;
}

.clientSection-docs {
	margin-bottom: 100px;
}

.clientSection-docs .staticSubtitle {
	margin-bottom: 14px;
}

/*docs page*/
.docsSection {
	padding-top: 60px;
}

.docsSection .pageTitle {
	margin-bottom: 10px;
}

.docsSection__text {
	margin-bottom: 40px;
	width: 700px;
}

.docs_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.docs_item {
	margin-bottom: 40px;
}

.docs_item:not(:nth-child(3n)) {
	margin-right: 30px;
}

.docs_item:not(.doc_small) {
	width: 350px;
}

.doc_small {
	width: 162px;
}

.docs_item__img img {
	height: auto;
	width: auto;
	max-height: 100%;
	min-width: 100%;
	margin-bottom: 10px;
}

.docs_item_title {
	font-size: 16px;
	line-height: 1.38;
}

/*DETAILED CARD*/
.detailedCardContainer, .catalogContainer, .basketContainer, .thankPage, .megamenu + .sectionContent {
	/*margin-top: 15px;*/
}

.detailedCardContainer {
	padding-top: 50px;
}

.detailedCardContainer .wrap, .basketContainer .fullBasket,
.solutionCardContainer .wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.detailedCardContainer__main, .basketTable {
	width: 950px;
}

.detailedCardContainer__side, .sideInfo {
	width: 330px;
}

.detailedCardContainer__side {
	padding-top: 8px;
	position: relative;
}

.productSubtitle {
	font-size: 25px;
	font-weight: 700;
}

.productSubtitle-big {
	font-family: 'Exo 2', sans-serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.03;
}

.productSubtitle-medium {
	font-family: 'Exo 2', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.425;
}

.productText {
	font-size: 20px;
	line-height: 1.4;
}

/*--general info--*/
.productGeneralInfo {
	margin-bottom: 66px;
}

.productGeneralInfo__title {
	font-family: 'Exo 2', sans-serif;
	font-size: 70px;
	font-weight: 700;
	/*height: 96px;*/
	line-height: 1.1;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}

.productGeneralInfo__title span {
	display: inline-block;
	/*height: 192px;*/
	overflow: hidden;
	padding-bottom: 6px;
	width: 100%;
}

.productGeneralInfo__photoMain {
	margin-bottom: 70px;
	position: relative;
	width: 550px;
}

.productGeneralInfo__photoMain img {
	height: auto;
	max-height: 786px;
	max-width: 100%;
}

.productGeneralInfo__label {
	align-items: center;
	background-color: #f62b3e;
	border-radius: 50%;
	display: flex;
	height: 176px;
	position: absolute;
	right: -50px;
	bottom: 50px;
	transform: rotate(-12deg);
	width: 176px;
}

.productGeneralInfo__label > span {
	color: #fff;
	font-size: 32px;
	line-height: 34px;
	text-align: center;
	margin-top: -8px;
}

.productGeneralInfo__label > span > span {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	transition: 0.2s;
}

.productGeneralInfo__label:hover > span > span {
	border-color: transparent;
}

.productGeneralInfo__photoSides {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.productGeneralInfo__photoSides img {
	height: auto;
	width: 46%;
	max-width: 46%
}

doesnotexist:-o-prefocus, .productGeneralInfo__photoSides img {
	max-width: 300px;
	width: 300px;
}

/*.productGeneralInfo__photoSides img:first-child {
	width: 46%;
	max-width: 46%
}
.productGeneralInfo__photoSides img:last-child {
	width: 50%;
	max-width: 50%
}*/
/*--interior photos--*/
.interiorPhotosContainer {
	margin-bottom: 30px;
}

.interiorPhotos__caption {
	font-size: 16px;
}

.interiorPhotos__img img {
	max-height: 100%;
	width: 100%;
}

.interiorPhotos-wide:not(:last-child) {
	margin-bottom: 36px
}

.interiorPhotos-wide .interiorPhotos__img {
	margin-bottom: 5px;
}

.interiorPhotos-thin {
	display: -webkit-flex;
	display: flex;
	/*-webkit-justify-content: space-between;*/
	/*justify-content: space-between;*/
}

.interiorPhotos-thin .interiorPhotos__img {
	width: 285px;
}

.interiorPhotos-thin .interiorPhotos__img:not(:nth-last-child(2)) {
	margin-right: 20px;
}

.interiorPhotos-thin .interiorPhotos__caption {
	margin-left: 15px;
	margin-top: -3px;
	width: 140px;
}

/*--producer--*/
.producerContainer, .materials {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.producerContainer {
	margin-bottom: 24px;
}

.producer__name, .materials__title {
	width: 100%;
}

.producer__description/*:not(:last-child)*/ {
	width: 770px;
	text-align: justify;
}

.producerFactoid {
	width: 84px;
}

.producerFactoid__title {
	font-family: 'Exo 2', sans-serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.03;
}

/*--characteristics--*/
.characteristics, .features {
	margin-bottom: 80px;
}

.characteristics__title {
	margin-bottom: 10px;
}

.characteristics__table {
	margin-bottom: 40px;
}

.characteristics__table td:first-child {
	max-width: 270px;
	min-width: 246px;
}

.characteristics__table td:last-child {
	line-height: 1.3;
	padding-bottom: 7px;
}

.characteristics__scheme {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.characteristics__schemeLegend {
	margin-top: -25px;
	/*width: 140px;*/
	width: 170px;
}

.schemeLegendItem:not(:last-child) {
	margin-bottom: 10px;
}

.schemeLegendItem > * {
	display: block;
}

.bar .schemeLegendItem-backrest {
	display: none;
}

.schemeLegendItem__title {
	font-family: 'Exo 2', sans-serif;
	font-size: 35px;
	font-weight: 500;
}

.characteristics__schemeImg {
	min-width: 540px;
	position: relative;
	width: 540px;
}

.schemeImgText {
	display: block;
	font-size: 14px;
	position: absolute;
	text-align: center;
	width: 50px;
}

.schemeImgText-width {
	top: -8px;
	left: 86px;
}

.schemeImgText-backrest {
	top: 84px;
	left: -24px;
}

.schemeImgText-seatDeapth {
	top: -8px;
	left: 323px;
}

.schemeImgText-seatFlore {
	top: 210px;
	left: 385px;
}

.bar .schemeImgText-width {
	left: 15px;
}

.bar .schemeImgText-backrest {
	display: none;
}

.bar .schemeImgText-seatDeapth {
	left: 170px;
}

/*--features of expensive--*/
.featureItem:not(:last-child) {
	margin-bottom: 55px;
}

.featureItem__img {
	margin-bottom: 20px;
}

.featureItem__img-thin {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.featureItem__img-thin img {
	max-width: 48.6%;
	width: 48.6%;
}

.featureItem__img-wide img {
	max-width: 100%;
	width: 100%;
}

.featureItem__title {
	margin-bottom: 2px;
}

.feature__video:not(:last-child) {
	margin-bottom: 50px;
}

/*--elements of expensive--*/
.elementsRich {
	margin-bottom: 80px;
}

.elementsRichItem:not(:last-child) {
	border-bottom: 1px solid #ebeaea;
	margin-bottom: 40px;
	padding-bottom: 108px;
}

.elementsRichItem__img, .elementFunction__img {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 15px;
}

.elementsRichItem__img > *, .elementFunction__img > * {
	display: block;
}

.elementsRichItem__img img, .elementFunction__img img {
	width: 590px;
}

.elementsRichItem__imgCapture, .elementFunction__imgCapture {
	margin-top: -3px;
	width: 300px;
}

.elementFunction__img + .feature__video {
	margin-top: 50px;
}

.elementsRichItem__title {
	margin-bottom: 10px;
}

.elementsRichItem__text {
	width: 95%;
}

.elementsRichItem__text p:not(:last-child) {
	margin-bottom: 10px;
}

/*--materials--*/
.materials {
	border-top: 1px solid #ebeaea;
	margin-bottom: 80px;
	padding-top: 15px;
}

.materials__title {
	margin-bottom: 10px;
}

.materials__description {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.materials__text {
	margin-bottom: 40px;
}

.materials__text:not(:last-child) {
	width: 532px;
}

.materials__similarProduct {
	line-height: 1.35;
	margin-top: 6px;
	width: 130px;
}

.materials__guidanceContainer {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	box-sizing: content-box;
	display: -webkit-flex;
	display: flex;
	min-height: 405px;
	padding: 0 43px 23px 35px;
	position: relative;
	width: 672px;
}

.materials__guidanceImg {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 750px;
	height: 100%;
}

.materials__guidance {
	background-color: #fff;
	border: 1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 24px 10px 35px 21px;
	position: relative;
}

.materials__guidanceItem {
	width: 30%;
}

.guidanceItem__ico {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	display: -webkit-flex;
	display: flex;
	height: 40px;
	margin-bottom: 4px;
}

.guidanceItem__text {
	line-height: 1.25;
}

/*elements*/
.elementsItem {
	padding-bottom: 40px;
}

.elementsItem:not(:last-child) {
	border-bottom: solid 1px #ebeaea;
	margin-bottom: 12px;
}

.elementsItem__title {
	margin-bottom: 10px;
}

.elementsItem__text {
	margin-bottom: 32px;
}

.elementsItem__factiod {
	margin-top: -8px;
	width: 120px;
}

.elementsItem__factiodTitle, .elements__btn {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.12;
}

.elementsItem__factiodText {
	line-height: 1.25;
}

.elements__video {
	margin-top: 40px;
	margin-bottom: 76px;
}

.elementsItem__variantTitle {
	margin-bottom: 3px;
}

.elementsItem__variantText {
	margin-bottom: 20px;
}

.elementsItem__btnGroup {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.elements__btn {
	background-color: #eee;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 3px 0 0 #ccc;
	color: #000;
	display: inline-block;
	padding: 5px 15px 8px;
	text-align: center;
	transition: 0.2s;
	width: 185px;
}

.elements__btn:hover {
	background-color: #f7f7f7;
	box-shadow: 0 2px 0 0 #ccc;
	transition: 0.1s;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.elements__btn:active, .elements__btn.pressed {
	background-color: #fff;
	border: solid 1px #dadada;
	box-shadow: 0 0px 0 0 #ccc;
	cursor: default;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.btn__text-small {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.13;
}

/*--elements rolls--*/
.elements__rolls {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.elements__rolls .elementsItem__btnGroup {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 580px;
	gap: 15px;
}

.elements__rolls .elements__btn {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 96px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-width: 200px;
	padding: 10px;
	text-align: left;
}

.elements__rolls .elements__btn > * {
	display: block;
}

/*--elements kach--*/
.elements__kach.elementsItem {
	padding-bottom: 32px;
}

.elements__kach .elementsItem__variant {
	margin-bottom: 30px;
	position: relative;
}

.elements__kach .elementsItem__variant:last-of-type {
	margin-bottom: 0;
}

.elements__kach .elementsItem__variantDescr {
	position: relative;
	z-index: 1;
}

.elements__kach .elementsItem__img {
	text-align: center;
	width: 224px;
}

.elements__kach .elementsItem__img img {
	max-height: 130px;
	max-width: 100%;
}

/*--elements cross--*/
.elements__cross {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*-webkit-justify-content: space-between;*/
	/*justify-content: space-between;*/
}

.elements__cross .elementsItem__variant {
	padding-bottom: 45px;
	position: relative;
	width: 180px;
}

.elements__cross .elementsItem__img {
	height: 175px;
	margin-bottom: 7px;
}

.elements__cross .elementsItem__img img {
	max-width: 100%;
}

.elements__cross .elementsItem__variantText {
	margin-bottom: 10px;
}

.elements__cross .elements__btn {
	position: absolute;
}

/*custom color*/
.customColor {
	background-image: url(/local/templates/kingstyle/img/color.png);
	background-repeat: no-repeat;
	background-position: 100% 12%;
	background-size: 112px 118px;
	margin-bottom: 80px;
	padding-top: 8px;
}

.customColor .productSubtitle-big {
	margin-bottom: 4px;
}

.customColor__text {
	margin-bottom: 36px;
	width: 550px;
}

.customColor__contacts {
	-webkit-align-items: center;
	align-items: center;
	background-color: rgba(250, 250, 250, 0.9);
	border: solid 1px #efefef;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 16px 20px 20px;
}

.customColor__contactsTime {
	width: 260px;
}

.customColor__contactsTel {
	font-family: 'Exo 2', sans-serif;
	font-size: 42px;
	font-weight: 600;
}

.customColor__contactsTel .linkTel {
	color: #f82d40;
}

/*similar products*/
.productSimilar {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	border-top: 2px solid #ebeaea;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 46px;
	padding-top: 30px;
	width: 100%;
}

.productSimilar__link {
	font-family: 'Exo 2', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.55;
	margin-top: 35px;
	text-align: center;
	/*max-width: 550px;*/
	/*max-width: 800px;*/
	max-width: 790px;
}

.productSimilar__link-wide {
	font-size: 60px;
	line-height: 79px;
	flex: 0 0 100%;
	margin-bottom: 30px;
	margin-top: -14px;
	max-width: unset;
	text-align: left;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.productSimilar__link-wide {
		min-width: 100%;
	}
}

.productSimilar__item {
	text-align: center;
	width: 150px;
}

.productSimilar__item-right {
	-webkit-order: 3;
	order: 3;
}

.productSimilar__itemImg {
	height: 160px;
	margin: 0 auto;
	width: 100px
}

.productSimilar__itemImg img {
	max-height: 100%;
	max-width: 100%;
}

.productSimilar__itemLink {
	font-weight: 600;
}

.productSimilar__item {
	text-align: left;
	width: 160px;
}

.productSimilar__item .productSimilar__itemImg {
	width: 100%;
	height: auto;
	margin-bottom: 4px;
}

.shopReviews, .productReviews {
	margin-bottom: 50px;
}

.productReviews img {
	width: 100%;
}

/*gear detailed card*/
.cardGear .productGeneralInfo {
	margin-bottom: 88px;
}

.cardGear .productGeneralInfo__title {
	font-size: 75px;
	margin-bottom: 150px;
}

.cardGear .productGeneralInfo__photoMain {
	width: 700px;
}

.elementFunction {
	border-bottom: 1px solid #ebeaea;
	margin-bottom: 40px;
	padding-bottom: 66px;
}

.elementFunction__title {
	margin-bottom: 10px;
}

.elementFunction__text {
	margin-bottom: 35px;
}

.repairInfo {
	margin-bottom: 60px;
}

.repairInfo__img {
	margin-bottom: 15px;
}

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

.repairInfo__title {
	margin-bottom: 14px;
}

.repairInfo__text {
	width: 95%;
}

.repairInfo__text p:not(:last-child) {
	margin-bottom: 10px;
}

.repairInfo__text .linkTel {
	display: inline-block;
}

/*side block*/
.sideInfo {
	/*position: fixed;*/
	position: static;
	/*top: 90px;*/
	top: 35px;
	bottom: 60px;
	transition: 0.2s;
}

.sideInfo.fixed {
	position: fixed;
}

.sideInfo.stop {
	/*bottom: 60px;*/
	top: unset;
}

.sideInfoOptions {
	background-color: rgba(250, 250, 250, 0.93);
	border: solid 1px #e8e8e8;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	/*-webkit-justify-content: space-between;*/
	/*justify-content: space-between;*/
	min-height: 320px;
	padding: 20px 20px 27px;
	width: 100%;
}

.sideInfoOptions-small {
	min-height: 230px;
}

.sideInfoOptions__colors {
	border-bottom: solid 1px #e8e8e8;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 10px;
}

.sideInfoOptions__colorsItem {
	border-bottom: 3px solid rgba(71, 159, 230, 0);
	padding-bottom: 14px;
	transition: 0.2s;
	position: relative;
	bottom: -1px;
}

.sideInfoOptions__colorsItem:hover {
	border-bottom-color: rgba(71, 159, 230, .3);
	transition: 0.1s;
}

.sideInfoOptions__colorsItem.active {
	border-color: #479fe6;
}

.sideInfoOptions__colorsItem:not(.active) {
	cursor: pointer;
}

.sideInfoOptions__colorsItem:not(:last-child) {
	margin-right: 9px;
}

.sideInfoOptions__colorsItem:nth-child(5) {
	margin-right: 0;
}

.sideInfoOptions__colorsItem:nth-child(n+6) {
	margin-top: 20px;
}

.colorItem_pattern {
	border: 1px solid #e8e8e8;
	border-radius: 15px;
	height: 50px;
	width: 50px;
}

.priceInfo .fade-block--price {
	position: relative;
	top: -15px;
}
.priceInfo {
	margin-bottom: 2px;
}

.priceInfo__new,
.priceInfo__new + .priceInfo__curr,
.priceInfo__pre {
	font-size: 34px;
	font-weight: 500;
	margin-right: 2px;
}

.priceInfo__old {
	display: none;
}

.priceInfo__old,
.priceInfo__old + .priceInfo__curr {
	color: #999;
	font-size: 18px;
	position: relative;
}

.priceInfo__pre {
	margin-right: 7px;
}

/*.priceInfo__new:after, .onsale .priceInfo__old:after {
	content: ' руб.';
}
.onsale .priceInfo__new:after {
	content: '';
}*/
.onsale .priceInfo__old {
	display: inline-block;
}

.onsale .priceInfo__new, .onsale .priceInfo__new + .priceInfo__curr {
	color: #f82d40;
}

.onsale .priceInfo__old:before {
	background-color: #f82d40;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	-webkit-transform: rotate(-26deg);
	transform: rotate(-26deg);
	transform-origin: left;
	/*width: 59%;*/
	width: 110%;
}

.cardGear .onsale .priceInfo__old:before {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
	width: 130%;
}

.modelInfo {
	margin-bottom: 8px;
}

.modelInfo > *:not(:last-child):after {
	content: ', ';
}

.modelInfo__color {
	display: none;
}

.modelInfo__color.active {
	display: inline;
}

.sendToBasket__fields {
	display: none;
}

.sideInfoOptions .button-order {
	display: flex;
	/*padding-right: 60px;*/
	text-align: center;
	min-width: 100%;
}

.sideInfoOptions__orderForm {
	/*margin-top: 40px;*/
	margin-top: 64px;
}

.sideInfoOptions__elementsWrap {
	height: 0;
	overflow: hidden;
}

.sideInfoOptions__elements {
	position: relative;
	width: 100%;
}

.sideInfoOptions__elementsRow > * {
	padding-top: 2px;
	padding-bottom: 6px;
}

.sideInfoOptions__elementsRow:first-child > * {
	border-bottom: 1px solid #e8e8e8;
	padding-top: 0;
}

.sideInfoOptions__elementsRow:last-child > * {
	padding-bottom: 0;
}

.sideInfoOptions__elementsRow {
	position: relative;
}

.sideInfoOptions__elementsCost {
	font-weight: 700;
	min-width: 80px;
	text-align: right;
}

.sideInfoOptions__elementsCost:after {
	content: " \0440\0443\0431.";
}

.sideInfoDetails {
	padding: 20px;
}

.sideInfoDetails__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 4px;
}

.sideInfoDetails__text {
	font-size: 15px;
	line-height: 20px;
}

.sideInfoDetails__text:not(:last-child) {
	margin-bottom: 23px;
}

.availInfo {
	display: none;
	font-size: 15px;
}

.availInfo__color {
	--webkit-transform: capitalize;
	transform: capitalize;
}

.notavailable .availInfo {
	display: block;
}

.notavailable .priceInfo,
.notavailable .sideInfoOptions__elementsWrap {
	display: none;
}

.sideInfoOptions__basketInfo {
	display: none;
	margin-top: 10px;
	position: relative;
	top: -20px;
	opacity: 0;
}

/*CATALOG*/
.catalogContainer {
	padding-top: 38px;
}

.catalogContainer .wrap, .catalogSort,
.catalogSort__container, .catalogItems__container,
.catalogItems__row {
	display: -webkit-flex;
	display: flex;
}

.catalogContainer .wrap {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.catalogContent {
	width: 840px;
}

.catalogTitle {
	font-family: 'Exo 2', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	/*margin-bottom: 30px;*/
	margin-bottom: 16px;
}

.catalogFilterListTitle {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
	width: 760px;
}

.catalogSort {
	font-size: 20px;
	margin-bottom: 70px;
}

.catalogSort__container {
	margin-left: 10px;
}

.catalogSort__item a:not(.linkType1),
.mainNavList__item a:not(.linkType1),
.footerMenu__listItem a.disabled,
.footerMenu__title a:not(.linkType2) {
	color: inherit;
	cursor: default;
}

.catalogSort__item:not(:last-child) {
	margin-right: 12px;
}

.catalogItems__container, .catalogItems__row {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*-webkit-justify-content: space-between;*/
	/*justify-content: space-between;*/
	/*width: 94%;*/
}

.catalogItems__row.show-more {
	margin-top: 20px;
	width: 100%;
}

/*.search_result .catalogItems__row {
	-webkit-align-items: flex-end;
align-items: flex-end;
}*/
.catalogItem {
	margin-bottom: 70px;
	width: 230px;
}

.catalogItem:not(:nth-child(3n)) {
	margin-right: 40px;
}
.catalogItem .rating-block{
	margin-bottom: 10px;
}

.catalogItemLink {
	color: #000;
	display: block;
}

.catalogItem__img {
	height: 300px;
	width: 100%;
}

.catalogItem__img img {
	max-height: 100%;
	max-width: 100%;
}

doesnotexist:-o-prefocus, .catalogItem__img img {
	max-width: 230px;
}

doesnotexist:-o-prefocus, .catalogItem-element.catalogItem .catalogItem__img img {
	max-width: 103px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.catalogItem-element.catalogItem .catalogItem__img img {
		max-width: 200px;
	}
}

.catalogItem__name {
	font-size: 20px;
	margin-bottom: 2px;
}

.catalogItem__priceNew {
	font-size: 1.7em;
	font-weight: 600;
}

/*.catalogItem__priceNew:after {
	content: ' руб.';
}*/
.catalogItem__priceOld {
	color: #999;
	font-size: 18px;
	margin-left: 10px;
	position: relative;
}

.catalogItem__labels {
	font-size: 15px;
	line-height: 1.2;
}

.catalogItem__labels-art .manager_point_section{
	margin-left: 6px;
}
.catalogItem__labels-art {
	padding-top: 5px;
	display: flex;
	align-items: center;
}

.catalogItem__labels:first-letter {
	--webkit-transform: uppercase;
	transform: uppercase;
}

/*класс с новым стилем перечеркнутой цены*/
.catalogItem__priceOld:before {
	background-color: gray;
	content: '';
	display: block;
	position: absolute;
	bottom: 9px;
	height: 1px;
	/* -webkit-transform: rotate(-32deg); */
	/* transform: rotate(-32deg); */
	-webkit-transform: rotate(-25deg);
	transform: rotate(-180deg);
	transform-origin: center;
	/* width: 113%; */
	/*width: 191%;*/
	width: 100%;
}

.catalogItem__factoid {
	margin-top: -17px;
}

.factoid__title {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.12;
	margin-bottom: 5px;
}

.factoid__text, .factoid__link {
	font-size: 16px;
	line-height: 1.375;
}

.factoid__text {
	margin-bottom: 4px;
}

.factoid__link {
	font-weight: 700;
}

/**catalog filter**/
.catalogFilterContainer {
	-webkit-order: 2;
	order: 2;
	padding-top: 40px;
	position: relative;
	width: 225px;
}

.catalogFilter {
	/*position: fixed;*/
	position: static;
	top: 35px;
	bottom: 70px;
	width: 225px;
	transition: 0.2s;
}

doesnotexist:-o-prefocus, .catalogFilter, .catalogFilterContainer {
	z-index: 1;
}

.catalogFilter.fixed {
	position: fixed;
}

.catalogFilter {
	z-index: 10;
}

.catalogFilter.stop {
	/*bottom: 70px;*/
	/*top: unset;*/
}

.catalogFilter:not(.stop):not(.fixed) {
}

.catalogFilter__selectedQuantity {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 4px;
}

.catalogFilter__types {
	margin-bottom: 16px;
	position: relative;
}

.catalogFilter__type:last-child {
	border-width: 2px;
}

.filterType__title {
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid transparent;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 8px;
	position: relative;
}

.open .filterType__title {
	border-color: #ececec;
}

.filterType__name {
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
}

.filterType__name:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 120%;
	top: -6px;
}

.open .filterType__name {
	border-width: 0;
	cursor: default;
}

.open .filterType__name:hover {
	color: inherit;
}

.filterType__selectedList {
	font-style: italic;
}

doesnotexist:-o-prefocus, .filterType__selectedList {
	display: inline-block;
	width: 75px;
}

.filterType__badge {
	background-color: #11bf61;
	border-radius: 50%;
	color: #fff;
	display: none;
	font-size: 13px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: -28px;
	text-align: center;
	width: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.filterType__badge {
		bottom: 8px;
	}
}

.catalogFilter__type label, .filterType__reset {
	transition: 0.2s;
}

.catalogFilter__type label:not(.disabled):hover, .filterType__reset:hover {
	cursor: pointer;
	transition: 0.1s;
}

.filterType__reset {
	color: #979797;
	display: none;
	position: relative;
}

.filterType__reset:after {
	content: "";
	display: block;
	height: 23px;
	position: absolute;
	width: 23px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.filterType__textWrap {
	display: inline-block;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.filterType__textWrap {
		max-width: unset;
		width: 216px;
	}
}

.catalogFilter__type:not(.catalogFilter__price) input {
	display: none;
}

.filterType__list {
	height: 0;
	overflow-y: hidden;
	overflow-x: hidden;
	transition: 0.3s;
}

.open:not(.catalogFilter__price) .filterType__list {
	height: 206px;
	transition: 0.3s;
}

.open.catalogFilter__price .filterType__list {
	height: 110px;
	padding-top: 10px;
}

.open .filterType__list {
	overflow-y: auto;
}

.filterType__list::-webkit-scrollbar {
	width: 7px;
}

.filterType__list::-webkit-scrollbar-track {
	background-color: #fff;
}

.filterType__list::-webkit-scrollbar-thumb {
	background-color: #e8e8e8;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.filterType__item:not(.filterType__title) {
	display: inline-block;
	position: relative;
}

.filterType__item.filterType__title {
	padding-bottom: 0;
}

.filterType__item.disabled, .filterType__item.disabled *,
.filterType__title.disabled, .filterType__title.disabled * {
	color: #c2c2c2;
	cursor: default;
}

.filterType__item > * {
	vertical-align: middle;
}

.filterType__text {
	color: #c2c2c2;
	font-size: 14px;
	font-style: italic;
	line-height: 1.21;
	margin-top: 10px;
	padding-right: 20px;
}

.inputImitationLabel {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: -10px;
	max-width: 95%;
	position: relative;
	left: -5px;
}

#arrFilter_85_2540822177 ~ .inputImitationLabel {
	width: 180px;
}

#arrFilter_85_2540822177 ~ .inputImitationLabel:after {
	background-image: url(/local/templates/kingstyle/img/belarus_ico.svg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	right: -7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
}

.filterType__item.filterType__title .inputImitationLabel {
	bottom: -2px;
	display: block;
	margin-top: -2px;
	padding-bottom: 6px;
	padding-left: 0;
	left: 0;
	width: 100%;
}

.inputImitation {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	display: inline-block;
	height: 16px;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
}

.inputImitation:not(:last-child) {
	/*margin-right: 5px;*/
}

.disabled .inputImitation {
	background-color: #dbdbdb;
	border-width: 0;
	height: 1px;
	overflow: hidden;
}

.filterType__title.disabled .inputImitation {
	height: 0;
}

.inputImitation:not(.checked) > * {
	display: none;
}

.inputImitation.checkbox {
	border-radius: 5px;
}

.inputImitation.checkbox svg {
	position: relative;
	bottom: 4px;
	left: 3px;
}

doesnotexist:-o-prefocus, .inputImitation.checkbox svg {
	z-index: 2;
}

.inputImitation.radio {
	border-radius: 50%;
	line-height: 16px;
}

.radio__dot {
	background-color: #11bf61;
	border-radius: 50%;
	display: block;
	height: 6px;
	line-height: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px; /*(16px - 2px(border)-6px(dot))/2 */
	width: 6px;
}

.catalogFilter__tooltip {
	padding: 2px 7px 3px 6px;
	z-index: 1;
	-webkit-transform: translateY(-100%) translateX(20%);;
	transform: translateY(-100%) translateX(20%);;
	transition: all 0.2s ease-out;
}

.catalogFilter_buttons {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/**price filter**/
.filterPriceInput_wrap {
	align-items: center;
	display: flex;
	gap: 3px;
	flex-wrap: wrap;
}

.filterPriceInput_wrap .filterPriceInput input.fieldInput {
	font-size: inherit;
	padding: 4px 5px 5px;
	width: 100px;
}

.catalogFilter__price .bx-ui-slider-track-container {
	margin: 30px 6% 0;
	padding-bottom: 1px;
	position: relative;
	width: 88%;
}

.catalogFilter__price .bx-ui-slider-range,
.catalogFilter__price .bx-ui-slider-pricebar,
.catalogFilter__price .bx-ui-slider-pricebar-vd,
.catalogFilter__price .bx-ui-slider-pricebar-vn,
.catalogFilter__price .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0
}

.catalogFilter__price .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: 0;

	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 2px 0 #999999;
}


.catalogFilter__price .bx-ui-slider-pricebar-vd,
.catalogFilter__price .bx-ui-slider-track-container {
	background: #f00
}

.catalogFilter__price .bx-ui-slider-pricebar-vn {
	background: #B2B2B2;
}

.catalogFilter__price .bx-ui-slider-pricebar-v {
	background: #007bff;
}

.catalogFilter__price .bx-ui-slider-handle.left {
	transform: translate(-50%, -50%);
}

.catalogFilter__price .bx-ui-slider-handle.right {
	transform: translate(50%, -50%);
}


/*spare parts catalog*/
.catalogContainer-gear .catalogFilterContainer {
	padding-top: 82px;
	width: 200px;
}

.catalogItem-gear .catalogItem__img {
	height: 200px;
}

.catalogItem-gear .catalogItem__price {
	margin-bottom: 2px
}

.catalogItem-gear .catalogItem__priceOld:before {
	-webkit-transform: rotate(-37deg);
	transform: rotate(-37deg);
	width: 130%;
}

.catalogItem-gear .catalogItem__name {
	margin-bottom: 4px;
}

.catalogItem-gear-factoid {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	display: -webkit-flex;
	display: flex;
}

/*spare parts filter*/
.filterGear__item {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.filterGear__item:not(.disabled) {
	cursor: pointer;
}

.filterGear__item input {
	cursor: pointer;
	font-family: inherit;
}

.filterGear__item input:not([type="button"]) {
	display: none;
}

.filterGear__item input[type="button"] {
	border-width: 0 0 1px;
	font-size: inherit;
	padding: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.filterGear__item input[type="button"] {
		min-width: 154px;
	}
}

.filterGear__item-selected, .filterGear__item-selected .linkType1, .filterGear__item-selected input[type="button"],
.filterGear__item-selected:hover, .filterGear__item-selected:hover .linkType1, .filterGear__item-selected:hover input[type="button"] {
	border-width: 0;
	color: #000;
	cursor: default;
}

.filterGear__tooltip {
	line-height: 1.2;
	padding: 5px 7px 11px;
	-webkit-transform: translate(-107%, -10px);
	transform: translate(-107%, -10px);
	min-width: 212px;
}

.filterGear__tooltip:after {
	border-width: 1px 1px 0 0;
	height: 8px;
	right: -5px;
	top: 6px;
	-webkit-transform: rotate(45deg) skew(-10deg, -10deg);
	transform: rotate(45deg) skew(-10deg, -10deg);
	width: 8px;
}

/*basket*/
.emptyBasket {
	margin-top: 26px;
	margin-bottom: 110px;
	position: relative;
}

.emptyBasket__title {
	font-family: 'Exo 2', sans-serif;
	font-size: 80px;
	font-weight: 700;

	text-align: center;
}

.emptyBasket__link {
	margin-left: 46px;
	transition: 0.1s;
	position: absolute;
	z-index: 1;
}

.emptyBasket__link a:hover path {
	stroke: #4990e2;
}

.emptyBasket__link a:hover polygon {
	fill: #4990e2;
}

.basketContainer {
	padding-top: 60px;
}

.basketTableProduct__title,
.basketTableProduct__item,
.basketItem__infoMain {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.basketTableProduct__title {
	border-bottom: 2px solid rgba(0, 0, 0, .2);
	font-weight: 700;
	padding-bottom: 10px;
}

.basketTitle__img, .basketItem__img {
	width: 100px;
}

.basketItem__info {
	width: 600px;
}

.basketTableProduct__item {
	border-bottom: 1px solid #e6e6e6;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 7px;
	padding-top: 24px;
	position: relative;
}

.basketItem__img {
	margin-bottom: 7px;
	text-align: center;
}

.basketItem__img img {
	max-height: 150px;
	max-width: 100%;
}

.basketTitle__text, .infoMain__text {
	width: 310px;
}

.infoMain__quantity {
	width: 135px;
}

.basketTitle__price, .infoMain__price {
	text-align: right;
	width: 90px;
}

.basketTitle__quantity {
	margin-left: 12px;
	width: 147px;
}

.basketItem__infoMain {
	padding-bottom: 30px;
}

.infoMain__name {
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 5px;
}

.infoMain__label {
	display: block;
	line-height: 1.375;
}

.infoMain__price {
	padding-top: 5px;
}

.basketItem__price {
	display: block;
}

.basketItem__priceOld {
	color: #999;
	display: inline-block;
	position: relative;
}

.basketItem__priceOld:before {
	background-color: #f82d40;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 1px;
	-webkit-transform: rotate(-14deg);
	transform: rotate(-14deg);
	transform-origin: left;
	width: 108%;
}

.infoMain__quantity input {
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 4px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 4px;
	text-align: center;
	width: 54px;
	transition: 0.2s;

	-moz-appearance: textfield;
}

doesnotexist:-o-prefocus, .infoMain__quantity input {
	font-family: sans-serif;
}

.infoMain__quantity input:hover {
	border-color: #999;
	cursor: pointer;
	transition: 0.1s
}

.infoMain__quantity input:focus {
	border-color: #8ebaec;
	cursor: default;
	transition: 0.1s
}

.infoMain__quantity input::-webkit-inner-spin-button,
.infoMain__quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.basketItem__infoAdditional {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}

.basketItem__infoAdditional:nth-child(2) {
	/*border-top: 1px solid #e6e6e6;*/
	padding-top: 25px;
}

.basketItem__infoAdditional:not(:last-child) {
	margin-bottom: 11px;
}

.infoAdditional__name {
	display: block;
}

.removeButton {
	border-bottom: 1px dashed #999;
	color: #999;
	font-size: 14px;
	line-height: 1.428571;
	transition: 0.2s;
}

.removeButton:hover {
	border-bottom-color: #4990e2;
	color: #4990e2;
	cursor: pointer;
	transition: 0.1s;
}

.basketItem__infoRemove {
	margin-top: 20px;
	text-align: right;
	width: 100%;
}

.basketAside, .basketTotal {
	width: 260px;
}

.basketAside {
	position: relative;
}

.basketTotal {
	margin-top: -16px;
	position: static;
	top: 35px;
	bottom: 200px;
	/*position: fixed;*/
	z-index: 1;
}

.basketTotal.fixed {
	position: fixed;
}

.basketTotal.stop {
	top: unset;
	bottom: 200px;
}

.basketTotal__amount {
	font-family: 'Exo 2';
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 1px;
	line-height: 50px;
}

.basketTotal__discount{
	color: #f82d40;
	display: block;
	margin-top: 10px;
}

.basketAside__link {
	margin-top: 506px;
}

.basketAside__link a {
	display: inline-block;
	position: relative;
}

.basketAside__link a:after {
	content: '\2193';
	position: absolute;
	right: -17px;
}

.basketTableBuyer {
	background-color: rgba(250, 250, 250, 0.93);
	border: 1px solid #eee;
	margin-top: 82px;
	padding: 25px;
}

.basketBuyer__title, .formTitle {
	font-family: 'Exo 2';
	font-size: 48px;
	font-weight: 700;
}

.basketBuyer__title {
	margin-bottom: 52px;
}

.substrate .tabs {
	margin-bottom: 30px;
}

.basketBuyer__fieldGroup {
	display: -webkit-flex;
	display: flex;
	/*-webkit-justify-content: space-between;*/
	/*justify-content: space-between;*/
	margin-bottom: 50px;
}

.fieldTitle {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.223;
	margin-right: 20px;
	width: 100px;
}

.fieldGroupList__itemContainer {
	width: 100%;
}

.fieldGroupList__itemContainer.delivery {
	display: flex;
}

.fieldGroupList__itemContainer .sideInfo_dropdownOptions {
	top: auto;
}

.fieldGroupList__itemContainer .sideInfo_delieveryPrice {
	min-width: 100px;
}

.fieldGroupList__itemContainer:not(:last-child) {
	margin-bottom: 22px;
}

.fieldGroupList__item {
	width: 600px;
	cursor: pointer;
	display: inline;
}

.fieldGroupList__item input {
	display: none;
}

.fieldGroupList__item .inputImitation {
	transition: 0.2s;
	position: relative;
	top: -1px;
}

.fieldGroupList__item:hover .inputImitation,
.fieldGroupList__item .inputImitation.checked {
	border-color: #4990e2;
	transition: 0.1s;
}

.fieldGroupList__item .radio__dot {
	background-color: #4990e2;
}

.fieldGroupList__itemLabel {
	/*display: inline-block;*/
	font-size: 18px;
	line-height: 1.22222;
	padding-top: 0;
	padding-bottom: 0;
}

.fieldGroupList__itemLabel .abbr {
	font-size: 0.722em;
	letter-spacing: 1px;
}

.fieldGroupList__itemInfo {
	color: #999;
	display: block;
	font-size: 14px;
	line-height: 1.428571;
	padding-left: 25px;
	max-width: 500px;
}

.basketBuyer__field {
	margin-bottom: 34px;
	width: 100%;
}

.basketBuyer__field.fileDwnld {
	display: none;
}

.basketBuyer__field > *,
.form__field > * {
	vertical-align: middle;
}

.form__field.form__field-nowrap {
	white-space: nowrap;
}

input.fieldInput:not([type="file"]), textarea.fieldInput {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.222222;
	padding: 8px 7px 10px;
}

.fieldInput:not([type="file"]):focus {
	border-color: #8ebaec;
}

.error .fieldInput {
	border-color: #f82d40 !important;
}

textarea.fieldInput {
	display: inline-block;

	height: 125px;
	min-width: unset;
	min-height: unset;
}

doesnotexist:-o-prefocus, textarea.fieldInput {
	font-family: sans-serif;
	min-width: 305px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	textarea.fieldInput {
		min-width: 305px;
	}
}

.fieldShort,
.fieldShort + .fieldDetail.bottom {
	/*width: 182px;*/
}

.fieldLong,
.fieldLong + .fieldDetail.bottom {
	width: 305px;
}

.fieldLong {
	width: auto !important;
}

.free-mesh__link.link--red {
	transition: .3s;
}

.free-mesh__link.link--red:hover {
	color: #4990e2;
}


.fieldDetail {
	color: #999;
	font-size: 14px;
	line-height: 1.285714;
}

.fieldDetail.bottom {
	display: block;
	margin: 2px 0 -16px 123px;
}

.fieldDetail.side {
	display: inline-block;
	margin-left: 8px;
	white-space: normal;
	width: 234px;
}

.fieldDetail.error {
	color: #f82d40;
	display: none;
}

.error .fieldDetail.error {
	display: inline-block;
}

.fieldDetail .linkType1 {
	cursor: pointer;
}

.basketBuyer__field.textareaField > *,
.form__field.textareaField > * {
	vertical-align: top;
}

.textareaField .fieldTitle {
	margin-top: 10px;
}

.formSubmitButton {
	/*background-color: rgba(226, 226, 226, 0.15);*/
	/*margin-top: 80px;*/
	margin: 46px -25px -25px;
	padding: 34px 0 38px 146px;
}

.formSubmitButton .fieldDetail.side {
	margin-left: 10px;
	position: relative;
	top: 7px;
	width: 116px;
}

doesnotexist:-o-prefocus, .formSubmitButton .fieldDetail.side {
	top: 17px;
}

.button.disabled:hover + .fieldDetail.side {
	color: #f82d40;
}

.basketAside__contacts {
	margin-top: 176px;
	margin-left: -12px;
	width: 260px;
}

.basketAside__contacts.fixed:not(.stop) {
	position: fixed;
	bottom: 40px;
}

.basketAside__contacts.stop {
	position: absolute;
	bottom: 40px;
}

.basketAside__tel {
	font-family: 'Exo 2';
	font-size: 26px;
	font-weight: 700;
}

.basketAside__time {
	line-height: 1.3125;
	padding-left: 12px;
}

/**~~~~~~ version II ~~~~~~~~**/
.furniture__img {
	width: 100%;
}

.furniture__img img {
	object-fit: cover;
	height: auto;
	min-width: 100%;
	max-height: 550px;
	width: auto;
}

.furnitureInfo {
	border-top: 1px solid #ebeaea;
	padding-top: 10px;
}

/*index page*/
.furnitureTypes .sectionTitle {
	margin-bottom: 70px;
}

.furnitureTypes .sectionTitle__name {
	margin-bottom: 15px;
}

.furnitureTypes .sectionTitle__text,
.furnitureTypes__descr .sectionTitle__text {
	line-height: 1.4;
}

.furnitureTypes__wrap {
	-webkit-align-content: space-between;
	align-content: space-between;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.furnitureTypes__wrap-column {
	-webkit-flex-direction: column;
	flex-direction: column;
	max-height: 600px;
	margin-bottom: 47px;
}

.furnitureTypes__wrap-row {
	margin-bottom: 72px;
}

.furnitureTypes-large {
	width: 810px;
}

.furnitureTypes-medium {
	width: 341px;
}

.furnitureTypes-small {
	width: 258px;
}

.furnitureTypes-small:not(:last-child) {
	margin-bottom: 28px;
}

.furnitureTypes__img {
	margin-bottom: 4px;
}

doesnotexist:-o-prefocus, .furnitureTypes__wrap {
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

doesnotexist:-o-prefocus, .furnitureTypes-medium .furnitureTypes__img {
	width: 341px;
}

doesnotexist:-o-prefocus, .furnitureTypes-small .furnitureTypes__img {
	width: 258px;
}

doesnotexist:-o-prefocus, .furnitureTypes-large {
	margin-right: 42px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.furnitureTypes__wrap-column {
		height: 600px;
	}

	.furnitureTypes-small {
		max-height: 242px;
	}
}

.furnitureProducer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 102px;
}

.furnitureProducer__title {
	margin-bottom: 18px;
	width: 100%;
}

.furnitureProducer__text {
	width: 780px;
}

.furnitureProducer__text .sectionTitle__text:not(:last-child) {
	margin-bottom: 15px;
}

.furnitureProducer__factoid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 136px;
}

.indexFactoid-furniture .indexTitle {
	font-family: 'Lato', sans-serif;
}

.furnitureCollections {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 45px;
	width: 100%;
}

.furnitureTypes__descr .sectionTitle__text {
	margin-bottom: 20px;
}

.furnitureCollections__title {
	margin-bottom: 10px;
}

.furnitureCollections__list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 11px;
}

.furnitureCollections .linkType2 {
	border-color: rgba(248, 45, 64, .4);
	color: #f82d40;
	font-size: 20px;
}

.furnitureCollections.furnitureInfo {
	display: block;
}

.furnitureInfo .furnitureCollections__item {
	width: 25%;
	margin-left: 0;
}

.furnitureCollections__item {
	margin-left: 30px;
}

.furnitureCollections__item span {
	font-size: 18px;
	line-height: 1.555556;
}

.furnitureCollections__item a {
	display: inline-block;
	line-height: 37px;
}

.furnitureSofas {
	padding-bottom: 100px;
}

.furnitureSofas.furnitureSofas-garden {
	padding-bottom: 0;
}

.furnitureSofas__title {
	margin-bottom: 56px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.furnitureSofas__img {
		width: 1182px;
	}
}

doesnotexist:-o-prefocus, .furnitureSofas__img {
	width: 1182px;
}

/*office furniture page*/
.officeFurniture .furnitureSectionTitle {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 58px;
	text-align: center;
	width: 710px;
}

.officeFurniture .sectionTitle__name {
	padding-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.officeFurniture .sectionTitle__text {
	line-height: 1.4;
}

/*furniture Solution */
.furnitureSolution__wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 28px;
}

.furnitureSolution {
	margin-bottom: 44px;
}

.furnitureSolution.large {
	width: 100%;
}

.furnitureSolution.medium {
	-webkit-align-content: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.furnitureSolution.medium {
		height: 590px;
	}

	.aboutSection-sklad .furnitureSolution.medium {
		height: auto;
	}
}

.furnitureSolution.medium a {
	-webkit-flex: 0 1 828px;
	flex: 0 1 auto;
}

@media screen and (min-color-index: 0)
and(-webkit-min-device-pixel-ratio: 0) {
	@media {
		.furnitureSolution.medium {
			height: 590px;

		}
	}
}

.furnitureSolution.small {
	width: 520px;
}

.furnitureSolution__descr {
	margin-top: 4px;
}

doesnotexist:-o-prefocus, .furnitureSolution__descr {
	max-height: 55px;
}

.furnitureSolution__link {
	font-size: 20px;
}

.large .furnitureSolution__descr {
	margin-top: 10px;
}

.furnitureSolution__descr .linkType1 {
	margin-bottom: 2px;
}

.medium .furniture__img {
	height: 518px;
	width: 828px;
}

.medium-thin .furniture__img {
	width: 750px;
}

.small .furniture__img {
	height: 325px;
}

doesnotexist:-o-prefocus, .small .furniture__img {
	max-width: 520px;
}

.solutionFactoid {
	height: 100%;
	width: 258px;
}

.solutionFactoid__item:not(.solutionFactoid__itemBottom) {
	border-top: 1px solid #ebeaea;
	height: 254px;
	padding-top: 10px;
}

.hero-banner__static .solutionFactoid__item:not(.solutionFactoid__itemBottom) {
	height: auto;
}

.solutionFactoid__itemBottom,
.solutionFactoid__itemBottom-border {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	height: 264px;
}

.solutionFactoid__itemBottom img {
	width: 80%;
}

doesnotexist:-o-prefocus, .solutionFactoid__itemBottom img {
	max-height: 138px;
	position: relative;
	bottom: -90px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.solutionFactoid__itemBottom img {
		max-height: 138px;
	}
}

.solutionFactoid__item .catalogTypes__link {
	margin-bottom: 4px;
}

.solutionFactoid__num {
	font-size: 60px;
	font-weight: 600;
	line-height: 0.95;
}

/*.left .furnitureSolution__img {
	order: 2;
}
.left .furnitureSolution__descr {
	order: 3;
}*/
.left > a,
.left > .medium_content {
	-webkit-order: 2;
	order: 2;
}

.left .solutionFactoid {
	-webkit-order: 1;
	order: 1;
}

.furnitureElements {
	margin-bottom: 20px;
	padding-top: 40px;
}

.furnitureElements .sectionTitle__name {
	margin-bottom: 84px;
	text-align: center;
}

.furnitureElements__list {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.furnitureElements__listItem {

}

.furnitureElementsItem-shelf, .furnitureElementsItem-stand, .furnitureElementsItem-cupboard {
	height: 310px;
	margin-bottom: 88px
}

doesnotexist:-o-prefocus, .furnitureElementsItem-shelf .furnitureElementsItem__text,
.furnitureElementsItem-stand .furnitureElementsItem__text,
.furnitureElementsItem-cupboard .furnitureElementsItem__text,
.furnitureElementsItem-shelf a,
.furnitureElementsItem-stand a,
.furnitureElementsItem-cupboard a {
	width: 300px;
}

doesnotexist:-o-prefocus, .furnitureElementsItem-rack .furnitureElementsItem__text,
.furnitureElementsItem-rack a {
	width: 115px;
}

doesnotexist:-o-prefocus, .furnitureElementsItem-reception .furnitureElementsItem__text,
.furnitureElementsItem-reception a {
	width: 750px;
}

doesnotexist:-o-prefocus, .furnitureElementsItem-division img {
	max-width: 922px;
}

.furnitureElements__listItem a {
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.furnitureElements__listItem:not(.furnitureElementsItem-division) a {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.furnitureElements__listItem.furnitureElementsItem-division {
	margin-top: 60px;
	width: 100%;
}

.furnitureElements__listItem.furnitureElementsItem-division a {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.furnitureElementsItem-shelf {
	margin-right: 105px;
}

.furnitureElementsItem-stand {
	margin-right: 93px;
}

.furnitureElementsItem-table {
	margin-bottom: 48px;
	width: 100%;
}

.furnitureElementsItem-rack {
	margin-left: 14px;
	margin-right: 232px;
}

.furnitureElementsItem-table .furnitureElementsItem__text {
	position: relative;
	top: -23px;
}

.furnitureElementsItem-cupboard a > * {
	position: relative;
	bottom: -24px;
}

.furnitureElementsItem-table .furnitureElementsItem__img {
	width: 685px;
}

.furnitureElementsItem-shelf .furnitureElementsItem__img {
	margin-bottom: 6px;
	width: 295px;
}

.furnitureElementsItem-stand .furnitureElementsItem__img {
	position: relative;
	bottom: -6px;
	width: 283px;
}

.furnitureElementsItem-cupboard .furnitureElementsItem__img {
	width: 336px;
}

.furnitureElementsItem-rack .furnitureElementsItem__img {
	margin-bottom: 20px;
	width: 115px;
}

.furnitureElementsItem-reception .furnitureElementsItem__img {
	position: relative;
	top: -8px;
	left: 9px;
	width: 750px;
}

.furnitureElementsItem-division .furnitureElementsItem__img {
	width: 922px;
}

.furnitureElementsItem-cupboard .furnitureElementsItem__text {
	width: 225px;
}

.furnitureElementsItem-rack .furnitureElementsItem__text {
	margin-right: 8px;
}

.furnitureElementsItem-reception .furnitureElementsItem__text {
	position: relative;
	left: 38px;
}

.furnitureElementsItem-division .furnitureElementsItem__text {
	position: relative;
	top: -13px;
	width: 162px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.furnitureElementsItem-table .furnitureElementsItem__img {
		max-height: 366px;
	}

	.furnitureElementsItem-shelf .furnitureElementsItem__img {
		max-height: 223px;
	}

	.furnitureElementsItem-stand .furnitureElementsItem__img {
		max-height: 306px;
	}

	.furnitureElementsItem-cupboard .furnitureElementsItem__img {
		max-height: 734px;
		position: absolute;
		bottom: 20px;
	}

	.furnitureElementsItem-rack .furnitureElementsItem__img {
		max-height: 600px;
	}

	.furnitureElementsItem-reception .furnitureElementsItem__img {
		max-height: 580px;
	}

	.furnitureElementsItem-cupboard a {
		position: relative;
	}
}

.furnitureForm, .generalForm {
	background-color: rgba(250, 250, 250, 0.93);
	border: 1px solid #eee;
	position: relative;
}

.furnitureForm {
	padding: 25px;
}

.furnitureForm__main {
	width: 625px;
}

.furnitureForm__main .formTitle {
	margin-bottom: 8px;
}

.formDescr {
	font-size: 20px;
	line-height: 1.4;
}

.furnitureForm__main .formDescr {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.consultManager__field {
	margin-bottom: 22px;
}

.consultManager__field:nth-last-child(2) {
	margin-bottom: 36px;
}

.consultManager__field .fieldDetail.bottom {
	margin-left: 119px;
}

.consultManager__field.textareaField .fieldDetail.bottom {
	margin-top: 7px;
}

.consultManager__field .fieldTitle {
	margin-right: 15px;
	/*padding-left: 6px;*/
}

.success_notification {
	background-color: rgba(250, 250, 250, 0.93);
	border: 1px solid #eee;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 25px 25px 50px;
}

.success_notification__text {
	width: 660px;
}

.success_notification__text .formTitle {
	margin-bottom: 8px;
}

.success_notification__ico {
	margin-top: -54px;
}

.furnitureForm .button-order {
	padding-left: 27px;
	padding-right: 27px;
}

.bx-mac .furnitureForm .button-order {
	padding-left: 10px;
	padding-right: 10px;
}

doesnotexist:-o-prefocus, .furnitureForm .button-order {
	padding-left: 20px;
	padding-right: 20px;
}

.furnitureForm .formSubmitButton {
	margin-top: 76px;
}

.furnitureForm__aside {
	position: absolute;
	bottom: 0;
	right: 130px;
}

.furnitureForm__aside.not_sofa {
	right: 170px;
}

.furnitureForm__asideImg {
	width: 349px;
}

.furnitureForm__aside:not(.not_sofa) .furnitureForm__asideImg {
	width: 330px;
}

.furnitureForm__asideText {
	position: absolute;
	top: -2px;
	right: -97px;
	width: 50%
}

.furnitureForm__aside:not(.not_sofa) .furnitureForm__asideText {
	top: 60px;
}

.not_sofa .furnitureForm__asideText {
	right: -126px;
}

.furnitureForm__asideText p:first-child {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.12;
}

.furnitureForm__asideText p:last-child {
	line-height: 1.375;
}

/*solutions catalog*/
.solutionCatalog {
	padding-top: 57px;
}

.solutionCatalogTitle {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 60px;
}

.solutionCatalogTitle__name {
	line-height: 0.9714286;
}

.solutionCatalogTitle__name > span {
	display: block;
}

.solutionCatalogTitle__factoid {
	/*max-width: 100px;*/
}

.solutionCatalogTitle__factoidHead {
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
}

.solutionCatalogTitle__factoidtext {
	font-size: 16px;
	line-height: 1.375;
}

.solutionCatalogCollections .furnitureSolution.medium {
	margin-bottom: 60px;
}

.solutionCatalogCollections .furnitureSolution.small {
	margin-bottom: 80px;
}

.furnitureFactoid-big {
	margin-bottom: 118px;
	text-align: center;
	width: 100%;
}

.furnitureFactoid-big > * {
	margin-left: auto;
	margin-right: auto;
}

.furnitureFactoid-big .catalogTypes__link {
	margin-bottom: 17px;
}

.factoidBig__title {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.084;
}

.factoidBig__title:not(:last-child) {
	margin-bottom: 14px;
}

.factoidBig__text {
	font-size: 20px;
	line-height: 1.4;
}

.factoidBig__text:not(:last-child) {
	margin-bottom: 36px;
}

/*CATALOG ELEMENTS*/
.catalogItem.catalogItem-element {
	width: 200px;
}

.catalogItem.catalogItem-element:not(:nth-child(3n)) {
	margin-right: 68px;
}

doesnotexist:-o-prefocus, .catalogItem.catalogItem-element:not(:nth-child(3n)) {
	margin-right: 29px;
}

.catalogItem-element .catalogItem__img {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	/*display: -webkit-flex;
	display: flex;*/
	height: 230px;
	margin-bottom: 10px;
}

.catalogItem__price .fade-block--price{
	position: relative;
	top: -10px;
}
.catalogItem-element .catalogItem__price {
	margin-bottom: 4px;
}

/*CATALOG SOFAS*/
.catalogItems__container-sofas {
	margin-top: -10px;
}

.catalogItem-sofa.catalogItem {
	margin-bottom: 60px;
	margin-right: 50px;
	width: auto;
	min-width: 180px;
}

.catalogItem-sofa .catalogItemLink {
	display: inline-block;
}

.catalogItem-sofa .catalogItem__img {
	display: inline-block;
	height: 175px;
	margin-bottom: 10px;
	width: auto;
}

.catalogItem-sofa .catalogItem__price {
	margin-bottom: 4px;
}

/*.catalogItem-sofa .catalogItem__priceNew:before {
	content: "от ";
}*/
.catalogItem-sofa .catalogItem__labels {
	width: 200px;
}

.catalogItem-sofa .catalogItem__labels span {
	display: inline-block;
}


/*SOLUTION CARD*/
.solutionCardContainer {
	padding-bottom: 30px;
	padding-top: 45px;
}

.solutionCard__img {
	margin-bottom: 16px;
}

doesnotexist:-o-prefocus, .detailedCardContainer__main > * {
	max-width: 750px;
}

.solutionCard__title {
	margin-bottom: 10px;
}

.solutionCard__text {
	margin-bottom: 35px;
	width: 90%;
}

.solutionCard__text p {
	margin-bottom: 15px;
}

.solutionCard__colors {
	background-color: rgba(250, 250, 250, 0.9);
	border: 1px solid #efefef;
	margin-bottom: 70px;
	padding: 20px;
	width: 590px;
}

.solutionCard__colors .productSubtitle {
	margin-bottom: 3px;
}

.solutionCard__colors .productText {
	margin-bottom: 30px;
}

.solutionCard__colorsItem {
	margin-bottom: 15px;
	vertical-align: top;
	width: 90px;
}

.solutionCard__colorsItem:not(:nth-child(5)) {
	margin-right: 17px;
}

.solutionCard__colorsImg {
	height: 90px;
	margin-bottom: 3px;
}

.solutionCard__colorsText,
.colorsBlock__itemText {
	font-size: 14px;
	line-height: 1.0714286;
}

.solutionSubsection {
	border-top: 1px solid #ebeaea;
	padding-top: 15px;
}

.solutionSubsection:not(.solutionNext) .productSubtitle-big {
	margin-bottom: 50px;
}

.solutionSubsection .productSubtitle-medium {
	margin-top: -8px;
	margin-bottom: 34px;
}

.solutionNext {
	margin-bottom: 70px;
}

.solutionNext .large .furnitureSolution__descr {
	margin-top: 6px;
}

.solutionNext .furnitureSolution:not(:last-child),
.solutionNext .productSubtitle-big {
	margin-bottom: 40px;
}

.furniture__side {
	padding-top: 0;
}

.furniture__sideTitle.productSubtitle {
	line-height: 1;
	margin-bottom: 10px;
}

.sideInfo__tel {
	font-weight: 700;
	margin-top: 50px;
}

.furniture__sideToBottom {
	cursor: pointer;
	display: inline-block;
	line-height: 1.34;
	margin-top: 4px;
	position: relative;
}

.furniture__sideToBottom:after {
	content: "\2193";
	position: absolute;
	right: -1em;
}

.sideInfoFree {
	margin-bottom: 40px;
	margin-top: -5px;
	padding-right: 20px;
}

.sideInfoFree .priceInfo {
	line-height: 1;
	margin-bottom: 6px;
}

.sideInfoFree__text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

/*element detailed*/
.cardElement .sideInfoFree {
	margin-top: 12px;
}

.cardElement .sideInfoFree .priceInfo {
	margin-bottom: 12px;
}

.cardElement .sideInfoFree .sideInfoFree__text p:not(:last-child) {
	margin-bottom: 5px;
}

.cardElement .pageTitle,
.cardSofas .pageTitle {
	font-size: 60px;
	line-height: 1.08;
	margin-bottom: 44px;
}

.cardElement .productGeneralInfo__photoSides {
	margin-bottom: 70px;
}

.cardElement__img, .cardSofas__img {
	margin-bottom: 46px;
	width: 700px;
}

.cardElement__img {
	height: 550px;
}

.cardSofas__img {
	max-height: 550px;
}

.cardElement .productGeneralInfo__photoSides img {
	max-height: 100%;
	width: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.productGeneralInfo__photoSides {
		width: 100%;
	}

	.cardElement .productGeneralInfo__photoSides img {
		width: 100%;
		max-height: 550px;
	}
}

.cardElement .productGeneralInfo__photoSides img:not(:last-child) {
	margin-right: 8%;
}

.cardElement__img.furniture__img img,
.cardSofas__img.furniture__img img {
	min-width: unset;
	max-width: 100%;
}

doesnotexist:-o-prefocus, .cardElement__img.furniture__img img, .cardSofas__img.furniture__img img {
	min-width: 1%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cardElement__img.furniture__img img, .cardSofas__img.furniture__img img {
		min-width: 1%;
	}
}

.cardElement .characteristics {
	margin-bottom: 30px;
}

.cardElement .characteristics__table,
.cardSofas .characteristics__table {
	margin-bottom: 0;
}

.characteristics__tableSubtitle {
	font-weight: 700;
	padding-top: 14px;
	padding-bottom: 8px;
}

.solutionSubsection .productSubtitle-big + .productText {
	margin-top: -40px;
	margin-bottom: 34px;
}

.catalogSectionLink {
	padding-top: 90px;
}

.catalogSectionLink > a > * {
	text-align: center;
	width: 150px;
}

.catalogSectionLink .productText {
	line-height: 1.2;
}

.cardSofas .wrap {
	margin-bottom: 38px;
}

.sofa__side .priceInfo {
	margin-bottom: 4px;
}

/*.sofa__side .priceInfo__new:before {
	content: "от ";
}*/
.sofa__side .sofa__sideText {
	line-height: 1;
}

.sofa__side .sofa__sideText:not(:last-child) {
	margin-top: 40px;
}

.sofa__side .sideInfoDetails__text {
	line-height: 1.35;
}

.cardSofas .producerContainer {
	margin-top: 74px;
	margin-bottom: 46px;
}

.cardSofas .productSubtitle {
	margin-bottom: 8px;
}

.cardSofas .productText p:not(:last-child) {
	margin-bottom: 10px;
}

.cardSofas .characteristics {
	margin-bottom: 46px;
}

.cardSofas__colors {
	margin-bottom: 60px;
}

.cardSofas__colorsBlock {
	margin-bottom: 16px;
}

.cardSofas__colorsText {
	margin-bottom: 33px;
	width: 70%;
}

.colorsBlock__title {
	margin-bottom: 13px;
}

.colorsBlock__list {
	font-size: 0;
}

.colorsBlock__item {
	margin-bottom: 17px;
	width: 75px;
}

.colorsBlock__itemImg {
	height: 75px;
	margin-bottom: 4px;
	overflow: hidden;
}

.colorsBlock__itemImg img {
	min-height: 100%;
}

/*actions & news & FAQ*/
.actionsSection {
	padding-top: 35px;
	margin-bottom: 70px;
}

.actionsSection .wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.actionsMain {
	margin-right: 62px;
	width: 71.3%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.actionsSection > .wrap > div {
		width: 100%;
		max-width: 100%;
	}
}

.actionsSide {
	padding-top: 33px;
	width: 21.4%;
}

.actionsSide + .contacts__social {
	margin: 20px auto 20px;
	width: 100%;
}

.actionsSide.faqSide,
.actionsMain.actionsMain + .actionsSide.faqSide {
	padding-top: 25px;
}

.actionsSide.faqSide:last-child {
	padding-top: 50px;
}

.actionsItem.actionsMain + .actionsSide {
	padding-top: 20px;
}

.actionsSide__title,
.actionsItem__catalogTitle {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.12;
}

.actionsSide__title {
	margin-bottom: 7px;
}

.faqSide__title {
	margin-bottom: 10px;
}

.actionsItem__catalogTitle {
	margin-bottom: 47px;
}

.actionsSide__item:not(:last-child) {
	margin-bottom: 40px;
}

.faqSide .actionsSide__item:not(:last-child) {
	margin-bottom: 7px;
}

.actionsSide__itemTitle {
	/*display: block;*/
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 3px;
}

.actionsSide__item:not(:first-child) .actionsSide__itemTitle {
	margin-top: 30px;
}

.actionsList {
	margin-bottom: 40px;
}

.actionsList,
.actionsMain > .actionsItem__img,
.actionsItem__content,
.faqMain > .actionsItem__text {
	padding-right: 40px;
}

.actionsItem {
	padding-right: 17px;
}

.actionsItem:not(.actionsMain) {
	border-top: 1px solid #ebeaea;
	margin-top: 70px;
	padding-top: 22px;
}

.faqMain .actionsItem {
	border-top-width: 0;
	margin-top: 40px;
	padding-top: 0;
}

.actionsItem.actionsMain {
	padding-top: 15px;
}

.actionsMain .actionsItem:first-child {
	margin-top: 56px;
}

.faqMain .actionsItem:first-child {
	margin-top: 46px;
}

.actionsItem__title {
	font-family: 'Exo 2';
	font-size: 40px;
	font-weight: 500;
	line-height: 1.175;
	margin-bottom: 18px;
}

.actionsItem__title a {
	padding-bottom: 3px;
}

.actionsItem.actionsMain .actionsItem__title {
	margin-bottom: 27px;
}

.actionsItem-finished .actionsItem__title,
.actionsItem-finished .actionsItem__title a {
	color: #999;
}

.actionsItem__text,
.actionsItem__content p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}

.actionsItem__content p b {
	display: block;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.12;
	margin-top: 30px;
	margin-bottom: -13px;
}

.actionsItem__content img + p b {
	margin-top: 20px;
}

.actionsItem__content {
	margin-bottom: 30px;
}

.actionsItem__content img {
	display: block;
	/*max-width: 700px;*/
	margin-top: 40px;
	margin-bottom: 22px;
}
.actionsItem__content.stock-details__content_img img {
	max-width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.actionsItem__content img + span {
	color: #888;
	display: block;
	line-height: 24px;
	margin-top: -16px;
	margin-bottom: 22px;
	font-size: 18px;
	/*max-width: 700px;*/
}

.actionsItem__info,
.actionsSide__item span:not(.actionsSide__itemTitle) {
	font-size: 16px;
	line-height: 1.375;
}

.actionsSide__itemTitleWrap {
	display: block;
}

.actionsItem__info span:not(:last-child):not(.actionsItem__infoRaiting):after {
	content: ', ';
}

.actionsItem__infoRaiting span:after {
	content: '' !important;
}

.actionsItem__infoRaiting > * {
	display: inline-block;
}

.infoRaiting__title {
	margin-right: 15px;
}

.infoRaiting__val-neg .infoRaiting__valBut {
	position: relative;
	top: 3px;
}

.infoRaiting__val-pos {
	margin-right: 8px;
}

.infoRaiting__val-pos .infoRaiting__valNum {
	color: #12bf61;
}

.infoRaiting__val-neg .infoRaiting__valNum {
	color: #f82d40;
}

.actionsItem__img {
	margin-top: 45px;
	margin-bottom: 20px;
	position: relative;
}

.infoRaiting__valBut {
	cursor: pointer;
}

.actionsItem-finished .actionsItem__img:after {
	background-color: rgba(255, 255, 255, 0.5);
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.actionsItem__img img {
	min-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.actionItem__status {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 2.2px;
	margin-bottom: 10px;
	--webkit-transform: uppercase;
	transform: uppercase;
}

.actionsItem.actionsMain .actionItem__status {
	margin-bottom: 6px;
}

.actionsLoadMore__wrap {
	border-top: 1px solid #ebeaea;
	font-size: 20px;
	padding-top: 20px;
	padding-left: 3px;
}

.actionsSection + section .contacts__social {
	margin-left: -5px;
	text-align: left;
}

.actionsItem__catalogWrap {
	padding-top: 20px;
}

.actionsItem__catalogWrap + .actionsItem__catalogWrap {
	border-top: 1px solid #ebeaea;
}

.newsItem__footer {
	border-top: 1px solid #e3e3e3;
	display: inline-block;
	margin-top: 20px;
	padding-top: 25px;
}

.newsItem__footer .contacts__social {
	display: inline-block;
	margin-bottom: 30px;
}

.news_nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.news_navItem {
	width: 350px;
}

.news_navItem a {
	display: -webkit-flex;
	display: flex;
}

.news_navItem.news_navItem-next a {
	flex-direction: row-reverse;
}

.news_navItem a > span:last-child {
	line-height: 1.4;
	margin: 0 5px;
}

.actionsSide__tel {
	font-family: 'Exo 2';
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 6px;
	margin-left: -12px;
}

.actionsSide__telText {
	font-size: 16px;
	line-height: 1.3125;
}

.faqMain .actionsTitle {
	margin-bottom: 20px;
}

.faqItem__title {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.12;
	margin-bottom: 7px;
}

/*about page*/
.aboutHead__titleBlock {
	background-image: url(/local/templates/kingstyle/img/about/about09.jpg);
	background-size: cover;
	height: 700px;
	margin: 58px auto 80px;
	padding-top: 30px;
	padding-left: 30px;
	position: relative;
}

.aboutHead__titleBlock_inner {
	background-color: #fff;
	box-shadow: 0 7px 12px 0 rgba(110, 110, 110, 0.24), 0 1px 3px 0 rgba(90, 90, 90, 0.5), inset 39px 10px 23px 0 rgba(0, 0, 0, 0);
	width: 768px;
	padding: 18px 14px 28px 18px;
}

.aboutHead__titleBlock_inner .aboutHead__title {
	color: #f82d40;
	font-size: 70px;
	line-height: 67px;
	margin-bottom: 14px;
}

.aboutHead__text {
	font-size: 25px;
	line-height: 36px;
	padding-left: 4px;
}

.about_text {
	font-size: 23px;
	line-height: 1.304347;
}

.about_text p:not(:last-child) {
	margin-bottom: 17px;
}

.aboutSection {
	margin-bottom: 80px;
}

.aboutPage .furnitureSolution {
	margin-bottom: 50px;
}

.aboutPage .furnitureSolution > a.disabled {
	cursor: default;
}

.aboutPage .medium .furniture__img {
	height: auto;
}

.aboutPage .solutionFactoid__num {
	margin-bottom: 5px;
}

.aboutPage .solutionFactoid__item {
	height: 267px;
}

.aboutPage .solutionFactoid__item.item_triple {
	height: max-content;
	margin-bottom: 15%;
}

.aboutPage .solutionFactoid__item .catalogTypes__text:not(:last-child) {
	margin-bottom: 10px;
}

.aboutTime.solutionFactoid__item {
	height: 280px
}

.aboutContacts.solutionFactoid__item {
	height: 230px;
}

.aboutTime .catalogTypes__link {
	margin-bottom: 13px;
}

.aboutTime .productText {
	display: -webkit-flex;
	display: flex;
}

.aboutTime .productText span > span {
	display: block;
}

.aboutTime .productText > span:first-child {
	margin-right: 25px;
}

.aboutContacts .productText span {
	display: block;
}

.aboutContacts .productText:first-child {
	margin-bottom: 5px;
}

.aboutContacts .productText:nth-child(2) {
	margin-bottom: 25px;
}

.aboutContacts .productText:nth-child(3) {
	margin-bottom: -11px;
}

.aboutSection-products {
	border-top: 1px solid #e3e3e3;
}

.aboutProducts__head {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 50px;
	padding-top: 20px;
}

.aboutProducts__headMain {
	width: 780px;
}

.aboutProducts__headSide {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 15px;
	width: 252px;
}

.aboutProducts__headSide-lower {
	padding-top: 80px;
}

.aboutProducts__headMain .indexTitle {
	margin-bottom: 22px;
}

.aboutProducts__headSide .catalogTypes__link {
	margin-bottom: 5px;
}

.aboutProducts__headSide .catalogTypes__link.solutionFactoid__num {
	font-size: 60px;
	font-weight: 600;
	line-height: 0.95;
}

.aboutPhoto__wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
}

.aboutPhoto__wrap-seller .aboutPhoto:first-child {
	width: 353px;
}

.aboutPhoto__wrap-seller .aboutPhoto:last-child {
	width: 735px;
}

.aboutPhoto__img {
	margin-bottom: 6px;
}

.aboutPage__video {
	padding-bottom: 66.55%;
	width: 828px;
}

.aboutPage__video.video_container.video_large {
	width: 100%;
}

.aboutSection-team,
.aboutSection-sklad {
	background-color: rgba(250, 250, 250, 0.93);
	border: 1px solid #e8e8e8;
	margin-left: -45px;
	padding: 50px 44px 36px;
	width: 1200px;
}

.aboutPhoto__wrap-team {
	-ms-align-items: flex-end;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	height: 500px;
}

.aboutTeam__head {
	margin-bottom: 84px;
}

.aboutTeam__head,
.aboutPhoto__wrap-team .aboutPhoto:first-child {
	width: 638px;
}

.aboutPhoto__wrap-team .aboutPhoto:last-child {
	width: 448px;
}

.aboutPhoto__wrap-team .aboutPhoto__caption {
	max-height: 44px;
}

.aboutTeam__head .indexTitle {
	margin-bottom: 24px;
}

.aboutSide__itemImg {
	margin-top: -62px;
	width: 150px;
}

.aboutPhoto__wrap-visitors {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.aboutPhoto__wrap-visitors .aboutPhoto:first-child {
	width: 313px;
}

.aboutPhoto__wrap-visitors .aboutPhoto:last-child {
	width: 750px;
}

.aboutPhoto__wrap-visitors .aboutPhoto:first-child .catalogTypes__link {
	margin-bottom: 3px;
}

.aboutPage .furnitureSolution.large-sofa {
	margin-bottom: 0;
}

.large-sofa + .aboutProducts__head .aboutProducts__headSide {
	padding-top: 0;
	margin-top: -1px;
}

.aboutSection-sklad {
	margin-bottom: 100px;
	padding-bottom: 60px;
}

.aboutSklad__head {
	margin-bottom: 50px;
	width: 828px;
}

.aboutSklad__head .indexTitle {
	margin-bottom: 22px;
}

.aboutPage .aboutSection-sklad .solutionFactoid__item:first-child {
	height: 222px;
}

.aboutPage .aboutSection-sklad .solutionFactoid__item:last-child {
	height: 184px;
}

.aboutPage .aboutSection-sklad .furnitureSolution:not(:last-child) {
	margin-bottom: 67px;
}

.aboutPage .aboutSection-sklad .furnitureSolution:last-child {
	margin-bottom: 0;
}

.aboutPage {
	margin-bottom: 20px;
}

.aboutSection-map {
	margin-bottom: 0;
}

.aboutHead__info {
	background-color: rgba(248, 45, 64, 0.5);
	color: #fff;
	font-size: 25px;
	line-height: 24px;
	padding: 7px 41px 13px 20px;
	position: absolute;
	right: 0;
	bottom: 22px;
}

.aboutHead__info > * {
	display: inline-block;
}

.aboutHead__info-num {
	font-size: 60px;
	line-height: 0.8;
	margin-right: 6px;
}

.aboutHead__info-text {
	margin-left: 8px;
}

/*legal entities*/
.legalContainer {
	padding-top: 58px;
}

.legal__title {
	margin-bottom: 20px;
}

.legal__descrWrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 70px;
}

.legal__descrMain {
	width: 728px;
}

.legal__descrSide {
	padding-top: 3px;
	width: 352px;
}

.legal__descrMain p:not(:last-child) {
	margin-bottom: 27px;
}

.legal__descrSide p:not(:last-child) {
	margin-bottom: 10px;
}

.formTitle.formTitle-small {
	font-size: 40px;
	margin-bottom: 10px;
}

.generalForm {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px 25px;
}

.generalForm__main {
	width: 620px;
}

.generalForm__aside {
	padding-top: 6px;
	width: 328px;
}

.generalForm__subtitle {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.12;
	margin-bottom: 5px;
}

.generalForm__subtitle.subtitle-tel {
	margin-left: -0.6em;
}

.legalformWrap {
	margin-bottom: 70px;
}

#bill__form .formDescr {
	margin-bottom: 24px;
}

#bill__form .form__field {
	margin-bottom: 25px;
}

#bill__form .fieldTitle {
	width: 120px;
}

#bill__form .fieldDetail.bottom {
	margin-left: 144px;
	margin-bottom: -11px;
}

#bill__form .fieldLong,
#bill__form .fieldLong + .fieldDetail.bottom {
	width: 440px;
}

#bill__form .fieldMedium {
	width: 250px;
}

.generalForm__bottom {
	width: 100%;
}

#bill__form .formSubmitButton {
	margin-bottom: -40px;
}

#bill__form .formSubmitButton {
	padding: 24px 0 24px 170px;
}

#bill__form .send_button {
	width: 310px;
}

#bill__form .formSubmitButton .fieldDetail.side {
	margin-left: 16px;
}

#bill__form textarea.fieldInput {
	height: 200px;
}

#bill__form .fileDwnld {
	border-top: 1px solid #e3e3e3;
	margin-top: 46px;
	margin-bottom: 34px;
	padding-top: 19px;
}

.fileDwnld {
	position: relative;
}

.fileDwnld > * {
	vertical-align: middle;
}

.fileDwnld [type="file"] {
	height: 40px;
	opacity: 0;
}

.download_imitation {
	position: absolute;
	left: 123px;
	white-space: nowrap;
}

.download_text {
	display: inline-block;
	margin-left: 8px;
}

.download_text.error_message {
	color: #f82d40;
}

#bill__form .download_imitation {
	left: 145px;
	top: 20px;
}

#bill__form .fileDwnld .fieldDetail.bottom {
	margin-top: 9px;
}

#bill__form .generalForm__bottom {
	margin-top: -20px;
}

.legal__requisites {
	margin-bottom: 100px;
}

.legal__requisites .catalogTypes__link {
	margin-bottom: 5px;
}

.legal__requisites .productText:not(:last-child) {
	margin-bottom: 13px;
}

.invisible_text {
	color: transparent;
	position: absolute;
}

/*garranty*/
.garrantyContainer {
	padding-top: 58px;
}

.garrantyContainer .pageTitle {
	margin-bottom: 20px;
}

.garrantyContent {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.garrantyMain {
	width: 735px;
}

.garrantySide {
	width: 256px;
}

.arrowLinkWrap {
	display: -webkit-flex;
	display: flex;
}

.garrantyContent-docs .garrantySide {
	padding-top: 24px;
}

.garrantyContent-docs .catalogTypes__link {
	margin-bottom: 5px;
}

.garrantyContent-descr {
	margin-bottom: 54px;
}

.garrantyContent-descr .garrantySide {
	margin-top: -2px;
}

.garrantyContent-descr .catalogTypes__link {
	margin-bottom: 3px;
}

.garrantyDocContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 23px;
}

.garrantyDocItem .garrantyDocItem__img {
	margin-bottom: 7px;
	width: 100%;
}

.garrantyDocItem__img img {
	width: 100%;
}

.garrantyText p {
	margin-bottom: 15px;
}

.catalogTypes__link.garranty__subtitle {
	margin-bottom: 7px;
	margin-top: 25px;
}

.garranty__list li {
	margin-bottom: 10px;
	position: relative;
}

.garranty__list li:before {
	content: '\2014';
	position: absolute;
	-webkit-transform: translateX(-120%);
	transform: translateX(-120%);
}

.garrantyformWrap .generalForm {
	padding-top: 30px;
	padding-right: 50px;
}

.garrantyformWrap .generalForm__aside {
	width: 210px;
}

.garrantyformWrap .formTitle {
	line-height: 1.1;
	margin-bottom: 20px;
}

.garrantyformWrap .generalForm .formDescr:not(.subtitle-tel) {
	margin-bottom: 45px;
}

.garrantyformWrap .fieldTitle {
	width: 146px;
}

.garrantyformWrap .fieldDetail.bottom {
	margin-left: 170px;
}

.garrantyformWrap .formSubmitButton {
	margin-top: 35px;
	margin-bottom: -40px;
	padding: 22px 0 25px 195px;
}

.garrantyformWrap .form__field {
	margin-bottom: 23px;
}

.garrantyformWrap .fileDwnld {
	margin-top: 40px;
	margin-bottom: 42px;
}

.garrantyformWrap .download_imitation {
	left: 170px;
	top: 3px;
}

.garrantyformWrap .download_imitation + .fieldDetail.bottom {
	margin-top: -16px;
}

.garrantyformWrap .fieldLong,
.garrantyformWrap .fieldLong + .fieldDetail.bottom {
	width: 438px;
}

.garrantyformWrap textarea.fieldInput {
	height: 204px;
}

.garrantyformWrap textarea + .fieldDetail.bottom {
	margin-top: 5px;
}

.garrantyformWrap .formSubmitButton .fieldDetail.side {
	vertical-align: bottom;
	top: 0;
}

.garrantyformWrap .formSubmitButton button {
	padding-left: 80px;
	padding-right: 80px;
}

.garrantyformWrap .formSubmitButton .fieldDetail.side {
	margin-left: 15px;
}

.formDescr.subtitle-tel {
	font-weight: 600;
	margin-left: -0.5em;
	margin-bottom: 9px;
}

.generalForm__asideItem .messagers {
	margin-top: 13px;
}

.generalForm__asideItem .catalogTypes__text:not(:last-child) {
	margin-bottom: 7px;
}

.generalForm__asideItem .viber_api {
	margin-right: 4px;
}

.generalForm__asideItem .whatsup_api {
	margin-right: 2px;
}

.generalForm__asideItem.repairSide_item-master {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 355px;
}

.repairSide_item-master .repairSide_itemText {
	position: absolute;
}

.repairSide_item-masterGarant .repairSide_itemText {
	top: -108px;
	left: 115px;
	width: 175px;
}

.repairSide_item-master .repairSide_itemText p:last-child {
	font-weight: bold;
}

.generalForm__asideItem__img {
	/*width: 63.5%;*/
}

.loadedFilesWrap {
	display: -webkit-flex;
	display: flex;
	opacity: 0;
	padding-left: 170px;
	padding-top: 0;
	transition: 0.2s;
}

.loadedFilesWrap.open {
	opacity: 1;
	padding-top: 32px;
}

.loadedFile {
	position: relative;
	width: 77px;
}

.loadedFile:not(:last-child) {
	margin-right: 13px;
}

.loadedFile__img {
	background-color: #fff;
	border: 1px solid #cfcfcf;
	height: 52px;
	overflow: hidden;
	transition: 0.2s;
}

.loadedFile__img img {
	height: auto;
	min-height: 100%;
	width: 100%;
}

.loadedFile__del {
	background-color: #ddd;
	color: #f82d40;
	cursor: pointer;
	display: block;
	height: 11px;
	line-height: 10px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 11px;
}

.loadedFile__del:hover + .loadedFile__img {
	border-color: #f82d40;
}

.progressBarWrap {
	background: #fff;
	border: 1px solid #cfcfcf;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.progressBar circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 1s linear;
	stroke: #cfcfcf;
	stroke-width: 2px;
}

.progressBar .bar {
	stroke: #f82d40;
}

.progressBar {
	display: block;
	height: 28px;
	width: 28px;
	margin: 0 auto;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-85deg);
	transform: translate(-50%, -50%) rotate(-85deg);
}

.repairContainer {
	padding-top: 70px;
}

.repairContent {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.repairContent-top {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 70px;
	padding-bottom: 37px;
}

.repairMain {
	position: relative;
	width: 690px;
	z-index: 1;
}

.repairSide {
	width: 378px;
}

.repairMain .catalogTitle {
	margin-bottom: 30px;
}

.repairMain .indexTitle {
	margin-bottom: 17px;
}

.repairText p:not(:last-child) {
	margin-bottom: 20px;
}

.repairText-cols {
	display: -webkit-flex;
	display: flex;
}

.repairCol {
	width: 40%;
}

.repairCol:not(:last-child) {
	margin-right: 32px;
}

.repairContent .garranty__subtitle {
	margin-top: 40px;
}

.repairLinkWrap {
	margin-top: 100px;
}

.repairLinkWrap .catalogTypes__link {
	margin-bottom: 6px;
}

.repairList {
	margin-bottom: 20px;
}

.repairList li {
	position: relative;
}

.reviewsFormSide_itemText:before,
.repairList li:before,
.repairSide_item-manager .repairSide_itemText p:first-child:before,
.repairSide_item-master .repairSide_itemText p:first-child:before {
	content: '\2014';
	position: absolute;
	-webkit-transform: translateX(-120%);
	transform: translateX(-120%);
}

.repairSide_item-manager {
	height: 568px;
	position: relative;
	bottom: -37px;
}

.reviewsFormSide_itemText p:last-child,
.repairSide_item-manager .repairSide_itemText p:last-child,
.repairSide_item-master .repairSide_itemText p:last-child {
	font-weight: bold;
	margin-top: 8px;
}

.repairSide_item-manager .repairSide_itemText {
	width: 124px;
}

.repairSide_item-manager .repairSide_itemImg {
	position: absolute;
	right: -62px;
	bottom: 0;
	width: 410px;
}

.repairContent-bottom {
	margin-bottom: 70px;
}

.repairContent-bottom .repairSide {
	position: relative;
}

.repairSide_item-gear {
	position: absolute;
	bottom: 8px;
	right: 88px;
}

.repairSide_itemImg img {
	width: 100%;
}

.repairSide_item-gear .repairSide_itemImg {
	margin-left: -33px;
	margin-bottom: -13px;
	width: 178px;
}

.repairSide_item-gear .repairSide_itemText {
	width: 170px;
}

.repairSide_item-kach {
	position: absolute;
	top: -54px;
	left: -158px;
}

.repairSide_item-kach .repairSide_itemImg {
	width: 611px;
}

.repairContainer .generalForm__main {
	width: 660px;
}

.fieldTitle[for="garranty_photo"] {
	height: 66px;
}

.repairContainer .fieldTitle[for="garranty_photo"] {
	padding-top: 12px;
}

.repairContainer .generalForm__aside {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 143px;
}

/*reviews*/
.reviewsformWrap .formTitle {
	margin-bottom: 8px;
}

.reviewsformWrap .formDescr {
	margin-bottom: 30px;
}

.reviewsformWrap .fieldTitle {
	width: 106px;
}

.reviewsformWrap .form__field.ok .rating-value-error {
	display: none;
}

.reviewsformWrap .form__field {
	margin-bottom: 20px;
}

.reviewsformWrap .fileDwnld {
	margin-top: 24px;
	margin-bottom: 42px;
}

.reviewsformWrap .fileDwnld .fieldDetail {
	margin-top: 10px;
}

.reviewsformWrap .fieldDetail.bottom {
	margin-left: 129px;
}

.reviewsformWrap .fieldShort, .reviewsformWrap .fieldShort + .fieldDetail.bottom {
	width: 252px;
}

.reviewsformWrap .fieldLong, .reviewsformWrap .fieldLong + .fieldDetail.bottom {
	width: 440px;
}

.reviewsformWrap textarea.fieldLong {
	height: 245px;
}

.reviewsformWrap .download_imitation {
	left: 129px;
}

.reviewsFormSide_item {
	position: relative;
}

.reviewsFormSide_itemImg {
	position: absolute;
}

.reviewsformWrap .formSubmitButton .fieldDetail.side {
	width: 140px;
}

.reviewsformWrap .formSubmitButton {
	margin-top: 40px;
	margin-bottom: -40px;
	padding-left: 155px;
}

.reviewsformWrap .button-order {
	display: inline-flex;
	align-items: center;
	padding-left: 79px;
	padding-right: 79px;
}

.reviewsformWrap .generalForm__aside {
	padding-top: 117px;
	width: 183px;
}

.reviewsformWrap .reviewsFormSide_itemImg {
	top: 12px;
	left: -247px;
	width: 390px;
}

.reviewsContainer {
	padding-top: 69px;
}

.reviewsContent {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 100px;
	width: 100%;
}

.reviewsContent.itemReviews {
	padding-top: 10px;
}

.reviewsMain {
	width: 828px;
}

.itemReviews .reviewsMain {
	width: 730px;
}

.reviewsSide {
	padding-top: 18px;
}

.itemReviews .reviewsSide {
	padding-top: 38px;
}

.reviewsSide .reviewsSide_button {
	padding-left: 30px;
	padding-right: 20px;
}

.itemReviews .reviewsSide .reviewsSide_button {
	padding-left: 27px;
	padding-right: 24px;
}

.reviewsMain .pageTitle {
	line-height: 0.97142857;
	margin-bottom: 50px;
}

.reviewItem {
	border-top: 1px solid #e3e3e3;
	padding-top: 26px;
	margin-bottom: 72px;
}

.reviewsPage .reviewItem {
	padding-right: 90px;
}

.itemReviewsTitle {
	border-top: 1px solid #e3e3e3;
	margin-bottom: 2px;
	padding-top: 18px;
}

.itemReviewsTitle + .reviewItem {
	border-width: 0;
}

.reviewItem__text {
	margin-bottom: 15px;
}

.reviewItem__text p:not(:last-child) {
	margin-bottom: 15px;
}

.reviewItem__img {
	margin-top: 14px;
	margin-bottom: 26px;
}

.reviewItem__img img {
	max-height: 506px;
	max-width: 700px;
}

.reviewItem__text .accent {
	background-color: #ffecac;
	margin: 0 -3px;
	padding: 0 4px;
}

.itemReviews .actionsLoadMore__wrap {
	border-width: 0;
	padding-top: 0;
}

.product-reviews__action{
	display: flex;
	margin-top: 20px;
}

.product-reviews {
	margin-bottom: 32px;
	padding-bottom: 32px;
	width: 100%;
}
.product-reviews__header {
	margin-bottom: 20px;
}
.product-reviews__item + .product-reviews__item {
	margin-top: 28px;
}
.product-reviews__info {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #999;
}
.product-reviews__author {
	margin-right: 4px;
}
.product-reviews__date {
	margin-left: 4px;
}
.product-reviews__rating {
	margin-bottom: 12px;
}
.product-reviews__visual {
	max-width: 600px;
}
.product-reviews__visual img {
	width: 100%;
	display: block;
}
.product-reviews__thumbs {
	display: flex;
	margin: -6px;
	overflow-x: auto;
	margin-top: 6px;
}
.product-reviews__thumb {
	margin: 6px;
	flex-shrink: 0;
	width: calc(33.33% - 12px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-reviews__text {
	font-size: 16px;
	line-height: 19px;
	color: #000;
	margin-top: 17px;
}

.modal--custom button.close{
	height: 40px;
	width: 40px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	font-weight: 700;
	top: 10px;
	right: 10px;
	z-index: 20;
	position: absolute;
	color: #000;
}

/* --- buttons --- */
.custom-btn {
	display: inline-flex;
	vertical-align: middle;
	height: 40px;
	padding: 10px 18px;
	max-width: 100%;
	border: none;
	box-shadow: 0 0 0 1px #8ebaec inset;
	color: #8ebaec;
	background: transparent;
	font: 400 16px/20px Lato, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: none;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	outline: none;
	transition: 0.15s;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.custom-btn::after {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	border: 1px dashed;
	border-radius: inherit;
	opacity: 0;
	transition: inherit;
	pointer-events: none;
	border-radius: 4px;
}

.state--focus-enabled .custom-btn:focus::after {
	opacity: 0.75;
}

.custom-btn:active {
	color: #fff;
	border: none;
	background: #028;
	box-shadow: 0 0 0 1px #028 inset;
}

.custom-btn.custom-btn.custom-btn--disabled,
.custom-btn.custom-btn:disabled {
	background: #e1e1e1;
	border: 1px solid transparent;
	box-shadow: 0 2px 0 #cbcbcb;
	cursor: not-allowed;
}

.custom-btn--primary {
	color: #fff;
	background: #8ebaec;
	box-shadow: none;
}

@media (any-hover: hover) {
	.custom-btn--primary:hover {
		color: #fff;
		background: #04a;
		box-shadow: none;
	}
}
.custom-btn--primary:active {
	color: #fff;
	background: #028;
	box-shadow: none;
}

.custom-btn.custom-btn--primary.custom-btn--disabled,
.custom-btn.custom-btn--primary:disabled {
	cursor: not-allowed;
	color: #fff;
	background: #e8e8e8;
}

.custom-btn--white {
	background: transparent;
	color: #fff;
	box-shadow: 0 0 0 1px #fff inset;
}

.custom-btn.custom-btn--white.custom-btn--disabled,
.custom-btn.custom-btn--white:disabled {
	color: #e8e8e8;
	background: transparent;
	box-shadow: 0 0 0 1px #e8e8e8 inset;
}

.custom-btn--primary-white {
	background: #fff;
	color: #000;
	box-shadow: none;
}

.custom-btn--primary-white:active {
	color: #000;
	background: #999;
	box-shadow: none;
}

.custom-btn.custom-btn--primary-white.custom-btn--disabled,
.custom-btn.custom-btn--primary-white:disabled {
	color: #999;
	background: #e8e8e8;
	box-shadow: none;
}

.custom-btn__icon {
	display: inline-block;
	vertical-align: middle;
	align-self: center;
	width: 16px;
	height: 16px;
	margin: 0;
}

.custom-btn__icon--right {
	margin-left: 6px;
}

.custom-btn--lg {
	height: 50px;
	padding: 15px 22px;
}

.custom-btn--sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 14px;
}

.custom-btn--sm .custom-btn__icon {
	width: 12px;
	height: 12px;
}

.custom-btn--block {
	width: 100%;
}

.form-reviews.hide{
	display: none;
}

.form-reviews__title{
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
}

.form-reviews .modal-form__inner-desc {
	font-size: 12px;
}

.form-reviews .field-label {
	font-size: 15px;
	line-height: 12px;
}

.form-reviews .form-field {
	padding: 5px 0;
}

.form-reviews textarea.field-input {
	height: 65px;
}

.form-reviews input.fieldInput:not([type="file"]),
 .form-reviews textarea.fieldInput{
	font-size: 12px;
}

.form {
	color: #000;
}

.form-header__title.title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
}

.form-header__desc {
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.field-label {
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
}
.form-field--row .field-label{
	font-size: 24px;
}
.form-field {
	padding: 8px 0;
	position: relative;
}

.form-field--row .field-label{
	margin-bottom: 0;
}
.form-field--row .field-error{
	width: 100%;
	margin-top: 5px;
}
.form-field--row .rating-block{
	margin-left: 12px;
}
.form-field--row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.field-error.field-error.field-error {
	width: 100%;
}

.field-error.error {
	color: #f82d40;
	display: none;
	opacity: 0;
	transform: scale(0);
	font-size: 14px;
	line-height: 1.285714;
	filter: blur(100px);
}

.field-error.error.error-active {
	display: block;
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
	animation: showError 0.5s ease-in-out;
}

@keyframes showError {
	0% {
		opacity: 0;
		filter: blur(100px);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale(1);
	}
}
.error .fieldDetail.error {
	position: absolute;
	bottom: -3px;
	left: 0;
}

.field-input {
	border-radius: 4px;
	border: 1px solid #e8e8e8;
}

.field-input:focus {
	border: 1px solid #8ebaec;
}

.field--textarea {
	resize: none;
	min-height: 100px;
}

.form--substrate {
	background: #f5f5f5;
	padding: 16px 16px 24px 16px;
	border: 1px solid #e8e8e8;
}

.form-body__desc {
	color: #9b9b9b;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 12px;
}

.form-body__btn.disabled {
	background: #e1e1e1;
	border: 1px solid transparent;
	box-shadow: 0 2px 0 #cbcbcb;
	cursor: not-allowed;
}

.form-body__sub {
	color: #9b9b9b;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	padding-top: 8px;
}

.show-more-button,
.form-body__btn {
	color: #fff;
	background-color: #479fe6;
	border: 1px solid #479fe6;
	box-shadow: 0 4px 0 0 #1b82dc;
	transition: 0.2s;
	max-width: 328px;
	width: 100%;
}

.button-order {
	max-width: 270px;
	font-size: 26px;
	line-height: 25px;
	font-weight: 700;
	padding: 0 30px;
	height: 53px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #fff;
	background-color: #479fe6;
	border: 1px solid #479fe6;
	box-shadow: 0 4px 0 0 #1b82dc;
}

.show-more-button {
	max-width: 270px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 30px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #293EF2;
    background-color: transparent;
    border: 3px solid #293EF2;
    box-shadow: none;
	transition: 0.2s;
}

.show-more-button::after{
	content: url("data:image/svg+xml, <svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17 10L12 15C10.0474 13.0474 8.95262 11.9526 7 10' stroke='rgb(41, 62, 242)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    height: 25px;
    width: 25px;
	margin-left: 10px;
}

.show-more-button:hover{
	border: 3px solid #293EF2;
	color: white;
	background: #293EF2;
}

.button--sm {
	font-weight: 800;
	font-size: 18px;
	line-height: 24px;
}

.form-body__action {
	display: flex;
	justify-content: center;
}

.button-order:active,
.form-body__btn:active {
	background-color: #3c89c8;
	border: 1px solid #3c89c8;
	box-shadow: 0 0 0 0 #146dba;
	transform: translateY(4px);
}

.form-body__action {
	padding: 8px 0;
}

.form-body__checkbox {
	display: flex;
	margin: 12px 0;
}

.form-body__checkbox-item {
	margin-top: 6px;
	min-width: 13px;
	height: 13px;
}

.form-body__checkbox-label {
	margin-left: 10px;
}

.mobile-consultation .form-body__checkbox {
	margin-top: 10px;
}

.mobile-consultation .form-body__checkbox-item {
	margin-top: 3px;
}

.mobile-consultation .form-body__checkbox-label {
	line-height: 18px;
}

.form-body__checkbox-link {
	border-bottom: 1px solid #f82d40;
	border-color: #f82d40;
	color: #f82d40;
}

.form-body__checkbox-link:hover {
	border-color: #4990e2;
	color: #4990e2;
}

@media (max-width: 767px) {
	.form-body__checkbox-label {
		font-size: 14px;
	}
}

.field-file__input-block {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}

.field-file__input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.field-file__list {
	margin-bottom: 15px;
}

.field-file__item {
	margin-bottom: 6px;
	display: flex;
	width: 100%;
}

.field-file__item:last-child {
	margin-bottom: 0;
}

.field-file__item-start {
	flex: 1 1 auto;
}

.field-file__item-end {
	flex: 0 0 auto;
	margin-left: 12px;
}

.field-input {
	display: block;
	width: 100%;
	min-width: 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	padding: 7px 12px;
	box-shadow: none;
	font: 400 16px/24px Lato, Arial, Helvetica, sans-serif;
	transition: 0.15s;
	outline: none;
}
@media (any-hover: hover) {
	.field-input:hover {
		border-color: #000;
	}
}
.field-input:focus {
	border-color: #8ebaec;
}
.form-error .field-input {
	border-color: #e11;
}

.field-input--sm {
	padding: 2px 12px;
	font-size: 14px;
	height: 30px;
}

.field-input--textarea {
	height: 120px;
	resize: vertical;
}

.field-input--textarea.field-input--sm {
	line-height: 20px;
}

.field-input:disabled {
	background: #f5f5f5;
}

.preview-img__wrap {
	width: 56px;
	height: 56px;
	overflow: hidden;
	position: relative;
}

.preview-img__remove {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.preview-img .preview-img__remove span {
	position: absolute;
	top: 0;
	right: 1px;
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 0 0 0 2px;
}

.preview-img__remove span:before {
	content: "";
	width: 1px;
	height: 9px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.preview-img__remove span:after {
	content: "";
	width: 1px;
	height: 9px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.preview-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

label.field-file.field-file__multi {
	display: none;
}

.preview-open__btn {
	min-height: 100px;
	width: 100%;
	border: 1px dashed #e8e8e8;
	border-radius: 4px;
	padding: 23px 20px 20px 20px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: 0.3s;
}

.preview-open__btn-icon .icon{
	color: #999999;
	width: 21px;
	height: 17px;
}

.preview-open__btn-text {
	color: #999999;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	max-width: 202px;
	text-align: center;
	margin-top: 4px;
}

.preview-open__btn:active {
	background: #e8e8e8;
}

.form-fiel__files.added .preview-open__btn {
	opacity: 0;
	max-height: 0;
	max-width: 0;
	padding: 0;
	min-height: auto;
	display: none;
}

.preview-el {
	padding-left: 2px;
	padding-right: 2px;
}

.preview-el__wrap {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px dashed #e8e8e8;
	border-radius: 4px;
	position: relative;
}

.preview-el.full .preview-el__wrap {
	border: 1px solid #999999;
	overflow: hidden;
	border-radius: 2px;
}

.preview-el__btn {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.preview-el.full .preview-el__btn {
	z-index: -1;
}

.preview-el .preview-img__remove {
	display: none;
}

.preview-el.full .preview-img__remove {
	display: block;
}

.preview-el .preview-img__remove span {
	display: flex;
}

.preview-img {
	position: absolute;
	top: 0;
	left: 0;
}

.preview {
	margin-left: -2px;
	margin-right: -2px;
	display: none;
}

.form-fiel__files.added .preview {
	display: flex;
}

.preview-el .plus-el__svg {
	width: 33px;
	height: 33px;
	color: #e8e8e8;
}

.modal-success {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
}
.modal-success.show {
	display: block;
}

.modal-main {
	height: 100%;
}

.success .modal-main {
	display: none;
}

.success-modal .modal-success {
	display: flex;
	opacity: 1;
	animation: 0.7s showMessege;
}

.success .modal-success {
	display: flex;
	opacity: 1;
	animation: 0.7s showMessege;
}

@keyframes showMessege {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.modal-success__visual {
	max-width: 120px;
}

.modal-success__content-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
}

.modal-success__content-desc {
	font-size: 16px;
	line-height: 24px;
}

.modal-success__content {
	margin-top: 32px;
}

.modal-success__content-desc {
	margin-top: 8px;
}

.modal-success__content-action {
	margin-top: 32px;
}




/*SEARCH*/
.searchPage {
	padding-top: 42px;
}

.search_block {
	padding-bottom: 70px;
}

.search_form {
	background-color: rgba(250, 250, 250, 0.93);
	border: 1px solid #e8e8e8;
	padding: 22px 44px 35px;
	position: relative;
}

.search_form > * {
	display: inline-block;
	vertical-align: top;
}

.search_fieldWrap > * {
	display: block;
}

.search_fieldWrap .fieldInput {
	margin-bottom: 5px;
	width: 550px;
}

.search_fieldWrap .fieldInput:focus {
	/*border-color: #8eb9ec;*/
}

.search_details {
	font-size: 14px;
}

.searchTitle, .search_resultText {
	line-height: 1.9;
}

.searchTitle {
	font-weight: 700;
	margin-right: 14px;
}

.search_resultText {
	margin-left: 20px;
}

.search_progress {
	display: inline-block;
	height: 20px;
	width: 20px;
}

.search_progress img {
	height: 100%;
	width: 100%;
}

.search_clear {
	cursor: pointer;
	position: absolute;
	left: 722px;
	top: 34px;
	transition: 0.2s;
}

.search_clear svg {
	height: 14px;
	width: 14px;
}

.search_clear:hover path {
	stroke: #f82d40;
}

.search_result .catalogItem__img {
	/*height: 300px;*/
}

.megamenu {
	background-color: #fafafa;
	border: 1px solid #e8e8e8;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 18px 66px 35px 63px;
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	transition: 0.35s;
	width: 1240px;
	z-index: 19;
}

.megamenu.open {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.megamenu .footerMainMenu {
	margin-top: 10px;
	margin-bottom: 53px;
}

.megamenu .footerMainMenu .footerMenu__list {
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: space-between;
}

.megamenu .footerMainMenu .footerMenu__listItem {
	margin-right: 0;
}

.megamenu_main {
	width: 61%;
}

.megamenu_logo {
	position: absolute;
	left: -33px;
	top: 6px;
}

.megamenu__hours {
	font-size: 16px;
	display: flex;
	/* flex-direction: column; */
	/* margin-bottom: 30px; */
}

.megamenu__hours:not(:last-child) {
	/* margin-bottom: 40px; */
}

.megamenu_side .megamenu_side__address .hours {
	margin-bottom: 20px;
}

/* .megamenu .megamenu_side__contacts .messagers svg {
	height: 18px;
	width: 18px;
} */
.megamenu .megamenu_side__contacts .whatsup_api svg {
	height: 21px;
	width: 21px;
}

.megamenu .megamenu_side__contacts .messagers {
	padding-left: 3px;
}

.megamenu_side__address {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	margin-right: 30px;
}

.megamenu_side__address-city {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 10px;
}

.megamenu_side__address .footerMenu__title {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
}

.megamenu .footerMails {
	display: flex;
	justify-content: baseline;
	margin-top: 7px;
}

.megamenu_show {
	cursor: pointer;
	position: relative;
}

.megamenu_show .linkType1:after {
	content: "\25BE";
	position: absolute;
	margin-left: 7px;

	font-size: 0.9em;
	line-height: 23px;
}

.megamenu_hide {
	cursor: pointer;
	position: absolute;
	top: 26px;
	right: 65px;
}

.megamenu_hide g {
	transition: 0.2s;
}

.megamenu_hide:hover g {
	stroke: #f82d40;
}

body.menu_open {
	height: 100vh;
	overflow: hidden !important;
	position: relative;
}

/*body:after {
	content: '';
	display: block;
	height: 130%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .3s;
	visibility: hidden;
	width: 100%;
}*/

body.menu_open:after {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 1;
	visibility: visible;
	z-index: 15;
}

.footer_socialWrap {
	-webkit-align-self: center;
	align-self: center;
	-webkit-flex: 2 0 auto;
	flex: 2 0 auto;
}

.socialList {
	display: -webkit-flex;
	display: flex;
}

.socialItem:not(:last-child) {
	margin-right: 10px;
}

.socialItem a[href *="twitter.com"] {
	position: relative;
	top: 4px;
}

.catalog-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: rgba(255, 255, 255, 0.7);
	display: none;
}

.to_top_arrow {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
	/*color: #0088cc;*/
	cursor: pointer;
	font-size: 20px;
	height: 47px;
	line-height: 47px;
	position: fixed;
	bottom: 34px;
	text-align: center;
	transition: bottom .2s;
	width: 50px;
}

.to_top_arrow:hover {
	border-color: #ededed;
}

@media (min-width: 1200px) {
	.to_top_arrow {
		left: calc((100vw - 1200px) / 4);
	}
}

.cardElement .sideInfoFree {
	margin-top: 25px;
}

.sideInfo__tel {
	margin-top: 20px;
}

/*clients page*/
.clientsPage {
	margin-bottom: 100px;
	width: 100%;
}

.clientText {
	margin-top: 15px;
}

.clientText p {
	font-size: 20px;
}

.clients_logo_main {

}

.clients_logo_main .line {
	display: flex;
	justify-content: flex-start;
	margin-top: 60px;
}

.clients_logo_main .line .item {
	width: 240px;
	text-align: center;
}

.clients_logo_main .line .item:not(:first-child) {
	margin-left: 60px;
}

.clients_logo_main .line .item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	opacity: 0.8;
	transition: 0.25s;
	max-height: 90px;
}

.clients_logo_main .line .item img:hover {
	filter: none;
	opacity: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.clients_logo_main .line .item img {
		opacity: 0.6;
	}
}

.footerRaiting {
	padding-top: 33px;
	width: 297px;
	margin-bottom: 30px;
}

.footerRaiting__text {
	margin-bottom: 8px;
}

.footerRaiting__star {
	background-image: url(/local/templates/kingstyle/styles/../img/star.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 30px;
	width: 30px;
}

.footerRaiting__stars {
	display: flex;
}

.footerRaiting__star:not(:last-child) {
	margin-right: 7px;
}

/*2018-10-01*/
.footerRaiting {
	padding-top: 35px;
	width: 297px;
}

.footerRaiting__text {
	margin-bottom: 8px;
}

.footerRaiting__star {
	background-image: url(/local/templates/kingstyle/styles/../img/star.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 30px;
	width: 30px;
}

.footerRaiting__stars {
	display: flex;
}

.footerRaiting__star:not(:last-child) {
	margin-right: 7px;
}

/*2018-11-19*/
.indexCatalogTypes .productSimilar {
	border-width: 1px;
	margin-top: 62px;
	margin-bottom: 0;
}

/*2019-02-04*/
/*thank page*/
.thankPage__section {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 55px;
}

.thankPage__top, .thankPage__links {
	display: flex;
	justify-content: space-between;
}

.thankPage__topMain {
	flex: 0 0 520px;
	max-width: 520px;
}

.thankPage__topAside {
	flex: 0 0 510px;
	max-width: 510px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-top: -22px;
}

.thankPage__topAsideText {
	flex: 0 0 90px;
	margin-bottom: 80px;
	margin-left: 50px;
}

.thankPage__topAsideText p:first-child {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 5px;
}

.thankPage__mapImg img {
	height: auto;
	min-width: 100%;
	max-height: 100%;
	width: auto;
}

.thankPage .pageTitle {
	margin-bottom: 30px
}

.thankPage .catalogTypes__link {
	line-height: 1.38;
	font-weight: 700;
}

.thankPage__text:not(.thankPage__link) {
	margin-bottom: 50px;
}

.thankPage__links {
	padding-bottom: 60px;
}

.thankPage__linksBlock:first-child {
	flex: 0 0 554px;
}

.thankPage__linksBlock:last-child {
	flex: 0 0 530px;
}

.thankPage__linksList {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}

.thankPage__linksTitle {
	margin-bottom: 12px;
}

.thankPage__link {
	line-height: 1.2;
	margin-bottom: 10px;
}

.thankPage__link:nth-child(3n+1) {
	flex: 0 0 26.6%;
	max-width: 26.6%;
}

.thankPage__link:nth-child(3n+2) {
	flex: 0 0 25.6%;
	max-width: 25.6%;
}

.thankPage__link:nth-child(3n+3) {
	flex: 0 0 30%;
	max-width: 30%;
	white-space: nowrap;
}

.thankPage__linkCmplx {
	flex: 0 0 50%;
}

.thankPage__linkCmplx > a {
	display: flex;
	align-items: center;
}

.thankPage__linkCmplx .indexTitle {
	margin-right: 14px;
}

.thankPage__linkCmplxText {
	font-size: 16px;
	line-height: 22px;
}

.thankPage__social .catalogTypes__link {
	margin-bottom: 12px;
}

.thankPage .socialItem:not(:last-child) {
	margin-right: 15px;
}

.thankPage__topAsideImg {
	flex: 0 0 292px;
}

.thankPage__mapWrap .catalogTypes__link {
	margin-bottom: 24px;
}

/*end thank page*/


/*~~~ 2019 March changes ~~~*/
/*HEADER*/
.megamenu_side {
	flex: 0 0 32%;
}

.megamenu_side__contacts {
	margin-bottom: 30px;
}

.megamenu .megamenu_side__contacts .messagers {
	padding-left: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.megamenu .megamenu_side__contacts .messagers a:not(:last-child) {
	margin-right: 10px;
}

.megamenu .megamenu_side__contacts .messagers svg {
	height: 26px;
	width: 26px;
}

.megamenu .megamenu_side__contacts .whatsup_api svg {
	height: 33px;
	width: 33px;
}

.megamenu .footerOtherTel {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
}

.megamenu .footerOtherTel > .linkTel:not(:last-child) {
	margin-bottom: 4px;
}

.megamenu .footerMails {
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 25px;
}

.megamenu_side__address:not(:last-child) {
	margin-bottom: 10px;
}

.megamenu_side__address:last-child {
	margin-bottom: 0;
}

/*FOOTER*/
.footerContacts .messagers {
	margin-bottom: 34px;
}

.footerContacts .messagers a:not(:last-child) {
	margin-right: 14px;
}

.footerContacts .footerMails_email {
	font-size: 16px;
	display: inline-block;
	line-height: 25px;
	margin-bottom: 2px;
}

.footerContacts .footerMails_skype {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 2px;
}

.footerContacts .footerMails {
	margin-top: 0;
	margin-bottom: 0;
}

.footer_socialWrap a, .footer_socialWrap svg {
	display: block;
}

.footerAddress_text {
	display: flex;
}

.footerAddress_city {
	display: flex;
	flex-direction: column;
}

.footerAddress_text .megamenu_side__address {
	margin-bottom: 0;
}

.footerAddress_text .megamenu_side__address:not(:last-child) {
	/* margin-right: 50px; */
}

.footerAddress_city-header {
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
}

.footerAddress_city-body {
	display: flex;
}

.footerMenu__title.address_title {
	letter-spacing: normal;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
}

/*DETAILED*/
.sideInfoDetails__block {
	margin-bottom: 20px;
}

.sideInfoDetails__block .sideInfoDetails__text:not(:last-child) {
	margin-bottom: 6px;
}

.sideInfoDetails__block .sideInfoDetails__title:not(:last-child) {
	margin-bottom: 2px;
}

.sideInfoDetails__block .sideInfoDetails__text:last-child,
.sideInfoDetails__block .sideInfoDetails__title:last-child {
	margin-bottom: 0;
}

.sideInfoOptions {
	min-height: 274px;
}

.sideInfoOptions__orderForm {
	margin-top: 14px;
}

/*MAIN PAGE*/
.slider_wrap.wide {
	width: 100%;
	margin-top: 46px;
}

.wide .slider_item {
	-webkit-background-size: 100% auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 1112px;
	min-width: 1112px;
}

.wide .slider_item a {
	display: block;
	height: 100%;
	width: 100%;
}

.wide .slider_control_item {
	opacity: 0;
	transition: 0.2s;
}

.wide:hover .slider_control_item {
	opacity: 1;
}

.wide .slider_control_item.left {
	left: 0;
}

.wide .slider_control_item.right {
	right: 0;
}

.catalogTypes__staff_container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

.catalogTypes__staff__img {
	margin-top: 30px;
}

/*CONTACTS*/
.contactsSection {
	padding-bottom: 45px;
}

.contactsTel__mainTop_details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-inline-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactsSection .pageTitle {
	margin-bottom: 24px;
	margin-top: 26px;
}

.contactsTel__other {
	margin-bottom: 28px;
}

.salons__section {
	margin-bottom: 72px;
}

.salons__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.salons__item {
	flex: 0 0 31%;
	max-width: 31%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.salons__item:nth-child(even) {
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.salon__img {
	background-color: #c4c4c4;
	height: 250px;
	margin-bottom: 18px;
	position: relative;
	/* flex-grow: 1; */
	overflow: hidden;
}

.salon__img img {
	height: 100%;
	min-width: 100%;
	width: auto;
	object-fit: cover;
}

.salon__label {
	background-color: rgba(248, 45, 64, 0.5);
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	line-height: normal;
	padding: 6px 22px 5px 16px;
	position: absolute;
	top: 22px;
	right: 0;
}

.salon__address {
	font-weight: bold;
	font-size: 19px;
	line-height: 26px;
}

.salon__details {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 15px;
	line-height: 23px;
}

.salon__details-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 16px;
	line-height: 23px;
	flex-direction: column;
}

.salon__details:not(:last-child) {
	border-bottom: 2px solid rgba(0, 0, 0, .25);
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.salon__description {
	/* max-width: 42%; */
}

.salon__details-bottom .linkTel {
	font-weight: 700;
}

.salons__title {
	margin-top: 20px;
	margin-bottom: 36px;
}

.salons__page {
	padding-top: 1px;
}

.salons__page .salons__title {
	font-size: 70px;
	font-weight: 700;
	margin-top: 40px;
}

.salon__title {
	margin-bottom: 10px;
}

.salon__building {
	font-size: 25px;
	line-height: normal;
}

.map-sklad-ico,
.map-salon-ico {
	background-color: #f82d40;
	border-radius: 50%;
	display: block;
	text-align: center;
	transform: translate(-50%, -50%);
}

.map-sklad-ico {
	border: 1px solid #fff;
	height: 20px;
	line-height: 16px;
	width: 20px;
}

.map-salon-ico {
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 36px;
	width: 40px;
}

.map-tooltip {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
	opacity: 0;
	padding-top: 18px;
	position: relative;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 470px;
}

.map-tooltip__arrow {
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
}

.map-tooltip__arrow:after {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
	content: '';
	height: 20px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	width: 20px;
}

.map-salon-img {
	height: 238px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0 30px;
	width: 100%;
}

.map-salon-img img {
	min-width: 100%;
	height: auto;
}

.map-tooltip__body {
	padding: 0 30px 22px;
}

.map-tooltip__desc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.map-tooltip__desc:not(:last-child) {
	margin-bottom: 26px;
}

.map-label, .map-salon-address {
	font-size: 25px;
	font-weight: 600;
	line-height: normal;
}

.map-tooltip__phone,
.map-tooltip__worktime {
	font-size: 16px;
	line-height: normal;
}

.map-tooltip__worktime {
	max-width: 161px;
}

.map-tooltip__phone > *:not(:last-child),
.map-tooltip__worktime > *:not(:last-child) {
	margin-bottom: 4px;
}

.map-tooltip__phone {
	font-weight: 700;
}

/*COMPANY*/
.company__top {
	margin-bottom: 72px;
	padding-top: 55px;
}

.company__top .pageTitle {
	margin-bottom: 6px;
}

.company__top .pageDescription {
	line-height: 33px;
	width: 71.5%;
}

.company__assort {
	margin-bottom: 62px;
}

.company__assort .indexTitle {
	margin-bottom: 26px;
}

.company__assortList {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.company__assortItem:not(:nth-child(1)) {
	margin-left: 2%;
}

.company__assortItem.company__assortItem-long {
	margin-left: 0;
}

.company__assortItem:not(.company__assortItem-long) {
	/* flex: 0 0 32%; */
	/* max-width: 32%; */
	margin-bottom: 42px;
}

a.company__assortContent {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.company__assortImg {
	/* background-color: #c4c4c4; */
	display: flex;
	/* justify-content: center; */
	align-items: flex-end;
	flex-grow: 1;
	min-height: 306px;
	margin-bottom: 12px;
	overflow: hidden;
}

.company__assortImg img {
	/* min-height: 100%;
	min-width: 100%; */
}

.company__assortTitle {
	margin-bottom: 16px;
}

.company__assortItem-long .company__assortTitle {
	margin-bottom: 8px;
}

.company__sklad .aboutSection-sklad {
	margin-bottom: 34px;
}

.company__sklad .furnitureSolution {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	max-height: none;
}

.company__skladText {
	font-size: 23px;
	line-height: 33px;
}

.companySklad__head {
	margin-bottom: 34px;
	width: 820px;
}

.companySklad__head .indexTitle {
	margin-bottom: 22px;
}

.company__sklad .medium .furniture__img {
	height: auto;
}

.company__sklad .furnitureSolution {
	margin-bottom: 0;
}

.company__sklad .solutionFactoid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}

.company__sklad .solutionFactoid,
.company__sklad .solutionFactoid__item {
	height: auto;
}

.company__sklad .solutionFactoid__item {
	min-height: 150px;
}

.company__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.k-col-3 {
	flex: 0 0 23.8%;
	max-width: 23.8%;
}

.k-col-3:not(:nth-child(4n)) {
	margin-right: 1.81333%
}

.k-col-5 {
	flex: 0 0 37%;
	max-width: 37%;
}

.k-col-5:not(:nth-child(2n)) {
	margin-right: 14.1%;
}

.k-col-6 {
	flex: 0 0 48%;
	max-width: 48%;
}

.k-col-6:not(:nth-child(2n)) {
	margin-right: 3.4%;
}

.company__subtitle {
	margin-bottom: 40px;
}

.company__listItem .catalogTypes__link {
	margin-bottom: 14px;
}

.company__listItem .catalogTypes__text p:not(:last-child) {
	margin-bottom: 14px;
}

.company__service, .company__repair, .company__clients {
	margin-bottom: 75px;
}

.company__clientsTitle {
	margin-bottom: 32px;
}

.company__clientsText {
	font-size: 20px;
	line-height: 29px;
}

.company__clientsText p:not(:last-child) {
	margin-bottom: 20px;
}

.company__reviewsTitle {
	margin-bottom: 22px;
}

.company__clientsSlide {
	display: flex;
	flex-wrap: wrap;
}

.company__clientsItem {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 28px 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.company__clientsItem {
		display: block;
	}
}

.company__clientsItem img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	max-height: 90px;
	opacity: 0.8;
	transition: 0.25s;
}

.company__clientsItem img:hover {
	filter: none;
	opacity: 1;
}

.slider_wrap.company__slider {
	height: 278px;
	margin-bottom: 92px;
}

.company__clients .company__list:not(:last-child) {
	margin-bottom: 50px;
}

.company__slider .slider_control_item {
	bottom: 50%;
	transform: translateY(50%);
}

.company__slider.wide .slider_control_item.right {
	right: -15px;
}

.company__slider.wide .slider_control_item.left {
	left: -15px;
}

.paymentWay__description {
	display: table;
}

.paymentWay__descriptionListItem {
	display: table-row;
}

.paymentWay__descriptionListItem > * {
	display: table-cell;
}

.paymentWay__descriptionAccent {
	font-size: 25px;
	font-weight: 700;
	padding-right: 14px;
}

.second_salon {
	background: #fff;
	display: flex;
	justify-content: center;
	margin-top: 24px;
	margin-bottom: 20px;
}

.secon_salon__text sup {
	font-size: 9px;
	position: relative;
	top: -3px;
	left: 1px;
}

.secon_salon__text {
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	margin-left: 45px;
	margin-top: 43px;
	width: 380px;
}

.second_salon__image {
	margin-right: 20px;
}

.second_salon.om .secon_salon__text sup {
	top: -2px;
	left: -1px;
}

.second_salon.om .second_salon__image {
	margin-right: 25px;
}

.second_salon.om .secon_salon__text {
	margin-left: 52px;
	width: 480px;
	margin-top: 44px;
}

.second_salon.om {
	margin-top: 16px;
	margin-bottom: 20px;
}

.container_ready {
	background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 107.69%), #F4F4F4;
}

.ready_wrapper {
	display: flex;
	width: 1112px;
	padding-top: 99px;
	padding-bottom: 79px;
	font-family: 'Exo 2', sans-serif;
	font-style: normal;
	margin: 0 auto 60px auto;
}

.left_item, .right_item {
	width: calc((100% - 215px) / 2);
	display: flex;
}

.left_item {
	justify-content: flex-start;
}

.left_item_text {
	width: 330px;
	display: flex;
	flex-direction: column;
}

.left_item_text h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 20px;
}

.left_item_upperBlock_text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}

.left_item_upperBlock_link a {
	color: #F62B3E;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
}

.right_item_text1 {
	font-weight: 600;
	font-size: 96px;
}

.right_item_text2 {
	font-size: 20px;
}

.right_item_upperBlock {
	display: flex;
	justify-content: flex-start;
}

.middle_item {
	margin-left: 50px;
	margin-right: 50px;
}

.right_item_text {
	width: 255px;
	color: #F62B3E;
	text-align: center;
	margin-left: 80px;
}

.left_item {
	background: url('/local/templates/kingstyle/img/left_item_img.png') no-repeat right bottom;
}

.right_item {
	background: url('/local/templates/kingstyle/img/right_item_img.png') no-repeat left bottom;
}

.mebel {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.mebel_children {
	margin-bottom: 70px;
}

.mebel__link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 50px;
}

.mebel__link_cofTable {
	align-self: flex-end;
}

.mebel__link_shelf {
	align-self: flex-end;

}

.mebel__link_office {
	flex-direction: row;
}

.mebel__link_office .mebel__img {
	margin-top: 0;
	margin-right: 15px;
}

.mebel__img {
	margin-top: 15px;
}

.mebel__img_cafChair {
	height: 407px;
	margin-right: 75px;
}

.mebel__text {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #F82D40;
}

.mebel-title {
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
	font-size: 54px;
	line-height: 65px;
	color: #000000;
	padding: 30px 0;
	text-align: center;
}

.mebel__textLink_abs {
	position: absolute;
	top: 0;
	left: 0;
}

.mebel__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 61%;
}

.indexAbout-mebel {
	margin-bottom: 130px;
}

.red-font {
	color: #F82D40;
}

.clientInfo__title-online {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.08;
	margin-bottom: 14px;
	margin-top: 50px;
}

.paymentWay__subtitle {
	font-weight: 700;
	line-height: 1.63;
}

.paymentWay__description {
	line-height: 1.38;
}

.paymentWay__description:not(:last-child) {
	margin-bottom: 14px;
}

.clientInfo__list-online {
	line-height: 1.5;
	height: 100%;
	margin-bottom: 30px;
}

.clientInfo__listItem {
	position: relative;
}

.clientInfo__listItem:after {
	content: "\2014 ";
	display: block;
	position: absolute;
	top: 0;
	left: -23px;
}

.online-text {
	margin: 20px 0;
}

.not-send {
	margin-top: 30px;

}

.clientInfo__text.black {
	color: #000;
}

.mebel__link.chair {
	margin-left: 0;
	margin-right: 200px;
}

.mebel__text.linkType1.komplecty {
	margin-left: 75px;
}

.company__assortBlock {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.furnitureGarden {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.furnitureGarden__text {
	width: 800px;
	margin-bottom: 65px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
}

.furnitureGarden__title {
	margin-bottom: 27px;
}

.furnitureGarden__item-text {
	width: 225px;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}

.furnitureGarden__item.chair {
	/* width: 20%; */
	width: 240px;
}

.furnitureGarden__item.armchair {
	width: 370px;
}

.furnitureGarden__item.table {
	width: 430px;
	margin: 0 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 360px;
}

.furnitureGarden__item.table > .mebel__img {
	margin-top: 0;
}

.furnitureGarden__item-relative-block > .furnitureGarden__item-text {
	text-align: center;
}

.furnitureGarden__item-relative-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	bottom: 200px;
}

.furnitureGarden__imgblock2 {
	width: 100%;
	position: relative;
	bottom: 40px;
}

.furnitureGarden__item.complect {
	display: flex;
	flex-direction: column;
	position: relative;
	bottom: 60px;
	left: 20px;
}

.complect > .mebel__text {
	width: max-content;
}

.footerMainMenu > .mainNav > .footerMenu__list {
	max-height: 80px;
}

.footerAddress_text {
	align-self: flex-start;
}

.mebel.garden {
	justify-content: flex-start;
}

.furnitureGarden .mebel__text {
	font-size: 25px;
	font-weight: 600;
}

.furnitureGarden__imgblock {
	display: flex;
	justify-content: space-between;
}

.furnitureGarden__imgblock-left {
	display: flex;
	flex-direction: column;
}

.furnitureGarden__imgblock-rigth {
	flex-direction: column;
}

.furnitureGarden__imgblock-table-armcair {
	display: flex;
}

.complect-text {
	margin-left: 30px;
}

.complect-text > .furnitureGarden__item-text {
	width: 370px;
}

.table .mebel__text {
	padding-bottom: 2px;
}

.mebel__link.complect {
	margin-left: 20px;
}

.actionsItem__content p b {
	display: inline-block;
	font-size: inherit;
	font-weight: bold;
	line-height: 1.12;
}

.actionsItem__content h2 {
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	font-weight: bold;
}

.actionsItem__content h3 {
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	font-weight: bold;
}

.tabs-content__el .fieldLong {
	width: 305px;
}

.actionsItem__content h4 {
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	font-weight: bold;
}

.actionsItem__content table b {
	font-weight: 700;
}

.actionsItem__content ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 40px;
}

.actionsItem__content ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 40px;
}

.actionsItem__content table {
	border-collapse: separate;
	border-spacing: 1em 1.33em;
}

.searchPage [data-price-old]:not([data-price-old=""]) .catalogItem__priceNew {
	color: #F82D40;
}

.wrap--no-padding.wrap--no-padding {
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.main-banner {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.main-banner__wrapper {
	height: 400px;
	display: flex;
	width: 100%;
}

.main-banner__main {
	width: 65.81%;
	min-width: 0;
}

.main-banner__aside {
	min-width: 0;
	width: 34.19%;
}

.main-banner__slider {
	width: 100%;
	display: flex;
	overflow: hidden;
}

.main-banner__slider.slick-initialized {
	display: block;
}

.main-banner__slide::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.main-banner__slider:hover .main-banner__slide-img {
	transform: scale(1.02);
}

.main-banner__slide {
	width: 100%;
	flex-shrink: 0;
	height: 400px;
	position: relative;
	overflow: hidden;
	background-color: #8d8d8d;
}

.main-banner__slide-img,
.main-banner__slide-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.main-banner__slide-img {
	z-index: 1;
	transition-duration: 600ms;
	object-fit: cover;
	object-position: center;
}

.main-banner__slide-content {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 370px;
	color: #fff;
}

.main-banner__slide-title {
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
	font-size: 56px;
	line-height: 67px;
}

.main-banner__banner:hover .main-banner__banner-img {
	transform: scale(1.1);
}

.main-banner__banner {
	background-size: cover;
	background-position: center;
	padding: 24px;
	position: relative;
	background-color: #8d8d8d;
	overflow: hidden;
}

.main-banner__banner-img,
.main-banner__banner-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.main-banner__banner-img {
	z-index: 1;
	object-fit: cover;
	object-position: center;
	transition-duration: 600ms;
}

.main-banner__banner-content {
	position: relative;
	z-index: 2;
	font-family: 'Lato';
	color: #fff;
}

.main-banner__banner-caption {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Exo 2', sans-serif;
}

.main-banner__banner-text {
	margin-top: 8px;
	font-size: 15px;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.8);
}

.main-banner__banner-detail svg {
	margin-left: 6px;
	margin-top: 6px;
}

.main-banner__banner-detail {
	margin-top: 28px;
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}

.main-banner__banner--min {
	height: 120px;
}

.main-banner__banner--mid {
	height: 280px;
}

.features-block__grid {
	display: flex;
	margin: -15px;
}

.features-block__cell {
	width: 25%;
	padding: 15px;
}

.features-block__item:hover .features-block__content {
	color: #f82d40;
}

.features-block__item {
	min-height: 120px;
	background: #252525;
	border-radius: 4px;
	display: flex;
	position: relative;
}

.features-block__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.features-block__content {
	padding: 14px 0 14px 16px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-right: -10px;
	max-width: 160px;
	transition-duration: 300ms;
}

.features-block__img {
	width: 115px;
	align-self: flex-end;
	margin-left: auto;
}

.header__contactList {
	padding-right: 40px;
}

.footerAddress.dop {
	margin: 10px 0;
}


.footer-toolbar {
	display: none;
}

.breadcrumbs {
	margin: 15px 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	cursor: default;
}

.breadcrumbs__list {
	display: inline-flex;
	vertical-align: top;
	flex-wrap: wrap;
	margin: -2px -5px;
	width: calc(100% + 10px);
}

.breadcrumbs__item {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	max-width: 100%;
	padding: 2px 5px;
}

.breadcrumbs__separator {
	width: 5px;
	height: 8px;
	margin: 1px 0 0 10px;
	color: #000;
}


.breadcrumbs__link {
	border: none;
	text-decoration: none;
	transition: 0.15s;
	outline-offset: 1px;
	outline: none;
	flex: 0 1 auto;
	color: #000;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
	border: none;
	text-decoration: none;
	transition: 0.15s;
	outline-offset: 1px;
	outline: none;
	color: #e8e8e8;
}

.breadcrumbs__item:last-child .breadcrumbs__separator {
	display: none;
}

.breadcrumbs,
.breadcrumbs__item,
.breadcrumbs__item:not(:last-child)::after {
	align-items: baseline;
}

.breadcrumbs {
	padding-top: 0;
}

.breadcrumbs__item {
	align-items: baseline;
}

.breadcrumbs__item:not(:last-child)::after {
	font-size: 30px;
	margin: 0 10px;
	height: 10px;
	align-items: flex-end;
}

.megamenu.open {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.megamenu {
	background-color: #fafafa;
	border: 1px solid #e8e8e8;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 18px 66px 35px 63px;
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	transition: .35s;
	width: 1240px;
	z-index: 19;
}

.popup-menu__social-media-link {
	margin-left: 16px;
	max-width: 34px;
	align-items: center;
}

.popup-menu,
.popup-menu__lists,
.popup-menu__more-btn,
.popup-menu__more-links,
.popup-menu__social-media,
.popup-menu__social-media-link {
	display: flex;
}

.popup-menu__more-links {
	flex-direction: column;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .25s ease-in-out;
	-moz-transition: max-height .25s ease-in-out;
	-o-transition: max-height .25s ease-in-out;
	transition: max-height .25s ease-in-out;
	list-style: disc;
}

.active .popup-menu__more-links {
	max-height: 750px !important;
	overflow: inherit;
}

.popup-menu__more-btn {
	align-items: center;
}

.popup-menu__more-btn::before {
	content: "Еще";
	margin-top: 0;
	align-items: center;
	font-style: normal;
	cursor: pointer;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	opacity: .5;
}

.active .popup-menu__more-btn::before {
	content: "Скрыть";
}

.popup-menu__more-btn::after {
	margin-left: 4px;
	content: "";
	display: block;
	background: url("/images/icon/arrow.svg");
	background-repeat: no-repeat;
	align-items: center;
	width: 10px;
	height: 6px;
	transform: rotate(0deg);
	-webkit-transition: transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
}

.active .popup-menu__more-btn::after {
	transform: rotate(180deg);
}

.svg-sprite {
	display: block;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}

.page-title__value {
	margin-bottom: 55px;
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	font-family: 'Exo 2';
	text-align: center;
}

.furnitureForm .button-order {
	padding-left: 27px;
	padding-right: 27px;
}

.breadcrumbs__link:hover {
	color: #e06;
	border: none;
	text-decoration: none;
}

.state--focus-enabled .breadcrumbs__link:focus {
	outline: 1px dashed;
	outline-offset: 1px;
}

.popup-menu__list {
	padding: 0 18px;
	list-style: disc;
}

.popup-menu__list-wrapper {
	flex: 1 1 100%;
	margin-left: 27px;
}

.popup-menu__links {
	columns: 7;
	display: flex;
	flex-wrap: wrap;
}

.popup-menu {
	padding: 0 !important;
	border: none;
	background: #fafafa;
	font-family: Lato, Arial, Helvetica, sans-serif;
}

.popup-menu__top {
	padding: 29px 50px 20px;
	background: #fff;
}

.popup-menu__bottom {
	padding: 24px 50px 52px;
	max-height: 470px;
	overflow: auto;
}

.popup-menu__logo {
	margin-bottom: 29px;
}

.popup-menu__left-elem {
	flex: 1 0 78%;
}

.popup-menu__right-elem {
	padding: 36px 54px;
	flex: 0 0 22%;
	border-left: 1px solid #e2e2e1;
}

.popup-menu__mail,
.popup-menu__link,
.popup-menu__header,
.popup-menu__telephone,
.popup-menu__address-header {
	font-style: normal;
	font-weight: 600;
}

.popup-menu__link {
	display: block;
	white-space: nowrap;
	margin-bottom: 12px;
	color: #000;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	flex: 0 0 auto;
	width: 14.28%;
}

.popup-menu__bottom-header {
	margin-bottom: 16px;
	font-style: normal;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	opacity: .3;
}

.popup-menu__list-header {
	margin-bottom: 10px;
	font-style: normal;
	color: var(--color-black);
	display: block;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	transition: .3s ease-in-out;
}

a.popup-menu__list-header:hover,
a.popup-menu__list-header:active {
	cursor: pointer;
	color: var(--color-red);
}

.popup-menu__list-link {
	overflow-wrap: unset;
	font-style: normal;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	opacity: .5;
}

.popup-menu__telephone {
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #000;
}

.popup-menu__mail {
	margin: 12px 0 32px;
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	opacity: .5;
}

.popup-menu__header {
	font-size: 16px;
	font-family: Lato, Arial, Helvetica, sans-serif;
	line-height: 19px;
}

.popup-menu__address-header {
	margin: 12px 0 4px;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

.popup-menu__address-link {
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	opacity: .5;
}

.popup-menu__social-media {
	padding: 35px 0 12px;
}

.popup-menu__list > li,
.popup-menu__more-links > li {
	color: #f62b3e;
	margin-bottom: 12px;
	list-style: disc;
}

.popup-menu__list > li:last-child {
	margin-bottom: 0;
}

.popup-menu__link:hover,
.popup-menu__mail:hover,
.popup-menu__telephone:hover,
.popup-menu__list-link:hover,
.popup-menu__address-link:hover {
	opacity: 1;
	color: #f62b3e;
}

.popup-menu__close-btn {
	text-align: right;
}

.popup-menu__close-btn > span {
	cursor: pointer;
}

.popup-menu__list-wrapper:first-child,
.popup-menu__social-media-link:first-child {
	margin-left: 0;
}

#non-mobile header .wrap {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 35px;
	width: 1182px;
	position: relative;
}


.header-desk {
	display: block;
	align-items: center;
	justify-content: inherit;
}

.headerInfo {
	margin-top: 0;
}

.mainTopCompanyNavList__item {
	padding-left: 8px;
	padding-right: 8px;
}

.mainNavList__item {
	font-size: 18px;
}

.linkTel {
	color: #000;
	cursor: default;
	display: block;
}

.linkType1 {
	border-color: rgba(248, 45, 64, .2);
	color: #f82d40;
}

.linkType1,
.linkType2 {
	border-bottom-width: 1px;
	border-style: solid;
	cursor: pointer;
	transition: all .2s;
}

.headerButtons {
	margin-top: 10px;
	align-items: center;
	float: right;
	display: flex;
}

.header__contactList {
	padding-right: 40px;
}

.headerSearchLink {
	margin-left: 34px;
}

.headerBasketLink,
.headerSearchLink {
	display: inline-block;
	position: relative;
}

.header__telListItem:not(:last-child),
.header__contactList:not(:last-child) {
	margin-bottom: 5px;
}

.headerInfoIco {
	margin-left: 34px;
	cursor: pointer;
}

.headerInfoIco svg {
	fill: #000;
}

.linkType1,
.linkType2,
.header__telListItem .linkType1,
.header__contactList .linkType1,
.header__telListItem .linkType2,
.header__contactList .linkType2 {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.header__telListItem .linkType2,
.header__contactList .linkType2 {
	font-size: 15px;
	line-height: 18px;
}

.mainTopCompanyNavList-item__not-selected sup {
	font-size: 8px;
	line-height: 10px;
}

.linkType2 {
	border-color: rgba(0, 0, 0, .2);
	color: #000;
}

.linkType2:hover {
	color: #f82d40;
	border-color: #f82d40;
}

.headerBasketLink-full:not(.disabled) path,
.headerSearchLink:not(.disabled) path {
	fill: #000;
}

.headerBasketLink__badge {
	background-color: #f82d40;
	border-radius: 20px;
	color: #fff;
	display: none;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: -5px;
	right: -7px;
	text-align: center;
	min-width: 20px;
}

header .wrap {
	z-index: 1;
}

.wrap,
.bx-wrap,
.bx-wrapper {
	position: relative;
}

.small-baner__el {
	background: #252525;
	color: #fff;
	overflow: hidden;
	border-radius: 4px;
	padding: 14px 16px 22px 16px;
	position: relative;
	margin-bottom: 8px;
	min-height: 80px;
	display: flex;
	align-items: center;
	width: calc(50% - 13px);
	margin-right: 25px;
}

.margin--bottom .indexAbout-mebel {
	margin-bottom: 87px;
}

.sectionContent-mebel.margin--bottom {
	background-image: none;
}

.sectionContent-mebel.margin--bottom + .container_ready {
	background: none;
}

.page-category {
	padding-top: 20px;
	position: relative;
}

.page-category:before {
	content: '';
	background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%);
	height: 185px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.page-section.small-baner {
	margin-bottom: 80px;
}

.small-baner__el:nth-child(2n) {
	margin-right: 0;
}

.small-baner__el-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	z-index: 3;
	position: relative;
	max-width: 210px;
}

.small-banner__title {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 26px;
}

.small-baner__el-img {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	max-width: 125px;
}

.small-baner__el-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.small-baner--categories .small-baner__el {
	background: #f5f5f5;
}

.small-baner--categories .small-baner__el-title {
	color: #f82d40;
	max-width: 210px;
	font-size: 14px;
	display: inline;
	font-weight: bold;
	font-family: 'Lato';
	border-bottom: 1px solid rgba(248, 45, 63, 0.2);
}

.small-baner--categories .small-baner__el-desc {
	color: #999;
	font-weight: 500;
	font-size: 12px;
	font-family: 'Lato';
	line-height: 16px;
	margin-top: 8px;
}

.small-baner--categories .small-baner__el-text {
	padding: 10px 0 12px 16px;
}

.small-baner--categories .small-baner__el {
	border-radius: 8px;
	justify-content: space-between;
	padding: 0;
	min-height: 56px;
}

.small-baner--categories .small-baner__el-img {
	position: static;
	max-width: 45%;
	max-height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.free-mesh {
	padding-top: 24px;
	padding-bottom: 10px;
	display: flex;
}

.gray--granient {
	background: linear-gradient(20deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F5F5F5;
}

.free-mesh__title {
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 8px;
}

.free-mesh__text {
	padding-left: 16px;
	margin-bottom: 12px;
}

.free-mesh__desc {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
}

.link--red {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #eb3324;
}

.free-mesh__left {
	flex: 0 0 70%;
	width: 100%;
}

.free-mesh__right {
	flex: 0 0 30%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding-left: 15px;
}

.free-mesh__img img {
	width: 100%;
}

.free-mesh__left .free-mesh__img {
	max-width: 360px;
}


.active .footer-desk__more-links {
	max-height: 750px !important;
	overflow: inherit;
}

.active .footer-desk__more-btn::after {
	transform: rotate(180deg);
}

.active .footer-desk__more-btn::before {
	content: "Скрыть";
}

.footer-desk {
	font-family: Lato, Arial, Helvetica, sans-serif;
}

.footer-desk,
.footer-desk__telephone,
.footer-desk__category-link {
	color: #000;
}

.footer-desk__table {
	background-color: #f6f6f6;
	padding: 44px 0 38px;
}

.footer-desk__last {
	padding: 38px 0;
}

.footer-desk__last .wrap,
.footer-desk__table .wrap {
	padding: 0;
	border: inherit;
}

.footer-desk__reward-logo {
	margin-right: 12px;
	width: 48px;
	height: 48px;
}

.footer-desk__more-btn,
.footer-desk__copyright {
	color: #afafaf;
}

.footer-desk__reward-sign {
	padding-top: 5px;
	width: 120px;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
}

.footer-desk__social-media-link {
	max-width: 34px;
	align-items: center;
}

.footer-desk__last-logo,
.footer-desk__last-social,
.footer-desk__social-media-link {
	margin-left: 16px;
}

.footer-desk__last-logo,
.footer-desk__last-social {
	margin-bottom: 33px;
	display: block;
}

.footer-desk__info,
.footer-desk__last,
.footer-desk__table,
.footer-desk__more-btn,
.footer-desk__bank-card,
.footer-desk__addresses,
.footer-desk__categories,
.footer-desk__more-links,
.footer-desk__social-media,
.footer-desk__link-wrapper,
.footer-desk__rating-stars,
.footer-desk__category-link,
.footer-desk__last-contacts,
.footer-desk__last-col--row,
.footer-desk__last-col--column,
.footer-desk__category-wrapper,
.footer-desk__social-media-link,
.footer-desk__last-col--column-reverse {
	display: flex;
}

.footer-desk__addresses,
.footer-desk__more-links,
.footer-desk__link-wrapper,
.footer-desk__category-link,
.footer-desk__last-contacts,
.footer-desk__last-col--column,
.footer-desk__category-wrapper,
.footer-desk__last-col--column-reverse {
	flex-direction: column;
}

.footer-desk__last-col--column-reverse {
	align-items: flex-end;
}

.footer-desk__more-links {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .25s ease-in-out;
	-moz-transition: max-height .25s ease-in-out;
	-o-transition: max-height .25s ease-in-out;
	transition: max-height .25s ease-in-out;
}

.footer-desk__category-link {
	padding-bottom: 4px;
	margin-top: 12px;
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	align-self: baseline;
}

.footer-desk__category-link:hover {
	padding-bottom: 2px;
	border-bottom: 2px solid #afafaf;
}

.footer-desk__more-links .footer-desk__category-link {
	margin-top: 12px;
	font-family: Lato, Arial, Helvetica, sans-serif;
}

.footer-desk__category-header {
	margin-bottom: 4px;
	font-style: normal;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	max-width: 220px;
}

.footer-desk__link-header {
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 23px;
}

.footer-desk__category-wrapper {
	margin-left: 28px;
	min-width: 198px;
}

.footer-desk__link-wrapper {
	margin-left: 49px;
}

.footer-desk__info-link {
	padding-bottom: 4px;
	margin-top: 8px;
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	color: #6a7178;
	align-self: baseline;
}

.footer-desk__info-link:hover {
	padding-bottom: 2px;
	border-bottom: 2px solid #ccc;
}

.footer-desk__categories {
	margin-bottom: 28px;
}

.footer-desk__more-btn {
	margin-top: 12px;
	align-items: center;
}

.footer-desk__more-btn::before {
	content: "Еще";
	display: block;
	align-items: center;
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	cursor: pointer;
}

.footer-desk__more-btn::after {
	margin-left: 4px;
	content: "";
	display: block;
	background: url("/images/icon/arrow.svg");
	background-repeat: no-repeat;
	align-items: center;
	width: 10px;
	height: 6px;
	transform: rotate(0deg);
	-webkit-transition: transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
}

.footer-desk__telephone {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

.footer-desk__address-header {
	margin-top: 12px;
	font-style: normal;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
}

.footer-desk__address-link,
.footer-desk__rating-header,
.footer-desk__last-contact-link {
	border-bottom: 2px solid #ccc;
}

.footer-desk__address-link:hover {
	padding-bottom: 2px;
	border: 0;
}

.footer-desk__address-link,
.footer-desk__last-contacts,
.footer-desk__last-contact-link {
	margin: 8px 0 4px;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #6a7178;
	align-self: baseline;
}

.footer-desk__social-media {
	margin: 15px 0 18px;
}

.footer-desk__rating-star {
	margin-left: 2px;
	background-image: url("/images/icon/star.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 26px;
	width: 26px;
}

.footer-desk__copyright,
.footer-desk__rating-header {
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
}

.footer-desk__copyright {
	margin-top: 29px;
}

.footer-desk__bank-img {
	margin: auto;
	height: 25px;
	display: block;
}

.footer-desk__bank-card {
	flex-wrap: wrap;
	width: 373px;
}

.footer-desk__bank-img-wrapper {
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 9px 15px;
	border-radius: 8px;
	flex: 1 1 auto;
	background: #f5f5f5;
}

.footer-desk__rating {
	margin: 0 32px;
}

.footer-desk__last-logo {
	margin-right: 40px;
}

.footer-desk__last-logo:first-child,
.footer-desk__last-social:first-child,
.footer-desk__rating-star:first-child,
.footer-desk__link-wrapper:first-child,
.footer-desk__category-wrapper:first-child,
.footer-desk__social-media-link:first-child {
	margin-left: 0;
}

#non-mobile footer .wrap {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 35px;
	width: 1182px;
}

@media (max-width: 350px) {
	.free-mesh__right {
		flex: 0 0 35%;
	}

	.free-mesh__left {
		flex: 0 0 65%;
	}
}


.small-baner-wrap {
	display: flex;
	flex-wrap: wrap;
}

.small-baner__el:hover .small-baner__el-title {
	color: #4990e2;
	border-bottom: none;
}

.small-baner--categories .small-baner__el-img {
	max-height: inherit;
	height: 100%;
}

.small-baner--categories .small-baner__el-img > img {
	min-width: 100%;
}

.small-baner--categories .small-baner__el-text {
	padding: 20px 24px;
	width: 55%;
	height: 100%;
}

.small-baner--categories .small-baner__el-title {
	max-width: 300px;
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 32px;
	font-weight: bold;
	font-family: 'Lato';
	transition: .3s;
}

.small-baner--categories .small-baner__el-desc {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.small-baner--categories .small-baner__el {
	margin-bottom: 25px;
	padding: 0;
	align-items: flex-start;
	max-height: 152px;
	height: 152px;
	border-radius: 16px;
}


@media (any-hover: none) {
	/*footer {
		margin-bottom: 130px;
	}*/

	.footer-toolbar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border-top: 1px solid #ddd;
	}

	.footer-toolbar__text {
		font-size: 38px;
		line-height: 1.2;
		margin-right: 30px;
	}
}

.substrate {
	background: #F5F5F5;
	border: 1px solid #E8E8E8;
	padding: 32px 24px;
	margin-top: 52px;
}

.substrate .basketTableBuyer {
	background-color: initial;
	border: none;
	padding: 0;
	margin-top: 20px;
}

.substrate .basketBuyer__title {
	margin-bottom: 11px;
}

.tabs-navigator .tab-btn {
	color: #9e9e9e;
	position: relative;
	margin-right: 16px;
	transition: .3s;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	background: transparent;
}

.tabs-navigator .tab-btn:hover {
	color: #f82d40;
	cursor: pointer;
}

.tabs-navigator .tab-btn.active {
	color: #5e9fe0;
}

.tabs-navigator {
	display: flex;
}


.tabs-navigator .tab-btn.active:before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #5e9fe0;
}

.tabs-content__el {
	display: none;
}

.tabs-content__el.active {
	display: block;
}

.improvement-section {
	margin-bottom: 77px;
}

.improvement-block {
	max-width: 734px;
	width: 100%;
	display: flex;
	padding: 8px 0 0 39px;
	border: 2px solid #E8E8E8;
	box-sizing: border-box;
	border-radius: 8px;
}

.improvement-block-col.col-1 {
	width: 50%;
	padding: 0 0 35px 0;
}

.improvement-block__title {
	max-width: 477px;
	width: 100%;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}

.improvement-block__description {
	max-width: 100%;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
}

.improvement-block-col.col-2 {
	width: 50%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.improvement-block-col__img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.improvement-block-col__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 49px;
	margin: 21px 37px 0 auto;
	border-radius: 5px;
	position: relative;
	background-color: #5E9FE0;
	z-index: 1;
}

.improvement-block-col__button:hover {
	background-color: #2094f1;
	box-shadow: 0 2px 0 0 #146dba;
	transition: 0.1s;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.improvement-block-col__button:before {
	content: '';
	position: absolute;
	margin: auto;
	width: 20px;
	height: 8px;
	background-image: url("/images/improvement-group/vector.png");
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

.improvement-block-col__button.js-btn-active:before {
	transform: rotate(0deg);
	transition: .1s;
}

.js-section-toggle {
	max-height: 0;
	overflow: hidden;
	transition: .3s;
}


.substrate {
	background: #F5F5F5;
	border: 1px solid #E8E8E8;
	padding: 32px 24px;
	margin-top: 52px;
	margin-bottom: 40px;
}

.substrate .basketTableBuyer {
	background-color: initial;
	border: none;
	padding: 0;
	margin-top: 20px;
}

.substrate .basketBuyer__title {
	margin-bottom: 11px;
}

.tabs-navigator .tab-btn {
	color: #9e9e9e;
	position: relative;
	margin-right: 16px;
	transition: .3s;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	background: transparent;
}

.tabs-navigator .tab-btn:hover {
	color: #f82d40;
	cursor: pointer;
}

.tabs-navigator .tab-btn.active {
	color: #5e9fe0;
}

.tabs-navigator {
	display: flex;
}


.tabs-navigator .tab-btn.active:before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #5e9fe0;
}

.tabs-content__el {
	display: none;
}

.tabs-content__el.active {
	display: block;
}

.cookies {
	position: fixed;
	z-index: 105;
	width: 654px;
	left: calc(50% - 327px);
	bottom: 20px;
	border-radius: 4px;
	padding: 35px 30px !important;
	display: none;
	justify-content: space-between;
}

.cookies.show {
	display: flex !important;
}

.cookies__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 1;
}

.cookies__text {
	position: relative;
	z-index: 2;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
}

.cookies__text a {
	color: #fff;
	text-decoration: underline;
}

.cookies__action {
	margin-left: 24px;
}

.cookies__action-buttom {
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 4px;
	padding: 12px 28px;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	cursor: pointer;
	transition: .25s;
}

.cookies__action-buttom:hover {
	opacity: .9;
}

@media (max-width: 767px) {
	.cookies {
		width: 100%;
		left: 0;
		bottom: 0;
		flex-direction: column;
	}

	.cookies__action {
		margin: 20px auto 0;
	}

	.cookies__text {
		font-size: 14px;
	}

	.cookies__action-buttom {
		font-size: 14px;
		line-height: 20px;
	}
}

.htmlblockedit {
	display: none;
	width: auto;
	background-color: #ff0;
	font-size: 11px;
	line-height: 15px;
	border: 1px solid #f00;
	color: #00f;
	padding: 5px;
	cursor: pointer;
	position: relative;
	z-index: 100;
	font-weight: bold;
}

.form-body__checkbox {
	display: flex;
	margin-bottom: 12px;
}

.form-body__checkbox-item {
	margin-top: 6px;
}

.form-body__checkbox-label {
	margin-left: 10px;
}

.form-body__checkbox-link {
	border-bottom: 1px solid #f82d40;
	border-color: #f82d40;
	color: #f82d40;
}

.form-body__checkbox-link:hover {
	border-color: #4990e2;
	color: #4990e2;
}

.form-body__btn-loader {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	animation-name: rotation;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	display: none;
}

.form-body__btn.show .form-body__btn-loader {
	display: block;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 767px) {
	.form-body__checkbox-label {
		font-size: 14px;
	}
}

.form-body__checkbox {
	display: flex;
	margin-bottom: 12px;
}

.form-body__checkbox-item {
	margin-top: 6px;
}

.form-body__checkbox-label {
	margin-left: 10px;
}

#garranty__form .form-body__checkbox {
	margin: 35px -25px -25px;
	padding-left: 195px;
	max-width: 75%;
}

.basketTableBuyer .form-body__checkbox {
	margin: 5px -25px -25px;
	padding-left: 146px;
	max-width: 70%;
	color: grey;
	display: flex;
    align-items: center;
}

.form-body__checkbox-link {
	border-bottom: 1px solid grey;
	border-color: grey;
	color: grey;
}

.form-body__checkbox-link:hover {
	border-color: #4990e2;
	color: #4990e2;
}

:root {
	--color-red: #f62b3e;
	--color-black: #000;
	--screen-xs-max: 767px;
}

@media (max-width: var(--screen-xs-max)) {
	.form-body__checkbox-label {
		font-size: 14px;
	}

	.form-body__checkbox-label {
		font-size: 14px;
	}
}

.form-body__btn-loader {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	animation-name: rotation;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	display: none;
}

.form-body__btn.showload .form-body__btn-loader {
	display: block;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* --- icons --- */
.svg-sprite {
	display: block;
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}

.catalogItems--half {
    /* width: calc(33.33% - 40px); */
	/* max-width: 230px; */
	max-width: calc(50% - 20px);
	/* margin-right: 40px; */
	margin-right: 0 !important;
}

.catalogItems--half .catalogItem__img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.solutionsElements--full {
	width: 100%;
}

.catalogItems__row {
	gap: 40px;
}

/*new page design-work*/
/*.container {
	margin: 0 auto;
	padding: 0 35px;
	width: 1182px;
}*/

.text {
	display: flex;
}

.page-desc__text {
	font-weight: 400;
	font-size: 25px;
	line-height: 125%;
}

.page-desc__text p {
	margin: 8px 0;
}

.page-desc__text p:first-child {
	margin-top: 0;
}

.page-desc__text p:last-child {
	margin-bottom: 0;
}

.text .page-desc {
	margin-right: 50px;
	width: calc(100% - 320px);
}

.text-visual {
	display: flex;
}

.text-visual img {
	width: 100%;
}

.page-title__value {
	font-weight: 700;
	font-size: 65px;
	text-align: left;
	line-height: 93%;
	margin-bottom: 40px;
}

.page-title {
	font-weight: 500;
	font-size: 60px;
	line-height: 132%;
}

.rounding-img {
	border-radius: 16px;
}

.card-list {
	display: flex;
	flex-wrap: wrap;
	margin: -16px;
}

.card-list__el {
	color: #000;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 16px;
}

.card-list__el-inner {
	transition: 0.3s;
	position: relative;
}

.card-list__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 100%;
}

.card-list__el-visual {
	position: relative;
	width: 100%;
	margin-bottom: 8px;
	padding-top: 70%;
	display: flex;
}

.card-list__el-visual img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.card-list__el-text.text--red {
	color: #eb3324;
}

.card-list__el-text {
	font-weight: 700;
	font-size: 22px;
	line-height: 115%;
	letter-spacing: -0.02em;
	display: inline;
	border-bottom: 0.5px solid #e8e8e8;
	transition: 0.3s;
}

.card-list__el-desc {
	margin-top: 8px;
	overflow: hidden;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
}

.section-title {
	font-weight: 500;
	font-size: 60px;
	line-height: 132%;
}

.section {
	margin-top: 58px;
}

.section:first-child {
	margin-top: 24px;
}

.card-action {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.card {
	margin-top: 38px;
}

.grid-2-row {
	display: flex;
	margin-top: 68px;
}

.grid-2-row:first-child {
	margin-top: 24px;
}

.grid-2-row__aside {
	flex: 0 0 25%;
	margin: -20px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.grid-2-row__main {
	flex: 0 1 75%;
	padding-right: 32px;
}

.grid-2__aside-col-visual {
	max-width: 300px;
}

.grid-2__aside-col-visual img {
	width: 100%;
}

.grid-2-main__visual-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grid-2__aside-col-lable {
	font-weight: 700;
	font-size: 60px;
	line-height: 62px;
}

.button--sm {
	padding: 12px 24px;
}

.grid-2__aside-col-title {
	margin: 8px 0;
	font-weight: 700;
	font-size: 25px;
	line-height: 115%;
}

.grid-2__aside-col-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
}

.grid-2__aside-col-desc p {
	margin: 8px 0;
}

.grid-2__aside-col-desc p:last-child {
	margin-bottom: 0;
}

.grid-2-row__aside-col {
	padding: 20px 0;
}

.grid-2-row--revert {
	flex-direction: row-reverse;
}

.grid-2-row__main-visual {
	height: 100%;
}

.grid-2-row--revert .grid-2-row__main {
	padding-right: 0;
	padding-left: 32px;
}

.half-b {
	display: flex;
	background: rgba(250, 250, 250, 0.93);
	border: 1px solid #E8E8E8;
}

.half-b-text {
	padding: 24px 10px 24px 24px;
}

.half-b-visual {
	display: flex;
	min-width: 457px;
}

.half-b-visual__img {
	width: 100%;
}

.half-b-text__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
}

.page-title--space {
	margin-bottom: 24px;
}

.half-b-text__desc {
	margin-top: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
}

.half-b-text__action {
	margin-top: 16px;
}

.grid-f {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 4px -20px -20px -20px;
}

.grid-f__el {
	padding: 20px;
	max-width: 250px;
}

.section.section-free {
	margin-top: 0;
	margin-bottom: 109px;
}

.card-list__el-inner:active .card-list__el-text,
.card-list__el-inner:hover .card-list__el-text {
	color: #4990e2;
}

.soc-grid {
	display: flex;
	flex-wrap: wrap;
}

.soc-grid__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.soc-grid__left {
	padding: 16px 16px 16px 24px;
}

.soc-grid__inner {
	display: flex;
	background: rgba(255, 0, 0, 0.12);
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.soc-grid__left-link {
	display: inline;
	font-weight: 700;
	border-bottom: 1px solid rgba(248, 45, 64, 0.4);
	font-size: 18px;
	line-height: 135%;
	color: #f82d40;
	transition: .3s ease;
}

.soc-grid__left-icon {
	max-width: 70px;
	margin-top: 12px;
}

.soc-grid__el {
	flex: 0 0 auto;
	width: 50%;
}

.soc-grid__right {
	min-width: 40%;
	display: flex;
	align-content: flex-end;
	justify-content: flex-end;
	flex: 0 0 auto;
	max-width: 370px;
}

.soc-grid__right-media {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.soc-grid__right-media img {
	width: 100%;
}

.soc-grid__mobile {
	display: none;
}


.soc-grid__inner:active .soc-grid__left-link,
.soc-grid__inner:hover .soc-grid__left-link {
	color: #4990e2;
	border-color: #4990e2;
}

.section-pd {
	margin-bottom: -70px;
}

.section-sh {
	background: linear-gradient(180deg, #f7f6f5, #fff 87px, #fff);
	margin-top: 0;
	padding-top: 24px;
}

.hero-banner__media-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-banner__slide {
	display: flex;
}

.hero-banner__desc {
	padding: 0 20px;
	width: 300px;
}

.hero-banner__list {
	transition: .5s ease-in-out;
	opacity: 0;
}

.hero-banner__list.slick-initialized {
	opacity: 1;
}

.slick-initialized  .slick-slide.hero-banner__slide {
	display: flex;
}

.hero-banner__media {
	width: 100%;
	height: 100%;
	max-height: 624px;
}

.hero-banner--aside .hero-banner__media {
	max-height: 463px;
}

.hero-banner--aside {
	display: flex;
	justify-content: space-between;
}

.hero-banner--aside .hero-banner__list {
	width: calc(100% - 288px);
}

.hero-banner__static {
	width: 258px;
}

.hero-banner__desc-title {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 18px;
}

.hero-banner__slide {
	position: relative;
}

.hero-banner__slide-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.fade-block {
	position: relative;
}

.fade-block__toggle {
	display: inline-block;
	cursor: pointer;
}

.fade-block__toggle--close {
	position: relative;
	width: 20px;
	height: 20px;
}

.fade-block__toggle--close::before,
.fade-block__toggle--close::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.fade-block__toggle--close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.fade-block__close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.fade-block__content {
	position: absolute;
	top: 150%;
	left: 0;
	z-index: 10;
	display: none;
	box-sizing: border-box;
	width: 400px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.fade-block--popup .fade-block__content {
	position: fixed;
	z-index: 100;
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px);
}
.fade-block--popup .fade-block__toggle--close {
	position: absolute;
	top: 30px;
	right: 30px;
}

.fade-block--native .fade-block__content,
.fade-block--native-hover .fade-block__content {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition-duration: 300ms;
}
.fade-block--native.open-fade .fade-block__content,
.fade-block--native-hover.open-fade .fade-block__content {
	visibility: visible;
	opacity: 1;
}

.fade-block--price .fade-block__content {
	top: auto;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: auto;
	min-width: 0;
	white-space: nowrap;
	border-radius: 5px;
	padding: 10px;
	font-size: 12px;
}
.fade-block--price .fade-block__toggle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #ddd;
	font-size: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.productGeneralInfo__title ~ .rating-block {
	margin-bottom: 15px;
	margin-top: 15px;
}
.rating-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.rating-block__average {
	font-size: 14px;
	line-height: 19px;
	color: #999;
	margin-right: 12px;
}
.rating-block__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.rating-block__descr {
	font-size: 16px;
	line-height: 22px;
	margin-right: 15px;
}
.rating-block__rating-item {
	color: #e7e7e7;
	display: flex;
	cursor: pointer;
}
.rating-block__rating-item:not(:last-child) {
	margin-right: 1px;
}
.rating-block__rating-item .icon {
	vertical-align: top;
	width: 16px;
	height: 16px;
}
.form-field--row .rating-block__rating-item .icon {
	width: 32px!important;
	height: 32px!important;
}
.rating-block--edit .rating-block__rating:hover .rating-block__rating-item,
.rating-block__rating-item--active {
	color: #634f9a;
}
.rating-block--edit .rating-block__rating-item:hover ~ .rating-block__rating-item {
	color: #e7e7e7;
}
.rating-block__input {
	display: none;
}


.promo{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	font-size: 16px;
	margin-top: 30px;
}
.promo__field{
	display: flex;
	align-items: center;
}
.promo__field-name{
	font-weight: 900;
	margin-right: 40px;
}
.promo__field-input.promo__field-input{
	height: 36px;
	border: 1px solid #999;
	padding: 5px 10px;
	background: none;
}
.promo_submit:hover{
	border-color: transparent;
}
.promo_submit{
	margin-top: 10px;
	background: none;
	border-bottom: 1px solid #999;
	color: #999;
	font-size: 14px;
	line-height: 1;
	transition: 0.2s;
}
.promo_errors{
	color: #f82d40;
	margin-top: 15px;
}
.promo_error + .promo_error{
	margin-top: 10px;
}

.icon-preloader::after {
	content: '';
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 6px solid #000;
	border-top-color: transparent;
	animation: spinner 1s linear infinite;
}
.icon-preloader {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}
@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.basketItem__infoMain .infoMain__price{
	display: flex;
	width: auto;
	align-self: flex-start;
	gap: 10px;
}
.basketItem__infoMain .basketItem__price{

}
.basketItem__infoMain .basketItem__priceOld::before{
	display: none;
}
.basketItem__infoMain .basketItem__priceOld{
	color: #000;
	text-decoration: line-through;
}
.basketItem__priceOld:not(:empty)~.basketItem__price--new{
	color: #f82d40;
}

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.youtube img {
	width: 100%;
	left: 0;
	opacity: 0.7;
}

.youtube.video_container img {
	top: -16.82%;
}

.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}

.catalog-slider__nav-visual.youtube .play-button {
	width: 55px;
	height: 40px;
	background: #f00;
	opacity: 1;
}

.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}

.catalog-slider__nav-visual.youtube .play-button::before {
	border-width: 10px 0 10px 18px;
}

.youtube img,
.youtube .play-button {
	cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0);
}

.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}


.content-read-more2 button {
	background: none!important;
	border: none;
	padding: 0!important;
	font-family: arial, sans-serif;
	color: black;
	text-decoration: underline;
	cursor:black;
}

.catalog-slider {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 600px;
}

.catalog-slider__wrap img {
	width: 100%;
	object-fit: contain;
}

.catalog-slider__wrap iframe {
	width: 100%;
	object-fit: contain;
	min-height: 600px;
}

.catalog-slider__slider {
	width: 700px;
}

.catalog-slider .productGeneralInfo__label  {
	display: none;
}

.catalog-slider__nav-item {
	/*width: 90px !important;*/
}

.catalog-slider__nav {
	width: 270px;
	margin-top: 30px;
}

.catalog-slider__nav,
.catalog-slider__inner {
	opacity: 0;
	transition-delay: .5s;
	transition: .5s ease-in-out;
}

.catalog-slider__inner {
	min-height: 600px;
	height: 600px;
}

.catalog-slider__nav {
	min-height: 90px;
}

.catalog-slider__nav.slick-initialized,
.catalog-slider__inner.slick-initialized {
	opacity: 1;
}

.catalog-slider__inner .slick-prev,
.catalog-slider__inner .slick-next {
	width: 60px;
	height: 300px;
}

.catalog-slider__nav-visual {
	width: 80px;
	height: 80px;
	margin: 5px;
	padding: 5px;
	display: flex;
	overflow: hidden;
	border: solid 1px #e8e8e8;
	border-radius: 8px;
}

.catalog-slider__nav-visual:hover {
	cursor: pointer;
	box-shadow: 0 0 0 1px #479fe6;
	border: 1px solid transparent;
}

.slick-current .catalog-slider__nav-visual {
	border: 1px solid #479fe6;
}

.catalog-slider .slick-prev {
	left: 0;
}

.catalog-slider__nav-visual img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.catalog-slider .slick-next {
	right: 0;
}

.catalog-slider .slick-prev:before,
.catalog-slider .slick-next:before {
	color: #969696;
	width: 28px;
	height: 28px;
}

.catalog-slider .slick-prev:hover:before,
.catalog-slider .slick-next:hover:before {
	color: #f82d40;
}

.catalog-slider__slider {
	position: relative;
}

.catalog-slider .catalog-slider__label {
	position: absolute;
	top: 105%;
	right: -70px;
	z-index: 10;
}

.catalog-slider .productGeneralInfo__photoMain {
	display: flex;
	justify-content: flex-start;
}

.catalog-slider .slick-track {
	margin: 0;
	display: flex;
	align-items: center;
}

.catalog-slider__nav .slick-dots {
}

.payment-tabs button {
	appearance: none;
	border: none;
	padding: 0;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: inherit;
	line-height: inherit;
	outline: none;
	background: transparent;
}

.payment {
	font-family: 'Lato';
	padding: 38px 0;
}

.payment-wrap {
	margin-top: 50px;
}

.payment-wrap:first-child {
	margin-top: 0;
}

.payment-wrap:last-child {
	margin-bottom: 0;
}

.payment-title {
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px;
	margin-bottom: 30px;
}

.payment-desc {
	margin-bottom: 40px;
}

.payment-desc:last-child {
	margin-bottom: 0;
}

.payment-desc__title {
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 20px;
}

.payment-desc__info {
	display: flex;
	margin-bottom: 14px;
}

.payment-desc__text {
	margin-bottom: 10px;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #777;
}

.payment-desc__info {
	display: flex;
	gap: 37px;
	color: #777;
}

.payment-desc__note {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.payment-desc__image img {
	height: 120px;
	min-width: 200px;
}


.payment-block, .payment-block--inst {
	display: none;
}

.payment-block.active {
	display: flex;
	flex-wrap: wrap;
}

.payment-block--inst.active {
	display: block;
}

.payment-block--inst > .payment-desc__text {
	margin-bottom: 26px;
	width: 50%;
}

.payment-wrap-inst {
	display: flex;
	flex-wrap: wrap;
}

.payment-block > .payment-desc {
	width: 50%;
}

.payment-block > .payment-desc:nth-child(2n) {
	padding-left: 134px;
}

.payment-desc--inst {
	width: 50%;
}

.payment-block--inst .payment-desc--inst:nth-child(2n) {
	padding-left: 134px;
}

.payment-desc .payment-desc {
	margin-top: 40px;
}

.payment-desc--inst {
	margin-bottom: 40px;
}

.payment-desc--inst:last-child {
	margin-bottom: 0;
}

.payment-desc__text .payment-desc__title {
	color: black;
}

.payment-block--skinny {
	max-width: 870px;
}

.payment-block__text {
	margin-bottom: 10px;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.payment-block-wrap {
	column-count: 2;
}

.payment-tabs {
	display: flex;
	gap: 43px;
	margin-bottom: 70px;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	color: #777;
}

.payment-tab .tab-btn {
	color: #777;
	cursor: pointer;
}

.payment-tab.active .tab-btn {
	text-decoration: underline;
}

.collapse-inner {
	height: 100%;
	visibility: visible;
	opacity: 1;
	transition: all .3s ;
}

.un-list li {
	padding-left: 15px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}


.un-list li:last-child,
.payment-desc li:last-child {
	margin-bottom: 0;
}

.un-list li:after {
	content: '';
	width: 10px;
	height: 1px;
	background: #000;
	top: 10px;
	left: 0;
	position: absolute;
}

.substrate-phone--green {
	color: #12Bf61;
}

.text-guide__row {
	margin-bottom: 16px;
}

.text-guide__title {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.text-guide__row-content p:first-child {
	margin-top: 0;
}

.repail-info__title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
	display: inline-block;
}

.repail-info__text  p:first-child {
	margin-top: 0;
}

.repail-info__text {
	margin-bottom: 24px;
}

.repail-info__free-link {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px;
}

.repail-info__free a {
	font-size: 16px;
}

.repail-info__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}

.collapse-arrow {
	display: none;
	width: 20px;
	height: 20px;
}


.consultManager__error {
	color: red;
	margin-top: 10px;
	display: none;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: 0.25s;
	z-index: 200;
}

.overlay.open, .state--modal-open .overlay, .state--modal-loading .overlay {
	opacity: 1;
	visibility: visible;
}

.modal[data-id=installment_modal] {
	display: none;
	transform: translateY(0);
	filter: blur(0px);
	opacity: 1;
	position: fixed;
	transition: 0.5s ease-in-out;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 300;
}

.modal[data-id=installment_modal].open {
	display: block;
	max-width: 1230px;
	max-height: 100%;
	border-radius: 24px;
	right: 50%;
	left: unset;
	top: 48px;
	bottom: initial;
	animation: none;
	transform: translateX(50%);
}

.modal[data-id=installment_modal] .modal-container {
	overflow-y: auto;
	border-radius: 24px;
	padding: 0 20px;
	height: auto;
	max-height: 90%;
	bottom: initial;
	background: #fff;
}

.modal[data-id=installment_modal] .payment-title {
	margin-top: 30px;
}

.modal[data-id="installment_modal"] .payment-header {
	height: 100px;
	background: white;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.modal[data-id=installment_modal] .modal-container::-webkit-scrollbar {
	width: 7px;
	background-color: #e1e1e1;
}

.modal[data-id=installment_modal] .modal-container::-webkit-scrollbar-thumb {
	background-color: #8c9294;
}

.modal[data-id="installment_modal"] .modal-button {
	margin-top: 20px;
}
.modal[data-id="installment_modal"] .modal-button .js-close-modal {
	background: none;
}
.modal[data-id="installment_modal"] .modal-title {
	display: flex;
	justify-content: space-between;
}

.close--icon {
	width: 30px;
	height: 30px;
}

.installment__link {
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 400;
	gap: 10px;
	flex-wrap: wrap;
}

.priceBlock__right {
	display: flex;

	.manager_point {
		position: initial;
	}
}

.installment__link .js-modal-btn {
	color: #f82d40;
	text-decoration: underline;
}

.installment__link .js-modal-btn:hover {
	text-decoration: none;
}

.installment__link-img {
	width: 20px;
	height: 20px;
}
.installment__info {
	font-size: 15px;
	font-weight: 400;
}

.installment__info--bold {
	font-weight: 700;
}

@media (max-width: 1023px) {
	.payment-title {
		font-size: 32px;
	}

	.payment-block--inst > .payment-desc__text {
		width: 100%;
	}

	.payment-wrap-inst {
		display: block;
	}

	.payment-desc--inst {
		width: 100%;
	}

	.payment-block--inst .payment-desc--inst:nth-child(2n) {
		padding-left: 0;
	}

	.payment-tab .tab-btn {
		color: #f82d40;
	}

	.payment-block > .payment-desc,
	.payment-block > .payment-desc--inst {
		width: 100%;
	}

	.payment-block > .payment-desc:nth-child(2n) {
		padding-left: 0;
	}

	.payment-wrap {
		margin-top: 30px;
	}

	.payment-wrap:after {
		content: '';
		display: block;
		height: .5px;
		width: 100%;
		background: black;
		opacity: .2;
	}

	.collapse-inner {
		height: 0;
		visibility: hidden;
		opacity: 0;
		transition: all .3s ;
	}

	.collapse-inner.active {
		height: 100%;
		visibility: visible;
		opacity: 1;
		transition: all .3s ;
	}

	.collapse-button {
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.collapse-arrow {
		display: flex;
		margin-top: 5px;
		transition: all .3s;
	}
}

@media (max-width: 639px) {
	.payment {
		padding: 0;
	}

	.payment-title {
		font-size: 20px;
	}

	.payment-tabs {
		gap: 20px;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.payment-desc {
		margin-bottom: 30px;
	}

	.payment-desc__title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.payment-desc__text {
		font-size: 16px;
		line-height: 21px;
	}

	.payment-desc__image  img {
		height: 75px;
		min-width: 125px;
	}

	.payment-desc__info {
		gap: 20px;
	}

	.payment-desc__note {
		font-size: 16px;
		line-height: 21px;
	}
}

@media (max-width: 479px ) {
	.info-list__row.info-list__row--header {
		align-items: flex-start;
	}

	.repail-info__text p {
		font-size: 14px;
		line-height: 20px;
	}
}
.rotate180 {
	transform: rotate(180deg);
}

.characteristics__table {
    width: 100%
}
.characteristics__table tbody {
    line-height: 40px;
}
.characteristics__table td:first-child {
    font-weight: 600;
    font-size: 19px;
}
.characteristics__table tr .characteristics__tableSubtitle {
    font-weight: 700;
    font-size: 22px;
}

::-webkit-scrollbar {
    width: 12px;
    height: auto;
    background-color: unset;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}
::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #f3faf7;
}
/*улучшить кресла карточка товара start*/
.improvement-section {
	margin-bottom: 30px;
	text-align: -webkit-center;
}
.improvement-block {
	max-width: 645px;
	padding: 8px 0 0 30px;
}
.improvement-block__title {
	font-size: 30px;
	text-align: start;
}
.improvement-block__description {
	font-size: 20px;
	text-align: start;
}
.improvement-block-col.col-1 {
	padding: 0 0 30px 0;
}
.improvement-block-col__button {
	background-color: #ff0000;
}
.improvement-block-col__button:hover {
	box-shadow: none;
	background-color: #f82d40;
	transform: none;
}
/*улучшить кресла карточка товара end*/


/*новая деталка start*/
.newDetailedCardContainer .priceInfo{
	margin: 10px 0;
}
.newDetailedCardContainer .priceInfo.onsale{
	display: flex;
	gap: 5px;
	align-items: flex-end;
	margin-bottom: 18px;
}

.newDetailedCardContainer .priceInfo .fade-block--price{
	top: 0;
	margin-right: 8px;
}

.newDetailedCardContainer .priceInfo__old, .priceInfo__old + .priceInfo__curr {
	margin-bottom: -5px;
}

.newDetailedCardContainer .priceInfo.onsale .priceInfo__old:before {
	bottom: 5px;
}

.newDetailedCardContainer .rating-block {
	display: inline-block;
}

.newDetailedCardContainer .productGeneralInfo {
	position: relative;
}
.newDetailedCardContainer .catalog-slider {
	position: relative;
}

.newDetailedCardContainer .links-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	top: -50px;
	right: 60px;
	z-index: 1;
}

.newDetailedCardContainer .improvement-block {
	max-width: 100%;
}

.newDetailedCardContainer .pinnedImage {
	position: relative;
}

.newDetailedCardContainer .pinnedImage__pin {
	position: absolute;
}


.pin {
	position: relative;
	width: 28px;
	height: 28px;
	background: white;
	border-radius: 50%;
	-webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.3);
	cursor: pointer;
}

.pin::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	background-color: #888888
}
.pin::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background-color: #888888
}

.pin.active::before {
	transition: all .3s;
	height: 1px;
	background-color: transparent;
}

.pin__note {
	position: absolute;
	opacity: 0;
	display: flex;
	width: 230px;
	transition: all .3s;
	top: -70px;
	border-radius: 6px;
	padding: 10px 12px;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	letter-spacing: -0.04em;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 6px 6px 18px -1px rgba(0,0,0,0.15);
	-moz-box-shadow: 6px 6px 18px -1px rgba(0,0,0,0.15);
	box-shadow: 6px 6px 18px -1px rgba(0,0,0,0.15);
}

.pin__note::after {
	content: '';
	position: absolute;
	left: 20px;
	bottom: -25px;
	border: 10px solid transparent;
	border-top: 20px solid rgba(255, 255, 255, 0.8);

}

.pin__note.right {
	left: -15px
}

.pin__note.left {
	left: -190px
}

.pin__note.left::after {
	left: 195px
}

.pin.active .pin__note {
	opacity: 1;
	transition: all .3s;
}


.newDetailedCardContainer .product-reviews__wrap {
	max-width: 100%;
}

.newDetailedCardContainer .product-reviews__action {
	max-width: 100%;
	width: 290px
}

.newDetailedCardContainer .product-reviews {
	display: flex;
}

.newDetailedCardContainer .actionsLoadMore__wrap {
	border-top: none
}

.newDetailedCardContainer .product-reviews__info {
	font-size: 16px;
	line-height: 19px;
}
.newDetailedCardContainer .product-reviews__text {
	font-size: 16px;
	line-height: 19px;
}
.newDetailedCardContainer .rating-block__rating-item--active {
	color: #FEB72B;
}

.newDetailedCardContainer .reviewItem {
	border-top: none;
	margin-bottom: 16px;
}

.newDetailedCardContainer .product-reviews__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sideInfoDelivery {
	border-radius: 12px;
	background: rgba(208, 211, 241, 0.14);
	overflow: hidden;
	display: flex;
}

.sideInfoDelivery__wrap {
	padding: 17px 21px;
	width: 55%;
}

.sideInfoDelivery__title {
	font-size: 24px;
	font-weight: 500;
	line-height: 59px;
	letter-spacing: -0.04em;
}

.sideInfoDelivery__city, .sideInfoDelivery__price {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.04em;
	color: rgba(237, 40, 47, 1);
}

.sideInfoDelivery__img {
	width: 45%;
}

.sideInfo__container {
	margin-top: 20px;
}

.sideInfoMap {
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	position: relative;
	width: 100%;
	height: 152px;
	align-items: center;
	justify-content: center;
}

.sideInfoMap__link {
	inset: 0;
	position: absolute;
}

.sideInfoMap__block {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}

.sideInfoMap__title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: rgba(47, 47, 47, 1);
}

.sideInfoMap__city {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: rgba(237, 40, 47, 1);

}

.newDetailedCardContainer .detailedCardContainer__mobile {
	display: none;
}

.newDetailedCardContainer .newDetailedCardContainer__mobile {
	display: none;
}

.button-order.button-order__mobile.btn-to-order {
	display: none;
	background-color: #22b14c;
	border: 1px solid #22b14c;
	box-shadow: 0 4px 0 0 #1b9b40;
}

.in-basket .button-order {
	display: none;
}

.in-basket .button-order.button-order__mobile.btn-to-order {
	display: flex;
}

.newDetailedCardContainer__mobile .product-card__tabs-list {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.newDetailedCardContainer .priceInfo.inline_container {
	display: flex;
	flex-wrap: wrap;
}

.newDetailedCardContainer .catalog-slider__nav {
	width: 540px;
}

.newDetailedCardContainer .product-slider__container.container {
	max-width: 1112px;
}


.newDetailedCardContainer section.product-section {
	margin-top: 0;
	max-width: 100%;
}

	/*.newDetailedCardContainer .sideInfoOptions {*/
/*	padding: 20px 25px 27px;*/
/*}*/

.js-offers-slider .slick-prev {
	left: -3px;
}

.js-offers-slider .slick-next {
	right: -3px;
}

.js-offers-slider .slick-prev, .js-offers-slider .slick-next {
	top: 35%;
}

.js-offers-slider .slick-prev:before, .js-offers-slider .slick-next:before {
	color: rgba(41, 62, 242, 1);
}

.js-offers-slider .sideInfoOptions__colorsItem {
	border: none;
	margin-right: 9px;
}

.js-offers-slider .sideInfoOptions__colorsItem.active .colorItem_pattern::after {
	content: "";
	display: block;
	height: 3px;
	width: 50px;
	position: absolute;
	top: 60px;
	background: #479fe6;
}

.js-offers-slider .sideInfoOptions__colorsItem:hover .colorItem_pattern::after {
	content: "";
	display: block;
	height: 3px;
	width: 50px;
	position: absolute;
	top: 60px;
	background: rgba(71, 159, 230, .3);
	transition: 0.1s;
}

.new-salons__section .salons__item {
	max-width: 100%;
	padding: 0 10px;
}



.js-bottom-slider {
	width: 100%;
}

.js-bottom-slider .slick-prev {
	background: rgba(40, 40, 40, 1);
	height: 55px;
	width: 55px;
	border-radius: 50%;
	left: -30px;
}

.js-bottom-slider .slick-next {
	background: rgba(40, 40, 40, 1);
	height: 55px;
	width: 55px;
	border-radius: 50%;
	right: 0;
}

.js-bottom-slider .slick-prev:before, .js-bottom-slider .slick-next:before {
	color: white;
}

.js-bottom-slider .slick-dots {
	bottom: -30px;
}

.js-salons-slider {
	width: 100%;
}

.js-salons-slider .slick-dots {
	bottom: -20px;
}

.new-salons__section .js-salons-slider .slick-slide:first-child .salons__item {
	padding-left: 0;
}
.new-salons__section .js-salons-slider .slick-slide:last-child .salons__item {
	padding-right: 0;
}


.js-salons-slider .slick-dots li, .js-bottom-slider .slick-dots li {
	margin: 0;
}

.js-salons-slider .slick-dots li.slick-active button, .js-bottom-slider .slick-dots li.slick-active button {
	background: rgba(40, 40, 40, 1);
}

.js-salons-slider .slick-prev {
	background: rgba(40, 40, 40, 1);
	height: 55px;
	width: 55px;
	border-radius: 50%;
	left: -30px;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 98px;
}

.js-salons-slider .slick-next {
	background: rgba(40, 40, 40, 1);
	height: 55px;
	width: 55px;
	border-radius: 50%;
	right: 0;
	top: 98px;

	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

.js-salons-slider .slick-prev:before, .js-bottom-slider .slick-next:before {
	color: white;
}

.js-salons-slider .slick-prev:hover,
.js-salons-slider .slick-next:hover {
	background: rgba(40, 40, 40, .4);
}

.js-salons-slider .slick-prev:after,
.js-salons-slider .slick-next:after {
	content: '';
	background: white;
	width: 15px;
	height: 2px;
	display: inline-block;
	position: absolute;
}

.js-salons-slider .slick-prev:after {
	top: 45%;
	left: 40%;
	transform: translateY(70%);
}

.js-salons-slider .slick-next:after {
	top: 45%;
	left: 33%;
	transform: translateY(70%);
}

.js-salons-slider .slick-prev:hover:after, .js-salons-slider .slick-next:hover:after  {
	background: #f82d40;
}

.js-salons-slider .slick-prev.slick-disabled,
.js-salons-slider .slick-next.slick-disabled {
	visibility: hidden;
}

.js-salons-slider .slick-prev:hover:before,
.js-salons-slider .slick-next:hover:before {
	color: #f82d40;
}

.js-salons-slider .slick-prev:before,
.js-salons-slider .slick-next:before,
.js-salons-slider .slick-prev:after,
.js-salons-slider .slick-next:after {
	transition-duration: 0s;
}

.js-salons-slider .slick-dots li button {
	background: transparent;
}


.sideInfo__itemContainer {
	max-width: 100%;
	display: flex;
	align-items: center;
	max-height: 50px;
	gap: 12px;
	position: relative;
}

.sideInfo__image{
	height: 35px;
	width: 77px;
	object-fit: cover;
}

.sideInfo_dropdown::after {
	content: url("data:image/svg+xml, <svg width='20' height='20' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17 10L12 15C10.0474 13.0474 8.95262 11.9526 7 10' stroke='grey' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	position: relative;
	top: 5px;
}

.sideInfo_dropdownOptions {
	background: #FFFFFF;
	display: none;
	position: absolute;
	top: 45px;
	transition: 0.2s;
	border-radius: 10px;
	z-index: 10;
	font-size: 16px;
	width: 320px;
	max-height: 130px;
	padding: 5px 5px 5px 10px;
	right: 0;
	box-shadow: 0px 4px 4px 0px #0000001A;
	overflow-y: auto;
}

#region-epilog {
	padding: 20px;
	gap: 20px;
	display: flex;
	flex-direction: column;
}

.sideInfo_dropdownOption {
	display: block;
	cursor: pointer;
	color: #000;
}

.sideInfo_dropdownOption:hover {
	color: #f82d40;
}

.sideInfo_dropdownOption.selected {
	color: #f82d40;
	font-weight: 600;
}

.sideInfo_dropdownOptions.open {
	display: block;
}

.sideInfo_linkText{
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
	color: #f82d40;
	cursor: pointer;
}

.sideInfo_delieveryPrice{
	font-weight: 600;
	font-size: 16px;
	line-height: 19.36px;
	color: #00000066;
}

.sideInfo_delieveryPrice.free{
	color: #5CB775;
}

.sideInfo_delieveryTitle{
	font-weight: 600;
	font-size: 16px;
	line-height: 19.36px;
}


@media (max-width: 767px) {
	.newDetailedCardContainer .product-slider__container.container {
		max-width: 600px;
	}

	.newDetailedCardContainer .wrap,
	.new-salons__section .wrap {
		width: 600px;
	}

	.newDetailedCardContainer .detailedCardContainer__main {
		width: 100%;
		padding: 0 10px;
	}

	.newDetailedCardContainer .materials__guidanceImg {
		max-width: 100%;
	}

	.newDetailedCardContainer .materials__guidance {
		border: none;
	}

	/*.newDetailedCardContainer .detailedCardContainer__side {*/
	/*	display: none;*/
	/*}*/
	.newDetailedCardContainer .detailedCardContainer__side .sideInfoMap {
		display: none;
	}
	.newDetailedCardContainer .detailedCardContainer__side .sideInfoDelivery {
		display: none;
	}
	.newDetailedCardContainer .detailedCardContainer__side .sideInfoDetails {
		display: none;
	}
	.newDetailedCardContainer .detailedCardContainer__side .sideInfoOptions__basketInfo {
		display: none;
	}
	.newDetailedCardContainer .detailedCardContainer__side .sideInfoOptions__wrap {
		display: none;
	}
	.newDetailedCardContainer .detailedCardContainer__side .sideInfoOptions__orderForm {
		position: fixed;
		bottom: 65px;
		left: 0;
		right: 0;
		z-index: 100;
	}

	.newDetailedCardContainer .sideInfoDetails {
		padding: 10px 0 0;
	}

	.newDetailedCardContainer .detailedCardContainer__mobile {
		display: block;
	}

	.newDetailedCardContainer .productGeneralInfo__title {
		width: auto;
	}
	/*.newDetailedCardContainer .catalog-slider .slick-next {*/
	/*	right: 0;*/
	/*}*/
	/*.newDetailedCardContainer .catalog-slider .slick-prev {*/
	/*	left: 0;*/
	/*}*/

	.newDetailedCardContainer .catalog-slider__inner {
		min-height: 350px;
		height: 350px;
	}
	.newDetailedCardContainer .catalog-slider__slider {
		max-width: 100%;
		width: 350px;
	}

	.new-salons__section .salons__list {
		flex-direction: column;
	}
	.new-salons__section .salons__item {
		flex: 1 1 auto;
		max-width: 300px;
	}

	.new-salons__section .salon__img {
		height: 180px;
	}
	.new-salons__section .salon__label {
		font-size: 26px;
		padding: 4px 12px;
		top: 16px;
		right: 0;
	}
	.new-salons__section .salon__address {
		font-size: 15px;
		line-height: 18px;
	}
	.new-salons__section .salon__details {
		font-size: 12px;
		line-height: 24px;
	}

	.new-salons__section .salon__details-bottom .linkTel{
		font-size: 15px;
	}

	.new-salons__section .salon__details-bottom span{
		font-size: 12px;
	}

	.new-salons__section .salon__img img {
		object-fit: cover;
	}


	.button-order.button-order__mobile {
		min-width: 100%;
		height: 40px;
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
		padding: 11px 0;
		border: none;
		box-shadow: none;
		background: rgba(255, 65, 65, 1);
		border-radius: 8px 8px 0px 0px;
	}

	.button-order__mobile.button-active:not(.disabled):active {
		background-color: rgba(237, 40, 47, 1);
		border: none;
		box-shadow: none;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@media (max-width: 599px) {
	.newDetailedCardContainer .productGeneralInfo {
		margin-bottom: 10px;
	}

	.newDetailedCardContainer .features {
		margin-bottom: 40px;
	}

	.newDetailedCardContainer.detailedCardContainer {
		padding-top: 16px;
	}

	.newDetailedCardContainer .product-slider__container.container {
		max-width: 360px;
	}

	.newDetailedCardContainer__mobile {
		display: block
	}

	.newDetailedCardContainer__desktop {
		display: none;
	}

	.newDetailedCardContainer .wrap,
	.new-salons__section .wrap {
		max-width: 100%;
		width: 100%;
		padding: 0 10px;
	}

	.newDetailedCardContainer .catalog-slider__nav {
		width: 265px;
	}

	.elements__rolls .elementsItem__btnGroup {
		width: auto;
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 10px;
	}

	.elements__rolls .elements__btn {
		height: auto;
	}

	.elementsItem__factiod {
		margin-top: 12px;
     	width: auto;
	}

	.elementsItem__btnGroup .btn__text {
		font-size: 20px;
	}

	.js-inner .elementsItem:last-of-type {
		padding-bottom: 0;
	}

	.elementsItem {
		padding-bottom: 30px;
	}

	.newDetailedCardContainer .catalog-slider {
		min-height: 100%;
	}

	.newDetailedCardContainer .productGeneralInfo__title {
		font-size: 30px;
		line-height: 32px;
	}

	.newDetailedCardContainer .productGeneralInfo__title {
		font-size: 30px;
		line-height: 32px;
	}

	.newDetailedCardContainer .sideInfoOptions {
		border: none;
		padding: 0;
		min-height: 100%;
	}

	.newDetailedCardContainer .priceInfo__new, .newDetailedCardContainer .priceInfo__new + .priceInfo__curr, .newDetailedCardContainer .priceInfo__pre {
		font-size: 24px;
	}


	.newDetailedCardContainer .modelInfo {
		display: none;
	}

	.pin__note.right {
		left: -55px
	}

	.pin__note.right::after  {
		left: 60px
	}

	.pin__note.left {
		left: -150px
	}

	.pin__note.left::after {
		left: 155px
	}


	.newDetailedCardContainer .producer__description {
		width: 100%;
	}
	.newDetailedCardContainer .productSubtitle {
		font-size: 26px;
		font-weight: 500;
		line-height: 72px;
	}


	.newDetailedCardContainer .product-card__desc-title {
		font-weight: 600;
		font-size: 20px;
		line-height: 26px;
		letter-spacing: -.02em;
		margin-bottom: 8px;
		font-family: 'Exo 2';
	}

	.newDetailedCardContainer .product-card__desc-title a {
		color: black
	}

	.newDetailedCardContainer .producerFactoid {
		display: none
	}


	.newDetailedCardContainer .productSubtitle-big {
		font-size: 26px;
		font-weight: 500;
		line-height: 50px;
	}

	.newDetailedCardContainer .productText {
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
	}

	.newDetailedCardContainer .customColor {
		display: none;
	}

	.newDetailedCardContainer .reviewsContent {
		margin-bottom: 10px;
	}

	.newDetailedCardContainer .indexTitle {
		font-weight: 600;
		font-size: 26px;
		line-height: 32px;
		letter-spacing: -.02em;
	}
	.newDetailedCardContainer .product-reviews {
		flex-direction: column;
	}

	.newDetailedCardContainer .product-reviews__wrap {
		width: 355px;
	}
	.newDetailedCardContainer .reviewItem {
		padding-top: 0;
	}

	.newDetailedCardContainer .product-reviews__top {
		flex-direction: column;
		align-items: flex-start;
	}
	.newDetailedCardContainer .product-reviews__text {
		margin-top: 7px;
	}
	.newDetailedCardContainer .productSimilar__link-wide {
		font-weight: 600;
		font-size: 26px;
		line-height: 32px;
		letter-spacing: -.02em;
	}

	.newDetailedCardContainer .materials__guidanceItem {
		display: flex;
		gap: 10px;
		width: 100%;
	}

	.newDetailedCardContainer .guidanceItem__text {
		flex: 1 1 auto;
	}

	.newDetailedCardContainer .guidanceItem__ico {
		min-width: 40px;
	}

	.newDetailedCardContainer .newDetailedCardContainer__desktop.materials__guidance {
		display: none;
	}

	.newDetailedCardContainer .materials__guidance {
		padding: 20px 0;
		display: flex;
		flex-direction: column;
		gap: 14px
	}

	.newDetailedCardContainer .priceInfo.inline_container {
		justify-content: space-between;
		align-items: center;
		padding: 0px 10px;
	}

	.newDetailedCardContainer .priceInfo__block.inline_container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.newDetailedCardContainer .detailedCardContainer__side, .sideInfo {
		width: 100%;
	}

	.newDetailedCardContainer .product-card__tabs--disabled .product-card__tabs-list-el .tab-btn {
		font-size: 17px;
		line-height: 24px;
	}

	.newDetailedCardContainer .product-card__tabs-content-el p:first-child {
		line-height: 28px;
	}

	.newDetailedCardContainer .links-block {
		right: 0;
	}

	.newDetailedCardContainer .slick-dotted.slick-slider {
		margin-bottom: 0;
	}

	.newDetailedCardContainer .newDetailedCardContainer__mobile {
		display: block;
	}

	.newDetailedCardContainer .product-card__tabs-list {
		display: flex;
		gap: 15px;
		justify-content: flex-start;
	}

	.catalogContainer {
		padding-top: 20px;
	}

	.improvement-block__title {
		line-height: 35px;
	}

	.improvement-block__description {
		display: none;
	}

	.improvement-block-col__button {
		margin-top: 10px;
		margin-left: auto;
	}

	.improvement-block-col.col-1 {
		padding: 0 0 15px 0;
	}

	.new-salons__section .indexTitle {
		font-size: 26px;
		line-height: 32px;
	}

	.catalog-slider__wrap iframe {
		min-height: 300px;
	}

	.priceInfo__discountPrice {
		display: flex;
		gap: 5px
	}

	.newDetailedCardContainer .priceInfo .fade-block--price{
		position: absolute;
		top: 15px;
	}

	.elementsRichItem__img, .elementFunction__img {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.elementsRichItem__imgCapture, .elementFunction__imgCapture {
		margin-bottom: 15px;
		width: 100%;
	}

}



/*новая деталка end*/
/* End */


/* Start:/local/new_build/local/assets/dist/styles/styles.build.css?1761645504186288*/
body{--white-100:#fff;--black-100:#000;--blue-100:#002772}body.dark-theme{--white-100:#000;--black-100:#fff;--blue-100:#0949b4}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:local("Inter Regular"),local("Inter-Regular"),url(/local/new_build/local/assets/fonts/Inter/Inter-Regular.woff2) format("woff2"),url(/local/new_build/local/assets/fonts/Inter/Inter-Regular.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url(/local/new_build/local/assets/fonts/Inter/Inter-Medium.woff2) format("woff2"),url(/local/new_build/local/assets/fonts/Inter/Inter-Medium.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:local("Inter SemiBold"),local("Inter-SemiBold"),url(/local/new_build/local/assets/fonts/Inter/Inter-SemiBold.woff2) format("woff2"),url(/local/new_build/local/assets/fonts/Inter/Inter-SemiBold.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:local("Inter Bold"),local("Inter-Bold"),url(/local/new_build/local/assets/fonts/Inter/Inter-Bold.woff2) format("woff2"),url(/local/new_build/local/assets/fonts/Inter/Inter-Bold.woff) format("woff")}*,::after,::before{box-sizing:border-box;-webkit-tap-highlight-color:transparent}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],textarea{-webkit-appearance:none;appearance:none}button,input,select,textarea{margin:0}legend{padding:0;margin:0}::-webkit-inner-spin-button,::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}::-webkit-details-marker{display:none;opacity:0}::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}input::-ms-clear{display:none}button::-moz-focus-inner{border:none}button{-webkit-appearance:none;appearance:none;border:none;padding:0;font-family:Inter,Arial,Helvetica,sans-serif;font-weight:400;font-size:inherit;line-height:inherit;outline:0;background:0 0}img{border:none;font-size:14px;line-height:20px}iframe{border:none}body,html{margin:0;padding:0}body.ios,body.ios *{cursor:pointer}.touch *{outline:0}main{display:block}.grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px)}@media (max-width:1023px){.grid{margin:-10px;width:calc(100% + 20px)}}.row{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:0 -12px;width:calc(100% + 24px)}@media (max-width:1023px){.row{margin:0 -10px;width:calc(100% + 20px)}}.cell{padding:12px;flex:0 0 auto;max-width:100%}@media (max-width:1023px){.cell{padding:10px}}.col{padding:0 12px;flex:0 0 auto;max-width:100%}@media (max-width:1023px){.col{padding:0 10px}}.col-xl-1{width:8.3333333333%}.col-xl-2{width:16.6666666667%}.col-xl-3{width:25%}.col-xl-4{width:33.3333333333%}.col-xl-5{width:41.6666666667%}.col-xl-6{width:50%}.col-xl-7{width:58.3333333333%}.col-xl-8{width:66.6666666667%}.col-xl-9{width:75%}.col-xl-10{width:83.3333333333%}.col-xl-11{width:91.6666666667%}.col-xl-12{width:100%}.order-xl--12{order:-12}.order-xl--11{order:-11}.order-xl--10{order:-10}.order-xl--9{order:-9}.order-xl--8{order:-8}.order-xl--7{order:-7}.order-xl--6{order:-6}.order-xl--5{order:-5}.order-xl--4{order:-4}.order-xl--3{order:-3}.order-xl--2{order:-2}.order-xl--1{order:-1}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}@media (max-width:1439px){.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.order-lg--12{order:-12}.order-lg--11{order:-11}.order-lg--10{order:-10}.order-lg--9{order:-9}.order-lg--8{order:-8}.order-lg--7{order:-7}.order-lg--6{order:-6}.order-lg--5{order:-5}.order-lg--4{order:-4}.order-lg--3{order:-3}.order-lg--2{order:-2}.order-lg--1{order:-1}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}}@media (max-width:1279px){.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.order-md--12{order:-12}.order-md--11{order:-11}.order-md--10{order:-10}.order-md--9{order:-9}.order-md--8{order:-8}.order-md--7{order:-7}.order-md--6{order:-6}.order-md--5{order:-5}.order-md--4{order:-4}.order-md--3{order:-3}.order-md--2{order:-2}.order-md--1{order:-1}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}}@media (max-width:1023px){.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.order-sm--12{order:-12}.order-sm--11{order:-11}.order-sm--10{order:-10}.order-sm--9{order:-9}.order-sm--8{order:-8}.order-sm--7{order:-7}.order-sm--6{order:-6}.order-sm--5{order:-5}.order-sm--4{order:-4}.order-sm--3{order:-3}.order-sm--2{order:-2}.order-sm--1{order:-1}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}}@media (max-width:767px){.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.order-xs--12{order:-12}.order-xs--11{order:-11}.order-xs--10{order:-10}.order-xs--9{order:-9}.order-xs--8{order:-8}.order-xs--7{order:-7}.order-xs--6{order:-6}.order-xs--5{order:-5}.order-xs--4{order:-4}.order-xs--3{order:-3}.order-xs--2{order:-2}.order-xs--1{order:-1}.order-xs-0{order:0}.order-xs-1{order:1}.order-xs-2{order:2}.order-xs-3{order:3}.order-xs-4{order:4}.order-xs-5{order:5}.order-xs-6{order:6}.order-xs-7{order:7}.order-xs-8{order:8}.order-xs-9{order:9}.order-xs-10{order:10}.order-xs-11{order:11}.order-xs-12{order:12}}@media (max-width:639px){.col-2xs-1{width:8.3333333333%}.col-2xs-2{width:16.6666666667%}.col-2xs-3{width:25%}.col-2xs-4{width:33.3333333333%}.col-2xs-5{width:41.6666666667%}.col-2xs-6{width:50%}.col-2xs-7{width:58.3333333333%}.col-2xs-8{width:66.6666666667%}.col-2xs-9{width:75%}.col-2xs-10{width:83.3333333333%}.col-2xs-11{width:91.6666666667%}.col-2xs-12{width:100%}.order-2xs--12{order:-12}.order-2xs--11{order:-11}.order-2xs--10{order:-10}.order-2xs--9{order:-9}.order-2xs--8{order:-8}.order-2xs--7{order:-7}.order-2xs--6{order:-6}.order-2xs--5{order:-5}.order-2xs--4{order:-4}.order-2xs--3{order:-3}.order-2xs--2{order:-2}.order-2xs--1{order:-1}.order-2xs-0{order:0}.order-2xs-1{order:1}.order-2xs-2{order:2}.order-2xs-3{order:3}.order-2xs-4{order:4}.order-2xs-5{order:5}.order-2xs-6{order:6}.order-2xs-7{order:7}.order-2xs-8{order:8}.order-2xs-9{order:9}.order-2xs-10{order:10}.order-2xs-11{order:11}.order-2xs-12{order:12}}@media (max-width:479px){.col-3xs-1{width:8.3333333333%}.col-3xs-2{width:16.6666666667%}.col-3xs-3{width:25%}.col-3xs-4{width:33.3333333333%}.col-3xs-5{width:41.6666666667%}.col-3xs-6{width:50%}.col-3xs-7{width:58.3333333333%}.col-3xs-8{width:66.6666666667%}.col-3xs-9{width:75%}.col-3xs-10{width:83.3333333333%}.col-3xs-11{width:91.6666666667%}.col-3xs-12{width:100%}.order-3xs--12{order:-12}.order-3xs--11{order:-11}.order-3xs--10{order:-10}.order-3xs--9{order:-9}.order-3xs--8{order:-8}.order-3xs--7{order:-7}.order-3xs--6{order:-6}.order-3xs--5{order:-5}.order-3xs--4{order:-4}.order-3xs--3{order:-3}.order-3xs--2{order:-2}.order-3xs--1{order:-1}.order-3xs-0{order:0}.order-3xs-1{order:1}.order-3xs-2{order:2}.order-3xs-3{order:3}.order-3xs-4{order:4}.order-3xs-5{order:5}.order-3xs-6{order:6}.order-3xs-7{order:7}.order-3xs-8{order:8}.order-3xs-9{order:9}.order-3xs-10{order:10}.order-3xs-11{order:11}.order-3xs-12{order:12}}.fc:first-child,.flc:first-child{margin-top:0}.flc:last-child,.lc:last-child{margin-bottom:0}.fcc.fcc{margin-top:0}.lcc.lcc{margin-bottom:0}.flcc.flcc{margin-top:0;margin-bottom:0}.hidden{display:none}.visible{display:block}.visible-ib{display:inline-block}.visible-f{display:flex}.visible-if{display:inline-flex}.visible-inline{display:inline}.visible-table{display:table}.visible-tc{display:table-cell}.toggle-when-open-parent.open .hidden-when-open{display:none}.toggle-when-open-parent:not(.open) .hidden-when-not-open{display:none}.clearfix::after{content:"";display:table;clear:both}.clear{clear:both}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media (max-width:1279px){.hidden-md{display:none}.visible-md{display:block}.visible-md-inline{display:inline}.visible-md-f{display:flex}.visible-md-if{display:inline-flex}.visible-md-ib{display:inline-block}.visible-md-table{display:table}.visible-md-tc{display:table-cell}}@media (max-width:1023px){.hidden-sm{display:none}.visible-sm{display:block}.visible-sm-inline{display:inline}.visible-sm-f{display:flex}.visible-sm-if{display:inline-flex}.visible-sm-ib{display:inline-block}.visible-sm-table{display:table}.visible-sm-tc{display:table-cell}}@media (max-width:767px){.hidden-xs{display:none}.visible-xs{display:block}.visible-xs-f{display:flex}.visible-xs-if{display:inline-flex}.visible-xs-inline{display:inline}.visible-xs-ib{display:inline-block}.visible-xs-table{display:table}.visible-xs-tc{display:table-cell}}@media (max-width:639px){.hidden-2xs{display:none}.visible-2xs{display:block}.visible-2xs-f{display:flex}.visible-2xs-if{display:inline-flex}.visible-2xs-inline{display:inline}.visible-2xs-ib{display:inline-block}.visible-2xs-table{display:table}.visible-2xs-tc{display:table-cell}}@media (max-width:479px){.hidden-3xs{display:none}.visible-3xs{display:block}.visible-3xs-f{display:flex}.visible-3xs-if{display:inline-flex}.visible-3xs-inline{display:inline}.visible-3xs-ib{display:inline-block}.visible-3xs-table{display:table}.visible-3xs-tc{display:table-cell}}@media (max-width:379px){.hidden-4xs{display:none}.visible-4xs{display:block}.visible-4xs-f{display:flex}.visible-4xs-if{display:inline-flex}.visible-4xs-inline{display:inline}.visible-4xs-ib{display:inline-block}.visible-4xs-table{display:table}.visible-4xs-tc{display:table-cell}}.c-black{color:#000}.c-gray-dark{color:#666}.c-gray{color:#bbb}.c-gray-light{color:rgba(0,0,0,.5)}.c-primary{color:#ed282f}.c-primary-shade-2{color:#04a}.c-primary-shade-3{color:#028}.c-primary-2{color:#e06}.c-primary-2-shade-2{color:#a04}.c-primary-2-shade-3{color:#802}.c-success{color:#74ff33}.c-success-light{color:#afa}.c-warning{color:#e91}.c-warning-light{color:#fd8}.c-error{color:#e11}.c-error-light{color:#faa}.bg-black{background:#000}.bg-gray-dark{background:#666}.bg-gray{background:#bbb}.bg-gray-light{background:rgba(0,0,0,.5)}.bg-white{background:#fff}.bg-primary{background:#ed282f}.bg-primary-shade-2{background:#04a}.bg-primary-shade-3{background:#028}.bg-primary-2{background:#e06}.bg-primary-2-shade-2{background:#a04}.bg-primary-2-shade-3{background:#802}.bg-success{background:#74ff33}.bg-success-light{background:#afa}.bg-warning{background:#e91}.bg-warning-light{background:#fd8}.bg-error{background:#e11}.bg-error-light{background:#faa}::selection{background:#ed282f;color:#fff}body{color:var(--black-100);background:#f6f6f6!important;font:400 16px/24px Inter,Arial,Helvetica,sans-serif;position:relative;overflow-x:auto;overflow-y:scroll;display:flex;flex-direction:column;min-height:100vh}.page-main{flex:1 1 auto;padding-top:14px}[v-cloak]{display:none}.container{max-width:1420px;padding-left:32px;padding-right:32px;margin-left:auto;margin-right:auto}.container--free{max-width:none}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;visibility:hidden;background:rgba(0,0,0,.4);opacity:0;transition:.3s;z-index:150}.overlay.open,.state--modal-loading .overlay,.state--modal-open .overlay{opacity:1;visibility:visible}.svg-sprite{display:block;width:0;height:0;opacity:0;pointer-events:none}.svg-icon{display:block;flex:0 0 auto}.test-scrollbar{max-height:200px;overflow-y:auto}.scrollbar::-webkit-scrollbar{width:14px;border-radius:0}.scrollbar::-webkit-scrollbar-track{background-color:transparent;width:12px;border-radius:0}.scrollbar::-webkit-scrollbar-thumb{background-color:#cccfd3;outline:0;border-radius:7px;border:4px solid #fff}.scrollbar-none{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-none::-webkit-scrollbar{display:none;width:0}pre{font-size:11px;line-height:1.1}@media (max-width:1023px){.container{padding:0 10px}.state--catalog-aside-open .overlay,.state--mobile-nav-open .overlay,.state--mobile-top-nav-open .overlay{opacity:1;visibility:visible}}.h1,h1{font:700 40px/50px Inter,Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:normal;margin:0}.h2,h2{font:700 30px/38px Inter,Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:normal;margin:0}.h3,h3{font:700 24px/30px Inter,Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:normal;margin:0}.h4,h4{font:700 20px/28px Inter,Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:normal;margin:0}.h5,h5{font:700 16px/24px Inter,Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:normal;margin:0}.text-strong{font-weight:700}.text-small{font-size:14px;line-height:20px;font-weight:400}.text-smaller{font-size:12px;line-height:20px;font-weight:400}b{font-weight:700}.font-base{font:400 16px/24px Inter,Arial,Helvetica,sans-serif}.link,.text-guide a{color:#ed282f;cursor:pointer;border:none;text-decoration:none;transition:.2s;outline-offset:1px;outline:0}@media (any-hover:hover){.link:hover,.text-guide a:hover{color:#e06;border:none;text-decoration:none}.state--focus-enabled .link:focus,.state--focus-enabled .text-guide a:focus{outline:1px dashed;outline-offset:1px}}.link:active,.text-guide a:active{color:#a04}li,ol,ul{list-style:none;padding:0;margin:0}.blockquote,blockquote{padding:20px 30px 20px 27px;border-left:3px solid #ed282f;background:rgba(0,0,0,.5);color:#000;font-size:16px;line-height:24px;margin:25px 0}.video-block{position:relative;background:rgba(0,0,0,.5)}.video-block::after{content:"";display:block;padding-top:56.25%}.video-block iframe{position:absolute;top:0;left:0;width:100%;height:100%}.blockquote:first-child,.table-scroller:first-child,blockquote:first-child{margin-top:0}.blockquote:last-child,.table-scroller:last-child,blockquote:last-child{margin-bottom:0}.hr,hr{border:none;margin:20px 0;border-top:1px solid rgba(0,0,0,.5)}.hr--lg{margin:60px 0}.text-guide{font-size:16px;line-height:24px;hyphens:auto;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;text-align:justify}.text-guide .h1,.text-guide h1{margin:20px 0;clear:both}.text-guide .h2,.text-guide .h3,.text-guide .h4,.text-guide .h5,.text-guide h2,.text-guide h3,.text-guide h4,.text-guide h5{margin:24px 0 16px;clear:both}.text-guide ol,.text-guide ul{margin:20px 0}.text-guide ol>li,.text-guide ul>li{margin:0 0 8px;vertical-align:top;padding-left:25px;position:relative}.text-guide li>ol:first-child,.text-guide li>ul:first-child{margin-top:8px}.text-guide ul>li::before{content:"";position:absolute;top:12px;left:0;width:12px;border-top:2px solid}.text-guide ol{counter-reset:ol}.text-guide ol>li{counter-increment:ol}.text-guide ol>li::before{content:counter(ol) ".";position:absolute;top:0;left:0}.text-guide img{display:block;max-width:100%;margin:20px 0}.text-guide img[align=left],.text-guide img[align=right]{max-width:50%}.text-guide img[align=left]{margin:0 20px 20px 0;float:left}.text-guide img[align=right]{margin:0 0 20px 20px;float:right}.text-guide table{border-collapse:collapse;border-spacing:0;margin:20px 0;font-size:14px;line-height:20px;width:100%}.table-scroller{max-width:100%;overflow:auto;margin:20px 0}.table-scroller table{margin:0}.text-guide td,.text-guide th{border:1px solid #bbb;transition:background-color .2s ease;padding:10px 20px;border-collapse:collapse;vertical-align:top;text-align:left}.text-guide th{background:rgba(0,0,0,.5)}.text-guide thead{font-weight:700}.text-guide tbody tr:hover td{background-color:rgba(0,0,0,.5)}.text-guide iframe{max-width:100%}.text-guide .video-block{margin:30px 0}.text-guide .h1:first-child,.text-guide .h2:first-child,.text-guide .h3:first-child,.text-guide .h4:first-child,.text-guide .h5:first-child,.text-guide .video-block:first-child,.text-guide blockquote:first-child,.text-guide h1:first-child,.text-guide h2:first-child,.text-guide h3:first-child,.text-guide h4:first-child,.text-guide h5:first-child,.text-guide ol:first-child,.text-guide p:first-child,.text-guide table:first-child,.text-guide ul:first-child{margin-top:0}.text-guide .h1:last-child,.text-guide .h2:last-child,.text-guide .h3:last-child,.text-guide .h4:last-child,.text-guide .h5:last-child,.text-guide .video-block:last-child,.text-guide blockquote:last-child,.text-guide h1:last-child,.text-guide h2:last-child,.text-guide h3:last-child,.text-guide h4:last-child,.text-guide h5:last-child,.text-guide ol:last-child,.text-guide p:last-child,.text-guide table:last-child,.text-guide ul:last-child{margin-bottom:0}.blackout{color:#fff}@media (max-width:1279px){.hr--lg{margin:40px 0}}@media (max-width:1023px){.h1,h1{font:700 28px/36px Inter,Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:normal;margin:0}.h2,h2{font:700 24px/30px Inter,Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:normal;margin:0}.h3,h3{font:700 20px/28px Inter,Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:normal;margin:0}.h4,h4{font:700 18px/26px Inter,Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:normal;margin:0}.h5,h5{font:700 16px/24px Inter,Arial,Helvetica,sans-serif;text-transform:none;letter-spacing:normal;margin:0}.text-strong{font-size:18px;line-height:26px}.text-small{font-size:14px;line-height:20px}.text-guide{font-size:16px;line-height:24px}.text-guide .h1,.text-guide h1{margin-top:40px;margin-bottom:20px}.text-guide ol>li,.text-guide ul>li{margin-bottom:0}.text-guide img,.text-guide img[align=left],.text-guide img[align=right]{max-width:100%;float:none;margin:20px 0}}@media (max-width:639px){.hr--lg{margin:20px 0}}.btn{display:flex;justify-content:center;align-items:center;height:40px;padding:0 18px;max-width:100%;border:none;border-radius:4px;box-shadow:0 0 0 1px #ed282f inset;color:#ed282f;background:0 0;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;letter-spacing:normal;text-align:center;text-overflow:ellipsis;text-transform:none;text-decoration:none;white-space:nowrap;overflow:hidden;outline:0;transition:.2s;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.btn::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none;border-radius:4px}@media (any-hover:hover){.btn:not([disabled]):hover{color:#04a;border:none;background:0 0;box-shadow:0 0 0 1px #04a inset}}.state--focus-enabled .btn:focus::after{opacity:.75}.btn:not([disabled]):active{color:#fff;border:none;background:#028;box-shadow:0 0 0 1px #028 inset}.btn.btn.btn--disabled,.btn.btn:disabled{cursor:not-allowed;color:#bbb;background:0 0;box-shadow:0 0 0 1px #bbb inset}.btn--primary{color:#fff;background:radial-gradient(1289.98% 275.1% at 118.84% -36.54%,#ff979a 0,#ff585d 18.0000007153%,#ff3b41 33.0000013113%,#f2282f 54.5000016689%,#e3272e 73.0000019073%,#da262d 91.0000026226%,#ce242b 99.0000009537%);box-shadow:none;transition:background-gradient .2s}@media (any-hover:hover){.btn--primary:not([disabled]):hover{color:#fff;background:#fd4b52;box-shadow:none}}.btn--primary:not([disabled]):active{color:#fff;background:#028;box-shadow:none}.btn.btn--primary.btn--disabled,.btn.btn--primary:disabled{cursor:not-allowed;color:#fff;background:#bbb}.btn--primary-outline{color:#ed282f;background:#fff;box-shadow:none;border-radius:8px;height:52px;font-size:20px;font-weight:500;border:2px solid #ed282f}@media (any-hover:hover){.btn--primary-outline:not([disabled]):hover{color:#fff;background:#ed282f;border:2px solid #ed282f;box-shadow:none}}.btn--primary-outline:not([disabled]):active{color:#fff;background:#ed282f;border:2px solid #ed282f;box-shadow:none}.btn.btn--primary-outline.btn--disabled,.btn.btn--primary-outline:disabled{cursor:not-allowed;color:#fff;background:#bbb}.btn--blue{color:#fff;background:#293ef2;box-shadow:none;padding:15px 20px;font-size:17px;font-weight:600}@media (any-hover:hover){.btn--blue:not([disabled]):hover{color:#fff;background:#04a;box-shadow:none}}.btn--blue:not([disabled]):active{color:#fff;background:#028;box-shadow:none}.btn.btn--blue.btn--disabled,.btn.btn--blue:disabled{cursor:not-allowed;color:#fff;background:#bbb}.btn--white{background:0 0;color:#fff;box-shadow:0 0 0 1px #fff inset}@media (any-hover:hover){.btn--white:not([disabled]):hover{color:#bbb;background:0 0;box-shadow:0 0 0 1px #bbb inset}}.btn--white:not([disabled]):active{color:#000;background:#fff;box-shadow:0 0 0 1px #fff inset}.btn.btn--white.btn--disabled,.btn.btn--white:disabled{color:#bbb;background:0 0;box-shadow:0 0 0 1px #bbb inset}.btn--primary-white{background:#fff;color:#000;box-shadow:none}@media (any-hover:hover){.btn--primary-white:not([disabled]):hover{color:#000;background:#bbb;box-shadow:none}}.btn--primary-white:not([disabled]):active{color:#000;background:#666;box-shadow:none}.btn.btn--primary-white.btn--disabled,.btn.btn--primary-white:disabled{color:#666;background:#bbb;box-shadow:none}.btn__icon{display:inline-block;vertical-align:middle;align-self:center;width:16px;height:16px;margin:0}.btn__icon--right{margin-left:6px}.btn--lg{height:50px;padding:15px 22px}.btn--sm{height:30px;padding:5px 10px;font-size:14px}.btn--sm .btn__icon{width:12px;height:12px}.btn--block{width:100%}.price{display:flex;align-items:center;flex-wrap:wrap;column-gap:10px}.price__group{display:block;color:#000}.price__prefix{font-size:14px;line-height:20px}.price__value{font-size:26px;line-height:22px;font-weight:600}.price__currency{font-size:26px;line-height:22px;font-weight:600}.price__group--new{color:#ed282f}.price__group--old{color:#666;text-decoration:line-through}.price__group--old .price__value{font-size:16px;line-height:17px;font-weight:400}.price__group--old .price__currency{font-size:16px;line-height:17px;font-weight:400}.price--lg .price__currency,.price--lg .price__prefix{font-size:16px;line-height:17px;font-weight:400}.price--lg .price__value{font-size:24px;line-height:30px}.price--lg .price__group--old .price__value{font-size:16px;line-height:17px;font-weight:400}@media (max-width:1279px){.price__value{font-size:22px;font-weight:600;line-height:19px}.price__currency{font-size:22px;font-weight:600;line-height:19px}.price__group--old .price__value{font-size:14px;font-weight:400;line-height:15px}.price__group--old .price__currency{font-size:14px;font-weight:400;line-height:15px}.price{flex-direction:column-reverse;align-items:flex-start}}.guideline__head{margin:40px 0}.guideline-block{margin:60px 0}.guideline-block__head{margin-bottom:24px}.guideline-block__head-inner{padding-bottom:20px;border-bottom:1px solid #bbb}.guideline-color-list__item{display:flex;margin-bottom:10px;align-items:center}.guideline-color-list__item:last-child{margin-bottom:0}.guideline-color-list__item-color{flex:0 0 auto;width:40px;height:40px;border:1px solid rgba(0,0,0,.5);margin-right:10px}.guideline-color-list__item-label{flex:1 1 auto}.guideline-element{margin:20px 0}.guideline-grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px)}@media (max-width:1023px){.guideline-grid{margin:-10px;width:calc(100% + 20px)}}.guideline-grid__cell{padding:12px;flex:0 0 auto;max-width:100%}@media (max-width:1023px){.guideline-grid__cell{padding:10px}}.fade-enter-active,.fade-leave-active{transition:.2s}.fade-enter,.fade-leave-to{opacity:0}.dropdown-enter-active,.dropdown-leave-active{transform:translate3d(0,0,0) scaleY(1);transform-origin:center top;transition:.2s}.dropdown-enter,.dropdown-leave-to{transform:translate3d(0,0,0) scaleY(0);opacity:0}.list-complete-item{transform:translateX(0);transition:all .5s ease}.list-complete-enter-from,.list-complete-leave-to{opacity:0;transform:translateX(30px)}.list-complete-leave-active{position:absolute}.collapse-enter-active,.collapse-leave-active{transition:.5s;overflow:hidden}.collapse-enter-from,.collapse-leave-to{opacity:0}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.accordion{margin:100px 0}.accordion__title{font-size:50px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.5px;text-align:center;margin:0 auto}.accordion__tabs{display:flex;justify-content:center;margin-top:40px}.accordion__items-wrap{margin-top:40px;background-color:var(--color-white-100);border-radius:15px;padding:20px}.accordion__items-wrap--mt0{margin-top:0}.accordion__items{max-width:836px;margin:0 auto}.accordion__item{border-top:1px solid #ebebeb}.accordion__item:first-child{border-top:1px solid transparent}.accordion__item-bar{display:flex;align-items:center;justify-content:space-between;font-size:24px;font-style:normal;font-weight:500;line-height:32px;padding:20px 0 20px 28px;border-radius:15px;width:100%;cursor:pointer;text-align:left;color:var(--black-100);transition:color .2s,background-color .2s}.accordion__item-bar--block{display:block;position:relative}.accordion__item-bar-text{padding-right:20px}.accordion__item-bar-subtitle{font-size:18px;font-style:normal;font-weight:400;line-height:normal;margin-top:10px;padding-right:20px}.accordion__item-bar--opened .accordion__item-bar-icon{transform:scaleY(-1)}.accordion__item-bar-icon{display:block;width:20px;height:20px;flex:0 0 auto;position:relative}.accordion__item-bar-icon::after{content:"";display:block;width:13px;height:13px;border-left:2px solid #000;border-bottom:2px solid #000;position:absolute;top:50%;left:50%;transform:translate(-50%,-70%) rotate(-45deg)}.accordion__item-content{font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding-top:10px;padding-bottom:20px;padding-left:28px;overflow:auto}@media (max-width:1279px){.accordion{margin:60px 0}.accordion__title{font-size:27px;font-style:normal;font-weight:500;line-height:33px}.accordion__item-bar-subtitle{font-size:15px;margin-top:5px}}@media (max-width:767px){.accordion__items-wrap{padding:0 18px;margin-top:15px}.accordion__item-bar{font-size:20px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.2px;padding-left:0}.accordion__item-bar-icon{margin-right:0;width:16px;height:16px}.accordion__item-content{font-size:16px;line-height:22px;padding-left:0}}.active-filters__grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px)}@media (max-width:1023px){.active-filters__grid{margin:-10px;width:calc(100% + 20px)}}.active-filters__grid.active-filters__grid{margin:-5px;width:calc(100% + 10px)}.active-filters__cell{padding:12px;flex:0 0 auto;max-width:100%}@media (max-width:1023px){.active-filters__cell{padding:10px}}.active-filters__cell.active-filters__cell{padding:5px}.app-widget{display:flex}.app-widget__item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;height:49px;width:49px;margin-right:7px;border-radius:16px;box-shadow:0 4px 15px 0 rgba(0,0,0,.2);color:#000;background-color:#fff;transition:color .2s,transform .2s;cursor:pointer}.app-widget__item-icon{height:29px;width:29px}@media (any-hover:hover){.app-widget__item:hover{color:#ed282f}}.app-widget__item:active{transform:scale(.94)}@media (max-width:767px){.app-widget__item{height:34px;width:34px;margin-right:6px;border-radius:11px}.app-widget__item-icon{height:21px;width:21px}}.article-grid__grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px);margin-top:-20px;margin-bottom:-20px}@media (max-width:1023px){.article-grid__grid{margin:-10px;width:calc(100% + 20px)}}.article-grid__cell{padding:12px;flex:0 0 auto;max-width:100%;width:25%;display:flex;flex-direction:column;padding-top:20px;padding-bottom:20px}@media (max-width:1023px){.article-grid__cell{padding:10px}}@media (max-width:1023px){.article-grid__grid{margin-top:-20px;margin-bottom:-20px}.article-grid__cell{width:33.33%;padding-top:20px;padding-bottom:20px}}@media (max-width:1279px){.article-grid__cell{width:33.33%}}@media (max-width:767px){.article-grid__cell{width:50%}}@media (max-width:479px){.article-grid__grid{margin-top:-16px;margin-bottom:-16px}.article-grid__cell{width:100%;padding-top:16px;padding-bottom:16px}}.article-poster{position:relative;width:100%;min-height:224px}.article-poster__link{position:absolute;top:0;left:0;right:0;bottom:0;border:none;z-index:2;outline:0}.article-poster__link::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none;top:-4px;bottom:-4px;left:-4px;right:-4px}.article-poster__visual{position:relative;z-index:1;margin:0;width:100%;max-width:100%}.article-poster__visual::after{content:"";display:block;padding-top:56.25%}.article-poster__status{position:absolute;top:0;left:0}.article-poster__image,.article-poster__image.product-image{position:absolute;top:0;left:0;right:0;bottom:0;justify-content:flex-start}.article-poster__title{margin:8px 0;color:#000;transition:.2s}@media (any-hover:hover){.article-poster:hover .article-poster__title{color:#e06;border:none;text-decoration:none}}.article-poster:active .article-poster__title{color:#a04}.state--focus-enabled .article-poster__link:focus::after{opacity:.75}.article__wrap{display:flex;margin:30px 0 80px}.article__left{flex:0 0 20%}.article__right{flex:0 0 80%}@media (max-width:1023px){.article__wrap{display:block}}.aside-list__item{margin:8px 0}.availability{display:flex;align-items:center;font-size:12px;font-weight:400;line-height:12px;color:#020b2a}.availability__main{color:#020b2a}.availability__status{width:4px;height:4px;border-radius:100%;margin-left:4px}.availability--available .availability__status{background:#74ff33}.availability--unavailable .availability__status{background:#e11}@media (max-width:1279px){.availability__main{font-size:11px;color:rgba(2,11,42,.6)}}.badge{display:flex;align-items:center;justify-content:center;border-radius:14px;color:#fff;background:#666;font-size:8px;font-weight:400;line-height:10px;width:14px;height:14px}.badge--primary{background:#293ef2}.banner-tel{background-color:#fff;padding:40px 20px;display:flex;align-items:center;justify-content:space-between;border-radius:12px;margin:100px 0 30px}.banner-tel__tel{display:flex;align-items:center}.banner-tel__tel-icon{width:40px;height:40px;flex:0 0 auto;margin-right:10px;color:#ed282f}.banner-tel__tel-text{font-size:40px;font-style:normal;font-weight:500;line-height:40px;letter-spacing:-1.6px;color:#2f2f2f}.banner-tel__text{font-size:28px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-1.12px;color:#2f2f2f;max-width:504px}@media (max-width:1023px){.banner-tel{display:block;margin-top:60px}.banner-tel__tel-text{font-size:30px;font-style:normal;font-weight:500;line-height:40px;letter-spacing:-1.2px}.banner-tel__tel-icon{width:30px;height:30px}.banner-tel__text{font-size:18px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.72px;margin-top:20px}}.basket-action__widget{display:flex;width:100%}.basket-action__cell-input{flex:1 1 auto;min-width:0}.basket-action__cell-main{flex:0 0 auto}.basket-action__cell-input+.basket-action__cell-main{margin-left:12px}.basket-action__btn{padding-left:10px;padding-right:10px}.basket-action__btn-icon{width:20px;height:20px;display:block}.basket-small{position:relative}.basket-small__widget{display:flex;flex-direction:column;align-items:center;position:relative;color:#000;text-decoration:none;cursor:pointer;transition:.2s;outline:0}.basket-small__widget::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none;left:-2px;right:-2px;bottom:-2px;top:-2px}.state--focus-enabled .basket-small__widget:focus::after{opacity:.75}.basket-small__cell-icon{flex:0 0 auto;position:relative}.basket-small__cell-main{flex:1 1 auto}.basket-small__icon{display:block;width:28px;height:28px;color:#000;transition:.2s}.basket-small__badge{display:none;position:absolute;top:0;right:-12px}.basket-small__badge.visible{display:flex}.basket-small__title{color:grey;font-size:12px;font-weight:400;line-height:14px}.basket-small__price{color:#000;transition:.2s}@media (any-hover:hover){.basket-small__widget:hover .basket-small__icon,.basket-small__widget:hover .basket-small__price{color:#e06}}.basket-small__widget:active .basket-small__icon,.basket-small__widget:active .basket-small__price{color:#802}.basket-small--empty .basket-small__widget .basket-small__icon{color:#bbb}.basket-small--empty .basket-small__widget .basket-small__price{color:#000}.basket-small--empty .basket-small__widget{cursor:default}.basket{margin-top:20px;margin-bottom:80px;position:relative}.basket__wrap{display:flex}.basket__products{flex:1 1 auto}.basket__sticky-wrap{position:sticky;top:15px}.basket__resume{width:350px;flex:0 0 auto;padding-left:30px}.basket__product{margin-top:15px}.basket__sum{display:flex;justify-content:space-between;align-items:baseline}.basket__sum-title{font-weight:700}.basket__params{margin-top:10px}.basket__param{display:flex;align-items:baseline;justify-content:space-between;color:#666;font-size:14px;margin-top:10px}.basket__footer{padding-top:15px;margin-top:15px;border-top:1px solid #666}.basket__promocode{margin-top:15px}.basket__promocode-wrap{display:flex;align-items:flex-end;margin:10px -6px 0}.basket__promocode-field{flex:1 1 auto;padding:0 6px}.basket__promocode-action{flex:0 0 auto;padding:0 6px}.basket__form{margin-top:20px}.basket__form-wrap{margin-top:30px}.basket__action{margin-top:15px}.basket__params-list{margin-top:10px}.basket__key-value-list{margin-top:10px;max-width:820px}.basket__empty-action{margin-top:15px}.breadcrumbs{margin:15px 0;font-size:14px;line-height:20px;cursor:default}.breadcrumbs__list{display:inline-flex;vertical-align:top;flex-wrap:wrap;margin:-2px -5px;width:calc(100% + 10px)}.breadcrumbs__item{display:flex;align-items:center;flex:0 0 auto;max-width:100%;padding:2px 5px;text-decoration:none;color:#000;transition:color .2s}@media (any-hover:hover){a.breadcrumbs__item:hover{color:#ed282f}}.breadcrumbs__separator{width:20px;height:20px;margin:1px 0 0 10px;color:#5b5b5b;transform:translateY(-1px);fill:none}.breadcrumbs__item:last-child .breadcrumbs__separator{display:none}.breadcrumbs__link{flex:0 1 auto;font-size:14px;font-weight:400;line-height:17px;color:#5b5b5b;cursor:pointer;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center}.btn-del{width:28px;height:28px;color:#000;background-color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 8px rgba(2,13,33,.06);transition:color .2s}.btn-del__icon{width:10px;height:10px}.btn-del:hover{color:#ed282f}.btn-scroll-top{position:sticky;bottom:0;z-index:100;opacity:0;visibility:hidden;transform:translateY(50px);transition:opacity .2s,visibility .2s,transform .2s}.btn-scroll-top--visible{opacity:1;transform:translateY(0);visibility:visible}.btn-scroll-top__btn{position:absolute;bottom:90px;right:20px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;width:64px;height:64px;border-radius:50%;background:#fff;color:#fff;box-shadow:0 4px 15px 0 rgba(0,0,0,.2);cursor:pointer;transition:background-color .2s,border .2s,color .2s}@media (any-hover:hover){.btn-scroll-top__btn:hover{cursor:pointer;background-color:#e8e8e6}}.btn-scroll-top__icon{display:block;color:#ed282f;width:18px;height:22px;fill:none;transform:rotate(-90deg);transition:.2s;flex:0 0 auto}.btn-scroll-top__btn:active{background:#666;border-color:#666}.btn-scroll-top__btn:active .btn-scroll-top__icon{color:#fff}@media (max-width:1279px){.btn-scroll-top__btn{bottom:180px}}.catalog-compare{position:relative}.catalog-compare__head-layout{display:flex;position:relative}.catalog-compare__head .catalog-compare__arrow--prev{left:-8px}.catalog-compare__head .catalog-compare__arrow--next{right:-8px}.catalog-compare__head--nav .catalog-compare__arrow--prev{left:-20px}.catalog-compare__head--nav .catalog-compare__arrow--next{right:-20px}.catalog-compare__head-aside{flex:0 0 auto;width:16.6666%;padding:0;display:flex;flex-direction:column}.catalog-compare__head-main{flex:0 0 auto;width:83.3333%;position:relative}.catalog-compare__head-mod{margin-top:auto;-webkit-user-select:none;user-select:none}.catalog-compare__head-items{overflow:hidden;word-break:break-word}.catalog-compare__head-items-grid{display:flex;transform:translate3d(0,0,0);transition:transform .3s}.catalog-compare__head-item{display:flex;flex:0 0 auto;width:20%}.catalog-compare__head--nav .catalog-compare__head-item{border-left:1px solid rgba(0,0,0,.5)}.catalog-compare__head--nav{position:fixed;top:0;left:0;right:0;z-index:110;transform:translate3d(0,-100%,0);visibility:hidden;opacity:0;transition:transform .3s,visibility .3s,opacity .3s;pointer-events:none}.catalog-compare__head--nav .catalog-compare__head-main{height:84px;background-color:#fff;box-shadow:0 4px 6px rgba(2,13,33,.08);pointer-events:all}.touch .catalog-compare__head--nav .catalog-compare__head-main{pointer-events:none}.catalog-compare--head-fixed .catalog-compare__head--nav{transform:translate3d(0,0,0);visibility:visible;opacity:1}.catalog-compare__body{margin-top:40px}.catalog-compare__body-group{border-bottom:1px solid rgba(0,0,0,.5)}.catalog-compare__body-group+.catalog-compare__body-group{margin-top:0}.catalog-compare__body-group-header{padding:24px 0 11px 0;position:relative;-webkit-user-select:none;user-select:none;color:#000;transition:transform .3s;display:flex;align-items:center;width:100%}.catalog-compare__body-group-header-icon{width:11px;height:8px;flex:0 0 auto;margin-left:6px;transform:scaleY(1);margin-top:3px}.catalog-compare__body-group.open .catalog-compare__body-group-header-icon{transform:scaleY(-1)}.catalog-compare__table{word-break:break-word}.catalog-compare__table-row{display:flex;border-top:1px solid rgba(0,0,0,.5);transition:background-color .2s;font-size:14px;line-height:20px;background-color:#fff}.catalog-compare__table-row:hover{background-color:rgba(15,49,106,.04)}.catalog-compare__table-aside{flex:0 0 auto;width:16.6666%;padding:8px 20px 8px 0}.catalog-compare__table-aside--bold{font-size:16px;line-height:22px;font-weight:700;padding:8px 20px 8px 0}.catalog-compare__table-main{flex:0 0 auto;width:83.3333%;overflow:hidden;display:flex}.catalog-compare__table-main-grid{display:flex;transform:translate3d(0,0,0);transition:transform .3s;width:100%}.catalog-compare__table-main-cell{flex:0 0 auto;width:20%;padding:8px 20px 8px 12px;border-left:1px solid rgba(0,0,0,.5);display:flex;align-items:center}.catalog-compare__table-main-cell--accent{background-color:#ffeaef}.no-touch .catalog-compare__table-row:hover{background:rgba(0,0,0,.5)}.catalog-compare__body-group-header-title{font-size:16px;line-height:22px;font-weight:700}.catalog-compare .price__value{font-size:18px;line-height:22px}.catalog__placeholder-title{font-size:16px;line-height:22px;font-weight:700;margin:16px 0 0}.catalog__placeholder-text{font-size:14px;line-height:24px;color:#818690;margin:12px 0 0;align-items:center}.catalog__placeholder-icon{width:20px;height:20px;color:#e06;display:inline;margin-left:6px}.catalog-compare__head-container{max-width:1360px;padding-left:32px;padding-right:32px;margin-left:auto;margin-right:auto}.catalog-compare__arrow{width:40px;height:40px;background-color:#ed282f;color:#fff;position:absolute;border-radius:50%;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;cursor:pointer;outline:0;transition:color .2s}.catalog-compare__arrow.disabled{display:none}.catalog-compare__arrow--prev{left:-24px}.catalog-compare__arrow--next{left:auto;right:-24px}.catalog-compare__arrow-icon{width:20px;height:20px}@media (max-width:1439px){.catalog-compare__head-aside{width:20%}.catalog-compare__head-main{width:80%}.catalog-compare__head-item{width:25%}.catalog-compare__table-aside{width:20%}.catalog-compare__table-main{width:80%}.catalog-compare__table-main-cell{width:25%}}@media (max-width:1279px){.catalog-compare__head-aside{width:25%}.catalog-compare__head-main{width:75%}.catalog-compare__head-item{width:33.3333%}.catalog-compare__table-aside{width:25%}.catalog-compare__table-main{width:75%}.catalog-compare__table-main-cell{width:33.3333%}.catalog-compare__head--nav{top:98px;background-color:#fff;box-shadow:0 4px 6px rgba(2,13,33,.08)}.catalog-compare__head--nav .product-slider__arrow--prev{left:-10px}.catalog-compare__head--nav .product-slider__arrow--next{right:-10px}.catalog-compare__head-container{padding:0 16px}}@media (max-width:1023px){.catalog-compare__head-aside{width:33.3333%}.catalog-compare__head-main{width:66.6666%}.catalog-compare__head-item{width:50%}.catalog-compare__table-aside{width:33.3333%}.catalog-compare__table-main{width:66.6666%}.catalog-compare__table-main-cell{width:50%}.catalog-compare__head-container{padding:0 10px}}@media (max-width:639px){.catalog-compare{overflow-y:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-left:15px;padding-right:15px;margin-left:-15px;margin-right:-15px;position:relative}.catalog-compare__head--nav{overflow-y:auto}.catalog-compare__head--nav .catalog-compare__head-clear{display:none}.catalog-compare__head--nav .catalog-compare__head-mod{margin-top:0}.catalog-compare__head--nav .checkbox-row__visual{top:1px}.catalog-compare__head-aside{width:200px}.catalog-compare__head-main{width:auto}.catalog-compare__head-item{width:200px}.catalog-compare__head-arrow{display:none}.catalog-compare__head-items-grid{transform:none!important}.catalog-compare__body{padding-right:20px}.catalog-compare__body-group-header{position:sticky}.touch .catalog-compare__body-group-header{left:0}.catalog-compare__table-aside{width:200px}.catalog-compare__table-main{width:auto;flex:1 1 auto}.catalog-compare__table-main-cell{width:200px}.catalog-compare__table-main-grid{transform:none!important}.catalog-compare__table .inline-tooltip__body{top:auto;margin-top:0;bottom:100%;margin-bottom:5px}}.catalog-item{position:relative;margin:0 0 60px}.catalog-item__wrap{display:flex}.catalog-item__aside{flex:0 0 auto;width:440px;padding-right:40px}.catalog-item__main{flex:1 1 auto}.catalog-item__visual{position:relative;max-width:420px}.catalog-item__image,.catalog-item__image.product-image{position:absolute;top:0;left:0;right:0;bottom:0}.catalog-item__status{position:absolute;top:0;left:0;z-index:3}.catalog-item__availability{margin:10px 0}.catalog-item__price{margin:10px 0}.catalog-item__basket-action{margin:15px 0;max-width:216px}.catalog-item__filter{position:relative;margin:25px 0;max-width:300px}.catalog-item__info{margin:40px 0}.catalog-item__params{margin:30px 0;max-width:400px}.catalog-item__description{margin:30px 0}.catalog-item__tabs{display:flex;max-width:100%;overflow-x:auto;margin:40px 0 0}.catalog-item__tab{margin-right:20px}@media (max-width:1023px){.catalog-item__wrap{display:block}.catalog-item__aside{padding:0;margin-bottom:20px;width:auto}.catalog-item__visual{position:relative;max-width:100%}.catalog-item__visual-wrap{position:static}.catalog-item__visual::after{display:none}}.catalog{position:relative;margin:0 0 40px}.catalog__placeholder{min-height:200px}.catalog__layout{display:block}.catalog__layout-aside{display:flex}.catalog__layout-main{padding:12px;flex:0 0 auto;max-width:100%;flex:1 1 auto}@media (max-width:1023px){.catalog__layout-main{padding:10px}}.catalog__list-message{margin:20px 0}.catalog__list-message-title{margin:12px 0}.catalog__list-message-body{margin:12px 0}.catalog__list-message-actions{margin:20px 0}.catalog__list-message-actions-grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px)}@media (max-width:1023px){.catalog__list-message-actions-grid{margin:-10px;width:calc(100% + 20px)}}.catalog__list-message-action{padding:12px;flex:0 0 auto;max-width:100%}@media (max-width:1023px){.catalog__list-message-action{padding:10px}}.catalog__top-nav{margin:20px 0}.catalog__top-nav-grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px);margin-top:-5px;margin-bottom:-5px;justify-content:flex-end;flex-wrap:nowrap}@media (max-width:1023px){.catalog__top-nav-grid{margin:-10px;width:calc(100% + 20px)}}.catalog__top-nav-cell{padding:12px;flex:0 0 auto;max-width:100%;padding-top:5px;padding-bottom:5px}@media (max-width:1023px){.catalog__top-nav-cell{padding:10px}}.catalog__top-nav-cell--active-filters{margin-right:auto;min-width:0;flex:1 1 auto}.catalog__top-nav-cell--select{width:240px}.catalog__top-nav-cell--aside-toggle{display:none}.catalog__aside-toggle{display:flex;align-items:center;justify-content:center;cursor:pointer;width:40px;height:40px;color:#ed282f;transition:.2s}.catalog__aside-toggle-icon{display:block;width:40px;height:40px}.catalog__aside-toggle::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}@media (any-hover:hover){.catalog__aside-toggle:hover{color:#04a}}.state--focus-enabled .catalog__aside-toggle:focus::after{opacity:.75}.catalog__aside-toggle:active{color:#028}.catalog__aside-close{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:0 0;color:#fff;cursor:pointer;transition:.2s;opacity:0;visibility:hidden}.catalog__aside-close-icon{display:block;width:30px;height:30px}.catalog__aside-close::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}@media (any-hover:hover){.catalog__aside-close:hover{color:rgba(0,0,0,.5)}}.state--focus-enabled .catalog__aside-close:focus::after{opacity:.75}.catalog__aside-close:active{color:#bbb}@media (max-width:1023px){.catalog__top-nav-cell--aside-toggle{display:block}.catalog__top-nav-cell--select,.catalog__top-nav-cell--view{display:none}.catalog__aside-close{display:flex;position:absolute;top:0;left:100%}.catalog__layout-aside{display:block;position:fixed;left:0;bottom:0;width:100%;background:#f6f6f6;z-index:160;border-radius:12px 12px 0 0;transition:.3s;transform:translate3d(-100%,0,0);visibility:hidden}.catalog__layout-aside-container{position:absolute;top:0;left:0;right:0;bottom:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.catalog__layout-aside-container-inner{padding:20px}.catalog__layout-main{width:100%}.state--catalog-aside-open .catalog__layout-aside{visibility:visible;transform:translate3d(0,0,0);height:100%}.state--catalog-aside-open .catalog__aside-close{opacity:1;visibility:visible}}.colors-slider__main{position:relative;display:flex;align-items:center}.colors-slider__swiper-slider-wrap{max-width:160px;width:100%}.colors-slider .slider__arrow{width:24px;height:24px;margin-right:8px;background:0 0!important;color:#000!important}.colors-slider .slider__arrow[disabled]{display:none}.colors-slider .slider__arrow:last-child{margin-right:0;margin-left:8px}.colors-slider__slide-link{display:block;height:24px;width:24px;border-radius:100%;overflow:hidden}.colors-slider__slide-link--outline{outline:1px solid;outline-offset:-1px}@media (max-width:1279px){.colors-slider .swiper-button-prev{display:none!important}.colors-slider .swiper-button-next{display:none!important}}.contact-link-block{margin:8px 0}.contact-link{display:block;color:#000;border:none;text-decoration:none;outline:0}.contact-link__note{color:#666}.contact-link__value{font-size:16px;line-height:24px;color:#ed282f;cursor:pointer;border:none;text-decoration:none;transition:.2s;outline-offset:1px;outline:0}@media (any-hover:hover){.contact-link:hover .contact-link__value{color:#e06;border:none;text-decoration:none}}.state--focus-enabled .contact-link:focus .contact-link__value{outline:1px dashed;outline-offset:1px}.contact-link:active .contact-link__value{color:#a04}.contacts-list{position:relative}.contacts-list__inner{display:flex}.contacts-list__items{display:block;margin-right:30px;overflow-y:auto;max-height:500px;flex:0 0 316px}.contacts-list__item{background:#fff;border-radius:12px;padding:10px 20px;margin-bottom:10px;position:relative}.contacts-list__item:last-child{margin-bottom:0}.contacts-list__link{position:absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0}.contacts-list__item-title{color:#020b2a;font-size:20px;line-height:21px;font-weight:500;margin-bottom:10px;transition:color .2s}@media (any-hover:hover){.contacts-list__item:hover .contacts-list__item-title{color:#ed282f}}.contacts-list__item-adress{color:#020b2a;font-size:16px;line-height:14px;font-weight:400;margin-bottom:6px}.contacts-list__item-square{color:rgba(2,11,42,.6);font-size:12px;line-height:13px;font-weight:400;margin-bottom:6px}.contacts-list__bottom{margin-top:15px;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:6px}.contacts-list__item-phone{color:#293ef2;font-size:16px;line-height:17px;font-weight:600;text-decoration:none;position:relative;z-index:2;transition:color .2s}@media (any-hover:hover){.contacts-list__item-phone:hover{color:#ed282f}}.contacts-list__item-time{color:#020b2a;font-size:14px;line-height:15px;font-weight:400;background:rgba(229,231,255,.6);border-radius:6px;padding:6px 10px}.contacts-list__map{flex:1 1 auto;border-radius:12px;overflow:hidden}@media (max-width:1279px){.contacts-list__inner{display:block}.contacts-list__items{margin-bottom:20px;margin-right:0}}.contacts{padding:20px}.contacts__title{color:#293ef2;font-size:16px;font-weight:600;text-decoration:none;margin-bottom:6px}.contacts__schedule-item{font-size:14px;font-weight:400;color:rgba(0,0,0,.6)}.contacts__schedule-item span{font-weight:700;color:#000}.contacts__buttons{margin-top:20px}.contacts__links{display:flex;align-items:center;margin-top:20px}.contacts__links-item{background:#010101;border-radius:100%;width:42px;height:42px;margin-right:10px;display:flex;justify-content:center;align-items:center}.contacts__links-item:last-child{margin-right:0}@media (any-hover:hover){.contact__link-item:hover{color:#ed282f}}.contact__link-item:active{color:#ed282f}.contacts__links-item-icon{color:#fff;width:20px;height:20px;transition:transform .2s}@media (any-hover:hover){.contacts__links-item:hover .contacts__links-item-icon{transform:scale(1.05)}}.converter__wrap{position:relative}.converter__title-fields{display:flex;justify-content:center;align-items:center;position:relative;z-index:50}.converter__title-field{margin-top:8px;padding:0 8px}.converter__currency-image{display:block;width:67px;height:50px;object-fit:cover;border-radius:6px;overflow:hidden;border:1px solid rgba(0,0,0,.1);box-shadow:-3px 5px 22px rgba(0,0,0,.16);flex:0 0 auto}.converter__currency-wrap{display:flex;align-items:center;width:88px}.converter__currency-name{font-size:24px;font-style:normal;font-weight:500;line-height:32px;color:var(--color-black-100);white-space:nowrap}.converter__fields{position:relative}.converter__field{margin-top:10px}.converter__field--sale-currency{position:absolute;top:34px;right:16px;z-index:11;margin-top:0}.converter__field--buying-currency{position:absolute;top:114px;right:16px;z-index:10;margin-top:0}.converter__btn-swap{position:absolute;z-index:20;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;box-shadow:0 0 0 1px #ed282f inset;top:69px;left:50%;transform:translateX(-50%) scale(1);background-color:#fff;cursor:pointer;transition:color .2s,transform .2s}@media (any-hover:hover){.converter__btn-swap:hover{transform:translateX(-50%) scale(1.1)}}.converter__icon{display:block;width:20px;height:20px}.converter__btn-swap:hover{color:#028}.converter__fields-wrap{margin-top:15px}.converter__currency-icon{display:block;width:33px;height:33px;margin-right:20px;flex:0 0 auto;margin-left:-53px;border-radius:50%;overflow:hidden}@media (max-width:1279px){.converter__title-field{margin-top:28px}.converter__main-fields{width:100%;max-width:295px}.converter__value{font-size:20px;font-style:normal;font-weight:500;line-height:24px}}@media (max-width:767px){.converter__title-field{margin-top:10px}.converter__main-fields{max-width:100%;padding:15px;margin-top:0;margin-bottom:20px;background-color:var(--color-white-100);border-radius:10px}.converter__currency-name{font-size:20px;font-style:normal;font-weight:500;line-height:24px}.converter__btn-swap{left:40%}}.datepicker{position:relative;color:#000}.datepicker *{box-sizing:border-box}.datepicker .datepicker__container{position:absolute;z-index:1000;width:100%;min-width:280px;margin-top:2px;background-color:#fff;box-shadow:0 4px 15px 0 rgba(0,0,0,.2);transition:.2s,left 0s;opacity:0;visibility:hidden}.datepicker--static .datepicker__container,.datepicker.open .datepicker__container{opacity:1;visibility:visible}.datepicker--static .datepicker__container{position:static;margin:0}.datepicker table{width:100%;border-collapse:collapse;border-spacing:0;text-align:center;font-size:13px}.datepicker tr{height:34px;border:0 none}.datepicker td,.datepicker th{-webkit-user-select:none;user-select:none;width:34px;height:34px;padding:0;border:0 none;line-height:34px;text-align:center}.datepicker th{font-weight:700;color:#ed282f}.datepicker td{cursor:pointer;position:relative}.datepicker td:hover{background-color:#f0f0f0}.datepicker td.date-future,.datepicker td.date-pass{color:#bbb}.datepicker td.date-highlight::after{content:"";position:absolute;left:0;right:0;margin:auto;bottom:5px;width:5px;height:5px;border-radius:50%;background:#ed282f}.datepicker td.date-in-range{background:#bbb}.datepicker td.date-disabled{cursor:default;color:#666}.datepicker td.date-active{background-color:#ed282f;color:#fff}.datepicker td.date-active.date-highlight::after{background:#fff}.datepicker .datepicker__head{background-color:#ed282f;text-align:center;color:#fff;font-size:14px}.datepicker .datepicker__head th{color:#fff}.datepicker__head-row{display:flex;justify-content:space-around}.datepicker .datepicker__body{color:#ed282f;font-size:14px}.datepicker .datepicker__head-month,.datepicker .datepicker__head-year{display:flex;text-align:center}.datepicker .datepicker__year{min-width:50px}.datepicker .datepicker__month{min-width:66px}.datepicker__svg-icon{width:20px;height:20px;position:absolute;right:5px;top:50%;transform:translateY(-50%)}.datepicker .datepicker__btn-next,.datepicker .datepicker__btn-prev{cursor:pointer;display:inline-block;padding:0 11px;vertical-align:middle}.datepicker .datepicker__btn-next::after,.datepicker .datepicker__btn-prev::after{position:relative;content:"";left:2px;display:inline-block;vertical-align:middle;width:7px;height:7px;border-top:1px solid #fff;border-left:1px solid #fff;transform:rotate(-45deg)}.datepicker .datepicker__btn-next::after{left:-2px;border:0 none;border-right:1px solid #fff;border-bottom:1px solid #fff}.datepicker .datepicker__btn-next:hover,.datepicker .datepicker__btn-prev:hover{background:#e06}.datepicker__field-input{cursor:pointer}.dropdown{position:relative}.dropdown__btn{cursor:pointer}.dropdown__btn-icon{width:12px;height:12px;margin-left:4px}.dropdown__body{position:absolute;left:-28px;padding-top:12px;transition:transform .25s,opacity .25s;transform-origin:top;opacity:0;pointer-events:none;transform:translateY(40px);z-index:100}.dropdown--left .dropdown__body{right:-28px;left:unset}.dropdown__panel{background-color:#fff;border-radius:10px;min-width:375px}.dropdown.open .dropdown__body{opacity:1;pointer-events:initial;transform:translateY(0)}.dropdown.open .dropdown__btn .btn__arrow{transform:rotate(180deg)}.dropdown__title{font:var(--font-menu);color:#bbb;margin-bottom:10px;transition:color .2s}@media (any-hover:hover){a.dropdown__title:hover{color:#ed282f}}a.dropdown__title:active{color:#ed282f}@media (max-width:1279px){.dropdown--left .dropdown__body{right:0}}.dumb-banner{margin:100px 0}.dumb-banner__wrap{display:flex;padding:60px 40px;border-radius:10px;overflow:hidden;position:relative}.dumb-banner__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:var(--white-100)}.dumb-banner__background--dark{display:none}.dark-theme .dumb-banner__background{display:none}.dark-theme .dumb-banner__background--dark{display:block}.dumb-banner__title{font-size:50px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.5px;color:var(--blue-100)}.dumb-banner--blackout .dumb-banner__title{color:var(--white-100)}.dark-theme .dumb-banner__title{color:var(--black-100)}.dumb-banner--blackout .dumb-banner__title{color:var(--white-100)}.dark-theme .dumb-banner--blackout .dumb-banner__title{color:var(--black-100)}.dumb-banner__content{margin-top:30px}.dumb-banner__subtitle{font-size:20px;font-style:normal;font-weight:500;line-height:32px;color:var(--blue-100);margin-top:20px}.dumb-banner--blackout .dumb-banner__subtitle{color:var(--white-100)}.dark-theme .dumb-banner__subtitle{color:var(--black-100)}.dumb-banner--blackout .dumb-banner__subtitle{color:var(--white-100)}.dark-theme .dumb-banner--blackout .dumb-banner__subtitle{color:var(--black-100)}.dumb-banner__action{margin-top:46px;display:flex;flex-wrap:wrap}.dumb-banner__action-item{flex:0 0 auto;margin-right:15px}.dumb-banner__left{flex:1 1 auto;position:relative;z-index:1}.dumb-banner__right{width:30%;margin-left:40px;overflow:hidden;flex:0 0 auto;position:relative;z-index:1}.dumb-banner__image{display:block;max-width:100%}@media (max-width:1279px){.dumb-banner{margin:60px 0}}@media (max-width:1023px){.dumb-banner__wrap{display:block;padding:20px}.dumb-banner__title{font-size:27px;font-style:normal;font-weight:500;line-height:33px}.dumb-banner__subtitle{font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin-top:12px}.dumb-banner__action{margin-top:20px;display:block}.dumb-banner__action-item{margin-top:10px;margin-right:0;width:100%}.dumb-banner__action-item .btn{width:100%}.dumb-banner__right{margin-left:0;margin-top:20px;width:100%}}.favorite-action__btn{display:flex;width:44px;height:44px;align-items:center;justify-content:center;background:#fff;border-radius:100%;border:1px solid #9a9daa;cursor:pointer;transition:color .2s}.favorite-action__btn.active,.favorite-action__btn:hover{background:rgba(255,184,184,.68);border:1px solid rgba(255,184,184,.68);color:#ed282f}.favorite-action__btn-icon{display:block;width:20px;height:20px}.field-avatar{position:relative}.field-avatar__input{position:absolute;top:0;left:0;width:0;height:0;margin:0;opacity:0;pointer-events:none}.field-avatar__layout{display:flex;gap:4px 12px}.field-avatar__visual{flex:0 0 auto;width:64px;height:64px;border-radius:50%;background:rgba(0,0,0,.5);color:#bbb;position:relative;overflow:hidden;cursor:pointer}.field-avatar__visual::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:0;transition:.2s}@media (any-hover:hover){.field-avatar__visual:hover::after{opacity:.2}}.field-avatar__image,.field-avatar__ph{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.field-avatar__ph-icon{position:absolute;top:50%;left:50%;width:32px;height:32px;margin:-16px}.field-avatar__main{flex:1 1 auto;min-width:0;align-self:center}.field-avatar__action-link{color:#ed282f;cursor:pointer;border:none;text-decoration:none;transition:.2s;outline-offset:1px;outline:0;display:block;width:fit-content}@media (any-hover:hover){.field-avatar__action-link:hover{color:#e06;border:none;text-decoration:none}.state--focus-enabled .field-avatar__action-link:focus{outline:1px dashed;outline-offset:1px}}.field-avatar__action-link:active{color:#a04}.field-avatar__action-link--remove{color:#e11}.field-avatar__errors{margin:4px 0}.field-check-list__label{display:block;font-size:16px;line-height:24px;font-weight:700;margin-bottom:6px}.field-check-list__item{margin:6px 0}.field-check-list--disabled{cursor:not-allowed}.field-checkbox{display:flex;position:relative;cursor:pointer;align-items:baseline;width:fit-content}.field-checkbox--disabled{cursor:not-allowed}.field-checkbox__input{position:absolute;top:0;left:0;opacity:0;pointer-events:none}.field-checkbox__visual{flex:0 0 auto;width:18px;height:18px;border:1px solid #bbb;background:#fff;margin-right:8px;transform:translateY(3px);border-radius:4px;transition:.2s;position:relative}.field-checkbox__visual::after{content:"";position:absolute;top:50%;left:50%;border-bottom:2px solid #fff;border-left:2px solid #fff;width:11px;height:6px;transform:translateY(-1px) translate(-50%,-50%) rotate(-45deg);opacity:0;transition:.2s}.field-checkbox__visual::before{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none;color:#666;top:-3px;left:-3px;right:-3px;bottom:-3px}.field-checkbox__text{flex:1 1 auto}.field-checkbox__input:checked~.field-checkbox__visual{border-color:#ed282f;background:#ed282f}.field-checkbox__input:checked~.field-checkbox__visual::after{opacity:1}.field-checkbox--radio .field-checkbox__visual{border-radius:50%}.field-checkbox--radio .field-checkbox__visual::after{border:none;width:10px;height:10px;background:#fff;border-radius:50%;transform:translate(-50%,-50%)}@media (any-hover:hover){.field-checkbox:hover .field-checkbox__visual{border-color:#000}.field-checkbox:hover:not(.field-checkbox--disabled) .field-checkbox__input:checked~.field-checkbox__visual{border-color:#04a;background:#04a}}.state--focus-enabled .field-checkbox__input:focus~.field-checkbox__visual::before{opacity:.75}.field-checkbox__input:disabled~.field-checkbox__visual{background:rgba(0,0,0,.5);border-color:#bbb}.field-checkbox__input:disabled:checked~.field-checkbox__visual{background:#bbb;border-color:#666}.field-code__el{display:flex;justify-content:center}.field-code__input{display:block;min-width:0;width:48px;height:48px;background:#fff;border:1px solid #bbb;border-radius:4px;padding:7px 12px;margin-right:12px;font-size:16px;line-height:24px;font-weight:400;box-shadow:none;outline:0;text-align:center;transition:.2s}.field-code__input:focus{border-color:#ed282f}.field-code__input:last-child{margin-right:0}@media (any-hover:hover){.field-code__input:hover:not([disabled]){border-color:#000}}.field-code__footer{display:flex;justify-content:center;flex-direction:column;align-items:center;margin-top:8px;font-size:14px}.form-error .field-code__input{border-color:#e11}.field-count{position:relative}.field-count__input{padding-left:40px;padding-right:40px;text-align:center}.field-count__btn{position:absolute;top:0;bottom:0;width:40px;cursor:pointer;color:#bbb;transition:.2s}@media (any-hover:hover){.field-count__btn:hover{color:#000}}.field-count__btn:active{color:#000}.field-count__btn:disabled{color:rgba(0,0,0,.5);background:0 0}.field-count__btn--sub{left:0}.field-count__btn--add{right:0}.field-count__btn--add::after,.field-count__btn--add::before,.field-count__btn--sub::before{content:"";position:absolute;top:50%;left:50%;height:2px;width:12px;background:currentColor;transform:translate(-50%,-50%)}.field-count__btn--add::after{transform:translate(-50%,-50%) rotate(90deg)}.field-currency{position:relative;-webkit-user-select:none;user-select:none;z-index:1;transition:z-index 0s ease .2s}.field-currency--alt{width:auto}.field-currency__label{display:block;font-size:16px;line-height:24px;font-weight:700;margin-bottom:6px}.field-currency__btn{display:flex;align-items:center;font-size:20px;font-style:normal;font-weight:500;line-height:32px;text-align:left;cursor:pointer;position:relative;width:100%;color:#000;transition:box-shadow .2s,color .2s}.field-currency--alt .field-currency__btn{box-shadow:0 0 0 1px rgba(17,17,57,.1) inset;background-color:transparent;font-size:20px;line-height:22px}.field-currency--sm .field-currency__btn{border-radius:10px;height:33px;padding-left:10px;padding-right:35px}.field-currency__btn.open{box-shadow:none}.field-currency__btn-placeholder,.field-currency__btn-text{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:0 0 auto}.field-currency__btn-arrow{right:13px;width:20px;height:20px;margin-left:2px;flex:0 0 auto}.field-currency--sm .field-currency__btn-arrow{margin-top:-7px}.state--focus-enabled .field-currency__btn:focus{border-color:#ed282f}.field-currency--open{transition:z-index 0s;z-index:20}.field-currency--open .field-currency__btn{border-color:#ed282f}.field-currency--open .field-currency__btn-arrow{transform:rotate(180deg)}.field-currency__btn-placeholder{color:#000}.field-currency__list{position:absolute;top:calc(100% + 10px);left:auto;right:-16px;border-radius:10px;box-shadow:0 4px 12px 0 rgba(0,0,0,.15);background:#fff;max-height:50vh;width:125px;overflow-x:hidden;overflow-y:auto;transform-origin:top center;z-index:-1;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .25s,visibility .25s,transform .25s,box-shadow .25s}.field-currency__list.open{opacity:1;visibility:visible;transform:translateY(0)}.field-currency__list-item{display:flex;align-items:center;width:100%;text-align:left;padding:12px 16px;cursor:pointer;font-size:20px;font-style:normal;font-weight:500;line-height:32px;color:#000;position:relative;outline:0;border-radius:5px;transition:.2s}.field-currency__list-item::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}.field-currency__list-item.active{color:#ed282f;cursor:default}.field-currency__list-item[disabled]{opacity:.5;cursor:not-allowed}.field-currency__btn-image{display:block;flex:0 0 auto;width:33px;height:33px;margin-right:11px;border-radius:50%;object-fit:cover}@media (any-hover:hover){.field-currency__list-item:not(.active):not([disabled]):hover{background-color:#e06}.body--blackout .field-currency__list-item:not(.active):not([disabled]):hover{color:#ed282f}}.field-file__input-block{display:inline-block;position:relative;overflow:hidden;vertical-align:top}.field-file__input{opacity:0;visibility:hidden;position:absolute;top:0;left:0;width:0;height:0;pointer-events:none}.field-file__list{margin-bottom:15px}.field-file__item{margin-bottom:6px;display:flex;width:100%}.field-file__item:last-child{margin-bottom:0}.field-file__item-start{flex:1 1 auto}.field-file__item-end{flex:0 0 auto;margin-left:12px}.field-input{display:block;width:100%;min-width:0;background:#fff;border-radius:4px;border:1px solid #bbb;padding:7px 12px;box-shadow:none;font-size:16px;line-height:24px;font-weight:400;outline:0;transition:.2s}textarea.field-input{height:120px;resize:vertical;font-family:inherit}.field-input:disabled{background:rgba(0,0,0,.5);cursor:not-allowed}@media (any-hover:hover){.field-input:hover:not([disabled]){border-color:#000}}.field-input:focus{border-color:#ed282f}.form-error .field-input{border-color:#e11}.field-label{display:block;font-size:16px;line-height:24px;font-weight:700;margin-bottom:6px}.field-range-slider{-webkit-user-select:none;user-select:none;position:relative}.field-range-slider--disabled{opacity:.85;cursor:not-allowed}.field-range-slider__bar{position:relative;padding:0 12px;height:40px;box-shadow:0 0 0 1px #bbb inset;border-radius:4px;background-color:#fff;transition:.2s}@media (any-hover:hover){.field-range-slider__bar:hover{box-shadow:0 0 0 1px #000 inset}.field-range-slider--disabled .field-range-slider__bar:hover{box-shadow:0 0 0 1px #bbb inset}}.field-range-slider__label{font-size:14px;font-style:normal;font-weight:400;line-height:22px;text-overflow:ellipsis;color:#000;position:absolute;top:3px;left:20px;-webkit-user-select:text;user-select:text}.field-range-slider__labels{display:flex;margin-bottom:8px}.field-range-slider__value{font-size:20px;font-style:normal;font-weight:500;line-height:32px;padding-top:23px}.field-range-slider__text-inputs{display:flex}.field-range-slider__text-inputs .field-range-slider__text-input{flex:0 0 auto}.field-range-slider__text-inputs-separator{flex:0 0 auto;border-bottom:2px solid #000;width:10px;margin:0 10px 16px}.field-range-slider__text-input{-webkit-appearance:none;appearance:none;font-family:inherit;font-size:20px;font-style:normal;padding:3px 0 0;font-weight:500;line-height:32px;outline:0;border:0;flex:0 0 auto;background-color:transparent;color:#000}.field-range-slider__text-input[disabled]{cursor:not-allowed}.field-range-slider__buffers{position:absolute;top:auto;left:20px;bottom:6px;display:flex;pointer-events:none;opacity:0;z-index:-1;visibility:hidden}.field-range-slider__buffer{font-size:20px;font-style:normal;font-weight:500;line-height:32px}.field-range-slider__unit{position:absolute;top:15px;left:auto;right:20px;font-size:20px;font-style:normal;font-weight:500;line-height:32px;z-index:1}.field-range-slider__input{-webkit-appearance:none;appearance:none;display:block;position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;outline:0;pointer-events:none;width:100%;z-index:1;cursor:pointer;opacity:0;height:3px}.field-range-slider__input[disabled]{cursor:not-allowed}.field-range-slider__input::-webkit-slider-runnable-track{-webkit-appearance:none;appearance:none;height:0;box-shadow:none;border:0}.field-range-slider__input::-moz-range-track{appearance:none;height:0;box-shadow:none;border:0}.field-range-slider__input::-ms-track{appearance:none;height:0;box-shadow:none;border:0}.field-range-slider__input::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:20px;background-color:var(--color-blue-primary-100);cursor:pointer;margin-top:-9px;pointer-events:auto;border-radius:50%}.field-range-slider__input[disabled]::-webkit-slider-thumb{cursor:not-allowed}.field-range-slider__input::-moz-range-thumb{-webkit-appearance:none;height:20px;width:20px;cursor:pointer;border-radius:50%;background-color:#ed282f;pointer-events:auto}.field-range-slider__input[disabled]::-moz-range-thumb{cursor:not-allowed}.field-range-slider__input::-ms-thumb{appearance:none;height:20px;width:20px;cursor:pointer;border-radius:50%;background-color:#ed282f;pointer-events:auto}.field-range-slider__input[disabled]::-ms-thumb{cursor:not-allowed}.field-range-slider__input-wraps{position:absolute;top:calc(100% - 3px);left:12px;right:12px;bottom:0}.field-range-slider__input-wrap{flex:0 0 auto;width:100%;position:absolute;top:0;height:0;z-index:1}.field-range-slider__slider-track{position:absolute;top:0;height:3px;pointer-events:none;background-color:#ed282f}.field-range-slider__visual-handle{position:absolute;top:100%;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:50%;background-color:#ed282f;pointer-events:none;display:flex;align-items:center;justify-content:center}.field-range-slider__visual-handle::after{content:"";width:12px;height:12px;border-radius:50%;background-color:#fff;top:50%;left:50%;pointer-events:none}.field-range-slider__visual-handles{position:absolute;left:10px;right:10px;top:1px;z-index:4}.field-range{font-size:16px}.field-range--sm{font-size:14px}.field-range__cells{display:flex;align-items:baseline}.field-range__cell{display:flex;align-items:baseline;min-width:0}.field-range__prefix{margin-right:5px}.field-range__postfix{margin-left:5px}.field-range__spacer{flex:0 0 auto;margin:0 5px}.field-select{position:relative;-webkit-user-select:none;user-select:none;z-index:1;transition:z-index 0s ease .2s}.field-select__label{display:block;font-size:16px;line-height:24px;font-weight:700;margin-bottom:6px}select.field-select__field-text-input{-webkit-appearance:none;appearance:none;height:40px;cursor:pointer}.field-select__btn{display:block;width:100%;min-width:0;background:#fff;border-radius:4px;border:1px solid #bbb;padding:7px 30px 7px 12px;box-shadow:none;font-size:16px;line-height:24px;font-weight:400;transition:.2s;outline:0;text-align:left;cursor:pointer;height:40px;position:relative}.field-select__btn[disabled]{background:#ededed;cursor:not-allowed}.field-select__btn-placeholder,.field-select__btn-text{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.field-select__btn-arrow{position:absolute;top:50%;right:12px;width:12px;height:8px;margin-top:-4px}@media (any-hover:hover){.field-select__btn:hover:not([disabled]){border-color:#000}}.state--focus-enabled .field-select__btn:focus{border-color:#ed282f}.field-select--open{transition:z-index 0s;z-index:20}.field-select--open .field-select__btn{border-color:#ed282f}.field-select--open .field-select__btn-arrow{transform:scaleY(-1)}.field-select__list{position:absolute;top:100%;left:0;margin-top:2px;border-radius:4px;box-shadow:0 4px 15px 0 rgba(0,0,0,.2);background-color:#fff;max-height:200px;overflow-x:hidden;overflow-y:auto;width:100%;padding:6px 0;opacity:0;transform:translateY(-10px);transition:opacity .25s,transform .25s;transform-origin:center top;pointer-events:none}.field-select--open .field-select__list{opacity:1;transform:none;pointer-events:all}.field-select__list-item{display:flex;width:100%;text-align:left;padding:6px 10px;cursor:pointer;font-size:16px;line-height:24px;transition:.2s;color:#000;position:relative;outline:0}.field-select__list-item::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}@media (any-hover:none){.field-select__list-item{padding-top:8px;padding-bottom:8px}}@media (any-hover:hover){.field-select__list-item:hover{background:rgba(0,0,0,.5)}}.state--focus-enabled .field-select__list-item:focus::after{opacity:.75}.field-select__list-item:active{background:#bbb}.field-select__list-item.field-select__list-item--active{background:#ed282f;color:#fff;cursor:default}.field-select__input{display:none}.field-select__check-list-icon{display:block;flex:0 0 auto;width:15px;height:15px;margin-right:8px;opacity:0;background-color:#666}.field-select__check-list-icon.shown,.field-select__input:checked+.field-select__check-list-icon{opacity:1}.field-select__list-item--flex{display:flex;align-items:center}.field-select__shevron{width:40px;height:40px;position:absolute;top:auto;bottom:0;right:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.field-select__shevron[disabled]{cursor:not-allowed}.field-toggler__button{flex:1 1 auto}.field-toggler__box{display:flex;flex-wrap:wrap}.field-toggler__button--active{background:#ed282f;border-color:#ed282f;color:#fff}@media (any-hover:hover){.field-toggler__button:hover{cursor:pointer;background:#ed282f;border-color:#ed282f;color:#fff}}.field-toggler__button:active{background:#ed282f;border-color:#ed282f;color:#fff}.field-tumbler-list{display:flex;align-content:center;flex-wrap:wrap}.field-tumbler-list__label{display:block;font-size:14px;line-height:20px;font-weight:700;width:100%;flex:0 0 auto;margin-bottom:10px}.field-tumbler-list__item{flex:1 1 auto}.field-tumbler{display:flex;align-items:center;font-size:14px;line-height:20px;font-weight:400;position:relative;cursor:pointer;color:#000}.field-tumbler:hover{color:#ed282f}.field-tumbler__visual{flex:0 0 auto;width:36px;height:20px;margin-right:12px;border-radius:10px;background-color:#cccfd3;position:relative;transition:background-color .2s}.field-tumbler:hover .field-tumbler__visual{background-color:#a7abb2}.field-tumbler__visual::after{content:"";width:16px;height:16px;border-radius:50%;background-color:#fff;position:absolute;top:2px;left:2px;transform:translateX(0);transition:transform .2s}.field-tumbler__input{opacity:0;visibility:hidden;position:absolute;top:0;left:0;z-index:3}.field-tumbler__input:checked+.field-tumbler__visual{background-color:#ed282f}.field-tumbler__input:checked+.field-tumbler__visual::after{transform:translateX(16px)}.field__errors{margin-top:6px}.field__error{display:block;font-size:14px;line-height:20px;color:#e11;margin-top:3px}.field__multiple-list{margin-bottom:15px}.field__multiple-list-grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px)}@media (max-width:1023px){.field__multiple-list-grid{margin:-10px;width:calc(100% + 20px)}}.field__multiple-list-item{padding:12px;flex:0 0 auto;max-width:100%;width:100%}@media (max-width:1023px){.field__multiple-list-item{padding:10px}}.field__multiple-list-remove{margin-top:4px}.filter{display:flex;flex-wrap:wrap}.filter__group{margin:24px 0}.filter__list-item{margin-bottom:6px}.filter__list-item:last-child{margin-bottom:0}.filter__link{color:#ed282f;cursor:pointer;border:none;text-decoration:none;transition:.2s;outline-offset:1px;outline:0}@media (any-hover:hover){.filter__link:hover{color:#e06;border:none;text-decoration:none}.state--focus-enabled .filter__link:focus{outline:1px dashed;outline-offset:1px}}.filter__link:active{color:#a04}.filter__link.filter__link--current{cursor:default;color:#000;font-weight:700}.filter__group-body{margin:8px 0}.filter__group--sort,.filter__group--view{display:none}@media (max-width:1023px){.filter__group--sort,.filter__group--view{display:block}}.form{position:relative}.form--card{max-width:820px;padding:24px;border-radius:4px;border:1px solid #bbb}.form__header{margin:30px 0}.form__header-title{margin:8px 0}.form__header-note{margin:8px 0}.form__groups{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px);margin-top:-20px;margin-bottom:-20px}@media (max-width:1023px){.form__groups{margin:-10px;width:calc(100% + 20px)}}.form__groups.form__groups{margin-top:-20px;margin-bottom:-20px}.form__group{padding:12px;flex:0 0 auto;max-width:100%;width:100%}@media (max-width:1023px){.form__group{padding:10px}}.form__group.form__group{padding-top:20px;padding-bottom:20px}.form__group-title{margin:8px 0}.form__group-note{margin:8px 0}.form__group-body{margin:18px 0}.form__fields{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px)}@media (max-width:1023px){.form__fields{margin:-10px;width:calc(100% + 20px)}}.form__field{padding:12px;flex:0 0 auto;max-width:100%;width:100%}@media (max-width:1023px){.form__field{padding:10px}}.form__field.form__field--spacer{padding:0}.form__footer{margin:30px 0}.form__actions{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px)}@media (max-width:1023px){.form__actions{margin:-10px;width:calc(100% + 20px)}}.form__action{padding:12px;flex:0 0 auto;max-width:100%}@media (max-width:1023px){.form__action{padding:10px}}.form__form-errors{margin-bottom:25px}.form__form-error{color:#e11;font-size:14px;line-height:20px;margin-top:5px;margin-bottom:5px}.form__message{margin-bottom:15px}.form__field-text-require-confirm{display:flex;width:50%;padding-right:30px;font-size:12px;line-height:14px;color:#020b2a}.form__field--flex-text-require-confirm{display:flex}.form__field--flex-text-require-confirm .field--big-checkbox{width:50%;padding-left:30px;font-size:12px;line-height:14px}.form__field--flex-text-require-confirm .field-checkbox{align-items:flex-start}@media (max-width:1023px){.form--card{padding:20px}}@media (max-width:639px){.form__group{width:100%!important}.form__field--flex-text-require-confirm{flex-wrap:wrap}.form__field{width:100%!important}.form__field-text-require-confirm{width:100%;padding-right:0;margin-bottom:15px}.form__field--flex-text-require-confirm .field--big-checkbox{width:100%;padding-left:0}}.gallery{width:100%}.gallery__title{text-align:center;font-size:16px;line-height:26px;font-weight:700}.gallery__slider{width:100%;margin:0;height:100%}.gallery .modal-window__body{position:relative;padding:80px 0;background-color:rgba(0,0,0,.5);height:100%;overflow:hidden}.gallery .modal-window__close{z-index:1}.gallery .swiper-container{overflow:visible;height:100%}.gallery .swiper-pagination{height:16px}.gallery .swiper-container-horizontal>.swiper-pagination-bullets{bottom:-45px}.gallery .swiper-pagination-bullet{width:16px;height:16px;border-radius:50%;background-color:#ed282f}.gallery .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#ed282f}.gallery .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 7px}@media (max-width:1023px){.gallery .swiper-pagination-bullet{width:12px;height:12px}.gallery .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.gallery .modal-window__body{padding:0}.gallery .swiper-container-horizontal>.swiper-pagination-bullets{bottom:24px}.gallery .modal-window__close{top:4px;right:4px}}.half-banner{margin:100px 0;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}.half-banner__wrap{display:flex}.half-banner--right .half-banner__wrap{flex-direction:row-reverse}.half-banner--blackout{color:#fff}.half-banner__left{flex:0 0 auto;width:40%;padding:20px 20px 20px 0}.half-banner--right .half-banner__left{padding:20px 0 20px 20px}.half-banner__right{flex:0 0 auto;width:60%;padding:20px 0 20px 20px}.half-banner--right .half-banner__right{padding:20px 20px 20px 0}.half-banner__right{display:flex;align-items:center}.half-banner__image{display:block;max-width:100%}.video__video{display:flex;width:100%}.video__source{position:absolute;top:0;left:0;right:0;bottom:0;display:block;height:100%;max-width:100%}.video__iframe{display:block;width:100%}@media (max-width:1279px){.half-banner{margin:60px 0}}@media (max-width:1023px){.half-banner__wrap{display:block;padding:30px 0}.half-banner--right .half-banner__left,.half-banner__left{padding:0;width:60%}.half-banner__right{padding:0;width:100%;margin-top:30px}}@media (max-width:767px){.half-banner--right .half-banner__left,.half-banner__left{width:100%}}.hero-block,v-hero-block{color:#000;background:rgba(0,0,0,.5);padding:60px 0;min-height:540px}.hero-block,.hero-block__fg-layer{position:relative;display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;align-items:stretch}.hero-block{display:flex}.hero-block__container{width:100%}.hero-block__content{max-width:500px}.hero-block__title{margin:12px 0}.hero-block__text{margin:12px 0}.hero-block__actions{margin:24px 0}.hero-block__actions-grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px)}@media (max-width:1023px){.hero-block__actions-grid{margin:-10px;width:calc(100% + 20px)}}.hero-block__actions-cell{padding:12px;flex:0 0 auto;max-width:100%}@media (max-width:1023px){.hero-block__actions-cell{padding:10px}}.hero-block__action{position:relative;z-index:4}.hero-block__bg,.hero-block__bg-image,.hero-block__bg-layer,.hero-block__link{position:absolute;top:0;left:0;right:0;bottom:0}.hero-block__link{z-index:3}.hero-block__link::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}.state--focus-enabled .hero-block__link:focus::after{opacity:.75}.hero-block__bg-layer{background:rgba(0,0,0,.5)}.hero-block__bg-image{background:no-repeat center/cover}.hero-block__bg--medium,.hero-block__bg--small{display:none}.hero-block--dark{color:#fff}.hero-block--dark .hero-block__bg-layer{background:#666}.hero-block--right .hero-block__content{margin-left:auto}@media (max-width:1439px){.hero-block,v-hero-block{min-height:39.1304347826vw;padding:50px 0}}@media (max-width:1023px){.hero-block,v-hero-block{min-height:48vw}.hero-block__bg--large,.hero-block__bg--small{display:none}.hero-block__bg--medium{display:block}}@media (max-width:639px){.hero-block,v-hero-block{min-height:100vw}.hero-block__bg--large,.hero-block__bg--medium{display:none}.hero-block__bg--small{display:block}}.hero-slider,.v-hero-slider{display:block;position:relative;min-height:540px;background:rgba(0,0,0,.5)}.hero-slider__arrow{display:flex;align-items:center;justify-content:center;position:absolute;top:0;bottom:0;width:calc(50vw - 1360px / 2);min-width:80px;cursor:pointer;transition:.2s;color:#bbb;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .2));z-index:10}.hero-slider__arrow--prev{right:50%;margin-right:calc(1360px / 2 - 32px)}.hero-slider__arrow--next{left:50%;margin-left:calc(1360px / 2 - 32px)}.hero-slider__icon{display:block;width:26px;height:50px}@media (max-width:1439px){.hero-slider,v-hero-slider{min-height:33.75vw}.hero-slider__arrow{width:80px;margin:0}.hero-slider__arrow--prev{left:0}.hero-slider__arrow--next{left:auto;right:0}}@media (max-width:1023px){.hero-slider,v-hero-slider{min-height:48vw}}@media (max-width:639px){.hero-slider,v-hero-slider{min-height:100vw}}.image-slider{position:relative;-webkit-user-select:none;user-select:none}.image-slider__slider{position:relative;overflow:hidden}.image-slider--gallery .image-slider__slider{overflow:visible;height:100%;position:static}.image-slider .swiper-slider{position:relative}.image-slider--gallery .swiper-slider{height:100%}.image-slider--gallery .swiper-slider__slider{height:100%}.image-slider__arrow{position:absolute;z-index:3;width:56px;height:100%;top:0;cursor:pointer;display:flex;align-items:center;justify-content:center;outline:0;transition:color .2s;color:#000}.image-slider__arrow:hover{color:#ed282f}.image-slider__arrow.swiper-button-disabled{display:none}.image-slider__arrow--prev{left:0}.image-slider__arrow--next{right:0}.image-slider__icon{width:25px;height:36px}.image-slider .swiper-scrollbar{display:none}.image-slider__item{width:100%;height:100%;position:relative;background-color:rgba(0,0,0,.5)}.image-slider__image{display:block;width:100%;height:400px;object-fit:contain;transition:opacity .2s}.image-slider--gallery .image-slider__image{height:100%}.image-slider__thumbs{display:flex;flex-wrap:wrap;margin:8px -4px 0;width:calc(100% + 8px)}.image-slider__thumb{width:20%;flex:0 0 auto;padding:4px;height:54px;position:relative;cursor:pointer;outline:0;font-size:13px;line-height:18px;font-weight:700;align-items:center;justify-content:center;color:#818690;display:flex}.image-slider__thumb--more{pointer-events:none}.image-slider__thumb-btn{width:16.6666%;flex:0 0 auto;padding:3px;height:66px;position:absolute;bottom:0;right:0;z-index:1;cursor:pointer;outline:0;font-size:13px;line-height:18px;font-weight:700;display:flex;align-items:center;justify-content:center;color:#818690}.image-slider__thumb-btn~div{display:none}.image-slider__thumb.active::after{content:"";width:calc(100% - 8px);height:2px;pointer-events:none;background-color:#ed282f;position:absolute;top:auto;bottom:4px;left:4px;z-index:1}.image-slider__thumb::before{content:"";position:absolute;top:4px;left:4px;width:calc(100% - 8px);height:calc(100% - 8px);right:0;bottom:0;display:block;background-color:#f4f2f0;z-index:-1;pointer-events:none}.image-slider__thumb-image{width:100%;height:100%;object-fit:contain;flex:0 0 auto;transition:opacity .2s}.image-slider--gallery{position:static;height:100%}.image-slider--gallery .image-slider__thumb{width:10%}.image-slider--gallery .image-slider__arrow{width:48px;height:80px;top:50%}.image-slider--gallery .image-slider__arrow--prev{left:40px}.image-slider--gallery .image-slider__arrow--next{right:40px}.image-slider--gallery .image-slider__icon{width:40px;height:40px;color:#000}.image-slider .hero-slider__arrow{width:48px;height:48px}.image-slider .hero-slider__arrow--prev{top:auto;left:24px;bottom:24px}.image-slider .hero-slider__arrow--next{top:auto;left:auto;right:24px;bottom:24px}.hero-slider__gallery-btn{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#fff;z-index:2;cursor:zoom-in;transition:color .2s;opacity:.2}.image-slider__thumb-icon{display:block;width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff}.image-slider__iframe-wrap{padding:80px;display:flex;height:100%}.image-slider--gallery .image-slider__iframe-wrap{display:flex;align-items:center;justify-content:center}.image-slider--gallery .image-slider__iframe{width:900px!important;height:506px!important;margin:0 auto;padding:40px}.image-slider__item-video-link{display:none}.image-slider__arrow-icon{display:block;width:30px;height:30px;color:inherit}@media (any-hover:hover){.hero-slider__gallery-btn:hover{color:#000}.hero-slider__gallery-btn:active{color:#000}}@media (max-width:1023px){.image-slider__thumbs{display:none}.hero-slider__gallery-btn{width:40px;height:40px;top:8px;right:8px}.image-slider__item{position:relative;height:0;padding-bottom:71.6%;overflow:hidden}.image-slider--gallery .image-slider__item{height:auto;padding-bottom:0}.image-slider__image{position:absolute;top:0;left:0;width:100%;height:100%}.image-slider--regular.image-slider--full .swiper-container{padding-bottom:18px}.image-slider--regular.image-slider--full .swiper-container-horizontal>.swiper-pagination-bullets{bottom:0}.image-slider__iframe-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:30px;width:100%;height:100%}.image-slider__item-video-link{display:block;width:100%;height:100%;position:absolute;top:30px;left:30px;bottom:30px;right:30px;z-index:1}.image-slider--gallery .image-slider__iframe{padding:0}.image-slider--gallery .hero-slider__arrow{display:flex;width:46px;height:46px;top:50%;transform:translateY(-50%)}.image-slider--gallery .hero-slider__arrow--prev{left:0}.image-slider--gallery .hero-slider__arrow--next{right:0}.hero-slider__arrow::before{width:24px;height:24px}}@media (max-width:767px){.image-slider .hero-slider__gallery-btn{top:0;right:0;background-color:transparent}.image-slider .hero-slider__gallery-btn::after{content:"";background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;z-index:-1}.image-slider .hero-slider__icon{width:8px;height:8px}}.images-slider__main{position:relative;overflow:hidden}.images-slider__slide-inner{display:flex;justify-content:center;width:100%}.images-slider__image{width:100%;height:auto;margin:15px 0;max-width:310px}.swiper-scrollbar.images-slider__scrollbar{width:100%;max-width:calc(100% - 24px);position:absolute;background:#d0d3f1!important;left:12px!important;bottom:0!important;top:unset!important;right:unset!important}.images-slider__scrollbar .swiper-scrollbar-drag{margin-top:-1px!important}.images-slider__image,.images-slider__slide,.images-slider__slide-inner{transition:none!important;animation:none!important;will-change:auto!important;transform:none!important;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.images-slider__slide{transform:translateZ(0)}.info-box{background:rgba(0,0,0,.5);border-radius:4px;padding:24px;margin:30px 0}.info-box__group{margin:24px 0}.info-box__body,.info-box__heading{margin:15px 0}@media (max-width:1023px){.info-box{padding:20px}}.key-value-list__item{display:flex;align-items:baseline;margin-bottom:8px}.key-value-list__item:last-child{margin-bottom:0}.key-value-list__item-end,.key-value-list__item-start{flex:0 0 auto;max-width:40%}.key-value-list__item-spacer{flex:1 1 auto;margin:0 6px;height:1px;border-bottom:1px dashed #bbb}.lazy-component__template{display:none}.loader{display:flex;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.7);opacity:0;visibility:hidden;transition:.2s;z-index:30}.loader__container{display:flex;flex:1 1 auto;position:sticky;top:0;max-height:100vh;align-items:center;justify-content:center}.loader__icon{display:block;width:50px;height:50px;color:#ed282f;animation:spin 1s infinite}.loader--active{opacity:1;visibility:visible}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.location-picker{display:flex;align-items:center}.location-picker__icon{width:18px;height:18px;color:grey;fill:none;transition:color .2s}@media (any-hover:hover){.location-picker:hover .location-picker__icon{color:#ed282f}.location-picker:hover .location-picker__field{color:#ed282f}}.location-picker__field{cursor:pointer;transition:color .2s}@media (any-hover:hover){.location-picker__field:hover{color:#ed282f}}.location-picker__field .field-select__btn-arrow{display:none}.location-picker__field .field-select__list{width:auto}.location-picker__field .field-select__list{min-width:200px}.main-banner{position:relative}.main-banner__link{position:absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0;cursor:pointer}.main-banner__image{width:100%;max-width:100%;height:auto}@media (max-width:479px){.main-banner{max-height:250px}}.main-nav{background:rgba(230,232,253,.29);position:relative}.main-nav__layout{display:flex;margin:0 -10px;padding:6px 0;overflow-x:auto;scrollbar-width:none}.main-nav__layout::-webkit-scrollbar{width:0}.main-nav__cell{flex:0 0 auto}.main-nav__link{display:flex;align-items:center;border:none;height:28px;padding:6px 10px;color:#000;font-size:16px;font-weight:500;line-height:24px;text-decoration:none;cursor:pointer;transition:.2s;-webkit-user-select:none;user-select:none;position:relative;outline:0}.main-nav__link-icon{flex:0 0 auto;width:20px;height:20px;margin-right:8px;color:#293ef2}.main-nav__link-main{flex:1 1 auto;transition:color .2s}@media (any-hover:hover){.main-nav__link:hover{color:#ed282f}}.main-nav__link::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}.state--focus-enabled .main-nav__link:focus::after{opacity:.75}.main-nav__link::before{content:"";position:absolute;bottom:0;left:50%;border:5px solid transparent;border-top:none;border-bottom-color:#fff;margin-left:-5px;opacity:0;transform:scaleY(0);transform-origin:center bottom;transition:.4s}.main-nav__link.main-nav__link--open::before{opacity:1;transform:scaleY(1)}.main-nav__dd{position:absolute;top:100%;left:0;right:0;padding:25px 0 40px;background:#fff;transform:translate3d(0,0,0) scaleY(0);transform-origin:center top;z-index:120;transition:.35s;opacity:0;visibility:hidden;box-shadow:0 4px 15px 0 rgba(0,0,0,.2)}.main-nav__dd-container{opacity:0;transition:.25s}.main-nav__dd--open{opacity:1;visibility:visible;transform:translate3d(0,0,0) scaleY(1);transition:.35s;z-index:140}.main-nav__dd--open .main-nav__dd-container{opacity:1;transition:.25s ease .1s}.main-nav__dd-grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px)}@media (max-width:1023px){.main-nav__dd-grid{margin:-10px;width:calc(100% + 20px)}}.main-nav__dd-cell{padding:12px;flex:0 0 auto;max-width:100%;width:25%}@media (max-width:1023px){.main-nav__dd-cell{padding:10px}}.main-nav__dd-list-head{margin:8px 0}.main-nav__dd-list-head-link--link{color:#ed282f;cursor:pointer;border:none;text-decoration:none;transition:.2s;outline-offset:1px;outline:0;color:#000}@media (any-hover:hover){.main-nav__dd-list-head-link--link:hover{color:#e06;border:none;text-decoration:none}.state--focus-enabled .main-nav__dd-list-head-link--link:focus{outline:1px dashed;outline-offset:1px}}.main-nav__dd-list-head-link--link:active{color:#a04}.main-nav__dd-list-item{margin:6px 0}.main-nav__dd-list-link{color:#ed282f;cursor:pointer;border:none;text-decoration:none;transition:.2s;outline-offset:1px;outline:0;color:#666}@media (any-hover:hover){.main-nav__dd-list-link:hover{color:#e06;border:none;text-decoration:none}.state--focus-enabled .main-nav__dd-list-link:focus{outline:1px dashed;outline-offset:1px}}.main-nav__dd-list-link:active{color:#a04}@media (max-width:1279px){.main-nav__dd-cell{width:33.33%}.main-nav__layout{margin:0}}@media (max-width:1023px){.main-nav{overflow-x:auto;scrollbar-width:none}.main-nav::-webkit-scrollbar{width:0}}@media (max-width:639px){.main-nav__dd-cell{width:50%}}@media (max-width:379px){.main-nav__dd-cell{width:100%}}.main-slider{height:540px}.main-slider__main{position:relative;border-radius:12px}.main-slider__slide-inner{height:540px;background-size:contain;background-position:top center;background-repeat:no-repeat}.main-slider__arrows{position:absolute;right:50px;bottom:60px;z-index:2}.main-slider .slider__arrow{margin-right:14px;z-index:2;color:#000;transition:color .2s}.main-slider .slider__arrow:last-child{margin-right:0}@media (any-hover:hover){.main-slider .slider__arrow:hover{color:#ed282f}}.main-slider__slide{position:relative;height:540px;border-radius:12px;overflow:hidden}.main-slider__slide-link{position:absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0}.main-slider__slide-image{width:100%;height:auto}.main-slider__content{max-width:700px}.main-slider__title{font-weight:700;font-size:67px;line-height:88%;letter-spacing:-.04em;color:#2f2f2f}.main-slider__text{font-weight:400;font-size:20px;line-height:100%;letter-spacing:-.04em;color:#2f2f2f;margin-top:20px}.swiper-scrollbar.main-slider__scrollbar{position:absolute!important;right:50px!important;bottom:48px!important;left:unset!important;top:unset!important}@media (max-width:1279px){.main-slider{height:auto}.main-slider--not-filled{aspect-ratio:1/1}.main-slider__slide{height:auto!important}.main-slider__title{font-size:32px;font-weight:700;line-height:94%}.main-slider__text{margin-top:16px;font-size:16px;font-weight:400;line-height:125%}.swiper-scrollbar.main-slider__scrollbar{bottom:28px!important;left:50%!important;transform:translateX(-50%);top:unset!important;right:unset!important}}.map{height:500px;position:relative;margin-bottom:80px}.map__map{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.map__balloon{width:255px;margin-top:3px;margin-bottom:3px}.map__balloon-type{font-size:11px;color:#818690;text-transform:uppercase}.map__balloon-name{font-size:14px;font-weight:700}.map__balloon-descr{font-size:12px;color:#818690;margin-top:3px}.map__balloon-lines{margin-top:3px}.map__balloon-lines:empty{display:none}.map__balloon-line{display:flex}.map__balloon-icon{width:14px;height:14px;flex:0 0 auto;margin-right:5px;margin-top:2px}.map__balloon-text{font-size:12px}.map__balloon-text-wrap{display:flex;flex:1 1 auto;flex-wrap:wrap}.masonry-grid{width:100%}.masonry-grid__cell{width:33.3333%}.masonry-grid__cell--1-of-4{width:25%}.media-content__inner{background:#fff;border-radius:12px;overflow:hidden;display:flex}.media-content__content{padding:70px 40px 40px}.media-content__title{font-size:33px;font-weight:500;line-height:59px;color:#2f2f2f;margin-bottom:12px}.media-content__text{font-size:20px;font-weight:400;line-height:25px;letter-spacing:-4%;color:#2f2f2f;margin-bottom:23px;text-align:justify}.media-content__items{padding:22px 16px 4px;border-radius:12px;background:rgba(210,214,247,.54);display:flex;flex-wrap:wrap}.media-content__item{padding:0 0 28px;display:flex;align-items:center;flex:1 1 calc(33.3% - 10px)}.media-content__item-img{width:40px;height:40px;margin-right:10px}.media-content__item-text{font-size:14px;font-weight:400;line-height:16px;letter-spacing:-4%;color:#2f2f2f}.media-content__item-text span{font-size:20px;font-weight:600;line-height:16px;letter-spacing:-4%;color:#ed282f}.media-content__actions{margin-top:32px;display:flex;align-items:center}.media-content__action{flex:0 1 50%}.media-content__media{flex:1 0 auto;width:100%;max-width:664px}.media-content__video{width:100%;height:100%}@media (max-width:1279px){.media-content--not-filled{height:598px}.media-content__inner{display:block;padding:20px}.media-content__content{padding:0}.media-content__title{font-size:22px;margin-bottom:10px}.media-content__text{font-size:15px;line-height:16px;margin-bottom:19px}.media-content__items{display:block;padding:20px;border-radius:6px}.media-content__actions{display:block;margin-top:20px}.media-content__media{margin-top:20px}.media-content__video{height:272px}.media-content__video .video__poster{border-radius:6px}}@media (max-width:1023px){.media-content--not-filled{height:1024px}}.menu{position:absolute;top:calc(100% + 12px);z-index:20;width:100%;left:0;background:#f6f6f6;opacity:0;visibility:hidden;transform:translate3d(0,0,0) scaleY(0);transform-origin:left top;transition:.25s,left 0s;overflow-y:auto;height:calc(100vh - 148px)}.top-head-line>.page-header .menu{height:calc(100vh - 173px)}.menu__cross{position:absolute;color:#bbb;width:22px;height:22px;display:flex;align-items:center;justify-content:center;right:26px;top:36px}.menu__cross-closebtn{width:18px;height:18px}@media (any-hover:hover){.menu__cross:hover{cursor:pointer;color:#bbb}}.menu__container{display:flex;flex-direction:column;padding:0 64px 80px}.menu--open{visibility:visible;opacity:1;transform:translate3d(0,0,0) scaleY(1)}.menu__list{width:100%;display:flex;flex-wrap:wrap;margin:-13px}.menu__list a{text-decoration:none}.menu__inner{display:flex}.menu__left{margin-right:20px;flex:0 0 248px}.menu__tabs{display:flex;background-color:#f0f0f6;border-radius:12px 12px 0;width:min-content}.menu__tab{padding:0 15px;border-radius:12px 12px 0 0;color:#525252;font-size:16px;font-weight:500;line-height:29px;height:32px;cursor:pointer;transition:color .2s}.menu__tab--active{background:#fff;color:#ec282f;font-weight:600}@media (any-hover:hover){.menu__tab:hover{color:#ec282f}}.menu__rows{background:#fff;border-radius:0 12px 12px 12px;padding:15px 10px}.menu__row{display:flex;align-items:center;margin-bottom:8px;height:59px;padding:0 15px 0 10px;cursor:pointer;border-radius:6px;transition:background-color .2s}.menu__row:last-child{margin-bottom:0}@media (any-hover:hover){.menu__row:hover{color:#ed282f}}.menu__row--active{background:#e6e9fa;color:#ed282f}.menu__row-icon{width:28px;height:28px;margin-right:8px;fill:none}.menu__row-text{margin-right:6px;font-size:16px;font-weight:500;line-height:20px}.menu__row-arrow{width:12px;height:12px;margin-left:auto;fill:none;transform:rotate(-90deg)}.menu__actions{display:flex;flex-direction:column;padding:0 10px;margin-top:10px}.menu__action{font-size:16px;font-weight:500;line-height:20px;color:#2f2f2f;text-decoration:none;transition:color .2s;margin-bottom:8px;display:flex;align-items:center}.menu__action:last-child{margin-bottom:0}@media (any-hover:hover){.menu__action:hover{color:#ed282f}}.menu__action-image{width:25px;height:25px;margin-right:10px}.menu__main{padding-top:30px;flex:1 1 auto;flex-wrap:wrap;margin:0 -10px -20px 0;display:block}.menu__group{width:100%;display:block;margin:0 0 20px}.menu__group:last-child{margin:0}.menu__group-title{margin-bottom:10px;font-size:20px;font-weight:500;line-height:29px;color:#5f5f5f}.menu__links{display:flex;flex-wrap:wrap;margin:0 -10px -10px 0}.menu__link{flex:0 1 calc(33.33% - 10px);margin:0 10px 10px 0;padding:18px 20px;display:flex;align-items:center;background:#fff;border-radius:12px;cursor:pointer;color:#000;text-decoration:none}.menu__group--banner .menu__link{flex:0 1 calc(50% - 10px)}@media (any-hover:hover){.menu__link:hover{box-shadow:0 9px 19px 0 rgba(135,135,135,.1019607843);color:#ed282f}}.menu__link-img{width:57px;height:57px;margin-right:42px}.menu__banner{margin:0 0 10px;float:right}.menu__banner-img{max-width:100%;width:100%;border-radius:12px;max-height:400px}@media (max-width:1439px){.menu__link{flex:0 1 calc(50% - 10px)}.menu__group--banner .menu__link{flex:0 1 calc(100% - 10px)}.menu__link-img{margin-right:10px}}.mobile-contacts{position:fixed;left:0;bottom:0;background:#fff;width:100%;padding:12px 0 50px;z-index:70;border-radius:12px}.mobile-contacts__header{display:flex;padding:0 20px}.mobile-contacts__close{margin-left:auto}.mobile-contacts__close-icon{width:16px;height:16px}.mobile-control{display:flex;position:fixed;bottom:-1px;left:0;right:0;width:100vw;height:67px;z-index:100;border-radius:12px 12px 0 0;background:#fff}.mobile-control__items{display:flex;justify-content:space-between;width:100%;padding:12px 20px}.mobile-control__item{display:flex;flex-direction:column;align-items:center;text-decoration:none}.mobile-control__image{width:28px;height:28px}.mobile-control__text{font-size:12px;font-weight:400;line-height:14px;color:grey}.mobile-nav__panels{display:block}.panel{max-height:100%;overflow-y:auto}.modal-feedback-form .modal-window__header{display:none!important}.modal-feedback-form{border-radius:12px}.modal-feedback-form-title{width:100%;display:block;text-align:center;font-size:33px;font-weight:500;margin-bottom:30px;color:#2f2f2f}.modal-feedback-form .field-label{font-size:14px;font-weight:500;color:#020b2a;line-height:14px;margin-bottom:5px}.modal-feedback-form .modal-window__body{padding:40px 18px}.modal-feedback-form .form__footer .btn{min-width:250px;height:52px;padding:0 18px;border-radius:8px;font-size:20px;font-weight:500}.modal-feedback-form .form__field{padding:5px 30px}.modal-feedback-form .form__actions{display:flex;justify-content:center}.modal-feedback-form .form__action{padding:30px 12px 0}.modal-feedback-form .field-input{padding:12px 18px;font-size:14px;border-radius:8px;border:2px solid #bbb}.field-checkbox__visual{width:25px;height:25px;margin-top:-4px;border:2px solid #bbb;background:#fff;margin-right:8px;transform:translateY(3px);border-radius:8px;transition:.2s;position:relative}.modal-feedback-form .link{color:#020b2a;text-decoration:underline}.modal-window{background:#fff;width:800px;max-width:100%;border-radius:4px;position:relative}.modal-window__body{padding:24px}.modal-window__header{word-break:break-word;display:flex;padding:10px 24px;background:rgba(0,0,0,.5);border-radius:4px 4px 0 0}.modal-window__header-main{flex:1 1 auto;margin-right:20px}.modal-window__close{display:flex;align-items:center;justify-content:center;margin:-10px -24px -10px auto;width:50px;height:50px;position:relative;overflow:hidden;cursor:pointer;color:#666;transition:.2s}.modal-window__close::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}.modal--feedback .modal-window{width:900px}.state--focus-enabled .modal-window__close:focus::after{opacity:.75}.modal-window__close-icon{display:block;width:24px;height:24px}@media (any-hover:hover){.modal-window__close:hover{color:#ed282f}}.modal--lg .modal-window{width:1100px}.modal--lg .modal-window__header{padding:10px 40px}.modal--lg .modal-window__close{margin-right:-40px}.modal--lg .modal-window__body{padding:40px}.modal--sm .modal-window{width:480px}.modal-window--gallery{width:100%;height:100%;border-radius:0}.modal-window--gallery .modal-window__header{height:0;padding:0;overflow:visible;position:relative;z-index:2}.modal-window--gallery .modal-window__close{background-color:#fff}@media (max-width:1023px){.modal-window{width:100%;min-height:100%;border-radius:0}.modal--feedback .modal-window,.modal--lg .modal-window,.modal--sm .modal-window{max-width:100%}.modal-window__header{position:sticky;top:0;z-index:11;border-radius:0}}.modal__surface{position:fixed;top:0;left:0;bottom:0;right:0;display:flex;flex-direction:column;opacity:0;visibility:hidden;z-index:200;overflow-x:auto;overflow-y:scroll;-webkit-overflow-scrolling:touch;transition:.3s}.modal__container{display:flex;flex:1 1 auto;padding:20px;min-height:min-content;min-width:0}.modal__content-slot{margin:auto;min-width:0}.modal--gallery .modal__content-slot{width:100%;height:100%;display:flex}.modal--gallery .modal__surface{overflow-y:hidden}.modal--gallery .modal__container{padding:0;height:100%}.state--modal-open .modal__surface{opacity:1;visibility:visible}.modal--page .modal-window{width:100%}.modal--page .modal__content-slot{width:100%}.modal--page .modal__container{padding:40px 0 0}.modal--page .modal-window__body{padding-left:0;padding-right:0}.modal--gallery .modal__content-slot{width:100%;height:100%;display:flex}.modal--gallery .modal__surface{overflow-y:hidden}.modal--gallery .modal__container{padding:0;height:100%}.modal--gallery .gallery .modal-window__close{top:40px;right:80px}.modal--gallery .image-slider .hero-slider__arrow--next{right:80px;bottom:40px}.modal--gallery .image-slider .hero-slider__arrow--prev{left:80px;bottom:40px}@media (max-width:1023px){.modal__container{padding:0;display:flex;min-height:100%}.modal__content-slot{flex:1 1 auto;margin:0}.modal__surface{padding:0}.modal--page .modal-window{padding:0}}.new-slider{margin:80px 0}.new-slider__slide.swiper-slide{padding:20px;border:2px solid #bbb;min-height:300px;-webkit-user-select:none;user-select:none}.new-slider__slide-title{font-size:20px}.new-slider__slide-text{margin-top:20px}.new-slider__buttons{display:flex;flex-wrap:wrap;margin-top:-10px;margin-bottom:20px}.new-slider__button{flex:0 0 auto;margin-right:10px;padding-top:10px}.notification{background-color:rgba(34,34,34,.9);border-radius:4px;display:flex;align-items:center}.notification__message{font-size:12px;line-height:16px;color:#fff;padding:16px 24px 16px 16px;min-height:64px;display:block;width:220px}.notification__link{flex:0 0 auto;font-size:12px;line-height:16px;font-weight:700;cursor:pointer;padding:12px;height:64px;color:rgba(255,255,255,.6);text-decoration:none;display:flex;align-items:center;transition:color .2s}@media (any-hover:hover){.notification__link:hover{color:#fff}}.notification__btn-close{width:64px;height:64px;display:flex;flex:0 0 auto;align-items:center;justify-content:center;cursor:pointer;position:relative;color:#fff;transition:color .2s}@media (any-hover:hover){.notification__btn-close:hover{color:rgba(255,255,255,.6)}}.notification__btn-close::before{content:"";width:1px;height:48px;background-color:#4e4e4e;position:absolute;top:50%;left:-.5px;transform:translateY(-50%)}.notification__btn-close-icon{display:flex;width:13px;height:12px}.notification__text{max-width:180px}@media (max-width:767px){.notification{box-shadow:0 1px 20px -4px rgba(0,0,0,.25)}.notification__message{flex:1 1 auto}.notification__text{max-width:180px}}.notifications{position:fixed;top:48px;left:0;right:0;z-index:2000;width:100%;height:0;overflow:visible}.notifications__container{width:100%;display:flex;flex-direction:column;align-items:flex-end;height:0;overflow:visible}.notifications__item{padding-top:16px}@media (max-width:767px){.notifications{top:0}.notifications__item{width:100%;padding-top:8px}.notifications__container{padding:0 8px}}.page-footer-menu__link{font-size:14px;font-weight:400;line-height:25px;color:#2f2f2f;text-decoration:none;transition:color .2s;cursor:pointer}@media (any-hover:hover){.page-footer-menu__link:hover{color:#ed282f}}.page-footer{background:#fff;padding:30px 0}.page-footer__socials{margin-top:20px}.page-footer__payment{margin-top:20px}.page-footer__layout{display:flex;justify-content:space-between}.page-footer__left{flex:0 0 227px}.page-footer__center{display:flex;flex-direction:column;flex-wrap:wrap;margin:0 72px -20px;max-height:500px;flex:1 1 auto}.page-footer__cell{margin:0 40px 20px 0}.page-footer__right{flex:0 1 306px;max-width:308px;display:flex;flex-direction:column}.page-footer__block-title{font-size:22px;font-weight:600;line-height:59px;color:#2f2f2f}.page-footer__block-title-arrow{width:12px;height:12px;fill:none;color:#000;transition:transform .2s;margin-left:8px}.page-footer__contacts .contacts{background:#d0d4f4;border-radius:12px;padding:10px 12px}.page-footer__contacts .contacts__title{display:none}.page-footer__contacts .contacts__schedule{display:flex;flex-direction:column;align-items:center}.page-footer__contacts .contacts__schedule-item{font-size:14px;font-weight:400;line-height:18px;text-align:center;color:#2f2f2f}.page-footer__contacts .contacts__schedule-item span{font-weight:700;color:#2f2f2f}.page-footer__contacts .contacts__buttons{margin-top:10px}.page-footer__contacts .contacts__buttons-item{background:0 0;border:none;font-size:27px;font-weight:700;line-height:33px;color:#293ef2}@media (any-hover:hover){.page-footer__contacts .contacts__buttons-item.btn{background:0 0;border:none;font-size:27px;font-weight:700;line-height:33px;color:#293ef2}}.page-footer__contacts .contacts__links{justify-content:center}.page-footer__privacy{font-size:14px;font-weight:400;line-height:25px;color:#2f2f2f;text-decoration:underline;margin-top:auto;display:flex;justify-content:flex-end;transition:color .2s}@media (any-hover:hover){.page-footer__privacy:hover{color:#ed282f}}@media (max-width:1439px){.page-footer__center{max-height:850px}}@media (max-width:1279px){.page-footer{padding:20px 0}.page-footer__layout{flex-direction:column;align-items:center;margin:0}.page-footer__left{flex:unset;display:flex;flex-direction:column;align-items:center}.page-footer__center{max-width:100%;display:block;max-height:unset;margin:40px 0 0}.page-footer__contacts{margin-bottom:20px}.page-footer__cell{margin:0}.page-footer__block-title{display:flex;align-items:center;justify-content:center}.page-footer__block-title--opened .page-footer__block-title-arrow{transform:rotate(180deg)}.page-footer-menu{display:flex;flex-direction:column;align-items:center}.page-footer__right{flex:unset;margin-top:20px}.page-subfooter{margin:20px 0 50px}.page-footer__privacy{justify-content:center;margin-top:20px}}@media (max-width:1023px){.page-footer--not-filled{height:1553px}}.page-header-logo{display:block;position:relative;border:none;width:175px;height:40px;color:#ed282f;text-decoration:none;transition:.2s}.page-header-logo__icon{display:block;width:100%;height:100%}@media (any-hover:hover){.page-header-logo:hover{border:none;text-decoration:none;opacity:.75}}.state--focus-enabled .page-header-logo:focus{outline:1px dashed #666}@media (max-width:1023px){.page-header-logo{width:175px;height:40px}}@media (max-width:639px){.page-header-logo{width:175px;height:40px}}.page-header-spacer{height:148px}.page-header-spacer:has(+.page-header-wrap>.top-head-line){height:140px}@media (max-width:1279px){.page-header-spacer{display:none}}.page-header-wrap{background-color:#f6f6f6;position:absolute;width:100%;transform:translateY(0);top:0;left:0;right:0;z-index:100}@media (max-width:1279px){.page-header-wrap{position:sticky;top:0;height:auto}}.page-header,v-page-header{background:#f6f6f6;margin-bottom:14px}v-page-header{display:block;height:100px}.page-header__layout{display:flex;align-items:center;margin:0 -10px}.page-header__cell{flex:0 0 auto;padding:0 10px}.page-header__cell--logo{margin-right:auto}.page-header__cell--search{flex:1 1 auto;max-width:600px}.page-header__cell--menu{display:none}.page-header__menu-btn{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin:-10px;color:#ed282f;cursor:pointer;transition:.2s}.page-header__menu-icon{display:block;width:30px;height:30px}.page-header__catalog-btn{height:52px;font-size:20px;border-radius:8px}.page-header__catalog-btn-hamburger{width:18px;background:#fff;height:2px;border-radius:2px;position:relative;transition:transform .2s}.page-header__catalog-btn-hamburger::before{content:"";width:18px;height:2px;border-radius:2px;background:#fff;position:absolute;top:-6px;left:0;transition:transform .2s}.page-header__catalog-btn-hamburger::after{content:"";width:18px;height:2px;border-radius:2px;background:#fff;position:absolute;bottom:-6px;left:0;transition:.2s}.page-header__catalog-btn--active .page-header__catalog-btn-hamburger{transform:rotate(-45deg)}.page-header__catalog-btn--active .page-header__catalog-btn-hamburger::before{transform:rotate(-90deg) translate(-36%,0);right:50%}.page-header__catalog-btn--active .page-header__catalog-btn-hamburger::after{display:none}.page-header__catalog-btn-text{margin-left:8px}.page-header__catalog-icon{width:18px;height:18px;margin-right:8px}.page-header .page-header__catalog-btn{margin-bottom:0}@media (max-width:1439px){.page-header__cell--search{max-width:unset}}@media (max-width:1279px){.page-header__layout{margin:0;padding:10px 0}}@media (max-width:1023px){.page-header__layout{justify-content:space-between}.page-header__menu-btn{background:#ff4141;border-radius:8px;color:#fff;height:42px;width:42px}.page-header__menu-icon{width:20px;height:16px}.page-header__cell--logo{margin-right:0}.page-header__cell--links{display:none}.page-header__cell--catalog{display:none}.page-header__cell--search{padding:0}.page-header__cell--favorite{display:none}.page-header__cell--menu{display:block}}@media (max-width:359px){.page-header__cell{padding:0 5px}}.page-nav{margin-top:40px;cursor:default;-webkit-user-select:none;user-select:none}.page-nav__row{display:flex}.page-nav__button{color:#293ef2;font-size:22px;font-weight:500;line-height:22px;border:2px solid #293ef2;border-radius:6px;padding:10px 0;width:100%;max-width:285px;margin:0 auto;cursor:pointer;display:flex;justify-content:center;align-items:center}.page-nav__button-arrow{width:25px;height:25px;fill:none;margin-left:9px;color:#293ef2}.page-nav__cell{width:100%;display:flex}.page-nav__cell--right{margin-left:auto}.page-nav__links{display:flex;flex-wrap:wrap;overflow:hidden}.page-nav__link,.page-nav__link-spacer{flex:0 0 auto;display:block;padding:3px;border-radius:4px;font-size:16px;line-height:24px;color:#ed282f;text-align:center;text-decoration:none}.page-nav__link-spacer{min-width:14px}.page-nav__link{min-width:30px;cursor:pointer;outline:0;position:relative;transition:.2s}@media (any-hover:hover){.page-nav__link:hover{color:#e06}}.page-nav__link:active{color:#802}.page-nav__link::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}.state--focus-enabled .page-nav__link:focus::after{opacity:.75}.page-nav__link.page-nav__link--active{cursor:default;background:#ed282f;color:#fff}@media (max-width:767px){.page-nav{margin-top:20px;width:100%}.page-nav__button{max-width:unset}.page-nav__row{flex-direction:column}.page-nav__cell{margin:0;flex:1 1 auto}.page-nav__cell--right{border-top:1px solid rgba(0,0,0,.5);margin-top:20px;padding-top:10px}}@media (max-width:379px){.page-nav__links{margin-left:-2px;margin-right:-2px}.page-nav__link{margin-left:2px;margin-right:2px}}.page-section-header{display:flex;align-items:baseline;margin:20px 0}.page-section-header__main{flex:1 1 auto}.page-section-header__aside{flex:0 0 auto;margin-left:auto;padding-left:20px}.page-section-header__aside-links{display:inline-flex;vertical-align:top;margin-left:-8px;flex-wrap:wrap}.page-section-header__aside-links-item{flex:0 0 auto;margin-left:8px}.page-section{margin:60px 0}.page-subfooter{background:#fff;margin-top:40px;font-size:14px;line-height:20px;color:#666}.page-subfooter__layout{display:flex;margin:-5px -12px}.page-subfooter__cell{flex:0 0 auto;padding:5px 12px}.page-subfooter__copyright{font-size:12px;font-weight:400;line-height:15px;color:rgba(47,47,47,.4)}.page-subfooter__spacer{flex:1 1 auto}.page-subfooter__link{color:#ed282f;cursor:pointer;border:none;text-decoration:none;transition:.2s;outline-offset:1px;outline:0;color:#666}@media (any-hover:hover){.page-subfooter__link:hover{color:#e06;border:none;text-decoration:none}.state--focus-enabled .page-subfooter__link:focus{outline:1px dashed;outline-offset:1px}}.page-subfooter__link:active{color:#a04}@media (max-width:1279px){.page-subfooter__layout{margin:0}}.page-title{margin:15px 0}.page-title--flex{display:flex;align-items:baseline;justify-content:space-between}.page-title__quantity{font-size:14px;line-height:20px;color:#666;margin-left:20px}.panel-head{padding:10px 10px 30px}.panel-head__top{display:flex;justify-content:space-between}.panel-head__btn{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:54px;height:44px;padding:10px;position:relative;cursor:pointer;transition:.2s;color:#000}.panel-head__btn::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}.panel-head__btn--close{margin-right:-10px;margin-left:auto}.panel-head__btn--back{margin-right:auto}.panel-head__btn-icon{display:block;width:25px;height:25px;fill:none;color:grey}.panel-head__title{flex:1 1 auto;margin-top:20px;font-size:32px;font-weight:500;line-height:59px;color:#000}@media (any-hover:hover){.panel-head__btn:hover{color:#e06}}.state--focus-enabled .panel-head__btn:focus::after{opacity:.75}.panel-head__btn:active{background:#bbb}.panel{display:block;position:fixed;left:0;bottom:0;width:100%;background:#f6f6f6;z-index:160;border-radius:12px 12px 0 0;transition:.3s;transform:translate3d(-100%,0,0);visibility:hidden}.panel--open{visibility:visible;transform:translate3d(0,0,0);height:100%}.panel-head__btn-text{color:grey;font-size:16px;font-weight:500;line-height:24px}.panel__banner{position:relative}.panel__banner-link{position:absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0}.panel__banner-image{width:100%;height:auto}.panel__body{display:block;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.panel__item{display:block}.panel__item+.panel__item{border-top:none}.panel__item:first-child{border-top:none}.panel__btn{display:flex;align-items:center;position:relative;padding:13px 10px;color:#000;background:#fff;border:none;cursor:pointer;font-size:16px;line-height:24px;transition:.2s;text-decoration:none;outline:0;-webkit-user-select:none;user-select:none;border-bottom:1px solid #f8f9fd;height:54px}.panel__btn::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}.panel__btn-arrow,.panel__btn-icon{flex:0 0 auto;width:20px;height:20px;margin-right:10px;color:#666;transition:.2s}.panel__btn-arrow{width:12px;height:12px;margin-right:0;margin-left:10px;color:#000}.panel__btn-image{width:28px;height:28px;margin-right:10px}.panel__btn-main{flex:1 1 auto;font-size:16px;font-weight:400;line-height:25px;color:#000}@media (any-hover:hover){.panel__btn:hover,.panel__btn:hover .panel__btn-arrow,.panel__btn:hover .panel__btn-icon{color:#e06}}.state--focus-enabled .panel__btn:focus::after{opacity:.75}.panel__btn:active .panel__btn-main{color:#ec282f}.pay-icons__grid{display:inline-flex;vertical-align:top;flex-wrap:wrap;margin:-4px}.pay-icons__cell{flex:0 0 auto;padding:4px}.pay-icons__item{display:block;width:50px;height:28px}.pay-icons__item--visa{width:53px;height:28px}.pay-icons__item--vbvisa{width:53px;height:28px}.pay-icons__item--mc{width:43px;height:28px}.pay-icons__item--mcsc{width:59px;height:28px}.pay-icons__item--belcart{width:100px;height:28px}.pay-icons__item--webpay{width:100px;height:28px}.payment-section{margin:50px 0 100px}.payment-section__tabs{display:flex;background-color:#f2f2f2;border-radius:10px;width:fit-content}.payment-section__tab-wrap{flex:0 0 auto;padding:0 8px}.payment-section__tab-wrap:first-child{padding-left:0}.payment-section__tab-wrap:last-child{padding-right:0}.payment-section__tab{padding:15px 77px;border-radius:10px;white-space:nowrap;width:100%}button.payment-section__tab{cursor:pointer}.payment-section__tab-icon.payment-section__tab-icon{display:block;width:24px;height:24px;margin:0 auto 4px;color:#ed282f}.payment-section__tab-name{font-size:13.9px;font-style:normal;font-weight:700;line-height:20px;color:#282828;text-align:center}.payment-section__tab.active{box-shadow:0 5px 15px 0 rgba(0,0,0,.15);background-color:#fff;cursor:default}.payment-section__small-tabs{display:flex;max-width:100%;overflow:auto;margin-top:17px;border-bottom:1px solid #d0d3f1}.payment-section__small-tab{font-size:14px;font-style:normal;font-weight:700;line-height:18px;color:#8c8c8c;padding:13px 22px;flex:0 0 auto;white-space:nowrap;transition:color .2s;position:relative}.payment-section__small-tab.active{cursor:default;color:#282828}.payment-section__small-tab.active::after{content:"";position:absolute;top:auto;left:22px;right:22px;bottom:0;height:3px;border-radius:1px;background-color:#282828}button.payment-section__small-tab{cursor:pointer}button.payment-section__small-tab:hover{color:#282828}.payment-section__small-tab:first-child{padding-left:0}.payment-section__small-tab.active:first-child::after{left:0}.payment-section__small-tab:last-child{padding-right:0}.payment-section__small-tab.active:last-child::after{right:0}.payment-section__content-items-wrap{margin-top:30px}.payment-section__content-items{display:flex;flex-wrap:wrap;width:calc(100% + 40px);margin:-20px}.payment-section__content-item{flex:0 0 auto;width:50%;padding:20px;font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#2f2f2f}.payment-section__content-item.text-guide ul>li::before{content:"";position:absolute;top:8px;left:0;width:16px;border-top:1px solid #2f2f2f}.payment-section__content-item h3{font-size:22px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:20px;color:#231f20}.payment-section__content{font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#2f2f2f;margin-top:30px}.payment-section__content h3{font-size:22px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:20px;color:#231f20}.payment-section__title{font-size:33px;font-style:normal;font-weight:500;line-height:59px;letter-spacing:-1.32px;color:#2f2f2f;margin-bottom:30px}.payment-section__content-partners-wrap{margin-top:10px}.payment-section__content-partners{display:flex;flex-wrap:wrap;width:calc(100% + 40px);margin:0 -20px}.payment-section__content-partner{flex:0 0 auto;width:50%;padding:20px;display:flex;align-items:center}.payment-section__content-partner-left{flex:0 0 auto;margin-right:20px}.payment-section__content-partner-image{display:flex;width:150px;height:114px;object-fit:contain}.payment-section__content-partner-title{font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#2f2f2f}.payment-section__content-partner-text{font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-top:15px;color:#231f20}@media (max-width:1023px){.payment-section{margin:40px 0 60px}.payment-section__title{font-size:22px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.88px;margin-bottom:20px}.payment-section__content-items{display:block;width:100%;margin:0}.payment-section__content-item{padding:0;width:100%;margin-top:30px}.payment-section__bars{margin-top:20px}.payment-section__bar-wrap{margin-top:10px}.payment-section__bar{align-items:center;padding:12px 20px;font-size:16px;font-style:normal;font-weight:400;line-height:25px;background-color:#f2f2f2;width:100%;display:flex;justify-content:space-between;cursor:pointer;text-align:left;color:#282828}.payment-section__bar-icon{width:12px;height:12px;flex:0 0 auto;margin-left:13px;transition:.25s}.payment-section__bar-wrap.open .payment-section__bar-icon{transform:rotate(90deg)}.payment-section__content h3,.payment-section__content-item h3{font-size:18px;line-height:normal}.payment-section__content-partners{display:block;width:100%;margin:0}.payment-section__content-partner{width:100%;padding:10px 0}.payment-section__content-partner:first-child{padding-top:0}.payment-section__content-partner-image{width:100px;height:75px}.payment-section__tabs{width:100%}.payment-section__tab-wrap{flex:0 0 auto;width:50%}.payment-section__tab{padding:15px}.payment-section__bar-content-wrap{padding-bottom:20px}}.payment__links{display:flex;align-items:center;flex-wrap:wrap;margin:0 -4px -4px 0}.payment__link{margin:0 4px 4px 0;width:74px;height:74px;display:flex;justify-content:center;align-items:center}.payment__image{color:#fff;width:100%;height:100%}@media (max-width:1279px){.payment__links{display:flex;justify-content:center}}.popular__main{position:relative}.popular__arrows .slider__arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%)}.popular__arrows .slider__arrow--left{left:0;transform:translate(-50%,calc(-50% - 15px))}.popular__arrows .slider__arrow--right{right:0;transform:translate(50%,calc(-50% - 15px))}.popular__link{display:block;margin-bottom:30px;background:#fff;border-radius:12px;padding:20px;height:317px;flex:1 1 auto;position:relative;transition:box-shadow .2s;cursor:pointer;text-decoration:none}@media (any-hover:hover){.popular__link:hover{box-shadow:0 78px 47px 0 rgba(135,135,135,.05)}}.popular__content{display:flex;position:relative;z-index:2}.popular__link-title{color:#000;font-size:16px;font-weight:500;transition:color .2s}@media (any-hover:hover){.popular__link:hover .popular__link-title{color:#ed282f}}.popular__link-price{font-size:14px;font-weight:500;color:rgba(0,0,0,.5);margin-left:8px}.popular__link-image{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;border-radius:12px}.swiper-scrollbar.popular__scrollbar{position:absolute;left:50%!important;transform:translateX(-50%);bottom:10px!important;top:unset!important;right:unset!important}@media (max-width:1279px){.popular__slide{width:max-content!important}.popular__col{display:flex}.popular__link{height:317px;width:317px;margin-right:8px}.popular__link:last-child{margin-right:0}.popular--not-filled{height:396px}}.product-c-grid,.product-c-grid__card{position:relative;border-radius:4px;display:flex;flex-direction:column;flex:1 0 auto}.product-c-grid__card{transition:.2s;position:relative;padding:0 12px}.product-c-grid--small .product-c-grid__card{padding-top:12px;padding-bottom:12px}.product-c-grid .btn-del{position:absolute;top:12px;right:24px;z-index:4}.product-c-grid__bottom{margin-top:auto;padding-top:12px}.product-c-grid__link{position:absolute;top:0;left:0;right:0;bottom:0;border:none;outline:0;z-index:3;color:#000;cursor:pointer}.product-c-grid__link::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}.state--focus-enabled .product-c-grid__link:focus::after{opacity:.75}.product-c-grid__link:active~.product-c-grid__card{background:rgba(0,0,0,.5);box-shadow:none}.product-c-grid__visual{position:relative;margin:0 0 12px;height:0;padding-bottom:67%;overflow:hidden;border-radius:4px}.product-c-grid--small .product-c-grid__visual{width:90px;height:60px;padding-bottom:0;flex:0 0 auto;margin-right:10px;margin-bottom:0}.product-c-grid__visual::after{content:"";display:block;padding-top:100%}.product-c-grid__image.product-image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-c-grid__image::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;display:block;background:rgba(15,49,106,.04);border-radius:4px;z-index:0}.product-c-grid__status{position:absolute;top:0;left:0;z-index:2}.product-c-grid__name{display:-webkit-box;margin-top:13px;transition:color .2s;font-size:14px;line-height:20px;font-weight:700;height:41px;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-c-grid--small .product-c-grid__name{font-size:12px;line-height:16px;height:32px}.product-c-grid--small .price{margin:0}.product-c-grid--small .price__value{font-size:16px;line-height:22px}.product-c-grid--small .price__group--old{display:none}.product-c-grid__description{display:-webkit-box;font-size:13px;line-height:18px;color:#818690;margin-top:4px;max-height:36px;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (any-hover:hover){.product-c-grid:hover .product-c-grid__name{color:#ed282f}}.product-c-grid__action{position:relative;z-index:4;margin:12px 0;display:flex;align-items:center;min-width:0}.product-c-grid--small .product-c-grid__price{margin-top:4px}.product-c-grid__price .price{display:flex;flex-wrap:wrap;align-items:baseline}.product-c-grid__price .price__group{flex:0 0 auto;white-space:nowrap}.price__discount-wrap{width:100%}.price--right .price__discount-wrap{justify-content:flex-end}.product-c-grid__price .price__value{font-size:18px;line-height:22px}.product-c-grid--small .product-c-grid__price .price__value{font-size:16px;line-height:22px}.product-c-grid__price--accent{color:#e06}.product-c-grid__price .price__group--new{font-size:18px;line-height:22px;color:#e06}.product-c-grid__price .price__currency{font-size:14px;line-height:20px}.product-c-grid__price .price__group--old{font-size:14px;line-height:26px;margin-left:8px}.product-c-grid__price .price__group--old .price__value{font-size:14px;line-height:26px}.product-c-grid__price .price__group--old .price__currency{font-size:13px;line-height:16px}.product-c-grid__price .price__discount-wrap{display:none}.product-c-grid__main{display:flex}.product-card__tags{display:flex;align-items:center;flex-wrap:wrap;margin:-2.5px}.product-card_tag{display:none;align-items:center;justify-content:center}.product-card_tag.active{display:inline-flex}.product-card__tag-inner{background:rgba(0,0,0,.5);border-radius:4px;padding:5px}.product-card__tag-text{color:#999;font-weight:400;font-size:16px;line-height:16px;font-style:italic;padding:2px}.product-card__slide{width:100%;height:100%;max-width:500px;position:relative}.product-card__slide-lable{position:absolute;right:8px;bottom:8px;width:80px;height:80px;border-radius:50%;background:#f62b3e;display:flex;align-items:center;justify-content:center}.product-card__lable-text{color:#fff;font-size:14px;font-weight:700;transform:rotate(-30deg);line-height:12px;-webkit-text-decoration:underline rgba(255,255,255,.5);text-decoration:underline rgba(255,255,255,.5)}.product-card__lable-text:active{text-decoration:none}.product-card__slider{margin-top:16px}.product-card__colors{margin-top:10px}.product-card__colors-inner{display:flex;flex-wrap:wrap;margin-left:-4px;margin-right:-4px}.product-card__colors-el{padding:4px}.product-card__colors-el.active .product-card__el-inner:before{content:"";display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;transform:translate(-50%,-50%);background:#fff;border-radius:4px;border:1px solid #bbb}.product-card__el-inner{width:40px;height:40px;position:relative;border-radius:8px;border:1px solid #e8e8e8}.product-card__substrate{background:rgba(0,0,0,.5);margin-top:32px;border:1px solid #bbb;padding:16px 16px 22px 16px;min-height:198px;position:relative}.product-card__substrate-title.title{color:#000;font-weight:600;position:relative;z-index:2;font-size:20px;margin-bottom:8px;line-height:26px;font-family:Exo2}.product-card__substrate p,.product-card__substrate-desc{font-size:14px;line-height:20px;position:relative;z-index:2;color:#000;margin-bottom:16px}.product-card__substrate-action{display:flex;position:relative;z-index:2}.product-card__substrate-visual{position:absolute;right:0;bottom:0;max-width:160px;display:flex}.product-card__desc{margin-top:32px}.product-card__desc-row{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #bbb}.product-card__row-visual{width:64px;height:40px;border-radius:4px}.product-card__row-link{color:#000;transition:.3s;position:relative}.product-card__text .product-card__text-title,.product-card__text-title.title{font-weight:600;font-size:20px;line-height:26px;letter-spacing:-.02em;margin-bottom:8px;font-family:Exo2}.product-card__text{margin-top:20px}.product-card__text p{font-weight:400;font-size:16px;line-height:22px;margin-top:0;margin-bottom:8px}.product-card__text p:last-child{margin-bottom:0}.product-card__row-link:before{content:"";position:absolute;bottom:-2px;left:0;height:.5px;width:100%;background:rgba(0,0,0,.2);opacity:1;transition:.3s}.product-card__tabs{margin-top:40px;margin-left:-15px;margin-right:-15px}.product-card__tabs-title{font-weight:600;font-size:26px;line-height:32px;color:#000;letter-spacing:-.02em;margin-bottom:16px;font-family:Exo2}.product-card__row-link:active{color:#f62b3e}.product-card__row-link:active:before{opacity:0}.product-card__desc-title{font-weight:600;font-size:26px;line-height:32px;letter-spacing:-.02em}.product-card__tabs-title{font-weight:600;font-size:26px;line-height:32px;letter-spacing:-.02em}.product-card__tabs-list-el .tab-btn{color:#999;width:100%;padding:8px 0}.container-custom{padding:8px 15px 0 15px;background:linear-gradient(0deg,#f4f4f4 0,#fff 100%),#f8f8f8}.product-card__tabs--disabled .container-custom{background:0 0}.product-card__tabs-list-el.active .tab-btn{background:#fff;color:#000;font-weight:700}.product-card__tabs-list-el{flex:0 0 50%;max-width:50%}.product-card__tabs-content{background:#fff}.product-card__tabs-list{display:flex}.product-card__tabs-content{padding:16px}.product-card__tabs-content-el{display:none}.product-card__tabs-content-el.active{display:block}.product-card__tabs-content-el p:first-child{margin-top:0;font-size:16px;line-height:24px}.product-card__description-title{font-weight:600;font-size:26px;line-height:32px;letter-spacing:-.02em}.product-card__description-visual{margin-top:32px;max-width:760px}.product-card__description-visual img{width:100%;height:100%}.product-card__list-el{position:relative;padding-left:56px;margin-top:16px;min-height:40px}.product-card__list-icon{position:absolute;top:0;left:0;width:40px;height:40px}.product-card__description-list{max-width:760px}.product-card__list-text{font-size:16px;line-height:20px}.product-card__tabs.product-card__tabs--disabled{background:#fff;margin-left:0;margin-right:0}.product-card__tabs--disabled .product-card__tabs-content{padding:0}.product-card__tabs--disabled .container-custom{padding:0}.product-card__tabs--disabled .product-card__tabs-list-el .tab-btn{padding:0;font-weight:600;font-size:26px;line-height:32px;letter-spacing:-.02em}.text-desc{font-weight:400;font-size:12px;line-height:16px;color:#6a7178;margin-bottom:12px}.text-lable{display:flex;flex-direction:column}.text-lable__value{font-weight:600;margin-right:3px;font-size:26px}.text-lable__desc{font-size:16px}.product-card__tabs--disabled .product-card__tabs-list-el{cursor:default;flex:initial;max-width:none;text-align:left;margin-bottom:15px;border:1px solid #979797;padding:5px 9px;border-radius:7px}.video-slider__slide-visual{position:relative;padding-bottom:56.25%;width:100%}.video-slider__slide{width:100%}.video-slider__slide-visual iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.video-slider__slide{position:relative}.video-slider .swiper-container{padding-bottom:20px}.video-slider .swiper-pagination{bottom:0}.product-info__title.title{font-weight:600;font-size:24px;line-height:32px}.bb-link{position:relative;transition:.3s}.bb-link:after{content:"";position:absolute;bottom:-2px;left:0;height:.5px;width:100%;background:#f62b3e;opacity:.3;transition:.3s}.bb-link:active::after{display:none}.bb-link:active{color:#000}.product-info__text p{line-height:22px}.product-info__text p:last-child{margin-bottom:0}.product-info__lable{margin-top:4px;font-weight:700;color:#adafbd}.text--red{color:#f62b3e}.text--border{border-bottom:.5px solid #e8e8e8}.text--gray{color:#adafbd}.small-text{font-size:12px;line-height:16px}.product-info__action{display:flex;justify-content:center;margin-top:20px}.link-el{font-weight:700;transition:.3s;font-size:18px;line-height:24px}.link-el:active{color:#000;border-color:transparent!important}.title{font-weight:600;font-size:26px;line-height:32px;margin-bottom:16px;letter-spacing:-.02em}.section{margin-bottom:32px}.product-advise__title{margin-bottom:16px}.free-slider{margin-right:-16px}.free-slider__slide-lable{margin-top:8px;text-align:left}.free-slider__slide-text{text-align:left;font-size:16px;line-height:22px}.card-list{display:flex;flex-wrap:wrap;margin:-12px}.card-list__el{flex:0 0 33.33%;max-width:33.33%;padding:12px}.card-list__el-text{font-weight:600;font-size:18px;line-height:24px;letter-spacing:-.02em;display:inline;border-bottom:.5px solid #bbb;transition:.3s;font-family:Exo2}.actionsList .card-list__el-text{font-weight:600;font-size:20px;line-height:26px}.card-list__el-text.text--red{color:#eb3324}.card-list__el-inner{transition:.3s;position:relative}.card-list__el-inner:active .card-list__el-text{border-bottom:none;color:#000}.card-list__link{position:absolute;top:0;left:0;width:100%;z-index:1;height:100%}.btn-back a .arrow--icon{top:0}.btn-back a{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.card-list__el-inner:active{transform:scale(1.03)}.card-list__el-visual{position:relative;width:100%;margin-bottom:8px;padding-top:70%;display:flex}.card-list__el-visual img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:contain}.card-list__el-lable{position:absolute;bottom:16px;left:0;color:#fff;padding:6px 16px;background:#f62b3e;font-weight:700;font-size:16px;line-height:16px;letter-spacing:.01em}.link-list{display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.contacts-social-section .link-list{justify-content:flex-start}.link-list__el{width:54px;height:54px;border-radius:16px;display:flex;justify-content:center;align-items:center;background:#f62b3e;border:1px solid transparent;margin-right:6px;margin-top:6px;transition:.3s}.link-list__el:last-child{margin-right:0}.link-list__el svg{color:#fff;transition:.3s}.link-list__el:active{background:#fff;border:1px solid #f62b3e}.link-list__el:active svg{color:#f62b3e}.twitter .svg-icon{width:36px;height:30px}.facebook .svg-icon{width:24px;height:45px}.link-list__el.facebook{align-items:flex-end}.ok-icon .svg-icon{width:22px;height:34px}.vk-icon .svg-icon{width:35px;height:20px}.telegram .svg-icon{width:33px}.product-card__substrate.social{min-height:auto;display:flex;flex-direction:column;align-items:center}.switch-row{border:.5px solid #bbb;border-radius:12px}.switch-row__btn{position:relative;color:#6a7178;padding:7px 8px 8px 10px;flex:0 0 50%;max-width:50%}.switch-btn__name{font-weight:700;font-size:12px;line-height:16px;margin-bottom:4px}.switch-btn__desc{font-weight:400;font-size:12px;margin-bottom:5px;line-height:16px}.switch-row__inner{display:flex;padding:4px;flex-wrap:wrap}.switch-btn__price{font-weight:700;font-size:18px;line-height:24px;color:#000;margin-left:0;margin-top:auto}.switch-row__btn.active{border-radius:10px;background:rgba(0,0,0,.5)}.switch-btn__visual{position:absolute;right:7px;bottom:0}.modal-action .btn__price{margin-right:4px}.btn__text{padding-right:24px;position:relative}.btn__text:after{content:"";position:absolute;right:8px;top:57%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#fff}.switch-btn__text{text-align:left}.switch-row__btn .switch-btn__text{padding-right:57px;display:flex;flex-direction:column;height:100%}.switch-row__btn .switch-btn__visual{width:67px;display:flex}.switch-row__btn.row-md .switch-btn__visual{position:static;width:66px;height:64px}.product-card__order{margin-top:16px;margin-bottom:36px}.product-card__order-title{font-weight:600;font-size:26px;line-height:32px;letter-spacing:-.02em;margin-bottom:8px;text-align:center}.product-card__content-text{margin-right:20px}.product-card__content-text p{font-size:16px;line-height:24px}.product-card__order-content{display:flex}.product-card__content-visual{max-width:150px;min-width:120px;max-height:120px;align-self:center}@media (max-width:767px){.product-card__order-title{text-align:left}.product-card__content-text{margin-right:10px}}.product-card__big{font-weight:600;font-size:24px;line-height:32px;letter-spacing:-.02em;color:#f62b3e;margin-bottom:4px;display:block}.product-card__min{font-size:14px;line-height:20px}.product-card__substrate.product-card__substrate--min{min-height:auto}.product-card__el-inner img{width:100%;height:100%;object-fit:cover}.ancor-title{font-weight:600;font-size:26px;line-height:32px;letter-spacing:-.02em;margin-bottom:8px}.ancor-title--small{margin-bottom:3px;font-size:18px;line-height:24px;font-weight:700}.ancor-content p{font-weight:400;font-size:16px;line-height:22px}.ancor-content__number{margin-top:8px;margin-bottom:8px}.ancor-content__number a{font-weight:700;font-size:20px;line-height:24px;color:#000}.ancor-content__number a:active{color:#f62b3e}.ancor-link{color:#f62b3e;font-weight:400;font-size:16px;line-height:22px;display:inline;border-bottom:.5px dashed #f62b3e}.ancor-link.hidden{display:none}.ancor-arrow:after{content:"";position:absolute;width:6px;height:1px;top:-2px;right:-1px;background:#f62b3e;transform:rotate(45deg)}.ancor-arrow{position:relative;top:0;width:16px;height:1px;background:#f62b3e;left:0;display:block;transform:rotate(90deg)}.ancor-link__text{position:relative;display:flex;align-items:center}.ancor-arrow:before{content:"";position:absolute;width:6px;height:1px;top:2px;right:-1px;background:#f62b3e;transform:rotate(-45deg)}.ancor-link:active{border-bottom:none;color:#000}.ancor-link:active .ancor-arrow,.ancor-link:active .ancor-arrow:after,.ancor-link:active .ancor-arrow:before{background:#000}.half-info__title{font-weight:600;font-size:26px;line-height:32px;letter-spacing:-.02em;margin-bottom:18px}.half-info__row{padding-bottom:12px;padding-top:12px;border-bottom:.5px solid #bbb}.half-info__row:last-child{border-bottom:none}.half-info__name{font-weight:700;font-size:16px;line-height:24px;margin-bottom:4px}.half-info__prop{display:flex;justify-content:space-between}.half-info__prop-name,.half-info__prop-value{font-weight:400;font-size:16px;line-height:22px}.half-info__prop-name{margin-right:10px}.half-info__prop-value{text-align:right}.half-info__row .half-info__prop{margin:5px 0}.half-info__row .half-info__prop:last-child{margin:5px 0 0 0}.free-slider__slide{position:relative}.free-slider__link{position:absolute;top:0;left:0;width:100%;height:100%}.free-slider__slide-prop{margin-top:2px;font-size:12px;line-height:14px;color:#6a7178}.free-slider__slide-price{font-size:18px;line-height:24px;font-weight:700;margin-top:8px;display:flex;align-items:center;flex-wrap:wrap}.block-lable{margin-top:8px;padding:18px 24px;background:#f9f9f9;border-radius:8px}.block-lable__content{display:flex;align-items:flex-start}.collection-title{font-weight:600;font-size:20px;line-height:26px;letter-spacing:-.02em;margin-bottom:6px;font-family:Exo2}.collection-text{font-size:14px;line-height:20px;margin-bottom:16px}.collection-content{margin-top:18px;display:flex;flex-wrap:wrap;margin-left:-4px;margin-right:-4px}.collection{padding:14px;background:rgba(0,0,0,.5);border:1px solid #bbb}.block-title{font-weight:600;font-size:26px;line-height:32px;margin-bottom:12px;text-align:center}.block-lable__prop{font-weight:600;font-size:48px;line-height:32px}.collection-el{width:76px;padding:8px 4px}.collection-el__visual{border-radius:8px;overflow:hidden;width:68px;height:68px}.collection-el__visual img{width:100%;height:100%;object-fit:cover}.collection-el__name{margin-top:6px;font-weight:400;font-size:12px;line-height:16px;color:#6a7178}.block-lable__text{display:inline;border-bottom:.5px solid #bbb;font-weight:400;font-size:16px;line-height:22px;margin-left:16px}.block-lable__content--red{color:#f62b3e}.block-lable__content:active .block-lable__text{border-bottom:none}.material-title{margin-bottom:6px;font-weight:600;font-size:26px;line-height:32px}.material-text{font-size:14px;line-height:20px}.material-content{margin-top:18px}.material-content__title{font-weight:600;font-size:20px;line-height:26px}.material-content__flex{display:flex;flex-wrap:wrap}.material-el{padding:14px 0;width:60px}.material-el__visual{width:60px;height:62px}.material-el__visual img{width:100%;height:100%;object-fit:cover}.fixed-el__action .fixed-el__basket-count .linkType1{color:#eb3324;margin-right:4px;padding-top:2px}.fixed-el__action{align-self:flex-start}.fixed-el__action .fixed-el__basket-count{display:none;width:100%;font-size:12px;line-height:1;text-align:center;align-items:baseline;justify-content:center;margin:0;margin-bottom:-14px}.in-basket .fixed-el__basket-count{display:flex}.fixed-el__action .btn.btn-to-order{display:none}.in-basket .fixed-el__action .btn.btn-basket{display:none}.in-basket .fixed-el__action .btn.btn-to-order{display:block}.fixed-el__action .btn.btn-basket{border-radius:8px;transition:.3s;width:152px;height:48px}.preloader svg{width:40px;height:40px}.calculator-result__col-title .popover{position:absolute;top:0;right:0}.btn-basket__wrap{min-height:76px}.btn-basket__wrap{display:flex;align-items:center;justify-content:center;width:153px;flex-wrap:wrap;flex-direction:column}.custom-elem{width:40px;height:40px;background:#f62b3e;border-radius:50%;transition:.3s;z-index:1000}.fixed-el__action .btn.btn-basket.animation{border:none;padding:0!important;color:#f62b3e;box-shadow:-3px 6px 13px 2px transparent;background:#f62b3e;box-shadow:-3px 6px 13px 2px transparent}.fixed-el__action .btn.btn-basket.opacity{padding:0!important;display:none;width:0;height:0}.fixed-el__action .btn.btn-basket.inithial{transition:.3s;width:100%;transform:scaleX(1);height:100%;padding:12px 25px;animation:.7s showBtn cubic-bezier(0,.23,.99,-.48)}.preloader.disabled{display:none!important}.basket-mark{top:2px;right:-4px;position:absolute;width:8px;height:8px;visibility:hidden;background:#f62b3e;border-radius:50%}.basket-mark.not-empty{visibility:visible}.header-button{position:relative}@keyframes showBtn{0%{width:0;height:0;padding:0;transform:scaleX(1)}80%{width:100%;height:100%;padding:12px 25px;transform:scaleX(1.5)}100%{transform:scaleX(1);width:100%;height:100%}}.btn.btn-basket .preloader{display:none;width:40px;height:40px;opacity:0;transform:scale(0)}.btn.btn-basket .btn-basket__text{transform:scale(1);transition:.3s}@keyframes showPreloder{0%{width:0;height:0;opacity:0;transform:scale(0)}20%{width:40px;height:40px;opacity:1;transform:scale(1)}90%{width:0;height:0;opacity:0;transform:scale(0)}100%{display:none}}@keyframes addCard{0%{border-radius:8px;width:152px;height:48px}30%{border-radius:20%;width:140px;height:48px;box-shadow:-3px 6px 13px 2px #f62b3e}60%{border-radius:30%;width:60px;height:40px;box-shadow:-2px 6px 41px 2px #f62b3e}100%{border-radius:50%;width:20px;height:20px;box-shadow:-3px 6px 13px 2px transparent}}@media (max-width:479px){.switch-row__btn .switch-btn__text{padding-right:30px}.switch-row__btn .switch-btn__visual{width:47px}.free-slider__slide-price{font-size:16px}}.switch-btn__visual img{width:100%;object-fit:contain}.switch-row__btn.row-md{display:flex;justify-content:space-between}.switch-row__btn.row-md .switch-btn__text{display:flex;flex-direction:column}.switch-row__btn.row-md .switch-btn__price{margin-top:auto}.field-title{font-weight:600;font-size:20px;line-height:26px;letter-spacing:-.02em;margin-bottom:6px}.switch-row__btn.row-sm{flex:1}.switch-row__btn.row-sm .switch-btn__text{padding-right:0}@media (max-width:480px){.switch-row__btn.row-sm{flex:1 1 auto}}.modal-info{background:#f9f9f9;border-radius:8px;padding:12px 16px 16px 16px}.modal-info__title{font-weight:700;font-size:30px;line-height:32px;margin-bottom:7px;color:#f62b3e}.modal-info__title.booting-diameter{font-family:"EXO 2"}.row-el__title{font-weight:700;font-size:16px;margin-bottom:4px;line-height:24px}.row-el p,.row-el__desc{font-weight:400;font-size:16px;margin-top:0;margin-bottom:12px;line-height:22px}.desc-el__visual img,.row-el__visual img{width:100%}.row-el__visual svg{max-width:100%}.row-el p:last-child,.row-el__desc:last-child{margin-bottom:0}.desc-el{margin:12px 0}.desc-el__title{margin-bottom:4px;font-weight:600;font-size:20px;line-height:26px;letter-spacing:-.02em}.desc-el p,.desc-el__text{font-size:14px;line-height:20px;margin-bottom:12px;margin-top:0}.desc-el__visual{max-width:500px;margin-top:24px;margin-bottom:12px}.row-el__visual{margin-top:12px;max-width:550px;position:relative}.row-el{padding:12px 0;border-bottom:1px solid #bbb}.poduct-card__fixed.in-basket{min-height:76px}.poduct-card__fixed{position:fixed;bottom:0;max-width:1230px;left:50%;transform:translateX(-50%);width:100%;padding:5px 16px;background:#fff;box-shadow:4px 6.71111px 33.1333px #16313f;min-height:62px;display:flex;justify-content:space-between;align-items:center;z-index:91}.fixed-el__text-price .price-old{margin-left:8px}.fixed-el__text-price-row .fade-block--price{position:relative;top:-5px}.fixed-el__text-price-row{display:flex;align-items:center}.price-wrap{display:flex;flex-wrap:wrap}.price-wrap .price-discont{margin-bottom:5px}.fixed-el__action .btn{width:152px}.fixed-el__text .fixed-el__text-price{font-weight:800;font-size:20px;line-height:26px;letter-spacing:-.02em}.static .modal-link{width:calc(100% - 35px)}.static .modal-link .btn-back{position:absolute;left:0}.static .modal-title{margin-left:0;margin-right:4px;text-align:center}.modal-action{margin-top:20px;display:flex;padding-bottom:20px;justify-content:center}.sendToBasket__fields{display:none}.price-default__desc{margin-left:3px}.modal-action .btn__text{margin-right:0}.product-card__desc-link a{color:#000}.switch-row__btn.row-md .switch-btn__text{padding-right:0;width:60%;display:flex;flex-direction:column;height:100%}.lable-width{top:-9px;left:22%}.lable-height{top:30%;left:-15px}.lable-width-w{right:-15px;top:72%}.row-el__visual-lable{font-size:14px;text-align:center}.row-el__visual-lable-el{position:absolute;width:50px;display:block}.lable-height-w{top:-9px;position:absolute;right:11%}.product-card__price .fixed-el__text-price{display:flex;align-items:center;margin-right:-10px;width:100%;justify-content:space-between}.product-card__price .fixed-el__text-price-row{margin-right:10px}.product-card__price{font-size:24px;font-weight:700;margin-top:25px;display:flex;align-items:center}.installment__link{cursor:pointer;display:flex;font-size:15px;font-weight:400;gap:10px}.installment__link .js-modal-btn{color:#f82d40;text-decoration:underline}.installment__link .js-modal-btn:hover{text-decoration:none}.installment__link-img{width:20px;height:20px}.installment__info{font-size:15px;font-weight:400}.installment__info--bold{font-weight:700}@media (max-width:380px){.row-el__visual-lable{font-size:12px}.lable-height{top:28%}.lable-width{left:19%}.lable-height-w{right:8%}.lable-width-w{top:71%}}@media (max-width:359px){.switch-row__btn,.switch-row__btn.row-sm{width:100%;flex:0 0 100%;max-width:100%}}@media (max-width:767px){.product-card__tag-text{font-size:12px;line-height:12px}.card-list__el-lable{font-size:14px}.free-slider__slide-text{font-size:14px;line-height:20px}.card-list__el{flex:0 0 50%;max-width:50%}.product-card__lable-text{font-size:12px}.product-card__list-text{font-size:14px;line-height:20px}}@media (max-width:479px){.card-list__el{flex:0 0 100%;max-width:100%}.product-card__substrate.social{align-items:flex-start}.product-card__substrate-action .form-body__btn{max-width:none}}@media (max-width:359px){.fixed-el__action .btn{width:auto}.switch-row__btn.row-md .switch-btn__visual{width:53px;height:50px}.switch-row__btn.row-md .switch-btn__text{padding-right:0}}.product-grid__grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px)}@media (max-width:1023px){.product-grid__grid{margin:-10px;width:calc(100% + 20px)}}.product-grid__cell{padding:12px;flex:0 0 auto;max-width:100%;width:25%;display:flex;flex-direction:column}@media (max-width:1023px){.product-grid__cell{padding:10px}}@media (max-width:1279px){.product-grid__cell{width:33.33%}}@media (max-width:767px){.product-grid__cell{width:50%}}.product-image{display:flex;align-items:center;justify-content:center;transition:.2s;position:relative}.product-image--loading{background:rgba(0,0,0,.5)}.product-image--loading .product-image__image{opacity:0}.product-image__image{display:block;width:100%;flex:0 0 auto;max-width:100%;max-height:100%;transition:opacity .2s}.product-image__placeholder{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);color:#bbb}.product-image__placeholder-icon{display:block;flex:0 0 auto;width:70px;height:70px;max-width:40%;max-height:40%}.product-line{position:relative}.product-line__grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px);flex-wrap:nowrap}@media (max-width:1023px){.product-line__grid{margin:-10px;width:calc(100% + 20px)}}.product-line__cell{padding:12px;flex:0 0 auto;max-width:100%;width:20%;display:flex;flex-direction:column}@media (max-width:1023px){.product-line__cell{padding:10px}}.product-line__cell:nth-child(n+6){display:none}@media (any-hover:none){.product-line__block{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;width:calc(100% + 32px * 2);margin-left:-32px;margin-right:-32px;padding-left:32px}.product-line__grid::after{content:"";display:block;width:32px;height:1px;flex:0 0 auto}.product-line__cell.product-line__cell.product-line__cell:nth-child(n){display:flex}}@media (any-hover:none) and (max-width:1023px){.product-line__block{width:calc(100% + 10px * 2);margin-left:-10px;margin-right:-10px;padding-left:10px}.product-line__grid::after{content:"";display:block;width:10px;height:1px;flex:0 0 auto}}@media (max-width:1279px){.product-line__cell{width:25%}.product-line__cell:nth-child(n+5){display:none}}@media (max-width:1023px){.product-line__cell{width:33.33%}.product-line__cell:nth-child(n+4){display:none}}@media (max-width:767px){.product-line__cell{width:50%}.product-line__cell:nth-child(n+3){display:none}}@media (max-width:479px){.product-line__cell{width:100%}.product-line__cell:nth-child(n+2){display:none}}.product-list__grid{display:inline-flex;flex-wrap:wrap;vertical-align:top;margin:-12px;width:calc(100% + 24px)}@media (max-width:1023px){.product-list__grid{margin:-10px;width:calc(100% + 20px)}}.product-list__cell{padding:12px;flex:0 0 auto;max-width:100%;width:100%}@media (max-width:1023px){.product-list__cell{padding:10px}}.product-slider{position:relative;min-height:480px}.product-slider__main{position:relative}.product-slider__arrows .slider__arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%)}.product-slider__arrows .slider__arrow--left{left:0;transform:translate(-50%,calc(-50% - 15px))}.product-slider__arrows .slider__arrow--right{right:0;transform:translate(50%,calc(-50% - 15px))}.product-slider--alt{min-height:244px}.product-slider-swiper-flex .product-slider__swiper-slider{height:100%}.product-slider-swiper-flex .swiper-slider__slider{height:100%}.product-slider-swiper-flex .swiper-wrapper{height:100%}.product-slider-swiper-flex .product-slider__slide.swiper-slide{height:100%}.product-slider__slide.swiper-slide{display:flex;min-height:466px;height:auto}.product-slider__slide{transform:none!important;-webkit-backface-visibility:hidden;backface-visibility:hidden;contain:layout paint style}.product-slider--alt .product-slider__slide.swiper-slide{min-height:0}.product-slider-swiper-flex{margin:0 -10px;display:flex}.product-slider-swiper-flex .product-slider__promo{width:350px;flex:0 0 340px;padding:0 10px}.product-slider-swiper-flex .product-slider__promo img{max-width:100%;width:100%;height:100%}.product-slider-swiper-flex .product-slider__inner{flex:1 1 auto;width:calc(100% - 350px);padding:0 10px}.product-slider__icon{display:block;width:26px;height:50px}.swiper-scrollbar.product-slider__scrollbar{position:absolute;left:50%!important;transform:translateX(-50%);bottom:-20px!important;top:unset!important;right:unset!important}@media (max-width:1279px){.product-slider--not-filled{height:618px}.product-slider__slide.swiper-slide{min-height:unset;height:auto}.product-slider{min-height:unset;margin-bottom:27px}.product-slider-swiper-flex{margin:0 -8px}.product-slider-swiper-flex .product-slider__promo{width:350px;flex:0 0 350px;padding:0 8px}.product-slider-swiper-flex .product-slider__inner{width:calc(100% - 350px);padding:0 8px}}@media (max-width:1023px){.product-slider--not-filled{height:495px}.product-slider-swiper-flex .product-slider__promo{flex:0 0 50%;padding:0}.product-slider-swiper-flex .product-slider__inner{width:calc(50% - 8px);padding:0 8px}.product-slider-swiper-flex .product-slider__promo img{height:100%}}.product-t-grid,.product-t-grid__card{position:relative;border-radius:4px;display:flex;flex-direction:column;flex:1 0 auto}.product-t-grid__card{padding:19px;border:1px solid #bbb;background:#fff;transition:.2s}.product-t-grid__bottom{margin-top:auto;padding-top:12px}.product-t-grid__link{position:absolute;top:0;left:0;right:0;bottom:0;border:none;outline:0;z-index:3;color:#000;cursor:pointer}.product-t-grid__link::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}@media (any-hover:hover){.product-t-grid:hover .product-t-grid__card{box-shadow:0 4px 15px 0 rgba(0,0,0,.2)}}.state--focus-enabled .product-t-grid__link:focus::after{opacity:.75}.product-t-grid__link:active~.product-t-grid__card{background:rgba(0,0,0,.5);box-shadow:none}.product-t-grid__visual{position:relative;min-height:180px;max-height:216px;margin:0 0 12px}.product-t-grid__visual::after{content:"";display:block;padding-top:100%}.product-t-grid__image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-t-grid__status{position:absolute;top:0;left:0;z-index:2}.product-t-grid__name{margin:8px 0;color:#000;transition:.2s}.product-t-grid__favorite-action{position:absolute;top:15px;left:auto;right:15px;bottom:auto;z-index:3}@media (any-hover:hover){.product-t-grid:hover .product-t-grid__name{color:#e06}}.product-t-grid__price{margin:12px 0}.product-t-grid__action{position:relative;z-index:4;margin:12px 0}.product-t-list,.product-t-list__card{position:relative;border-radius:4px;display:flex;flex-direction:column;flex:1 0 auto}.product-t-list__card{padding:20px;border:1px solid #bbb;background:#fff;transition:.2s;flex-direction:row}.product-t-list__link{position:absolute;top:0;left:0;right:0;bottom:0;border:none;outline:0;z-index:3;color:#000}.product-t-list__link::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}@media (any-hover:hover){.product-t-list:hover .product-t-list__card{box-shadow:0 4px 15px 0 rgba(0,0,0,.2)}}.state--focus-enabled .product-t-list__link:focus::after{opacity:.75}.product-t-list__link:active~.product-t-list__card{background:rgba(0,0,0,.5);box-shadow:none}.product-t-list__cell-visual{flex:0 0 auto;width:150px;margin-right:20px}.product-t-list__cell-info{flex:1 1 auto}.product-t-list__cell-price-action{display:flex;flex:0 0 auto}.product-t-list__cell-price{flex:0 0 auto;width:150px;margin-left:20px}.product-t-list__cell-action{flex:0 0 auto;width:180px;margin-left:20px}.product-t-list__visual{position:relative;min-height:150px;max-height:216px;margin:0 0 12px}.product-t-list__visual::after{content:"";display:block;padding-top:100%}.product-t-list__image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-t-list__status{position:absolute;top:0;left:0;z-index:2}.product-t-list__name{margin:8px 0;color:#000;transition:.2s}@media (any-hover:hover){.product-t-list:hover .product-t-list__name{color:#e06}}.product-t-list__price{margin:12px 0}.product-t-list__action{position:relative;z-index:4;margin:12px 0}.product-t-list__favorite-action{position:absolute;top:auto;left:auto;right:20px;bottom:20px;z-index:4}@media (max-width:1279px){.product-t-list__cell-price-action{display:block;width:200px}.product-t-list__cell-action,.product-t-list__cell-price{width:auto;margin:0}.product-t-list__cell-price+.product-t-list__cell-action{margin-top:12px}}@media (max-width:767px){.product-t-list__card{display:block;padding-left:190px;min-height:190px}.product-t-list__cell-visual{position:absolute;top:20px;left:20px;width:150px;margin:0}.product-t-list__cell-info+.product-t-list__cell-price-action{margin-top:12px}}.product{display:flex;flex-direction:column;flex:1 1 auto;width:100%;max-height:584px}.product-grid__link{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.product-grid,.product-grid__card{position:relative;border-radius:12px;display:flex;flex-direction:column;flex:1 0 auto}.product-grid__card{background:#fff}.product-grid__top{padding:0 7px}.product-grid__images{width:100%;z-index:2;max-width:317px;position:relative}.product-grid__status{position:absolute;right:10px;top:10px;z-index:3}.product-grid__bottom{padding:20px;display:flex;flex-direction:column;height:100%}.product-grid__rating{margin-bottom:10px}.product-grid__rating+.product-grid__name{margin-top:0!important}.product-grid__name{font-size:18px;font-weight:400;line-height:106%;letter-spacing:-.04em;color:#020b2a;margin-bottom:4px;transition:color .2s;margin-top:34px!important}@media (any-hover:hover){.product-grid:hover .product-grid__name{color:#ed282f}}.product-grid__text{font-size:12px;font-weight:400;line-height:106%;letter-spacing:-.04em;color:#020b2a;margin-bottom:4px}.product-grid__avail{margin-bottom:4px}.product-grid__colors{margin-top:10px;z-index:2;position:relative}.product-grid__price{padding-top:12px}.product-grid__actions{margin-top:auto;display:flex;align-items:center;flex-direction:column;align-items:flex-start}.product-grid__action{flex:1 1 auto;z-index:2;position:relative}.product-grid__action.flc{margin-top:8px;width:100%}.product-grid__action .basket-action__cell-main{flex:1 1 auto}.product-grid__action .basket-action__btn{width:100%}.product-grid__favorite-action{flex:0 0 44px;z-index:2;position:relative;margin-left:12px}@media (max-width:1279px){.product-grid__status{right:unset}.product-grid__favorite-action{position:absolute;top:10px;right:10px}.product-grid__bottom{padding:15px 10px 10px}.product-grid__rating{margin-bottom:5px}.product-grid__name{font-size:15px;line-height:15px;overflow-x:clip;margin-top:20px!important}.product-grid__text{font-size:11px;line-height:12px;color:rgba(2,11,42,.6)}.product-grid__images{max-width:unset}}.rating--input{display:block}.rating__layout{display:flex;align-items:center}.rating__row{flex:0 0 auto;display:inline-block;vertical-align:top;position:relative}.rating--input .rating__row{display:block;width:100%}.rating__grid{display:flex}.rating--input .rating__item{cursor:pointer}.rating__item{flex:0 0 auto;display:block;color:#ffc01e;position:relative;transition:color .1s}.rating--input .rating__item--disabled{opacity:.5;cursor:not-allowed}.rating__input{position:absolute;top:0;left:0;margin:0;opacity:0;pointer-events:none}.rating__item .svg-icon{width:24px;height:24px}.rating__layer--checked{position:absolute;top:0;left:0;overflow:hidden}.rating__layer--input{width:100%}.rating__icon.rating__icon{display:block}.rating__integrated-label{font-size:12px;line-height:18px}.rating__value{font-weight:400;font-size:14px;line-height:17px;color:#5b5b5b;flex:0 0 auto}@media (max-width:1023px){.rating__layer--checked{margin-top:0}.rating__grid{align-items:center}.rating__item .svg-icon{width:15px;height:15px}.rating__row{display:inline-flex;align-items:center}.rating__value{font-size:11px;line-height:15px}}.search-small{width:100%;display:flex;max-width:524px}.search-small .loader__icon{width:30px;height:30px}.search-small__wrap{width:100%;position:relative}.search-small__form{width:100%;display:flex;align-items:center;position:relative}.search-small__field{flex:1 1 auto}.search-small__close-btn{width:40px;height:40px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;transition:color .2s}.search-small__field .field-input{border:2px solid #d0d0d0;border-radius:8px;padding:4px 0 4px 42px;height:52px;background:url(/local/new_build/local/assets/images/icons/search.svg) no-repeat 18px;background-color:#fff}@media (any-hover:hover){.search-small__close-btn:hover{color:#ed282f}}.search-small__close-btn::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}.search-small__close-btn-icon{display:block;width:20px;height:20px;position:relative}.search-small__submit-btn{flex:0 0 auto;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:color .2s}.search-small__submit-btn::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}.search-small__submit-btn-icon{flex:0 0 auto;width:24px;height:24px}.search-small__result{position:absolute;top:100%;left:0;width:100%;background-color:#fff;max-height:210px;overflow-x:hidden;overflow-y:auto;z-index:3;min-height:80px;box-shadow:0 4px 15px 0 rgba(0,0,0,.2);opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .25s,transform .25s}.search-small__result.visible{opacity:1;transform:translateY(0);pointer-events:all}.search-small__loader-wrap{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:0;z-index:3;pointer-events:none;transition:opacity .25s}.search-small__loader-wrap.visible{opacity:1;pointer-events:all}.search-small__top{padding:15px}.search-small__result-message{padding:15px}.search-small__suggestion-wrap{display:block;margin-top:15px}.search-small__suggestion{display:inline-block}@media (any-hover:hover){.search-small__submit-btn:hover{color:#ed282f}}.state--focus-enabled .search-small__close-btn:focus::after{opacity:.75}.state--focus-enabled .search-small__submit-btn:focus::after{opacity:.75}@media (max-width:1439px){.search-small{max-width:unset}}section.section{margin:100px 0}.section-title{font-size:33px;font-weight:500;letter-spacing:-.04em;color:#2f2f2f;margin-bottom:30px;display:block;text-decoration:none}.section--bg{background-color:#d0d4f4;padding:68px 0}@media (max-width:1279px){section.section{margin:60px 0}.section-title{font-size:22px;font-weight:500;margin-bottom:20px}.section--bg{padding:20px 0 27px}}.seo__content{font-size:18px;line-height:22px}.seo__button{margin:10px 0;color:#293ef2;font-size:20px;font-weight:500;line-height:32px;cursor:pointer}@media (any-hover:hover){.seo__button:hover{color:#ed282f}}.simple-slide{box-shadow:0 0 0 3px #000;padding:20px}.simple-slider{margin:100px 0}.simple-slider__title{font-size:50px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.5px;text-align:center;max-width:800px;margin:0 auto 30px}.simple-slider__main{position:relative}.simple-slider .swiper-slider__slider{padding:10px 0 0}.simple-slider .grid-slider__arrow{top:50%}.simple-slider__scrollbar{height:4px}.swiper-scrollbar{height:1px!important}.swiper-scrollbar-drag{background:#282828}@media (max-width:1279px){.simple-slider{margin:60px 0}.simple-slider__title{font-size:27px;font-style:normal;font-weight:500;line-height:33px;margin-bottom:10px}}@media (max-width:767px){.simple-slider__slide.swiper-slide{width:342px}.simple-slider__main{margin-right:-8px}}.slider__arrows{display:flex;align-items:center}.slider__arrow{background:#fff;color:#000;width:58px;height:58px;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.slider--dark .slider__arrow{background:#000;color:#fff;transition:color .2s,background-color .2s}@media (any-hover:hover){.slider--dark .slider__arrow:hover{color:#ed282f;background-color:rgba(0,0,0,.4)}}.slider__arrow[disabled]{visibility:hidden;opacity:0;pointer-events:none}.slider__icon{width:20px;height:20px}.swiper-scrollbar{height:2px;width:100%;background:#fff!important;max-width:132px;z-index:2}.swiper-scrollbar-drag{background:#000!important;border-radius:1px;height:3px!important}.social-links__grid{display:inline-flex;vertical-align:top;flex-wrap:wrap;margin:-4px}.social-links__cell{flex:0 0 auto;padding:4px}.social-links__item{display:block;transition:.2s;position:relative;outline:0}.social-links__item::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none;top:0;left:0;right:0;bottom:0}.social-links__icon{display:block;width:32px;height:32px}@media (any-hover:hover){.social-links__item:hover{opacity:.75}}.state--focus-enabled .social-links__item:focus::after{opacity:.75}.socials-blocks__items{display:flex}.socials-blocks__item{margin-right:32px;border-radius:12px;background:#fff;flex:1 1 calc(50% - 16px)}.socials-blocks__item:last-child{margin-right:0}.socials-blocks__image{width:100%;height:100%}@media (max-width:1279px){.socials-blocks__items{display:block}.socials-blocks__item{margin:0 0 10px}.socials-blocks__item:last-child{margin:0}}.socials__links{display:flex;align-items:center}.socials__link{border-radius:10px;background:#ed282f;margin-right:5px;width:53px;height:51px;display:flex;justify-content:center;align-items:center}.socials__link:last-child{margin-right:0}.socials__icon{color:#fff;width:25px;height:25px;transition:transform .2s}@media (any-hover:hover){.socials__link:hover .socials__icon{transform:scale(1.05)}}.status__item{margin-bottom:4px}.status-label{display:inline-block;vertical-align:top;border-radius:6px;padding:10px;font-size:14px;font-weight:600;line-height:106%}@media (max-width:1279px){.status-label{font-size:10px;font-weight:600;line-height:10px;padding:5.5px}}.subscription-form{display:flex;position:relative}.subscription-form__field{flex:1 1 auto}.subscription-form__btn{flex:0 0 auto;margin-left:10px}.subscription-form .field-text__label{display:none}.subscription-form__success-message{margin-top:6px}.swiper-slider__slider{position:relative}.swiper-slider__prev{display:block}.swiper-slider__next{display:block}.tabs{margin:80px 0}.tabs--alt-margins{margin:60px 0 0}.tabs__title{margin:0 auto;text-align:center}.tabs__tabs{display:flex;justify-content:center;margin:15px 0 40px}.tabs__tabs--flex-start{justify-content:flex-start}.tabs__item{flex:0 0 auto;margin:0 5px}.theme-toggler__wrap{display:flex;border-radius:10px;border:1px solid #ed282f}.dark-theme .theme-toggler__wrap{border:1px solid #bbb}.theme-toggler__cell{flex:0 0 auto;padding:1px}.theme-toggler__button{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:8px;cursor:pointer;color:#000;transition:background-color .2s,color .2s}.theme-toggler__button--active{background-color:#ed282f;color:#ed282f;cursor:default}.dark-theme .theme-toggler__button--active{color:#000}.theme-toggler__icon{display:block;width:14px;height:14px;flex:0 0 auto;border-radius:50%;background-color:#bbb}.theme-toggler__icon--dark{background-color:#000}.top-nav__btn{cursor:pointer;font-size:14px;font-weight:400;line-height:17px;display:flex;align-items:center;color:grey;text-decoration:none;transition:color .2s}.top-nav__btn-icon{width:16px;height:16px;margin-right:2px}.top-nav__btn--phone{color:#293ef2;font-weight:700}.top-nav__btn-arrow{width:12px;height:12px;fill:none;transition:transform .2s color .2s}@media (any-hover:hover){.top-nav__btn:hover{color:#ed282f}.top-nav__btn:hover .top-nav__btn-arrow{color:#ed282f}}.top-nav__btn--phone .top-nav__btn-arrow{color:#293ef2}.dropdown.open .top-nav__btn-arrow{transform:rotate(180deg)}.top-nav-buttons{display:flex}.top-nav-buttons__button{margin-right:16px}.top-nav-buttons__button:last-child{margin-right:0}.top-nav__btn-arrow{margin-left:4px;color:grey;fill:none}.top-nav__btn-items{display:flex;flex-direction:column;padding:10px}.top-nav__btn-item{text-decoration:none;color:#000;transition:color .2s}@media (any-hover:hover){.top-nav__btn-item:hover{color:#ed282f}}.top-nav-link{display:flex;align-items:center;border:none;color:grey;font-size:14px;font-weight:400;line-height:24px;text-decoration:none;cursor:pointer;transition:.2s;position:relative;outline:0}.top-nav-link__icon{flex:0 0 auto;width:16px;height:16px;margin-right:8px}.top-nav-link__main{flex:0 0 auto}.top-nav-link::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}@media (any-hover:hover){.top-nav-link:hover{color:#e06}}.state--focus-enabled .top-nav-link:focus::after{opacity:.75}.top-nav-link:active{background:#bbb}.top-nav,v-top-nav{display:block;background:#f6f6f6;height:42px;padding:10px 0}.top-nav__layout{display:flex;align-items:center}.top-nav__cell{flex:0 0 auto;margin-right:24px;position:relative}.top-nav__cell:last-child{margin-right:0}.top-nav__spacer{flex:1 1 auto}.top-nav__dd{position:absolute;top:100%;left:0;transition:.25s,left 0s;opacity:0;visibility:hidden;transform:translate3d(0,0,0) scaleY(0);transform-origin:left top;top:100%;left:auto;right:0;z-index:120;background-color:#fff;padding:20px;box-shadow:0 4px 15px 0 rgba(0,0,0,.2);width:200px}.top-nav__dd--open{opacity:1;visibility:visible;transform:translate3d(0,0,0) scaleY(1)}.top-nav__dd-item{margin-top:6px}.top-nav__dd-link{color:#ed282f;cursor:pointer;border:none;text-decoration:none;transition:.2s;outline-offset:1px;outline:0}@media (any-hover:hover){.top-nav__dd-link:hover{color:#e06;border:none;text-decoration:none}.state--focus-enabled .top-nav__dd-link:focus{outline:1px dashed;outline-offset:1px}}.top-nav__dd-link:active{color:#a04}.top-nav__theme-toggler{margin-top:5px}@media (max-width:1023px){.top-nav{display:none}}.video{position:relative;width:100%;height:100%}.video__btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:60px;width:60px;border-radius:50%;background-color:#ed282f;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s}.video__btn-icon{width:24px;height:24px;transform:translateX(2px);color:#fff}.video__video{display:block;width:100%;max-width:100%}.video__source{display:block;width:100%;max-width:100%}.video__poster{display:block;width:100%;max-width:100%}.video__iframe-wrap{position:relative;width:100%;height:100%}.video__iframe{position:absolute;top:0;left:0;bottom:0;width:100%;height:100%;z-index:1}@media (any-hover:hover){.video__btn:hover{transform:translate(-50%,-50%) scale(1.05)}}.view-picker__grid{display:inline-flex;vertical-align:top;margin:-2px;width:calc(100% + 4px)}.view-picker__item{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#bbb;cursor:pointer;transition:.2s;position:relative;border:1px solid;border-radius:4px;margin:2px}.view-picker__item::after{content:"";position:absolute;top:3px;bottom:3px;left:3px;right:3px;border:1px dashed;border-radius:inherit;opacity:0;transition:inherit;pointer-events:none}.view-picker__icon{display:block;width:18px;height:18px}@media (any-hover:hover){.view-picker__item:hover{color:#666}}.view-picker__item:active{color:#000}.state--focus-enabled .view-picker__item:focus::after{opacity:.75}.view-picker__item.view-picker__item--active{color:#ed282f}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/header_location/style.css?17429133103007*/
.sideInfoModal_background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	backdrop-filter: blur(1px);
}

.modal_form {
	padding: 40px 20px;
	height: fit-content;
	position: absolute;
	background: white;
	box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.16);
	max-width: 560px;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.modal_closeButton {
	width: 20px;
	height: 20px;
}

.modal_close {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px
}

.modal_content {
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.modal_header{
	font-size: 25px;
	font-weight: 600;
	line-height: 30.26px;
	text-align: center;
	margin-bottom: 10px;
}

.modal_description {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: center;
}

.modal_save{
	width: 167px;
	height: 50px;
	padding: 15px 40px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #FFFFFF;
	margin: auto;
	background-color: #EB504C;
}


.sideInfo_modalSelect {
	position: relative;
	max-width: 100%;
	width: 460px;
	height: 50px;
}

.sideInfo_modalSelectClear {
	position: absolute;
	right: 20px;
	top: 15px;
}

.sideInfo_modalSelectButton {
	max-width: 100%;
	padding: 15px 20px;
	border-radius: 5px;
	border: 1px solid #0000001A;
	appearance: none;
	cursor: pointer;
	width: 460px;
	height: 50px;
	background: white;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-align: left;
}
.sideInfo_modalSelectDropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #caced1;
	border-radius: 0.25rem;
	background-color: white;
	list-style: none;
	padding: 10px;
	margin: 10px 0 0;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	max-height: 200px;
	overflow-y: auto;
}
.sideInfo_modalSelectDropdown::-webkit-scrollbar {
	width: 7px;
}
.sideInfo_modalSelectDropdown::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 25px;
}
.sideInfo_modalSelectDropdown::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 25px;
}
.sideInfo_modalSelectDropdown li {
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;

	padding: 10px;
	cursor: pointer;
}

.sideInfo_modalSelectDropdown li.selected {
	background-color: #f2f2f2;
	border-radius: 4px;
	font-weight: bold;
}
.sideInfo_modalSelectDropdown li:hover,
.sideInfo_modalSelectDropdown li:focus {
	background-color: #f2f2f2;
	border-radius: 4px;
}

.sideInfo_modalSelectDropdown.hidden {
	display: none;
}

input[type=text].sideInfo_modalSelectSearch{
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	padding: 12px 10px 10px 40px;
	border: none;
	padding-left: 40px;
	width: 100%;
	background: #ebebeb;
	border-radius: 5px;
	background: url(/local/new_build/local/assets/images/icons/search.svg) no-repeat 10px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.location.selector.search/location_search/style.css?17429133107037*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 2px #ebebeb;
    box-shadow: inset 0 1px 2px #ebebeb;
    font-size: 16px;
    padding: 15px 20px;
    position: relative;
    background-color: #fff;
    min-height: 35px;
    line-height: 19.36px;
}

.bx-sls .dropdown-block-ui {
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
	margin-top: 5px;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-arrow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	min-height:25px;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px #c7c7c7;
    box-shadow: 0 2px 3px #c7c7c7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    left: 0;
    top: 65px;
    padding: 5px 5px 3px 5px;
    position: absolute;
    width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 17.5px;
    width: 20px;
    background-size: contain;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
	max-width: 400px;
}
.bx-sls .quick-location-tag {
	border-radius: 5px;
    color: #f82d40;
    display: inline-block;
    font-size: 15px;
    height: 27px;
    line-height: 26px;
    padding: 0 14px;
    text-decoration: none;
    margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
	color: #1e55b9;
	background-color: #f2f5f8;
	/* background-color: #fafafa; */
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
    width: 30px;
    height: 30px;
    cursor: pointer;
    cursor: hand;
    margin-top: 13px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	position: absolute !important;
	top: 0;
	left: 0;

	color: #000 !important;

	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	padding: 0 22px 0 20px !important;
	background-position: right 1px;
	background-repeat: no-repeat;

	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 16px;
	height: 24px;
	width: 100%;
	outline: none;
	z-index:10;
}
.bx-sls .bx-ui-sls-route{
	color: #aba8ac !important;
	z-index:5;
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
    z-index: 999;
    border: none;
    border-radius: 5px;
	box-shadow: 0px 4px 4px 0px #00000040;
	-webkit-box-shadow: 0px 4px 4px 0px #00000040;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */


/* Start:/local/templates/kingstyle/template_styles.css?173502891518591*/
.site_markers{
	display: flex;
	flex-wrap: wrap;
}
.site_markers .marker-item{
	color: #fff;
	padding: 1px 4px;
	margin-right: 10px;
	margin-top: 5px;
	border-radius: 5px;;
}
.catalogItemLink{
	position: relative;
	margin-top: 10px;
}
.marker-wrap{
	width: 100%;
	position: absolute;
}
.marker-wrap .site_markers{
	justify-content: flex-end;
}

.marker-section{
	flex-flow: column wrap;
	align-content: flex-end;
	align-items: flex-end;
}
.productGeneralInfo .site_markers{
	margin-bottom: 10px;
}
.manager_point{
	display: block;
	width: 8px;
	border-radius: 12px;
	background: black;
	height: 8px;
	position: absolute;
	right: -10px;
	top: 0;
}
.manager_point_section{
	display: block;
	width: 8px;
	border-radius: 12px;
	background: black;
	height: 8px;
}
.priceInfo{
	position: relative;
}

.rating-value-error{
	color: red;
	display: inline-block;
	margin-top: 12px;
}

@media (max-width:767px){#bx-panel{display:none !important}}
.grecaptcha-badge {visibility: hidden;}
body {
	/*background: #fff;*/
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body.bx-opened {
	overflow: hidden;
}

.wrap,
.bx-wrap,
.bx-wrapper{
	position: relative;
}

body.bx-background-image{
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	background-image: url("/local/templates/kingstyle/images/bg.jpg");
}
@media (min-width: 992px) and (max-width:1199px){
	body.bx-background-image{
		-webkit-background-size:1600px auto;
		background-size:1600px auto;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	body.bx-background-image{
		-webkit-background-size:1280px auto;
		background-size:1280px auto;
	}
}
@media (max-width: 767px) {
	body.bx-background-image {
		background: none;
	}
}

body.bx-background-gradient{
	background: rgb(246,247,251);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246,247,251,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,247,251,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fb', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}
.characteristics__descr {
	/*padding-top: 40px;*/
	padding-bottom: 40px;
}

.icon-empty {
	opacity: 0;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	border-color: transparent;
	text-decoration: none;
}

a,
.container {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.bx-header {}
/*Logo*/

.bx-logo {
	padding-left: 17px;
	padding-bottom: 19px;
}

.bx-logo .bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-text,
.bx-logo-text:hover,
.bx-logo-text:active {
	font-size: 32px;
	font-weight: 700;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 37px;
	text-decoration: none;
	border: none;
	vertical-align: bottom;
}

.bx-logo-text small {
	font-size: 37px;
}

.bx-logo-desc {
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 10px;
	color: #b8b8b8;
}

@media (max-width: 767px) {
	.bx-logo {
		background: #1484ce;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1400;
		padding: 10px 60px;
	}
	.bx-logo .bx-logo-block {
		text-align: center;
		height: 30px;
	}
	.bx-logo-text {
		font-size: 24px;
		color: #fff;
		line-height: 30px;
		vertical-align: middle;
	}
	.bx-logo-text:hover,
	.bx-logo-text:active {
		color: #fff;
	}
	.bx-logo-text small {
		font-size: 24px;
		color: #fff;
	}
	.bx-logo-desc {
		display: none;
	}
}
/* Sections */

.bx-header-section {
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
	padding: 28px 45px 10px;
	background: #fff;
}

.bx-content-seection {
	padding: 0 45px 5px;
	background: #fff;
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
}

@media (min-width: 1200px) {
	.bx-header-section {
		padding: 31px 45px 10px;
	}
	.bx-content-seection {
		padding: 0 45px 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-header-section {
		padding: 31px 30px 10px;
	}
	.bx-content-seection {
		padding: 0 30px 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-header-section {
		padding: 31px 15px 10px;
	}
	.bx-content-seection {
		padding: 0 15px 5px;
	}
}

@media (max-width: 767px) {
	.bx-header-section {
		padding: 60px 15px 10px
	}
	.bx-content-seection {
		padding: 0 15px 10px
	}
}
/* header / phone */

.bx-inc-orginfo {
	padding-left: 28px;
}

@media (max-width: 767px) {
	.bx-inc-orginfo {
		text-align: center;
		padding-bottom: 10px;
	}
}

.bx-inc-orginfo-phone {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	white-space: nowrap;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inc-orginfo-phone i {
	color: #97a1ab;
	position: relative;
	margin-left: -23px;
}

.bx-inc-orginfo-recall {}

.bx-inc-orginfo-recall a {
	color: #039be5;
	border-bottom: 1px dashed;
	font-size: 12px;
	margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
/* header / worktime */

.bx-worktime {}

@media (max-width: 767px) {
	.bx-worktime {
		text-align: center;
	}
}

.bx-worktime-title {
	color: #8d8d8d;
	font-size: 12px;
}

.bx-worktime-prop {
	font-size: 13px;
	color: #000;
}

.bx-worktime-prop>span {
	white-space: nowrap;
}
/*sidebar*/

.bx-sidebar-block {
	margin-bottom: 40px;
}
.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-footer .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}
/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
	color: #757575;
}

.bx-breadcrumb-item a:hover {
	color: #2d2d2d;
}
/* workarea */

/*TITLE*/

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
	padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {}

h1.bx-title {
	margin-top: 0;
	padding-bottom: 10px;
}
h2.bx-title {font-size: 25px}
h3.bx-title {}
h4.bx-title {}
h5.bx-title {}
h6.bx-title {}

/* FORMS */
input[type=text],
input[type=password] {
	margin: inherit 4px;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-size: 18px;
	min-height: 150px;
	max-height: 450px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}
/* INC.banners */

.bx-incbanners {
	margin: 10px 0 25px;
	text-align: center;
}
/* INC.links.footer */

.bx-inclinksfooter a {
	border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}

.bx-inclinksfooter-container {
	margin-top: 15px;
	padding: 0;
	color: #fff;
	border-radius: 2px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inclinksfooter-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-inclinksfooter-item {
	padding: 0 0 5px 0;
}
/* INC.logo.footer */

.bx-inclogofooter {
	color: #fff;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
	border-bottom: none;
}

.bx-inclogofooter-logo img {
	max-width: 180px;
	height: auto;
}

.bx-inclogofooter-block {
	padding-bottom: 20px;
}

.bx-inclogofooter-tel {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
/* INC.social.widget */

.bx-banners {
	margin: 10px 0;
}

.bx-banners .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
/* INC.wt */

.bx-wt-block {
	color: #fff;
	padding: 5px 15px;
	background: url(/local/templates/kingstyle/images/wt.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
}

.bx-wt .bx-block-title {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #fff;
}

.bx-wt-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.bx-wt-block ul li {
	padding-bottom: 7px;
}

.bx-wt-others-block {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 4px;
}
/* news.list.sidebar */
.bx-s-info {
	margin: 10px 0;
	padding-top: 5px;
}
.bx-s-info-block {
	display: block;
	margin-bottom: 25px;
}
.bx-s-info-title {
	display: block;
	min-height: 29px;
	padding-left: 36px;
	margin-bottom: 5px;
	position: relative;
}
.bx-s-info-titleicon{
	display: block;
	background: #007FCA;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.bx-s-info-titleicon i{
	line-height: 30px;
	vertical-align: middle;
	font-style: normal;
}
.bx-s-info-titletext {
	display: block;
	padding: 6px 0;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.bx-s-info-content {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3e454c;
	padding-left: 36px;
}

/* FOOTER */

.bx-footer {
	background: #292d2e;
	color: #c8cece;
}

.bx-footer-section.bx-center-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bx-footer-section.bx-center-section>div {
	margin-bottom: 20px;
}

.bx-footer a {
	color: #c8cece;
}

.bx-footer a:hover {
	color: #fff;
	border-bottom: 1px solid;
	text-decoration: none;
}

.bx-footer-line {
	background: #1f496a;
}

.bx-footer-bottomline {
	background: #222425;
	font-size: 14px;
	padding: 22px 0;
}

.bx-up {
	text-align: right;
}

.bx-up a,
.bx-up a:hover {
	border-bottom: none;
}

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	.bx-footer {
		text-align: center;
	}
	.bx-up {
		text-align: center;
	}
}
/**/

.btn,
.btn:hover,
.btn:active,
.btn:focus{
	text-shadow: none !important;
	-webkit-box-shadow:none !important;
	   -moz-box-shadow:none !important;
			box-shadow:none !important;
	outline:none !important;
}

.btn-primary {
	background-color: #1485ce;
	border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #53a4d8;
	border-color: #53a4d8;
}

.btn-link {
	color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
	color: #53a4d8;
	text-decoration: none;
}
/*404*/

.bx-404-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bx-404-block {
	margin-top: 100px;
	margin-bottom: 66px;
}

@media (max-width: 768px) {
	.bx-404-block {
		margin-top: 50px;
		margin-bottom: 33px;
	}
}

.bx-404-text-block {
	font-size: 20px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.bx-maps-title {
	color: #8f8f8f;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaea;
}

.map-columns {
	padding-top: 20px;
}

.bx-map-title {
	font-weight: bold;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: relative;
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.bx-map-title .fa {
	color: #0083d1;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}

.map-columns ul {
	list-style: none;
	margin-bottom: 5px;
}

.map-level-0 {
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}

.map-level-0 li {
	margin-left: 0;
	padding-left: 0;
}

.map-level-0 ul {
	padding-left: 15px;
}

ul.map-level-1 {
	margin-bottom: 30px;
}
/*ABOUT*/

.bxd-block {
	width: 100%;
	border: 1px solid #e3e6e7;
	display: block;
	background: #fff;
	padding: 15px;
	min-height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.bxd-block:hover {}

.bxd-icon {
	display: block;
	border-radius: 50%;
	height: 68px;
	width: 68px;
	margin: 0 auto;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {}

.bxd-icon .fa {
	margin-left: -1px;
	position: relative;
	font-size: 35px;
	height: 68px;
	width: 68px;
	text-align: center;
	line-height: 68px;
	vertical-align: middle;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {}

.bxd-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.bxd-desc {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 12px;
}


.bx-up-button {
	border-radius: 2px;
	color: #fff;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	vertical-align: middle;
	padding: 9px 18px 7px 38px;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
	background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}
.bx-up-button:hover{
	background-color: #9fa0a3;
}
.footerAddress.dop {
	margin:10px 0;
}
.footerAddress.dop .footerMenu__title.address_title {
	font-size: 20px;
}
.footerKS.dop {
	width: 100%; margin-top: 30px;
}
.footerKS.fot{
	position: relative;
    top: -40px;
    left: -40px;
}
.deliveryAddress__detailsAddress.address_text a {
	font-size: 17px;
    font-weight: normal;
    text-decoration: underline;
    color: #000;
}
.megamenu_side.dop .linkType2 {
	font-size: 17px;
    font-weight: normal;
}
.megamenu_side.dop .hours {
	margin-bottom: 5px !important;
}
.megamenu_side.dop .footerMenu__title {
	margin-bottom:0;
}
.megamenu_side.dop .megamenu_side__address-city {

    font-size: 20px;
    line-height: 10px;

}

.reject {
	padding-top: 15px;
	text-align: center;
}
.reject > span {
	font-weight: bold;
}

.marquiz-pops {
	display: none !important;
	width: 1px !important;
}

/* End */
/* /local/templates/kingstyle/styles/styles.css?1746628042253188 */
/* /local/new_build/local/assets/dist/styles/styles.build.css?1761645504186288 */
/* /local/templates/.default/components/bitrix/news.list/header_location/style.css?17429133103007 */
/* /local/templates/.default/components/bitrix/sale.location.selector.search/location_search/style.css?17429133107037 */
/* /local/templates/kingstyle/template_styles.css?173502891518591 */
