@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800&display=swap");
.admin-bar {
	margin-bottom: -100px;
}

.wp-content {
	font-size: 18px;
}

.wp-content ul {
	padding-left: 20px;
	list-style: disc;
	line-height: 1.4;
}

.wp-content .entry-content img {
	margin: 0 0 1.5em 0;
}

.wp-content .alignleft,
.wp-content img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.wp-content .alignright,
.wp-content img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.wp-content .aligncenter,
.wp-content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.wp-content .alignnone,
.wp-content img.alignnone {
	/* not sure about this one */
}

.wp-content .wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-content .wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-content .wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-content .wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

.wp-content blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

.wp-content blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

.wp-content .wp-block-columns {
	margin: 30px 0;
	font-size: 18px;
}

/*! 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 */
	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,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* {
	word-break: break-word;
	box-sizing: border-box;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

a {
	text-decoration: none;
	color: inherit;
}

button {
	background: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
}

input {
	border: 0;
	background: inherit;
}

* {
	word-break: keep-all;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 600000s 0s,
 color 600000s 0s;
}

input[data-autocompleted] {
	background-color: transparent !important;
}

.admin-bar {
	margin-bottom: -100px;
}

body {
	font-family: Nunito Sans;
	font-weight: 400;
}

section {
	padding: 20px 0;
}

@media (max-width: 768px) {
	section {
		margin-bottom: 18px;
	}
}

section.home-hero {
	padding: 0;
}

@media (max-width: 1380px) {
	section {
		padding: 20px 0;
	}
}

@media (max-width: 1024px) {
	section {
		padding: 15px 0;
	}
}

p {
	margin: 10px 0;
	line-height: 150%;
}

@media (max-width: 1380px) {
	p {
		font-size: 16px;
	}
}

h1 {
	margin-bottom: 24px;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
}

img {
	width: 100%;
}

.btn {
	padding: 12px 24px;
	align-self: flex-start;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
	text-transform: uppercase;
	border-radius: 8px;
}

.btn-primary {
	background: #ffb300;
	color: #fff;
}

@media (max-width: 768px) {
	.section--modifier {
		margin-bottom: 12px;
	}
}

@media (max-width: 576px) {
	.section--corporative {
		margin-bottom: 16px;
	}
}

.container {
	width: 1340px;
	margin: 0 auto;
}

@media (max-width: 1380px) {
	.container {
		width: 1024px;
	}
}

@media (max-width: 1200px) {
	.container {
		width: 960px;
	}
}

@media (max-width: 1024px) {
	.container {
		width: 100%;
		padding: 0 12px;
	}
	.container .container {
		padding: 0;
	}
}

@media (max-width: 1024px) {
	.container--disabled {
		width: 100%;
		padding: 0;
	}
}

@media (max-width: 1024px) {
	.container--mob--disabled {
		width: calc(100% + 24px);
		margin-left: -12px;
		padding: 0;
	}
}

.subtitle {
	color: #292424;
	font-size: 42px;
	font-weight: 600;
	line-height: 110%;
}

@media (max-width: 1380px) {
	.subtitle {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.subtitle {
		font-size: 26px;
	}
}

.page-nav-info {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 16px 0;
}

.page-nav-info > span {
	color: #292424;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 768px) {
	.page-nav-info > span {
		color: #292424;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
	}
}

@media (max-width: 1380px) {
	.page-nav-info {
		padding-top: 0;
	}
}

@media (max-width: 768px) {
	.page-nav-info {
		margin-bottom: 6px;
		padding: 8px 0;
		gap: 5px;
	}
}

.page-nav-subtitle {
	margin-bottom: 16px;
	width: 90%;
	color: #292424;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
}

@media (max-width: 1024px) {
	.page-nav-subtitle {
		font-size: 26px;
	}
}

.default-hero {
	height: 500px;
	border-radius: 16px;
}

.default-hero > img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 1024px) {
	.default-hero {
		height: 500px;
	}
}

@media (max-width: 1024px) {
	.default-hero {
		margin-bottom: 24px;
		height: 500px;
	}
}

@media (max-width: 768px) {
	.default-hero {
		height: 400px;
	}
}

@media (max-width: 576px) {
	.default-hero {
		width: 100%;
		height: 190px;
	}
}

@media (max-width: 1024px) {
	.default-hero--margin {
		margin-bottom: 0;
	}
}

.static-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.static-pagination > svg {
	cursor: pointer;
}

@media (max-width: 768px) {
	.static-pagination > svg {
		display: none;
	}
}

@media (max-width: 768px) {
	.static-pagination {
		flex-direction: column;
		gap: 12px;
	}
}

.pagination-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.pagination-numbers > a {
	padding: 0 4px;
	min-width: max-content;
	border-radius: 8px;
	background: #fafafa;
	width: 40px;
	height: 40px;
	color: #292424;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	cursor: pointer;
}

.pagination-numbers > span.current {
	display: block;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	background: #ffb300;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.pagination-imgs-response {
	display: none;
}

@media (max-width: 768px) {
	.pagination-imgs-response {
		display: flex;
		align-items: center;
		gap: 12px;
	}
}

.share-wrapper {
	width: 100%;
}

.share {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #d7d7d7;
	padding: 12px 0;
}

.share > span {
	color: #292424;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.share-imgs {
	display: flex;
	align-items: center;
	gap: 36px;
}

.share-imgs > img {
	cursor: pointer;
}

.header-wrapper {
	box-shadow: 0px 5px 15px 0px rgba(167, 167, 167, 0.05);
	width: 100%;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 33px;
	padding-top: 10px;
	position: relative;
}

@media (max-width: 1024px) {
	.header {
		gap: 0px;
		padding-top: 0px;
	}
}

.header__logo {
	width: 20%;
}

.header__logo a {
	width: 100%;
}

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

@media (max-width: 1024px) {
	.header__logo {
		display: none;
	}
}

.header__content {
	width: 100%;
	padding: 12px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 7;
	background-color: white;
}

.header__nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	border-radius: 16px;
	background-color: #fafafa;
	padding: 12px 24px 12px 24px;
	margin-bottom: 15px;
}

@media (max-width: 1380px) {
	.header__nav {
		margin-bottom: 8px;
		padding: 8px 16px;
	}
}

@media (max-width: 1024px) {
	.header__nav {
		padding: 8px;
		background: #f4f4f4;
		padding: 10px 11.5px;
		border-radius: 0px;
		justify-content: space-between;
		display: none;
	}
}

.header__nav-list {
	display: flex;
	gap: 24px;
	font-size: 14px;
	font-weight: 600;
	color: #909090;
}

.header__nav-list > span {
	cursor: pointer;
}

