@charset "UTF-8";
/*!
Theme Name: Kameniv
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kameniv
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kameniv is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.full-width {
  width: 100%;
}

.mt-2 {
  margin-top: 20px;
}

.mb-2 {
  margin-bottom: 20px;
}

._row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  width: 100%;
}
._row ._col {
  flex: 1 0 0%;
  padding: 0 15px;
}
._row ._col-1 {
  padding: 0 15px;
  flex: 0 0 min(100%, 8.3333333333%);
  max-width: min(100%, 8.3333333333%);
}
._row ._col-2 {
  padding: 0 15px;
  flex: 0 0 min(100%, 16.6666666667%);
  max-width: min(100%, 16.6666666667%);
}
._row ._col-3 {
  padding: 0 15px;
  flex: 0 0 min(100%, 25%);
  max-width: min(100%, 25%);
}
._row ._col-4 {
  padding: 0 15px;
  flex: 0 0 min(100%, 33.3333333333%);
  max-width: min(100%, 33.3333333333%);
}
._row ._col-5 {
  padding: 0 15px;
  flex: 0 0 min(100%, 41.6666666667%);
  max-width: min(100%, 41.6666666667%);
}
._row ._col-6 {
  padding: 0 15px;
  flex: 0 0 min(100%, 50%);
  max-width: min(100%, 50%);
}
._row ._col-7 {
  padding: 0 15px;
  flex: 0 0 min(100%, 58.3333333333%);
  max-width: min(100%, 58.3333333333%);
}
._row ._col-8 {
  padding: 0 15px;
  flex: 0 0 min(100%, 66.6666666667%);
  max-width: min(100%, 66.6666666667%);
}
._row ._col-9 {
  padding: 0 15px;
  flex: 0 0 min(100%, 75%);
  max-width: min(100%, 75%);
}
._row ._col-10 {
  padding: 0 15px;
  flex: 0 0 min(100%, 83.3333333333%);
  max-width: min(100%, 83.3333333333%);
}
._row ._col-11 {
  padding: 0 15px;
  flex: 0 0 min(100%, 91.6666666667%);
  max-width: min(100%, 91.6666666667%);
}
._row ._col-12 {
  padding: 0 15px;
  flex: 0 0 min(100%, 100%);
  max-width: min(100%, 100%);
}
._row ._col-full {
  flex: 1 1 100%;
}
@media (max-width: 1024px) {
  ._row {
    margin-bottom: 0;
    gap: 15px;
  }
  ._row ._col-1 {
    flex: 0 0 min(100%, 8.3333333333% - 15px);
    max-width: min(100%, 8.3333333333% - 15px);
  }
  ._row ._col-2 {
    flex: 0 0 min(100%, 16.6666666667% - 15px);
    max-width: min(100%, 16.6666666667% - 15px);
  }
  ._row ._col-3 {
    flex: 0 0 min(100%, 25% - 15px);
    max-width: min(100%, 25% - 15px);
  }
  ._row ._col-4 {
    flex: 0 0 min(100%, 33.3333333333% - 15px);
    max-width: min(100%, 33.3333333333% - 15px);
  }
  ._row ._col-5 {
    flex: 0 0 min(100%, 41.6666666667% - 15px);
    max-width: min(100%, 41.6666666667% - 15px);
  }
  ._row ._col-6 {
    flex: 0 0 min(100%, 50% - 15px);
    max-width: min(100%, 50% - 15px);
  }
  ._row ._col-7 {
    flex: 0 0 min(100%, 58.3333333333% - 15px);
    max-width: min(100%, 58.3333333333% - 15px);
  }
  ._row ._col-8 {
    flex: 0 0 min(100%, 66.6666666667% - 15px);
    max-width: min(100%, 66.6666666667% - 15px);
  }
  ._row ._col-9 {
    flex: 0 0 min(100%, 75% - 15px);
    max-width: min(100%, 75% - 15px);
  }
  ._row ._col-10 {
    flex: 0 0 min(100%, 83.3333333333% - 15px);
    max-width: min(100%, 83.3333333333% - 15px);
  }
  ._row ._col-11 {
    flex: 0 0 min(100%, 91.6666666667% - 15px);
    max-width: min(100%, 91.6666666667% - 15px);
  }
  ._row ._col-12 {
    flex: 0 0 min(100%, 100% - 15px);
    max-width: min(100%, 100% - 15px);
  }
  ._row ._col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  ._row {
    flex-wrap: wrap;
    gap: 15px;
  }
  ._row ._col-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  ._row ._col-sm-6 {
    flex: 0 0 calc(50% - 0px);
    max-width: calc(50% - 0px);
  }
  ._row ._col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
._row.align-center {
  align-items: center;
}
._row.justify-between {
  justify-content: space-between;
}
._row .self-center {
  justify-self: center;
  text-align: center;
}
._row .self-end {
  justify-self: end;
  text-align: end;
}
._row .self-start {
  justify-self: start;
  text-align: start;
}
._row.head-and-filter {
  margin-top: 24px;
}
._row.head-and-filter form {
  margin-bottom: 0;
}
._row.head-and-filter .filter-wrap {
  padding-bottom: 0;
  justify-content: flex-end;
}
._row.head-and-filter .filter-wrap:after {
  content: none;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #767676;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-block: 0;
  position: relative;
}

h1 {
  font-size: clamp(2rem, 2rem + (1vw - 0.24rem) * 3.0303, 4rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 0.5rem;
  color: #33302E;
}

h2 {
  font-size: clamp(1.875rem, 1.875rem + (1vw - 0.24rem) * 1.5152, 2.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  color: #33302E;
}

h3 {
  font-size: clamp(1.25rem, 1.25rem + (1vw - 0.24rem) * 0.3788, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #33302E;
}

h4 {
  font-size: clamp(1.25rem, 1.25rem + (1vw - 0.24rem) * -0.3788, 1.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #33302E;
}

h1.small {
  font-size: clamp(1.875rem, 1.875rem + (1vw - 0.24rem) * 1.5152, 2.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

.line {
  position: relative;
  margin-bottom: 2.2rem;
}
.line::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.375rem;
  background-color: #B37B5A;
  margin-top: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .line::after {
    width: 4.25rem;
    height: 0.25rem;
  }
}

p {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

.contact-info {
  padding: 20px;
  border: 1px solid #F1EEEA;
}

.map {
  width: 100%;
  height: 100%;
  max-height: 500px;
}

address {
  margin: 0 0 1.5em;
  font-style: normal;
  font-style: normal;
}
address .phones-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
address .phones-wrapper a {
  display: flex;
  align-items: center;
  gap: 17px;
}
address .phones-wrapper a:not(:first-child) {
  margin-left: 36px;
}
address .icon-phone:before,
address .icon-email:before,
address .icon-pin:before {
  font-size: 24px;
}
address .mail-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
address .mail-wrapper a {
  display: flex;
  align-items: center;
  gap: 17px;
}
address .address-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
address .address-wrapper a {
  display: flex;
  align-items: center;
  gap: 17px;
}

pre {
  background: #eee;
  font-family: Manrope, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Manrope, monospace;
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}

@media (max-width: 767px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  background: #fff;
  font-family: Manrope, sans-serif;
  overflow-x: hidden;
}
body.active-popup {
  overflow: hidden;
}
body.home main {
  display: flex;
  flex-direction: column;
  gap: 140px;
}
body.home main .section__grid-categories {
  padding-bottom: 0 !important;
}
body.home main .section__catalog {
  margin-block: 0 !important;
}
@media (max-width: 767px) {
  body.home main {
    gap: 40px;
  }
}

section {
  position: relative;
}
@media (max-width: 575px) {
  section {
    padding-block: 24px;
  }
}
section.section__wholesale-counting {
  padding-block: 70px;
}
section.section__wholesale-form {
  padding-block: 70px 0px;
}

span {
  font-size: clamp(1rem, 1rem + (1vw - 0.24rem) * 0.3788, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.small-text {
  font-size: 1rem;
}

.container__global {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.container__global_xl {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.container__global_xxl {
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 0px;
  width: 100%;
}

p {
  font-size: clamp(1rem, 1rem + (1vw - 0.24rem) * 0.3788, 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.stone-bg {
  padding-block: 94px 65px;
}
.stone-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../assets/images/bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .stone-bg {
    padding-block: 40px;
  }
}

.section__text-media .btn-primary {
  margin-top: 24px;
}

.media-first .media-block {
  order: -1;
}
@media (max-width: 1024px) {
  .media-first .media-block {
    order: 1;
  }
}

.no-padding {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.yellow {
  color: #B37B5A !important;
}

.hero-banner {
  position: relative;
  padding-bottom: 27%;
  margin-bottom: 140px;
}
.hero-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 767px) {
  .hero-banner {
    padding-bottom: 40%;
    margin-bottom: 32px;
  }
}

strong {
  font-weight: 600;
}

.orange {
  color: #B37B5A;
}

.blue {
  color: #406AA0;
}

.green {
  color: #1F7F18;
}

.brown {
  color: #B37B5A !important;
}

.dark {
  color: #33302E !important;
}

.uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
}

.divider {
  display: block;
  margin: 12px 0;
  width: 100%;
  height: 1px;
  background-color: #F1EEEA;
}
.divider.brown {
  background-color: #B37B5A;
}

.estimate-price {
  border: 1px solid var(--brown, #B37B5A);
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}
.estimate-price .text-icon {
  display: flex;
  align-items: center;
}
.estimate-price .text-icon .image-icon {
  margin-right: 18px;
  width: 34px;
  height: 34px;
}
.estimate-price .text-icon .image-icon img {
  width: 34px;
  height: 34px;
}
.estimate-price .text-icon .text {
  color: #33302E;
  font-size: 18px;
}
.estimate-price .description p {
  font-size: 1rem;
  color: #33302E;
}
.estimate-price .description__note {
  font-size: 1rem;
  color: #33302E;
}

.heading-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .section__text-media {
    padding-block: 24px;
  }
}
body.page-id-82 main {
  display: flex;
  flex-direction: column;
  gap: 140px;
}
body.page-id-82 main .section__hero_wholesale {
  padding-bottom: 0;
}
body.page-id-82 main .prefence-section {
  margin-block: 0;
}
body.page-id-82 main .section__catalog {
  margin-block: 0;
}
body.page-id-82 main .section__wholesale-counting {
  margin-block: 0;
  padding-block: 0;
}
@media (max-width: 767px) {
  body.page-id-82 main {
    gap: 80px;
  }
}

ul,
ol {
  font-size: clamp(1rem, 1rem + (1vw - 0.24rem) * 0.3788, 1.25rem);
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #33302E;
  text-decoration: none;
}
a:visited {
  color: #33302E;
}
a:hover, a:focus, a:active {
  color: #33302E;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button:not(.tabs__button),
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 0px;
  background: #B37B5A;
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
button:not(.tabs__button):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border: none;
  background-color: #33302E;
}
button:not(.tabs__button):active, button:not(.tabs__button):focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #33302E;
  background-color: #33302E;
}

a.btn-primary {
  display: inline-flex;
  height: 2.75rem;
  padding: 0.5rem 1.25rem;
  align-items: center;
  flex-shrink: 0;
  gap: 0.625rem;
  transition: all 0.3s ease;
  background-color: #B37B5A;
  color: #fff;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
a.btn-primary:hover {
  background-color: #33302E;
}
a.btn-primary:active, a.btn-primary:focus {
  border-color: #33302E;
}
a.btn-primary.add-to-cart {
  width: -moz-fit-content;
  width: fit-content;
}
a.btn-primary.add-to-cart .icon-cart *::before {
  font-size: 24px;
  color: inherit !important;
}
a.btn-primary.large {
  max-width: 240px;
  width: 100%;
}
a.btn-primary.alt {
  background-color: #F1EEEA;
  color: #B37B5A;
  border: 1px solid transparent;
}
@media (max-width: 575px) {
  a.btn-primary {
    width: 100%;
  }
}

.btn-secondary {
  display: inline-flex;
  height: 2.75rem;
  padding: 0.5rem 1.25rem;
  align-items: center;
  flex-shrink: 0;
  gap: 0.625rem;
  transition: all 0.3s ease;
  justify-content: center;
  font-weight: 700;
  background-color: transparent;
  color: #33302E;
  border: 1px solid #33302E;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-secondary i {
  font-size: 24px;
}
.btn-secondary:hover {
  background-color: #33302E;
  color: #fff;
}
@media (max-width: 575px) {
  .btn-secondary {
    width: 100%;
  }
}

.btn-beige {
  display: inline-flex;
  height: 2.75rem;
  padding: 0.5rem 1.25rem;
  align-items: center;
  flex-shrink: 0;
  gap: 0.625rem;
  transition: all 0.3s ease;
  background-color: #F1EEEA;
  color: #B37B5A !important;
  transition: all 0.3s ease;
}
.btn-beige:hover {
  background-color: #B37B5A !important;
  color: #F1EEEA !important;
}
.btn-beige:active, .btn-beige:focus {
  border-color: #33302E;
}
@media (max-width: 575px) {
  .btn-beige {
    width: 100%;
  }
}

.xl {
  min-width: 240px;
  text-align: center;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #767676;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 10px 14px;
  font-size: 1rem;
  width: 100%;
}

::-moz-placeholder {
  color: #767676;
  font-weight: 400;
}

::placeholder {
  color: #767676;
  font-weight: 400;
}

::picker(select),
select {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  position: relative;
  top: 0;
  left: 0;
  min-width: 70px;
}

select {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 0px;
  padding: 8px 12px;
  cursor: pointer;
  color: #33302E;
  position: relative;
  width: 100%;
}

select::picker-icon {
  color: #ffffff;
  transition: 0.4s rotate;
  content: "";
  background: url(../assets/images/icons/arr-down.svg);
  background-size: 100% 100%;
  width: 13px;
  height: 7px;
  transition: 0.4s rotate;
}

select:open::picker-icon {
  rotate: 180deg;
}

select:open {
  border-bottom: 1px solid #ccc;
}

/* Add styles for the select options */
/* For native select options (limited styling capabilities) */
option {
  padding: 8px;
}

