/* montserrat-regular - latin_cyrillic */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/montserrat-v18-latin_cyrillic-regular.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/montserrat-v18-latin_cyrillic-regular.woff2") format("woff2");
}
/* montserrat-500 - latin_cyrillic */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local(""), url("../fonts/montserrat-v23-latin_cyrillic-500.woff2") format("woff2");
}
/* montserrat-600 - latin_cyrillic */
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/montserrat-v18-latin_cyrillic-600.eot");
	/* IE9 Compat Modes */
	src: local(""), url("../fonts/montserrat-v18-latin_cyrillic-600.woff2") format("woff2");
}
/* rf dewi */
@font-face {
	font-family: "RF Dewi";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local("RF Dewi Semibold"), local("RF-Dewi-Semibold"), url("../fonts/RFDewiExpanded-Semibold.woff2") format("woff2");
}
@font-face {
	font-family: "password";
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/fontello.eot?12016094");
	src: url("../fonts/fontello.eot?12016094#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?12016094") format("woff"), url("../fonts/fontello.ttf?12016094") format("truetype"), url("../fonts/fontello.svg?12016094#fontello") format("svg");
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, a, ol, ul, li, form, label,
table, article, aside, canvas,
figure, figcaption, footer, header,
nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	cursor: default;
	--icon-color: #C1C1C1;
}

a, input[type="checkbox"], input[type="radio"], input[type="submit"], button {
	cursor: pointer;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *::after, *::before {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

button {
	background: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
}

fieldset {
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	/*---Colors---*/
	--black: #444444;
	--white: #FFFFFF;
	--gray: #7A7A7A;
	--light-gray: #C1C1C1;
	--extra-light-gray: #E7E7E7;
	/*---Fonts---*/
	--h1: 600 48px / 110% "RF Dewi";
	--h2: 600 32px / 110% "RF Dewi";
	--h3: 600 24px / 120% "RF Dewi";
	--h4: 600 20px / 120% "RF Dewi";
	--h5: 600 18px / 120% "RF Dewi";
	--h6: 600 16px / 120% "RF Dewi";
	--sub-title-1: 600 18px / 140% "Montserrat";
	--sub-title-2: 600 14px / 140% "Montserrat";
	--body-1: 400 18px / 150% "Montserrat";
	--body-2: 400 16px / 150% "Montserrat";
	--body-3: 400 14px / 150% "Montserrat";
	--body-4: 400 12px / 150% "Montserrat";
	--body-5: 400 10px / 150% "Montserrat";
	--body-6: 400 8px / 150% "Montserrat";
	/*---Fonts---*/
	--header-height: 182px;
	height: 100%;
}

main {
		flex-grow: 1;
		order: 2;
}

/*---Colors---*/
h1, h2, h3, p, a, span, li, address {
	color: var(--black);
}

.black-bg {
	background-color: var(--black);
}

.black {
	color: var(--black);
}

.white-bg {
	background-color: var(--white);
}

.white, 
.black-bg h1,
.black-bg h2,
.black-bg h3,
.black-bg p,
.black-bg a,
.black-bg span,
.black-bg li {
	color: var(--white);
}

.gray-bg {
	background-color: var(--gray);
}

.gray {
	color: var(--gray);
}

.light-gray-bg {
	background-color: var(--light-gray);
}

.light-gray {
	color: var(--light-gray);
}

/*---Fonts---*/
.h1 {
	font: var(--h1);
}

.h2 {
	font: var(--h2);
}

.h3, .three-cols h2, .content-section__wrapper h2, .wsp-container h2 {
	font: var(--h3);
}

.h4, .three-cols h3, .content-section__wrapper h3, .wsp-container h3 {
	font: var(--h4);
}
.three-cols h3, .content-section__wrapper h3, .wsp-container h3 {
	margin-bottom: 1rem;
}
.wsp-container * + h2, .wsp-container * + h3 {
	margin-top: 2rem;
}

.h5, .three-cols h4, .content-section__wrapper h4 {
	font: var(--h5);
}

.h6 {
	font: var(--h6);
}

.three-cols hr, .content-section__wrapper hr {
	margin: 1rem 0;
}

.sub-title-1 {
	font: var(--sub-title-1);
}

.sub-title-2 {
	font: var(--sub-title-2);
}

.body-1 {
	font: var(--body-1);
}

.body-2 {
	font: var(--body-2);
}

.body-3 {
	font: var(--body-3);
}

.body-4 {
	font: var(--body-4);
}

p, li, address, .premmerce-filter-body {
	font: var(--body-1);
}
.premmerce-filter-ajax-container .woocommerce-info{
	padding: 15px 20px;
}
.product-description,
.product-description p,
.product-description li {
	font: var(--body-2);
	text-wrap: balance;
}

main hr + p, main p + hr, main p:not(.h3) + p, main h3 + p, main p + h3, main p + ul, main p + ol, main ul + p, main ol + p, main div + p {
		margin-top: 1em;
}

article li,
.content-section .content-section__wrapper li,
.product-description li {
		margin-top: 1em;
}

article .hp_catalogs li {
	margin-top: 0;
}

article ul,
.content-section .content-section__wrapper ul,
.product-description ul {
		padding-left: 1.75em;
}

article .hp_catalogs ul {
	padding-left: 0;
}

article ol,
.content-section .content-section__wrapper ol,
.product-description ol {
		padding-left: 1.5em;
}

article ul > li::marker,
.content-section .content-section__wrapper ul > li::marker,
.product-description ul > li::marker {
		content: "—  ";
}

article ol > li,
.content-section .content-section__wrapper ol > li,
.product-description ol > li {
		list-style: decimal;
		padding-left: .5em;
}
.screen-reader-response, .wpcf7-not-valid-tip {
	display: none;
}
.content-section{
	border-bottom: 1px solid var(--light-gray);
	position: relative;
}
.content-section.content-gallery {
	/* border-top: 1px solid var(--light-gray); */
}

.content-section .category-tags {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1rem;
		align-items: flex-start;
		height: fit-content;
}
.content-section .category-tags a {
	display: block;
	border: 1px solid  var(--light-gray);
	background-color: var(--light-gray);
	color: var(--black);
	text-decoration: none;
	padding: .5rem 1rem;
	border-radius: .5rem;
	font: var(--body-3);
}
.content-section .category-tags a:hover {
	background-color: var(--white);
}

@media screen and (min-width: 1124px) and (max-width: 1366px) {
	html {
		/*---Colors---*/
		--black: #444444;
		--white: #FFFFFF;
		--gray: #7A7A7A;
		--light-gray: #C1C1C1;
		/*---Fonts---*/
		--h1: 600 32px / 110% "RF Dewi";
		--h2: 600 32px / 110% "RF Dewi";
		--h3: 600 18px / 120% "RF Dewi";
		--h4: 600 16px / 120% "RF Dewi";
		--h5: 600 18px / 120% "RF Dewi";
		--h6: 600 16px / 120% "RF Dewi";
		--sub-title-1: 600 14px / 140% "Montserrat";
		--sub-title-2: 600 14px / 140% "Montserrat";
		--body-1: 400 14px / 150% "Montserrat";
		--body-2: 400 14px / 150% "Montserrat";
		--body-3: 400 14px / 150% "Montserrat";
		--body-4: 400 12px / 150% "Montserrat";
		/*---Fonts---*/
		--header-height: 144px;
	}
}
@media screen and (min-width: 525px) and (max-width: 1124px) {
	html {
		/*---Colors---*/
		--black: #444444;
		--white: #FFFFFF;
		--gray: #7A7A7A;
		--light-gray: #C1C1C1;
		/*---Fonts---*/
		--h1: 600 24px / 110% "RF Dewi";
		--h2: 600 16px / 110% "RF Dewi";
		--h3: 600 18px / 120% "RF Dewi";
		--h4: 600 18px / 120% "RF Dewi";
		--h5: 600 18px / 120% "RF Dewi";
		--h6: 600 16px / 120% "RF Dewi";
		--sub-title-1: 600 14px / 140% "Montserrat";
		--sub-title-2: 600 14px / 140% "Montserrat";
		--body-1: 400 12px / 150% "Montserrat";
		--body-2: 400 12px / 150% "Montserrat";
		--body-3: 400 12px / 150% "Montserrat";
		--body-4: 400 12px / 150% "Montserrat";
		/*---Fonts---*/
		--header-height: 79px;
	}
}
@media screen and (max-width: 525px) {
	html {
		/*---Colors---*/
		--black: #444444;
		--white: #FFFFFF;
		--gray: #7A7A7A;
		--light-gray: #C1C1C1;
		/*---Fonts---*/
		--h1: 600 18px / 110% "RF Dewi";
		--h2: 600 14px / 110% "RF Dewi";
		--h3: 600 14px / 120% "RF Dewi";
		--h4: 600 14px / 120% "RF Dewi";
		--h5: 600 18px / 120% "RF Dewi";
		--h6: 600 14px / 120% "RF Dewi";
		--sub-title-1: 600 14px / 140% "Montserrat";
		--sub-title-2: 600 14px / 140% "Montserrat";
		--body-1: 400 12px / 150% "Montserrat";
		--body-2: 400 12px / 150% "Montserrat";
		--body-3: 400 12px / 150% "Montserrat";
		--body-4: 400 12px / 150% "Montserrat";
		/*---Fonts---*/
		--header-height: 77px;
	}
}
html {
	background-image: url("../img/bg.png");
}

header {
	z-index: 1002;
	position: relative;
	order: 1;
}

.wrapper {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

hr {
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--light-gray);
}

strong {
	font-weight: 600;
}

.scroll-block {
	overflow: hidden;
}

button, a, .carousel-btn,
.product-also__button {
	cursor: pointer;
	outline: none;
}

/*
button:focus, a:focus, .carousel-btn:focus,
.product-also__button:focus {
	outline-color: var(--black);
}
*/

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi-bold {
	font-weight: 600;
}

span {
	color: inherit;
}

.hero .arrow-button {
	text-align: right;
}

.header_nav-item a:hover, .header_nav-item > span {
	color: var(--black);
}

#header-location:hover span,
.header-phone:hover span {
	color: var(--black);
}

.catalogue-open:hover, .header-middle-list a:hover, .header-middle-list li > span {
	color: var(--gray);
}

.header_button-set > *:hover svg path {
	fill: var(--gray);
}

.footer-nav-section a:hover, .footer-nav-section li > span:not(.white) {
	color: var(--light-gray);
}

#header-location span, .header-phone span {
	white-space: nowrap;
}

.header_middle.search-active .header-middle_search {
	display: block;
}
.header_middle.search-active .header-middle_default {
	display: none;
}

.header_middle.regions-active .header-middle_regions-search {
	display: block;
}
.header_middle.regions-active .header-middle_default {
	display: none;
}

.search-block,
.regions-block {
	display: none;
}
.search-block.opened,
.regions-block.opened {
	display: block;
}

#blur {
	background: var(--black);
	opacity: 0.9;
	backdrop-filter: blur(65px);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	overflow: auto;
	display: none;
	z-index: 10000;
}
#blur.active {
	display: block;
}