@media (max-width: 1470px) {
	.header__nav-list {
		gap: 20px;
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.header__nav-list {
		gap: 14px;
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	.header__nav-list {
		display: none;
	}
}

.header__nav-list-response {
	display: none;
	color: #535353;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 1024px) {
	.header__nav-list-response {
		display: flex;
		align-items: center;
		gap: 5px;
	}
}

.header__nav-list-response .custom-logo-link img {
	height: 42px;
}

@media (max-width: 568px) {
	.header__nav-list-response .custom-logo-link img {
		height: auto;
		width: 104px;
	}
}

.header__contacts {
	display: flex;
	align-items: center;
	gap: 25px;
	cursor: pointer;
}

@media (max-width: 1380px) {
	.header__contacts {
		gap: 15px;
	}
}

@media (max-width: 1024px) {
	.header__contacts {
		display: none;
	}
}

.header__contacts-response {
	display: none;
}

.header__contacts-response > a {
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 1024px) {
	.header__contacts-response {
		display: flex;
		align-items: center;
		gap: 12px;
		cursor: pointer;
		margin-right: 10px;
	}
}

@media (max-width: 768px) {
	.header__contacts-response {
		margin-right: 0;
		gap: 10px;
	}
}

.header__phone {
	min-width: max-content;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #ffb300;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
}

@media (max-width: 1380px) {
	.header__phone {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.header__phone {
		font-size: 14px;
	}
}

@media (max-width: 560px) {
	.header__phone svg {
		height: 16px;
		width: 16px;
	}
	.header__phone span {
		font-size: 14px;
	}
}

.header__bottom {
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

@media (max-width: 1024px) {
	.header__bottom {
		padding: 0px 11.5px;
	}
}

.header__bottom-response {
	display: none;
}

@media (max-width: 1024px) {
	.header__bottom-response {
		display: flex;
		align-items: center;
		gap: 20px;
	}
}

@media (max-width: 1024px) and (max-width: 768px) {
	.header__bottom-response {
		gap: 10px;
	}
	.header__bottom-response a {
		height: 29px;
	}
	.header__bottom-response img {
		width: 115px;
		height: 32px;
		object-fit: contain;
	}
}

.header__response-logo > img {
	width: 100%;
}

.header__bottom-icon {
	height: 36px;
	width: 36px;
	object-fit: contain;
}

@media (max-width: 1380px) {
	.header__bottom-icon {
		height: 28px;
		width: 28px;
	}
}

.header__bottom-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 32px;
	padding-right: 25px;
}

@media (max-width: 1200px) {
	.header__bottom-list {
		padding-right: 30px;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.header__bottom-list {
		padding: 0 30px;
		gap: 0;
	}
}

@media (max-width: 866px) {
	.header__bottom-list {
		display: none;
	}
}

.header__bottom-dropdown:hover .header__dropdown {
	visibility: visible;
	opacity: 1;
}

.header__bottom-hover {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}

.header__bottom-hover > a {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media (max-width: 1024px) {
	.header__bottom-hover > a {
		gap: 4px;
	}
}

.header__bottom-hover span {
	width: min-content;
	color: #292424;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1470px) {
	.header__bottom-hover span {
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	.header__bottom-hover span {
		font-size: 10px;
	}
}

.header__bottom-hover svg {
	transition: all 0.3s ease;
}

@media (max-width: 1024px) {
	.header__bottom-hover svg {
		display: none;
	}
}

.header__bottom-hover > img {
	width: 24px;
	height: 34px;
}

@media (max-width: 1024px) {
	.header__bottom-hover > img {
		display: none;
	}
}

.header__bottom-hover:hover span {
	color: #088dd1;
}

.header__bottom-hover:hover svg {
	transform: rotate(180deg);
}

.header__bottom-hover:hover svg path {
	fill: #088dd1;
}

.header__burger {
	display: none;
}

@media (max-width: 866px) {
	.header__burger {
		display: block;
	}
}

.burger__dropdown {
	position: absolute;
	top: -1000px;
	width: 100vw;
	opacity: 0;
	display: none;
	flex-direction: column;
	gap: 6px;
	padding: 0 11px 0 10px;
	background: white;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	z-index: 6;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-box-shadow: 0px 10px 58px -32px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 10px 58px -32px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 10px 58px -32px rgba(0, 0, 0, 0.75);
	padding-bottom: 15px;
}

@media (max-width: 866px) {
	.burger__dropdown {
		display: flex;
	}
}

.burger__dropdown-line {
	width: 100%;
	color: #efefef;
	border-top: 1px solid #efefef;
	margin: 14px 0;
}

@media (max-width: 866px) {
	.burger-active {
		top: 69px;
		opacity: 1;
		padding-top: 20px;
	}
}

@media (max-width: 768px) {
	.burger-active {
		top: 60px;
	}
}

.burger__dropdown-category {
	display: flex;
	align-items: center;
	padding: 12px;
	gap: 12px;
	cursor: default;
}

.burger__dropdown-category img {
	height: 30px;
	width: 30px;
	object-fit: contain;
}

.burger__dropdown-arrow {
	margin-left: auto;
}

.burger__dropdown-about-wrapper a {
	display: flex;
	flex-direction: column;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.burger__dropdown-about-wrapper a {
	padding: 12px;
}

.burger__dropdown-about-wrapper img {
	margin-left: auto;
}

.burger__dropdown-droplist {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.4s ease-out;
}

.burger__dropdown-droplist img {
	border-radius: 5px;
}

.burger__dropdown-droplist span {
	color: #292424;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.burger__droplist-active {
	grid-template-rows: 1fr;
}

.burger__dropdown-transition {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-left: 12px;
	overflow: hidden;
}

.burger__dropdown-transition > a {
	display: flex;
	align-items: center;
	gap: 12px;
}

.burger__dropdown-transition img {
	height: 40px;
	width: 40px;
	object-fit: cover;
}

.header__dropdown {
	width: 95%;
	padding-top: 20px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translate(-50%);
	transition: visibility 0.3s,
 opacity 0.3s ease-in;
}

.header__dropdown-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 24px;
	gap: 12px;
	background-color: white;
	border-radius: 0px 0px 16px 16px;
	background: #fff;
	box-shadow: 5px 5px 15px 0px rgba(167, 167, 167, 0.15);
}

@media (max-width: 1470px) {
	.header__dropdown-content {
		gap: 8px;
	}
}

@media (max-width: 1024px) {
	.header__dropdown-content {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.header__dropdown-item {
	min-height: 159px;
	border-radius: 16px;
	border: 1px solid #d7d7d7;
	background: #fff;
	display: flex;
	align-items: center;
}

.header__dropdown-item > img {
	width: 80px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	height: 100%;
	object-fit: cover;
}

.header__dropdown-item > div {
	padding: 12px;
}

@media (max-width: 1380px) {
	.header__dropdown-item {
		min-height: 130px;
	}
	.header__dropdown-item > img {
		width: 64px;
	}
}

.header__dropdown-subtitle {
	width: 100%;
}

.header__dropdown-subtitle > b {
	display: flex;
	justify-content: center;
	min-height: 45px;
	position: relative;
	color: #292424;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1470px) {
	.header__dropdown-subtitle > b {
		font-size: 14px;
	}
}

.header__dropdown-description {
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: #292424;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
}

.header__dropdown-description b {
	color: #088dd1;
}

.header__dropdown-description:before {
	content: "";
	width: 100%;
	margin: 8px 0;
	border-top: 1px solid #d7d7d7;
}

@media (max-width: 1470px) {
	.header__dropdown-description {
		font-size: 12px;
	}
}

.header__search {
	display: flex;
	gap: 3px;
}

.header__search > button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background-color: #ffb300;
	padding: 0;
}

.header__search svg {
	width: 24px;
	height: 24px;
}

@media (max-width: 1024px) {
	.header__search {
		display: none;
	}
}

.header__search-response-wrapper {
	display: none;
}

.header__search-response-wrapper > a img {
	width: 26px;
	height: 26px;
}

@media (max-width: 1024px) {
	.header__search-response-wrapper {
		display: flex;
		align-items: center;
		gap: 5px;
	}
}

.header__search-response {
	display: flex;
	gap: 2px;
	background: #fafafa;
	border-radius: 4px;
	height: 26px;
	color: #292424;
	font-size: 10.4px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.header__search-response > input {
	opacity: 0.2;
	padding: 5px 10px;
}

.header__search-response > button {
	width: 26px;
	height: 26px;
	border-radius: 4px;
	background-color: #ffb300;
	padding: 0;
}

.header__input {
	border-radius: 16px;
	background: #fafafa;
	padding: 8px 16px;
	font-weight: 600;
	color: #292424;
	width: 150px;
}

@media (max-width: 768px) {
	.header__input {
		width: 90px;
	}
}

.header__input::placeholder {
	color: #d0cfcf;
}

.header__input:focus {
	outline: 1px solid white;
}

.hero__banner {
	position: relative;
	height: 550px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	backdrop-filter: blur(0px);
}

.hero__banner > b {
	width: 60%;
	position: absolute;
	top: 20%;
	left: 90px;
	color: white;
	font-size: 75px;
	font-weight: 900;
	line-height: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.hero__banner > img {
	object-fit: cover;
	object-position: top;
}

@media (max-width: 1470px) {
	.hero__banner > b {
		font-size: 70px;
	}
}

@media (max-width: 1380px) {
	.hero-swiper {
		    position: relative;
    max-height: 400px;
    border-radius: 16px;
    overflow: hidden;
	}
	.hero-swiper .swiper-slide{
		max-height: 400px;
	}
	.hero__banner > b {
		left: 65px;
		font-size: 64px;
	}
}

@media (max-width: 1024px) {
	.hero__banner {
		height: 550px;
	}
	.hero-swiper {
		border-radius: 0;
	}
}

@media (max-width: 1024px) {
	.hero__banner {
		height: 500px;
		width: 100%;
		border-radius: 0px;
	}
	.hero__banner > b {
		font-size: 55px;
		bottom: 100px;
	}
}

@media (max-width: 768px) {
	.hero__banner {
		height: 400px;
	}
	.hero__banner > b {
		display: flex;
		align-items: center;
		left: 25px;
		line-height: 110%;
		font-size: 30px;
		bottom: 5px;
	}
}

@media (max-width: 576px) {
	.hero__banner {
		height: 280px;
	}
	.hero__banner > b {
		width: 80%;
		left: 20px;
	}
}

.hero__banner-img {
	width: 100%;
	height: 550px;
	border-radius: 16px;
}

@media (max-width: 1024px) {
	.hero__banner-img {
		border-radius: 0;
		height: 240px;
	}
}

.hero__products,
.hero__order {
	width: 100%;
	max-width: 1224px;
	justify-content: center;
	margin: 0 auto;
}

.hero__content,
.hero__order {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: -70px;
}

@media (max-width: 1380px) {
	.hero__content,
	.hero__order {
		width: 900px;
	}
}

@media (max-width: 1024px) {
	.hero__content,
	.hero__order {
		width: 95%;
	}
}

@media (max-width: 1024px) {
	.hero__content,
	.hero__order {
		margin-top: -80px;
	}
}

@media (max-width: 768px) {
	.hero__content,
	.hero__order {
		margin-top: -50px;
	}
}

.hero__order {
	position: relative;
	background: linear-gradient(142deg, #ffb300 0%, #ffb508 41.67%, #ffda84 100%);
	border-radius: 16px;
	padding: 35px;
	z-index: 5;
}

@media (max-width: 1470px) {
	.hero__order {
		padding: 25px 20px 25px 20px;
	}
}

@media (max-width: 1024px) {
	.hero__order {
		padding-top: 0;
	}
}

.hero__order-types {
	display: none;
}

.hero__order-types > button {
	padding: 4px 8px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
}

.hero__order-types .active {
	border-bottom: 2px solid white;
}

@media (max-width: 1024px) {
	.hero__order-types {
		display: flex;
		align-items: center;
		justify-content: space-around;
		margin-top: 12px;
	}
}

.hero__order-text {
	color: white;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}

.hero__order-text > b {
	font-weight: 800;
}

.hero__inputs-wrapper {
	display: flex;
	gap: 6px;
}

@media (max-width: 1024px) {
	.hero__inputs-wrapper {
		flex-direction: column;
		display: none;
	}
}

.hero__inputs-response {
	display: none;
}

@media (max-width: 1024px) {
	.hero__inputs-response {
		display: flex;
		align-items: center;
		gap: 6px;
		margin: 12px 0px 6px 0px;
	}
}

.hero__inputs-response > input:focus {
	outline: 1px solid white;
	outline-color: white;
}

.hero__inputs {
	display: flex;
	gap: 6px;
}

.hero__inputs > input:focus {
	outline: 1px solid white;
	outline-color: white;
}

.hero__input {
	padding: 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.4);
	color: white;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
	width: 330px;
}

@media (max-width: 1470px) {
	.hero__input {
		width: 180px;
	}
}

@media (max-width: 1024px) {
	.hero__input {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.hero__input {
		font-size: 14px;
	}
}

.hero__input::placeholder {
	color: white;
}

.hero__order-btn {
	display: none;
}

@media (max-width: 1024px) {
	.hero__order-btn {
		display: block;
		width: 100%;
	}
}

.hero__button {
	padding: 0 8px;
	border-radius: 8px;
	text-transform: uppercase;
	border: 1px solid #ffb300;
	background: #fff;
	color: #ffb300;
	height: 100%;
	width: 100%;
	color: #ffb300;
	text-transform: uppercase;
	font-size: 14px;
}

@media (max-width: 1024px) {
	.hero__button {
		width: 100%;
	}
}

.hero__button-response {
	padding: 12px 24px;
	border-radius: 8px;
	text-transform: uppercase;
	border: 1px solid #ffb300;
	background: #fff;
	color: #ffb300;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
	height: 100%;
	width: 100%;
	color: #ffb300;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.hero__button-response {
		width: 100%;
	}
}

.long {
	width: 125%;
}

.hero__buttons {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 6px;
}

.hero__products {
	display: flex;
	gap: 12px;
}

@media (max-width: 1024px) {
	.hero__products {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}
}

@media (max-width: 1024px) {
	.hero__products {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}
}

.hero__product {
	padding: 12px;
	border-radius: 16px;
	background: white;
	box-shadow: 5px 5px 15px 0px rgba(167, 167, 167, 0.15);
	width: 100%;
	height: 100%;
}

@media (max-width: 1470px) {
	.hero__product {
		width: 240px;
	}
}

@media (max-width: 1024px) {
	.hero__product {
		width: 100%;
	}
}

.hero__product-title {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.hero__product-title > img {
	height: 34px;
	width: 40px;
}

@media (max-width: 1024px) {
	.hero__product-title > img {
		width: auto;
	}
}

.hero__product-title > b {
	justify-content: center;
	display: flex;
	flex-direction: column;
	color: #088dd1;
	margin-left: 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1470px) {
	.hero__product-title > b {
		font-size: 18px;
		margin-left: 6px;
	}
}

@media (max-width: 1380px) {
	.hero__product-title {
		padding: 6px 0;
	}
	.hero__product-title > img {
		height: 25px;
		width: 30px;
	}
	.hero__product-title > b {
		font-size: 16px;
	}
}

.hero__line {
	width: 100%;
	margin: 12px 0;
	border-top: 1px solid #d7d7d7;
}

@media (max-width: 1380px) {
	.hero__line {
		margin: 8px 0;
		margin-bottom: 12px;
	}
}

.hero__arrow {
	margin-left: auto;
}

.hero__product-info {
	display: flex;
	justify-content: space-between;
}

.hero__product-info > div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (max-width: 1380px) {
	.hero__product-info > div {
		gap: 4px;
	}
}

.hero__product-text {
	color: #292424;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}

.hero__product-text b {
	color: #088dd1;
}

@media (max-width: 1380px) {
	.hero__product-text {
		font-size: 14px;
	}
}

.hero__product-price {
	font-weight: 700;
}

.advantages {
	display: flex;
	align-items: center;
	gap: 48px;
}

@media (max-width: 1470px) {
	.advantages > img {
		width: 50%;
	}
}

@media (max-width: 1024px) {
	.advantages {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.advantages {
		margin-bottom: 48px;
		gap: 24px;
	}
	.advantages > img {
		width: 90%;
	}
}

@media (max-width: 576px) {
	.advantages > img {
		width: 100%;
	}
}

@media (max-width: 475px) {
	.advantages > img {
		width: 100%;
		height: 100%;
	}
}

.advantages__grid {
	width: fit-content;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 30px 0;
}

@media (max-width: 1380px) {
	.advantages__grid {
		margin: 24px 0;
		gap: 24px;
	}
}

.advantages__grid-item {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 325px;
}

.advantages__grid-item > img {
	width: 60px;
	height: 60px;
}

.advantages__grid-item > span {
	color: #292424;
	font-size: 24px;
	font-weight: 400;
	line-height: 120%;
	text-align: start;
}

@media (max-width: 1380px) {
	.advantages__grid-item {
		width: fit-content;
		gap: 12px;
	}
	.advantages__grid-item > span {
		font-size: 14px;
	}
	.advantages__grid-item > img {
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 768px) {
	.advantages__grid-item {
		text-align: center;
	}
	.advantages__grid-item > span {
		font-size: 16px;
	}
}

.advantages__buttons {
	display: flex;
	gap: 12px;
}

@media (max-width: 1470px) {
	.advantages__buttons {
		flex-direction: column;
	}
}

.advantages__measurement {
	border-radius: 8px;
	background: #ffb300;
	padding: 12px 24px;
	color: white;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.advantages__advice {
	border-radius: 8px;
	border: 1px solid #ffb300;
	background: #fff;
	padding: 12px 24px;
	color: #ffb300;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.advantages__buttons {
	display: flex;
	flex-direction: column-reverse;
}

.advantages__buttons button {
	font-size: 18px;
	width: fit-content;
	padding: 12px 24px;
}

@media (max-width: 1380px) {
	.advantages__buttons button {
		font-size: 14px;
		width: fit-content;
		padding: 8px 16px;
	}
}

.faq {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	height: 100%;
}

.faq > img {
	border-radius: 23px;
}

@media (max-width: 1470px) {
	.faq > img {
		width: 50%;
	}
}

@media (max-width: 1024px) {
	.faq > img {
		display: none;
	}
}

@media (max-width: 768px) {
	.faq > img {
		object-fit: cover;
		align-self: center;
		height: 450px;
		width: 90%;
	}
}

@media (max-width: 576px) {
	.faq > img {
		height: 340px;
		width: 100%;
	}
}

@media (max-width: 425px) {
	.faq > img {
		height: 250px;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.faq {
		gap: 24px;
	}
}

@media (max-width: 768px) {
	.faq {
		align-items: flex-start;
	}
}

.faq__list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.faq__list > b {
	margin-bottom: 12px;
}

.faq__list-question {
	cursor: pointer;
	width: 650px;
	padding: 24px;
	border-radius: 12px;
	background: #fafafa;
	display: flex;
	align-items: center;
	color: #292424;
	font-size: 20px;
	font-weight: 700;
}

.faq__list-question > span {
	padding-right: 20px;
}

.faq__list-question > img {
	margin-left: auto;
}

@media (max-width: 1470px) {
	.faq__list-question {
		width: 570px;
	}
}

@media (max-width: 768px) {
	.faq__list-question {
		font-weight: 600;
		padding: 12px;
		font-size: 16px;
		width: auto;
	}
}

.designer {
	display: flex;
	align-items: center;
}

@media (max-width: 1024px) {
	.designer {
		flex-direction: column;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.designer {
		margin-bottom: 48px;
	}
}

.designer__img {
	width: 800px;
	height: 605px;
	border-radius: 16px;
	position: relative;
}

.designer__img > img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}

@media (max-width: 1470px) {
	.designer__img {
		width: 100%;
		height: 550px;
	}
}

@media (max-width: 1380px) {
	.designer__img {
		width: 100%;
		height: 450px;
	}
}

@media (max-width: 1024px) {
	.designer__img {
		width: auto;
		height: 350px;
		margin-bottom: 160px;
	}
}

.designer__info {
	position: absolute;
	bottom: 30px;
	left: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 280px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 20px 35px 0px rgba(167, 167, 167, 0.25);
	backdrop-filter: blur(20px);
	padding: 24px;
}

.designer__info > span {
	color: #292424;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}

.designer__info > b {
	color: #088dd1;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
}

.designer__info > blockquote {
	color: #292424;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 1024px) {
	.designer__info {
		bottom: -130px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 768px) {
	.designer__info > span {
		font-size: 20px;
	}
	.designer__info > b {
		font-size: 14px;
	}
	.designer__info > blockquote {
		font-size: 16px;
	}
}

.designer__form-wrapper {
	z-index: 3;
	margin-left: -80px;
	width: 700px;
	padding: 30px;
	border-radius: 16px;
	background: linear-gradient(142deg, #ffb300 0%, #ffb508 41.67%, #ffda84 100%);
}

@media (max-width: 1470px) {
	.designer__form-wrapper {
		width: 100%;
		padding: 24px;
		margin-left: -120px;
	}
}

@media (max-width: 1024px) {
	.designer__form-wrapper {
		padding: 0px;
		width: 80%;
	}
}

@media (max-width: 1024px) {
	.designer__form-wrapper {
		margin: 0 auto;
		width: 100%;
	}
}

.designer__form-info {
	width: 100%;
	height: fit-content;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.designer__form-info > b {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.designer__form-info > b {
		font-size: 26px;
	}
}

.designer__form-info > span {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
}

@media (max-width: 1024px) {
	.designer__form-info > span {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.designer__form-info > span {
		font-size: 16px;
		line-height: 120%;
	}
}

@media (max-width: 1380px) {
	.designer__form-info {
		gap: 6px;
	}
	.designer__form-info > b {
		font-size: 28px;
	}
	.designer__form-info > span {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.designer__form-info {
		gap: 6px;
	}
}

.designer__form {
	display: flex;
	flex-direction: column;
	padding-top: 12px;
	gap: 12px;
	width: 100%;
}

.designer__form > button {
	align-self: end;
}

@media (max-width: 1380px) {
	.designer__form {
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.designer__form {
		padding-top: 6px;
		gap: 6px;
	}
}

.designer__form-inputs {
	display: flex;
	gap: 12px;
}

.designer__form-inputs > input {
	height: 45px;
	padding: 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 768px) {
	.designer__form-inputs > input {
		font-size: 16px;
	}
}

.designer__form-inputs > input::placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 768px) {
	.designer__form-inputs > input::placeholder {
		font-size: 16px;
	}
}

.designer__form-inputs > input:focus {
	outline: 1px solid white;
	outline-color: white;
}

@media (max-width: 1380px) {
	.designer__form-inputs {
		gap: 10px;
	}
	.designer__form-inputs > input {
		height: 38px;
		font-size: 14px;
	}
	.designer__form-inputs > input::placeholder {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.designer__form-inputs {
		gap: 6px;
	}
}

.designer__form-textarea {
	resize: none;
	width: 100%;
	border: none;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.4);
	height: 100px;
	padding: 12px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 1380px) {
	.designer__form-textarea {
		height: 80px;
		font-size: 14px;
	}
	.designer__form-textarea::placeholder {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.designer__form-textarea {
		height: auto;
	}
}

.designer__form-textarea:focus {
	outline: 1px solid white;
	outline-color: white;
}

.designer__form-textarea::placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 768px) {
	.designer__form-textarea::placeholder {
		font-size: 16px;
	}
}

.designer__form-button {
	border-radius: 8px;
	border: 1px solid #ffb300;
	background: #fff;
	padding: 12px 24px;
	color: #ffb300;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	line-height: 140%;
	text-transform: uppercase;
}

@media (max-width: 1380px) {
	.designer__form-button {
		padding: 10px 20px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.designer__form-button {
		padding: 10px 16px;
		font-size: 14px;
	}
}

.testimonials {
	overflow: hidden;
}

@media (max-width: 768px) {
	.testimonials {
		margin-bottom: 48px;
	}
}

.testimonials__title-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}

.testimonials__title-wrapper > b {
	color: #292424;
	font-size: 36px;
	font-weight: 600;
	line-height: 110%;
}

@media (max-width: 768px) {
	.testimonials__title-wrapper > b {
		font-size: 26px;
	}
}

@media (max-width: 1024px) {
	.testimonials__title-wrapper {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.testimonials__title-wrapper {
		margin-bottom: 24px;
	}
}

.testimonials__title-buttons {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-left: auto;
}

.testimonials__title-buttons > button {
	display: block !important;
	padding: 0;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.testimonials__title-buttons {
		display: none;
	}
}

.testimonials__title-buttons-response {
	display: none;
}

@media (max-width: 1024px) {
	.testimonials__title-buttons-response {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		margin-bottom: 48px;
	}
}

.testimonials__background-img {
	width: 100%;
	height: 100%;
	max-height: 270px;
	object-fit: cover;
	border-radius: 16px;
}

@media (max-width: 1024px) {
	.testimonials__background-img {
		width: 60%;
	}
}

@media (max-width: 576px) {
	.testimonials__background-img {
		object-fit: cover;
		border-radius: 16px;
		height: 270px;
		width: 100%;
	}
}

.testimonials-swiper {
	margin-bottom: 60px;
	user-select: none;
}

@media (max-width: 1024px) {
	.testimonials-swiper {
		margin-bottom: 24px;
	}
}

.swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.testimonials__slide-block {
	z-index: 12;
	position: relative;
	padding: 0 20px;
	border-radius: 16px;
}

@media (max-width: 1380px) {
	.testimonials__slide-block {
		padding: 0 10px;
	}
}

.testimonials__slide-block.clients .testimonials__slide-block__inner {
	padding-top: 45px;
}

.testimonials__slide-block__inner {
	padding: 0 20px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(167, 167, 167, 0.25);
	display: flex;
	width: 100%;
	padding: 56px 24px 24px 24px;
	flex-direction: column;
	gap: 12px;
	margin-top: -50px;
}

@media (max-width: 1470px) {
	.testimonials__slide-block__inner {
		width: 460px;
	}
}

@media (max-width: 1380px) {
	.testimonials__slide-block__inner {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.testimonials__slide-block__inner {
		width: 55%;
	}
}

@media (max-width: 576px) {
	.testimonials__slide-block__inner {
		width: 100%;
		gap: 0;
		padding: 56px 24px 24px 24px;
	}
}

.testimonials__slide-title {
	color: #292424;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}

@media (max-width: 1380px) {
	.testimonials__slide-title {
		font-size: 18px;
	}
}

.testimonials__slide-blockquote {
	color: #292424;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	margin: 12px 0;
}

@media (max-width: 1380px) {
	.testimonials__slide-blockquote {
		font-size: 14px;
		margin: 5px 0;
	}
	.testimonials__slide-blockquote p {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.testimonials__slide-blockquote {
		width: 90%;
		margin: 16px 0 12px 0;
	}
}

@media (max-width: 576px) {
	.testimonials__slide-blockquote {
		font-size: 14px;
	}
}

.testimonials__logo-wrapper {
	width: 100px;
	margin: 0 auto;
	margin-top: -100px;
	border-radius: 100%;
	padding: 10px;
	background-color: white;
	align-self: center;
}

.testimonials__logo-wrapper > img {
	width: 100%;
	border-radius: 20px;
}

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

.testimonials__slide-buttons > button {
	display: flex;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #909090;
	padding: 12px;
	gap: 8px;
}

@media (max-width: 1380px) {
	.testimonials__slide-buttons > button {
		padding: 10px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.testimonials__slide-buttons > button {
		font-size: 12px;
	}
}

.testimonials__slide-media {
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
}

.testimonials__slide-media img,
.testimonials__slide-media svg {
	width: 20px;
}

.partners-swiper {
	position: relative;
	user-select: none;
	padding-bottom: 65px;
}

.partners-swiper .swiper-wrapper {
	margin-top: 30px;
	align-items: center;
}

.partners-swiper .swiper-pagination {
	top: 80px;
	height: fit-content;
	align-items: center;
}

.partners-swiper img {
	height: 100px;
	width: 100%;
	object-fit: contain;
	filter: grayscale(1);
}

.swiper-pagination-bullet-active {
	background-color: #ffb300 !important;
	width: 12px !important;
	height: 12px !important;
	margin-bottom: -2px !important;
}

.solar-protection > img {
	margin: 48px 0;
	width: 100%;
}

@media (max-width: 1024px) {
	.solar-protection > img {
		display: none;
	}
}

@media (max-width: 768px) {
	.solar-protection {
		margin-bottom: 48px;
	}
}

.solar__subtitle {
	color: #292424;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 25px;
}

@media (max-width: 1024px) {
	.solar__subtitle {
		display: none;
	}
}

@media (max-width: 1024px) {
	.solar__subtitle:first-child {
		display: block;
	}
}

.solar__description {
	display: flex;
	gap: 25px;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: justify;
}

.solar__description > span {
	width: 50%;
}

@media (max-width: 1024px) {
	.solar__description {
		display: flex;
		gap: 0;
		flex-direction: column;
		margin-bottom: 25px;
	}
	.solar__description > span {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.solar__description > span {
		font-size: 16px;
	}
}

.solar__read-more {
	display: none;
}

.solar__read-more > span {
	color: #ffb300;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

@media (max-width: 1024px) {
	.solar__read-more {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
		margin: 0 auto;
		padding: 0;
	}
}

.solar__functions {
	display: flex;
	gap: 25px;
	margin-bottom: 50px;
	text-align: justify;
}

.solar__functions > div {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

@media (max-width: 1024px) {
	.solar__functions {
		display: none;
	}
}

.solar__assortment {
	display: flex;
	gap: 25px;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: justify;
}

.solar__assortment > span {
	width: 50%;
}

@media (max-width: 1024px) {
	.solar__assortment {
		display: none;
	}
}

.footer-wrapper {
	border-top: 1px solid #d7d7d7;
	padding-top: 52px;
	padding-bottom: 34px;
}

@media (max-width: 1024px) {
	.footer-wrapper {
		padding: 0;
	}
}

.footer {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

@media (max-width: 1380px) {
	.footer {
		padding: 10px 0;
	}
	.footer a {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.footer {
		flex-direction: column;
		padding-bottom: 48px;
		gap: 40px;
	}
}

@media (max-width: 768px) {
	.footer {
		padding-top: 40px;
		padding-bottom: 15px;
	}
}

.footer__logo-section {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (max-width: 1024px) {
	.footer__logo-section > img {
		width: 190px;
	}
}

.footer__logo-info-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer__logo-info-wrapper span {
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

@media (max-width: 1024px) {
	.footer__logo-info-wrapper span {
		line-height: 140%;
	}
}

@media (max-width: 1380px) {
	.footer__logo-info-wrapper span {
		font-size: 14px;
	}
}

.footer__logo-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer__logo-hours {
	color: #ffb300 !important;
}

.footer__logo-images {
	display: flex;
	align-items: center;
	gap: 16px;
}

.footer__logo-images > img {
	cursor: pointer;
}

@media (max-width: 1380px) {
	.footer__logo-images > img {
		width: 60px;
	}
}

.footer__list-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer__list-wrapper > p {
	color: #292424;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	cursor: default;
}

@media (max-width: 1380px) {
	.footer__list-wrapper ul {
		gap: 4px;
	}
}

@media (max-width: 1380px) {
	.footer__list-wrapper {
		gap: 12px;
	}
}

@media (max-width: 1024px) {
	.list-wrapper--none {
		display: none;
	}
}

.footer__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.footer__list-response-wrapper {
	display: none;
}

@media (max-width: 1024px) {
	.footer__list-response-wrapper {
		display: flex;
		justify-content: space-between;
		gap: 24px;
	}
}

.footer__list-response {
	display: flex;
	flex-direction: column;
	gap: 24px;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.footer__list-response > p {
	color: #292424;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

.footer__contacts-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer__contacts-wrapper > p {
	color: #292424;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	cursor: default;
}

.footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer__contacts-item {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.footer__contacts-item > img {
	width: 41px;
	border-radius: 8px;
}

@media (max-width: 1380px) {
	.footer__contacts-item > img,
	.footer__contacts-item > svg {
		width: 30px;
	}
	.footer__contacts-item span {
		font-size: 14px;
	}
}

.categories__page-nav-info {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 0;
}

.categories__page-nav-info > span {
	color: #292424;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 768px) {
	.categories__page-nav-info > span {
		color: #292424;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%;
	}
}

@media (max-width: 1024px) {
	.categories__page-nav-info {
		padding-left: 11.5px;
	}
}

.categories__page-nav {
	color: #292424;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
	padding-bottom: 25px;
}

@media (max-width: 1024px) {
	.categories__page-nav {
		padding-left: 11.5px;
	}
}

@media (max-width: 768px) {
	.categories__page-nav {
		display: none;
	}
}

.categories__hero {
	position: relative;
	height: 500px;
	border-radius: 16px;
	color: white;
	font-size: 100px;
	font-weight: 900;
	line-height: 100%;
	backdrop-filter: blur(0px);
}

.categories__hero > img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.categories__hero {
		height: 400px;
		width: 100%;
		border-radius: 0px;
	}
	.categories__hero > img {
		border-radius: 0px;
	}
}

.categories__hero > b {
	display: none;
	color: #fafafa;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
}

@media (max-width: 768px) {
	.categories__hero > b {
		position: absolute;
		display: block;
		bottom: 27%;
		left: 20px;
	}
}

@media (max-width: 576px) {
	.categories__hero {
		height: 300px;
		width: 100%;
	}
}

.categories__products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	margin-top: 60px;
}

@media (max-width: 1024px) {
	.categories__products {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.categories__products {
		grid-template-columns: 1fr;
		margin-top: 24px;
		gap: 16px;
	}
}

.categories__product {
	text-align: center;
	padding: 18px;
	border-radius: 16px;
	background: white;
	border-radius: 16px;
	border: 1px solid var(--gray-02, #d7d7d7);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.categories__product {
		display: flex;
		align-items: center;
		padding: 0;
	}
	.categories__product > div {
		padding: 16px;
		width: 100%;
	}
	.categories__product > div:first-child {
		padding-bottom: 0;
	}
	.categories__product > div:last-child {
		padding-top: 0;
	}
}

.categories__product-img {
	height: 214px;
	object-fit: cover;
	border-radius: 16px;
	margin-bottom: 24px;
	width: 100%;
}

@media (max-width: 768px) {
	.categories__product-img {
		object-fit: cover;
		width: 80px;
		height: 100%;
		margin-bottom: 0;
		border-radius: 0;
		border-top-left-radius: 16px;
		border-bottom-left-radius: 16px;
	}
}

.categories__product-text {
	color: #292424;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	text-align: left;
}

.categories__product-text b {
	color: #088dd1;
	font-weight: 800;
}

@media (max-width: 768px) {
	.categories__product-text {
		font-size: 16px;
	}
}

.categories__product-title {
	min-height: 60px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.categories__product-title > img {
	margin-right: 12px;
	height: 34px;
	width: auto;
}

.categories__product-title > b {
	text-align: left;
	text-transform: uppercase;
	color: #088dd1;
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
}

@media (max-width: 1470px) {
	.categories__product-title > b {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.categories__product-title > b {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.categories__product-title > b {
		margin-left: 8px;
	}
}

.categories__line {
	width: 100%;
	margin: 12px 0;
	border-top: 1px solid #d7d7d7;
}

@media (max-width: 768px) {
	.categories__line {
		margin: 8px 0;
	}
}

.categories__product-info {
	display: flex;
	justify-content: space-between;
}

.categories__product-info > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

@media (max-width: 768px) {
	.categories__product-info > div {
		gap: 8px;
	}
}

@media (max-width: 768px) {
	.categories__product-info {
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.categories__product-info {
		gap: 8px;
	}
}

.productpage__hero {
	position: relative;
	height: 700px;
	border-radius: 16px;
	color: white;
	backdrop-filter: blur(0px);
}

.productpage__hero > img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 16px;
}

@media (max-width: 576px) {
	.productpage__hero > img {
		height: 300px;
	}
}

@media (max-width: 1024px) {
	.productpage__hero {
		height: 500px;
	}
}

@media (max-width: 768px) {
	.productpage__hero {
		display: flex;
		flex-direction: column;
		gap: 24px;
		height: auto;
	}
}

.productpage__hero-content {
	z-index: 3;
	position: absolute;
	top: 24px;
	left: 24px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 24px;
	border-radius: 16px;
	background: linear-gradient(142deg, #0694dc 0%, #0694dc 41.67%, #58c7ff 100%);
}

.productpage__hero-content > div {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	text-align: center;
}

@media (max-width: 768px) {
	.productpage__hero-content > div {
		gap: 6px;
	}
}

.productpage__hero-content p {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

@media (max-width: 768px) {
	.productpage__hero-content p {
		color: #fff;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.productpage__hero-content b {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0.5px;
}

@media (max-width: 768px) {
	.productpage__hero-content b {
		color: #fff;
		font-size: 30px;
		font-style: normal;
		font-weight: 800;
		line-height: 110%;
	}
}

.productpage__hero-content span {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 768px) {
	.productpage__hero-content span {
		color: #fff;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

@media (max-width: 768px) {
	.productpage__hero-content {
		padding: 20px !important;
		position: relative;
		padding: 20px 0;
		gap: 0;
		justify-content: space-around;
		width: 100%;
		top: 0;
		left: 0;
	}
	.productpage__hero-content p {
		font-size: 14px;
	}
	.productpage__hero-content b {
		font-size: 24px;
	}
}

.product__badge-line {
	width: auto;
	height: 50px;
}

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

@media (max-width: 768px) {
	.productpage__advantages {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
}

.productpage__advantages-info-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.productpage__advantages-info-wrapper > p {
	margin: 0;
	width: 75%;
	color: #292424;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 1380px) {
	.productpage__advantages-info-wrapper > p {
		font-size: 28px;
	}
}

.productpage__advantages-info {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-bottom: 3px;
}

.productpage__advantages-info span {
	font-size: 20px;
	font-weight: 400;
}

@media (max-width: 768px) {
	.productpage__advantages-info span {
		width: 100%;
	}
}

.productpage__advantages-info img {
	width: 60px;
	height: 60px;
}

@media (max-width: 768px) {
	.productpage__advantages-info img {
		width: 40px;
		height: 40px;
	}
}

.productpage__advantages-info > div {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #292424;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

@media (max-width: 1024px) {
	.productpage__advantages-info > div {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.productpage__advantages-info > div {
		gap: 8px;
		color: #292424;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

@media (max-width: 1380px) {
	.productpage__advantages-info span {
		font-size: 16px;
	}
	.productpage__advantages-info img {
		width: 40px;
		height: 40px;
	}
}

@keyframes heartbeat {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.productpage__order-wrapper {
	position: relative;
	background: linear-gradient(142deg, #ffb300 0%, #ffb508 41.67%, #ffda84 100%);
	border-radius: 16px;
	padding: 36px;
	width: 670px;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	gap: 16px;
}

.productpage__order-wrapper svg {
	height: 120px;
	width: 120px;
	fill: #fff;
	position: absolute;
	top: 42.5px;
	right: 50px;
	animation: heartbeat 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@media (max-width: 1380px) {
	.productpage__order-wrapper {
		padding: 18px;
	}
	.productpage__order-wrapper svg {
		height: 110px;
		width: 110px;
		top: 22px;
		right: 30px;
	}
}

@media (max-width: 768px) {
	.productpage__order-wrapper {
		width: 100%;
		max-width: unset;
		gap: 0;
	}
	.productpage__order-wrapper svg {
		height: 65px;
		width: 65px;
		top: 40px;
	}
}

.productpage__order {
	background: linear-gradient(142deg, #ffb300 0%, #ffb508 41.67%, #ffda84 100%);
	border-radius: 16px;
}

.productpage__order-text {
	color: #fff;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

@media (max-width: 1380px) {
	.productpage__order-text {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.productpage__order-text {
		display: none;
		color: #fff;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
	}
}

.productpage__order-types {
	display: flex;
	margin-bottom: 24px;
}

.productpage__order-types > button {
	padding: 12px 8px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 768px) {
	.productpage__order-types > button {
		color: #fff;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 140%;
	}
}

.productpage__order-types .active {
	border-bottom: 2px solid white;
}

@media (max-width: 1380px) {
	.productpage__order-types > button {
		padding: 4px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.productpage__order-types {
		margin-bottom: 12px;
	}
}

.productpage__order-btn {
	padding: 14px 0;
	display: block;
	width: 100%;
	color: #ffb300;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
	text-transform: uppercase;
}

.productpage__inputs {
	width: 60%;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 12px;
}

@media (max-width: 768px) {
	.productpage__inputs {
		width: 70%;
		gap: 6px;
	}
}

.productpage__input {
	padding: 16px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.4);
	color: white;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	width: 100%;
	text-transform: uppercase;
}

.productpage__input:focus {
	outline: 1px solid white;
	outline-color: white;
}

.productpage__input::placeholder {
	color: white;
}

.productpage__price-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 48px;
}

.productpage__price-wrapper > img {
	width: 100%;
	max-width: 50%;
	object-fit: cover;
	border-radius: 16px;
}

@media (max-width: 960px) {
	.productpage__price-wrapper > img {
		max-width: none;
		max-height: 300px;
	}
}

.productpage__price-wrapper > p {
	display: none;
}

@media (max-width: 768px) {
	.productpage__price-wrapper > p {
		display: flex;
		align-self: flex-start;
		color: #292424;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
	}
}

@media (max-width: 1024px) {
	.productpage__price-wrapper {
		gap: 24px;
	}
	.productpage__price-wrapper > img {
		height: 50%;
		width: 50%;
	}
}

@media (max-width: 768px) {
	.productpage__price-wrapper {
		flex-direction: column;
		grid-template-columns: 1fr;
		align-items: center;
		justify-content: center;
	}
	.productpage__price-wrapper > img {
		width: 100%;
		height: 500px;
	}
}

@media (max-width: 768px) {
	.productpage__price-wrapper {
		flex-direction: column;
		gap: 16px;
	}
}

@media (max-width: 576px) {
	.productpage__price-wrapper > img {
		height: 300px;
	}
}

.productpage__price {
	width: 100%;
	height: fit-content;
	overflow: scroll;
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-radius: 16px;
	background: #fff;
	padding: 16px 24px;
	border-radius: 16px;
	box-shadow: 5px 5px 15px 0px rgba(167, 167, 167, 0.15);
}

.productpage__price::-webkit-scrollbar {
	display: none;
}

.productpage__price > p {
	margin: 0;
	color: #292424;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

@media (max-width: 1380px) {
	.productpage__price > p {
		margin: 8px 0;
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.productpage__price {
		box-shadow: none;
		padding: 0;
		border-radius: 0;
	}
}

.product-price__wrapper {
	width: 100%;
	height: fit-content;
	overflow: scroll;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.product-price__wrapper::-webkit-scrollbar {
	display: none;
}

.product-price__wrapper > p {
	margin-bottom: 12px;
	color: #292424;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

@media (max-width: 768px) {
	.product-price__wrapper > p {
		display: none;
	}
}

@media (max-width: 768px) {
	.product-price__wrapper {
		box-shadow: none;
		padding: 0;
		max-height: none !important;
	}
}

.productpage__price-item {
	background: #fafafa;
	padding: 8px 16px;
	border-radius: 16px;
	width: 100%;
}

.productpage__price-item p {
	width: 100%;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	padding-right: 32px;
}

@media (max-width: 1380px) {
	.productpage__price-item p {
		font-size: 16px;
	}
}

.productpage__price-grid-wrapper.price-active
.productpage__price-dropdown-grid {
	max-height: 285px;
	overflow: scroll;
}

.productpage__price-grid-wrapper.price-active
.productpage__price-dropdown-grid::-webkit-scrollbar {
	display: none;
}

.productpage__price-grid-wrapper.price-active
.productpage__price-dropdown-grid
div
.orange {
	min-width: 20px;
}

@media (max-width: 1380px) {
	.productpage__price-grid-wrapper.price-active
.productpage__price-dropdown-grid
div
.orange {
		min-width: 15px;
	}
}

.productpage__price-item.price-active .productpage__price-dropdown-grid {
	display: grid;
}

.productpage__price-dropdown {
	display: flex;
	align-items: center;
	font-weight: 400;
	cursor: pointer;
}

.productpage__price-dropdown > div {
	margin-left: auto;
}

.productpage__price-dropdown-img {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	width: 38.5px;
	height: 34.5px;
	background-color: #909090;
	transition: all 0.3s ease-in-out;
}

.productpage__price-dropdown-img > svg {
	transition: all 0.3s ease-in-out;
}

.price-img-active {
	background-color: #ffb300;
}

.price-img-active > svg {
	transform: scaleY(-1);
}

.productpage__price-grid-wrapper {
	display: grid;
	grid-template-rows: 0fr;
	padding-top: -32px;
	transition: grid-template-rows 0.4s ease-out,
 0.4s padding ease-out;
}

.price-active {
	grid-template-rows: 1fr;
}

.productpage__price-dropdown-grid {
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr;
	text-align: center;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.productpage__price-dropdown-grid > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
}

.productpage__price-dropdown-grid > div:first-child {
	padding: 12px 8px;
}

.productpage__price-dropdown-grid > div:nth-child(even) {
	border-radius: 8px;
	background: #fff;
}

.productpage__price-dropdown-grid > div > span:last-child {
	width: 100px;
	min-width: max-content;
}

@media (max-width: 1380px) {
	.productpage__price-dropdown-grid {
		font-size: 14px;
	}
	.productpage__price-dropdown-grid > div {
		gap: 8px;
	}
}

@media (max-width: 768px) {
	.productpage__price-dropdown-grid > div > span:nth-child(2) {
		width: 100%;
	}
	.productpage__price-dropdown-grid > div:nth-last-child(-n + 2) {
		display: flex;
	}
}

.orange {
	color: #ffb300 !important;
}

.orange > span {
	color: #ffb300 !important;
}

.productpage__features-wrapper {
	display: flex;
	gap: 48px;
	align-items: center;
}

.productpage__features-wrapper > span {
	display: none;
	color: #292424;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.productpage__features-wrapper > span > b {
	color: #ffb300;
}

@media (max-width: 768px) {
	.productpage__features-wrapper > span {
		display: block;
	}
}

.productpage__features-wrapper > img {
	max-height: 580px;
	width: 680px;
	max-width: 50%;
	object-fit: cover;
	border-radius: 16px;
}

@media (max-width: 1024px) {
	.productpage__features-wrapper > img {
		height: 400px;
	}
}

@media (max-width: 768px) {
	.productpage__features-wrapper {
		flex-direction: column-reverse;
		gap: 16px;
	}
	.productpage__features-wrapper > img {
		max-width: none;
		width: 80%;
		height: 400px;
	}
	.productpage__features-wrapper > span {
		font-size: 22px;
	}
}

@media (max-width: 576px) {
	.productpage__features-wrapper > img {
		width: 100%;
		height: 255px;
	}
}

.productpage__features {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.productpage__features > span {
	color: #292424;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

.productpage__features > span > b {
	color: #ffb300;
}

@media (max-width: 768px) {
	.productpage__features > span {
		display: none;
	}
}

@media (max-width: 1380px) {
	.productpage__features {
		gap: 32px;
	}
	.productpage__features > span {
		font-size: 28px;
	}
}

@media (max-width: 1024px) {
	.productpage__features > span {
		color: #292424;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
	}
}

.productpage__features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.productpage__features-grid span {
	width: 75%;
	color: #292424;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

@media (max-width: 768px) {
	.productpage__features-grid span {
		color: #292424;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.productpage__features-grid > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 16px;
}

@media (max-width: 768px) {
	.productpage__features-grid > div {
		gap: 12px;
	}
}

.productpage__features-grid img {
	width: 60px;
	height: 60px;
}

@media (max-width: 768px) {
	.productpage__features-grid img {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 1380px) {
	.productpage__features-grid {
		gap: 18px;
	}
	.productpage__features-grid img {
		height: 40px;
		width: 40px;
	}
	.productpage__features-grid span {
		font-size: 16px;
	}
	.productpage__features-grid > div {
		gap: 10px;
	}
}

@media (max-width: 1024px) {
	.productpage__features-grid span {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.productpage__features-grid {
		padding-top: 25px;
		font-size: 16px;
		gap: 12px;
	}
}

.productpage__measurement {
	position: relative;
	margin-bottom: 240px;
}

.productpage__measurement > img {
	width: 100%;
	border-radius: 16px;
}

@media (max-width: 1024px) {
	.productpage__measurement {
		margin-bottom: 0px;
	}
	.productpage__measurement > img {
		display: none;
	}
}

.productpage__measurement-timetable {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -200px;
	display: flex;
	gap: 24px;
	width: 790px;
	padding: 24px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(167, 167, 167, 0.25);
}

@media (max-width: 1024px) {
	.productpage__measurement-timetable {
		width: 100%;
		position: static;
		left: 0;
		transform: translateX(0);
	}
}

@media (max-width: 1024px) {
	.productpage__measurement-timetable {
		flex-direction: column;
	}
}

.productpage__measurement-inputs-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 362px;
	height: fit-content;
}

@media (max-width: 1024px) {
	.productpage__measurement-inputs-wrapper {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.productpage__measurement-inputs-wrapper {
		gap: 16px;
	}
}

@media (max-width: 576px) {
	.productpage__measurement-inputs-wrapper {
		gap: 12px;
	}
}

.productpage__measurement-inputs {
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (max-width: 1024px) {
	.productpage__measurement-inputs {
		display: none;
	}
}

.productpage__measurement-inputs-responsive {
	display: none;
}

@media (max-width: 1024px) {
	.productpage__measurement-inputs-responsive {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}
	.productpage__measurement-inputs-responsive > div {
		display: flex;
		gap: 6px;
	}
	.productpage__measurement-inputs-responsive input {
		width: 100%;
	}
}

.productpage__measurement-input {
	border-radius: 8px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 12px;
	color: #3e3e33;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.productpage__measurement-input::placeholder {
	color: #d7d7d7;
}

.productpage__measurement-input:focus {
	outline: 1px solid #ffb300;
	border: none;
}

@media (max-width: 576px) {
	.productpage__measurement-input {
		color: #3e3e33;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.productpage__measurement-button-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (max-width: 1024px) {
	.productpage__measurement-button-wrapper {
		display: none;
	}
}

.productpage__measurement-description {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.productpage__measurement-description > b {
	color: #ffb300;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

.productpage__measurement-description > span {
	color: #292424;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 1380px) {
	.productpage__measurement-description > b {
		font-size: 28px;
	}
}

@media (max-width: 576px) {
	.productpage__measurement-description {
		gap: 6px;
	}
	.productpage__measurement-description > b {
		color: #ffb300;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
	}
	.productpage__measurement-description > span {
		color: #292424;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.productpage__measurement-button {
	border-radius: 8px;
	background: #ffb300;
	padding: 12px 24px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
	text-transform: uppercase;
}

.productpage__measurement-callback {
	color: #292424;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.productpage__measurement-callback > b {
	color: #ffb300;
}

.productpage__measurement-calendar {
	width: 355px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (max-width: 1024px) {
	.productpage__measurement-calendar {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.productpage__measurement-calendar {
		gap: 12px;
	}
}

.productpage__measurement-month-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.productpage__measurement-month {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.productpage__measurement-month > b {
	color: #ffb300;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.productpage__measurement-month > img {
	margin-left: auto;
	cursor: pointer;
}

.productpage__measurement-date {
	min-height: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.productpage__measurement-date > div {
	padding: 6px;
	border-radius: 8px;
	cursor: pointer;
	color: #292424;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 576px) {
	.productpage__measurement-date {
		gap: 6px;
	}
}

.productpage__measurement-date-inactive {
	opacity: 0.20000000298023224;
}

.productpage__measurement-date-active {
	padding: 6px;
	border-radius: 8px;
	background: #ffb300;
	color: white !important;
}

.productpage__measurement__time {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding: 24px;
	border-radius: 16px;
	border: 1px solid #ffb300;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.productpage__measurement__time > button {
	padding: 12px;
	border-radius: 8px;
	background: #fafafa;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 576px) {
	.productpage__measurement__time > button {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

@media (max-width: 576px) {
	.productpage__measurement__time {
		padding: 12px;
		gap: 6px;
	}
}

.productpage__measurement__time-inactive > span {
	opacity: 0.4000000059604645;
}

.productpage__measurement__time-active {
	color: white;
	background-color: #ffb300 !important;
}

.productpage__description {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.productpage__description > b {
	color: #292424;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

.productpage__description > span {
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 1024px) {
	.productpage__description > span {
		font-size: 16px;
	}
	.productpage__description > b {
		font-size: 24px;
	}
}

.productpage__description-btn {
	display: flex;
	align-items: center;
	gap: 12px;
}

.productpage__description-btn > span {
	color: #ffb300;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 1024px) {
	.productpage__description-btn > span {
		font-size: 14px;
	}
}

.singlepage__hero-response {
	display: none;
	color: #292424;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 1024px) {
	.singlepage__hero-response {
		display: block;
	}
}

.singlepage__advantages {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 48px;
}

@media (max-width: 1024px) {
	.singlepage__advantages {
		flex-direction: column-reverse;
	}
}

.singlepage__info {
	width: 680px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.singlepage__info > p {
	color: #292424;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 12px;
}

@media (max-width: 768px) {
	.singlepage__info > p {
		font-size: 26px;
	}
}

.singlepage__info > div {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 1024px) {
	.singlepage__info > div {
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.singlepage__info > div {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

@media (max-width: 1024px) {
	.singlepage__info {
		align-self: flex-start;
		width: 100%;
	}
}

.singlepage__construction-description {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}

.singlepage__construction-description > b {
	color: #292424;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}

@media (max-width: 768px) {
	.singlepage__construction-description > b {
		font-size: 26px;
	}
}

.singlepage__construction-description > span {
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 768px) {
	.singlepage__construction-description > span {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.singlepage__construction-description {
		gap: 18px;
	}
}

.singlepage__construction-info {
	display: flex;
	align-items: center;
	gap: 24px;
}

@media (max-width: 1024px) {
	.singlepage__construction-info {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.singlepage__construction-info {
		gap: 12px;
	}
}

.singlepage__construction-item {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 18px;
	border-radius: 16px;
	border: 1px solid #d7d7d7;
}

.singlepage__construction-item > img {
	object-fit: cover;
	border-radius: 16px;
	width: 100%;
}

.singlepage__construction-item > span {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 576px) {
	.singlepage__construction-item > span {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.singlepage__construction-item b {
	color: #088dd1;
}

@media (max-width: 1024px) {
	.singlepage__construction-item {
		width: 60%;
	}
}

@media (max-width: 768px) {
	.singlepage__construction-item {
		width: 80%;
		padding: 12px;
		gap: 12px;
	}
}

@media (max-width: 530px) {
	.singlepage__construction-item {
		width: 100%;
	}
}

.singlepage__other {
	overflow: hidden;
}

.singlepage__title-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}

.singlepage__title-wrapper > b {
	color: #292424;
	font-size: 36px;
	font-weight: 600;
	line-height: 110%;
}

@media (max-width: 768px) {
	.singlepage__title-wrapper > b {
		font-size: 26px;
	}
}

@media (max-width: 1024px) {
	.singlepage__title-wrapper {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.singlepage__title-wrapper {
		margin-bottom: 24px;
	}
}

.singlepage__other-slide {
	height: 658px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px;
	border-radius: 16px;
	border: 1px solid #d7d7d7;
}

.singlepage__other-slide > img {
	border-radius: 16px;
}

@media (max-width: 991px) {
	.singlepage__other-slide {
		width: 500px;
		height: 630px;
	}
}

@media (max-width: 768px) {
	.singlepage__other-slide {
		height: 600px;
	}
}

@media (max-width: 576px) {
	.singlepage__other-slide {
		width: 100%;
		height: 450px;
		padding: 12px;
	}
}

.singlepage__slide-img-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.singlepage__slide-img-wrapper > b {
	color: #292424;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

@media (max-width: 768px) {
	.singlepage__slide-img-wrapper > b {
		color: #292424;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
}

.singlepage__slide-img-wrapper > span {
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	opacity: 0.5;
}

@media (max-width: 768px) {
	.singlepage__slide-img-wrapper > span {
		color: #292424;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

@media (max-width: 576px) {
	.singlepage__slide-img-wrapper {
		gap: 12px;
	}
}

.singlepage__slide-img {
	position: relative;
	height: 360px;
	border-radius: 16px;
}

@media (max-width: 576px) {
	.singlepage__slide-img {
		height: 200px;
	}
}

.singlepage__slide-img > img {
	border-radius: 16px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.singlepage__slide-img-content {
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 14px 14px 0;
}

.singlepage__slide-img-content > div {
	cursor: pointer;
	color: #292424;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	border-radius: 8px;
	background: #fafafa;
	padding: 16px 20px;
}

.singlepage__other-readmore {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0;
}

.singlepage__other-readmore > a {
	color: #088dd1;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.singlepage__title-buttons {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: auto;
}

.singlepage__title-buttons > button {
	padding: 0;
	cursor: pointer;
}

.singlepage__swiper-pagination-wrapper {
	display: none;
	text-align: center;
	margin-top: 24px;
}

@media (max-width: 991px) {
	.singlepage__swiper-pagination-wrapper {
		display: block;
	}
}

.archive__nav-subtitle {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 24px;
}

.archive__nav-subtitle > b {
	color: #292424;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
}

@media (max-width: 576px) {
	.archive__nav-subtitle > b {
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
	}
}

.archive__nav-subtitle > span {
	display: none;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 576px) {
	.archive__nav-subtitle > span {
		display: block;
	}
}

.archive__products-wrapper {
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.archive__products-wrapper {
		margin-bottom: 24px;
	}
}

.archive__products-selector {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

.archive__products-selector .active {
	background: #ffb300;
	padding: 16px 20px;
	color: #fafafa;
}

.archive__selector-active {
	border-radius: 8px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	cursor: pointer;
}

.archive__selector {
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 16px 20px;
	color: #292424;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	border-radius: 8px;
	background: #fafafa;
	cursor: pointer;
}

.archive__selector-default {
	padding: 16px 20px;
	color: #292424;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	border-radius: 8px;
	background: #fafafa;
	cursor: pointer;
}

.archive__product-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}

@media (max-width: 1024px) {
	.archive__product-grid {
		grid-template-columns: 1fr 1fr;
	}
	.archive__product-grid > div:nth-child(-n + 3) {
		display: none;
	}
}

@media (max-width: 991px) {
	.archive__product-grid {
		grid-template-columns: 1fr;
	}
	.archive__product-grid > div:nth-child(-n + 6) {
		display: none;
	}
}

.archive__product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px;
	border-radius: 16px;
	border: 1px solid #d7d7d7;
	justify-self: center;
	gap: 20px;
	max-height: 658px;
}

.archive__product > img {
	border-radius: 16px;
}

@media (max-width: 991px) {
	.archive__product {
		height: 620px;
		width: 500px;
	}
}

@media (max-width: 768px) {
	.archive__product {
		height: 100%;
		justify-content: flex-start;
		gap: 12px;
	}
}

@media (max-width: 576px) {
	.archive__product {
		padding: 12px;
		width: 100%;
	}
}

.archive__product-img-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.archive__product-img-wrapper > b {
	color: #292424;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

@media (max-width: 576px) {
	.archive__product-img-wrapper > b {
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
}

.archive__product-img-wrapper > span {
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	opacity: 0.5;
}

@media (max-width: 576px) {
	.archive__product-img-wrapper > span {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.archive__product-img {
	position: relative;
	height: 360px;
	border-radius: 16px;
	background: lightgrey;
}

.archive__product-img > img {
	border-radius: 16px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.archive__product-img {
		height: 200px;
	}
}

.archive__product-img-content {
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 14px 14px 0;
}

.archive__product-img-content > div {
	cursor: pointer;
	color: #292424;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	border-radius: 8px;
	background: #fafafa;
	padding: 16px 20px;
}

.archive__product-readmore {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0;
}

.archive__product-readmore > span {
	color: #088dd1;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.portfolio__product-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
	margin-bottom: 60px;
}

@media (max-width: 1470px) {
	.portfolio__product-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.portfolio__product-grid > div:nth-child(-n + 3) {
		display: none;
	}
}

@media (max-width: 1470px) {
	.portfolio__product-grid > div:nth-child(-n + 6) {
		display: none;
	}
}

@media (max-width: 1024px) {
	.portfolio__product-grid {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 24px;
	}
	.portfolio__product-grid > div:nth-child(-n + 8) {
		display: none;
	}
}

@media (max-width: 768px) {
	.portfolio__product-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

.portfolio__product {
	position: relative;
	border-radius: 16px;
	width: 338px;
	height: 302px;
	justify-self: center;
}

.portfolio__product > img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}

@media (max-width: 1470px) {
	.portfolio__product {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.portfolio__product {
		width: 330px;
	}
}

@media (max-width: 768px) {
	.portfolio__product {
		width: 357px;
		height: 302px;
	}
}

.portfolio__products-selector {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

@media (max-width: 576px) {
	.portfolio__products-selector {
		justify-content: center;
	}
}

.portfolio__selector-active {
	border-radius: 8px;
	background: #ffb300;
	padding: 16px 20px;
	color: #fafafa;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	cursor: pointer;
}

.portfolio__selector-dropdown {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 16px 20px;
	color: #292424;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	border-radius: 8px;
	background: #fafafa;
	cursor: pointer;
}

.portfolio__selector-default {
	padding: 16px 20px;
	color: #292424;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	border-radius: 8px;
	background: #fafafa;
	cursor: pointer;
}

.portfolio__order-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.portfolio__order-section > img {
	border-radius: 16px;
}

@media (max-width: 768px) {
	.portfolio__order-section > img {
		width: 550px;
	}
}

@media (max-width: 576px) {
	.portfolio__order-section > img {
		width: 100%;
		height: 300px;
	}
}

@media (max-width: 1024px) {
	.portfolio__order-section {
		width: auto;
		grid-template-columns: 1fr;
		justify-content: center;
		width: 650px;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.portfolio__order-section {
		width: 100%;
	}
}

.portfolio__order-wrapper {
	background: linear-gradient(142deg, #ffb300 0%, #ffb508 41.67%, #ffda84 100%);
	border-radius: 16px;
	padding: 37px 39px 36px 39px;
	height: fit-content;
	width: 670px;
	margin-left: -100px;
}

@media (max-width: 1380px) {
	.portfolio__order-wrapper {
		width: 550px;
		margin-left: -100px;
		padding: 16px;
	}
}

@media (max-width: 1024px) {
	.portfolio__order-wrapper {
		margin-left: 0;
		margin-top: -100px;
		width: 500px;
	}
}

@media (max-width: 768px) {
	.portfolio__order-wrapper {
		padding: 0;
	}
}

@media (max-width: 576px) {
	.portfolio__order-wrapper {
		width: 100%;
	}
}

.portfolio__order {
	background: linear-gradient(142deg, #ffb300 0%, #ffb508 41.67%, #ffda84 100%);
	border-radius: 16px;
	padding: 24px;
	border: 1px solid rgba(250, 250, 250, 0.2);
}

.portfolio__order-text {
	color: #fff;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 24px;
}

@media (max-width: 1380px) {
	.portfolio__order-text {
		font-size: 24px;
		margin-bottom: 16px;
	}
}

@media (max-width: 768px) {
	.portfolio__order-text {
		color: #fff;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
		margin-bottom: 12px;
	}
}

.portfolio__order-types {
	display: flex;
	margin-bottom: 24px;
}

.portfolio__order-types > button {
	padding: 12px 8px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 768px) {
	.portfolio__order-types > button {
		color: #fff;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 140%;
	}
}

.portfolio__order-types .active {
	border-bottom: 2px solid white;
}

@media (max-width: 1380px) {
	.portfolio__order-types {
		margin-bottom: 16px;
	}
	.portfolio__order-types button {
		padding: 8px 4px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.portfolio__order-types {
		margin-bottom: 12px;
	}
}

.portfolio__inputs {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.portfolio__inputs > input:focus {
	outline: 1px solid white;
}

@media (max-width: 768px) {
	.portfolio__inputs {
		gap: 6px;
		margin-bottom: 6px;
	}
}

.portfolio__input {
	padding: 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	width: 100%;
}

.portfolio__input::placeholder {
	color: white;
}

.portfolio__order-btn {
	display: block;
	width: 100%;
	color: #ffb300;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
	text-transform: uppercase;
	padding: 10px 0;
}

@media (max-width: 768px) {
	.portfolio__order-btn {
		color: #ffb300;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 140%;
		text-transform: uppercase;
	}
}

.architects__features-wrapper {
	display: flex;
	gap: 48px;
}

.architects__features-wrapper span {
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 1024px) {
	.architects__features-wrapper span {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.architects__features-wrapper {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.architects__features-wrapper {
		gap: 24px;
	}
}

.architects__features-description {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 50%;
}

@media (max-width: 768px) {
	.architects__features-description > span:first-child {
		display: none;
	}
}

@media (max-width: 1024px) {
	.architects__features-description {
		width: 100%;
	}
}

.architects__features-description-response {
	display: none;
	flex-direction: column;
	gap: 24px;
	background: #fff;
}

.architects__features-description-response > div {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.architects__features-description-response b {
	color: #088dd1;
}

.architects__features-description-response button {
	padding: 12px 24px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
	text-transform: uppercase;
	border-radius: 8px;
	background: #ffb300;
}

@media (max-width: 768px) {
	.architects__features-description-response {
		display: flex;
	}
}

@media (max-width: 576px) {
	.architects__features-description-response {
		color: #292424;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.architects__features {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.architects__features > b {
	color: #292424;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

@media (max-width: 768px) {
	.architects__features > b:first-child {
		display: none;
	}
}

.architects__features-subtitle-response {
	display: none;
	color: #292424;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

@media (max-width: 768px) {
	.architects__features-subtitle-response {
		display: block;
	}
}

.architects__features-item-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.architects__features-item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.architects__features-item > span {
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 768px) {
	.architects__features-item > span {
		color: #292424;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.architects__features-download {
	display: flex;
	flex-direction: column;
	width: 50%;
	gap: 24px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(167, 167, 167, 0.25);
	padding: 24px;
}

.architects__features-download > div {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.architects__features-download b {
	color: #088dd1;
}

.architects__features-download button {
	padding: 12px 24px;
	align-self: flex-start;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
	text-transform: uppercase;
	border-radius: 8px;
	background: #ffb300;
}

@media (max-width: 1024px) {
	.architects__features-download {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.architects__features-download {
		display: none;
	}
}

.architects__features-download-response {
	display: none;
}

@media (max-width: 768px) {
	.architects__features-download-response {
		display: flex;
		flex-direction: column;
		gap: 24px;
		border-radius: 16px;
		background: #fff;
		box-shadow: 0px 5px 20px 0px rgba(167, 167, 167, 0.25);
		padding: 24px;
	}
	.architects__features-download-response > div {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.architects__features-download-response b {
		color: #088dd1;
	}
}

@media (max-width: 576px) {
	.architects__features-download-response {
		padding: 12px;
	}
	.architects__features-download-response span {
		color: #292424;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.corporative__features-wrapper {
	display: flex;
	gap: 48px;
}

@media (max-width: 1024px) {
	.corporative__features-wrapper {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.corporative__features-wrapper {
		gap: 16px;
	}
}

.corporative__features-description {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 50%;
	color: #292424;
}

.corporative__features-description p,
.corporative__features-description li {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.corporative__features-description strong {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

@media (max-width: 768px) {
	.corporative__features-description > span:first-child {
		display: none;
	}
}

.corporative__features-description ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
}

.corporative__features-description ul li {
	position: relative;
	padding-left: 20px;
}

.corporative__features-description ul li::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	content: "";
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #ffb300;
}

@media (max-width: 1024px) {
	.corporative__features-description {
		width: 100%;
	}
}

.corporative__features {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.corporative__features > b {
	color: #292424;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

@media (max-width: 768px) {
	.corporative__features > b:first-child {
		display: none;
	}
}

.corporative__features-subtitle-response {
	display: none;
}

@media (max-width: 768px) {
	.corporative__features-subtitle-response {
		display: block;
		color: #292424;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
	}
}

.corporative__features-item-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.corporative__features-item {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 768px) {
	.corporative__features-item {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.corporative__features-invite {
	display: flex;
	flex-direction: column;
	height: fit-content;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(167, 167, 167, 0.25);
	padding: 24px;
	width: 50%;
}

.corporative__features-invite > a {
	margin-top: 20px;
}

.corporative__features-invite > div {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.corporative__features-invite p {
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.corporative__features-invite p a {
	color: #088dd1;
}

@media (max-width: 768px) {
	.corporative__features-invite p {
		color: #292424;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

@media (max-width: 1024px) {
	.corporative__features-invite {
		width: 100%;
	}
}

.downloading__files-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	margin-bottom: 60px;
}

@media (max-width: 1024px) {
	.downloading__files-wrapper {
		grid-template-columns: 1fr;
		margin-bottom: 24px;
	}
}

.downloading__file {
	position: relative;
	border-radius: 16px;
	justify-self: center;
}

.downloading__file > img {
	border-radius: 16px;
}

@media (max-width: 1470px) {
	.downloading__file {
		width: 100%;
	}
	.downloading__file > img {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.downloading__file {
		width: 500px;
	}
}

@media (max-width: 576px) {
	.downloading__file {
		width: 100%;
	}
}

.downloading__file-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.downloading__file-content > span {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.downloading__file-content-btn {
	width: 190px;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 8px;
	background: #ffb300;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

.contacts__content-wrapper {
	display: flex;
	align-items: center;
	gap: 48px;
}

@media (max-width: 1024px) {
	.contacts__content-wrapper {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.contacts__content-wrapper {
		gap: 24px;
	}
}

.contacts__content-contacts {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	border-radius: 16px;
	background: #fafafa;
	box-shadow: 0px 5px 20px 0px rgba(167, 167, 167, 0.25);
}

@media (max-width: 1470px) {
	.contacts__content-contacts {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.contacts__content-contacts {
		padding: 20px;
	}
}

@media (max-width: 1024px) {
	.contacts__content-contacts {
		padding: 24px;
		width: 100%;
	}
}

.contacts__content-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.contacts__content-item > img {
	width: 50px;
	height: 50px;
}

@media (max-width: 1024px) {
	.contacts__content-item > img {
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 576px) {
	.contacts__content-item > img {
		width: 32px;
		height: 32px;
	}
}

.contacts__content-item span {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 576px) {
	.contacts__content-item span {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.contacts__content-item b {
	color: #088dd1;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 576px) {
	.contacts__content-item b {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.contacts__content-item-description {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.contacts__content-item-description > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

@media (max-width: 576px) {
	.contacts__content-item-description {
		gap: 8px;
	}
}

.contacts__item-span {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 576px) {
	.contacts__item-span {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

.contacts__map-wrapper {
	position: relative;
	border-radius: 16px;
}

.contacts__map-wrapper > img {
	border-radius: 16px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 576px) {
	.contacts__map-wrapper > img {
		height: 340px;
	}
}

@media (max-width: 1024px) {
	.contacts__map-wrapper {
		width: 80%;
	}
}

@media (max-width: 768px) {
	.contacts__map-wrapper {
		width: 100%;
	}
}

.contacts__map-content {
	position: absolute;
	right: 25px;
	top: 25px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 12px 19px 0px rgba(201, 201, 201, 0.25);
}

.contacts__map-content > div {
	display: flex;
	flex-direction: column;
}

.contacts__map-content span {
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

@media (max-width: 1024px) {
	.contacts__map-content span {
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
	}
}

@media (max-width: 1024px) {
	.contacts__map-content > img {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 1024px) {
	.contacts__map-content {
		padding: 8px;
		top: 8px;
		right: 10px;
	}
}

section.home_hero {
	padding: 20px 0 0 0;
	margin-bottom: 24px;
}

@media (max-width: 1380px) {
	section.home_hero {
		padding-top: 10px;
	}
}

@media (max-width: 1024px) {
	section.home_hero {
		padding: 0;
	}
	section.home_hero .container {
		padding: 0 !important;
	}
}

section.accent_products,
section.product-hero {
	padding: 0;
	margin-bottom: 20px;
}

/*-------------------------------------*/
.accordion__item {
	margin: 5px auto;
}

.accordion__item .accordion__title {
	max-width: 100%;
	position: relative;
	display: block;
	padding: 30px 60px 30px 30px;
	margin-bottom: 2px;
	color: #202020;
	font-size: 28px;
	text-decoration: none;
	background-color: #eaeaea;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	cursor: pointer;
	border-radius: 12px;
	line-height: 120%;
	background: #fafafa;
	color: #292424;
	font-size: 20px;
	font-weight: 700;
}

.accordion__item .accordion__title > span {
	display: block;
	padding-right: 45px;
	font-weight: 500;
}

.accordion__item .accordion__title > img {
	margin-left: auto;
}

@media (max-width: 1380px) {
	.accordion__item .accordion__title {
		width: 100%;
		padding: 20px 30px 20px 20px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.accordion__item .accordion__title {
		font-weight: 600;
		padding: 24px 12px;
		font-size: 16px;
		width: auto;
	}
}

.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-right: 5px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	transform: translate(0, -50%);
}

.accordion__item img {
	transition: 0.3s ease all;
}

.accordion__item .accordion__rotate img {
	transform: rotate(180deg);
}

.accordion__item .accordion__content {
	padding: 30px;
	margin-bottom: 2px;
	font-size: 16px;
	display: none;
	background-color: #fafafa;
	margin-top: -15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	line-height: 140%;
	color: #242424;
	font-weight: 400;
}

.accordion__item .accordion__content ul {
	padding-left: 20px;
}

.accordion__item .accordion__content li {
	list-style: disc;
}

.accordion__item .accordion__content p {
	line-height: 1.2;
}

@media (max-width: 1380px) {
	.accordion__item .accordion__content {
		padding: 15px 30px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.accordion__item .accordion__content {
		padding: 16px;
		font-size: 14px;
	}
}

.accordion__item .accordion__arrow-item {
	font-weight: 700;
}

/*-------------------------------------*/
.site-main .wp-block-heading {
	color: #292424;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin: 25px 0;
}

@media (max-width: 1380px) {
	.site-main .wp-block-heading {
		font-size: 28px;
		margin: 16px 0;
	}
}

.site-main .wp-block-column {
	color: #292424;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: justify;
}

.site-main .wp-block-column > span {
	width: 50%;
}

@media (max-width: 1024px) {
	.site-main .wp-block-column {
		display: flex;
		gap: 0;
		flex-direction: column;
		margin-bottom: 25px;
	}
	.site-main .wp-block-column > span {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.site-main .wp-block-column {
		margin-bottom: 0;
	}
	.site-main .wp-block-column > span {
		font-size: 16px;
	}
}

.wp-block-image.size-full {
	margin-bottom: 25px;
}

.page-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.page-hero__inner {
	position: relative;
	height: 420px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 16px;
	overflow: hidden;
}

.page-hero__inner img {
	height: 100%;
	object-fit: cover;
}

.page-hero__inner::after {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(43deg, rgba(0, 0, 0, 0.25) 32.77%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 1380px) {
	.page-hero__inner {
		height: 320px;
	}
}

@media (max-width: 560px) {
	.page-hero__inner {
		height: 320px;
	}
}

.product-title {
	padding-right: 30px;
	z-index: 2;
	position: absolute;
	left: 35px;
	bottom: 65px;
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
	color: #fff;
}

@media (max-width: 1024px) {
	.product-title {
		left: 25px;
		bottom: 35px;
	}
}

@media (max-width: 768px) {
	.product-title {
		width: 90%;
		left: 24px;
		bottom: 24px;
		font-size: 32px;
	}
}

.product-page .hero__order {
	margin-top: -50px;
}

div.product__badge {
	gap: 6px;
}

div.product__badge p {
	margin: 0;
}

.wp-block-columns {
	gap: 100px;
}

.wp-block-columns ul {
	padding-left: 20px;
}

.wp-block-columns li {
	list-style: disc;
}

@media (max-width: 560px) {
	.wp-block-columns {
		gap: 15px;
	}
}

@media (max-width: 1380px) {
	.wp-block-columns * {
		font-size: 14px;
	}
}

.wp-block-image img {
	width: 100%;
}

@media (max-width: 990px) {
	.menu-navihatsiia-container {
		display: none;
	}
}

.parent-product .page-hero__inner .product-title {
	bottom: auto;
	top: 24px;
}

.archive-vyroby {
	z-index: 1;
	position: absolute;
	top: 90%;
	/* Hidden position */
	opacity: 0;
	/* Starts out fully transparent */
	padding-top: 10px;
	left: 0;
	/* Add transitions for the top and opacity properties */
	transition: top 0.3s ease,
 opacity 0.3s ease;
}

/* A new class that will be added when the element should be visible */
.archive-vyroby.show {
	top: 100%;
	/* Move to final position */
	opacity: 1;
	/* Make fully opaque */
}

.archive-vyroby__inner {
	min-width: 100%;
	padding: 16px 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-radius: 8px;
	background: #fafafa;
	cursor: pointer;
}

.archive-vyroby__inner a {
	display: block;
	width: max-content;
}

.archive__selector-dropdown:hover .archive-vyroby {
	top: 100%;
	/* Move to final position */
	opacity: 1;
	/* Make fully opaque */
}

.header__mobile-contacts {
	display: none;
}

.header__mobile-contacts button {
	padding: 0;
}

.header__mobile-contacts > a svg {
	height: 29px;
	width: 26px;
}

@media (max-width: 340px) {
	.header__mobile-contacts > a {
		display: none;
	}
}

@media (max-width: 1024px) {
	.header__mobile-contacts {
		display: flex;
		align-items: center;
		gap: 10px;
	}
}

@media (max-width: 860px) {
	.header__mobile-contacts {
		gap: 10px;
	}
}

.categories__products .categories__product-img {
	height: 150px;
	width: 100%;
	border-radius: 16px;
	margin-bottom: 10px;
}

.product-swiper {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.product-swiper img {
	height: 100%;
	max-height: 550px;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1;
}

.product-swiper div[role="button"]::after {
	color: #fff !important;
	opacity: 0.7;
}

@media (max-width: 860px) {
	.product-swiper {
		aspect-ratio: 1;
	}
	.product-swiper div[role="button"]::after {
		display: none;
	}
}

.promo-crimson {
	color: crimson;
}

.position-name {
	width: 400px;
	max-width: 100%;
	text-align: start;
}

@media (max-width: 1380px) {
	.position-name {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.position-name {
		padding-left: 10px;
	}
}

.product-price__wrapper {
	overflow: scroll;
}

.advantages__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

@media (max-width: 1360px) {
	.advantages__inner {
		gap: 36px;
	}
}

@media (max-width: 768px) {
	.advantages__inner {
		grid-template-columns: 1fr;
	}
}

.breadcrumb-home-icon {
	width: 18px;
}

.custom-logo {
	width: fit-content;
}

.free_zamir {
	padding-top: 0;
}

.product-form__buttons {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media (max-width: 768px) {
	.product-form__buttons {
		flex-direction: row;
		gap: 4px;
	}
}

.hero__order .productpage__order-wrapper {
	display: none;
}

@media (max-width: 1024px) {
	.hero__order {
		align-items: center;
		padding: 0;
	}
	.hero__order > div,
	.hero__order > button {
		display: none;
	}
	.hero__order .productpage__order-wrapper {
		display: block;
	}
}

.free_zamir .designer .productpage__order-wrapper {
	margin-left: -80px;
}

@media (max-width: 1024px) {
	.free_zamir .designer .designer__img {
		width: 100%;
		margin-bottom: 0;
	}
	.free_zamir .designer .productpage__order-wrapper {
		max-width: 90%;
		margin-left: 0;
		margin-top: -80px;
	}
}

@media (max-width: 512px) {
	.free_zamir .designer .product-form__buttons {
		flex-direction: column;
	}
}

.form-submit__section {
	width: 100%;
	position: relative;
}

.form-submit__section .hero__buttons {
	height: 100%;
}

.form-submit__success {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: center;
	font-weight: 600;
	background: #fff;
	border-radius: 8px;
	color: #ffb300;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease,
 visibility 0.3s ease;
	cursor: default;
	user-select: none;
}

@media (max-width: 768px) {
	.form-submit__success {
		padding: 0 40px;
		line-height: 1.2;
		text-align: center;
	}
}

.form-submit__success.show {
	opacity: 1;
	visibility: visible;
}

.advantages__inner {
	max-width: unset;
	width: 100%;
}

.advantages__inner .productpage__order-wrapper {
	width: 100%;
	min-width: 100%;
}

.testimonials__title-buttons-response {
	display: none;
}

.advantages__inner .productpage__order-text {
	display: none;
}

.burger__dropdown-about-wrapper .menu-navihatsiia-container {
	display: block;
}

.burger__dropdown-about-wrapper .header__nav-list {
	display: block;
}

/*# sourceMappingURL=style.css.map */
@media (max-width: 768px) {
	.archive-posts {
		margin-top: -45px;
	}
}

.single-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
}

.category-navigation {
	height: fit-content;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid #d7d7d7;
}

.category-navigation h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
}

.category-navigation ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.category-navigation li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-navigation li a {
	color: #333;
	text-decoration: none;
	text-align: center;
	margin: 0;
}

.single-main {
	display: grid;
	grid-template-columns: 1fr 30%;
	gap: 60px;
}

@media (max-width: 568px) {
	.single-main {
		gap: 0;
	}
}

@media (max-width: 768px) {
	.single-main {
		grid-template-columns: 1fr;
	}
	.single-post .product-title {
		font-size: 34px;
		padding-right: 20px;
	}
}

.aside-posts {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wp-block-image img {
	max-height: 360px;
	object-fit: cover;
	border-radius: 16px;
}

@media (max-width: 1400px) {
	.category-navigation ul {
		flex-direction: column;
	}
	.category-navigation li a {
		width: 100%;
		justify-content: center;
	}
	.archive__product {
		height: fit-content;
	}
}

.testimonials__slide-blockquote p {
	max-height: 192px;
	overflow: scroll;
}

.productpage__measurement-date-inactive {
	cursor: default;
	pointer-events: none;
}

.free-zamir-dates2 {
	display: none;
}

#get-next-day svg {
	transition: 0.3s ease all;
}

.productpage__measurement__time-inactive {
	opacity: 0.6;
	transition: 0.3s ease all;
	pointer-events: none;
}

.productpage__measurement-confirmation-message {
	position: absolute;
	top: 0;
	font-size: 24px;
	display: none;
	/* Initially hidden */
	background-color: #28a745;
	/* Green background */
	color: white;
	/* White text for contrast */
	padding: 10px 20px;
	/* Some padding */
	margin-top: 20px;
	/* Margin at the top */
	border-radius: 5px;
	/* Rounded corners */
	text-align: center;
	/* Centered text */
	font-weight: bold;
	/* Bold font */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	/* Optional: Adds a subtle shadow */
}

.error-404 {
	padding: 200px 0;
	text-align: center;
}

.hero-swiper img {
	object-position: center;
	filter: brightness(0.8);
}

.swiper-button-prev::after,
.swiper-button-next::after {
	color: #e1e1e1 !important;
}

@media (max-width: 560px) {
	.productpage__measurement-confirmation-message {
		width: 100%;
		left: 0;
		top: -20px;
	}
	.swiper-button-prev::after,
	.swiper-button-next::after {
		display: none;
	}
}

.promo-sidecard {
	height: fit-content;
	gap: 16px;
}

.home_hero .swiper-button-prev,
.home_hero .swiper-button-next {
	height: 100% !important;
	width: 50px !important;
	top: 22px !important;
	left: 0 !important;
}

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

.promo-form {
	margin-top: 16px;
	max-width: 100% !important;
}

.productpage__inputs {
	width: 100% !important;
}

.footer__logo-section {
	max-width: 25%;
}

.footer__logo,
.footer__logo .custom-logo {
	width: 100%;
	height: 100%;
}

@media (max-width: 560px) {
	.footer__logo-section {
		max-width: 100%;
	}
	.footer__logo .custom-logo {
		width: 130px;
		object-fit: contain;
	}
}

.promo-contact-form {
	width: 100%;
	max-width: 100%;
	margin: 16px 0 16px 0;
}

@media (max-width: 568px) {
	.promo-contact-form {
		display: none;
	}
}

.promo-contact-form .productpage__inputs {
	width: 50% !important;
}

.promo-contact-form .form-submit__section {
	width: 50% !important;
}

.single-sidebar {
	display: flex;
	flex-direction: column;
}

.single-sidebar .promo-form {
	display: none;
}

@media (max-width: 568px) {
	.single-sidebar {
		flex-direction: column-reverse;
	}
	.single-sidebar .promo-form {
		display: block;
	}
}

.hero__order .productpage__inputs {
	width: 70% !important;
}

/*# sourceMappingURL=style.css.map */
.productpage__order-wrapper .productpage__inputs{
	width: 70% !important;
}

.akcii_nav a{
	color: crimson;
}

.designer__form.consultation-form{
	color: #fff;
}