@media only screen and (max-width: 800px) {
	.main-menu .unic-icon-podlozhka {
		background-color: #333333;
		background-image: url(/i/menu-71-bg.jpg);
	}

	.main-menu .unic-icon-podlozhka a {
		background: url(/i/menu-71-icon.png) no-repeat 50% 25% / auto 50%;
	}
}

body #header .logo {
	background: url(/i/logo.png);
	/* fallback when svg not supported */
	background: url(/i/logo.svg) center / cover, linear-gradient(transparent, transparent);
}

#add-through-popup {
	max-width: 380px;
	width: 100%;
	font-family: Montserrat, sans-serif;
}

.dd-bb .popup-header {
	background: transparent;
	padding: 0 30px;
}

.dd-bb-name {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 5px 10px;
}

#add-through-popup a.close::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #111;
	top: 50%;
	transform: rotate(-45deg);
}

#add-through-popup a.close::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #111;
	top: 50%;
	transform: rotate(45deg);
}

#add-through-popup a.close {
	background: none;
	width: 30px;
	height: 30px;
	top: 23px;
	right: 18px;
}

#add-through-popup.quantity-popup label {
	font-size: 15px;
}

#add-through-popup.quantity-popup .form-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

#add-through-popup.quantity-popup .need-area-input {
	max-width: 417px;
	background: #ffffff;
	border: 1px solid #c7c7c7;
	font-size: 18px;
	line-height: 36px;
}

#add-through-popup.quantity-popup .spinner-inp {
	height: 40px;
	width: 80%;
}

#add-through-popup.quantity-popup .spinner-inp .spinner-down-icon {
	height: 40px;
	border: 1px solid #c7c7c7;
	background: #fff;
	border-right: none;
	padding: 4px 7px;
}

#add-through-popup.quantity-popup .spinner-inp .spinner-down-icon::before {
	content: '';
	border-left: 1px solid #111;
	height: 15px;
	width: 1px;
	display: block;
	transform-origin: 0 100%;
	transform: rotate(30deg);
}

#add-through-popup.quantity-popup .spinner-inp .spinner-down-icon::after {
	content: '';
	border-left: 1px solid #111;
	height: 15px;
	width: 1px;
	display: block;
	transform-origin: 0 0;
	transform: rotate(-30deg);
}

#add-through-popup.quantity-popup .spinner-inp .spinner-up-icon {
	height: 40px;
	border: 1px solid #c7c7c7;
	background: #fff;
	border-left: none;
	padding: 4px 0 4px 15px;
}

#add-through-popup.quantity-popup .spinner-inp .spinner-up-icon::before {
	content: '';
	border-left: 1px solid #111;
	height: 15px;
	width: 1px;
	display: block;
	transform-origin: 0 100%;
	transform: rotate(-30deg);
}

#add-through-popup.quantity-popup .spinner-inp .spinner-up-icon::after {
	content: '';
	border-left: 1px solid #111;
	height: 15px;
	width: 1px;
	display: block;
	transform-origin: 0 0;
	transform: rotate(30deg);
}

#add-through-popup.quantity-popup .spinner-inp .inp {
	max-width: 417px;
	background: #ffffff;
	border: 1px solid #c7c7c7;
	font-size: 18px;
	line-height: 36px;
	height: 40px;
}

#add-through-popup.quantity-popup .form-row.s15 .bb {
	font-weight: 500;
	font-size: 16px;
}

#add-through-popup.quantity-popup .card-price {
	margin-top: 20px;
}

#add-through-popup.quantity-popup .card-price-left {
	width: auto;
	padding-left: 20px;
	padding-right: 30px;
}

#add-through-popup.quantity-popup .card-price .bb {
	font-weight: 500;
}

#add-through-popup.quantity-popup .buy-btn {
	width: 200px;
	margin: 5px calc(50% - 100px) 30px !important;
	height: 60px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 58px;
	text-transform: uppercase;
	background: #e1b858;
	color: #ffffff;
	border: unset;
	left: auto !important;
	transform: none !important;
}

#add-through-popup.quantity-popup .buy-btn:hover {
	filter: brightness(105%);
}

@media (max-width: 800px) {
	#add-through-popup {
		max-width: 800px;
	}
}

.pvd-responsive-grid-items-container {
	display: grid;
}

.text-container .pvd-responsive-grid-items-container * + :not(.fr) {
	margin-top: unset;
}

.pvd-flex-container {
	display: flex;
	row-gap: 2.5em;
	flex-wrap: wrap;
	justify-content: space-around;
}

.pvd-flex-item {
	flex: 1;
	width: min-content;
	text-align: center;
	margin-top: unset !important;
}

.pvd-flex-item img {
	height: inherit;
	max-width: unset;
}

/* fix для панелей toggle для vitrine */
.vitrine-tabs-menu > .ui-tabs-nav {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	gap: 4px 4px;
}

.vitrine-tabs-menu > .ui-tabs-nav::before,
.vitrine-tabs-menu > .ui-tabs-nav::after {
	content: '';
	display: none;
}

.vitrine-tabs-menu > .ui-tabs-nav > li {
	margin: 0 !important;
}

.vitrine-tabs-menu > .ui-tabs-nav > li > a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 8px;
	padding-right: 8px;
}

/* Sliders */
/* Main */
.newCardSwiper__area {
	position: relative;
}

.newCardSwiper {
	width: 100%;
}

.newCardSwiper__area > * {
	z-index: 2 !important;
}

.newCardSwiper__area > .newCardSwiper {
	z-index: 1 !important;
}