input[type=text], input[type=password], input[type=tel], input[type=number], input[type=email] {
	width: 100%;
	bottom: 0;
	border: 0;
	outline: 0;
	background: 0;
	border-bottom: 1px solid var(--black);
	color: var(--gray);
	font: var(--body-1);
}
input.wpcf7-not-valid[type=text], input.wpcf7-not-valid[type=password], input.wpcf7-not-valid[type=tel], input.wpcf7-not-valid[type=number], input.wpcf7-not-valid[type=email] {
	border-color: #f00;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=email]::placeholder {
	opacity: 1;
	color: var(--gray);
}

input[type=password] {
	font-family: "password";
	letter-spacing: 7px;
/*	font-size: 12px; */
}
input[type=password]::placeholder {
	color: var(--black);
}

.wpcf7 .wpcf7-response-output {
	font: var(--body-2);
}
.wpcf7 .init .wpcf7-response-output {
	display: none;
}
.wpcf7 .invalid .wpcf7-response-output,
.wpcf7 .unaccepted .wpcf7-response-output,
.wpcf7 .spam .wpcf7-response-output,
.wpcf7 .failed .wpcf7-response-output,
.wpcf7 .aborted .wpcf7-response-output {
	color: #f00;
}
.wpcf7 .sent .wpcf7-response-output {
	color: #46b450;
}

.wpcf7 .wpcf7-acceptance {
	display: block;
	font: var(--body-2);
	line-height: 1.75rem;
}
.wpcf7 .wpcf7-acceptance label {
	display: block;
	position: relative;
	padding-left: 30px;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	min-width: 20px;
	height: 20px;
	border: 1px solid var(--gray);
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 9px;
	width: 10px;
	height: 10px;
	background: var(--black);
	box-sizing: border-box;
}

.slider .swiper-slider {
	width: 100%;
	overflow: hidden;
	height: fit-content;
	height: -moz-fit-content;
	display: flex;
        flex-direction: column;
	position: relative;
}
/* Change */

/* .slider .swiper-wrapper {
	height: fit-content;
	height: -moz-fit-content;
} */

.slider .swiper-wrapper {
	height: fit-content;
}

.slider .swiper-wrapper:not(:first-child) {
    position: absolute;
    top: 0;
    overflow: hidden;
}

/*End Change*/

.slider .swiper-slide {
	opacity: 0 !important;
	transition: 0.4s linear;
}
.slider .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}
.slider .swiper-slide {
	width: 100% !important;
}
.slider .swiper-prev,
.slider .swiper-next {
	color: #ffffff;
}
.slider .swiper-prev:hover,
.slider .swiper-next:hover {
	color: var(--light-gray);
}

.button {
	background: var(--black);
	color: var(--white);
	border: 1px solid transparent;
	font: var(--h4);
	text-align: center;
}
.button:hover {
	color: var(--black);
	border-color: var(--black);
	background-color: var(--white);
}
.button:active {
	color: var(--white);
	border-color: var(--light-gray);
	background-color: var(--light-gray);
}

.arrow-button {
	background: var(--black);
	color: var(--white);
}
.arrow-button span {
	color: inherit;
	background-color: inherit;
	border: 1px solid transparent;
	text-align: right;
	padding-right: 30px;
	position: relative;
	transition: 0.3s;
	font: inherit;
}
.arrow-button.wpcf7-inprogress span {
	padding-right: 10px;
}
.arrow-button:not(.wpcf7-inprogress) span::after {
	content: "";
	background-image: url(../img/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: 1px;
	transform: translateY(-50%);
	transition: 0.3s;
}
.arrow-button.white {
	background: transparent;
	color: var(--black);
}
.arrow-button.white:not(.wpcf7-inprogress) span::after {
	content: "";
	background-image: url(../img/arrow-black.svg);
	width: 16px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	transition: 0.3s;
}
.arrow-button.white-bg {
	background-color: var(--white);
}
.arrow-button:not(.wpcf7-inprogress):hover span::after {
	right: 0;
}

.button-white {
	color: var(--black);
	background-color: var(--white);
	border: 1px solid transparent;
	font: var(--h4);
	text-align: center;
}
.button-white:hover {
	border-color: var(--black);
	background: var(--black);
	color: var(--white);
}
.button-white:active {
	color: var(--white);
	border-color: var(--light-gray);
	background-color: var(--light-gray);
}

#authorization, #cart, #favorites, #catalogue, #preorder {
	position: fixed;
	width: 100%;
	/* height: calc(100dvh - var(--header-height) + 2px); */
	height: 100dvh;
	/* height: -webkit-fill-available;
	height: fill-available; */
	bottom: 0;
	left: 0;
	top: var(--header-height);
	z-index: 10001;
	display: none;
}
#authorization.active, #cart.active, #favorites.active, #catalogue.active, #preorder.active {
	display: block;
}
#authorization .wrapper, #cart .wrapper, #favorites .wrapper, #catalogue .wrapper, #preorder .wrapper {
	/* margin-top: calc(var(--header-height) - 2px); */
	/* bottom: 0;
    position: absolute; */
	box-sizing: border-box;
	height: calc(100% - var(--header-height));
}

#preorder .preorder-name {
	margin-bottom: 37px;
}

.catalogue-open > span > span {
	display: none;
}
.catalogue-open svg, #burger-open svg {
	display: block;
}
.catalogue-open svg:nth-of-type(2), #burger-open svg:nth-of-type(2) {
	display: none;
}
.catalogue-open.active svg:nth-of-type(1), #burger-open.active svg:nth-of-type(1) {
	display: none;
}
.catalogue-open.active svg:nth-of-type(2), #burger-open.active svg:nth-of-type(2) {
	display: block;
}

#burger-open {
	display: none;
}

.catalogue__heading a, .catalogue__heading span {
	background-image: url("../img/bg.png");
}

.catalogue__main, .catalogue__footer {
	margin: 0 auto;
	max-width: 1800px;
	width: 100%;
}

.catalogue__main {
	padding: 100px 20px 150px 20px;
}

.catalogue__footer {
	display: flex;
	flex-direction: column;
	padding: 0 20px 70px 76px;
	gap: 13px;
}
.catalogue__footer li {
	margin-bottom: 6px;
}
.catalogue__footer a,
.catalogue__footer button {
	display: flex;
	gap: 42px;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-align: inherit;
}
.catalogue__footer a:hover,
.catalogue__footer button:hover {
	color: var(--black);
}
.catalogue__footer a:hover svg path {
	fill: var(--black);
}
.catalogue__footer ul {
	width: fit-content;
	width: -moz-fit-content;
}

#burger {
	display: none;
}

svg {
	fill: currentColor;
	pointer-events: none;
}

.header_button-set button, .header_button-set a {
	color: var(--black);
	position: relative;
}
.header_button-set li > span {
	color: var(--light-gray);
}
.header_button-set button span:not(:empty), .header_button-set a span:not(:empty) {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	background-color: var(--gray);
	border-radius: 50%;
	color: var(--white);
	right: -.7em;
	top: -.5em;
	width: 2.5em;
	height: 2.5em;
	font: var(--body-6);
	font-weight: 500;
}
.header_button-set button:hover span:not(:empty), .header_button-set a:hover span:not(:empty) {
	background-color: var(--light-gray);
}

