@charset "UTF-8";
@font-face {
	font-family: "Unbounded";
	src:
		local("assets/fonts/Unbounded Bold"),
		local("Unbounded-Bold"),
		url("assets/fonts/Unbounded-Bold.woff2") format("woff2"),
		url("assets/fonts/Unbounded-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Unbounded";
	src:
		local("Unbounded Black"),
		local("Unbounded-Black"),
		url("assets/fonts/Unbounded-Black.woff2") format("woff2"),
		url("assets/fonts/Unbounded-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: "Noto Sans";
	src:
		local("Noto Sans Light"),
		local("Noto-Sans-Light"),
		url("assets/fonts/noto-sans-cyrillic-300-normal.woff2") format("woff2"),
		url("assets/fonts/noto-sans-cyrillic-300-normal.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Noto Sans";
	src:
		local("Noto Sans Regular"),
		local("Noto-Sans-Regular"),
		url("assets/fonts/noto-sans-cyrillic-400-normal.woff2") format("woff2"),
		url("assets/fonts/noto-sans-cyrillic-400-normal.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Noto Sans";
	src:
		local("Noto Sans Regular Italic"),
		local("Noto-Sans-Regular-Italic"),
		url("assets/fonts/noto-sans-cyrillic-400-italic.woff2") format("woff2"),
		url("assets/fonts/noto-sans-cyrillic-400-italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "Noto Sans";
	src:
		local("Noto Sans Medium"),
		local("Noto-Sans-Medium"),
		url("assets/fonts/noto-sans-cyrillic-500-normal.woff2") format("woff2"),
		url("assets/fonts/noto-sans-cyrillic-500-normal.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Noto Sans";
	src:
		local("Noto Sans Medium Italic"),
		local("Noto-Sans-Medium-Italic"),
		url("assets/fonts/noto-sans-cyrillic-500-italic.woff2") format("woff2"),
		url("assets/fonts/noto-sans-cyrillic-500-italic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: "Noto Sans";
	src:
		local("Noto Sans SemiBold"),
		local("Noto-Sans-SemiBold"),
		url("assets/fonts/noto-sans-cyrillic-600-normal.woff2") format("woff2"),
		url("assets/fonts/noto-sans-cyrillic-600-normal.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Noto Sans";
	src:
		local("Noto Sans Bold"),
		local("Noto-Sans-Bold"),
		url("assets/fonts/noto-sans-cyrillic-700-normal.woff2") format("woff2"),
		url("assets/fonts/noto-sans-cyrillic-700-normal.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

html,
body {
	height: 100%;
	scroll-behavior: smooth;
}

html {
	font-size: 14px;
}
@media (min-width: 768px) {
	html {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	html {
		font-size: 16px;
	}
}
@media (min-width: 1700px) {
	html {
		font-size: 18px;
	}
}
@media (min-width: 1921px) {
	html {
		font-size: 18px;
	}
}

body {
	display: flex;
	flex-direction: column;
	color: black;
	counter-reset: steps;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.4;
	font-family: "Noto Sans", sans-serif;
	background-color: #ffffff;
}
body .footer-wrapper {
	margin-top: auto;
}
body .fader {
	width: 100%;
	height: 100vh;
	content: "";
	background-color: rgba(255, 255, 255, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	opacity: 0;
	backdrop-filter: blur(5px);
}
body.fixed {
	overflow: hidden;
	position: relative;
}
@media (min-width: 992px) {
	body.fixed {
		padding-right: 17px;
	}
}
body.fixed .fader {
	display: block;
	opacity: 1;
}
@media (min-width: 992px) {
	body.fixed .header--index {
		padding-right: 17px;
	}
}

.page-content {
	min-height: unset;
}
@media (max-width: 991.98px) {
	.page-content {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 767.98px) {
	.container {
		max-width: calc(100vw - 10px);
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.container {
		max-width: calc(100vw - 80px);
	}
}
@media (min-width: 1200px) and (max-width: 1920.98px) {
	.container {
		max-width: 80%;
	}
}
@media (min-width: 1921px) {
	.container {
		max-width: 1860px;
	}
}

@media (min-width: 1200px) {
	.navbar-brand {
		display: none;
	}
}

.margin-bottom {
	margin-bottom: 150px;
}
@media (max-width: 1199.98px) {
	.margin-bottom {
		margin-bottom: 120px;
	}
}
@media (max-width: 767.98px) {
	.margin-bottom {
		margin-bottom: 100px;
	}
}
@media (max-width: 575.98px) {
	.margin-bottom {
		margin-bottom: 80px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Unbounded", sans-serif;
}

.row {
	position: relative;
}

a {
	text-decoration: none;
	color: inherit;
	width: fit-content;
}
a:hover {
	color: #a3a3a3;
}
a:hover svg path:not(.flame) {
	fill: #a3a3a3;
}

.index-page {
	position: relative;
	padding-bottom: 100px;
}
@media (max-width: 767.98px) {
	.index-page {
		padding-bottom: 50px;
	}
}
@media (max-width: 575.98px) {
	.index-page {
		padding-bottom: 30px;
	}
}

.inner-page {
	flex-grow: 1;
	padding-top: 80px;
	padding-bottom: 50px;
}
@media (max-width: 1920.98px) {
	.inner-page {
		padding-top: 50px;
	}
}
@media (max-width: 991.98px) {
	.inner-page {
		padding-top: 0;
	}
}

.basic-title {
	font-weight: 700;
	font-size: 3.67rem;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "Unbounded", sans-serif;
	margin-top: 0;
}
@media (max-width: 1199.98px) {
	.basic-title {
		font-size: 2.65rem;
	}
}
@media (max-width: 575.98px) {
	.basic-title {
		font-size: 1.75rem;
	}
}

.title-wrapper {
	margin-bottom: 50px;
	overflow: hidden;
	padding-top: 6rem;
}
@media (max-width: 575.98px) {
	.title-wrapper {
		margin-bottom: 30px;
	}
}
.title-wrapper > .container {
	position: relative;
}
.title-wrapper .basic-title {
	position: relative;
	margin-bottom: 0;
	width: fit-content;
	font-weight: 700;
	margin-left: 42%;
	z-index: 1;
}
@media (max-width: 1399.98px) {
	.title-wrapper .basic-title {
		margin-left: 25%;
	}
}
.title-wrapper .shadow-title {
	position: absolute;
	left: 0;
	width: max-content;
	font-size: 10rem;
	text-transform: uppercase;
	font-weight: 900;
	top: -7rem;
	z-index: 0;
	color: rgb(249, 249, 249);
	background-image: linear-gradient(90deg, #f4f4f4 64%, white 100%);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	opacity: 0.7;
}
@media (max-width: 1199.98px) {
	.title-wrapper .shadow-title {
		font-size: 5.5rem;
		top: -3.5rem;
	}
}
@media (max-width: 575.98px) {
	.title-wrapper .shadow-title {
		font-size: 4.5rem;
	}
}

.inner-page:not(.inner-page--lostpage) h1,
.inner-page .main-page-title {
	font-weight: 500;
	font-size: 2rem;
	text-transform: none;
	margin-bottom: 60px;
}
@media (max-width: 767.98px) {
	.inner-page:not(.inner-page--lostpage) h1,
	.inner-page .main-page-title {
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
}

@media (max-width: 1199.98px) {
	.index-hits .title-wrapper,
	.actions-widget .title-wrapper,
	.index-publications .title-wrapper {
		margin-bottom: 90px !important;
	}
}
@media (max-width: 575.98px) {
	.index-hits .title-wrapper,
	.actions-widget .title-wrapper,
	.index-publications .title-wrapper {
		margin-bottom: 30px !important;
	}
}

.basic-link {
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 1.1;
	color: black;
	transition: 0.2s ease;
}
.basic-link span {
	margin-left: 3px;
}
.basic-link:hover {
	transition: 0.2s ease;
	color: #737373;
}

.buttons-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.basic-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	padding: 18px 20px;
	color: white;
	font-weight: 600;
	font-size: 1.35rem;
	line-height: 1;
	border-radius: 10px;
	border: 2px solid white;
	border-radius: 100px;
	transition: 0.2s ease;
}
@media (max-width: 1499.98px) {
	.basic-button {
		padding: 18px 32px;
	}
}
@media (max-width: 575.98px) {
	.basic-button {
		padding: 11px 10px 11px;
		font-size: 0.9rem;
	}
}
.basic-button:hover {
	color: white;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background-color: transparent;
	transition: 0.2s ease;
}
.basic-button--arrowed {
	position: relative;
}
.basic-button--arrowed::after {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(assets/img/arrow-up-top-right-white.svg);
	background-size: cover;
	margin-left: 15px;
	transition: 0.5s ease;
}
@media (max-width: 575.98px) {
	.basic-button--arrowed::after {
		width: 20px;
		height: 20px;
		margin-left: 10px;
	}
}
.basic-button--arrowed:hover::after {
	transform: rotate(45deg);
	transition: 0.5s ease;
}
.basic-button--light {
	background-color: transparent;
}
.basic-button--light:hover {
	color: #f5f4f7;
}
.basic-button--grey {
	color: #efeef2;
}
.basic-button--grey:hover {
	background-color: #737373;
}

.decor-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

.decor {
	position: absolute;
	z-index: -1;
}
@media (max-width: 1199.98px) {
	.decor {
		display: none;
	}
}
.decor--inner {
	right: 0;
	top: 0;
	width: 600px;
}
.decor img {
	width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	width: 46px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
	.swiper-button-next,
	.swiper-button-prev {
		transform: unset;
		top: -35px;
		width: 38px;
		height: 25px;
	}
}
@media (max-width: 575.98px) {
	.swiper-button-next,
	.swiper-button-prev {
		width: 27px;
		height: 17px;
		bottom: -40px;
		top: unset;
	}
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 0.35;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	content: "";
}

.swiper-button-next {
	background-image: url(assets/img/slider-arrow-right.svg);
	right: 70px;
}
@media (min-width: 1921px) {
	.swiper-button-next {
		display: none;
	}
}
@media (min-width: 2200px) {
	.swiper-button-next {
		right: calc((100vw - 1860px - 250px) / 2);
		display: block;
	}
}
@media (max-width: 1199.98px) {
	.swiper-button-next {
		right: 40px;
	}
}
@media (max-width: 767.98px) {
	.swiper-button-next {
		right: 15px;
	}
}

.swiper-button-prev {
	background-image: url(assets/img/slider-arrow-left.svg);
	left: 70px;
}
@media (min-width: 1921px) {
	.swiper-button-prev {
		display: none;
	}
}
@media (min-width: 2200px) {
	.swiper-button-prev {
		left: calc((100vw - 1860px - 250px) / 2);
		display: block;
	}
}
@media (max-width: 1199.98px) {
	.swiper-button-prev {
		left: unset;
		right: 108px;
	}
}
@media (max-width: 767.98px) {
	.swiper-button-prev {
		right: 70.5px;
	}
}

.products-wrapper .product-item {
	margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
	.products-wrapper .product-item {
		margin-bottom: 50px;
	}
}
@media (max-width: 767.98px) {
	.products-wrapper .product-item {
		margin-bottom: 30px;
	}
}

.breadcrumbs {
	overflow: auto;
	padding-bottom: 3rem;
}
@media (max-width: 991.98px) {
	.breadcrumbs {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 575.98px) {
	.breadcrumbs {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.breadcrumbs__list {
	display: flex;
	position: relative;
	z-index: 54;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.main--scroll .breadcrumbs__list {
	z-index: 2;
}

.breadcrumbs__list-item {
	font-size: 15px;
	padding-right: 3px;
	position: relative;
	margin-bottom: 5px;
}
.breadcrumbs__list-item a,
.breadcrumbs__list-item span {
	color: rgba(31, 31, 31, 0.5);
	font-size: 0.8rem;
}
@media (max-width: 991.98px) {
	.breadcrumbs__list-item a,
	.breadcrumbs__list-item span {
		font-size: 1rem;
	}
}
.breadcrumbs__list-item a:hover span {
	color: #e31e24;
	opacity: 1;
}

.breadcrumbs__list-item::after {
	content: "•";
	color: rgba(31, 31, 31, 0.5);
	padding-left: 3px;
	font-size: 0.7rem;
}

.breadcrumbs__list-item:last-child::after {
	display: none;
}

.breadcrumbs__list-link {
	color: rgba(31, 31, 31, 0.5);
	transition: opacity 0.3s ease;
}

.breadcrumbs--clip .breadcrumbs__list-item:last-child {
	text-overflow: ellipsis;
	overflow: clip;
	max-width: 325px;
}

.blog-item-page .blog-item-title,
.blog-item-page .actions-item-title,
.actions-item-page .blog-item-title,
.actions-item-page .actions-item-title {
	font-family: "Noto Sans", sans-serif;
	font-size: 1.35rem;
	font-weight: 400;
	margin-bottom: 40px;
}
@media (max-width: 1199px) {
	.blog-item-page .blog-item-title,
	.blog-item-page .actions-item-title,
	.actions-item-page .blog-item-title,
	.actions-item-page .actions-item-title {
		font-weight: 500;
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.blog-item-page .blog-item-title,
	.blog-item-page .actions-item-title,
	.actions-item-page .blog-item-title,
	.actions-item-page .actions-item-title {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.blog-item-page .blog-item-wrapper,
	.blog-item-page .actions-item-wrapper,
	.actions-item-page .blog-item-wrapper,
	.actions-item-page .actions-item-wrapper {
		flex-direction: column-reverse;
	}
}
@media (max-width: 767px) {
	.blog-item-page .blog-item-image,
	.blog-item-page .actions-item-image,
	.actions-item-page .blog-item-image,
	.actions-item-page .actions-item-image {
		margin-bottom: 50px;
	}
}
.blog-item-page .blog-item-image img,
.blog-item-page .actions-item-image img,
.actions-item-page .blog-item-image img,
.actions-item-page .actions-item-image img {
	border-radius: 30px;
}

.text-block h2,
.text-block h3 {
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
}
.text-block h2 {
	font-size: 1.35rem;
}
@media (max-width: 1199.98px) {
	.text-block h2 {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	.text-block h2 {
		font-size: 1.3rem;
		margin-bottom: 25px;
	}
}
.text-block h3 {
	font-size: 1rem;
}
@media (max-width: 1199.98px) {
	.text-block h3 {
		font-size: 1.15rem;
		margin-bottom: 20px;
	}
}
@media (max-width: 575.98px) {
	.text-block h3 {
		margin-bottom: 15px;
		font-size: 1rem;
	}
}
.text-block p:not(:last-child) {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.text-block p:not(:last-child) {
		margin-bottom: 30px;
	}
}
.text-block p:not(:last-child) + p {
	margin-top: 40px;
}
@media (max-width: 767px) {
	.text-block p:not(:last-child) + p {
		margin-top: 30px;
	}
}
.text-block p:not(:last-child) + ul,
.text-block p:not(:last-child) + ol {
	margin-top: -10px;
}
.text-block b {
	font-weight: 500;
}
.text-block ul,
.text-block ol {
	padding-left: 1rem;
}
.text-block ul:not(:last-child),
.text-block ol:not(:last-child) {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.text-block ul:not(:last-child),
	.text-block ol:not(:last-child) {
		margin-bottom: 23px;
	}
}
.text-block li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
@media (max-width: 767px) {
	.text-block li {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}
.text-block ul li::marker {
	content: url(assets/img/list-marker.png);
}

.text-block-tabs,
.product-inner-page .product-info-description .product-info-tabs {
	font-size: 1rem;
	border: 1px solid #a3a3a3;
	width: fit-content;
	border-radius: 30px;
}
.text-block-tabs .nav-item,
.product-inner-page .product-info-description .product-info-tabs .nav-item {
	height: 43px;
	width: 229px;
}
@media (max-width: 1199.98px) {
	.text-block-tabs .nav-item,
	.product-inner-page .product-info-description .product-info-tabs .nav-item {
		width: 180px;
	}
}
@media (max-width: 991.98px) {
	.text-block-tabs .nav-item,
	.product-inner-page .product-info-description .product-info-tabs .nav-item {
		width: 50%;
		height: 34px;
		flex-grow: 1;
	}
}
.text-block-tabs .nav-link,
.product-inner-page .product-info-description .product-info-tabs .nav-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #a3a3a3;
	border: 0;
	border-radius: 30px;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-weight: 400;
	padding: 5px 70px;
	line-height: 1;
	width: 100%;
	height: 100%;
}
@media (max-width: 991.98px) {
	.text-block-tabs .nav-link,
	.product-inner-page .product-info-description .product-info-tabs .nav-link {
		font-size: 0.8rem;
	}
}
@media (max-width: 767.98px) {
	.text-block-tabs .nav-link,
	.product-inner-page .product-info-description .product-info-tabs .nav-link {
		font-size: 1rem;
	}
}
.text-block-tabs .nav-link.active,
.product-inner-page .product-info-description .product-info-tabs .nav-link.active {
	color: black;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid black;
}

.text-block-tab-content .tab-pane,
.product-inner-page .product-info-description .tab-content .tab-pane {
	padding-top: 50px;
	font-size: 0.9rem;
}
@media (max-width: 1199.98px) {
	.text-block-tab-content .tab-pane,
	.product-inner-page .product-info-description .tab-content .tab-pane {
		padding-top: 40px;
	}
}
@media (max-width: 767.98px) {
	.text-block-tab-content .tab-pane,
	.product-inner-page .product-info-description .tab-content .tab-pane {
		font-size: 1.2rem;
	}
}
@media (max-width: 575.98px) {
	.text-block-tab-content .tab-pane,
	.product-inner-page .product-info-description .tab-content .tab-pane {
		font-size: 1rem;
		padding-top: 30px;
	}
}
.text-block-tab-content .tab-pane#params table,
.product-inner-page .product-info-description .tab-content .tab-pane#params table {
	min-width: 500px;
	max-width: 100%;
	max-width: 70%;
}
@media (max-width: 1199.98px) {
	.text-block-tab-content .tab-pane#params table,
	.product-inner-page .product-info-description .tab-content .tab-pane#params table {
		min-width: unset;
		max-width: 85%;
	}
}
.text-block-tab-content .tab-pane#params table td,
.product-inner-page .product-info-description .tab-content .tab-pane#params table td {
	font-size: 0.8rem;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 767.98px) {
	.text-block-tab-content .tab-pane#params table td,
	.product-inner-page .product-info-description .tab-content .tab-pane#params table td {
		font-size: 1rem;
	font-size: 0.8rem;
	}
}
.text-block-tab-content .tab-pane#params table td.param-name,
.product-inner-page .product-info-description .tab-content .tab-pane#params table td.param-name {
	color: #a3a3a3;
	width: 70%;
}
.text-block-tab-content .tab-pane#params table td.param-value,
.product-inner-page .product-info-description .tab-content .tab-pane#params table td.param-value {
	color: black;
}

/*Стили для пагинации - начало*/
.woocommerce-pagination,
.navigation.pagination {
	display: flex;
	justify-content: center;
}

.woocommerce-pagination .page-numbers,
.navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 0.8rem;
}
@media (max-width: 575px) {
	.woocommerce-pagination .page-numbers,
	.navigation.pagination .nav-links {
		gap: 5px;
	}
}

.woocommerce-pagination ul.page-numbers .page-numbers:not(.next):not(.prev):not(.current),
.navigation.pagination .nav-links > a:not(.next):not(.prev) {
	color: #232424;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.woocommerce-pagination ul.page-numbers .page-numbers:not(.next):not(.prev):hover,
.woocommerce-pagination ul.page-numbers .page-numbers.current,
.navigation.pagination .nav-links > a:not(.next):not(.prev):hover,
.navigation.pagination .nav-links > span.current {
	color: white;
	font-weight: 400;
	background-color: black;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce-pagination ul.page-numbers {
	list-style: none;
}

/*Стили для пагинации - конец*/
@keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0px;
	}
	30% {
		left: 110%;
		margin-left: 80px;
	}
	100% {
		left: 110%;
		margin-left: 80px;
	}
}
@keyframes countingBar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes marker {
	0% {
		background-size: 0 85%;
	}
	100% {
		background-size: 100% 85%;
	}
}
@keyframes marker-reverse {
	0% {
		background-size: 100% 85%;
	}
	100% {
		background-size: 0 85%;
	}
}
@keyframes expander {
	0% {
		min-height: 0;
	}
	100% {
		min-height: 430px;
	}
}
@keyframes rolling {
	0% {
		transform: scale(0.5) rotate(0deg);
	}
	50% {
		transform: scale(1) rotate(180deg);
	}
	100% {
		transform: scale(0.5) rotate(360deg);
	}
}
@keyframes gray-round {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	100% {
		transform: scale(2);
		opacity: 1;
	}
}
.header .header-top-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 991.98px) {
	.header .header-top-row {
		flex-wrap: wrap;
	/* padding-bottom: 0; */
	}

}
@media (max-width: 575.98px) {
	.header .header-top-row {
		align-items: flex-start;
		padding-top: 40px;
		padding-top: 20px;
	padding-bottom: 10px;
	}
}
@media (max-width: 991.98px) {
	.header .header-logo-link {
		order: 2;
	}
}
@media (max-width: 575.98px) {
	.header .header-logo-link {
		order: 1;
		width: 30%;
	}
}
.header .header-logo {
	width: 130px;
}
@media (max-width: 1199.98px) {
	.header .header-logo {
		width: 130px;
	}
}
@media (max-width: 767.98px) {
	.header .header-logo {
		width: 130px;
	}
}
@media (max-width: 575.98px) {
	.header .header-logo {
		width: 100%;
	}
}
.header .header-logo path:not(.flame) {
	fill: black;
}
.header .header-contacts {
	display: flex;
	gap: 0 15px;
}
@media (max-width: 1199.98px) {
	.header .header-contacts {
		order: 1;
		flex-direction: column;
		gap: 10px;
	}
}
@media (max-width: 575.98px) {
	.header .header-contacts {
		order: 3;
		width: 50%;
		margin-top: 10px;
	}
}
.header .header-contacts a span {
	line-height: 1;
	margin-left: 10px;
}
.header .header-account {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	align-items: center;
}
@media (min-width: 1400px) {
	.header .header-account {
		flex-shrink: 0;	
	}	
}
@media (max-width: 1199.98px) {
	.header .header-account {
		order: 3;
	}
}
@media (max-width: 575.98px) {
	.header .header-account {
		order: 2;
		width: 70%;
		justify-content: flex-end;
		gap: 0 15px;
		flex-direction: column-reverse;
		align-items: flex-end;
		padding-top: 10px;
	}
}
.header .header-account .header-account-items {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	align-items: center;
}
@media (max-width: 575.98px) {
	.header .header-account .header-account-items {
		justify-content: flex-end;
		gap: 0 15px;
		margin-top: 20px;
	}
}
.header .header-account .header-account-item {
	position: relative;
}
.header .header-account .header-account-item .counter {
	position: absolute;
	bottom: -6px;
	right: -6px;
	border-radius: 50%;
	background-color: #e31e24;
	aspect-ratio: 1/1;
	width: 18px;
	height: 18px;
	color: white;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 575.98px) {
	.header .header-account .header-account-item .counter {
		width: 15px;
		height: 15px;
		font-size: 9px;
	}
}
@media (max-width: 575.98px) {
	.header .header-account .header-account-item img,
	.header .header-account .header-account-item svg {
		width: 17px;
		height: 17px;
	}
}
.header .navbar-toggler-wrapper {
	align-items: center;
}
@media (max-width: 1398.98px) {
	.header .navbar-toggler-wrapper {
		order: 3;
	}
}
@media (max-width: 991.98px) {
	.header .navbar-toggler-wrapper {
		margin-left: 20px;
	}
}
@media (max-width: 899.98px) {
	.header .navbar-toggler-wrapper {
		margin-left: 0;
	}
}
.header .navbar-toggler {
	position: relative;
	padding: 0;
	opacity: 0;
	transition: 0.2s ease;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 10px;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 500;
	border-radius: 115px;
}
@media (max-width: 767.98px) {
	.header .navbar-toggler {
		font-size: 1rem;
	}
	.header .navbar-toggler svg {
		width: 18px;
		height: auto;
	}
}
@media (max-width: 1398.98px) {
	.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
	.header .navbar-toggler:hover .navbar-toggler-icon {
		justify-content: flex-end;
	}
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-color: rgba(0, 0, 0, 0);
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after,
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
	opacity: 0;
	transition: 0.2s ease;
}
.header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon > span {
	opacity: 1;
	transition: 0.2s ease;
}
.header .navbar-toggler:focus {
	box-shadow: unset;
}
.header .navbar-toggler.show {
	opacity: 1;
	display: flex;
}
.header .navbar-toggler.hidden {
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 899.98px) {
	.header .navbar-toggler.hidden {
		opacity: 1;
		pointer-events: all;
	}
}
.header .navbar-toggler .navbar-toggler-icon {
	display: block;
	position: relative;
	width: 24px;
	height: 1px;
	background-color: black;
	display: flex;
	align-items: center;
}
@media (max-width: 991.98px) {
	.header .navbar-toggler .navbar-toggler-icon {
		height: 1px;
		width: 25px;
	}
}
@media (max-width: 767.98px) {
	.header .navbar-toggler .navbar-toggler-icon {
		width: 18px;
	}
}
.header .navbar-toggler .navbar-toggler-icon > span {
	opacity: 0;
	transition: 0.2s ease;
}
.header .navbar-toggler .navbar-toggler-icon::before,
.header .navbar-toggler .navbar-toggler-icon::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: black;
	content: "";
}
@media (max-width: 991.98px) {
	.header .navbar-toggler .navbar-toggler-icon::before,
	.header .navbar-toggler .navbar-toggler-icon::after {
		height: 1px;
		border-radius: 1px;
	}
}
@media (max-width: 767.98px) {
	.header .navbar-toggler .navbar-toggler-icon::before,
	.header .navbar-toggler .navbar-toggler-icon::after {
		width: 18px;
	}
}
@media (max-width: 1398.98px) {
	.header .navbar-toggler .navbar-toggler-icon::before {
		top: -6px;
	}
}
@media (max-width: 767.98px) {
	.header .navbar-toggler .navbar-toggler-icon::before {
		top: -5px;
	}
}
@media (max-width: 1398.98px) {
	.header .navbar-toggler .navbar-toggler-icon::after {
		bottom: -6px;
	}
}
@media (max-width: 767.98px) {
	.header .navbar-toggler .navbar-toggler-icon::after {
		bottom: -5px;
	}
}
.header .close-menu-button {
	width: 32px;
	height: 32px;
	padding: 0;
	background-size: contain;
	background-image: url(assets/assets/img/close.svg);
	display: none;
	box-shadow: unset;
}
@media (max-width: 575.98px) {
	.header .close-menu-button {
		width: 22px;
		height: 22px;
	}
}
.header .close-menu-button.show {
	display: block;
}
.header .header-bottom-row {
	margin-bottom: 0;
}
.header .header-menu-wrapper {
	display: flex;
	justify-content: center;
	padding-right: 15px;
	padding-left: 15px;
	/* width: 100%; */
}
@media (min-width: 1400px) {
	.header .header-menu-wrapper {
		flex-shrink: 0;	
	}	
}
@media (max-width: 991.98px) {
	.header .header-menu-wrapper {
		padding-top: 20px;
		padding-bottom: 10px;
		transition: 0.2s ease;
		order: 5;
		width: 100%;
	padding-right: 0;
	padding-left: 0;
	}
	.header .header-menu-wrapper:not(.show) {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.header .header-menu-wrapper {
		padding-bottom: 10px;
	}
}
@media (max-width: 991.98px) {
	.header .header-menu-wrapper.hidden {
		padding-top: 0;
		transition: 0.2s ease;
	}
}
@media (max-width: 991.98px) {
	.header .header-menu-wrapper .navbar {
		padding: 0;
	}
}
@media (max-width: 991.98px) {
	.header .header-menu-wrapper .navbar {
		width: 100%;
	}
}
.header .header-menu-wrapper .navbar-nav {
	display: flex;
	justify-content: center;
	gap: 0 15px;
}
@media (max-width: 991.98px) {
	.header .header-menu-wrapper .navbar-nav {
		flex-direction: row;
		gap: 0 50px;
		padding-bottom: 40px;
		flex-wrap: wrap;
	}
}
@media (max-width: 1199.98px) {
	.header .header-menu-wrapper .navbar-nav {
		gap: 0 30px;
	}
}
@media (max-width: 991.98px) {
	.header .header-menu-wrapper .navbar-nav {
		gap: 15px 20px;
		width: 100%;
		justify-content: center;
		padding-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	.header .header-menu-wrapper .navbar-nav {
		gap: 10px 15px;
	}
}
@media (min-width: 1400px) {
	.header .header-menu-wrapper .navbar-nav {
		gap: 0 15px;
	}
}
@media (min-width: 1500px) {
	.header .header-menu-wrapper .navbar-nav {
		gap: 0 15px;
	}
}
@media (min-width: 1921px) {
	.header .header-menu-wrapper .navbar-nav {
		gap: 0 20px;
	}
}
@media (min-width: 2150px) {
	.header .header-menu-wrapper .navbar-nav {
		gap: 0 50px;
	}
}
.header .header-menu-wrapper .navbar-nav .menu-item.dropdown {
	margin-right: 10px;
}
.header .header-menu-wrapper .navbar-nav a {
	white-space: normal;
	text-transform: uppercase;
	text-decoration: underline;
    text-underline-offset: 3px;
	transition: 0.2s ease;
}
@media (min-width: 992px) {
	.header .header-menu-wrapper .navbar-nav a {
		font-size: 0.8rem;
	}
}
@media (min-width: 1700px) {
	.header .header-menu-wrapper .navbar-nav a {
		font-size: 1rem;
	}
}
@media (max-width: 991.98px) {
	.header .header-menu-wrapper .navbar-nav a {
		text-transform: none;
		font-size: 0.9rem;
	}
}
@media (max-width: 799.98px) {
	.header .header-menu-wrapper .navbar-nav a {
		font-size: 0.85rem;
	}
}
@media (max-width: 575.98px) {
	.header .header-menu-wrapper .navbar-nav a {
		font-size: 1.15rem;
	}
}
.header .header-menu-wrapper .navbar-nav a:hover {
	transition: 0.2s ease;
}
@media (min-width: 1400px) {
	.header .header-menu-wrapper .navbar-site {
		display: flex;
	}
}
.header .header-menu-wrapper .header-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
@media (max-width: 1399px) {
.header .header-menu-wrapper .header-menu {
	gap: 15px;
}
}
@media (max-width: 1199px) {
.header .header-menu-wrapper .header-menu {
	gap: 10px;
}
}
@media (max-width: 991px) {
.header .header-menu-wrapper .header-menu {
	gap: 15px;
}
}
@media (max-width: 575.98px) {
	.header .header-menu-wrapper .header-menu {
		flex-direction: column;
		gap: 20px;
	}
}
.header--scroll {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	z-index: 1000;
	padding-bottom: 20px;
	box-shadow: 0px 1px 15.9px rgba(0, 0, 0, 0.08);
}
.header--scroll + main {
	padding-top: 125px;
}
@media (max-width: 991.98px) {
	.header--scroll + main {
		padding-top: 100px;
	}
.header--scroll {
	padding-bottom: 0;
}
}
@media (max-width: 575.98px) {
	.header--scroll + main {
		padding-top: 160px;
	}
.header--scroll {
	padding-bottom: 10px;
}
}
@media (max-width: 575.98px) {
.header-search-block {
	padding-top: 10px;
}

}
.header .header-search-block:not(.show) {
	display: none;
}
.header .header-search-block > .content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	margin-top: 50px;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.header .header-search-block > .content {
		margin-top: 0;
		height: 35px;
	}
}
.header .header-search-block #search-input {
	border: 0;
	border-bottom: 1px solid #a3a3a3;
	height: 100%;
	outline: none;
	box-shadow: unset;
	font-size: 0.9rem;
	font-weight: 400;
	width: 500px;
	max-width: 80%;
}
@media (max-width: 1199px) {
	.header .header-search-block #search-input {
		flex-grow: 1;
		flex-shrink: 0;
		max-width: unset;
		width: auto;
	}
}
@media (max-width: 575px) {
	.header .header-search-block #search-input {
		font-size: 1rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.header .header-search-block .header-sub-button--search {
	height: 100%;
	background-color: black;
	border-radius: 5px;
	color: white;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 0.9rem;
	font-weight: 400;
	border: 0;
	transition: 0.2s ease;
}
@media (max-width: 1199px) {
	.header .header-search-block .header-sub-button--search {
		flex-shrink: 0;
		width: 116px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 1.15rem;
	}
}
@media (max-width: 767px) {
	.header .header-search-block .header-sub-button--search {
		width: 100px;
	}
}
@media (max-width: 575px) {
	.header .header-search-block .header-sub-button--search {
		font-size: 1rem;
	}
}
.header .header-search-block .header-sub-button--search:hover {
	background-color: #e31e24;
}
.header .header-search-block .header-sub-button--search:active {
	opacity: 0.7;
	transition: 0.2s ease;
}
.header .header-search-block .header-sub-button--search svg {
	margin-left: 15px;
}
@media (max-width: 1199px) {
	.header .header-search-block .header-sub-button--search svg {
		margin-left: 8px;
		width: 18px;
		height: 18px;
	}
}
@media (max-width: 575px) {
	.header .header-search-block .header-sub-button--search svg {
		margin-left: 5px;
		width: 16px;
		height: 16px;
	}
}
.header .header-search-block .close-btn {
	margin-left: 20px;
}
@media (max-width: 1199px) {
	.header .header-search-block .close-btn {
		flex-shrink: 0;
		margin-left: 10px;
	}
}
.header .header-search-block .close-btn {
	cursor: pointer;
	transition: 0.2s ease;
}
.header .header-search-block .close-btn:hover {
	opacity: 0.7;
}
.header .header-search-block .close-btn:active {
	transform: scale(0.85);
	transition: 0.2s ease;
}

.header--white:not(.header--scroll) {
	color: white;
}
.header--white:not(.header--scroll) .navbar-toggler-icon,
.header--white:not(.header--scroll) .navbar-toggler-icon::before,
.header--white:not(.header--scroll) .navbar-toggler-icon::after {
	background-color: white;
}
.header--white:not(.header--scroll) svg line {
	stroke: white;
}
.header--white:not(.header--scroll) .header-contacts a svg,
.header--white:not(.header--scroll) .header-account .header-account-item svg {
	filter: invert(1);
}
.header--white:not(.header--scroll) .header-logo path:not(.flame) {
	fill: white;
}

.index-slider {
	position: relative;
	margin-top: 46px;
	overflow: hidden;
	padding-bottom: 250px;
}
@media (max-width: 1199.98px) {
	.index-slider {
		padding-bottom: 120px;
		margin-top: 30px;
	}
}
@media (max-width: 575.98px) {
	.index-slider {
		padding-bottom: 80px;
	}
}
.index-slider .decor--top-left {
	left: -200px;
	top: -50px;
	width: 44%;
}
.index-slider .decor--top-right {
	top: 250px;
	right: -150px;
}
.index-slider .index-top-swiper .swiper-slide .slide-content {
	background-image: url(assets/img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 4.5%;
	padding-right: 8%;
	padding-top: 30px;
	overflow: hidden;
	height: 650px;
}
@media (max-width: 1920.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
	height: 563px;	
	}	
}
@media (max-width: 1799.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
	height: 473px;	
	}	
}
@media (max-width: 1699.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
	height: 463px;	
	}	
}
@media (max-width: 1599.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
	height: 443px;	
	}	
}
@media (max-width: 1499.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
	height: 415px;	
	}	
}
@media (max-width: 1399.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
	height: 400px;	
	}	
}
@media (max-width: 1299.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
	height: 370px;	
	}	
}
@media (max-width: 1199.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
	height: 360px;	
	}	
}
@media (max-width: 991.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
/* 	height: 560px;	 */
	aspect-ratio:  1824/1300;
        width: 100%;
        height: 100%;
	}	
}
@media (max-width: 899.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content {
		flex-direction: column;
		padding: 0;
	}
}
/* @media (max-width: 799.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
	height: 480px;	
	}	
} */
@media (max-width: 767.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content {
		border-radius: 30px;
	}
}
/* @media (max-width: 649.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
	height: 420px;	
	}	
} */
@media (max-width: 599.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content {
/* 	height: 740px;	 */
	aspect-ratio: 720 / 1000;
        width: 100%;
        height: 100%;
	}	
}
.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description {
	color: white;
	padding-top: 38px;
}
@media (max-width: 1399.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description {
		padding-top: 0;
	}
}
@media (max-width: 899.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 575.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description {
		padding-top: 40px;
	}
}
.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title {
	font-size: 3.55rem;
	font-weight: 400;
	font-family: "Unbounded", sans-serif;
	line-height: 1.3;
	margin-bottom: 30px;
}
@media (max-width: 1299.98px) {
.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title {
	margin-bottom: 15px;
	}
}
@media (max-width: 991.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title {
		font-size: 3rem;
	}
}
@media (max-width: 799.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title {
		font-size: 2.5rem;
	}
}
@media (max-width: 575.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title {
		font-size: 2rem;
	}
}
.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title sup {
	display: block;
	font-size: 2rem;
	top: unset;
	width: fit-content;
	vertical-align: unset;
	line-height: inherit;
	margin-top: -5px;
}
@media (max-width: 799.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title sup {
		font-size: 1.75rem;
	}
}
@media (max-width: 575.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title sup {
		font-size: 1.3rem;
	}
}
.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title b {
	display: block;
	font-size: 2rem;
	line-height: 1;
	top: unset;
	width: fit-content;
	font-size: 10.5rem;
	font-weight: 900;
}
@media (max-width: 991.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title b {
		font-size: 8rem;
	}
}
@media (max-width: 799.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title b {
		font-size: 6rem;
	}
}
@media (max-width: 575.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title b {
		font-size: 5rem;
	}
}
@media (max-width: 399.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-description .index-slider-title b {
		font-size: 4.75rem;
	}
}
@media (max-width: 899.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-pic {
		margin-left: auto;
/* 		transform: translateX(50px); */
	}
}
@media (min-width: 576px) and (max-width: 899.98px) {
	.index-slider .index-top-swiper .swiper-slide .slide-content .slide-pic {		
		transform: translate(-10px, -120px);
	}	
}
.index-slider .index-top-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: white;
}

.index-popular {
	margin-top: -100px;
}
@media (max-width: 1199.98px) {
	.index-popular {
		margin-top: 0;
	}
}
.index-popular .basic-title {
	margin-bottom: 70px;
}
@media (max-width: 1199.98px) {
	.index-popular .basic-title {
		margin-bottom: 50px;
	}
}
@media (max-width: 575.98px) {
	.index-popular .basic-title {
		margin-bottom: 30px;
		padding-left: 15px;
	}
}
.index-popular .index-popular-swiper-wrapper {
	position: relative;
}
@media (max-width: 1199.98px) {
	.index-popular .index-popular-swiper-wrapper .swiper-button-next,
	.index-popular .index-popular-swiper-wrapper .swiper-button-prev {
		bottom: -70px;
		top: unset;
	}
}
@media (max-width: 575.98px) {
	.index-popular .index-popular-swiper-wrapper .swiper-button-next,
	.index-popular .index-popular-swiper-wrapper .swiper-button-prev {
		bottom: -40px;
	}
}
.catalog-page .catalog-categories {
	margin-bottom: 3rem;
}
.catalog-page .catalog-categories > .row {
    gap: 20px 0;
    /* margin-right: -15px;
    margin-left: -15px; */
}
/* .catalog-page .catalog-categories .popular-item {
	padding-left: 15px;
	padding-right: 15px;
} */
.catalog-page .catalog-categories .popular-item,
.index-popular .popular-swiper .popular-item {
	height: auto;
}
.catalog-page .catalog-categories .popular-item .slide-content,
.index-popular .popular-swiper .popular-item .slide-content {
	height: 100%;
}
.catalog-page .catalog-categories .popular-item .slide-description,
.index-popular .popular-swiper .popular-item .slide-description {
	position: relative;
	display: flex;
	flex-direction: column;
	background-image: url(assets/img/popular-item-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(163, 163, 163, 0.3);
	height: 100%;
	transition: 0.5s ease;
}
.catalog-page .catalog-categories .popular-item .slide-description .top-row,
.index-popular .popular-swiper .popular-item .slide-description .top-row {
	padding: 15px;
	padding-bottom: 0;
}
.catalog-page .catalog-categories .popular-item .slide-description .top-row .popular-item-title,
.index-popular .popular-swiper .popular-item .slide-description .top-row .popular-item-title {
	font-size: 0.9rem;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 5px;
	font-family: "Noto Sans", sans-serif;
}
@media (max-width: 991.98px) {
.catalog-page .catalog-categories .popular-item .slide-description .top-row .popular-item-title,
	.index-popular .popular-swiper .popular-item .slide-description .top-row .popular-item-title {
		font-size: 1.1rem;
	}
}
@media (max-width: 575.98px) {
.catalog-page .catalog-categories .popular-item .slide-description .top-row .popular-item-title,
	.index-popular .popular-swiper .popular-item .slide-description .top-row .popular-item-title {
		font-size: 1rem;
	}
}
.catalog-page .catalog-categories .popular-item .slide-description .bottom-row,
.index-popular .popular-swiper .popular-item .slide-description .bottom-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding: 15px;
	padding-top: 0;
}
@media (max-width: 575.98px) {
.catalog-page .catalog-categories .popular-item .slide-description .bottom-row,
	.index-popular .popular-swiper .popular-item .slide-description .bottom-row {
		align-items: flex-start;
	}
}
.catalog-page .catalog-categories .popular-item .slide-description .bottom-row .popular-item-count,
.index-popular .popular-swiper .popular-item .slide-description .bottom-row .popular-item-count {
	font-size: 0.8rem;
	flex-grow: 1;
	flex-shrink: 0;
}
.catalog-page .catalog-categories .popular-item .slide-description .bottom-row .popular-item-pic,
.index-popular .popular-swiper .popular-item .slide-description .bottom-row .popular-item-pic {
	transform: translate(30px, 30px);
	margin-top: -30px;
	border-radius: 50%;
	transition: 0.5s ease;
}
@media (max-width: 575.98px) {
.catalog-page .catalog-categories .popular-item .slide-description .bottom-row .popular-item-pic,
	.index-popular .popular-swiper .popular-item .slide-description .bottom-row .popular-item-pic {
		width: 138px;
		height: 138px;
		margin-top: 0;
		transform: translate(-15px, 30px);
	}
}
@media (max-width: 399.98px) {
.catalog-page .catalog-categories .popular-item .slide-description .bottom-row .popular-item-pic,
	.index-popular .popular-swiper .popular-item .slide-description .bottom-row .popular-item-pic {
		transform: translate(-10px, 46px);
	}
}
.catalog-page .catalog-categories .popular-item .slide-description,
.index-popular .popular-swiper .popular-item:hover .slide-description {
	border: 1px solid rgb(163, 163, 163);
	transition: 0.5s ease;
}
.catalog-page .catalog-categories .popular-item .slide-description .bottom-row .popular-item-pic,
.index-popular .popular-swiper .popular-item:hover .bottom-row .popular-item-pic {
	transform: scale(1.1) translate(30px, 30px);
	transition: 0.5s ease;
}

.index-hits {
	position: relative;
}
.index-hits .index-hits-swiper-wrapper {
	position: relative;
}
.index-hits .decor--middle-left {
	left: -270px;
	top: -400px;
}

.actions-widget {
	position: relative;
}
.actions-widget .title-wrapper {
	padding-bottom: 35px;
	margin-bottom: 0;
}
.actions-widget .title-wrapper .basic-title {
	margin-left: 0;
}
@media (max-width: 1199.98px) {
	.actions-widget .title-wrapper .basic-title {
		margin-left: 17%;
	}
}
.actions-widget .title-wrapper .shadow-title {
	left: -13%;
	font-size: 17rem;
	top: -9rem;
	opacity: 0.4;
}
@media (max-width: 1199.98px) {
	.actions-widget .title-wrapper .shadow-title {
		font-size: 8.5rem;
		top: -4rem;
		left: 0;
	}
}

.actions-item > .content {
	overflow: hidden;
	border-radius: 30px;
}
.actions-item > .content > a img {
	width: 100%;
	transition: 0.2s ease;
}
.actions-item > .content > a:hover img {
	transform: scale(1.05);
	transition: 0.2s ease;
}

.product-item .product-item-pic {
	background-color: #f4f4f4;
	border-radius: 20px;
	position: relative;
	aspect-ratio: 1/1;
}
.product-item .product-item-pic:hover .add_to_cart_button {
	opacity: 1;
	pointer-events: all;
	transition: 0.3s ease;
}
@media (max-width: 575.98px) {
	.product-item .product-item-pic {
		border-radius: 15px;
	}
}
.product-item .product-item-pic > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.product-item .product-item-pic > a:hover img {
	transform: scale(0.9);
	transition: 0.3s ease;
}
.product-item .product-item-pic img {
	width: 85%;
	transform: scale(1);
	aspect-ratio: 1 / 1;
	height: auto;
	transition: 0.3s ease;
}
.product-item .product-item-pic .add_to_cart_button {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 15px;
	bottom: 15px;
	border: 0;
	border-radius: 50%;
	background-color: black;
	width: 53px;
	height: 53px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	transition: 0.3s ease;
}
@media (max-width: 1199.98px) {
	.product-item .product-item-pic .add_to_cart_button {
		opacity: 1;
		pointer-events: all;
		transition: 0.3s ease;
	}
}
@media (max-width: 575.98px) {
	.product-item .product-item-pic .add_to_cart_button {
		right: 10px;
		bottom: 10px;
		width: 45px;
		height: 45px;
	}
}
.product-item .product-item-pic .add_to_cart_button > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.2s ease-in;
}
@media (max-width: 575.98px) {
	.product-item .product-item-pic .add_to_cart_button > svg {
		width: 27px;
		height: 27px;
	}
}
.product-item .product-item-pic .add_to_cart_button > svg.hover {
	transform: scale(0);
}
.product-item .product-item-pic .add_to_cart_button:hover > svg {
	transition: 0.2s ease-in-out;
}
.product-item .product-item-pic .add_to_cart_button:hover > svg.hover {
	transform: translate(-50%, -50%) scale(1);
}
.product-item .product-item-pic .add_to_cart_button:hover > svg.basic {
	transform: translate(-50%, -50%) scale(0);
}
.product-item .product-item-pic .add_to_cart_button:active {
	transform: scale(0.85);
	transition: 0.1s ease;
}
.product-item .product-item-pic .product-item-tags {
	position: absolute;
	width: calc(100% - 50px);
	top: 23px;
	left: 25px;
	display: flex;
	align-items: flex-start;
	gap: 0 8px;
}
@media (max-width: 991.98px) {
	.product-item .product-item-pic .product-item-tags {
		width: calc(100% - 30px);
		top: 15px;
		left: 15px;
	}
}
@media (max-width: 575.98px) {
	.product-item .product-item-pic .product-item-tags {
		width: calc(100% - 20px);
		top: 10px;
		left: 10px;
	}
}
.product-item .product-item-pic .product-item-tags .product-item-tag {
	font-size: 0.67rem;
	padding: 8px 10px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	border-radius: 5px;
}
@media (max-width: 575.98px) {
	.product-item .product-item-pic .product-item-tags .product-item-tag {
		padding: 5px 7px;
	}
}
.product-item .product-item-pic .product-item-tags .tinv-wishlist,
.product-item .product-item-pic .product-item-tags .product-item-tag--favourite {
	margin-left: auto;
	padding: 0;
	transition: 0.2s ease;
}
.product-item .product-item-pic .product-item-tags .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt,
.product-item .product-item-pic .product-item-tags .tinv-wishlist img {
	width: 24px !important;
	height: 24px !important;
	max-width: unset !important;
	max-height: unset !important;
}
@media (max-width: 575.98px) {
	.product-item .product-item-pic .product-item-tags .tinv-wishlist img,
	.product-item .product-item-pic .product-item-tags .product-item-tag--favourite svg {
		width: 18px !important;
		height: 18px !important;
	}
}
.product-item .product-item-pic .product-item-tags .product-item-tag--favourite svg path {
	fill: rgba(163, 163, 163, 0.3);
	transition: 0.2s ease;
}
.product-item .product-item-pic .product-item-tags .product-item-tag--favourite:hover svg path {
	fill: rgba(163, 163, 163, 0.8);
}
.product-item .product-item-pic .product-item-tags .product-item-tag--favourite:active {
	transform: scale(0.95);
	transition: 0.2s ease;
}
.product-item .product-item-pic .product-item-tags .product-item-tag--favourite.active svg path {
	fill: #e31e24;
	transition: 0.2s ease;
}
.product-item .product-item-pic .product-item-tags .product-item-tag--hit {
	background-color: #ba80e5;
	color: white;
}
.product-item .product-item-pic .product-item-tags .product-item-tag--action {
	background-color: #d6eb56;
	color: black;
	transition: 0.2s ease;
}
.product-item .product-item-pic .product-item-tags .product-item-tag--action:hover {
	opacity: 0.7;
}
.product-item .product-item-pic .product-item-tags .product-item-tag--action:active {
	transform: scale(0.9);
	transition: 0.2s ease;
}
.product-item .product-item-info .product-item-name {
	/* font-size: 1rem; */
	font-size: 0.8rem;
	font-family: "Noto Sans", sans-serif;
	text-align: center;
	margin-top: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}
@media (max-width: 991.98px) {
	.product-item .product-item-info .product-item-name {
		font-size: 1.1rem;
	}
}
@media (max-width: 575.98px) {
	.product-item .product-item-info .product-item-name {
		font-size: 0.95rem;
	}
}
.product-item .product-item-info .product-item-name:hover + .product-item-price {
	color: #a3a3a3;
}
.product-item .product-item-info .product-item-price {
	text-align: center;
	font-weight: 500;
	font-size: 1.1rem;
}
@media (max-width: 991.98px) {
	.product-item .product-item-info .product-item-price {
		font-size: 1rem;
	}
}
@media (max-width: 575.98px) {
	.product-item .product-item-info .product-item-price {
		font-size: 1.1rem;
	}
}

.index-banner {
	position: relative;
	overflow: hidden;
	padding-top: 380px;
	padding-bottom: 300px;
	margin-top: -320px;
}
@media (max-width: 1699.98px) {
	.index-banner {
		padding-bottom: 250px;
	}
}
@media (max-width: 1199.98px) {
	.index-banner {
		padding-top: 0;
		padding-bottom: 113px;
		margin-top: 0;
	}
}
@media (max-width: 991.98px) {
	.index-banner {
		padding-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	.index-banner {
		padding-bottom: 50px;
	}
}
.index-banner .decor--middle-right {
	right: -310px;
	top: -170px;
}
.index-banner .index-banner-content {
	border-radius: 50px;
	background-image: url(assets/img/middle-banner-decor.svg), linear-gradient(90deg, #ffe4be 0%, #fffad2 53%, #e8fba7 100%);
	min-height: 304px;
}
@media (max-width: 767.98px) {
	.index-banner .index-banner-content {
		border-radius: 30px;
	}
}
@media (max-width: 575.98px) {
	.index-banner .index-banner-content > .row {
		flex-direction: column-reverse;
	}
}
.index-banner .index-banner-pic {
	position: absolute;
	left: 76px;
	top: -80px;
}
@media (max-width: 1899.98px) {
	.index-banner .index-banner-pic {
		left: 0;
		width: 33.3%;
	}
}
@media (max-width: 1399.98px) {
	.index-banner .index-banner-pic {
		top: 0;
	}
}
@media (max-width: 575.98px) {
	.index-banner .index-banner-pic {
		position: relative;
		left: unset;
		top: unset;
		width: 100%;
	}
}
@media (max-width: 1899.98px) {
	.index-banner .index-banner-description {
		width: 66.7%;
		margin-left: 33.3%;
	}
}
@media (max-width: 575.98px) {
	.index-banner .index-banner-description {
		width: 100%;
		margin-left: 0;
	}
}
.index-banner .index-banner-description > .content {
	display: flex;
	align-items: flex-start;
	padding: 50px 40px 50px 130px;
}
@media (max-width: 1899.98px) {
	.index-banner .index-banner-description > .content {
		padding-left: 0;
		flex-wrap: wrap;
	}
}
@media (max-width: 575.98px) {
	.index-banner .index-banner-description > .content {
		padding: 50px 20px 0;
	}
}
.index-banner .index-banner-description .index-banner-text {
	margin-right: 65px;
}
.index-banner .index-banner-description .basic-button {
	border-color: black;
	color: black;
	margin-top: 50px;
}
@media (max-width: 1399.98px) {
	.index-banner .index-banner-description .basic-button {
		margin-left: auto;
		padding: 18.5px 24px;
	}
}
@media (max-width: 575.98px) {
	.index-banner .index-banner-description .basic-button {
		padding: 11px 10px 9px;
		font-size: 0.9rem;
		margin-top: 30px;
	}
}
.index-banner .index-banner-description .basic-button::after {
	background-image: url(assets/img/arrow-up-top-right.svg);
}
.index-banner .index-banner-title {
	font-family: "Unbounded", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	text-transform: uppercase;
}
@media (max-width: 1899.98px) {
	.index-banner .index-banner-title {
		font-size: 1.5rem;
	}
}
@media (max-width: 991.98px) {
	.index-banner .index-banner-title {
		font-size: 1.35rem;
	}
}
@media (max-width: 575.98px) {
	.index-banner .index-banner-title {
		font-size: 1.15rem;
		margin-bottom: 20px;
	}
}
.index-banner .index-banner-title b {
	font-size: 5.75rem;
	font-weight: 900;
}
@media (max-width: 1899.98px) {
	.index-banner .index-banner-title b {
		font-size: 3.75rem;
	}
}
@media (max-width: 991.98px) {
	.index-banner .index-banner-title b {
		font-size: 3.35rem;
	}
}
@media (max-width: 575.98px) {
	.index-banner .index-banner-title b {
		font-size: 3rem;
	}
}
.index-banner .index-banner-text {
	width: min-content;
}
@media (max-width: 1399.98px) {
	.index-banner .index-banner-text {
		width: fit-content;
	}
}
.index-banner .index-banner-text p {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.1rem;
}
@media (max-width: 1899.98px) {
	.index-banner .index-banner-text p {
		font-size: 1rem;
	}
}
@media (max-width: 1199.98px) {
	.index-banner .index-banner-text p {
		font-size: 0.9rem;
	}
}
.index-banner .index-banner-text p:last-child {
	margin-bottom: 0;
}

.index-banner--inner {
	padding-top: 150px;
	margin-top: 0;
}
@media (max-width: 575.98px) {
	.index-banner--inner {
		padding-top: 100px;
	}
}

.index-publications {
	position: relative;
	overflow: hidden;
	padding-top: 300px;
	padding-bottom: 130px;
	margin-top: -300px;
}
@media (max-width: 1199.98px) {
	.index-publications {
		padding-bottom: 100px;
	}
}
@media (max-width: 991.98px) {
	.index-publications {
		padding-bottom: 80px;
	}
}
.index-publications .decor--bottom-left {
	top: 150px;
	left: -100px;
}
.index-publications .decor--bottom-right {
	top: -120px;
	right: -390px;
	transform: rotate(45deg);
}
.index-publications .blog-swiper-wrapper {
	position: relative;
}

.publications-widget--inner .decor {
	display: none;
}

.feedback-widget {
	position: relative;
	overflow: hidden;
}
.feedback-widget .title-wrapper .basic-title {
	margin-left: 10%;
}
@media (max-width: 1399.98px) {
	.feedback-widget .title-wrapper .basic-title {
		margin-left: 0;
	}
}
.feedback-widget .title-wrapper .shadow-title {
	font-size: 17rem;
	top: -2rem;
	left: 70px;
	opacity: 0.4;
}
@media (max-width: 1199.98px) {
	.feedback-widget .title-wrapper .shadow-title {
		font-size: 8.5rem;
		top: 2rem;
		left: 40px;
	}
}

.feedback-wrapper {
	min-height: 500px;
}
@media (max-width: 1699.98px) {
	.feedback-wrapper {
		min-height: 400px;
	}
}

.blog-item > .content img {
	border-radius: 30px;
	width: 100%;
}
.blog-item > .content .blog-item-title {
	padding-top: 20px;
	font-size: 1rem;
	font-weight: 500;
	font-family: "Noto Sans", sans-serif;
}
@media (max-width: 1199.98px) {
	.blog-item > .content .blog-item-title {
		padding-left: 10px;
		font-size: 1.15rem;
	}
}

.blog-wrapper .blog-item {
	margin-bottom: 60px;
}
@media (max-width: 1199px) {
	.blog-wrapper .blog-item {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.blog-wrapper .blog-item {
		margin-bottom: 30px;
	}
}

@media (min-width: 1200px) {
	.catalog-filters.offcanvas {
		position: relative;
		width: 25%;
		transform: translateX(0);
		border: 0;
		visibility: visible;
		z-index: 0;
	}
	.catalog-filters.offcanvas .catalog-filters-content {
		height: 100%;
		/* background-color: grey; */
	}
}
@media (max-width: 1199.98px) {
	.catalog-filters.offcanvas {
		padding: 0;
		overflow: auto;
	}
	.catalog-filters.offcanvas .catalog-filters-content {
		padding: 40px;
	}
}
@media (max-width: 575.98px) {
	.catalog-filters.offcanvas {
		width: 100%;
	}
	.catalog-filters.offcanvas .catalog-filters-content {
		padding-right: 35px;
	}
}
.catalog-filters.offcanvas .catalog-filters-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	margin-bottom: 1rem;
}
.catalog-filters.offcanvas .catalog-filters-header .btn-close {
	outline: unset;
	box-shadow: unset;
}
.catalog-filters.offcanvas .catalog-filters-title {
	font-weight: 500;
	font-size: 1.15rem;
	font-family: "Noto Sans", sans-serif;
}
@media (max-width: 575.98px) {
	.catalog-filters.offcanvas .catalog-filters-title {
		font-size: 1.3rem;
	}
}

.filters-open-button {
	justify-content: center;
	align-items: center;
	background-color: unset;
	border: 0;
	gap: 0 15px;
	font-size: 1.15rem;
	margin-bottom: 60px;
}
@media (max-width: 767.98px) {
	.filters-open-button {
		margin-bottom: 30px;
	}
}

.product-inner-page .product-inner-wrapper {
	position: relative;
}
@media (max-width: 767.98px) {
	.product-inner-page .product-inner-wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
}
.product-inner-page .product-inner-wrapper .title-wrapper {
	position: absolute;
}
.product-inner-page .product-inner-wrapper .title-wrapper .shadow-title--brand {
	color: red;
}
.product-inner-page .product-info {
	padding-right: 0;
	position: relative;
	z-index: 10;
}
.product-inner-page .inner-page h1,
.product-inner-page .inner-page .main-page-title {
	margin-bottom: 50px;
}
.product-inner-page .product-info-description {
	margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
	.product-inner-page .product-info-description {
		margin-bottom: 50px;
	}
}
@media (max-width: 1199.98px) {
	.product-inner-page .product-info-description .main-page-title {
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
}
@media (max-width: 575.98px) {
	.product-inner-page .product-info-description .main-page-title {
		font-size: 1.15rem;
		margin-bottom: 30px;
	}
}
.product-inner-page .product-info-prices,
.product-inner-page .product-info-prices p.price,
.product-inner-page .product-info-prices.product-info-prices--variable .single_variation_wrap .woocommerce-variation-price .price {
	display: flex;
	gap: 0 20px;
	align-items: center;
}
.product-inner-page .product-info-prices.product-info-prices--variable table.variations {
	margin-bottom: 15px;
}
.product-inner-page .product-info-prices.product-info-prices--variable table.variations th.label {
	padding-right: 10px;
	font-weight: 500;
}
.product-inner-page .product-info-prices.product-info-prices--variable table.variations .reset_variations,
.product-inner-page .product-info-prices.product-info-prices--variable > p.price {
	display: none !important;
}
.product-inner-page .product-info-prices.product-info-prices--variable table.variations select {
	background-color: #F4F4F4;
    border: unset;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 0.8rem;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(assets/img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-position-x: calc(100% - 15px);
	background-size: 7%;
	outline: none;
}
.product-inner-page .product-info-prices .woocommerce-Price-amount.amount {
	font-size: 2rem;
    font-weight: 500;
    font-family: "Unbounded", sans-serif;
}
.product-inner-page .product-info-prices.product-info-prices--variable .single_variation_wrap .woocommerce-Price-amount.amount,
.product-inner-page .product-info-prices .woocommerce-Price-amount.amount,
.product-inner-page .product-info-prices .price {
	line-height: 1;
}
.product-inner-page .product-info-prices.product-info-prices--variable .single_variation_wrap del .woocommerce-Price-amount.amount,
.product-inner-page .product-info-prices del .woocommerce-Price-amount.amount,
.product-inner-page .product-info-prices .price--old {
	font-size: 1rem;
	color: #a3a3a3;
	text-decoration: line-through;
}
@media (max-width: 1199.98px) {
.product-inner-page .product-info-prices.product-info-prices--variable .single_variation_wrap del .woocommerce-Price-amount.amount,
	.product-inner-page .product-info-prices del .woocommerce-Price-amount.amount,
	.product-inner-page .product-info-prices .price--old {
		font-size: 1.15rem;
	}
}
.product-inner-page .product-info-prices.product-info-prices--variable .single_variation_wrap ins,
.product-inner-page .product-info-prices ins {
	text-decoration: none;
}
.product-inner-page .product-info-prices.product-info-prices--variable .single_variation_wrap ins .woocommerce-Price-amount.amount,
.product-inner-page .product-info-prices ins .woocommerce-Price-amount.amount,
.product-inner-page .product-info-prices .price--new {
	font-size: 1.2rem;
	color: black;
	font-weight: 500;
}
@media (max-width: 1199.98px) {
.product-inner-page .product-info-prices.product-info-prices--variable .single_variation_wrap ins .woocommerce-Price-amount.amount,
	.product-inner-page .product-info-prices ins .woocommerce-Price-amount.amount,
	.product-inner-page .product-info-prices .price--new {
		font-size: 1.5rem;
	}
}
.product-inner-page .product-info-buttons {
	display: flex;
	gap: 0 10px;
	align-items: center;
	margin-top: 20px;
}
.product-inner-page .product-info-buttons .basic-button {
	background-color: black;
	color: white;
	font-weight: 500;
	font-size: 1rem;
	border: 0;
	text-transform: none;
	transition: 0.2s ease;
	line-height: 1;
	padding-right: 50px;
	padding-left: 50px;
	height: 53px;
}
@media (max-width: 1199.98px) {
	.product-inner-page .product-info-buttons .basic-button {
		font-size: 1.15rem;
	}
}
@media (max-width: 991.98px) {
	.product-inner-page .product-info-buttons .basic-button {
		font-size: 1rem;
		padding-right: 25px;
		padding-left: 25px;
		height: 45px;
	}
}
.product-inner-page .product-info-buttons .basic-button:hover {
	border: 0;
	background-color: #a3a3a3;
	transition: 0.2s ease;
}
.product-inner-page .product-info-buttons .add_to_cart_button {
	background-image: unset;
	background-color: #E12126;
}
/* .product-inner-page .product-info-buttons .add_to_cart_button {
	position: relative;
	border: 0;
	border-radius: 50%;
	background-color: rgb(244, 244, 244);
	width: 53px;
	height: 53px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	transition: 0.3s ease;
}
@media (max-width: 991.98px) {
	.product-inner-page .product-info-buttons .add_to_cart_button {
		height: 45px;
		width: 45px;
	}
} */
.product-item .added_to_cart.wc-forward,
.product-inner-page .product-info-buttons .added_to_cart.wc-forward {
	display: none !important;
}
/* .product-inner-page .product-info-buttons .add_to_cart_button > svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.2s ease-in;
}
.product-inner-page .product-info-buttons .add_to_cart_button > svg.hover {
	transform: scale(0);
}
.product-inner-page .product-info-buttons .add_to_cart_button:hover > svg {
	transition: 0.2s ease-in-out;
}
.product-inner-page .product-info-buttons .add_to_cart_button:hover > svg.hover {
	transform: translate(-50%, -50%) scale(1);
}
.product-inner-page .product-info-buttons .add_to_cart_button:hover > svg.basic {
	transform: translate(-50%, -50%) scale(0);
}
.product-inner-page .product-info-buttons .add_to_cart_button:active {
	transform: scale(0.85);
	transition: 0.1s ease;
} */
.product-inner-page .product-info-buttons .product-item-tag--favourite {
	position: relative;
	border: 0;
	border-radius: 50%;
	background-color: rgb(244, 244, 244);
	width: 53px;
	height: 53px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	cursor: pointer;
	transition: 0.3s ease;
}
.product-inner-page .product-info-buttons .product-item-tag--favourite.active svg path {
	stroke: unset;
	fill: #e31e24;
	transition: 0.2s ease;
}
.product-inner-page .product-info-buttons .product-item-tag--favourite svg path {
	fill: rgba(0, 0, 0, 0);
	stroke: black;
	transition: 0.2s ease;
}
.product-inner-page .product-images {
	position: relative;
	z-index: 10;
}
@media (max-width: 767.98px) {
	.product-inner-page .product-images {
		margin-bottom: 30px;
	}
}
.product-inner-page .product-images .productGalleryswiper .swiper-slide img {
	width: 100%;
}
.product-inner-page .product-images .productGalleryswiperThumbs {
	padding-right: 24px;
	padding-left: 24px;
	cursor: pointer;
}
.product-inner-page .product-images .productGalleryswiperThumbs .swiper-slide-thumb-active img {
	border: 1px solid #a3a3a3;
}
.product-inner-page .product-images .productGalleryswiperThumbs img {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0);
	width: 100%;
}
.product-inner-page .product-images .productGalleryswiperThumbs-swiper-button {
	background-color: white;
	margin-top: 0;
	filter: invert(1);
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	opacity: 1;
	transition: 0.2s ease;
}
@media (max-width: 1199.98px) {
	.product-inner-page .product-images .productGalleryswiperThumbs-swiper-button {
		top: 50%;
	}
}
.product-inner-page .product-images .productGalleryswiperThumbs-swiper-button:hover {
	opacity: 0.7;
}
.product-inner-page .product-images .productGalleryswiperThumbs-swiper-button::after {
	display: none;
}
.product-inner-page .product-images .productGalleryswiperThumbs-swiper-button-next {
	right: 0;
}
.product-inner-page .product-images .productGalleryswiperThumbs-swiper-button-prev {
	left: 0;
}
.product-inner-page .product-images .productGalleryswiperThumbs-swiper-button.swiper-button-disabled {
	opacity: 0;
	transition: 0.2s ease;
}
.product-inner-page .product-images .productGalleryswiperThumbs-swiper-button.swiper-button-disabled + .side-gradient {
	opacity: 1;
	pointer-events: all;
	transition: 0.2s ease;
}
.product-inner-page .index-banner--inner {
	padding-bottom: 450px;
}
@media (max-width: 575.98px) {
	.product-inner-page .index-banner--inner {
		padding-bottom: 400px;
	}
}
.product-inner-page .product-feedback {
	position: relative;
	margin-top: -350px;
}
.product-inner-page .product-feedback .product-feedback-swiper-wrapper {
	position: relative;
}
.product-inner-page .product-feedback .product-feedback-swiper-wrapper .swiper-slide.product-feedback-item {
	height: auto;
}
.product-inner-page .product-feedback .product-feedback-swiper-wrapper .swiper-slide.product-feedback-item > .content {
	height: 100%;
    display: flex;
    flex-direction: column;
}
.product-inner-page .product-feedback .title-wrapper {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 50px;
}
@media (max-width: 1199.98px) {
	.product-inner-page .product-feedback .title-wrapper {
		padding-bottom: 80px;
	}
}
@media (max-width: 575.98px) {
	.product-inner-page .product-feedback .title-wrapper {
		padding-bottom: 30px;
	}
}
.product-inner-page .product-feedback .title-wrapper .basic-title {
	margin-left: 0;
}
@media (max-width: 1199.98px) {
	.product-inner-page .product-feedback .title-wrapper .basic-title {
		margin-left: 16.67%;
	}
}
@media (max-width: 575.98px) {
	.product-inner-page .product-feedback .title-wrapper .basic-title {
		margin-left: 0;
		font-size: 1.35rem;
	}
}
.product-inner-page .product-feedback .title-wrapper .shadow-title {
	top: 2rem;
	left: -80px;
	font-size: 17rem;
	top: -2rem;
}
@media (max-width: 1199.98px) {
	.product-inner-page .product-feedback .title-wrapper .shadow-title {
		font-size: 9.5rem;
		top: 2rem;
		left: 40px;
	}
}
@media (max-width: 575.98px) {
	.product-inner-page .product-feedback .title-wrapper .shadow-title {
		font-size: 4.5rem;
		left: 15px;
		top: 2.5rem;
	}
}
.product-inner-page .product-feedback .product-feedback-item .content {
	background-color: rgb(244, 244, 244);
	padding: 40px 30px;
	border-radius: 20px;
}
@media (max-width: 991.98px) {
	.product-inner-page .product-feedback .product-feedback-item .content {
		padding: 30px 20px;
	}
}
.product-inner-page .product-feedback .product-feedback-item .product-feedback-swiper-thumbs {
	position: relative;
	margin-bottom: 40px;
}
.product-inner-page .product-feedback .product-feedback-item .product-feedback-item-title {
	font-size: 1rem;
	font-weight: 500;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 30px;
}
.product-inner-page .product-feedback .product-feedback-item .product-feedback-item-description {
	font-size: 0.9rem;
	margin-bottom: 40px;
}
.product-inner-page .product-feedback .product-feedback-item .product-feedback-footer {
	margin-top: auto;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.product-inner-page .product-feedback .product-feedback-item .productFeedbackSwiperThumbs-swiper-button {
	background-color: white;
	margin-top: 0;
	filter: invert(1);
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	transition: 0.2s ease;
}
@media (max-width: 1199.98px) {
	.product-inner-page .product-feedback .product-feedback-item .productFeedbackSwiperThumbs-swiper-button {
		top: 50%;
	}
}
.product-inner-page .product-feedback .product-feedback-item .productFeedbackSwiperThumbs-swiper-button:hover {
	opacity: 0.7;
}
.product-inner-page .product-feedback .product-feedback-item .productFeedbackSwiperThumbs-swiper-button::after {
	display: none;
}
.product-inner-page .product-feedback .product-feedback-item .productFeedbackSwiperThumbs-swiper-button.swiper-button-next {
	right: -12px;
}
.product-inner-page .product-feedback .product-feedback-item .productFeedbackSwiperThumbs-swiper-button.swiper-button-prev {
	left: -12px;
}
.product-inner-page .product-feedback .product-feedback-item .productFeedbackSwiperThumbs-swiper-button:not(.swiper-button-disabled) + .side-gradient {
	opacity: 1;
	pointer-events: all;
	transition: 0.2s ease;
}
.product-inner-page .product-feedback .product-feedback-item .productFeedbackSwiperThumbs-swiper-button.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}
.product-inner-page .product-feedback .product-feedback-item .productFeedbackSwiperThumbs-swiper-button.swiper-button-disabled + .side-gradient {
	opacity: 0;
	pointer-events: none;
	transition: 0.2s ease;
}
.product-inner-page .side-gradient {
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	width: 130px;
	opacity: 0;
	pointer-events: none;
	transition: 0.2s ease;
}
.product-inner-page .side-gradient--left {
	background-image: linear-gradient(90deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
	left: 0;
}
.product-inner-page .side-gradient--right {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 100%);
	right: 0;
}
.product-inner-page .product-feedback-item .side-gradient {
	z-index: 2;
	width: 80px;
}
.product-inner-page .product-feedback-item .side-gradient--left {
	background-image: linear-gradient(90deg, rgb(244, 244, 244) 0%, rgba(244, 244, 244, 0) 100%);
}
.product-inner-page .product-feedback-item .side-gradient--right {
	background-image: linear-gradient(90deg, rgba(244, 244, 244, 0) 0%, rgb(244, 244, 244) 100%);
}
.product-inner-page .product-feedback-item .product-feedback-swiper-thumbs .product-feedback-thumbs-item img {
	width: 100%;
}

.actions-page .actions-item {
	margin-bottom: 32px;
}
@media (max-width: 1199px) {
	.actions-page .actions-item {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.actions-page .actions-item {
		margin-bottom: 30px;
	}
}

.contacts-page .decor--inner {
	width: 1000px;
}
.contacts-page .contacts-info {
	display: flex;
	align-items: flex-start;
	gap: 0 115px;
	margin-bottom: 50px;
}
@media (max-width: 1599px) {
	.contacts-page .contacts-info {
		gap: 0 30px;
		justify-content: space-between;
	}
}
@media (max-width: 991px) {
	.contacts-page .contacts-info {
		flex-wrap: wrap;
		gap: 30px;
	}
}
@media (max-width: 575px) {
	.contacts-page .contacts-info {
		flex-direction: column;
	}
}
.contacts-page .contacts-info .contacts-info-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px 0;
}
.contacts-page .contacts-info .contacts-info-item span {
	color: #a3a3a3;
	font-size: 0.9rem;
	font-weight: 400;
}
.contacts-page .contacts-info .contacts-info-item a {
	color: black;
	font-weight: 500;
	font-size: 2rem;
	font-family: "Unbounded", sans-serif;
}
@media (max-width: 1199px) {
	.contacts-page .contacts-info .contacts-info-item a {
		font-size: 1.5rem;
	}
}
@media (max-width: 991px) {
	.contacts-page .contacts-info .contacts-info-item a {
		font-size: 1.2rem;
	}
}
@media (max-width: 575px) {
	.contacts-page .contacts-info .contacts-info-item a {
		font-size: 1.3rem;
	}
}
.contacts-page .contacts-info .contacts-info-item a:hover {
	opacity: 0.7;
}
.contacts-page .contacts-map {
	position: relative;
	aspect-ratio: 1536/367;
}
@media (max-width: 1199px) {
	.contacts-page .contacts-map {
		aspect-ratio: 913/430;
	}
}
@media (max-width: 575px) {
	.contacts-page .contacts-map {
		aspect-ratio: 360/500;
	}
}
.contacts-page .contacts-map .contacts-address {
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 20px;
	background-color: white;
	border-radius: 20px;
	padding: 20px;
}
.contacts-page .contacts-map .contacts-address span {
	color: #a3a3a3;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1;
}
.contacts-page .contacts-map .contacts-address b {
	font-family: "Unbounded", sans-serif;
	font-weight: 500;
	font-size: 1rem;
}
.contacts-page .contacts-map .contacts-address ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contacts-page .contacts-map .contacts-address ul li {
	font-size: 0.9rem;
}

.services-item {
	margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
	.services-item {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.services-item {
		margin-bottom: 30px;
	}
}
.services-item:hover .basic-button::after {
	transform: rotate(45deg);
	transition: 0.5s ease;
}
.services-item > .content {
	background-color: #f4f4f4;
	border-radius: 20px;
	overflow: hidden;
	padding: 15px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
@media (max-width: 1199.98px) {
	.services-item > .content {
		padding: 20px;
	}
}
.services-item > .content > a:not(.basic-button) {
	width: 100%;
}
.services-item .services-item-pic {
	border-radius: 20px;
	width: 100%;
}
.services-item .services-item-title {
	font-size: 1rem;
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
	margin-top: 20px;
}
@media (max-width: 1199.98px) {
	.services-item .services-item-title {
		font-size: 1.3rem;
	}
}
@media (max-width: 575.98px) {
	.services-item .services-item-title {
		font-size: 1.15rem;
	}
}
.services-item .services-item-preview {
	font-weight: 400;
	font-size: 0.9rem;
	margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
	.services-item .services-item-preview {
		font-size: 1.15rem;
	}
}
@media (max-width: 575.98px) {
	.services-item .services-item-preview {
		font-size: 1rem;
	}
}
.services-item .basic-button {
	color: black;
	background-color: white;
	font-weight: 400;
	text-transform: none;
	font-size: 0.9rem;
	margin-left: auto;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 8px 16px;
	margin-top: auto;
}
@media (max-width: 1199.98px) {
	.services-item .basic-button {
		font-size: 1.15rem;
	}
}
@media (max-width: 575.98px) {
	.services-item .basic-button {
		font-size: 1rem;
	}
}
.services-item .basic-button::after {
	background-image: url(assets/img/arrow-up-top-right.svg);
}

.service-item-page .service-item-page-header {
	margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
	.service-item-page .service-item-page-header {
		margin-bottom: 100px;
	}
}
@media (max-width: 575.98px) {
	.service-item-page .service-item-page-header {
		margin-bottom: 50px;
	}
}
.service-item-page .service-item-page-header > .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
	padding: 60px 144px 60px 60px;
	color: white;
}
@media (max-width: 1699.98px) {
	.service-item-page .service-item-page-header > .content {
		padding: 80px 40px 50px 40px;
	}
}
@media (max-width: 1199.98px) {
	.service-item-page .service-item-page-header > .content {
		min-height: 580px;
		flex-direction: column;
	}
}
@media (max-width: 575.98px) {
	.service-item-page .service-item-page-header > .content {
		min-height: 412px;
		padding: 60px 20px 20px;
	}
}
.service-item-page .service-item-page-header > .content h1 {
	font-weight: 700;
}
@media (max-width: 575.98px) {
	.service-item-page .service-item-page-header > .content h1 {
		font-size: 1.35rem;
	}
}
.service-item-page .service-item-page-header > .content p:last-child {
	margin-bottom: 0;
}
.service-item-page .service-item-page-header > .content .text {
	padding-right: 100px;
	margin-bottom: 20px;
}
@media (max-width: 1699.98px) {
	.service-item-page .service-item-page-header > .content .text {
		padding-right: 0;
	}
}
@media (max-width: 1199.98px) {
	.service-item-page .service-item-page-header > .content .text {
		padding-right: 100px;
	}
}
@media (max-width: 991.98px) {
	.service-item-page .service-item-page-header > .content .text {
		padding-right: 0;
	}
}
@media (max-width: 991.98px) {
	.service-item-page .service-item-page-header > .content .basic-button {
		padding: 18px;
	}
}
@media (max-width: 767.98px) {
	.service-item-page .service-item-page-header > .content .basic-button {
		padding: 13px 18px;
	}
}
@media (max-width: 575.98px) {
	.service-item-page .service-item-page-header > .content .basic-button {
		padding: 8px 10px;
	}
}
.service-item-page .service-gallery-swiper-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	gap: 20px;
}
@media (max-width: 1199.98px) {
	.service-item-page .service-gallery-swiper-wrapper {
		margin-top: 50px;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-end;
		gap: 30px;
	}
}
.service-item-page .service-gallery-swiper-wrapper .side-gradient {
	position: absolute;
	width: 100%;
	height: 130px;
	z-index: 2;
}
@media (max-width: 1199.98px) {
	.service-item-page .service-gallery-swiper-wrapper .side-gradient {
		height: 100%;
		width: 200px;
	}
}
@media (max-width: 767.98px) {
	.service-item-page .service-gallery-swiper-wrapper .side-gradient {
		width: 100px;
		display: none;
	}
}
.service-item-page .service-gallery-swiper-wrapper .side-gradient--top {
	top: 0;
	background-image: linear-gradient(180deg, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1199.98px) {
	.service-item-page .service-gallery-swiper-wrapper .side-gradient--top {
		left: 0;
		background-image: linear-gradient(90deg, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
	}
}
.service-item-page .service-gallery-swiper-wrapper .side-gradient--bottom {
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
}
@media (max-width: 1199.98px) {
	.service-item-page .service-gallery-swiper-wrapper .side-gradient--bottom {
		bottom: unset;
		top: 0;
		right: 0;
		background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
	}
}
.service-item-page .service-gallery-swiper {
	margin: 0;
	height: 1250px;
}
@media (max-width: 1199.98px) {
	.service-item-page .service-gallery-swiper {
		height: 100%;
		max-width: 100%;
	}
}
@media (max-width: 1199.98px) {
	.service-item-page .service-gallery-swiper > .swiper-wrapper {
		width: auto !important;
	}
}
.service-item-page .service-gallery-swiper-navigation {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
@media (max-width: 1199.98px) {
	.service-item-page .service-gallery-swiper-navigation {
		flex-direction: row;
		gap: 30px;
	}
}
.service-item-page .service-gallery-swiper-navigation .service-gallery-swiper-button {
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	bottom: unset;
	margin: 0;
	transform: rotate(90deg);
}
@media (max-width: 1199.98px) {
	.service-item-page .service-gallery-swiper-navigation .service-gallery-swiper-button {
		transform: rotate(0);
	}
}
.service-item-page .service-gallery-swiper-navigation .service-gallery-swiper-button:not(.swiper-button-disabled) + .side-gradient {
	opacity: 1;
	pointer-events: all;
	transition: 0.2s ease;
}
.service-item-page .service-gallery-swiper-navigation .service-gallery-swiper-button.swiper-button-disabled + .side-gradient {
	opacity: 0;
	pointer-events: none;
	transition: 0.2s ease;
}
.service-item-page .service-gallery-item {
	aspect-ratio: 360/240;
	width: 360px;
	height: auto !important;
	max-width: 100%;
}
@media (max-width: 1199.98px) {
	.service-item-page .service-gallery-item {
		width: auto;
		height: auto !important;
	}
}
.service-item-page .service-gallery-item .service-gallery-item-pic {
	border-radius: 20px;
}
@media (max-width: 575.98px) {
	.service-item-page .service-gallery-item .service-gallery-item-pic {
		border-radius: 15px;
	}
}
.service-item-page .service-gallery-item .service-gallery-item-pic:hover {
	opacity: 0.7;
}
.service-item-page .publications-widget .title-wrapper {
	position: relative;
}
@media (max-width: 991.98px) {
	.service-item-page .publications-widget .title-wrapper {
		padding-top: 2.5rem;
	}
}
.service-item-page .publications-widget .title-wrapper .shadow-title {
	top: 0;
}
@media (max-width: 991.98px) {
	.service-item-page .publications-widget .title-wrapper .shadow-title {
		left: 40px;
	}
}
.service-item-page .publications-widget .title-wrapper .basic-title {
	margin-left: 0;
}

.about-page {
	padding-top: 0;
	padding-bottom: 0;
}
.about-page .breadcrumbs__list-item::after,
.about-page .breadcrumbs__list-item a,
.about-page .breadcrumbs__list-item span {
	color: white;
}
.about-page .decor--top-left {
	left: -150px;
	top: 650px;
}
.about-page .decor--top-right {
	right: -270px;
	right: 0;
	top: 300px;
}
.about-page .about-page-top-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 750px;
	object-fit: cover;
	aspect-ratio: 1920/750;
}
@media (max-width: 991.98px) {
	.about-page .about-page-top-bg {
		height: 800px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-top-bg {
		height: 630px;
	}
}
.about-page .about-page-top-bg::after {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	width: 100%;
	height: 100%;
	z-index: 0;
}
.about-page .about-page-top-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-page .about-page-header {
	color: white;
	margin-bottom: 170px;
}
@media (max-width: 991.98px) {
	.about-page .about-page-header {
		margin-bottom: 200px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-header {
		margin-bottom: 100px;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-header .main-page-title {
		margin-bottom: 10px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-header .main-page-title {
		font-size: 2.5rem;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-header .main-page-title {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
}
.about-page .about-page-header .about-page-header-description {
	padding-right: 250px;
}
@media (max-width: 1100.98px) {
	.about-page .about-page-header .about-page-header-description {
		padding-right: 100px;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-header .about-page-header-description {
		padding-right: 0;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-header .about-page-header-description {
		font-size: 1.35rem;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-header .about-page-header-description {
		font-size: 1rem;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-features {
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-features .about-page-features-item {
		width: 360px;
		margin-bottom: 10px;
	}
}
@media (max-width: 399.98px) {
	.about-page .about-page-features .about-page-features-item {
		width: 100%;
	}
}
.about-page .about-page-features .about-page-features-item > .content {
	background-color: white;
	border-radius: 30px;
	height: 332px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 70px 50px;
	box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.08);
	text-align: center;
}
@media (max-width: 1599.98px) {
	.about-page .about-page-features .about-page-features-item > .content {
		padding: 40px 30px;
		justify-content: flex-start;
		min-height: 300px;
		height: 100%;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-features .about-page-features-item > .content {
		font-size: 0.9rem;
		padding: 30px 20px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-features .about-page-features-item > .content {
		font-size: 1rem;
		min-height: unset;
	}
}
.about-page .about-page-features .about-page-features-item .features-item-title {
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
	.about-page .about-page-features .about-page-features-item .features-item-title {
		font-size: 1.25rem;
		margin-bottom: 20px;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-features .about-page-features-item .features-item-title {
		font-size: 1.15rem;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-features .about-page-features-item .features-item-title {
		font-size: 1.3rem;
	}
}
.about-page .about-page-features .about-page-features-item p:last-child {
	margin-bottom: 0;
}
.about-page .about-page-cite {
	text-align: center;
}
@media (max-width: 991.98px) {
	.about-page .about-page-cite {
		font-size: 0.9rem;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-cite {
		font-size: 1rem;
	}
}
.about-page .about-page-cite .about-page-cite-title {
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	font-size: 3.75rem;
	margin-bottom: 35px;
}
@media (max-width: 991.98px) {
	.about-page .about-page-cite .about-page-cite-title {
		font-size: 2.35rem;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-cite .about-page-cite-title {
		font-size: 1.75rem;
		margin-bottom: 25px;
	}
}
.about-page .about-page-cite .about-page-cite-title span {
	font-weight: 500;
	display: block;
	font-size: 1.35rem;
	margin-bottom: 30px;
	line-height: 1;
}
@media (max-width: 991.98px) {
	.about-page .about-page-cite .about-page-cite-title span {
		font-size: 1rem;
		margin-bottom: 10px;
	}
}
.about-page .about-page-cite p {
	width: 650px;
	margin: 0 auto;
}
@media (max-width: 991.98px) {
	.about-page .about-page-cite p {
		width: unset;
	}
}
.about-page .about-page-gallery-wrapper {
	top: 0;
	position: relative;
	overflow: hidden;
}
.about-page .about-page-gallery-wrapper .title-wrapper {
	padding-top: 0;
	height: 10rem;
}
@media (max-width: 1199.98px) {
	.about-page .about-page-gallery-wrapper .title-wrapper {
		height: 5rem;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-gallery-wrapper .title-wrapper {
		height: 4rem;
	}
}
.about-page .about-page-gallery-wrapper .shadow-title {
	top: 0;
	left: -15%;
	margin-bottom: 0;
	background-image: linear-gradient(180deg, #f4f4f4 0, white 100%);
}
.about-page .about-page-gallery-wrapper .about-page-gallery {
	display: flex;
}
.about-page .about-page-gallery-wrapper .about-page-gallery > img {
	height: 100%;
	object-fit: cover;
	flex-grow: 1;
}
@media (max-width: 1599.98px) {
	.about-page .about-page-gallery-wrapper .about-page-gallery > img {
		height: 400px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-gallery-wrapper .about-page-gallery > img {
		height: 240px;
	}
}
.about-page .about-page-bottom {
	position: relative;
	background-color: #3d3d3d;
	color: white;
	padding-top: 150px;
	padding-bottom: 150px;
}
@media (max-width: 1199.98px) {
	.about-page .about-page-bottom {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-bottom {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
.about-page .about-page-bottom .decor--bottom-right {
	top: 0;
	right: 0;
	z-index: 0;
}
.about-page .about-page-bottom .about-page-bottom-header {
	margin-bottom: 100px;
}
@media (max-width: 1199.98px) {
	.about-page .about-page-bottom .about-page-bottom-header {
		margin-bottom: 80px;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-bottom .about-page-bottom-header {
		margin-bottom: 50px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-bottom .about-page-bottom-header {
		margin-bottom: 25px;
	}
}
.about-page .about-page-bottom .about-page-bottom-header h2 {
	text-transform: uppercase;
	font-size: 1.75rem;
}
@media (max-width: 1199.98px) {
	.about-page .about-page-bottom .about-page-bottom-header h2 {
		font-size: 1.5rem;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-bottom .about-page-bottom-header h2 {
		font-size: 1.3rem;
		text-transform: none;
	}
}
.about-page .about-page-bottom .about-page-bottom-header h2 span {
	color: #bebebe;
}
.about-page .about-page-bottom .about-page-bottom-item {
	display: flex;
	align-items: flex-start;
	font-size: 0.9rem;
}
@media (max-width: 991.98px) {
	.about-page .about-page-bottom .about-page-bottom-item:not(:last-child) {
		margin-bottom: 50px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-bottom .about-page-bottom-item {
		font-size: 1rem;
	}
}
.about-page .about-page-bottom .about-page-bottom-item--middle {
	align-items: flex-end;
	margin-top: -5%;
	margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
	.about-page .about-page-bottom .about-page-bottom-item--middle {
		margin-top: 0;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-bottom .about-page-bottom-item--middle {
		margin-top: 0;
	}
}
.about-page .about-page-bottom .about-page-bottom-item--middle .bottom-item-image {
	transform: translateY(-130px) !important;
}
@media (max-width: 1599.98px) {
	.about-page .about-page-bottom .about-page-bottom-item--middle .bottom-item-image {
		transform: translateY(-100px) !important;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-bottom .about-page-bottom-item--middle .bottom-item-image {
		transform: translateY(0) !important;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-bottom .about-page-bottom-item--top,
	.about-page .about-page-bottom .about-page-bottom-item--bottom {
		flex-direction: column-reverse;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-bottom .about-page-bottom-item--top {
		font-size: 1rem;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-bottom .about-page-bottom-item--top {
		font-size: 1.2rem;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-bottom .about-page-bottom-item--top {
		font-size: 1rem;
	}
}
.about-page .about-page-bottom .bottom-item-text p:last-child {
	margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.about-page .about-page-bottom .bottom-item-image {
		margin-top: 50px;
	}
}
.about-page .about-page-bottom .bottom-item-image > img {
	border-radius: 20px;
	width: 100%;
}

.footer-wrapper {
	background-color: rgb(244, 244, 244);
}
.footer-wrapper .footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	font-size: 0.78rem;
}
@media (min-width: 1500px) {
	.footer-wrapper .footer {
		flex-wrap: nowrap;
	}
}
@media (max-width: 991.98px) {
	.footer-wrapper .footer {
		justify-content: flex-start;
	}
}
@media (max-width: 575.98px) {
	.footer-wrapper .footer {
		padding-top: 40px;
		gap: 50px 0;
	}
}
@media (max-width: 991.98px) {
	.footer-wrapper .footer .footer-logo {
		width: 162px;
	}
}
.footer-wrapper .footer .footer-col {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}
.footer-wrapper .footer .footer-col--center {
	flex-grow: 1;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
@media (min-width: 992px) and (max-width: 1499.98px) {
	.footer-wrapper .footer .footer-col--center {
		width: 65%;
	padding-right: 15px;
	padding-left: 15px;
	}
}
@media (max-width: 1499.98px) {
	.footer-wrapper .footer .footer-col--center {
		flex-grow: 0;
		flex-shrink: 1;
	}
}
@media (max-width: 991.98px) {
	.footer-wrapper .footer .footer-col--center {
		order: 1;
		margin-bottom: 50px;
		padding: 0;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) and (max-width: 1499.98px) {
	.footer-wrapper .footer .footer-col--left {
		width: 20%;
	}
}
@media (max-width: 991.98px) {
	.footer-wrapper .footer .footer-col--left {
		order: 2;
	}
}
@media (max-width: 575.98px) {
	.footer-wrapper .footer .footer-col--left {
		order: 2;
		width: 50%;
	}
}


	.footer-wrapper .footer .footer-col--right {
	padding-top: 20px;
	align-items: flex-end;
	}
@media (min-width: 992px) and (max-width: 1499.98px) {
	.footer-wrapper .footer .footer-col--right {
		width: 15%;
	}
}
@media (max-width: 991.98px) {
	.footer-wrapper .footer .footer-col--right {
		order: 3;
		width: fit-content;
		margin-left: auto;
		padding-top: 0;
	}
}
@media (max-width: 899.98px) {
	.footer-wrapper .footer .footer-col--right {
		margin-left: auto;
	}
}
@media (max-width: 575.98px) {
	.footer-wrapper .footer .footer-col--right {
		order: 3;
		margin-left: 0;
		width: 50%;
	}
}
.footer-wrapper .footer .footer-copyright {
	margin-top: 12px;
	color: #a3a3a3;
}
@media (max-width: 575.98px) {
	.footer-wrapper .footer .footer-copyright {
		font-size: 0.95rem;
	}
}
.footer-wrapper .footer .footer__bottom-dev {
	margin-top: 30px;
	display: flex;
	gap: 0 15px;
	align-items: center;
}
@media (max-width: 575.98px) {
	.footer-wrapper .footer .footer__bottom-dev {
		margin-top: 50px;
		font-size: 0.95rem;
	}
}
.footer-wrapper .footer .footer__bottom-dev > img {
	transition: 0.3s ease;
}
@media (max-width: 991.98px) {
	.footer-wrapper .footer .footer__bottom-dev > img {
		width: 30px;
		height: 30px;
	}
}
.footer-wrapper .footer .footer__bottom-dev:hover > img {
	transform: rotate(360deg);
	transition: 0.3s ease;
}
.footer-wrapper .footer .footer-menu {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
@media (max-width: 991.98px) {
	.footer-wrapper .footer .footer-menu {
		justify-content: flex-start;
	}
}
@media (max-width: 575.98px) {
	.footer-wrapper .footer .footer-menu {
		margin-bottom: 0;
	}
}
.footer-wrapper .footer .footer-menu-list {
	display: flex;
	gap: 10px 25px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
	.footer-wrapper .footer .footer-menu-list {
		gap: 10px 20px;
	}
}
@media (max-width: 767.98px) {
	.footer-wrapper .footer .footer-menu-list {
		gap: 10px 25px;
	}
}
@media (max-width: 575.98px) {
	.footer-wrapper .footer .footer-menu-list {
		display: block;
		column-count: 2;
		column-gap: 85px;
	}
}
@media (max-width: 399.98px) {
	.footer-wrapper .footer .footer-menu-list {
		column-gap: 40px;
	}
}
@media (max-width: 575.98px) {
	.footer-wrapper .footer .footer-menu-list > li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.footer-wrapper .footer .footer-menu-list a {
	font-size: 1rem;
	text-decoration: underline;
	text-underline-offset: 3px;
}
@media (max-width: 575.98px) {
	.footer-wrapper .footer .footer-menu-list a {
		font-size: 1.15rem;
	}
}
.footer-wrapper .footer .footer-documents {
	display: flex;
	justify-content: center;
	gap: 10px 25px;
	margin-top: 50px;
}
@media (max-width: 991.98px) {
	.footer-wrapper .footer .footer-documents {
		order: 4;
	}
}
@media (max-width: 575.98px) {
	.footer-wrapper .footer .footer-documents {
		margin-top: 0;
		font-size: 0.95rem;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}
.footer-wrapper .footer .footer-documents a {
	color: #a3a3a3;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.footer-wrapper .footer .footer-documents a:hover {
	color: black;
}
.footer-wrapper .footer .footer-phones {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
/* @media (max-width: 1499.98px) {
	.footer-wrapper .footer .footer-phones {
		flex-direction: row;
	}
} */
@media (max-width: 991.98px) {
	.footer-wrapper .footer .footer-phones {
		flex-direction: column;
	}
}
.footer-wrapper .footer .footer-phones a img {
	margin-right: 10px;
}
.footer-wrapper .footer .footer-contacts {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	font-size: 0.9rem;
	gap: 20px;
}
@media (max-width: 1499.98px) {
	.footer-wrapper .footer .footer-contacts {
		width: 100%;
		/* flex-direction: row; */
		justify-content: space-between;
	}
}
@media (max-width: 991.98px) {
	.footer-wrapper .footer .footer-contacts {
		flex-direction: column;
		width: auto;
		gap: 20px;
		padding-top: 0;
	}
}
@media (max-width: 575.98px) {
	.footer-wrapper .footer .footer-contacts {
		font-size: 1rem;
	}
}
.footer-wrapper .footer .footer-social {
	width: fit-content;
}
.footer-wrapper .footer .footer-social .social-block {
	display: flex;
	gap: 0 10px;
}
.footer-wrapper .footer-bottom-row {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: black;
	opacity: 0.3;
}
@media (max-width: 991.98px) {
	.footer-wrapper .footer-bottom-row {
		order: 5;
		text-align: left;
	}
}
/* @media (max-width: 575.98px) {
	.footer-wrapper .footer-bottom-row {
		padding-top: 0;
	}
} */

.loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 10;
	font-size: 18px;
	font-weight: 700;
}

.catalog-page .wpc-orderby-select {
	-webkit-appearance: none;
	appearance: none;
	background-image: url(assets/img/select-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-position-x: calc(100% - 25px);
}
.catalog-page .wpc-orderby-select:focus {
	outline: none;
}
.product-inner-page .product-info-buttons .product-item-tag--favourite .tinv-wraper.tinv-wishlist {
	font-size: unset;
	line-height: 1;
}
.product-inner-page .product-info-buttons .product-item-tag--favourite .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt,
.product-inner-page .product-info-buttons .product-item-tag--favourite .tinv-wraper.tinv-wishlist {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-inner-page .product-info-buttons .product-item-tag--favourite .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
	line-height: 1;
}
.product-inner-page .product-info-buttons .product-item-tag--favourite .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img {
	max-width: 21px;
	max-height: 21px;
}
.product-inner-page .index-banner--inner + .publications-widget {
	padding-top: 0;
}

.add_to_cart_button {
	background-image: url(assets/img/add-to-cart-white.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 33px;
}
.add_to_cart_button:hover {
	background-image: url(assets/img/add-to-cart-red.png);
}

/* .product-inner-page .product-info-buttons .add_to_cart_button {
	background-image: url(assets/img/add-to-cart-black.png);
}
.product-inner-page .product-info-buttons .add_to_cart_button:hover {
	background-image: url(assets/img/add-to-cart-black-red.png);
} */
.product-files {
	display: flex;
	flex-direction: column;
	gap: 7px 0;
}
.product-file-item {
	text-decoration: underline;
	text-underline-offset: 3px;
}
/*# sourceMappingURL=style.css.map */
