body {
	font-family: var(--mont-ff);
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	width: 100%;
}
svg {
	max-width: 100%;
	height: auto;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
	outline: none!important;
	text-decoration: none!important;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
.search-field {
	margin-bottom: 10px;
}
.search-field .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
.search-field .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}

/* GTS Agency */
:root {
  --mont-ff: "Montserrat", sans-serif;
  --intro-book-ff: 'Intro Book';
  --color-1F1D1C: #1F1D1C;
  --color-C9AD6F: #C9AD6F;
  --color-FFF: #FFF;
  --color-FFF-20: rgba(255, 255, 255, .2);
  --color-FFF-30: rgba(255, 255, 255, .3);
  --color-FFF-50: rgba(255, 255, 255, .5);
  --color-FFF-60: rgba(255, 255, 255, .6);
  --color-D40007: #D40007;
  --color-2C2928: #2C2928;
  --color-797777: #797777;
  --color-F0F1F3: #F0F1F3;
  --color-BCBCBB: #BCBCBB;
  --color-E7E7E7: #E7E7E7;
}
.tablet-show {
	display: none!important;
}
html.overflow-h-popup {
	overflow: hidden;
}
a {
	transition: .3s;
}
.font-s-13 {
	font-size: 13px;
}
.font-s-14 {
	font-size: 14px;
}
.font-s-15 {
	font-size: 15px;
}
.font-s-16 {
	font-size: 16px;
}
.font-s-18 {
	font-size: 18px;
}
.font-s-20 {
	font-size: 20px;
}
.font-s-28 {
	font-size: 28px;
}
.font-s-30 {
	font-size: 30px;
}
.font-s-45 {
	font-size: 45px;
}
.font-s-60 {
	font-size: 60px;
}
.font-s-100 {
	font-size: 100px;
}
.font-s-180 {
	font-size: 180px;
}
.container-default {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.container-xs {
	width: 100%;
	max-width: 1064px;
	margin: 0 auto;
}
.container-size-m {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
}
.btn-center-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
body::-webkit-scrollbar {
	width: 10px;
}
body::-webkit-scrollbar-track {
	background: var(--color-BCBCBB);
}
body::-webkit-scrollbar-thumb {
	background-color: var(--color-1F1D1C);
	border-radius: 0;
	border: none;
}
body *::-webkit-scrollbar {
	width: 2px;
}
body *::-webkit-scrollbar-track {
	background: var(--color-BCBCBB);
}
body *::-webkit-scrollbar-thumb {
	background-color: var(--color-1F1D1C);
	border-radius: 0;
	border: none;
}
.site-header {
	background: var(--color-1F1D1C);
	position: sticky;
	left: 0;
	top: -40px;
	width: 100%;
	z-index: 100;
	transition: .4s;
}
.site-header-wrapper {
	display: grid;
	grid-template-columns: 1fr 102px 1fr;
	grid-gap: 9px;
}
.site-header-left-top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 54px;
	height: 40px;
	border-bottom: 1px solid var(--color-FFF-20);
}
.site-header-right-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 40px;
	height: 40px;
	border-bottom: 1px solid var(--color-FFF-20);	
}
.site-header-right-bottom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 50px;
	height: 80px;
}
.site-header-middle,
.site-header-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-header-logo > img.small-h-logo {
	display: none;
}
.site-header.fixed .site-header-logo > img:not(.small-h-logo) {
	display: none;
}
.site-header.fixed .site-header-logo > img.small-h-logo {
	display: block;
}
.site-header.fixed .site-header-middle {
	height: 80px;
	margin-top: 40px;
}
.site-header-left-bottom {
	height: 80px;
}
.site-header-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}
.site-header-menu > li {
	height: 100%;
}
.site-header-menu > li > a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: var(--color-FFF);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.site-header-menu > li > a:hover {
	color: var(--color-C9AD6F);
}
.site-header-menu > li > a.with-icon {
	font-weight: 600;
	text-transform: uppercase;
	gap: 14px;
}
.site-header-menu > li > a.show-catalog,
.site-header-menu > li > a.company-menu {
	position: relative;
}
.site-header-menu > li > a.show-catalog:before,
.site-header-menu > li > a.company-menu:before {
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	transform: rotate(45deg);
	background-color: var(--color-FFF);
	left: 17px;
	bottom: -6.5px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.site-header-menu > li > a.show-catalog:before {
	left: 4px;
}
.site-header-menu > li > a.show-catalog.active:before,
.site-header-menu > li > a.company-menu.active:before {
	opacity: 1;
	visibility: visible;
}
.header-cart {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 17px;
}
.total-badge-text {
	color: var(--color-FFF);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.header-cart-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
}
.qnt-badge {
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-D40007);
	color: var(--color-FFF);
	font-family: var(--mont-ff);
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15.4px */
}
.search-field {
	position: relative;
	margin: 0;
}
.search-field > input {
	padding: 13px 10px 13px 47px;
	border-radius: 25px;
	background: var(--color-2C2928);
	color: var(--color-FFF);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
	border: none;
	outline: none;
	width: 320px;
}
.search-field > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: var(--color---color-FFF);
}
.search-field > input::-moz-placeholder { /* Firefox 19+ */
  	color: var(--color---color-FFF);
}
.search-field > input:-ms-input-placeholder { /* IE 10+ */
  	color: var(--color---color-FFF);
}
.search-field > input:-moz-placeholder { /* Firefox 18- */
  	color: var(--color---color-FFF);
}
.btn-start-search {
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: transparent;
	outline: none;
}
.site-header-worktime {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}
.site-header-worktime > span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	color: var(--color-FFF);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.site-header-worktime > span > span {
	color: var(--color-FFF-60);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.site-header-phone {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}
.site-header-phone > span {
	color: var(--color-FFF-60);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.site-header-phone > a {
	color: var(--color-C9AD6F);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.site-company-full {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: none;
	background: var(--color-FFF);
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
	z-index: 199;
}
.site-company-full > .container-default {
	max-width: 1200px;
}
.site-company-main {
	padding: 35px 0 31px 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}
.site-company-main > a {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.site-company-main > a:hover {
	color: var(--color-C9AD6F);
}
.site-categories-full {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: none;
	background: var(--color-FFF);
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
	min-height: 380px;
	max-height: 518px;
	z-index: 199;
}
.site-categories-full-wrapper {
	display: grid;
	grid-template-columns: 293px 1fr;
	grid-gap: 53px;
}
.site-categories-main {
	position: relative;
	padding: 31px 18px 34px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 7px;
}
.site-categories-main:before {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: calc(100% - 83px);
	background: var(--color-E7E7E7);
}
.site-categories-main > a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
	transition: .3s;
}
.site-categories-main > a > svg path {
	transition: .3s;
}
.site-categories-main > a:hover,
.site-categories-main > a.active {
	color: var(--color-C9AD6F);
}
.site-categories-main > a:hover > svg path[fill],
.site-categories-main > a.active > svg path[fill] {
	fill: var(--color-C9AD6F);
}
.site-categories-main > a:hover > svg path[stroke],
.site-categories-main > a.active > svg path[stroke] {
	stroke: var(--color-C9AD6F);
}
.site-categories-secondary-outer {
	display: none;
	width: 100%;
}
.site-categories-secondary-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
.site-categories-secondary-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 66%;
	gap: 25px;
}
.site-categories-secondary-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	padding: 35px 0 34px;
}
.site-categories-secondary-title {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 21px */
	margin: 0 0 10px;
}
.site-categories-secondary-list > a {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.site-categories-secondary-list > a:hover {
	color: var(--color-C9AD6F);
}
.site-categories-secondary-image {
	position: relative;
	width: 30%;
	height: calc(100% - 34px);
}
.site-categories-secondary-image > img.secondary-main {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.site-categories-secondary-image > img.secondary-pattern {
	position: absolute;
	left: 50%;
	bottom: 19px;
	max-width: 296px;
	transform: translateX(-50%);
	z-index: 2;
}
.language-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}
.language-list > a {
	color: var(--color-C9AD6F);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.language-list > a.active {
	color: var(--color-FFF-50);
}
.site-footer {
	background: var(--color-1F1D1C);
}
.site-footer-top-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	padding: 59px 0 42px;
}
.site-footer-top-item-title {
	color: var(--color-C9AD6F);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 29px;
}
.site-footer-top-item-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}
.site-footer-top-item-links > a {
	color: var(--color-FFF);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 22.5px */
}
.site-footer-top-item-links > a:hover {
	color: var(--color-C9AD6F);
}
.site-footer-phone {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 17px;
	margin: 0 0 25px;
}
.site-footer-phone-text {
	color: var(--color-FFF-60);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 22.5px */
}
.site-footer-phone > a {
	color: var(--color-FFF);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.site-footer-email,
.site-footer-worktime {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}
.site-footer-email > span,
.site-footer-worktime > span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	color: var(--color-FFF);
	font-family: var(--mont-ff);
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 22.5px */
}
.site-footer-email > span > a {
	color: var(--color-FFF);
	font-size: 15px;
}
.site-footer-email > span > a:hover {
	color: var(--color-C9AD6F);
}
.site-footer-email > span > span,
.site-footer-worktime > span > span {
	color: var(--color-FFF-60);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 22.5px */
}
.site-footer-worktime {
	margin: 0 0 9px;
}
.site-footer-email {
	margin: 0 0 30px;
}
.site-footer-socials {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}
.site-footer-social-icon {
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-footer-social-icon > a {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: transparent;
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
	transition: .3s;
	overflow: hidden;
}
.site-footer-social-icon > a > svg {
	position: relative;
	z-index: 2;
}
.site-footer-social-icon > a:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	transition: .3s;
	background-color: var(--color-FFF);
	border-radius: 50%;
	transition: .3s;
}
.site-footer-social-icon:hover > a:before {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}
.site-footer-bottom-wrapper {
	padding: 14px 0 17px;
	border-top: 1px solid var(--color-FFF-20);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-footer-powered {
	color: var(--color-FFF-60);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.site-footer-develop,
.site-footer-develop > a,
.site-footer-bottom-links > a,
.site-footer-bottom-links > span {
	color: var(--color-FFF-60);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.site-footer-develop > a:hover,
.site-footer-bottom-links > a:hover {
	color: var(--color-C9AD6F);
}
.page-content {
	min-height: 600px;
}
.container-fluid {
	width: 100%;
	padding: 0;
}
.btn-default-gold {
	position: relative;
	padding: 16px 35px;
	color: var(--color-1F1D1C)!important;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background: var(--color-FFF);
	overflow: hidden;
	border-radius: 35px;
	text-decoration: none!important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 160px;
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
}
.btn-default-gold > svg,
.btn-default-gold > span {
	position: relative;
	z-index: 3;
}
.btn-default-gold:before {
	position: absolute;
	z-index: 2;
	height: 110%;
	content: '';
    background: var(--color-C9AD6F);
    width: 120%;
    left: -10%;
    top: -5%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.btn-default-gold:hover:before {
	transform: translate3d(100%, 0, 0);
}
.btn-default-grey {
	position: relative;
	padding: 16px 35px;
	color: var(--color-1F1D1C)!important;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background: var(--color-C9AD6F);
	overflow: hidden;
	border-radius: 35px;
	text-decoration: none!important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 160px;
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
}
.btn-default-grey > svg,
.btn-default-grey > span {
	position: relative;
	z-index: 3;
}
.btn-default-grey:before {
	position: absolute;
	z-index: 2;
	height: 110%;
	content: '';
    background: var(--color-F0F1F3);
    width: 120%;
    left: -10%;
    top: -5%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.btn-default-grey:hover:before {
	transform: translate3d(100%, 0, 0);
}
.btn-default-white {
	position: relative;
	padding: 16px 35px;
	color: var(--color-1F1D1C)!important;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background: var(--color-C9AD6F);
	overflow: hidden;
	border-radius: 35px;
	text-decoration: none!important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 160px;
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
}
.btn-default-white > svg,
.btn-default-white > span {
	position: relative;
	z-index: 3;
}
.btn-default-white:before {
	position: absolute;
	z-index: 2;
	height: 110%;
	content: '';
    background: var(--color-FFF);
    width: 120%;
    left: -10%;
    top: -5%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.btn-default-white:hover:before {
	transform: translate3d(100%, 0, 0);
}
.abs-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.simple-text > *:last-child {
	margin-bottom: 0;
}
.simple-text > p {
  color: var(--color-1F1D1C);
  font-family: var(--mont-ff)!important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin: 0 0 15px;
}
.simple-text > ul > li *,
.simple-text > p * {
	font-family: var(--mont-ff)!important;
}
.simple-text > ul {
  position: relative;
  padding: 0 0 0 30px;
  margin: 20px 0;
  list-style: none;
}
.simple-text > ul:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 30px;
  width: 1px;
  height: calc(100% - 12px);
  transform: translateY(-50%);
  background: var(--color-E7E7E7);
}
.simple-text > ul > li {
  position: relative;
  padding-left: 48px;
  color: var(--color-1F1D1C);
  font-family: var(--mont-ff);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.simple-text > ul > li+li {
  margin-top: 17px;
}
.simple-text > ul > li > a {
  color: var(--color-1F1D1C);
}
.simple-text > ul > li:before {
  position: absolute;
  content: '';
  left: 19px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-1F1D1C);
}
.simple-text b {
	font-weight: 600;
}
.simple-text h4 {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin: 0 0 21px;
}
.simple-text h5 {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	margin: 0 0 16px;
}
.simple-text ul+h5,
.simple-text p+h5 {
	margin-top: 40px;
}
.simple-text h6 {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
	margin: 0 0 20px;
}
.simple-text ul+h6,
.simple-text p+h6 {
	margin-top: 40px;
}
.custom-title-wrapper {
	display: grid;
	grid-template-columns: 232px 1fr 232px;
}
.custom-title-line-left {
	position: relative;
	padding-left: 85px;
	margin: 0 0 12px;
	color: var(--color-C9AD6F);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.custom-title-line-left:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 2px;
	background: var(--color-C9AD6F);
}
.custom-title-line {
	position: relative;
	text-align: center;
	margin: 0 auto 31px;
	padding-top: 16px;
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}
.custom-title-line-outer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.custom-subtitle {
	color: var(--color-797777);
	text-align: center;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.custom-title-wrapper .custom-title-line-outer,
.custom-title-wrapper .custom-title-line {
	justify-self: center;
}
.custom-title-wrapper .btn-wrapper {
	justify-self: end;
	align-items: center;
}
.custom-title-line > span {
	color: var(--color-C9AD6F);
}
.custom-title-line:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 60px;
	height: 1px;
	background: var(--color-1F1D1C);
}
.swiper-custom-navigation {
	position: absolute;
	left: 50%;
	bottom: 31px;
	transform: translateX(-50%);
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.swiper-custom-navigation.dark {
	position: relative;
	left: unset;
	bottom: unset;
	transform: unset;
}
.swiper-custom-navigation .swiper-pagination-progressbar.swiper-pagination-horizontal {
	position: relative;
	width: 120px;
	height: 2px;
	left: unset;
	top: unset;
	background: var(--color-FFF-30);
}
.swiper-custom-navigation.dark .swiper-pagination-progressbar.swiper-pagination-horizontal {
	background: var(--color-BCBCBB);
}
.swiper-custom-navigation .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--color-FFF);
}
.swiper-custom-navigation.dark .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--color-1F1D1C);
}
.swiper-custom-navigation > a {
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}
.swiper-custom-pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.js-all-slide,
.js-current-slide {
	color: var(--color-FFF);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.swiper-custom-navigation.dark .js-all-slide,
.swiper-custom-navigation.dark .js-current-slide {
	color: var(--color-1F1D1C);
}
#search-result {
	display: none;
	padding: 57px 0;
	background: var(--color-FFF);
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
	position: absolute;
	width: 100%;
	left: 0;
    top: 100%;
    z-index: 20;
}
#search-result > a {
	position: absolute;
	right: 10px;
	top: 10px;
}
.search-result-wrapper {
	display: grid;
	grid-template-columns: 219px 1px 1fr;
	grid-gap: 92px;
}
.search-result-subtitle {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
	margin: 0 0 25px;
}
.search-result-categories {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 7px;
}
.search-result-categories > a {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
}
.search-result-delimeter {
	width: 1px;
	height: 100%;
	background: var(--color-E7E7E7);
}
.search-right-title {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
	margin: 0 0 10px;
}
.search-result-products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	margin: 0 0 40px;
}
.product-card {
	position: relative;
}
.product-card-image {
	padding: 24px 5px 20px 3px;
	position: relative;
}
.product-card-image > img {
	max-width: 100%;
}
.product-card-image .hover-show {
	position: absolute;
	left: 5px;
	top: 24px;
	width: 100%;
	object-fit: cover;
	height: calc(100% - 44px);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 4;
}
.swiper-slide .product-card:before {
	position: absolute;
	content: '';
	left: -5px;
	top: 0;
	width: .9px;
	height: 100%;
	background-color: var(--color-E7E7E7);
}
.swiper-slide.swiper-slide-active .product-card:before {
	display: none;
}
.product-card:hover .product-card-image .hover-show {
	opacity: 1;
	visibility: visible;
}
.product-card-manf-logo {
	position: absolute;
	left: 20px;
	top: 27px;
	width: 45px;
}
.product-card:hover .product-card-manf-logo {
	opacity: 0;
	visibility: hidden;
}
.product-card-manf-logo > img {
	width: 100%;
	height: auto;
	max-height: 45px;
	transition: .3s;
}
.product-card-material {
	position: absolute;
	border-radius: 45px;
	right: 20px;
	top: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 19;
	padding-left: 16px;
	width: 45px;
	overflow: hidden;
}
.product-card-material:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 45px;
	background-color: var(--color-FFF);
	transition: .3s;
	z-index: 1;
} 
.product-card-material:hover {
	width: auto;
}
.product-card-material:hover:before {
	width: 100%;
}
.product-card-material-title {
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	margin-right: 2px;
	transition-delay: .2s;
	transition: .2s;
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: 2;
}
.product-card-material-text {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	transition-delay: .2s;
	transition: .2s;
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: 2;
}
.product-card-material:hover .product-card-material-text,
.product-card-material:hover .product-card-material-title {
	opacity: 1;
	visibility: visible;
}
.product-card-material-icon {
	flex-shrink: 0;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	background: var(--color-FFF);
	border-radius: 50%;
}
.product-card-sticker-wrapper {
	position: absolute;
	bottom: -13px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.product-card-caption-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 9px;
	width: 100%;
	padding: 20px 20px 15px;
}
.product-card-sticker-item {
	padding: 4px 15px 5px;
	color: var(--color-FFF);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 30px;
}
.product-card-sticker-item.special {
	background-color: var(--color-D40007);
}
.product-card-category-name {
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
	margin: 0 0 2px;
}
.product-card-name {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
}
.product-card-caption-right {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	width: -moz-fit-content;
	width: fit-content;
}
.product-card-old-price {
	white-space: nowrap;
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-decoration: line-through;
}
.product-card-price {
	white-space: nowrap;
	color: var(--color-D40007);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 28px */
}
.product-card-price.add-top-m {
	margin-top: 17.5px;
}
.product-card-attributes {
	position: absolute;
	left: 0;
	top: calc(100% - 7px);
	width: 100%;
	background: var(--color-FFF);
	opacity: 0;
	visibility: hidden;
	transition: .15s;
	z-index: 99;
}
.product-card:hover .product-card-attributes {
	opacity: 1;
	visibility: visible;
}
.product-card-attributes-title {
	position: relative;
	width: 100%;
	color: var(--color-1F1D1C);
	text-align: center;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 15px;
}
.product-card-attributes-title:before {
	position: absolute;
	content: '';
	z-index: 1;
	width: 100%;
	height: 1px;
	background: var(--color-E7E7E7);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.product-card-attributes-title > span {
	padding: 0 15px;
	background-color: var(--color-FFF);
	position: relative;
	z-index: 3;
}
.product-card-attributes-list {
	display: grid;
	grid-template-columns: 1fr;
	padding: 0 20px 19px;
}
.product-card-attributes-list-item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
.product-card-attributes-list-item-name {
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.product-card-attributes-list-item-value {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.btn-wrapper {
	display: flex;
}
.btn-start-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 25px;
}
.btn-default-transparent {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.btn-default-transparent:hover {
	color: var(--color-C9AD6F);
}
@keyframes rotate-full {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.offer-card {
	position: relative;
}
.offer-card-image {
	position: relative;
	height: 0;
	padding-bottom: 59.19%;
	overflow: hidden;
}
.offer-card-image > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.05);
	transition: .3s;
}
.offer-card:hover .offer-card-image > img {
	transform: scale(1);
}
.offer-card-caption {
	padding: 20px 13px 24px;
}
.offer-card-period {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0 0 10px;
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.offer-card-title {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
	height: calc(1.35 * 20px * 2);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.page-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.page-breadcrumb > li {
	position: relative;
	padding-right: 20px;
}
.page-breadcrumb > li:before {
	position: absolute;
	content: '/';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.page-breadcrumb > li:last-child {
	padding-right: 0;
}
.page-breadcrumb > li:last-child:before {
	display: none;
}
.page-breadcrumb > li > a {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.page-breadcrumb > li > span {
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.page-title {
	padding-top: 16px;
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	position: relative;
	margin: 0 0 30px;
	text-align: center;
}
.page-title > span {
	color: var(--color-C9AD6F);
}
.page-title:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 60px;
	height: 1px;
	background: var(--color-1F1D1C);
}
.page-pagination {
	margin: 30px 0 0;
}
.page-pagination > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.page-pagination > ul > li:not(.prev-page, .next-page) > a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
	background: var(--color-FFF);
	overflow: hidden;
	position: relative;
}
.page-pagination > ul > li:not(.prev-page, .next-page) > a > span {
	position: relative;
	z-index: 3;
}
.page-pagination > ul > li:not(.prev-page, .next-page) > a:before {
	position: absolute;
	content: '';
	left: -150%;
	top: 120%;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: .5s;
	background: var(--color-C9AD6F);
	z-index: 1;
}
.page-pagination > ul > li:not(.prev-page, .next-page) > a:hover {
	color: var(--color-FFF);
}
.page-pagination > ul > li:not(.prev-page, .next-page) > a:hover:before {
	left: 50%;
}
.page-pagination > ul > li > span {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 50%;
	background: var(--color-F0F1F3);
}
.page-pagination > ul > li.prev-page > a,
.page-pagination > ul > li.next-page > a {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-pagination > ul > li.prev-page > a {
	margin-right: 25px;
}
.page-pagination > ul > li.next-page > a {
	margin-left: 25px;
}
.btn-default-gold-circle {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
	background: var(--color-FFF);
	overflow: hidden;
	position: relative;
}
.btn-default-gold-circle > span,
.btn-default-gold-circle > svg {
	position: relative;
	z-index: 4;
}
.btn-default-gold-circle:before {
	position: absolute;
	content: '';
	left: -150%;
	top: 120%;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: .5s;
	background: var(--color-C9AD6F);
	z-index: 1;
}
.btn-default-gold-circle:hover {
	color: var(--color-FFF);
}
.btn-default-gold-circle:hover:before {
	left: 50%;
}
.white-popup {
	position: relative;
	background: var(--color-F0F1F3);
	padding: 54px 50px 55px;
	max-width: 796px;
	margin: 0 auto;
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
} 
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
} 
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
} 
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
} 
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
} 
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-close {
	display: none!important;
}
.mfp-iframe-holder .mfp-iframe-scaler .mfp-close {
	display: block!important;
}
.white-popup > svg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.custom-mfp-close {
	position: absolute;
	right: 15px;
	top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.form-field-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 14px;
}
.double-fields-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 22px;
}
.third-fields-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 22px;
}
.form-field {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 2px;
}
.form-field > label {
	padding-left: 20px;
	position: relative;
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.form-field.required > label:after {
	content: '*';
	margin-left: 3px;
}
.form-field > input,
.form-field > textarea {
	border-radius: 26px;
	border: 1px solid var(--color-E7E7E7);
	background: var(--color-FFF);
	padding: 13px 20px;
	width: 100%;
	color: var(--color-2C2928);
	font-family: var(--mont-ff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	outline: none;
	transition: .3s;
}
.form-field.error-field > input,
.form-field.error-field > textarea {
	border: 1px solid var(--color-D40007);
}
.form-field > input:hover,
.form-field > textarea:hover {
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
}
.form-field > input:focus,
.form-field > textarea:focus {
	border: 1px solid var(--color-C9AD6F);
}
.form-field > textarea {
	resize: none;
	height: 100px;
}
.form-field > input::-webkit-input-placeholder,
.form-field > textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: var(--color-2C2928);
	font-family: var(--mont-ff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.form-field > input::-moz-placeholder,
.form-field > textarea::-moz-placeholder { /* Firefox 19+ */
  	color: var(--color-2C2928);
	font-family: var(--mont-ff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.form-field > input:-ms-input-placeholder,
.form-field > textarea:-ms-input-placeholder { /* IE 10+ */
  	color: var(--color-2C2928);
	font-family: var(--mont-ff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.form-field > input:-moz-placeholder,
.form-field > textarea:-moz-placeholder { /* Firefox 18- */
  	color: var(--color-2C2928);
	font-family: var(--mont-ff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.form-field .nice-select {
	height: 21px;
	line-height: 23px;
	padding: 0 17px 0 0;
	border: none;
	outline: none;
	border-radius: unset;
	box-shadow: unset;
}
.form-field .nice-select > span {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.form-field .nice-select:after {
	display: none;
}
.form-field .nice-select:before {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="6" viewBox="0 0 9 6" fill="none"><path d="M0 -3.93402e-07L9 0L4.5 5.5L0 -3.93402e-07Z" fill="%231F1D1C"/></svg>');
	width: 9px;
	height: 6px;
	transition: .3s;
}
.form-field .nice-select.open:before {
	transform: translateY(-50%) rotate(180deg);
}
.btn-end-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.common-contact-us {
	padding: 100px 0;
	background: var(--color-F0F1F3);
}
.common-contact-us .custom-title-line {
	margin-bottom: 3px;
}
.common-contact-us .custom-subtitle {
	margin-bottom: 34px;
}
.form-field-agree-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin: 16px 0 0;
}
.custom-checkbox-outer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.custom-checkbox-outer > input {
	display: none;
}
.custom-checkbox {
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	border: 1px solid var(--color-E7E7E7);
	transition: .3s;
	background: var(--color-FFF);
}
.custom-checkbox > svg {
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.custom-checkbox-outer:hover .custom-checkbox {
	border: 1px solid var(--color-C9AD6F);
}
.custom-checkbox-outer > input:checked+.custom-checkbox {
	border: 1px solid var(--color-C9AD6F);
}
.custom-checkbox-outer > input:checked+.custom-checkbox > svg {
	opacity: 1;
	visibility: visible;
}
.custom-checkbox-outer.error-field .custom-checkbox {
	border: 1px solid var(--color-D40007);
}
.error-not-found-caption {
	padding: 265px 0 245px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 4;
}
.error-not-found-title {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}
.error-not-found-text {
	max-width: 389px;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
	margin: 0 0 30px;
}
.error-not-found-subtitle {
	position: relative;
	padding-top: 14px;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.error-not-found-subtitle:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 55px;
	height: 2px;
	background: var(--color-1F1D1C);
}
#error-not-found {
	position: relative;
	background: var(--color-F0F1F3);
}
#error-not-found > svg {
	position: absolute;
	right: 23px;
	top: 0;
	height: 100%;
	width: auto;
	z-index: 1;
}
#error-not-found > img {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 53px;
	height: calc(100% - 102px);
	width: auto;
}
#success-form-send {
	padding: 0;
}
#success-form-send > svg {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
}
.success-form-send-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 131px 0;
	position: relative;
	z-index: 3;
}
.success-form-send-image {
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 12px;
}
.success-form-send-title {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 32.2px */
	margin: 0 0 12px;
}
.success-form-send-text {
	max-width: 334px;
	color: var(--color-1F1D1C);
	text-align: center;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.site-cities {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}
.site-cities-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: var(--color-FFF-60);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.site-cities-current {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: var(--color-FFF);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.site-cities-current:hover {
	color: var(--color-C9AD6F);
}
#select-city-form {
	background: var(--color-FFF);
}
#select-city-form > svg {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 2;
	max-width: 100%;
	height: auto;
}
#select-city-form > svg path {
	fill: var(--color-F0F1F3);
}
#select-city-form .form-field > input {
	background: var(--color-F0F1F3);
}
.select-city-title {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 32.2px */
	margin: 0 0 21px;
}
.select-city-title > span {
	color: var(--color-C9AD6F);
}
.select-city-form-content {
	position: relative;
	z-index: 2;
}
.select-city-form-content .form-field {
	margin: 0 0 24px;
}
.cities-list {
	column-count: 3;
	min-height: 280px;
}
.cities-list > a {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	padding: 5px 0;
}
.cities-list > a:hover,
.cities-list > a.active {
	color: var(--color-C9AD6F);
}
.cities-list > a.hide {
	display: none!important;
}
.outs[data-v-518837de] {
    position: absolute;
    max-width: 66vw;
    top: 50%;
    left: 50%;
    transition: all 1.5s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(-50%, -50%, 0) scale(1) rotate(360deg);
    transform-origin: 50% 50%;
}
.ANIM-hidden .outs[data-v-518837de] {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
}
.ANIM-opacity .outs[data-v-518837de] {
    opacity: 0;
    transition: none;
}
.ANIM-stroke .outs[data-v-518837de] {
    opacity: 1;
    transition: opacity .4s;
}
.ANIM-stroke .outs > *[data-v-518837de] {
    fill: transparent;
}
@media only screen and (max-width: 900px) {
    .ANIM-stroke .outs > *[data-v-518837de] {
        stroke: #bfbfbf;
        stroke-width: 1.8px;
    }
}
.ANIM-hidden .outs[data-v-518837de] {
    will-change: transform;
    transform: translate3d(-50%, -50%, 0) scale(2);
}
.circles[data-v-518837de] {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1155px) {
    .circles[data-v-518837de] {
        transform: scale(0.8);
    }
}
@media only screen and (max-width: 900px) {
    .circles[data-v-518837de] {
        transform: scale(0.75);
    }
}
@media only screen and (max-width: 560px) {
    .circles[data-v-518837de] {
        transform: scale(0.5);
    }
}
section[data-v-1bf4843e] {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s;
    align-items: center;
    background-color: #fff;
}
.__globalLoaded section[data-v-1bf4843e] {
    opacity: 0;
    visibility: hidden;
}
.wrap[data-v-1bf4843e] {
    transition: all 0.9s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.__globalLoaded .wrap[data-v-1bf4843e] {
    transform: scale(4);
}
.__globalLoaded .wrap path[data-v-1bf4843e] {
    stroke-width: 0;
}
.eye[data-v-1bf4843e] {
    width: 12vw;
    height: 12vw;
    min-width: 150px;
    min-height: 150px;
    -webkit-animation: identifier-data-v-1bf4843e 1s infinite alternate both;
    animation: identifier-data-v-1bf4843e 1s infinite alternate both;
    overflow: visible;
}
.eye path[data-v-1bf4843e] {
    transition: all 0.4s 0.2s;
    stroke: #bbb;
    stroke-width: 0.11px;
    fill: transparent;
}
.__globalLoaded .eye[data-v-1bf4843e] {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes identifier-data-v-1bf4843e {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        transform: scale(1);
    }
}
@keyframes identifier-data-v-1bf4843e {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        transform: scale(1);
    }
}
.tablet-xs-show {
	display: none; /* Show from max-width 1099.99px */
}
.tablet-xxs-show {
	display: none; /* Show from max-width 990px */
}
/* After VW  */
.add-designers-request-content .form-field-wrapper {
	margin-bottom: 20px;
}
.add-designers-request-content {
	position: relative;
}
.add-designers-request-content > div,
.add-designers-request-content > form {
	position: relative;
	z-index: 3;
}
.designers-request-title {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 32.2px */
	margin: 0 0 28px;
}
.designers-request-text {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin: 0 0 22px;
	max-width: 536px;
}
#cart.cart-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	width: 100%;
	max-width: 796px;
	background: var(--color-FFF);
	padding: 54px 50px 50px;
}
#cart.cart-popup > svg {
	display: none;
}
#cart.cart-popup.empty-cart > svg {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
	max-width: 100%;
	height: auto;
}
#cart.cart-popup > div {
	position: relative;
	z-index: 2;
}
#cart.cart-popup.empty-cart {
	background: var(--color-F0F1F3);
}
.cart-popup > a {
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	z-index: 3;
}
.cart-content-title {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 32.2px */
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
.cart-content-title > span {
	margin-left: 6px;
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.cart-content-empty-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 12px 0;
}
.cart-content-empty-title {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
	margin: 0 0 9px;
	text-align: center;
}
.cart-content-empty-text {
	color: var(--color-1F1D1C);
	text-align: center;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	max-width: 356px;
	margin: 0 auto 24px;
}
html.overflow-popup-cart {
	overflow: hidden;
}
html body:after {
	position: fixed;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--color-1F1D1C);
	opacity: 0;
	visibility: hidden;
	z-index: 999998;
}
html.overflow-popup-cart body {
	padding-right: 10px;
}
html.overflow-popup-cart body:after {
	opacity: .3;
	visibility: visible;
}
.cart-content-wrapper .cart-content-title {
	position: relative;
	padding-bottom: 22px;
	width: 100%;
}
.cart-content-wrapper .cart-content-title:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--color-E7E7E7);
}
.cart-content-product-item {
	padding: 9px 0;
	display: grid;
	grid-template-columns: 220px 1fr;
	grid-gap: 30px;
	align-items: center;
	border-bottom: 1px solid var(--color-2C2928);
}
.cart-content-product-image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-content-product-caption {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 22px 0 18px;
	position: relative;
}
.cart-content-product-sku {
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
	margin: 0 0 2px;
}
.cart-content-product-sku > span {
	color: var(--color-1F1D1C);
}
.cart-content-product-name {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
}
.cart-content-product-price-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.cart-content-product-old-price {
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 120.288%; /* 15.637px */
	text-decoration: line-through;
}
.cart-content-product-price {
	color: var(--color-D40007);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 28px */
}
.remove-item-cart {
	position: absolute;
	right: 0;
	bottom: 28px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-content-product-list {
	margin: 0 0 31px;
}
.cart-content-total-wrapper {
	display: grid;
	grid-template-columns: 240px 1fr;
	grid-gap: 10px;
	margin: 0 0 20px;
}
.cart-content-total-wrapper > div {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.cart-content-total-text {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 27px */
	padding-bottom: 2px;
}
.cart-content-total-values {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}
.cart-content-total-old-value {
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 120.288%; /* 15.637px */
	text-decoration: line-through;
}
.cart-content-total-value {
	color: var(--color-D40007);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 42px */
}
.cart-content-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.cart-content-btn-wrapper > a:first-child {
	width: -moz-fit-content;
	width: fit-content;
	white-space: nowrap;
	flex-shrink: 0;
}
.cart-content-btn-wrapper > a:last-child {
	width: 100%;
}
.custom-radio > label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	color: var(--color-2C2928);
	font-family: var(--mont-ff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin: 0;
}
.custom-radio+.custom-radio {
	margin-top: 20px;
}
.custom-radio > label > input {
	display: none;
}
.custom-radio > label > span {
	width: 25px;
	height: 25px;
	position: relative;
	transition: .3s;
}
.custom-radio > label > span:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 1px solid var(--color-E7E7E7);
	border-radius: 50%;
	transition: .3s;
}
.custom-radio > label > span:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: var(--color-1F1D1C);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.custom-radio > label > input:checked+span:after {
	border: 1px solid var(--color-C9AD6F);
}
.custom-radio > label > input:checked+span:before {
	opacity: 1;
	visibility: visible;
}
.checkout-success {
	padding: 30px 0 0;
}
.checkout-success .page-title {
	margin-bottom: 36px;
}
.checkout-success-content {
	position: relative;
	padding: 117px 0 230px;
	background: var(--color-F0F1F3);
	overflow: hidden;
}
.checkout-success-content > svg {
	position: absolute;
	max-width: 100%;
	height: auto;
	left: 50%;
	bottom: 0;
	z-index: 1;
	transform: translateX(-50%);
}
.checkout-success-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 471px;
	margin: 0 auto;
	position: relative;
	z-index: 4;
}
.checkout-success-title {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	margin: 22px 0 12px;
}
.checkout-success-title > span {
	color: var(--color-C9AD6F);
}
.checkout-success-text {
	color: var(--color-1F1D1C);
	text-align: center;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 22.5px */
	margin: 0 0 28px;
}
/* END After VW */
.notification-content-wrapper {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	width: 100%;
	height: 50px;
	opacity: 0;
	visibility: hidden;
}
.notification-content-wrapper.active {
	opacity: 1;
	visibility: visible;
}
.notification-content-item {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
.notification-content-content-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.close-notification {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.notification-content-text {
	color: var(--color-1F1D1C);
	text-align: center;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
#success-cart-add {
	background: var(--color-C9AD6F);
}
.notification-content-item .container-default {
	height: 100%;
}
[class*="animate__"],
[data-anim] {
	animation-duration: 1s;
	animation-delay: .3s;
}
section:not(.inview) [class*="animate__"],
section:not(.inview) [data-anim] {
	animation-play-state: paused;
	opacity: 0;
}
@media(min-width: 1100px) {
	.ANIM-stroke .outs[data-v-518837de] path {
		stroke-width: 0.1vw;
	}
	.font-s-13 {
		font-size: 0.677vw;
	}
	.font-s-14 {
		font-size: 0.729vw;
	}
	.font-s-15 {
		font-size: 0.781vw;
	}
	.font-s-16 {
		font-size: 0.833vw;
	}
	.font-s-18 {
		font-size: 0.938vw;
	}
	.font-s-20 {
		font-size: 1.042vw;
	}
	.font-s-28 {
		font-size: 1.458vw;
	}
	.font-s-30 {
		font-size: 1.563vw;
	}
	.font-s-45 {
		font-size: 2.344vw;
	}
	.font-s-60 {
		font-size: 3.125vw;
	}
	.font-s-100 {
		font-size: 5.208vw;
	}
	.font-s-180 {
		font-size: 9.375vw;
	}
	.site-header {
		top: -2.083vw;
	}
	.site-header-wrapper {
		grid-template-columns: 1fr 5.313vw 1fr;
	}
	.site-header-left-top {
		gap: 2.813vw;
		height: 2.083vw;
	}
	.site-header-right-top {
		gap: 2.083vw;
		height: 2.083vw;
	}
	.site-header-right-bottom {
		gap: 2.604vw;
		height: 4.167vw;
	}
	.site-header.fixed .site-header-middle {
		height: 4.167vw;
		margin-top: 2.083vw;
	}
	.site-header-left-bottom {
		height: 4.167vw;
	}
	.site-header-menu {
		gap: 1.042vw;
	}
	.site-header-menu > li > a.with-icon {
		gap: 0.729vw;
	}
	.site-header-menu > li > a.with-icon > svg {
		width: 0.94vw;
		height: auto;
	}
	.site-header-menu > li > a.show-catalog:before,
	.site-header-menu > li > a.company-menu:before {
		width: 0.677vw;
		height: 0.677vw;
		left: 0.885vw;
	}
	.header-cart {
		gap: 0.885vw;
	}
	.header-cart-icon {
		width: 1.563vw;
		height: 1.563vw;
	}
	.qnt-badge {
		width: 0.885vw;
		height: 0.885vw;
		font-size: 0.573vw;
	}
	.search-field > input {
		padding: 0.677vw 10px 0.677vw 2.448vw;
		border-radius: 1.302vw;
		width: 16.667vw;
	}
	.btn-start-search {
		width: 1.563vw;
		height: 1.563vw;
	}
	.site-header-worktime > span {
		gap: 0.781vw;
	}
	.site-header-phone {
		gap: 0.781vw;
	}
	.site-company-main {
		padding: 1.823vw 0 1.615vw 0.781vw;
	}
	.site-categories-full {
		min-height: 19.79vw;
		max-height: 26.979vw;
	}
	.site-categories-full-wrapper {
		grid-template-columns: 15.26vw 1fr;
		grid-gap: 2.76vw;
	}
	.site-categories-main {
		padding: 1.615vw 0.938vw 1.771vw 0;
	}
	.site-categories-main:before {
		height: calc(100% - 4.323vw);
	}
	.site-categories-secondary-list {
		padding: 1.823vw 0 1.771vw;
	}
	.site-categories-secondary-image {
		height: calc(100% - 1.771vw);
	}
	.site-categories-secondary-image > img.secondary-pattern {
		bottom: 0.99vw;
		max-width: 15.417vw;
	}
	.language-list {
		gap: 0.781vw;
	}
	.site-footer-top-wrapper {
		grid-gap: 1.042vw;
		padding: 3.073vw 0 2.188vw;
	}
	.site-footer-top-item-title {
		margin: 0 0 1.51vw;
	}
	.site-footer-phone {
		gap: 0.885vw;
		margin: 0 0 1.302vw;
	}
	.site-footer-email > span,
	.site-footer-worktime > span {
		gap: 0.781vw;
		font-size: 0.781vw;
	}
	.site-footer-email > span > a {
		font-size: 0.781vw;
	}
	.site-footer-email {
		margin: 0 0 1.563vw;
	}
	.site-footer-social-icon {
		width: 2.552vw;
		height: 2.552vw;
	}
	.site-footer-bottom-wrapper {
		padding: 0.729vw 0 0.885vw;
	}
	.page-content {
		min-height: 31.25vw;
	}
	.btn-default-white,
	.btn-default-gold {
		padding: 0.833vw 1.823vw;
		border-radius: 1.823vw;
		min-width: 8.333vw;
	}
	.simple-text > p {
		font-size: 0.833vw;
		margin: 0 0 0.781vw;
	}
	.simple-text > ul {
		padding: 0 0 0 1.563vw;
		margin: 1.042vw 0;
	}
	.simple-text > ul:before {
		left: 1.563vw;
		height: calc(100% - 0.625vw);
	}
	.simple-text > ul > li {
		padding-left: 2.5vw;
		font-size: 0.781vw;
	}
	.simple-text > ul > li+li {
		margin-top: 0.885vw;
	}
	.simple-text > ul > li:before {
		left: 0.99vw;
		top: 0.469vw;
	}
	.simple-text h4 {
		font-size: 1.563vw;
		margin: 0 0 1.094vw;
	}
	.simple-text h5 {
		font-size: 1.458vw;
		margin: 0 0 0.833vw;
	}
	.simple-text ul+h5,
	.simple-text p+h5 {
		margin-top: 2.083vw;
	}
	.simple-text h6 {
		font-size: 1.042vw;
		margin: 0 0 1.042vw;
	}
	.simple-text ul+h6,
	.simple-text p+h6 {
		margin-top: 2.083vw;
	}
	.custom-title-wrapper {
		grid-template-columns: 12.083vw 1fr 12.083vw;
	}
	.custom-title-line-left {
		padding-left: 4.427vw;
		margin: 0 0 0.625vw;
	}
	.custom-title-line-left:before {
		width: 3.125vw;
	}
	.custom-title-line {
		margin: 0 auto 1.615vw;
		padding-top: 0.833vw;
	}
	.custom-title-line:before {
		width: 3.125vw;
	}
	.swiper-custom-navigation {
		bottom: 1.615vw;
		gap: 1.563vw;
	}
	.swiper-custom-navigation .swiper-pagination-progressbar.swiper-pagination-horizontal {
		width: 6.25vw;
	}
	.swiper-custom-navigation > a {
		width: 1.042vw;
		height: 1.042vw;
	}
	.swiper-custom-pagination-wrapper {
		gap: 1.042vw;
	}
	#search-result {
		padding: 2.969vw 0;
	}
	.search-result-wrapper {
		grid-template-columns: 11.406vw 1px 1fr;
		grid-gap: 4.792vw;
	}
	.search-result-subtitle {
		margin: 0 0 1.302vw;
	}
	.search-result-products {
		margin: 0 0 2.083vw;
	}
	.product-card-image {
		padding: 1.25vw 5px 1.042vw 3px;
	}
	.product-card-image .hover-show {
		top: 1.25vw;
		height: calc(100% - 2.292vw);
	}
	.product-card-manf-logo {
		left: 1.042vw;
		top: 1.406vw;
		width: 2.34vw;
	}
	.product-card-manf-logo > img {
		max-height: 2.34vw;
	}
	.product-card-material {
		border-radius: 2.344vw;
		right: 1.042vw;
		top: 1.56vw;
		padding-left: 0.833vw;
		width: 2.344vw;
	}
	.product-card-material-icon {
		width: 2.344vw;
		height: 2.344vw;
	}
	.product-card-sticker-wrapper {
		bottom: -0.677vw;
		left: 1.042vw;
	}
	.product-card-caption-wrapper {
		padding: 1.042vw 1.042vw 0.781vw;
	}
	.product-card-sticker-item {
		padding: 4px 0.781vw 5px;
		border-radius: 1.563vw;
	}
	.product-card-price.add-top-m {
		margin-top: 0.911vw;
	}
	.product-card-attributes-title {
		margin: 0 0 0.781vw;
	}
	.product-card-attributes-title > span {
		padding: 0 0.781vw;
	}
	.product-card-attributes-list {
		padding: 0 1.042vw 0.99vw;
	}
	.btn-start-wrapper {
		gap: 1.302vw;
	}
	.offer-card-caption {
		padding: 1.042vw 0.677vw 1.25vw;
	}
	.offer-card-title {
		height: calc(1.35 * 1.042vw * 2);
	}
	.page-breadcrumb {
		gap: 0.781vw;
		margin: 0 0 1.563vw;
	}
	.page-breadcrumb > li {
		padding-right: 1.042vw;
	}
	.page-breadcrumb > li:before {
		font-size: 0.677vw;
	}
	.page-title {
		padding-top: 0.833vw;
		margin: 0 0 1.563vw;
	}
	.page-title:before {
		width: 3.125vw;
	}
	.page-pagination {
		margin: 1.563vw 0 0;
	}
	.page-pagination > ul > li:not(.prev-page, .next-page) > a {
		width: 2.083vw;
		height: 2.083vw;
		font-size: 0.677vw;
	}
	.page-pagination > ul > li:not(.prev-page, .next-page) > a:before {
		width: 5.208vw;
		height: 5.208vw;
	}
	.page-pagination > ul > li > span {
		width: 2.083vw;
		height: 2.083vw;
		font-size: 0.677vw;
	}
	.page-pagination > ul > li.prev-page > a,
	.page-pagination > ul > li.next-page > a {
		width: 1.042vw;
		height: 1.042vw;
	}
	.page-pagination > ul > li.prev-page > a {
		margin-right: 1.302vw;
	}
	.page-pagination > ul > li.next-page > a {
		margin-left: 1.302vw;
	}
	.btn-default-gold-circle {
		width: 2.083vw;
		height: 2.083vw;
	}
	.btn-default-gold-circle:before {
		width: 5.208vw;
		height: 5.208vw;
	}
	.white-popup {
		padding: 2.813vw 2.604vw 2.865vw;
		max-width: 41.458vw;
	}
	.custom-mfp-close {
		right: 0.781vw;
		top: 0.781vw;
	}
	.form-field-wrapper {
		grid-gap: 0.729vw;
	}
	.double-fields-row {
		grid-gap: 1.146vw;
	}
	.third-fields-row {
		grid-gap: 1.146vw;
	}
	.form-field > label {
		padding-left: 1.042vw;
	}
	.form-field > input,
	.form-field > textarea {
		border-radius: 1.354vw;
		padding: 0.677vw 1.042vw;
		font-size: 0.833vw;
	}
	.form-field > textarea {
		height: 5.208vw;
	}
	.form-field > input::-webkit-input-placeholder,
	.form-field > textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 0.833vw;
	}
	.form-field > input::-moz-placeholder,
	.form-field > textarea::-moz-placeholder { /* Firefox 19+ */
		font-size: 0.833vw;
	}
	.form-field > input:-ms-input-placeholder,
	.form-field > textarea:-ms-input-placeholder { /* IE 10+ */
		font-size: 0.833vw;
	}
	.form-field > input:-moz-placeholder,
	.form-field > textarea:-moz-placeholder { /* Firefox 18- */
		font-size: 0.833vw;
	}
	.form-field .nice-select {
		height: 1.094vw;
		line-height: 1.198vw;
		padding: 0 0.885vw 0 0;
	}
	.form-field .nice-select > span {
		font-size: 0.729vw;
	}
	.common-contact-us {
		padding: 5.208vw 0;
	}
	.common-contact-us .custom-subtitle {
		margin-bottom: 1.771vw;
	}
	.form-field-agree-btn-wrapper {
		gap: 1.042vw;
		margin: 0.833vw 0 0;
	}
	.custom-checkbox-outer {
		gap: 0.625vw;
	}
	.error-not-found-caption {
		padding: 13.802vw 0 12.76vw;
	}
	.error-not-found-text {
		max-width: 20.26vw;
		margin: 0 0 1.563vw;
	}
	.error-not-found-subtitle {
		padding-top: 0.729vw;
	}
	.error-not-found-subtitle:before {
		width: 2.865vw;
	}
	#error-not-found > svg {
		right: 1.198vw;
	}
	#error-not-found > img {
		top: 2.76vw;
		height: calc(100% - 5.313vw);
	}
	.success-form-send-wrapper {
		padding: 6.823vw 0;
	}
	.success-form-send-image {
		width: 5.729vw;
		height: 5.729vw;
		margin: 0 0 0.625vw;
	}
	.success-form-send-title {
		margin: 0 0 0.625vw;
	}
	.success-form-send-text {
		max-width: 17.396vw;
	}
	.site-cities {
		gap: 0.781vw;
	}
	.select-city-title {
		margin: 0 0 1.094vw;
	}
	.select-city-form-content .form-field {
		margin: 0 0 1.25vw;
	}
	.cities-list {
		min-height: 14.583vw;
	}
	.add-designers-request-content .form-field-wrapper {
		margin-bottom: 1.04vw;
	}
	.designers-request-title {
		margin: 0 0 1.46vw;
	}
	.designers-request-text {
		margin: 0 0 1.15vw;
		max-width: 27.92vw;
	}
	#cart.cart-popup {
		max-width: 41.46vw;
		padding: 2.81vw 2.6vw 2.6vw;
	}
	.cart-popup > a {
		right: 0.52vw;
		top: 0.52vw;
	}
	.cart-content-empty-icon {
		margin: 0.63vw 0;
	}
	.cart-content-empty-text {
		max-width: 18.54vw;
		margin: 0 auto 1.25vw;
	}
	.cart-content-wrapper .cart-content-title {
		padding-bottom: 1.15vw;
	}
	.cart-content-product-item {
		grid-template-columns: 11.46vw 1fr;
		grid-gap: 1.56vw;
	}
	.cart-content-product-caption {
		padding: 1.15vw 0 0.94vw;
	}
	.remove-item-cart {
		bottom: 1.46vw;
		width: 1.56vw;
		height: 1.56vw;
	}
	.cart-content-product-list {
		margin: 0 0 1.61vw;
	}
	.cart-content-total-wrapper {
		grid-template-columns: 12.5vw 1fr;
		grid-gap: 0.52vw;
		margin: 0 0 1.04vw;
	}
	.cart-content-btn-wrapper {
		gap: 0.52vw;
	}
	.custom-radio > label {
		gap: 1.04vw;
		font-size: 0.83vw;
	}
	.custom-radio+.custom-radio {
		margin-top: 1.04vw;
	}
	.custom-radio > label > span {
		width: 1.3vw;
		height: 1.3vw;
	}
	.checkout-success {
		padding: 1.56vw 0 0;
	}
	.checkout-success .page-title {
		margin-bottom: 1.88vw;
	}
	.checkout-success-content {
		padding: 6.09vw 0 11.98vw;
	}
	.checkout-success-caption {
		max-width: 24.53vw;
	}
	.checkout-success-title {
		margin: 1.15vw 0 0.63vw;
	}
	.checkout-success-title > span {
		color: var(--color-C9AD6F);
	}
	.checkout-success-text {
		margin: 0 0 1.46vw;
	}
	.container-default {
		max-width: 83.33vw;
	}
	.container-size-m {
		max-width: 69.27vw;
	}
	.site-company-full > .container-default {
		max-width: 62.5vw;
	}
}
@media(max-width: 1099.99px) and (min-width: 990.01px) {
	.font-s-13 {
		font-size: calc(13px * 0.8);
	}
	.font-s-14 {
		font-size: calc(14px * 0.8);
	}
	.simple-text > ul > li,
	.font-s-15 {
		font-size: calc(15px * 0.8);
	}
	.simple-text > p,
	.font-s-16 {
		font-size: calc(16px * 0.7);
	}
	.font-s-18 {
		font-size: calc(18px * 0.7);
	}
	.font-s-20 {
		font-size: calc(20px * 0.7);
	}
	.font-s-28 {
		font-size: calc(28px * 0.7);
	}
	.font-s-30 {
		font-size: calc(30px * 0.7);
	}
	.font-s-45 {
		font-size: calc(45px * 0.7);
	}
	.font-s-60 {
		font-size: calc(60px * 0.7);
	}
	.font-s-100 {
		font-size: calc(100px * 0.65);
	}
	.font-s-180 {
		font-size: calc(180px * 0.65);
	}
}
@media(max-width: 1099.99px) {
	.tablet-show {
		display: block!important;
	}
	.tablet-hide {
		display: none!important;
	}
	.font-s-13 {
		font-size: calc(13px * 0.8);
	}
	.font-s-14 {
		font-size: calc(14px * 0.8);
	}
	.simple-text > ul > li,
	.font-s-15 {
		font-size: calc(15px * 0.8);
	}
	.simple-text > p,
	.font-s-16 {
		font-size: calc(16px * 0.7);
	}
	.font-s-18 {
		font-size: calc(18px * 0.7);
	}
	.font-s-20 {
		font-size: calc(20px * 0.7);
	}
	.font-s-28 {
		font-size: calc(28px * 0.7);
	}
	.font-s-30 {
		font-size: calc(30px * 0.7);
	}
	.font-s-45 {
		font-size: calc(45px * 0.7);
	}
	.font-s-60 {
		font-size: calc(60px * 0.7);
	}
	.font-s-100 {
		font-size: calc(100px * 0.65);
	}
	.font-s-180 {
		font-size: calc(180px * 0.65);
	}
	.custom-title-line {
		margin-bottom: 20px;
	}
	.tablet-xs-show {
		display: block;
	}
	.site-header-menu {
		gap: 10px;
	}
	.container-size-m,
	.container-default {
		padding: 0 20px;
	}
	.site-header {
		top: -30px;
	}
	.site-header-right-top,
	.site-header-left-top {
		height: 30px;
	}
	.site-header-left-bottom,
	.site-header-right-bottom {
		height: 60px;
	}
	.site-header-wrapper {
		grid-template-columns: 1fr 90px 1fr;
		grid-gap: 10px;
	}
	.header-cart {
		flex-shrink: 0;
	}
	.search-field > input {
		width: 250px;
	}
	.site-header.fixed .site-header-middle {
		height: 60px;
		margin-top: 30px;
	}
	.site-header.fixed .site-header-middle img {
		height: 50px;
		width: auto;
	}
	.site-header-menu > li > a {
		gap: 6px;
	}
	.site-header-menu > li > a.with-icon {
		gap: 8px;
	}
	.offer-card-title {
		height: calc(1.35 * (20px * 0.7) * 2);
	}
	.site-footer-top-wrapper {
		padding: 40px 0 30px;
	}
	.site-footer-top-item-title {
		margin-bottom: 20px;
	}
	.site-footer-email > span, .site-footer-worktime > span {
		font-size: calc(15px * 0.8);
		gap: 10px;
	}
	.site-footer-email > span > a {
		font-size: calc(15px * 0.8);
	}
	.site-footer-top-wrapper {
		grid-template-columns: repeat(3, 2fr) 3fr;
	}
	.container-xs {
		padding: 0 20px;
	}
	.common-contact-us {
		padding: 50px 0;
	}
	.site-categories-secondary-image {
		max-width: 30vw;
		height: auto;
	}
	.site-categories-secondary-image > img.secondary-pattern {
		max-width: 18vw;
		height: auto;
	}
	.site-categories-full {
		min-height: 320px;
	}
	.product-card-attributes-list-item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
	}
}
@media(max-width: 990px) {
	.font-s-13 {
		font-size: 12px;
	}
	.font-s-14 {
		font-size: 12px;
	}
	.font-s-15 {
		font-size: 12px;
	}
	.font-s-16 {
		font-size: 13px;
	}
	.font-s-18 {
		font-size: 13px;
	}
	.font-s-20 {
		font-size: 14px;
	}
	.font-s-28 {
		font-size: 16px;
	}
	.font-s-30 {
		font-size: 18px;
	}
	.font-s-45 {
		font-size: 24px;
	}
	.font-s-60 {
		font-size: calc(60px * .45);
	}
	.font-s-100 {
		font-size: calc(100px * .4);
	}
	.font-s-180 {
		font-size: calc(180px * .4);
	}
	.tablet-xxs-hide {
		display: none!important; /* Hide from max-width 1099.99px */
	}
	.tablet-xxs-show {
		display: block; /* Show from max-width 990px */
	}
	.site-header-logo > img.small-h-logo.tablet-xxs-show {
		display: block;
	}
	.site-header {
		top: 0;
	}
	.site-header-left-bottom, .site-header-right-bottom {
		height: 56px;
	}
	.site-header.fixed .site-header-middle {
		height: 56px;
		margin: 0;
	}
	.site-header.fixed .site-header-middle img,
	.site-header-middle img {
		width: 40px;
		height: 40px;
		object-fit: contain;
	}
	.site-header-left {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.open-burger {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 27px;
		height: 21px;
	}
	#burger-menu {
		position: fixed;
		left: -120vw;
		top: 0;
		width: 100%;
		max-width: 100vw;
		height: 100dvh;
		background: var(--color-2C2928);
		z-index: 999;
		transition: .4s;
	}
	#burger-menu.active {
		left: 0;
	}
	.burger-content-top {
		padding: 0 20px 0 13.5px;
		height: 56px;
		background: var(--color-1F1D1C);
		display: grid;
		grid-template-columns: 20.5px 1fr auto;
		grid-gap: 30px;
		align-items: center;
		flex-shrink: 0;
	}
	header .search-field {
		display: none;
	}
	.burger-content-bottom {
		flex-shrink: 0;
	}
	.burger-content-bottom-dark {
		background: var(--color-1F1D1C);
		padding: 21px 20px 20px;
	}
	.burger-content-bottom-ligth {
		padding: 10px 16px 18px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 11px;
	}
	.burger-content {
		display: flex;
	    flex-direction: column;
	    height: 100%;
	    align-items: flex-start;
	    justify-content: space-between;
	}
	.burger-content > div {
		width: 100%;
	}
	.burger-content-worktime {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
	}
	.burger-content-worktime > span {
		display: flex;
		align-items: center;
		justify-items: flex-start;
		gap: 15px;
		color: var(--color-FFF);
		font-family: var(--mont-ff);
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 15.4px */
	}
	.burger-content-worktime > span > span {
		color: var(--color-FFF-60);
	}
	.burger-content-telephone {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 15px;
	}
	.burger-content-telephone > span {
		color: var(--color-FFF-60);
		font-family: var(--mont-ff);
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 15.4px */
	}
	.burger-content-telephone > a {
		color: var(--color-C9AD6F);
		font-family: var(--mont-ff);
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 15.4px */
	}
	.burger-content-main {
		position: relative;
	}
	.burger-content-production {
		position: absolute;
		left: -120vw;
		top: 56px;
		width: 100%;
		max-width: 100vw;
		height: calc(100% - 56px);
		padding: 0 16px 40px;
		z-index: 10;
		background: var(--color-2C2928);
		transition: .4s;
	}
	.burger-content-production.active {
		left: 0;
	}
	.burger-content-main-top {
		padding: 30px 16px;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 15px;
	}
	.burger-content-main-top:before {
		position: absolute;
		content: '';
		left: 10px;
		bottom: 0;
		width: calc(100% - 20px);
		height: 1px;
		background: var(--color-FFF-20);
	}
	.burger-content-main-top > a {
		position: relative;
		display: grid;
		grid-template-columns: 26px 1fr;
		align-items: center;
		gap: 20px;
		color: var(--color-C9AD6F);
		font-family: var(--mont-ff);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase;
	}
	.burger-content-main-top > a > div {
		position: relative;
	}
	.burger-content-main {
		height: 100%;
		overflow-y: auto;
	}
	.burger-content-main-secondary {
		padding: 35px 16px 15px;
	}
	.burger-content-main-secondary > ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 20px;
	}
	.burger-content-main-secondary > ul > li > a {
		color: var(--color-FFF);
		font-family: var(--mont-ff);
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
	}
	.burger-inner-menu {
		padding: 0 0 0 20px;
		margin: 22.5px 0 6.5px 19px;
		list-style: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 12px;
		border-left: 1px solid var(--color-FFF-20);
	}
	.burger-inner-menu > li > a {
		color: var(--color-FFF-60);
		font-family: var(--mont-ff);
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 18px */
	}
	.search-field > input {
		width: 100%;
	}
	.back-burger {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		padding: 17px 0 19px;
		color: var(--color-FFF);
		font-family: var(--mont-ff);
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		border-bottom: 1px solid var(--color-FFF-20);
		flex-shrink: 0;
	}
	.burger-categories {
		height: 100%;
		overflow-y: auto;
		margin: 0;
		padding: 29.5px 16px 40px 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 21px;
	} 
	.burger-categories > li > a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		color: var(--color-FFF);
		font-family: var(--mont-ff);
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	.burger-sub-categories {
		padding: 0 0 0 20px;
		margin: 22.5px 0 6.5px 19px;
		list-style: none;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 12px;
		border-left: 1px solid var(--color-FFF-20);
	}
	.burger-sub-categories > li > a {
		color: var(--color-FFF-60);
		font-family: var(--mont-ff);
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 18px */
	}
	.burger-sub-categories-outer,
	.burger-inner-outer {
		display: none;
	}
	.open-next > svg {
		transition: .3s;
	}
	.open-next.active > svg {
		transform: rotate(180deg);
	}
	.site-footer-top-wrapper {
		grid-template-columns: repeat(3, 1fr) 2fr;
	}
}
@media(max-width: 700px) {
	.container-xs,
	.container-size-m,
	.container-default {
		padding: 0 10px;
	}
	.custom-radio > label {
		gap: 10px;
		font-size: 12px;
	}
	.form-field > input, .form-field > textarea {
		padding: 10px 15px;
		font-size: 12px;
	}
	.form-field > label {
		padding-left: 15px;
		font-size: 11px;
	}
	.__globalLoaded .wrap[data-v-1bf4843e] {
		transform: scale(2);
	}
	.site-footer-top-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	#select-city-form {
		width: calc(100% + 20px);
		margin-left: -10px;
		height: 100dvh;
		padding: 49px 10px;
	}
	.select-city-title {
		margin: 0 0 21px;
		padding-left: 20px;
	}
	.cities-list {
		column-count: 2;
		padding: 0 20px;
	}
	.btn-default-white,
	.btn-default-gold,
	.btn-default-grey {
		padding: 11px 20px;
	}
	#common-home .page-content section {
		padding: 50px 0 20px;
	}
	#common-home .page-content section:first-child {
		padding-top: 0;
	}
	#common-home .page-content section:last-child {
		padding-bottom: 50px;
	}
	.custom-title-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center!important;
		justify-content: center!important;
		gap: 15px;
	}
	.site-footer-email, .site-footer-worktime {
		position: relative;
	}
	.site-footer-email > svg, .site-footer-worktime > svg {
		position: absolute;
		left: 0;
		top: 2px;
	}
	.site-footer-email > span, .site-footer-worktime > span {
		flex-direction: column;
		align-items: flex-start;
	}
	.site-footer-email > span > span, .site-footer-worktime > span > span {
		padding-left: 24px;
	}
	.site-footer-social-icon {
		width: 35px;
		height: 35px;
	}
	.site-footer-social-icon > a > svg {
		width: 16px;
		height: 16px;
		max-height: auto;
	}
	.site-footer-bottom-wrapper {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 5px;
		padding: 18px 0 19px;
	}
	#cart.cart-popup {
		padding: 18px 10px 10px;
	}
	.cart-content-wrapper {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.cart-content-wrapper .cart-content-title {
		padding-bottom: 18px;
	}
	#cart.cart-popup {
		top: 0;
		left: 0;
		width: 100%;
		height: 100dvh;
		transform: unset;
	}
	#cart.cart-popup > div {
		height: 100%;
	}
	.cart-content-total-wrapper {
		margin-top: auto;
	}
	.cart-content-product-item {
		grid-template-columns: 140px 1fr;
		grid-gap: 15px;
	}
	.remove-item-cart {
		bottom: 6px;
	}
	.cart-content-product-list {
		overflow-y: auto;
	}
	.cart-content-total-wrapper {
		grid-template-columns: 0 1fr;
	}
	.cart-content-btn-wrapper {
		flex-direction: row;
	}
	.cart-content-btn-wrapper > a {
		width: calc(50% - 3px)!important;
		white-space: nowrap;
	}
	.cart-content-product-caption {
		padding: 6px 0;
	}
	html.overflow-popup-cart body {
		padding-right: 0;
	}
	.page-breadcrumb > li {
		display: none;
	}
	.page-breadcrumb > li:nth-last-child(2) {
		display: list-item;
		padding-right: 0;
		padding-left: 20px;
	}
	.page-breadcrumb > li:nth-last-child(2):before {
		content: '';
		left: 0;
		right: unset;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M6.5 2L3.5 5L6.5 8" stroke="%231F1D1C" stroke-width="2" stroke-linecap="square"/></svg>');
		width: 10px;
		height: 10px;
	}
	.checkout-success {
		padding: 15px 0 0;
	}
	.checkout-success-content {
		padding: 70px 0;
	}
	.white-popup {
		padding: 40px 30px;
	}
	.double-fields-row,
	.third-fields-row {
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}
	.form-field-agree-btn-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}
/* BEFORE VW 2025-04-02 */
/* END GTS Agency */