@media screen and (min-width: 525px) and (max-width: 1124px) {
	.header_button-set button span:not(:empty), .header_button-set a span:not(:empty) {
		right: -.75em;
		top: -.5em;
		width: 2.5em;
		height: 2.5em;
	}
}
@media screen and (min-width: 1124px) and (max-width: 1366px) {
	.header_button-set button span:not(:empty), .header_button-set a span:not(:empty) {
		right: -1.25em;
		top: -.75em;
		width: 2.5em;
		height: 2.5em;
	}
}
@media screen and (min-width: 1366px) {
	.header_button-set button span:not(:empty), .header_button-set a span:not(:empty) {
		right: -.75em;
		top: -.75em;
		width: 2.5em;
		height: 2.5em;
		font: var(--body-4);
		font-weight: 500;
	}
}


.catalogue-open:hover,
.header_button-set button:hover {
	color: var(--light-gray);
}

.header-phone:hover,
#header-location:hover {
	color: var(--black);
}

#search-close-ico,
#eye,
#close-mark,
#bin {
	fill: var(--icon-color);
}

footer {
	border-top: 1px solid var(--gray);
	order: 5;
}
footer .wrapper:nth-of-type(1) {
	max-width: 890px;
	display: flex;
	gap: 20px;
	padding: 50px 10px 40px 10px;
	justify-content: space-between;
}
footer .wrapper:nth-of-type(2) {
	padding: 10px 57px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
footer h2,
.footer-nav-section p.semi-bold:first-child {
	margin-bottom: 20px;
}
footer ul {
	max-width: 179px;
	width: 100%;
}
footer li {
	margin-bottom: 10px;
}
footer li:last-child {
	margin-bottom: 0;
}

.card a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 35px 50px;
	height: 100%;
}
.card a img {
	margin-top: auto;
	object-fit: contain;
	width: 100%;
	height: auto;
	max-width: 320px;
	max-height: 320px;
}
.card a h2 {
	display: block;
	margin-top: auto;
	margin-right: auto;
}

.breadcrumbs {
	border-bottom: 1px solid var(--light-gray);
}
.breadcrumbs ul {
	display: flex;
	gap: 25px;
}
.breadcrumbs a, .breadcrumbs li > span {
	display: flex;
	gap: 25px;
}
.breadcrumbs li:last-child a {
	margin-right: 0;
}
.breadcrumbs li:last-child svg {
	display: none;
}

.catalogue-hero {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: max-content min-content;
}

.catalogue-card {
	padding: 75px 80px 50px 80px;
}
.catalogue-card img {
	width: 170px;
	height: 170px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	margin-bottom: 75px;
}
.catalogue-card h2,
.catalogue-card .h4 {
	padding-bottom: 25px;
	display: block;
}
.catalogue-card ul {
	border-top: 1px solid var(--light-gray);
	padding-top: 30px;
}
.catalogue-card ul li {
	margin-bottom: 12px;
}
.catalogue-card ul.foldedList {
	margin-bottom: 12px;
}

.catlogue-more {
	display: none;
}

button {
	border-style: none;
}

.accordion-trigger {
	width: 100%;
}

.accordion-title {
	pointer-events: none;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	gap: 20px;
}

.accordion-trigger[aria-expanded=true] .accordion-icon {
	transform: rotate(-180deg);
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-panel[hidden] {
	display: none;
}

select {
	border: 0;
	border-bottom: 1px solid var(--light-gray);
	color: var(--black);
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	background: transparent url("../img/select-arrow.svg") no-repeat right 0px center;
	background-position-y: 10px;
	cursor: pointer;
}

.checkbox input {
	display: none;
}
.checkbox label {
	padding-left: 40px;
	position: relative;
	min-height: 24px;
	display: block;
}
.checkbox label::after, .checkbox label::before {
	position: absolute;
	content: "";
}
.checkbox label::after {
	left: 0;
	width: 20px;
	height: 20px;
	top: 3px;
	border: 1px solid var(--black);
}
.checkbox input:checked + label::before {
	left: 5px;
	top: 8px;
	background: var(--black);
	width: 10px;
	height: 10px;
}

.catalogue__filter-group button {
	display: block;
	margin-left: auto;
}
.catalogue__filter-group input {
	display: none;
}
.catalogue__filter-group input:checked + label:not(.box-label, .color-selection-label)::before {
	display: block;
}
.catalogue__filter-group input:checked + label.color-selection-label::after {
	display: block;
}
.catalogue__filter-group input:checked + label.color-selection-label::before {
	display: block;
}
.catalogue__filter-group input:checked + label.box-label {
	background: var(--gray);
	border-color: var(--gray);
	color: var(--white);
}
.catalogue__filter-group label {
	display: flex;
	width: 100%;
	cursor: pointer;
}
.catalogue__filter-group label span:last-child {
	display: block;
	width: fit-content;
	width: -moz-fit-content;
	margin-left: auto;
}
.catalogue__filter-group label.color-selection-label::after {
	display: none;
}
.catalogue__filter-group label.color-selection-label .filter-color {
	margin-right: 20px;
	margin-top: 2px;
}
.catalogue__filter-group label:not(.box-label, .color-selection-label),
.catalogue__filter-group label.color-selection-label {
	position: relative;
}
.catalogue__filter-group label:not(.box-label, .color-selection-label)::after,
.catalogue__filter-group label.color-selection-label::after {
	content: "";
	position: absolute;
	border: 1px solid var(--gray);
	box-sizing: border-box;
}
.catalogue__filter-group label:not(.box-label, .color-selection-label)::before,
.catalogue__filter-group label.color-selection-label::before {
	content: "";
	position: absolute;
	background: var(--black);
	box-sizing: border-box;
	display: none;
}

.box-selection-container {
	display: flex;
	flex-wrap: wrap;
}

.box-label {
	font-display: auto;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gray);
	color: var(--black);
}

.filter__header {
	color: var(--black);
	font: var(--sub-title-1);
}
.filter__item .filter__inner {
	margin-top: 25px;
}
.filter__item .filter__inner > .filter__inner {
	margin-top: 0;
}
.filter__slider-form {
	display: flex;
	flex-direction: column;
}
.filter__slider-form .filter__slider-control-group {
	order: 2;
	margin: 0; /* 0 -15px; */
}
.filter__slider-form .filter__slider-control-column {
	padding: 0;
}
input.filter__slider-control[type="number"] {
	border: 0;
	font: var(--body-2);
	color: var(--black);
	-moz-appearance: textfield;
	text-align: left;
	padding: 15px 0 0;
}
input.filter__slider-control[type="number"]::-webkit-outer-spin-button,
input.filter__slider-control[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.filter__slider-control-group .filter__slider-control-column:last-of-type input.filter__slider-control[type="number"] {
	text-align: right;
}

element {
  left: 0%;
}
.filter__range-slider .pc-range-slider__control .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
}

.filter__range-slider {
/*
	height: 1px;
	background: var(--light-gray);
*/
}
.filter__slider-form {
	overflow: hidden;
	padding-top: 8px;
}
.filter__range-slider .pc-range-slider__wrapper {
	height: 1px;
	background-color: var(--light-gray);
	overflow: visible;
}
.filter__range-slider .pc-range-slider__control {
	background: transparent; /* var(--light-gray); */
	border: 0;
	height: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	transform: translateY(-50%);
	margin-top: 0;
}
.filter__range-slider .pc-range-slider__control .ui-slider-range {
	height: 1px !important;
	background: var(--black);
	margin-top: -0.5px;
}
.filter__range-slider .pc-range-slider__control .ui-slider-handle {
	width: 15px !important;
	height: 15px !important;	
}
.filter__range-slider .pc-range-slider__control .ui-slider-handle:last-of-type {
	margin-left: -15px !important;
}

.products-filter-price-slider {
	position: relative;
	width: 100%;
}

.ui-widget-header {
	position: absolute;
	height: 1px;
	top: 0;
	width: 80%;
	background: var(--black);
}

.ui-state-default {
	position: absolute;
	height: 15px;
	width: 15px;
	top: -7px;
	border-radius: 50%;
	background: var(--black);
	cursor: pointer;
}

.products-filter-price-slider-value {
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
}

.catalogue-content__more {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 42px;
	border-top: 1px solid var(--light-gray);
}
.catalogue-content__more svg {
	transform: rotate(90deg);
}
.catalogue-content__more span {
	padding: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}
.catalogue-content__more span:after {
	display: none;
}

.open-filter,
.catalogue-filters__close {
	display: none;
}

.catalogue-card-big,
.catalogue-card-big__info {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.catalogue-card-big__info > div {
	margin-top: auto;
}

/*
.is-sale span:first-child {
	color: var(--light-gray);
	padding: 0 10px;
	margin-right: 10px;
	position: relative;
}
.is-sale span:first-child::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	background: var(--light-gray);
}
*/

.product__title-mobile {
	display: none;
}

.product-carousel {
	z-index: 0;
}

.facade-main__item.has-bg {
	background-size: cover;
}
.facade-main__item.has-bg a, .facade-main__item.has-bg p, .facade-main__item.has-bg h2 {
	color: var(--white);
}
.facade-main__item.has-bg a span::after {
	background-image: url(../img/arrow.svg);
}

.image-link img {
	filter: grayscale(100%);
	transition: 0.3s;
}
.image-link:hover img {
	filter: grayscale(0%);
}

.facade-item-type__color-selection img,
.facade-item-type__front-selection img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.facade-item-type__color-selection button.selected,
.facade-item-type__front-selection button.selected {
	border: 1px solid var(--black);
}
.facade-item-type__color-selection button.selected img,
.facade-item-type__front-selection button.selected img {
	border: 8px solid transparent;
}

.swiper-slide {
	height: auto;
}

.facade-card {
	height: 100%;
}

.article-card {
	display: flex;
	flex-direction: column;
}
.article-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#facade-make-order {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	height: calc(100vh - var(--header-height));
	justify-content: center;
	width: 100%;
	overflow: auto;
}
#facade-make-order.active {
	display: flex;
}