option::checkmark {
  display: none;
}

::picker(select) {
  border: none;
}

.form-customer-order__item {
  margin-bottom: 20px;
}
.form-customer-order__item .checkbox-wrapper {
  align-items: flex-start;
}
.form-customer-order__item label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #33302E;
  font-weight: 500;
  line-height: 150%;
  font-size: 14px;
}
.form-customer-order__item .label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #33302E;
  font-weight: 500;
  line-height: 150%;
  font-size: 14px;
}
.form-customer-order__item .form-wrp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-customer-order__item .form-wrp .wpcf7-form-control {
  margin-bottom: 10px;
}
.form-customer-order__item .wpcf7-radio label {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.form-group__item {
  margin-bottom: 20px;
}
.form-group__item label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #33302E;
  font-weight: 500;
  line-height: 150%;
  font-size: 14px !important;
}
.form-group__item br {
  display: none;
}

.faq-form__wrapper {
  padding: 20px;
  border: 1px solid #F1EEEA;
}

.faq-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.faq-form .form__group.col-6 {
  flex: 1 1 min(100%, 490px);
}
.faq-form .form__group.col-12 {
  flex: 1 1 100%;
}
.faq-form .form__group input:not([type=submit]),
.faq-form .form__group textarea {
  width: 100%;
}