.newCardSwiper__slide {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.newCardSwiper__image {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.newCardSwiper__image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* Thumbs */
.newCardThumbs__area {
	width: 100% !important;
	height: auto !important;
	margin-top: 10px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.newCardThumbs {
	width: calc(100% - 60px);
}

.newCardThumbs__slide.swiper-slide {
	width: auto;
	height: auto;
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.newCardThumbs__slide.this3d {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.newCardThumbs__slide.swiper-slide-thumb-active {
	opacity: 0.8;
}

.newCardThumbs__image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.newCardThumbs__image img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	background: transparent;
	width: 30px !important;
	height: 100% !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: auto !important;
	top: auto !important;
	bottom: auto !important;
	right: auto !important;
	margin-top: 0 !important;
	/* padding-bottom: 10px; */
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev {
	left: 0 !important;
}

.swiper-button-next {
	right: 0 !important;
}

.swiper-button-prev i {
	margin-right: auto;
}

.swiper-button-next i {
	margin-left: auto;
}

.swiper-slide .js-show-3d {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-slide .js-show-3d:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/i/mask-3d.svg) no-repeat 50% / cover;
}

.sContactsNew {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas: 'a b c' 't t t';
}
.sContactsNew::before,
.sContactsNew::after {
	display: none;
}
.sContactsNew .col-a {
	grid-area: a;
	width: 100% !important;
	max-width: 100% !important;
}
.sContactsNew .col-b {
	grid-area: b;
	width: 100% !important;
	max-width: 100% !important;
}
.sContactsNew .col-c {
	grid-area: c;
	width: 100% !important;
	max-width: 100% !important;
}
.sContactsNew .online-tour {
	grid-area: t;
	width: 100% !important;
	max-width: 100% !important;
	top: auto;
	left: auto;
}
@media (max-width: 900px) {
	.sContactsNew {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 'a b' 't t' 'c c';
	}
	.sContactsNew .online-tour {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
	}
	.sContactsNew .online-tour .slides {
		width: 100%;
	}
	.sContactsNew .online-tour > a {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 16px;
	}
}
@media (max-width: 700px) {
	.sContactsNew {
		grid-template-columns: 1fr;
		grid-template-areas: 'a' 'b' 't' 'c';
	}
}

.filter-alphabet-with-suborder {
    line-height:38px;
}
.filter-alphabet-with-suborder .letter {
    display:inline-block;
    width:20px;
    font-size:22px;
    text-transform:uppercase;
    text-align:center;
}
.filter-alphabet-with-suborder .letter.active {
    font-weight:bold;
    cursor:default;
}
.filter-alphabet-with-suborder .letter:not(.active) {
    cursor:pointer;
}
.filter-alphabet-with-suborder .btn {
    visibility:visible;opacity:1;transition:opacity .25s ease
}

.filter-alphabet-with-suborder .btn.active {
    display:none;
    visibility:hidden;
    opacity:0;
}

.homepage .homepage-news a.h3 {
    color: #e5c063;
    font-size: 29px;
    line-height: 1.1;
}

.homepage .homepage-news a {
    color: #313033;
}

.homepage .homepage-news .news-thumb {
    float:left;
    padding: 0.5em;
    display: block;
    margin-right: 20px;
    margin-bottom: 0;
}

.homepage .homepage-news .news-notice {
    text-align: left;
    line-height: 1.2;
}

.homepage .homepage-news .text-container {
    font-size: 16px;
}

.homepage .homepage-news .homepage-news-inner.container {
    padding: 3em 1em 1em 1em;
}
#footer {
clear: both;
}

@media only screen and (max-width: 800px) {
    .homepage .homepage-news .homepage-news-inner.container {
        text-align: center;
        padding-top: 2em;
    }
    .homepage .homepage-news .news-thumb img {
        margin-left: 10px !important;
    }
    .homepage .homepage-news .news-thumb {
        float: none;
        margin: auto;
    }
}

.st-infopage-44c9 .text-container * + :not(.fr) {
    margin-top: unset;
}
.st-infopage-44c9.container {
    width: 100%;
    padding: 0;
}
.st-infopage-44c9 .doc-row {
    background-color: #F3F3F4;
}
.st-infopage-44c9 .doc-row:nth-child(odd) {
    background-color: #FFFFFF;
}
.st-infopage-44c9 .doc-row-head {
    font-weight: bold;
    text-transform: uppercase;
}
.st-infopage-44c9 .doc-row-subheader {
    font-weight: bold;
    line-height: 2em;
}
.st-infopage-44c9 .doc-row .container {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.st-infopage-44c9 .doc-section {
    padding: 0;
    display: block;
    font-size: 2em;
    background: linear-gradient(to right, #DBB967 15%, transparent 15%);
    line-height: 2.2em;
}
.st-infopage-44c9 .doc-row .doc-section .container {
    padding: 0;
}
.st-infopage-44c9 .doc-section-body {
    display: inline-block;
    padding: .3em .7em .3em 0;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #DBB967;
}
@media only screen and (max-width: 1248px) {
  .st-infopage-44c9 .doc-section-body {
    padding-left: 10px;
  }
}
.st-infopage-44c9 .doc-section-number {
    color: #FFFFFF;
    display: inline;
}
.st-infopage-44c9 .doc-feat-list {
    padding-left: 0.2em;
    margin-bottom: 1em;
    list-style-type: none;
}
.st-infopage-44c9 .doc-feat-list > li {
    position: relative;
    margin-left: 3em;
    line-height: 2em;
}
.st-infopage-44c9 .doc-feat-list > li::before {
    content: "\2013";
    position: absolute;
    left: -3em;
}
.st-infopage-44c9 hr {
    margin-top: 1.5em !important;
}
.st-infopage-44c9 ol {
    margin-top: 1em !important;
}
.st-infopage-44c9 ol > li {
    margin-bottom: 1em;
}