.facade-form .arrow-button > span::after, .contact-us-form .arrow-button > span::after {
	display: none;
}

/*
.contact-us-hero.contact-us-hero > div,
.contact-us-hero.contact-us-hero > div:first-child,
.contact-us-hero .contact-us__section,
.contact-us-hero .contact-us__section:first-child {
	border-color: var(--light-gray);
}
.contact-us-hero .contact-us__section:last-child {
	border-color: transparent;
}
/ *
.contact-us-hero.contact-us-hero > div:first-child,
.contact-us-hero .contact-us__section:first-child {
	border-color: var(--light-gray);
}
*/

.contact-routemap a {
	display: block;
	position: relative;
	padding-left: 1.5rem;
}
.contact-routemap a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--gray);
  border-right: 2px solid var(--gray);
  margin-top: -8px;
  transform: rotate(135deg);
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.places__selection button.active {
	color: var(--black);
	cursor: default;
}

.woocommerce-pagination {
		grid-column: 1 / -1;
		margin: 2rem 0 1rem;
}
.woocommerce-pagination ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
}
.woocommerce-pagination li {
		margin: 1rem 0;
}
.woocommerce-pagination li .page-numbers {
		display: block;
		width: 3rem;
		line-height: 3rem;
		text-align: center;
}
.woocommerce-pagination li a:hover,
.woocommerce-pagination li .page-numbers.current {
	color: var(--light-gray);
}

.catalogue-after-goods {
		grid-column: 1 / -1;
		margin: 2rem 20px 3rem;
}
nav + .catalogue-after-goods {
		margin-top: 0;
}

.cart-pre-summary li {
	display: flex;
	justify-content: space-between;
}
.cart-pre-summary li p:first-child {
	margin-right: 10px;
}
.cart-pre-summary li:last-child {
	margin-bottom: 0;
}

.checkout__radio-selection p {
	padding-left: 40px;
	margin-top: 50px;
}

.checkout__section.checkout__radio-selection label {
	margin-bottom: 25px;
}

.chekout__order-accepted p {
	max-width: 640px;
}

label {
	overflow: hidden;
}

.news-card .arrow-button span {
	display: block;
	text-align: left;
}

.card:hover h2 {
	color: var(--gray);
}

.catalogue-card h2 a:hover,
.catalogue-card li a:hover {
	color: var(--gray);
}

.catalogue-card__unfold:hover {
	color: var(--black);
}

/* .catalogue-card-big__info h2 a:hover */
.catalogue-card-big:hover .catalogue-card-big__info h2 a,
.catalogue-card-big:hover .catalogue-card-big__info .catalogue-card-big--header-link {
	color: var(--light-gray);
}

.catalogue-card-big__info button:nth-child(1):hover/*,
.catalogue-card-big__info a:nth-child(1):hover*/ {
	background: var(--gray);
}

.facade-form__file-button {
	cursor: pointer;
}

.facade-form__file-button:hover span {
	color: var(--gray);
}

.facade-card__content h2 a:hover {
	color: var(--gray);
}

.facade-card__content > a:hover {
	background-color: var(--light-gray);
}

.facade-form__file-attachments {
	flex-shrink: 0;
}

.facade-item-hero__controls button:hover {
	color: var(--white);
	background-color: var(--black);
}

.product__add-to-cart:hover {
	background-color: var(--gray);
}

.product__options button:hover {
	background-color: var(--light-gray);
	color: var(--white);
}

.product__availibility a:hover {
	color: var(--light-gray);
}

.contact-us__office, .contact-us__maps .map {
	display: none;
}
.contact-us__office.active, .contact-us__maps .map.active {
	display: block;
}
.contact-us__section a:hover {
	color: var(--gray);
}
.contact-us__section a.white:hover {
	color: var(--light-gray);
}
.single_add_to_cart_form .quantity{
	display: none;
}
a.added_to_cart.wc-forward {
	display: none;
}
@media screen and (max-width: 1367px) {
	.card a {
		padding: 25px 35px;
	}
	.card a img {
		max-width: 230px;
		max-height: 230px;
	}

	.checkbox input {
		display: none;
	}
	.checkbox label {
		padding-left: 40px;
		position: relative;
		min-height: 24px;
		display: block;
	}
	.checkbox label::after, .checkbox label::before {
		position: absolute;
		content: "";
	}
	.checkbox label::after {
		left: 0;
		width: 20px;
		height: 20px;
		top: 1px;
		border: 1px solid var(--black);
	}
	.checkbox input:checked + label::before {
		left: 5px;
		top: 6px;
		background: var(--black);
		width: 10px;
		height: 10px;
	}
}
@media screen and (max-width: 1124px) {
	#burger {
		background-image: url(../img/bg.png);
		max-width: 360px;
		width: 100%;
		border-right: 1px solid var(--light-gray);
		position: absolute;
		left: 0;
		bottom: 0;
		display: none;
		z-index: 10000;
	}
	#burger .nav-wrapper {
		padding-top: calc(var(--header-height) - 1px);
		box-sizing: border-box;
		height: 100%;
	}
	#burger button, #burger a {
		color: var(--gray);
	}
	#burger button:hover, #burger a:hover {
		color: var(--black);
	}
	#burger.active {
		display: block;
/*		height: calc(100vh - var(--header-height)); */
		height: 100vh;
		height: -webkit-fill-available;
		height: fill-available;
		overflow: auto;
	}
	#burger .catalogue-open {
		display: block;
	}

	.catalogue-open {
		padding: 17px 29px;
		border-bottom: 1px solid var(--light-gray);
		display: block;
		width: 100%;
		text-align: left;
	}

	.burger-content {
		padding-left: 22px;
		padding-right: 38px;
	}
	.burger-content ul {
		padding: 20px 7px;
		border-bottom: 1px solid var(--light-gray);
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.burger-content ul:last-child {
		border: 0;
	}
	.burger-content ul a:hover {
		color: var(--black);
	}

	.arrow-button.white::after {
		width: 13px;
		height: 14px;
	}
	.arrow-button::after {
		width: 13px;
		height: 14px;
	}
}

.filter__checkgroup {
	width: 100%;
}
.filter__checkgroup-link {
	position: relative;
}
.filter__checkgroup .filter__checkgroup-link {
	align-items: flex-start !important;
}
.filter__checkgroup .filter__checkgroup-title {
	padding-left: 20px;
}
.filter__checkgroup .filter__checkgroup-control {
	position: relative;
	top: 4px;
	width: 20px;
	min-width: 20px;
	height: 20px;
	border: 1px solid var(--gray);
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.filter__checkgroup .filter__checkgroup-control:checked ~ .filter__checkgroup-title:after {
	position: absolute;
	background: var(--black);
	box-sizing: border-box;
	content: "";
	width: 10px;
	height: 10px;
	left: 5px;
	top: 9px; /*5px;*/
}
.filter__checkgroup-count {
	justify-content: flex-end;
}
.filter__checkgroup-count::before, .filter__checkgroup-count::after {
	display: none !important;
}
.screen-reader-text {
	display: none;
}

#filter-close {
	position: absolute;
	top: 40px;
	right: 40px;
}

.add-favorite {
	color: var(--black);
}
.add-favorite:hover {
	color: var(--light-gray);
}
.delete-favorite {
	background-color: var(--light-gray);
	color: var(--white);
}

.filter__checkgroup-aside .filter__checkgroup-count {
	top: 0;
}

.filter__properties-list {
	padding-bottom: 1.5rem;
}
.filter__item-scroll:not(.filter__item--type-slider) {
	position: relative;
}
.filter__item-scroll:not(.filter__item--type-slider):before {
	content: "";
	display: block;
	position: absolute;
	height: 1.5rem;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../img/bg.png");
	-webkit-mask-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    z-index: 99;
}

.cart-block .widget_shopping_cart_content {
	height: calc(100% - 40px);
	display: flex;
	flex-direction: column;
}
.cart-block .widget_shopping_cart_content .cart-lineitem {
	flex-grow: 1;
}
.cart-block .widget_shopping_cart_content .cart-summary {
	position: relative;
	border-top: 1px solid var(--light-gray);
}
.cart-block .widget_shopping_cart_content .cart-summary:before {
	content: "";
	position: absolute;
	bottom: calc(100% + 1px);
	left: 0;
	right: 0;
	height: 14px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
}

.premmerce-fast-button {
	display: none;
}

.brands > div:nth-of-type(3) > div,
.catalogue-brand-hero div:nth-of-type(3) > div {
	height: 8.25em;
	overflow: hidden;
	margin-bottom: 1.5em;
	position: relative;
}
.brands > div:nth-of-type(3) > div {
	height: 10em;
}
.brands > div:nth-of-type(3) > div:before,
.catalogue-brand-hero div:nth-of-type(3) > div:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 14px;
	background-image: url("../img/bg.png");
	-webkit-mask-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}