textarea {
  resize: vertical;
  max-width: 100%;
  overflow-x: hidden;
  max-height: 5em;
  min-height: 3em;
  overflow-y: auto;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: transparent;
  display: grid;
  place-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
input[type=radio]::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  background-color: #33302E;
}
input[type=radio]:checked {
  border-color: #33302E;
}
input[type=radio]:checked::before {
  transform: scale(1);
}
input[type=radio]:hover {
  border-color: #33302E;
}
input[type=radio]:focus {
  outline: 2px solid rgba(51, 48, 46, 0.3);
  outline-offset: 2px;
}

.radio-container {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.radio-container label {
  cursor: pointer;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item input[type=radio] {
  margin: 0;
}

.wpcf7-list-item-label {
  font-size: 1rem;
}

.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-checkbox .wpcf7-list-item label {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.media-wrap {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .media-wrap {
    gap: 20px;
  }
}

.preferences__wrapper {
  margin-block: 60px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 60px;
}
.preferences__wrapper.items-5 {
  justify-content: space-evenly;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 20px;
}
.preferences__wrapper .item-2 .preferences__item {
  flex: 1 1 min(100%, 390px);
}
.preferences__wrapper .preferences__item {
  flex: 1 1 min(100%, 390px);
  padding: 20px 12px;
  border: 1px solid #F1EEEA;
}
.preferences__wrapper .preferences__item .preferences__content .preferences__title {
  display: flex;
  align-items: center;
  gap: 8px;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 18px;
  font-weight: 500;
}
.preferences__wrapper .preferences__item .preferences__content p {
  font-size: 1rem;
}
.preferences__wrapper .preferences__item .preferences__content ul li {
  font-size: 1rem;
}
@media (max-width: 575px) {
  .preferences__wrapper {
    row-gap: 20px;
  }
  .preferences__wrapper .preferences__item {
    flex: 1 1 100% !important;
  }
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Tabs
--------------------------------------------- */
.tabs {
  width: 100%;
  padding: 0 15px;
}
.tabs__nav {
  display: flex;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  overflow-x: auto;
  /* IE 10+ */
}
.tabs__nav::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}
.tabs__nav .tabs__nav__wrapper {
  overflow-x: scroll;
  flex: 0 0 auto;
  gap: 100px;
  display: flex;
  position: relative;
}
.tabs__nav .tabs__nav__wrapper:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #767676;
}
@media (max-width: 767px) {
  .tabs__nav .tabs__nav__wrapper {
    gap: 20px;
  }
  .tabs__nav .tabs__nav__wrapper .tabs__button {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 300px;
  }
}
.tabs__button {
  background: transparent;
  border: none;
  padding-block: 12px 6px;
  padding-inline: 0px;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #767676;
  flex: 0 0 auto;
  border-bottom: 4px solid transparent;
  border-radius: 0px;
}
.tabs__button:is(:hover, :focus) {
  color: #333;
  background: transparent;
}
.tabs__button.active {
  color: #1A1A1A;
  font-weight: 700;
  border-bottom: 4px solid #1A1A1A;
}
.tabs__content {
  margin-top: 24px;
}
.tabs__pane {
  display: none;
  padding: 0px 0;
}
.tabs__pane.active {
  display: block;
}
.tabs__pane p {
  margin-bottom: 15px;
}
.tabs__pane p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .tabs__button {
    width: 100%;
    text-align: left;
  }
}

/* Blog Card
--------------------------------------------- */
.blog-card__image {
  position: relative;
  padding-bottom: 79%;
  margin-bottom: 8px;
}
.blog-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card__content__title {
  margin-bottom: 8px;
}
.blog-card__content__text {
  margin-bottom: 8px;
}
.blog-card__content__link {
  color: #B37B5A;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  font-weight: 500;
}
.blog-card__content__link span {
  color: inherit;
}
.blog-card__content__link .icon-arr-right {
  color: inherit;
  font-size: 14px;
}

/* Popups
--------------------------------------------- */
.popup {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  position: fixed;
  display: grid;
  place-items: center;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup#order-popup {
  overflow-y: auto;
}
.popup#order-popup .container__popup__wrapper {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .popup#order-popup .container__popup__wrapper {
    padding: 12px;
  }
  .popup#order-popup .container__popup__content {
    max-width: 100%;
    gap: 0px;
    flex-direction: column;
  }
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup .container__popup__wrapper {
  padding: 32px 40px;
  background-color: #fff;
  max-width: 600px;
  width: 100%;
}
.popup .container__popup__wrapper .popup__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.popup .container__popup__wrapper .popup__title .icon-close1 {
  cursor: pointer;
  font-size: 24px;
}
.popup .container__popup__wrapper .popup__title .icon-close1 *::before {
  font-size: 24px;
}
.popup .container__popup__wrapper .popup__title .icon-close1:hover {
  color: #B37B5A;
}
.popup .container__popup__wrapper .popup__description {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  max-width: 550px;
}
.popup .container__popup__wrapper .container__popup__content.order {
  display: flex;
  gap: 80px;
  width: 100%;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies {
  flex: 1 1 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies__info {
  display: flex;
  gap: 20px;
  align-items: center;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies__info .product-article {
  display: flex;
  gap: 10px;
  align-items: center;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies__info .product-image {
  max-width: 100px;
  max-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies__info .product-description {
  font-size: 1rem;
  color: #33302E;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies__filter .title-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies__filter .title-filter .icon-edit {
  cursor: pointer;
  font-size: 24px;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies__filter .title-filter .icon-edit:hover {
  color: #B37B5A;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies__filter label {
  font-size: 1rem;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies__price {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  width: 100%;
  flex: 1;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies__price .price-title {
  font-size: 18px;
  color: #33302E;
  font-weight: 500;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies__price .price-value,
.popup .container__popup__wrapper .container__popup__content.order .product-properies__price .all_money {
  font-size: 2rem;
  color: #33302E;
  font-weight: 700;
}
.popup .container__popup__wrapper .container__popup__content.order .product-properies::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #F1EEEA;
  position: absolute;
  top: 0;
  right: -40px;
}
.popup .container__popup__wrapper .container__popup__content.order .form-customer-order {
  flex: 1 1 50%;
}
.popup .container__popup__wrapper .container__popup__content.order .form-customer-order .checkbox-wrapper {
  color: #33302E;
  margin-bottom: 20px;
}
.popup.order .popup__wrapper {
  max-width: 1000px;
}
.popup.call_back .popup__wrapper {
  max-width: 600px;
}
.popup br {
  display: none;
}

/* Accordion
--------------------------------------------- */
.accordion-container {
  margin-block: 22px;
}

.accordion {
  display: flex;
  flex-direction: column;
}
.accordion__item {
  display: flex;
  flex-direction: column;
  padding-block: 20px;
  border-bottom: 1px solid #F1EEEA;
}
.accordion__item.active .accordion__content-wrapper {
  grid-template-rows: 1fr;
  overflow: visible;
}
.accordion__item.active .accordion__title::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='%2333302E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.accordion__title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.accordion__title::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5V19' stroke='%2333302E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='%2333302E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.accordion__content-wrapper {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.accordion__content-wrapper .accordion__content {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #33302E;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Font
--------------------------------------------- */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Manrope/static/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Manrope/static/Manrope-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Manrope/static/Manrope-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Manrope/static/Manrope-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/fonts/icomoon.eot?z05ror");
  src: url("../fonts/fonts/icomoon.eot?z05ror#iefix") format("embedded-opentype"), url("../fonts/fonts/icomoon.ttf?z05ror") format("truetype"), url("../fonts/fonts/icomoon.woff?z05ror") format("woff"), url("../fonts/fonts/icomoon.svg?z05ror#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-setting:before {
  content: "\e930";
}

.icon-filter .path1:before {
  content: "\e907";
  color: inherit;
  opacity: 0.01;
}

.icon-filter .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: inherit;
}

.icon-cart .path1:before {
  content: "\e92c";
  color: inherit;
  opacity: 0.01;
}

.icon-cart .path2:before {
  content: "\e92d";
  margin-left: -1em;
  color: inherit;
}

.icon-cart .path3:before {
  content: "\e92e";
  margin-left: -1em;
  color: inherit;
}

.icon-cart .path4:before {
  content: "\e92f";
  margin-left: -1em;
  color: inherit;
}

.icon-card:before {
  content: "\e900";
}

.icon-alert:before {
  content: "\e901";
}

.icon-arr-down:before {
  content: "\e902";
}

.icon-arr-right:before {
  content: "\e903";
}

.icon-calculate:before {
  content: "\e904";
}

.icon-car .path1:before {
  content: "\e905";
  color: inherit;
  opacity: 0.01;
}

.icon-car .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: inherit;
}

.icon-close1 .path1:before {
  content: "\e92a";
  color: inherit;
  opacity: 0.01;
}

.icon-close1 .path2:before {
  content: "\e92b";
  margin-left: -1em;
  color: inherit;
}

.icon-coin:before {
  content: "\e909";
}

.icon-date:before {
  content: "\e90a";
}

.icon-download .path1:before {
  content: "\e90b";
  color: inherit;
  opacity: 0.01;
}

.icon-download .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: inherit;
}

.icon-download .path3:before {
  content: "\e90d";
  margin-left: -1em;
  color: inherit;
}

.icon-download .path4:before {
  content: "\e90e";
  margin-left: -1em;
  color: inherit;
}

.icon-download .path5:before {
  content: "\e90f";
  margin-left: -1em;
  color: inherit;
}

.icon-download .path6:before {
  content: "\e910";
  margin-left: -1em;
  color: inherit;
}

.icon-edit:before {
  content: "\e911";
}

.icon-email .path1:before {
  content: "\e912";
  color: inherit;
  opacity: 0.01;
}

.icon-email .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: inherit;
}

.icon-exper:before {
  content: "\e914";
}

.icon-eye .path1:before {
  content: "\e915";
  color: inherit;
  opacity: 0.01;
}

.icon-eye .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: inherit;
}

.icon-eye .path3:before {
  content: "\e917";
  margin-left: -1em;
  color: inherit;
}

.icon-layers .path1:before {
  content: "\e918";
  color: inherit;
  opacity: 0.01;
}

.icon-layers .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: inherit;
}

.icon-layers .path3:before {
  content: "\e91a";
  margin-left: -1em;
  color: inherit;
}

.icon-layers .path4:before {
  content: "\e91b";
  margin-left: -1em;
  color: inherit;
}

.icon-money:before {
  content: "\e91c";
}

.icon-person .path1:before {
  content: "\e91d";
  color: inherit;
  opacity: 0.01;
}

.icon-person .path2:before {
  content: "\e91e";
  margin-left: -1em;
  color: inherit;
}

.icon-person .path3:before {
  content: "\e91f";
  margin-left: -1em;
  color: inherit;
}

.icon-phone .path1:before {
  content: "\e920";
  color: inherit;
  opacity: 0.01;
}

.icon-phone .path2:before {
  content: "\e921";
  margin-left: -1em;
  color: inherit;
}

.icon-pin .path1:before {
  content: "\e922";
  color: inherit;
  opacity: 0.01;
}

.icon-pin .path2:before {
  content: "\e923";
  margin-left: -1em;
  color: inherit;
}

.icon-pin .path3:before {
  content: "\e924";
  margin-left: -1em;
  color: inherit;
}

.icon-security:before {
  content: "\e925";
}

.icon-settings:before {
  content: "\e926";
}

.icon-star .path1:before {
  content: "\e927";
  color: inherit;
  opacity: 0.01;
}

.icon-star .path2:before {
  content: "\e928";
  margin-left: -1em;
  color: inherit;
}

.icon-triangular:before {
  content: "\e929";
}

.icon-cross:before {
  content: "\ea02";
}

/* Header
--------------------------------------------- */
header.site-header {
  border-bottom: 1px solid #B37B5A;
}
header .top-bar {
  background-color: #33302E;
  padding-inline: 15px;
}
header .tab-header {
  display: flex;
}
header .tab-header__item {
  display: flex;
  height: 40px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
header .tab-header__item a {
  color: #F1EEEA;
}
header .tab-header__item.active {
  background-color: #fff;
}
header .tab-header__item.active a {
  color: #33302E;
}
@media (max-width: 767px) {
  header .tab-header__item {
    padding: 10px;
  }
  header .tab-header__item a {
    font-size: 14px;
  }
}
header .header__content {
  padding-block: 24px;
  position: relative;
  padding-inline: 15px;
}
header .header__content__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
header .header__content__wrapper .header__content__logo .custom-logo {
  max-width: 244px;
}
header .header__content__wrapper .header-nav-wrapper .header-nav .header-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 5px;
  padding-left: 0;
  margin: 0;
}
header .header__content__wrapper .header-nav-wrapper .header-nav .header-nav__list .header-nav__item {
  list-style: none;
  padding: 10px;
}
header .header__content__wrapper .header-nav-wrapper .header-nav .header-nav__list .header-nav__item a {
  color: #33302E;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
header .header__content__wrapper .header__content__actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}
header .mobile-menu .burger-icon {
  display: none;
}
@media (max-width: 1220px) {
  header .header__content__actions {
    display: none !important;
  }
  header .mobile-menu .burger-icon {
    display: block;
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    position: relative;
  }
  header .mobile-menu .burger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #33302E;
    position: absolute;
    transition: all 0.3s ease-in-out;
  }
  header .mobile-menu .burger-icon span:nth-child(1) {
    top: 0px;
  }
  header .mobile-menu .burger-icon span:nth-child(2) {
    top: 9px;
  }
  header .mobile-menu .burger-icon span:nth-child(3) {
    top: 18px;
  }
  header .mobile-menu .burger-icon.is-active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  header .mobile-menu .burger-icon.is-active span:nth-child(2) {
    opacity: 0;
  }
  header .mobile-menu .burger-icon.is-active span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
  header .header-nav {
    position: fixed;
    overflow-y: auto;
    top: 0%;
    left: auto;
    height: 100vh;
    right: 0;
    width: 350px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-top: 3px solid var(--brown, #B37B5A);
    padding: 0px;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  header .header-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0px !important;
    row-gap: 0px !important;
  }
  header .header-nav__item {
    position: relative;
    padding: 0px;
    width: 100%;
  }
  header .header-nav__item.has-mega-menu:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    transform: translateY(-50%) rotate(0deg);
    display: block;
    width: 14px;
    height: 14px;
    background: url(../assets/images/icons/arr-down.svg) center center/contain no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease;
  }
  header .header-nav__item.has-mega-menu.open-mega-menu:after {
    transform: translateY(-50%) rotate(180deg);
  }
  header .header-nav__item.open-mega-menu .mega-menu {
    grid-template-rows: 1fr;
    transition: all 0.3s ease;
    opacity: 1;
  }
  header .header-nav__item.open-mega-menu .mega-menu .mega-menu__container {
    visibility: visible;
  }
  header .header-nav .mega-menu {
    position: relative;
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.3s ease;
    transform: translateY(0);
    border-top: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
  }
  header .header-nav .mega-menu::before {
    display: none;
  }
  header .header-nav .mega-menu .mega-menu__container {
    overflow: hidden;
  }
}

.header-nav-wrapper {
  display: flex;
  align-items: center;
}

/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #33302E;
  color: #a9a9a9;
  padding: 60px 0 40px;
  position: relative;
  margin-top: 140px;
  padding-inline: 15px;
}
.site-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url("../assets/images/icons/footer-wave.svg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.site-footer a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.site-footer .footer-top .footer-logo img {
  max-height: 40px;
  filter: brightness(1.5);
}
.site-footer .footer-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(20px, 1.25rem + (1vw - 3.84px) * 5.6818, 80px);
  color: #ccc;
}
@media (max-width: 767px) {
  .site-footer .footer-main {
    flex-direction: column;
    gap: 20px;
  }
}
.site-footer .footer-widget .footer-widget-title {
  color: inherit;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.site-footer .footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-widget ul li {
  margin-bottom: 15px;
}
.site-footer .footer-widget ul li a,
.site-footer .footer-widget ul li span {
  font-size: 1rem;
  color: inherit;
  font-weight: 400;
}
.site-footer .footer-contacts {
  margin-right: auto;
}
.site-footer .footer-contacts .contacts-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer .footer-contacts .contacts-list li i {
  font-size: 16px;
  color: #c86847;
}
.site-footer .footer-contacts .btn-secondary {
  margin-top: 20px;
}
.site-footer .footer-bottom {
  text-align: left;
  font-size: 1rem;
  color: #fff;
}
.site-footer .footer-bottom p {
  margin: 0;
}

@media (max-width: 767px) {
  .site-footer .footer-top {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .mobile-accordion {
    position: relative;
  }
  .mobile-accordion::after {
    content: "";
    position: absolute;
    top: 20px;
    filter: brightness(0) invert(1);
    right: 10px;
    transform: translate(-50%, -50%) rotate(0deg);
    display: block;
    width: 14px;
    height: 14px;
    background: url(../assets/images/icons/arr-down.svg) center center/contain no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.3s ease;
  }
  .mobile-accordion .mobile-accordion_wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.3s ease;
  }
  .mobile-accordion .mobile-accordion_wrapper .mobile-accordion__content {
    overflow: hidden;
  }
  .mobile-accordion.active::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .mobile-accordion.active .mobile-accordion_wrapper {
    grid-template-rows: 1fr;
  }
}
.btn-beige {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 575px) {
  .footer-contacts {
    margin-right: 0 !important;
  }
  .btn-beige {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .footer-widget .btn-primary {
    width: 100%;
  }
}
.section__grid-categories {
  padding-top: 74px;
  padding-bottom: 140px;
}
.section__grid-categories .title-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}
.section__grid-categories .title-container ._col {
  flex: 1 1 min(100%, 350px);
}
.section__grid-categories .categories-grid {
  padding-top: 0;
}
.section__grid-categories .description {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: end;
}

.categories-grid {
  padding-top: 44px;
  padding-inline: 15px;
}
.categories-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.categories-grid__wrapper.four-item {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: 1fr;
}
.categories-grid__wrapper.four-item .categories-grid__item {
  padding-bottom: 100%;
}
@media (max-width: 767px) {
  .categories-grid__wrapper.four-item {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
.categories-grid__item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: transform 0.3s ease;
  min-height: 380px;
}
.categories-grid__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(51, 48, 46, 0.4) 0%, rgba(51, 48, 46, 0.2) 100%);
  z-index: 1;
}
.categories-grid__item:hover .categories-grid__content {
  transform: translateY(-10px);
}
.categories-grid__item--wide {
  grid-column: span 3;
}
.categories-grid__content {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  padding: 24px 24px 34px;
  z-index: 2;
  color: #fff;
  transition: transform 0.3s ease;
  background: linear-gradient(0deg, rgba(51, 48, 46, 0.8) 0%, rgba(51, 48, 46, 0) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.categories-grid__title {
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-size: clamp(1.125rem, 1.125rem + (1vw - 0.24rem) * 0.1894, 1.25rem) !important;
}
.categories-grid__subtitle {
  margin: 5px 0 0;
  font-size: 16px;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .categories-grid__wrapper .categories-grid__item {
    min-height: 280px;
  }
  .categories-grid__wrapper .categories-grid__item--wide {
    grid-column: span 3;
  }
}
@media (max-width: 575px) {
  .categories-grid__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-template-rows: auto;
  }
  .categories-grid__wrapper .categories-grid__item--wide {
    grid-column: auto;
  }
  .categories-grid__content {
    gap: 0px;
  }
}

.card-catalog {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 305px;
}
.card-catalog__image {
  position: relative;
  padding-bottom: 55%;
}
.card-catalog__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-catalog__content {
  padding: 12px 8px 10px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.card-catalog__content h3 {
  margin-bottom: 0;
}
.card-catalog__content .icon-download {
  font-size: 24px;
  justify-self: end;
  text-align: end;
}
@media (max-width: 575px) {
  .card-catalog {
    max-width: 100%;
  }
}

.section__catalog {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F1EEEA;
  margin-block: 120px;
}
.section__catalog::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url("../assets/images/icons/wave.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.section__catalog:after {
  content: "";
  position: absolute;
  bottom: -60px;
  transform: rotateX(180deg);
  left: 0;
  width: 100%;
  height: 60px;
  background: url("../assets/images/icons/wave.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.section__catalog .card-catalog__wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0px;
  z-index: 1;
}
.section__catalog .card-catalog__wrapper .card-catalog {
  width: 305px;
  z-index: 2;
}
.section__catalog .card-catalog__wrapper .card-catalog:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.section__catalog .card-catalog__wrapper.three-items {
  padding-bottom: 180px;
}
@media (max-width: 1024px) {
  .section__catalog .card-catalog__wrapper.three-items {
    width: 100%;
    gap: 12px;
    justify-content: center;
    padding-bottom: 0px;
  }
  .section__catalog .card-catalog__wrapper.three-items .card-catalog {
    width: 100%;
  }
  .section__catalog .card-catalog__wrapper.three-items .card-catalog:nth-child(3) {
    position: initial;
    bottom: initial;
    left: initial;
    transform: initial;
  }
}

.section__blog .wrapper__blog-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-inline: 15px;
}
@media screen and (max-width: 1024px) {
  .section__blog .wrapper__blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .section__blog .wrapper__blog-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  margin-bottom: 26px;
}
.breadcrumbs .link {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumbs .link:hover {
  color: #1A1A1A;
}
.breadcrumbs .link::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"><path d="M9 18L15 12L9 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  margin-left: 10px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}
.breadcrumbs .current {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
}

.filters-container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.filters-container form .checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.filters-container form .filter-link,
.filters-container form label {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #F1EEEA;
  background-color: #FFFFFF;
  color: #767676;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
}
.filters-container form .filter-link:hover,
.filters-container form label:hover {
  background-color: #f7f7f7;
  border-color: #dcd3ca;
}
.filters-container form input[type=checkbox] {
  display: none;
}
.filters-container form .filter-link.active,
.filters-container form label:has(input[type=checkbox]:checked) {
  background-color: #F1EEEA;
  border-color: transparent;
  color: #B37B5A;
}
@media (max-width: 767px) {
  .filters-container .filter-wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .filters-container .filter-wrap .checkbox-wrap {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.filter-accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.filter-accordion .filter-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding-inline: 12px !important;
  border-color: #33302E !important;
}
.filter-accordion .filter-link span {
  color: #33302E;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 105%;
}
.filter-accordion .filter-link span.icon-arr-down {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}
.filter-accordion .filter-link.active .icon-arr-down {
  transform: rotate(0deg);
}
.filter-accordion .icon-filter::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggb3BhY2l0eT0iLjAxIiBmaWxsPSIjMzMzMDJFIiBkPSJNMjQgMHYyNEgwVjB6Ii8+PHBhdGggZD0iTTE5IDlhMyAzIDAgMDAtMi44MiAySDNhMSAxIDAgMTAwIDJoMTMuMThBMyAzIDAgMTAxOSA5ek0zIDdoMS4xOGEzIDMgMCAwMDUuNjQgMEgyMWExIDEgMCAxMDAtMkg5LjgyYTMgMyAwIDAwLTUuNjQgMEgzYTEgMSAwIDAwMCAyek0yMSAxN2gtNy4xOGEzIDMgMCAwMC01LjY0IDBIM2ExIDEgMCAxMDAgMmg1LjE4YTMgMyAwIDAwNS42NCAwSDIxYTEgMSAwIDEwMC0yeiIgZmlsbD0iIzMzMzAyRSIvPjwvc3ZnPg==");
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .filter-accordion {
    align-self: flex-end;
  }
  .filter-accordion .filter-link {
    justify-self: flex-end;
  }
}

.select-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.select-wrapper .product-properies__filter__item label {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  font-size: 18px;
  border-bottom: 1px solid #F1EEEA;
}
.select-wrapper .product-properies__filter__item.disabled {
  cursor: not-allowed;
}
.select-wrapper .product-properies__filter__item.disabled select {
  cursor: not-allowed;
}
.select-wrapper .product-properies__filter__item.disabled select::picker-icon {
  display: none;
}
.wholesale-select:not(:last-child) {
  margin-bottom: 1.5rem;
}
.wholesale-select label {
  color: #33302E;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.wholesale-select select {
  border: 1px solid var(--gray, #CCC) !important;
}
.wholesale-select ::picker(select) {
  border: 1px solid var(--gray, #CCC) !important;
  border-top: 0px solid var(--gray, #CCC) !important;
}

.filter-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 24px;
  position: relative;
}
.filter-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #F1EEEA;
}

.accordion-dropdown {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.2s ease-in-out;
}
.accordion-dropdown__title {
  font-weight: 700;
  color: #33302E;
  font-size: 20px;
}
.accordion-dropdown__content {
  overflow: hidden;
  padding-top: 40px;
}
.accordion-dropdown.active {
  grid-template-rows: 1fr;
  overflow: visible;
}

.accordion-dropdown__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.accordion-dropdown__item:after {
  content: "";
  position: absolute;
  right: -80px;
  display: block;
  width: 1px;
  transform: translateX(-50%);
  height: 100%;
  background-color: #F1EEEA;
}

.filter-options {
  display: flex;
  gap: 30px;
}

.filter-option {
  border: 1px solid #F1EEEA !important;
  padding: 1rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 200px;
}
.filter-option input[type=radio] {
  display: none;
}
.filter-option img {
  max-width: 100%;
  height: 100%;
  max-height: 138px;
}
.filter-option .filter-option-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  color: #33302E;
}
label.filter-option:has(input[type=radio]:checked) {
  border-color: #B37B5A !important;
}

.accordion-dropdown__content {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.accordion-dropdown__content.simple {
  padding-inline: 15px;
}
.accordion-dropdown__content.simple .accordion-dropdown__item {
  width: 100%;
  padding-bottom: 40px;
}
.accordion-dropdown__content.simple .accordion-dropdown__item::after {
  display: none;
}
.accordion-dropdown__content.simple .accordion-dropdown__item .filter-options {
  width: 100%;
}
.accordion-dropdown__content.simple .accordion-dropdown__item .filter-options .filter-option {
  width: 100%;
  height: auto;
  flex: 1 1 33.33%;
  color: #33302E;
  font-weight: 500;
}
@media (max-width: 767px) {
  .accordion-dropdown__content.simple .filter-options {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 1220px) {
  .accordion-dropdown__content .accordion-dropdown__item {
    width: 100%;
    padding-bottom: 40px;
  }
  .accordion-dropdown__content .accordion-dropdown__item::after {
    display: none;
  }
  .accordion-dropdown__content .accordion-dropdown__item .filter-options {
    width: 100%;
  }
  .accordion-dropdown__content .accordion-dropdown__item .filter-options .filter-option {
    width: 100%;
    height: auto;
    flex: 1 1 33.33%;
    color: #33302E;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .accordion-dropdown__content {
    padding-top: 0;
    flex-direction: column;
    gap: 0px;
  }
}

.checkbox-items-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding-top: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.checkbox-items-wrapper label span {
  cursor: pointer;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #767676 !important;
}
.checkbox-items-wrapper label span.label {
  margin-right: 30px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkbox-wrapper p,
.checkbox-wrapper span,
.checkbox-wrapper label {
  font-size: 1rem !important;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .checkbox-wrapper input[type=checkbox] {
    --active: #1A1A1A;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #CCC;
    --border-hover: #1A1A1A;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 25px;
    width: 25px;
    min-width: 25px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s;
  }
  .checkbox-wrapper input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .checkbox-wrapper input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .checkbox-wrapper input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .checkbox-wrapper input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .checkbox-wrapper input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }
  .checkbox-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch) {
    width: 25px;
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }
  .checkbox-wrapper input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):after {
    width: 7px;
    height: 12px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 8px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
}
.checkbox-wrapper * {
  box-sizing: inherit;
}

.checkbox-wrapper *:before,
.checkbox-wrapper *:after {
  box-sizing: inherit;
}

.product-card-block {
  padding-inline: 15px;
}
.product-card-block .product-card__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
  gap: 24px 20px;
}
@media (max-width: 767px) {
  .product-card-block .product-card__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.product-card-block .product-card__wrapper.swiper {
  display: block !important;
}
.product-card-block .product-card__item {
  padding-bottom: 20px;
}
.product-card-block .product-card__item .product-card__img {
  position: relative;
  padding-bottom: 100%;
}
.product-card-block .product-card__item .product-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.product-card-block .product-card__item .product-card__actions {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.product-card-block .product-card__item .product-card__info {
  padding-top: 8px;
  margin-bottom: 24px;
}
.product-card-block .product-card__item .product-card__info .product-card__price {
  color: #33302E;
}
@media (max-width: 767px) {
  .product-card-block .product-card__actions .btn-secondary {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 575px) {
  .product-card-block {
    padding-inline: 0;
  }
  .product-card-block .product-card__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

.card-detail-block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px 20px;
  padding-inline: 15px;
}

.card-detail {
  padding-bottom: 20px;
}
.card-detail__image {
  position: relative;
  padding-bottom: 100%;
}
.card-detail__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-detail__info {
  margin-bottom: 24px;
  margin-top: 8px;
}
.card-detail__info h3 {
  margin-bottom: 0px;
}
.section__product {
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.section__product .product__wrapper {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .section__product .product__wrapper .mobile-desription {
    display: flex;
  }
}
.section__product .mobile-desription {
  display: none;
}
.section__product .product-properies__price {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.section__product .product-properies__price .price span {
  color: #33302E;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 767px) {
  .section__product .product-properies__price .product__wrapper {
    grid-template-columns: 1fr;
  }
}
.section__product .product-properies__filter section {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .section__product .product-card__actions .btn-secondary {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 768px) {
  .section__product .product__wrapper {
    grid-template-columns: 1fr;
  }
  .section__product .mobile-desription {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .section__product .mobile-desription .quality-title {
    color: #767676;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
  }
  .section__product .mobile-desription .quality-value {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }
  .section__product .right-side h2 {
    display: none;
  }
  .section__product .right-side .product-properies__filter__item.disabled {
    display: none;
  }
}
@media (max-width: 575px) {
  .section__product .checkbox-items-wrapper {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
  }
  .section__product .checkbox-items-wrapper .product-properies__filter__item {
    width: 100%;
    justify-content: space-between;
  }
  .section__product .checkbox-items-wrapper .product-properies__filter__item .checkbox-wrapper {
    justify-content: space-between;
  }
  .section__product .checkbox-items-wrapper .product-properies__filter__item .checkbox-wrapper label span {
    font-weight: 400 !important;
  }
}

.product-properies__filter .select-wrapper select {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.section__product-types {
  padding: 60px 15px;
  margin-bottom: 32px;
  background-color: #F1EEEA;
}
.section__product-types .product-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .section__product-types .product-types {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section__product-types .product-type-card {
  flex: 1;
  background-color: #f9f9f9;
  padding: 8px 16px 12px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section__product-types .product-type-title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
.section__product-types .product-type-price {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #1A1A1A;
  font-weight: 400;
  line-height: 150%;
}
.section__product-types .product-type-note {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}
.section__product-types .btn-order {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C08C5D;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
  margin-top: auto;
}
.section__product-types .btn-order .icon-cart {
  margin-right: 8px;
}
.section__product-types .btn-order:hover {
  background-color: rgb(168.48, 114.4, 65.52);
}
.section__product-types.four-item .product-types {
  grid-template-columns: repeat(auto-fit, minmax(241px, 1fr));
}
.section__product-types.four-item .product-types .product-type-title {
  margin-bottom: 0;
}

.product-properties {
  padding: 0px 0;
  margin-bottom: 140px;
}
.product-properties .product-properties__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.product-properties .product-properties__list .product-properties__item {
  padding: 8px 16px;
  font-size: 14px;
  color: #33302E;
  font-weight: 500;
  line-height: 1.5;
  border: 1px solid #F1EEEA;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .product-properties {
    margin-bottom: 80px;
  }
}

.section__hero_wholesale {
  color: #F1EEEA;
}
.section__hero_wholesale .wholesale__hero-title {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section__hero_wholesale .container__global_xxl {
  padding: 46px 0 0px;
  display: flex;
  flex-direction: column;
}
.section__hero_wholesale .container__global_xxl .container__global {
  flex: 1;
}
.section__hero_wholesale .container__global_xxl .wholesale__info-block {
  margin-top: 120px;
}
@media (max-width: 1024px) {
  .section__hero_wholesale .container__global_xxl .wholesale__info-block {
    margin-top: 60px;
  }
}
.section__hero_wholesale p,
.section__hero_wholesale h1,
.section__hero_wholesale h2,
.section__hero_wholesale h3,
.section__hero_wholesale h4,
.section__hero_wholesale h5,
.section__hero_wholesale h6,
.section__hero_wholesale span {
  color: #F1EEEA;
}
.section__hero_wholesale .btn-action {
  display: flex;
  padding: 5px;
  border: 1px solid var(--brown, #B37B5A);
  background: rgba(179, 123, 90, 0.1);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.section__hero_wholesale .btn-action .btn-action__link {
  color: #F1EEEA;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: background-color 0.3s;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.section__hero_wholesale .btn-action .btn-action__link:not(:last-child) {
  border-right: 1px solid var(--brown, #B37B5A);
}
.section__hero_wholesale .btn-action .btn-action__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: var(--brown, #B37B5A);
  transition: width 0.5s;
  z-index: -1;
}
.section__hero_wholesale .btn-action .btn-action__link:hover {
  color: #F1EEEA;
  background-color: transparent;
}
.section__hero_wholesale .btn-action .btn-action__link:hover:after {
  width: 100%;
}
@media (max-width: 767px) {
  .section__hero_wholesale .btn-action {
    display: none;
  }
}
.section__hero_wholesale .wholesale__info-block {
  position: relative;
  border-top: 1px solid #F1EEEA;
  border-bottom: 1px solid #F1EEEA;
}
.section__hero_wholesale .wholesale__info-block ._row {
  margin-bottom: 0;
}
.section__hero_wholesale .wholesale__info-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 48, 46, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1;
}
@media (max-width: 767px) {
  .section__hero_wholesale .container__global_xxl {
    height: auto;
  }
  .section__hero_wholesale .container__global_xxl .wholesale__hero-title {
    gap: 20px;
  }
}

.wholesale__info {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 2;
}
.wholesale__info .wholesale__info-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 45px 32px;
  border-left: 1px solid #F1EEEA;
}
.wholesale__info .wholesale__info-item span {
  color: #F1EEEA;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.wholesale__info .wholesale__info-item:last-child {
  border-right: 1px solid #F1EEEA;
}
@media (max-width: 767px) {
  .wholesale__info {
    margin-bottom: 20px;
  }
  .wholesale__info .wholesale__info-item {
    padding: 20px 10px;
    border: none !important;
    border: 1px solid #F1EEEA !important;
    border-bottom: none !important;
  }
}

.section__wholesale_cards-categories {
  --gap: 24px;
}
.section__wholesale_cards-categories .cats-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: var(--gap);
  flex-wrap: wrap;
  margin-top: 24px;
}
.section__wholesale_cards-categories .cats-cards .cats-cards__item {
  padding: 30px;
  display: flex;
  gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brown, #B37B5A);
}
.section__wholesale_cards-categories .cats-cards .cats-cards__item-image {
  width: 100%;
  max-width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section__wholesale_cards-categories .cats-cards .cats-cards__item-content span {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .section__wholesale_cards-categories .cats-cards {
    gap: 10px;
  }
  .section__wholesale_cards-categories .cats-cards__item {
    padding: 10px;
  }
  .section__wholesale_cards-categories .cats-cards__item-content span {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 767px) {
  .section__wholesale_cards-categories {
    padding-block: 24px;
  }
}

.scheme-section {
  padding: 80px 0;
  position: relative;
}
.scheme-section .scheme-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 250px;
}
.scheme-section .scheme-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0%;
  width: 100%;
  margin-bottom: 20px;
}
.scheme-section .scheme-steps:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--brown, #B37B5A);
  z-index: 1;
}
.scheme-section .scheme-step {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: 1px solid var(--brown, #B37B5A);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.scheme-section .scheme-step img {
  max-width: 20px;
  max-height: 20px;
}
.scheme-section .scheme-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  top: 50%;
  color: #33302E;
}
.scheme-section .scheme-block {
  flex: 0 0 14.2857142857%;
  padding: 0;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
}
.scheme-section .scheme-block h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #33302E;
}
.scheme-section .scheme-block p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #33302E;
  padding: 0 5px;
}
.scheme-section .scheme-block ul {
  list-style: none;
  padding: 0 5px;
  margin: 0;
  text-align: left;
}
.scheme-section .scheme-block ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #33302E;
}
.scheme-section .scheme-block ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--brown, #B37B5A);
}
@media (max-width: 991px) {
  .scheme-section {
    padding: 40px 0;
  }
  .scheme-section .scheme-wrapper {
    min-height: auto;
    flex-direction: row;
  }
  .scheme-section .scheme-steps {
    flex-direction: column;
    height: 100%;
    width: auto;
    margin: 0;
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    justify-content: flex-start;
    gap: 120px;
  }
  .scheme-section .scheme-steps:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .scheme-section .scheme-step {
    margin: 0px 0;
    gap: 0px;
    position: relative;
  }
  .scheme-section .scheme-step::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 140px;
    height: 1px;
    border-top: 1px dashed var(--brown, #B37B5A);
  }
  .scheme-section .scheme-step:first-child {
    margin-top: 0px;
  }
  .scheme-section .scheme-step:last-child {
    margin-bottom: 0;
  }
  .scheme-section .scheme-blocks {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-left: 0px;
    height: 100%;
    margin-top: 30px;
  }
  .scheme-section .scheme-block {
    flex: 0 0 100%;
    margin-bottom: 0px;
    padding-right: 10px;
    min-height: 100px;
  }
  .scheme-section .scheme-block:first-child {
    margin-top: 0px;
  }
  .scheme-section .scheme-block:last-child {
    margin-bottom: 0;
  }
  .scheme-section .scheme-block h3 {
    margin-bottom: 8px;
  }
  .scheme-section .scheme-block p {
    padding: 0;
  }
  .scheme-section .scheme-block ul {
    padding: 0;
  }
}

.prefence-section {
  background: #33302E;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-block: 120px;
}
.prefence-section::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(../assets/images/icons/footer-wave.svg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.prefence-section::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  transform: rotateX(180deg);
  background: url(../assets/images/icons/footer-wave.svg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.prefence-section h2 {
  color: #F1EEEA;
}
.prefence-section :is(p, span, li) {
  color: #ccc !important;
}
.prefence-section .list-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 20px 12px;
}
.prefence-section .list-block .block-icon {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.prefence-section .list-block .block-icon img {
  width: 60px;
}
.prefence-section .list-block .content-block {
  gap: 0.1rem;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  color: #ccc !important;
}
.prefence-section .list-block .content-block :is(*) {
  font-size: 1rem;
}

.product-slider {
  position: relative;
  margin-block: 30px 140px;
  padding-inline: 40px;
}
.product-slider .container__global {
  position: relative;
}
.product-slider .swiper {
  width: 100%;
  height: 100%;
  justify-content: center;
}
.product-slider .swiper .swiper-wrapper {
  align-items: center;
}
.product-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 37%;
}
.product-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .product-slider {
    padding-inline: 0;
    padding-block: 30px 80px;
  }
}
@media (max-width: 575px) {
  .product-slider {
    padding-inline: 15px;
  }
  .product-slider .swiper-slide {
    padding-bottom: 70%;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0px !important;
}
.swiper-button-prev {
  left: -30px;
  z-index: 1;
}
.swiper-button-prev:before {
  content: "";
  display: none;
}
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  right: -30px;
  z-index: 1;
}
.swiper-button-next:before {
  content: "";
  display: none;
}

.swiper-pagination {
  display: none;
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: 0;
    display: none;
  }
  .swiper-button-next {
    right: 0;
    display: none;
  }
}
@media (max-width: 575px) {
  .swiper-button-prev {
    left: 0;
    display: block;
  }
  .swiper-button-next {
    right: 0;
    display: block;
  }
  .swiper-pagination {
    display: block !important;
    position: initial !important;
    bottom: 0 !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0% !important;
    background: #ccc !important;
    opacity: 1 !important;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #B37B5A !important;
  }
  .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
  }
  .navigation .swiper-pagination {
    width: 50% !important;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .navigation .swiper-button-prev,
  .navigation .swiper-button-next {
    display: block;
    position: inherit !important;
    width: 20px;
    height: 20px;
    margin-top: 0;
  }
  .navigation .swiper-button-prev svg,
  .navigation .swiper-button-next svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1220px) {
  .header-nav__item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.close-menu {
  display: none;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 800px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-top: 3px solid var(--brown, #B37B5A);
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}
.mega-menu:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.mega-menu__container {
  display: flex;
  position: relative;
  z-index: 1;
}
.mega-menu__item {
  flex: 1;
  min-width: 180px;
  border-right: 1px solid #eee;
  padding: 0 40px;
}
.mega-menu__item:last-child {
  border-right: none;
}
.mega-menu__item h3 {
  color: #1A1A1A;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mega-menu__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu__item ul li {
  margin-bottom: 30px;
  font-size: 20px;
}
.mega-menu__item ul li:last-child {
  margin-bottom: 0;
}
.mega-menu__item ul li a {
  display: block;
  color: var(--dark, #333);
  font-size: 20px;
  font-weight: 400 !important;
  text-transform: none !important;
  transition: color 0.2s ease;
}
.mega-menu__item ul li a:hover {
  color: var(--brown, #B37B5A);
}

@media (max-width: 1220px) {
  header .header-nav {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transform: translateX(100%);
    transition: all 0.3s ease;
  }
  header .header-nav .header-nav__list {
    flex: 1;
  }
  body.menu-open header .header-nav {
    transform: translateX(0);
  }
  .header-nav-mobile__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #B37B5A;
    padding: 10px;
  }
  .header-nav-mobile__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    margin-top: 60px;
  }
  .header-nav-mobile__footer a {
    width: 100%;
  }
  .close-menu {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
  }
  .close-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #33302E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .close-menu span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .close-menu span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mega-menu {
    min-width: auto;
    transition: all 1s ease;
    top: 0;
  }
  .mega-menu__item {
    width: 100%;
    padding: 20px 0px;
    border-right: none;
    border-bottom: 1px solid #F1EEEA;
  }
  .mega-menu__item:last-child {
    border-bottom: none;
  }
  .mega-menu__item h3 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .mega-menu__item ul {
    margin-bottom: 0rem;
  }
  .mega-menu__item ul li {
    margin-bottom: 5px;
  }
  .mega-menu__item ul li a {
    font-size: 1rem !important;
  }
  .mega-menu__container {
    flex-direction: column;
    padding-inline: 0px !important;
  }
}
@media (min-width: 1220px) {
  .header-nav-mobile__container,
  .close-menu,
  .header-nav-mobile__footer {
    display: none;
  }
}
@media (max-width: 991px) {
  .mega-menu {
    min-width: 600px;
    padding: 20px;
  }
  .mega-menu__container {
    gap: 20px;
  }
  .mega-menu__item {
    min-width: 120px;
  }
  .mega-menu__item h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.pamitnyk::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/house.svg");
  background-size: contain;
  background-position: center;
}

.pavement::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/bruk.svg");
  background-size: contain;
  background-position: center;
}

.tile::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/floor.svg");
  background-size: contain;
  background-position: center;
}

.granit::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/pyramid.svg");
  background-size: contain;
  background-position: center;
}

/*# sourceMappingURL=style.css.map*/