.brands > div:nth-of-type(3) > input[type="checkbox"],
.catalogue-brand-hero div:nth-of-type(3) > input[type="checkbox"] {
	display: none;
}
.brands > div:nth-of-type(3) > input[type="checkbox"]:checked + div,
.catalogue-brand-hero div:nth-of-type(3) > input[type="checkbox"]:checked + div {
	height: auto;
	overflow: visible;
}
.brands > div:nth-of-type(3) > input[type="checkbox"]:checked + div:before,
.catalogue-brand-hero div:nth-of-type(3) > input[type="checkbox"]:checked + div:before {
	display: none;
}

.brands > div:nth-of-type(3) > label,
.catalogue-brand-hero div:nth-of-type(3) > label {
	font: var(--body-3);
	cursor: pointer;
	color: var(--gray);
	border-bottom: 1px dotted var(--gray);
}

.brands > div:nth-of-type(3) > input[type="checkbox"] ~ .showmore,
.catalogue-brand-hero div:nth-of-type(3) > input[type="checkbox"] ~ .showmore {
	display: inline-block;
}
.brands > div:nth-of-type(3) > input[type="checkbox"]:checked ~ .showmore,
.catalogue-brand-hero div:nth-of-type(3) > input[type="checkbox"]:checked ~ .showmore {
	display: none;
}

.brands > div:nth-of-type(3) > input[type="checkbox"] ~ .showless,
.catalogue-brand-hero div:nth-of-type(3) > input[type="checkbox"] ~ .showless {
	display: none;
}
.brands > div:nth-of-type(3) > input[type="checkbox"]:checked ~ .showless,
.catalogue-brand-hero div:nth-of-type(3) > input[type="checkbox"]:checked ~ .showless {
	display: inline-block;
}

.gallery-button {
	cursor: pointer;
}

.woocommerce-form-row > input + span {
	margin-top: .5rem;
	display: block;
}
.woocommerce-form-row > span > em {
	font: var(--body-3);
	font-style: normal;
}

.woocommerce-MyAccount-content header {
	border: 0;
}
.woocommerce-MyAccount-content fieldset legend,
.woocommerce-MyAccount-content h3,
#customer_login h2 {
	font: var(--h3);
	color: var(--black);
	padding: 2rem 0 1rem;
}

.woocommerce-MyAccount-content header h3 {
	padding-right: 10rem;
}

.woocommerce-MyAccount-content header a {
	font: var(--body-3);
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: .25rem 1rem;
	border: 1px solid var(--gray);
}
.woocommerce-MyAccount-content header a:hover {
	background-color: var(--gray);
	color: var(--white);
}

.woocommerce-MyAccount-content .button {
	min-height: 75px;
	padding: 0 2rem;
}

.woocommerce-MyAccount-content .password-input,
#customer_login .password-input,
.woocommerce-form-login .password-input {
	position: relative;
	display: block;
}
/*
.woocommerce-MyAccount-content .password-input input,
#customer_login .password-input input,
.woocommerce-form-login .password-input input {
	padding-right: 2rem; 
	font: var(--body-3);
}
*/
.woocommerce-MyAccount-content .password-input .show-password-input,
#customer_login .password-input .show-password-input,
.woocommerce-form-login .password-input .show-password-input {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
	border: 3px solid var(--light-gray);
	border-radius: 50%;
}
.woocommerce-MyAccount-content .password-input .display-password:before,
#customer_login .password-input .display-password:before,
.woocommerce-form-login .password-input .display-password:before {
	content: "";
	background-color: var(--light-gray);
	width: .5rem;
	height: .5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.woocommerce-MyAccount-content .woocommerce-message {
	font: var(--body-1);
}

.woocommerce-MyAccount-content .woocommerce-message a {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#customer_login {
	display: flex;
	justify-content: space-between;
}
#customer_login > div {
	width: 45%;
	padding: 1rem 1.25rem 3rem;
}
#customer_login .form-row:not(.woocommerce-form-row) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#customer_login .woocommerce-button,
.woocommerce-ResetPassword .woocommerce-Button {
	padding: 1rem 3rem;
}

#customer_login .woocommerce-form-register > p + p,
#customer_login .woocommerce-privacy-policy-text p {
	font: var(--body-3);
}
#customer_login .woocommerce-privacy-policy-text {
	margin: 1rem 0;
}

.woocommerce-ResetPassword {
	max-width: 600px;
	margin: 0 auto;
	padding: 5rem 2rem;
}

.prod_cat_categories {
	border-bottom: 1px solid var(--light-gray);
	padding-bottom: 2rem;
	margin-bottom: 3rem;
}
.prod_cat_categories .category {
	margin: 0 0 1rem 0;
	font: var(--h5);
	color: var(--black);
}
.prod_cat_categories .category a {
	color: var(--gray);
}
.prod_cat_categories .category a:hover {
	color: var(--black);
}

.searchwp-live-search-results {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
	border-radius: 0 !important;
	min-height: inherit !important;
	max-height: inherit !important;
}

.cart-item .quantity input[type="number"] {
	max-width: 4rem;
}

.checkbox.preorder{
	display: none;
}

.account-orders-table,
.shop_table.order_details,
.woocommerce_deposits_parent_order_summary {
	width: 100%;
	max-width: 1100px;
}
.account-orders-table,
.shop_table.order_details,
.woocommerce_deposits_parent_order_summary,
.shop_table {
	border-collapse: collapse;
}
.account-orders-table thead th, 
.account-orders-table thead td, 
.shop_table.order_details thead th, 
.shop_table.order_details thead td,
.account-orders-table tbody th, 
.account-orders-table tbody td, 
.shop_table.order_details tbody th, 
.shop_table.order_details tbody td,
.woocommerce_deposits_parent_order_summary tbody th,
.woocommerce_deposits_parent_order_summary tbody td,
.shop_table tbody th,
.shop_table tbody td {
	border-bottom: 1px solid var(--black);
}
.account-orders-table th, 
.account-orders-table td, 
.shop_table.order_details th, 
.shop_table.order_details td,
.woocommerce_deposits_parent_order_summary th,
.woocommerce_deposits_parent_order_summary td,
.shop_table th,
.shop_table td {
	padding: 1rem 1.5rem 1rem 0;
}
.account-orders-table tfoot th,
.account-orders-table tfoot td, 
.shop_table.order_details tfoot th, 
.shop_table.order_details tfoot td,
.woocommerce_deposits_parent_order_summary tfoot th,
.woocommerce_deposits_parent_order_summary tfoot td {
	padding-bottom: 0;
}
.shop_table tfoot th {
	text-align: right;
}
.account-orders-table th,
.shop_table.order_details th,
.woocommerce_deposits_parent_order_summary th,
.shop_table th {
	font: var(--h6);
}
.account-orders-table td,
.shop_table.order_details td,
.woocommerce_deposits_parent_order_summary td,
.shop_table td {
	font: var(--body-2);
}
.account-orders-table th:not(:last-child),
.account-orders-table td:not(:last-child),
.woocommerce_deposits_parent_order_summary td:not(:last-child),
.shop_table td:not(:last-child) {
	text-align: left;
}
.account-orders-table th:last-child,
.account-orders-table td:last-child,
.woocommerce_deposits_parent_order_summary td:last-child,
.shop_table td:last-child {
	padding-right: 0;
	text-align: center;
}
.account-orders-table td:last-child,
.woocommerce_deposits_parent_order_summary td:last-child,
.shop_table td:last-child {
	padding: .25rem 0;
}
.account-orders-table .button,
.woocommerce-pagination .button,
#order_review .button {
	padding: .75rem 2rem;
}
#order_review .button {
	white-space: nowrap;
}

#order_review .form-row {
	display: flex;
	gap: 2rem;
}

.account-orders-table .amount {
	display: block;
}
.account-orders-table td:first-child a {
	text-decoration: underline;
}
.account-orders-table .woocommerce-orders-table__row--status-cancelled td:not(:first-child):not(:last-child) {
	color: var(--gray);
	text-decoration: line-through;
}

.woocommerce-MyAccount-content mark {
	background: transparent;
}

.woocommerce-MyAccount-content section {
	margin-top: 2rem;
}
.woocommerce-MyAccount-content section div:not(:first-child) {
	margin-top: 2rem;
}
.woocommerce-MyAccount-content h2 {
	font: var(--h3);
	margin-bottom: 1rem;
}
.woocommerce-MyAccount-content section address p {
	margin-top: 0;
}

.shop_table.order_details thead th {
	text-align: left;
}
.shop_table.order_details tfoot th {
	text-align: right;
}

.contact-us__content-section > div:nth-of-type(2).woocommerce-MyAccount-content p {
	max-width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper label {
	display: block;
	margin-bottom: 2rem;
}

.woocommerce-checkout .checkout-main {
	padding-bottom: 2rem;
}

.woocommerce-checkout .checkout-summary h2 {
	font: var(--h3);
}

.woocommerce-form-login-toggle {
	text-align: center;
	background-color: var(--light-gray);
	font: var(--body-2);
}
.woocommerce-form-login-toggle a {
	text-decoration: underline;
}

.catalogue-content__main > .products_empty:nth-child(3n+1) {
	font: var(--body-2);
	padding: 30px 20px;
	border: 0;
	width: 100%;
}

.woocommerce-order h2 {
	font: var(--h3);
	margin-bottom: 1rem;
}
.woocommerce-order h2.h2 {
	font: var(--h2);
}

.woocommerce-order #robokassa {
	background: var(--black);
	color: var(--white);
	border: 1px solid transparent;
	font: var(--h4);
	text-align: center;
	padding: .5rem 1rem;
}
.order_payment {
	display: flex;
	gap: 25px;
	align-items: center;
	margin-top: 3rem;
}

.woocommerce-thankyou-order-received {
	font: var(--h2);
	margin-bottom: 2rem;
}

.woocommerce-MyAccount-content .order-again {
	margin: 2rem 0;
	text-align: right;
}
.woocommerce-MyAccount-content .order-again .button {
	padding: 1rem 2rem;
}

.product__availibility {
	border-top: 1px dotted var(--light-gray);
	padding: .65rem 1.1rem;
}
.product__availibility .red {
	color: #f00;
	font-weight: 500;
}
.product__availibility .orange {
	color: darkorange;
	font-weight: 500;
}
.product__availibility .green {
	color: #03ac13;
	font-weight: 500;
}
.product__availibility .red:before,
.product__availibility .orange:before,
.product__availibility .green:before {
	display: inline-block;
	content: "\2713";
	margin-right: .25rem;
	font-size: 125%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.product__image-main img {
	cursor: pointer;
}

.checkout__table .selected__point {
	background-color: var(--extra-light-gray);
}

.checkout__table .selected__point td:first-child {
	border-left: 5px;
}

.checkout__table tr:not(.selected__point):hover {
	cursor: pointer;
	background-color: var(--extra-light-gray);
}

.checkout-main .select2-container {
	display: block;
	height: 28px;
	min-width: 100%;
	margin-top: .5rem;
}

#ship-to-different-address {
	display: none;
}

.delivery_info {
	font: var(--body-2);
	margin-bottom: 40px;
}

select:focus, input:focus {
	outline: none;
}

.authorization-container .xoo-el-section {
	padding-left: 0;
}

.authorization-container .xoo-el-form-container.xoo-el-form-inline {
	margin-bottom: 0;
	padding-bottom: 0;
}

.xoo-aff-group.xoo-el-login-btm-fields.authorization__pass-forgot {
	width: 100%;
}

.xoo-aff-group.xoo-el-login-btm-fields.authorization__pass-forgot:last-child {
	margin-bottom: 0;
	margin-top: 37px;
}

.xoo-el-action-form .xoo-el-form-txt {
	margin-bottom: 37px;
}

a.xoo-el-reg-tgr:not(:first-child),
button.xoo-el-reg-tgr:not(:first-child) {
  margin: 0 0 0 auto;
}

.authorization-container .xoo-el-action-form .xoo-el-action-btn {
	max-width: 100%;
	width: auto;
}

.authorization-container .xoo-aff-group.xoo-aff-cont-checkbox_single.xoo_el_reg_terms_cont {
	margin-bottom: 37px;
}

.authorization-container .xoo-aff-group.xoo-aff-cont-checkbox_single.xoo_el_reg_terms_cont label {
	margin-bottom: 0;
}

.authorization-container .xoo-aff-group label {
	font-weight: inherit;
	position: relative;
/*	padding-left: 1.75rem; */
}
.authorization-container .xoo-aff-group label input {
/*
	position: absolute;
	left: 0;
	top: .05rem;
*/
	display: none;
}

.authorization-container .xoo-el-form-register .authorization__pass-forgot a,
.authorization-container .xoo-el-form-register .authorization__pass-forgot button {
	margin: 0 auto;
}

.form-row.form-row-wide.create-account {
	display: none;
}

.cart-pre-summary ul li:first-child {
	display: none;
}

.checkout__section label[for="checkout-index"] {
	display: none;
}

main .selfmap-balloon > p {
	font: 400 12px / 150% "Montserrat";
	margin-top: .5rem;
}
main .selfmap-balloon > span,
main .selfmap-balloon > button {
	display: inline-block;
	font: var(--h6);
	margin-top: .75rem;
	margin-bottom: .5rem;
}
main .selfmap-balloon > span {
	padding: .25rem 0;
}
main .selfmap-balloon > span:before {
	content: "\2713";
	display: inline-block;
	margin-right: .5rem;
}
main .selfmap-balloon > button {
	padding: .25rem .75rem;
}

main .map {
	height: 700px;
	width:100%;
	/* min-height:700px; */
}

.cart-item__amount .quantity {
	position: relative;
}

.cart-item__amount .qty__warning input[type="number"] {
	color: #f00;
	border-color: #f00;
	font-weight: 600;
}

.cart-item__amount .qty__warning:before {
	color: #f00;
	font: var(--body-4);
	content: "Превышено максимальное количество для заказа";
	background-color: #fff;
	padding: 1rem;
	position: absolute;
	bottom: 100%;
	right: -20%;
	min-width: 14rem;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,.25);
	border-radius: 7px;
}
.cart-item__amount .qty__warning:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	right: 10%;
	bottom: calc(100% - 9px);
}

.checkout__section label[for="billing_country"],
.checkout__section label[for="billing_address_1"],
.checkout__section label[for="billing_city"] {
	display: none;
}

.woocommerce-error {
	padding: 2rem;
	background-color: var(--light-gray);
	font: var(--body-3);
}

.woocommerce-error li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1rem 2rem;
}

.woocommerce-error .button {
	padding: .5rem 1rem;
}

.product__info dl a, .product__info [data-lnk] {
	color: var(--black);
	border-bottom: 1px dotted var(--black);
	cursor: pointer;
}
.product__info dl a:hover, .product__info [data-lnk]:hover {
	color: darkorange;
	border-color: darkorange;
}

.product__info .product-description h3 {
	font: var(--sub-title-2);
}

.product__info .accordion-panel ul:not(:last-child) {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px dotted var(--light-gray);
}

.delivery_error_text.message_filled {
  position: relative;
  padding-left: 2.5em;
}

.delivery_error_text.message_filled:before {
  content: "!";
  display: flex;
  position: absolute;
  width: 1.65em;
  height: 1.65em;
  align-items: center;
  justify-content: center;
  border: 2px solid red;
  border-radius: 50%;
  color: white;
  background-color: red;
  top: -.25em;
  left: 0;
  font: var(--h4);
}

.woocommerce-Price-amount {
	white-space: nowrap;
}
.woocommerce-Price-currencySymbol {
	margin-left: .5rem;
}
.catalogue-card-big__price ins, 
.is-sale ins {
	text-decoration: none;
}
.catalogue-card-big__price ins {
	margin-left: .5rem;
}
.catalogue-card-big__price del, 
.is-sale del {
	color: var(--light-gray);
}
.is-sale del {
	margin-right: .5rem;
}
.catalogue-card-big__price del .woocommerce-Price-currencySymbol,
.is-sale del .woocommerce-Price-currencySymbol {
	display: none;
}

.content-section .content-section__wrapper a {
	color: var(--black);
	border-bottom: 1px dotted var(--black);
}
.content-section .content-section__wrapper a:hover {
	color: var(--gray);
	border-color: transparent;
}

/*
.widget_premmerce_filter_filter_widget .filter__inner::after {
	display: none;
}
.widget_premmerce_filter_filter_widget .filter__checkgroup {
	display: flex;
}
.widget_premmerce_filter_filter_widget .filter__checkgroup-body {
	flex-grow: 1;
}
.widget_premmerce_filter_filter_widget .filter__checkgroup-check,
.widget_premmerce_filter_filter_widget .filter__checkgroup-body,
.widget_premmerce_filter_filter_widget .filter__checkgroup-title,
.widget_premmerce_filter_filter_widget .filter__checkgroup-count,
.widget_premmerce_filter_filter_widget .filter__checkgroup-aside {
	display: block;
}
*/

.focus__info-slider {
	width: 100%;
	overflow: hidden;
	height: fit-content;
	height: -moz-fit-content;
	border-bottom :1px solid var(--light-gray);
	font-size: 0;
}
.focus__info-slider .swiper-wrapper {
	height: fit-content;
	height: -moz-fit-content;
}
.focus__info-slider .swiper-slide {
	opacity: 0 !important;
	transition: 0.4s linear;
	width: 100% !important;
}
.focus__info-slider .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}
/* .focus__info-slider .swiper-prev,
.focus__info-slider .swiper-next {
	color: #ffffff;
} */
/* .focus__info-slider .swiper-prev:hover,
.focus__info-slider .swiper-next:hover {
	color: var(--light-gray);
} */
.focus__info-slider .swiper-prev svg {
	rotate: 180deg;
}

.focus__info-slider .swiper-prev {
	left: 0;
}

.focus__info-slider .swiper-next {
	right: 0;
}

.focus__info-slider .swiper-prev, .focus__info-slider .swiper-next {
	position: absolute;
	top: 0;
	z-index: 100;
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;
	width: 100px;
	justify-content: center;
	transition: background 0.4s;
	color: var(--light-gray);
}

.focus__info-slider .swiper-prev:hover, .focus__info-slider .swiper-next:hover {
	background: var(--white);  
	color: var(--black);
}
.focus__info-slider .swiper-prev:hover {
	box-shadow: 1px 0 0 0 var(--light-gray);
}

.focus__info-slider .swiper-next:hover {
	box-shadow: -1px 0 0 0 var(--light-gray);
}

.focus__info-slider a {
	display: block;
}
.focus__info-slider a img,
.focus__info-slider [data-lnk] img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.latest-news {
	border-bottom: 1px solid var(--gray);
}
.latest-news > div:nth-of-type(1) {
	display: flex;
	justify-content: space-between;
}
.latest-news .news-card {
	min-height: 0;
}
.latest-news .arrow-button.white {
	color: var(--white);
}
.contact-us__exterior {
	border-bottom: 1px solid var(--light-gray);
}
.contact-us__exterior img {
	display: block;
	max-width: 100%;
	height: auto;
}
.contact-us__section > div:nth-child(2) p,
.contact-us__section > div:nth-child(2) h3,
.content-section__wrapper h2,
.content-section__wrapper h3,
.content-section__wrapper h4 {
	margin-bottom: 1rem;
}
.contact-us__section > div:nth-child(2) p + h3,
.content-section__wrapper p + h2,
.content-section__wrapper p + h3,
.content-section__wrapper p + h4 {
	margin-top: 2rem;
}

.threesixty {
    margin: 0 auto;
    overflow: hidden;
    max-height: 100%;
    position: relative;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: auto;
}

.threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}


.threesixty .threesixty_images img.previous-image {
    display: none;
    /*
                    Do not put here any other styles.
                    It causes massive recalc / repaints and image flickering,
                    especially on Firefox.
                 */
}

.threesixty .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

.threesixty .spinner span {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    display: block;
}

.threesixty .nav_bar {
    position: absolute;
    color: #fff;
    z-index: 1;
    height: 32px;
    background: rgba(37, 36, 36, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
}

.threesixty .nav_bar.bottom-right {
    bottom: 10px;
    right: 20px;
}

.threesixty .nav_bar.bottom-left {
    bottom: 10px;
    left: 20px;
}

.threesixty .nav_bar.top-left {
    top: 10px;
    left: 20px;
}

.threesixty .nav_bar.top-right {
    top: 10px;
    right: 20px;
}

/* .threesixty .threesixty_images img {
        top: 0;
        width: 100%;
        height: 480px;
        object-fit: contain;
        margin: 0 auto;
        position: absolute;
        right: 0;
        left: 0;
      } */
.threesixty .nav_bar.top-center {
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.threesixty .nav_bar.bottom-center {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.threesixty .nav_bar .butn {
    z-index: 2;
    float: left;
    width: 30px;
    height: 30px;
    padding: 7.5px;
    border-right: 1px solid rgba(0, 0, 0, 0.7);
    border-left: 1px solid rbga(255, 255, 255, 0.2);
    border-radius: 0;
    cursor: pointer;
}

.threesixty .nav_bar .butn:first-child {
    border-left: none;
}

.threesixty .nav_bar .butn:last-child {
    border-right: none;
}

.threesixty .nav_bar .butn span {
    z-index: 13;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
}

.threesixty .nav_bar .butn span.icon-play {
    background: url(/addons/360-product-viewer-for-woocommerce/images/sprite.png) no-repeat 0 0;
}

.threesixty .nav_bar .butn span.icon-pause {
    background: url(/addons/360-product-viewer-for-woocommerce/images/sprite.png) no-repeat -15px 0;
}

.threesixty .nav_bar .butn span.icon-forward {
    background: url(/addons/360-product-viewer-for-woocommerce/images/sprite.png) no-repeat -30px 0;
}

.threesixty .nav_bar .butn span.icon-back {
    background: url(/addons/360-product-viewer-for-woocommerce/images/sprite.png) no-repeat -45px 0;
}

.threesixty .nav_bar .butn span.icon-fullscreen {
    background: url(/addons/360-product-viewer-for-woocommerce/images/sprite.png) no-repeat -60px 0;
}

.threesixty .nav_bar .butn span.icon-resize {
    background: url(/addons/360-product-viewer-for-woocommerce/images/sprite.png) no-repeat -75px 0;
}

.threesixty .nav_bar .butn span.icon-download {
    background: url(/addons/360-product-viewer-for-woocommerce/images/sprite.png) no-repeat -90px 0;
}

_:-webkit-full-screen,
.threesixty {
    background-color: transparent;
}

.custom-slider-cl {
	display: none;
}
.product__image-container > .custom-slider-cl {
	background-color: transparent !important;
}
.slide360-init {
	position: relative;
	cursor: pointer;
}
.slide360-init .badge360 {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 50%;
	background-color: var(--black);
}
.slide360-init .badge360 img {
	width: 18px !important;
	height: 18px !important;
}
.threesixty_images img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.threesixty img.normal.current-image {
	z-index: 1;
}
.threesixty >li > img.normal.current-image,
.threesixty >li > picture > img.normal.current-image {
	height: 100% !important;
}
.custom-slider-cl .threesixty .nav_bar.top-right {
	z-index: 2 !important;
}

.hp_catalogs > div {
	grid-column: 1/3;
	border-bottom: 1px solid var(--light-gray);
	height: 100%;
}
.hp_catalogs ul {
	border-bottom: 1px solid var(--light-gray);
	list-style: none;
}
.hp_catalogs li {
	/* display: flex; */
	/* align-items: flex-end; */
	/* flex-direction: column; */
	position: relative;
	margin-bottom: -1px;
	padding-top: 35px;
	border-right: 1px solid var(--light-gray);
	border-bottom: 1px solid var(--light-gray);
}
.hp_catalogs li::marker {
	content: none;
}
.hp_catalogs li > .body-2 {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	color: var(--black);
	width: 100%;
	text-align: inherit;
	/* padding: 0; */
	border-bottom: 0;
	height: 100%;
}
/* .hp_catalogs li .body-2:hover {
	color: var(--gray);
} */
.hp_catalogs li .body-2 span:nth-child(1) {
	width: 100%;
	margin-bottom: 35px;
	position: relative;
	padding-inline: 35px;
	min-height: 90px;
	align-content: end;
	aspect-ratio: auto 212 / 300;
}
.hp_catalogs li .body-2 span:nth-child(1):after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	z-index: 1;
	height: 10px;
	width:90%;
	transform: translateX(-50%);
	background-color: var(--black);
	border-radius: 50%;
	filter: blur(10px);
}
.hp_catalogs li .body-2 span:nth-child(1) img {
	display: block;
	position: relative;
	width: 90%;
	height: auto;
	z-index: 2;
	margin: 0 auto;
}
.hp_catalogs li .body-2 span:nth-child(2) {
	/* width: calc(100% - 40px); */
	min-height: 5rem;
	padding-inline: 35px;
}
.hp_catalogs__buttons {
	display: flex;
	width: 100%;
	margin-top: auto;
}
.hp_catalogs__buttons button {
	border-top: 1px solid var(--light-gray);
  	padding: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 12px;
	color: var(--black);
	--icon-color: var(--black);
	transition: color 0.4s;
	align-items: center;
}

.hp_catalogs__buttons button:not(:last-child) {
	border-right: 1px solid var(--light-gray);
}

.hp_catalogs__buttons button:hover {
	color: var(--gray);
	--icon-color: var(--gray);
}

@media screen and (max-width: 1124px) {
	
	.hp_catalogs li .body-2 span:nth-child(2) {
		width: 100%;
		margin-bottom: 1rem;
		font-size: 1rem;
		hyphens: auto;
		text-wrap: balance;
	}
	.hp_catalogs li .body-2 span:nth-child(3) {
		margin-left: auto;
	}
}

.switcher li {
	font-size: 100%;
}

.catalogue-item__main .popular {
	border-bottom: 0;
}
.catalogue-item__main .popular + .bestsellers {
	position: relative;
  	margin-top: -1px;
  	border-top: 1px solid var(--light-gray);
  	border-bottom: 1px solid var(--light-gray);
  	background: var(--white);
}

.hero-1 > div:nth-of-type(3) a {
	text-decoration: underline;
}
.hero-1 > div:nth-of-type(3) a:hover {
	text-decoration: none;
}

.viewed-products {
	height: 0px;
	opacity: 0;
	transition: height 0.6s;
	order: 3;
}

.viewed-products.loading {
	height: 25rem;
	opacity: 1;
	position: relative;
	border-top: 1px solid var(--light-gray);
}

.viewed-products.loading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;  
    margin-left: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 5px solid grey;
    border-top-color: black;
    animation: goodsgalleryload 2s linear infinite;
}

.viewed-products.loaded {
	height: auto;
	opacity: 1;
	border-top: 1px solid var(--light-gray);
}

@keyframes goodsgalleryload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product__info .accordion-trigger {
	text-wrap: balance;
}

.product-also__slider .catalogue-card-big__info h2{
	margin-bottom: auto;
}

.product-also__slider .catalogue-card-big__info > div {
	margin-top: 0;
}


.fast-jump {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	background: var(--black);
	width: 100%;
	display: flex;
	align-items: baseline;
	border-top: 1px solid var(--gray);
	order: 4;
}

.fast-jump__header {
	color: var(--white);
	padding: 2rem;
	border-right: 1px solid var(--gray);
}

.fast-jump__list {
	padding: 0;
	padding-right: 80px;
}

.fast-jump__item {
	margin-top: 0;
	padding: 2rem;
	cursor: pointer;
}


.fast-jump__item::marker {
	content: none;
}

.fast-jump__link {
	color: #fff;
	font: var(--h4);
}

.fast-jump__item:hover .fast-jump__link{
	color: var(--extra-light-gray);
}

.has-recently-viewed .button_db21 {
	margin-bottom: 78px !important;
	box-shadow: 0px 0px 38px 0 rgba(34,36,43,.3);
}
.catalogue-item__main #woocommerce_after_shop_loop {display: none;}

/* searchwp-live-search */
.searchwp-live-search-results {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    height: 0;
    overflow: hidden;
    z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */
    position: absolute;
    display: none;
}

.searchwp-live-search-results-showing {
    display: block;
    opacity: 1;
    height: auto;
    overflow: auto;
}

.searchwp-live-search-no-results {
    padding: 3em 2em 0;
    text-align: center;
}

.searchwp-live-search-no-min-chars:after {
    content: "Continue typing";
    display: block;
    text-align: center;
    padding: 2em 2em 0;
}

.catalogue-card-big__flash.onsale:before,
.catalogue-card-big__flash.novinka:before {
	content: attr(data-slogan);
}
.catalogue-card-big__info .meta_key:before,
.product__info .meta_key:before {
	content: "Код товара: ";
}

.filterlinks {
  	border-top: 1px solid var(--light-gray);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: var(--white);
	overflow: hidden;
}

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

.filterlinks__filter:last-child .filterlinks__list {
	margin-right: -1px;
}

.filterlinks__filter:not(:last-child) .filterlinks__header {
	border-right: 1px solid var(--light-gray);
}

.filterlinks__header {
	padding: 35px 35px 20px;
}

.filterlinks__list {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid var(--light-gray);
}

.filterlinks__item {
	flex-grow: 1;
	text-align: center;
	border: 1px solid var(--light-gray);
	margin-left: -1px;
	margin-top: -1px;
}

.filterlinks__link:hover {
	background: var(--gray);
  	color: var(--extra-light-gray);
	transition: color 0.4s , background 0.4s;
}

.filterlinks__link {
	color: inherit;
	display: block;
	padding: 10px;
	background: var(--white);
}

.header-logo > span {
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.page__reviews{
	border-top: 1px solid var(--light-gray);
}
.content-section + .page__reviews {
	border-top: none;
}
.reviews__header-block {
	display: grid;
	grid-template-columns: 40% 60%;
	border-bottom: 1px solid var(--light-gray);
}

.reviews__header-block .h1{
	margin-bottom: 40px;
}
.reviews__header-block .section__title {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	border-right: 1px solid var(--light-gray);
	align-items: flex-start;
}
.reviews__about {
	padding: 75px 80px;
	border-bottom: 1px solid var(--light-gray);
	align-content: center;
}
.full-rating {
	display: flex;
	margin-bottom: 1rem;
}
.full-rating__max, .full-rating__average {
	letter-spacing: 0.07em;
	color: #474747;
}
.full-rating__average {
	font-size: 1.875rem;
}
.full-rating__max {
	font-size: 1.125rem;
	margin-right: 1.75rem;
}
.full-rating__stars, .element-raiting__stars {
	display: flex;
	width: 9.5rem;
	gap: 0.5rem;
}
.full-rating__star, .element-rating__star {
	display: flex;
	width: 100%;
	height: 1.5rem;
	flex-grow: 1;
	mask: url('/assets/themes/rosso/img/star.svg');
	background-color: var(--black);
}
.full-rating__star--current ~ .full-rating__star, .element-rating__star--current ~ .element-rating__star {
	background-color: var(--light-gray);
}
.reviews__images-block img{
	width: auto;
	max-height: 60px;
}
.swiper--reviews .reviews__slide {
	padding: 17px;
	border-right: 1px solid var(--light-gray);
}
.reviews__autor {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	font: var(--h4);
	height: 60px;
	margin-bottom: 40px;
	flex-direction: row-reverse;
}
.reviews__autor img {
	border-radius: 50%;
	filter: grayscale(1);
}
.reviews__element-raiting {
	margin-bottom: 20px;
}
.reviews__date {
	margin-top: auto;
	font: var(--body-2);
	color: var(--gray);
}
.reviews__slide-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.reviews__text {
	margin-bottom: 20px;
	max-height: 300px;
	overflow: auto;
	padding-right: 20px;
	width: auto;
}
.reviews__images-block {
	display: flex;
	margin-bottom: 30px; 
}
.reviews__images-block img {
	cursor: pointer;
}
.reviews__slider {
	position: relative;
}
.swiper-button-next, .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-left: 1px solid var(--light-gray);
	border-top: 1px solid var(--light-gray);
	color: var(--black);
	background-color: var(--white);
}

.swiper-button-next::after, .swiper-button-prev::after {
	font-weight: 600;
	font-size: 20px;
}
.swiper-button-next {
	bottom: 0;
	top: unset;
	right: 0;
}
.swiper-button-prev {
	bottom: 0;
	top: unset;
	right: 60px;
	left: unset;
}
.reviews__service-img {
	max-height: 24px;
	max-width: 100%;
}
.reviews__info {
	display: flex;
	justify-content: space-between;
}
.reviews__service {
	cursor: pointer;
}

input:disabled + label {
	opacity: 0.3;
}

p.form-radio__group-explanation {
	padding-left: 0;
  	margin-top: 0;
	margin-bottom: 25px;
}

main > .home {
	display: flex;
	flex-direction: column;
}
.focus__info-slider {
	order: -3;
}
.popular {
	order: -2;
}
.latest-news {
	order: -1;
}

.header_button-set {
	max-width: 245px;
}

.markup {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.markup__checkbox {
	position: absolute;
	opacity: 0;
}

.markup__ui {
	display: block;
	border-radius: 20px;
	padding: 1px;
	position: relative;
}

.markup__ui::after {
	content: '';
	background: var(--light-gray);
	width: calc(50% - 1px);
	height: calc(100% - 2px);
	display: block;
	transition: width 0.4s, left 0.4s;
	position: absolute;
	left: 1px;
	border-radius: 50%;
}

.markup__ui {
	width: 36px;
	height: 20px;
}
.markup {
	width: 44px;
	height: 44px;
	margin-left: 10px;
}


.markup__checkbox:checked+.markup__ui::after {
	background-color: var(--black);
	left: 50%;
}

.bottom-dialog {
	position: fixed;
	bottom: 0;
	height: 85px;
	align-content: center;
  	width: 100%;
	z-index: 1000;
	padding: 16px 20px;
	transition: translate .4s;
	background-color: #444444;
	translate: 0 100%;
	font: var(--body-1);
}

.bottom-dialog.open{
	translate: 0;
}

.bottom-dialog__body{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.bottom-dialog .link{
	font-weight: 800;
}

.button--fill{
	padding: 10px 25px;
	background-color: #fff;
	color: #444444;
	border-radius: 5px;
	border: 0;
	font-size: 15px;
}

.catalogue-item__content h2 > *, .catalogue-item__content .h2 > * {
	display: block;
}

.latest-news--slider .news-card-swiper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.latest-news--slider .product-also__slider-footer {
    margin-top: 0;
    padding: 36px;
    color: var(--white);
}

.latest-news--slider {
    overflow-x: hidden;
    position: relative;
}
.latest-news--slider > div:first-child {
    background-color: var(--black);
    z-index: 2;
}

.latest-news--slider .product-also-pagination {
    background: rgba(255,255,255,.25);
}

.latest-news--slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--white);
}

.latest-news--slider .news-card.swiper-slide::before {
    content: "";
    background: var(--black);
    inset: 0;
    position: absolute;
    opacity: 0.9;
    z-index: -1;
}

.latest-news .arrow-button.white:not(.wpcf7-inprogress) span::after {
    filter: invert(1);
}

.wc-info-container {
	grid-column: 1 / -1;
}

.content-section.three-cols .content-section__link-button{
	display: block;
	text-align: center;
	font: var(--body-1);
	transition: 0.4s;
}

.content-section.three-cols .content-section__link-button:hover {
	background: var(--black);
	color: #fff;
}

article section > div hr {
	margin: 2em 0;
}

article section > div .button {
	padding: 1em 2.5em;
}

.soc_str,
.soc_str a {
	display: flex;
	align-items: center;
	gap: 20px;
}
.soc_str a {
	gap: 10px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto 0;
}

.tabs input[type="radio"] {
    display: none;
}

/* Style the labels (tabs) */
.tabs label {
    cursor: pointer;
    margin-right: .2rem;
    padding: .5rem 1rem;
	cursor: pointer;
	display: block;
	margin-right: 0.3rem;
	order: initial;
	transition: background ease 0.3s;
	width: 100%;
	font: var(--h4);
	border: 1px solid var(--light-gray);
	border-bottom: 0;
}
.tabs input:first-child + label {
	margin-left: 20px;
}

/* Style the content sections */
.tabs .tab-content {
    display: none;
	flex-grow: 1;
	width: 100%;
	background-color: var(--white);
	border-top: 1px solid var(--light-gray);
}

.tabs .tab-content .heading {
	min-height: 150px;
}

.tabs input[type="radio"]:checked + label {
	color: var(--gray);
	background-color: var(--white);
	border-color: var(--gray);
	padding-bottom: 1px;
	margin-bottom: -1px;
	z-index: 100;
}

/* Display content when a tab is selected */
.tabs input[type="radio"]:checked + label + .tab-content {
    display: block;
}

@media (min-width: 10em) {
  .tabs .tab-content {
    order: 99
  }
  
  .tabs label {
    order: 1;
  }
  
  .tabs label {
    margin-right: 0.3rem;
    margin-top: 0;
    width: auto;
  }
}