@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%;
}

.uppercase {
  text-transform: uppercase !important;
}

.soc-link {
  display: flex;
  flex-direction: row;
}

.soc-link svg {
  width: 16px;
  height: 16px;
}

.social-link {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}

.soc-link svg path {
  fill: #B37B5A;
}

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

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.mb-4 {
  margin-bottom: 40px;
}

._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 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;
}
@media (min-width: 767px) {
  ._row.head-and-filter .row-reverse {
    flex-direction: row-reverse;
  }
}
._row.head-and-filter .flex-end {
  justify-content: end;
}
@media (max-width: 767px) {
  ._row .minus-order-1 {
    order: -1;
  }
}

/*--------------------------------------------------------------
# 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, 3.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 0.5rem;
  font-family: Mont, sans-serif;
  color: #33302E;
}

h2 {
  font-size: clamp(1.875rem, 1.875rem + (1vw - 0.24rem) * 1.5152, 2.75rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-family: Mont, sans-serif;
  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;
  font-family: Mont, sans-serif;
  color: #33302E;
}

h1.small {
  font-size: clamp(1.875rem, 1.875rem + (1vw - 0.24rem) * 1.5152, 2.75rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-family: Mont, sans-serif;
}

h2.small {
  font-size: clamp(1.875rem, 1.875rem + (1vw - 0.24rem) * 1.5152, 1.75rem) !important;
}

.mb-2-2 {
  margin-bottom: 2.2rem;
}

.mb-2-75 {
  margin-bottom: 2.75rem;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.mb-0 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .lg-mt-140 {
    margin-top: 140px;
  }
}

.mt-80 {
  margin-top: 80px;
}

.d-block {
  display: block !important;
}

.line {
  position: relative;
  margin-bottom: 2.4rem;
}
.line::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  background-color: #B37B5A;
  position: absolute;
  bottom: -16px;
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.active-popup {
  overflow-y: hidden;
}
body.home main {
  display: flex;
  flex-direction: column;
}
body.home main .section__grid-categories {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  body.home main {
    gap: 40px;
  }
}
@media (min-width: 767px) {
  body.home .section__grid-categories {
    margin-bottom: 128px;
  }
  body.home .section__text-media.stone-bg {
    margin-bottom: 100px;
  }
  body.home .section__catalog {
    margin-block: 140px !important;
  }
}

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, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .sort-price {
    max-width: 300px;
  }
}

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

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

.border-color {
  border: none;
  border-top: 1px solid #F1EEEA;
  list-style: none !important;
}

.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, 1rem);
  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: 35%;
  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 {
  margin-top: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .heading-block {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

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

form.wpcf7-form.init .form__group {
  padding-left: 0;
  padding-top: 12px;
}

span.wpcf7-spinner {
  display: none;
}

form.wpcf7-form.init ._row {
  margin-bottom: 0px !important;
}

@media (min-width: 767px) {
  .single-post h2 {
    margin-top: 2rem;
  }
}

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

span.label {
  position: relative;
  display: flex;
  align-items: center;
}

.question {
  text-decoration: none;
  padding: 5px;
  border-radius: 50%;
  background-color: #B37B5A;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.question:hover {
  background-color: #33302E;
  color: #fff !important;
}

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

.animate-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
  background-color: #B37B5A !important;
  /* Коричневий фон кнопки */
  cursor: pointer;
  overflow: hidden;
  /* Ховаємо колір заповнення, коли він виходитиме за межі */
  /* ВАШ ПАДІНГ: 5px зверху, знизу та зліва. Справа залишаємо більше (наприклад, 20px) для відступу від тексту */
  padding: 5px 20px 5px 5px !important;
}
.animate-button:hover {
  background-color: #a47963 !important;
  /* Залишаємо коричневий фон при ховері */
}
@media (max-width: 575px) {
  .animate-button {
    background-color: #33302E !important;
  }
}

/* Контейнер для іконки */
.animate-button ._icon-wrap {
  position: relative;
  z-index: 3;
  /* Іконка завжди поверх фону, що розширюється */
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Текст кнопки */
.animate-button .btn-text {
  position: relative;
  z-index: 3;
  /* Текст також поверх анімації */
  color: #ffffff;
  letter-spacing: 1px;
  margin-left: 12px;
  font-weight: 700;
  /* Відступ тексту від квадрата іконки */
}

/* --- ЕФЕКТ ЗАПОВНЕННЯ З КВАДРАТА В УСІ СТОРОНИ --- */
.animate-button::before {
  content: "";
  position: absolute;
  /* Змінено на 5px під ваш падінг кнопки */
  top: 5px;
  /* Відступ зверху */
  bottom: 5px;
  /* Відступ знизу */
  left: 5px;
  /* Відступ зліва */
  width: 34px;
  /* Ширина дорівнює ширині квадрата іконки */
  background-color: #2b2826;
  /* Темний колір іконки */
  z-index: 2;
  /* Шар під текстом/іконкою, але над коричневим фоном */
  /* Плавна анімація для всіх сторін одночасно */
  transition: top 0.5s ease, bottom 0.5s ease, left 0.5s ease, width 0.5s ease;
}
@media (max-width: 575px) {
  .animate-button::before {
    display: none;
  }
}

/* --- ХОВЕР СТАН: розширюємося всюди --- */
.animate-button:hover::before {
  top: 0;
  /* Заповнює верхній простір */
  bottom: 0;
  /* Заповнює нижній простір */
  left: 0;
  /* Заповнює лівий простір */
  width: 100%;
  /* Заповнює всю кнопку до правого краю */
}

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%;
}

label {
  color: #33302E !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.217px;
}

.label {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.217px;
  color: #33302E !important;
}

::-moz-placeholder {
  color: #767676;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: -0.289px;
}

::placeholder {
  color: #767676;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: -0.289px;
}

::picker(select),
select {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  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;
}
.form-customer-order__item .label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #33302E;
  font-weight: 500;
  line-height: 150%;
  font-size: 16px;
}
.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;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -0.217px;
}
.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%;
}

#pamyatniki-pagination {
  margin-top: 32px;
}
#pamyatniki-pagination .navigation.pagination,
#pamyatniki-pagination .nav-links {
  display: flex;
  justify-content: center;
}
#pamyatniki-pagination .nav-links {
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
#pamyatniki-pagination .page-numbers {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  background: #fff;
  color: #1f1f1f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#pamyatniki-pagination .page-numbers.current {
  border-color: #232323;
  background-color: #232323;
  color: #fff;
}
#pamyatniki-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  min-width: auto;
  padding: 0 2px;
}
#pamyatniki-pagination .page-numbers.prev, #pamyatniki-pagination .page-numbers.next {
  min-width: auto;
  padding: 0 16px;
}
#pamyatniki-pagination a.page-numbers:hover {
  border-color: #232323;
  background-color: #232323;
  color: #fff;
}
#pamyatniki-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #pamyatniki-pagination {
    margin-top: 24px;
  }
  #pamyatniki-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    border-radius: 8px;
    font-size: 14px;
  }
}
.pll-switcher {
  position: relative;
  display: inline-block;
  font-family: inherit;
}

button.pll-current {
  padding: 10px;
  cursor: pointer;
  color: #000;
  background: #fff;
}
button.pll-current:hover {
  color: #fff;
}
button.pll-current:hover svg path {
  fill: #fff;
}
button.pll-current:active {
  color: #fff;
}
button.pll-current:active svg path {
  fill: #fff;
}
button.pll-current:focus {
  outline: none;
  color: #fff;
}
button.pll-current:focus svg path {
  fill: #fff;
}

.pll-list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  display: none;
  z-index: 1000;
}

.pll-switcher.open .pll-list {
  display: block;
}

.pll-list a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}

.pll-list a:hover {
  background: #f2f2f2;
}

.pll-list a.active {
  font-weight: bold;
}

/* 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: auto;
  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 {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-bottom: 1px solid #B37B5A;
}
.blog-card__image {
  position: relative;
  padding-bottom: 79%;
  margin-bottom: 8px;
  overflow: hidden;
}
.blog-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.blog-card__content {
  height: auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-card__content__title a {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease;
  font-size: 1.25rem;
}
.blog-card__content__title a:hover {
  color: #B37B5A !important;
}
.blog-card__content__title a:hover a {
  color: #B37B5A !important;
}
.blog-card__content__text {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1 1 auto;
}
.blog-card__content__link {
  color: #B37B5A;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  margin-top: auto;
  position: relative;
  justify-content: space-between;
}
.blog-card__content__link span {
  color: #B37B5A;
  text-transform: uppercase;
}
.blog-card__content__link ._icon-right-botttom {
  color: inherit;
  font-size: 14px;
  width: 24px;
  height: 24px;
}
.blog-card__content__link ._icon-right-botttom::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #B37B5A;
  position: absolute;
  top: 0%;
  right: 0%;
  background: url("../assets/images/icons/arr-right-bott.svg") center center/contain no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}
.blog-card:hover .blog-card__content__link ._icon-right-botttom::before {
  transform: rotate(-90deg);
}
.blog-card:hover .blog-card__content__title {
  color: #B37B5A !important;
}
.blog-card:hover .blog-card__content__title a {
  color: #B37B5A !important;
}
.blog-card:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

/* Monuments skeleton loader
--------------------------------------------- */
.product-card-block .product-card__item.skeleton-card,
.card-detail-block .product-card__item.skeleton-card,
.product-card__wrapper .product-card__item.skeleton-card {
  min-height: 460px;
}
.product-card-block .product-card__item.skeleton-card .product-card__img,
.card-detail-block .product-card__item.skeleton-card .product-card__img,
.product-card__wrapper .product-card__item.skeleton-card .product-card__img {
  background-color: transparent;
}
.product-card-block .product-card__item.skeleton-card .skeleton-block,
.card-detail-block .product-card__item.skeleton-card .skeleton-block,
.product-card__wrapper .product-card__item.skeleton-card .skeleton-block {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #ececec;
  border-radius: 12px;
}
.product-card-block .product-card__item.skeleton-card .skeleton-block::after,
.card-detail-block .product-card__item.skeleton-card .skeleton-block::after,
.product-card__wrapper .product-card__item.skeleton-card .skeleton-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  animation: skeleton-shimmer 1.4s infinite;
}
.product-card-block .product-card__item.skeleton-card .skeleton-image,
.card-detail-block .product-card__item.skeleton-card .skeleton-image,
.product-card__wrapper .product-card__item.skeleton-card .skeleton-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.product-card-block .product-card__item.skeleton-card .skeleton-title,
.card-detail-block .product-card__item.skeleton-card .skeleton-title,
.product-card__wrapper .product-card__item.skeleton-card .skeleton-title {
  width: 68%;
  height: 18px;
  margin-bottom: 12px;
}
.product-card-block .product-card__item.skeleton-card .skeleton-price,
.card-detail-block .product-card__item.skeleton-card .skeleton-price,
.product-card__wrapper .product-card__item.skeleton-card .skeleton-price {
  width: 45%;
  height: 16px;
}
.product-card-block .product-card__item.skeleton-card .product-card__actions,
.card-detail-block .product-card__item.skeleton-card .product-card__actions,
.product-card__wrapper .product-card__item.skeleton-card .product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.product-card-block .product-card__item.skeleton-card .skeleton-button,
.card-detail-block .product-card__item.skeleton-card .skeleton-button,
.product-card__wrapper .product-card__item.skeleton-card .skeleton-button {
  height: 44px;
  width: calc(50% - 8px);
  min-width: 80px;
}
.product-card-block .product-card__item.skeleton-card .skeleton-button.small,
.card-detail-block .product-card__item.skeleton-card .skeleton-button.small,
.product-card__wrapper .product-card__item.skeleton-card .skeleton-button.small {
  width: 44px;
}

@media (max-width: 767px) {
  .product-card-block .product-card__item.skeleton-card,
  .card-detail-block .product-card__item.skeleton-card,
  .product-card__wrapper .product-card__item.skeleton-card {
    min-height: 420px;
  }
  .product-card-block .product-card__item.skeleton-card .product-card__actions,
  .card-detail-block .product-card__item.skeleton-card .product-card__actions,
  .product-card__wrapper .product-card__item.skeleton-card .product-card__actions {
    gap: 0.75rem;
  }
  .product-card-block .product-card__item.skeleton-card .skeleton-button,
  .card-detail-block .product-card__item.skeleton-card .skeleton-button,
  .product-card__wrapper .product-card__item.skeleton-card .skeleton-button {
    width: calc(50% - 8px);
    min-width: auto;
  }
  .product-card-block .product-card__item.skeleton-card .skeleton-button.small,
  .card-detail-block .product-card__item.skeleton-card .skeleton-button.small,
  .product-card__wrapper .product-card__item.skeleton-card .skeleton-button.small {
    width: 44px;
  }
}
@media (max-width: 575px) {
  .product-card-block .product-card__item.skeleton-card,
  .card-detail-block .product-card__item.skeleton-card,
  .product-card__wrapper .product-card__item.skeleton-card {
    min-height: 400px;
  }
  .product-card-block .product-card__item.skeleton-card .skeleton-button,
  .product-card-block .product-card__item.skeleton-card .skeleton-button.small,
  .card-detail-block .product-card__item.skeleton-card .skeleton-button,
  .card-detail-block .product-card__item.skeleton-card .skeleton-button.small,
  .product-card__wrapper .product-card__item.skeleton-card .skeleton-button,
  .product-card__wrapper .product-card__item.skeleton-card .skeleton-button.small {
    width: 100%;
  }
}
@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}
/* 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);
  overflow-y: auto;
}
.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: none;
  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;
}
@media (max-width: 767px) {
  .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: 1.3rem;
  }
}
.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;
}
@media (max-width: 767px) {
  .popup .container__popup__wrapper .container__popup__content.order {
    flex-direction: column;
    gap: 20px;
  }
}
.popup.order .popup__wrapper {
  max-width: 1000px;
}
.popup.call_back .popup__wrapper {
  max-width: 600px;
}
.popup br {
  display: none;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /* Add dots under the hoverable text */
  cursor: pointer;
  margin-top: -5px;
}

/* Tooltip text */
.tooltiptext {
  /* Hidden by default */
  width: -moz-fit-content;
  width: fit-content;
  max-width: 250px;
  min-width: 180px;
  visibility: hidden;
  font-size: 14px;
  width: fit-content;
  padding: 5px;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  border-radius: 6px;
  position: absolute;
  z-index: 9;
  bottom: 100%;
  left: 65%;
  margin-left: -65px;
}
@media (max-width: 767px) {
  .tooltiptext {
    left: 29px;
  }
}

/* Show the tooltip text on hover */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.icon-alert {
  vertical-align: middle;
}

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

/* Pagination
--------------------------------------------- */
.pagination-archive {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
.pagination-archive .nav-links,
.pagination-archive ul,
.pagination-archive .page-numbers {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
.pagination-archive .page-numbers {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: none;
  background: #fff;
  color: #1f1f1f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pagination-archive .page-numbers.current {
  background-color: #232323;
  color: #fff;
}
.pagination-archive .page-numbers.dots {
  background: transparent;
  min-width: auto;
  padding: 0 2px;
}
.pagination-archive .page-numbers.prev,
.pagination-archive .page-numbers.next {
  min-width: auto;
  padding: 0 16px;
  font-size: 20px;
  line-height: 1;
}
.pagination-archive a.page-numbers:hover {
  background-color: #232323;
  color: #fff;
}

@media (max-width: 767px) {
  .pagination-archive .page-numbers {
    min-width: 38px;
    height: 38px;
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
# 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: "Mont";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Mont-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Mont-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Mont";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Mont-Regular.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";
}

/**
 * 1. Словник іконок
 * Сюди ми додаємо назву іконки та її код у форматі Data URI.
 * Я вже закодував ваші SVG (замінив <, >, # на безпечні символи).
 */
/**
 * 2. Базовий клас
 * Цей селектор знаходить всі класи, що починаються на "icon-custom-"
 */
[class^=icon-custom-],
[class*=" icon-custom-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/**
 * 3. Генератор класів
 * Проходить по списку і створює класи .icon-custom-truck, .icon-custom-star тощо.
 */
.icon-custom-truck {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1895 3C16.2409 3.05389 17.051 3.94843 17.0001 5V7.51953L21.5997 11.2197C21.8459 11.4043 21.9939 11.6923 22.0001 12V16C22.0001 16.5522 21.5522 16.9999 21.0001 17H20.7999C21.2518 18.2453 20.8334 19.6399 19.7706 20.4307C18.7078 21.2213 17.2523 21.2211 16.1895 20.4307C15.1266 19.6399 14.7082 18.2453 15.1602 17H8.79987C9.25276 18.2595 8.81645 19.6668 7.73053 20.4492C6.64463 21.2316 5.17155 21.2003 4.12018 20.3721C3.06877 19.5438 2.69383 18.1188 3.20026 16.8799C2.45553 16.5551 1.98108 15.8122 2.00006 15V4.80664C2.04907 3.84787 2.81168 3.06041 3.7901 3H15.1895ZM6.00006 17C5.44778 17 5.00006 17.4477 5.00006 18C5.00006 18.5523 5.44778 19 6.00006 19C6.55225 18.9999 7.00006 18.5522 7.00006 18C7.00006 17.4478 6.55225 17.0001 6.00006 17ZM18.0001 17C17.4478 17 17.0001 17.4477 17.0001 18C17.0001 18.5523 17.4478 19 18.0001 19C18.5522 18.9999 19.0001 18.5522 19.0001 18C19.0001 17.4478 18.5522 17.0001 18.0001 17ZM17.0001 15H20.0001V12.4805L17.0001 10.0801V15Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1895 3C16.2409 3.05389 17.051 3.94843 17.0001 5V7.51953L21.5997 11.2197C21.8459 11.4043 21.9939 11.6923 22.0001 12V16C22.0001 16.5522 21.5522 16.9999 21.0001 17H20.7999C21.2518 18.2453 20.8334 19.6399 19.7706 20.4307C18.7078 21.2213 17.2523 21.2211 16.1895 20.4307C15.1266 19.6399 14.7082 18.2453 15.1602 17H8.79987C9.25276 18.2595 8.81645 19.6668 7.73053 20.4492C6.64463 21.2316 5.17155 21.2003 4.12018 20.3721C3.06877 19.5438 2.69383 18.1188 3.20026 16.8799C2.45553 16.5551 1.98108 15.8122 2.00006 15V4.80664C2.04907 3.84787 2.81168 3.06041 3.7901 3H15.1895ZM6.00006 17C5.44778 17 5.00006 17.4477 5.00006 18C5.00006 18.5523 5.44778 19 6.00006 19C6.55225 18.9999 7.00006 18.5522 7.00006 18C7.00006 17.4478 6.55225 17.0001 6.00006 17ZM18.0001 17C17.4478 17 17.0001 17.4477 17.0001 18C17.0001 18.5523 17.4478 19 18.0001 19C18.5522 18.9999 19.0001 18.5522 19.0001 18C19.0001 17.4478 18.5522 17.0001 18.0001 17ZM17.0001 15H20.0001V12.4805L17.0001 10.0801V15Z' fill='%23000'/%3E%3C/svg%3E");
}

.icon-custom-star {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5598 21.0002C17.3999 21.0008 17.2421 20.9631 17.0998 20.8902L11.9998 18.2202L6.89979 20.8902C6.56192 21.0679 6.15238 21.0377 5.84422 20.8124C5.53605 20.5871 5.38302 20.206 5.44979 19.8302L6.44979 14.2002L2.32979 10.2002C2.06784 9.93881 1.97167 9.55412 2.07979 9.2002C2.19803 8.83763 2.51221 8.57387 2.88979 8.5202L8.58979 7.6902L11.0998 2.5602C11.2669 2.21521 11.6165 1.99609 11.9998 1.99609C12.3831 1.99609 12.7327 2.21521 12.8998 2.5602L15.4398 7.6802L21.1398 8.5102C21.5174 8.56387 21.8315 8.82763 21.9498 9.1902C22.0579 9.54412 21.9617 9.9288 21.6998 10.1902L17.5798 14.1902L18.5798 19.8202C18.6527 20.203 18.4966 20.5933 18.1798 20.8202C17.9987 20.9471 17.7807 21.0104 17.5598 21.0002Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5598 21.0002C17.3999 21.0008 17.2421 20.9631 17.0998 20.8902L11.9998 18.2202L6.89979 20.8902C6.56192 21.0679 6.15238 21.0377 5.84422 20.8124C5.53605 20.5871 5.38302 20.206 5.44979 19.8302L6.44979 14.2002L2.32979 10.2002C2.06784 9.93881 1.97167 9.55412 2.07979 9.2002C2.19803 8.83763 2.51221 8.57387 2.88979 8.5202L8.58979 7.6902L11.0998 2.5602C11.2669 2.21521 11.6165 1.99609 11.9998 1.99609C12.3831 1.99609 12.7327 2.21521 12.8998 2.5602L15.4398 7.6802L21.1398 8.5102C21.5174 8.56387 21.8315 8.82763 21.9498 9.1902C22.0579 9.54412 21.9617 9.9288 21.6998 10.1902L17.5798 14.1902L18.5798 19.8202C18.6527 20.203 18.4966 20.5933 18.1798 20.8202C17.9987 20.9471 17.7807 21.0104 17.5598 21.0002Z' fill='%23000'/%3E%3C/svg%3E");
}

.icon-custom-user {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z' fill='%23000'/%3E%3Cpath d='M18 21C18.5523 21 19 20.5523 19 20C19 16.134 15.866 13 12 13C8.13401 13 5 16.134 5 20C5 20.5523 5.44772 21 6 21H18Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z' fill='%23000'/%3E%3Cpath d='M18 21C18.5523 21 19 20.5523 19 20C19 16.134 15.866 13 12 13C8.13401 13 5 16.134 5 20C5 20.5523 5.44772 21 6 21H18Z' fill='%23000'/%3E%3C/svg%3E");
}

/* Header
--------------------------------------------- */
body {
  scroll-behavior: smooth;
}

header.site-header {
  border-bottom: 1px solid #B37B5A;
}
header .top-bar {
  background-color: #33302E;
  padding-inline: 15px;
}
header .tab-header {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}
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;
}
@media (max-width: 767px) {
  header .header__content {
    padding-inline: 0px;
  }
}
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: 0.75rem;
  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;
  text-transform: initial;
}
header .header__content__wrapper .header-nav-wrapper .header-nav .header-nav__list .header-nav__item a {
  color: #33302E;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  header .header__content__wrapper .header-nav-wrapper .header-nav .header-nav__list .header-nav__item a {
    font-size: 1.25rem !important;
  }
}
header .header__content__wrapper .header-nav-wrapper .header-nav .header-nav__list > .header-nav__item {
  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;
    visibility: visible;
  }
  header .header-nav .mega-menu::before {
    display: none;
  }
  header .header-nav .mega-menu .mega-menu__container {
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  header .header-nav {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .wholesale-class .header-nav__item a {
    display: inline-block;
    width: 100%;
  }
  .wholesale-class .header-nav__item.has-mega-menu:after {
    transform: translateY(-50%) rotate(-90deg) !important;
  }
}
.header-nav-wrapper {
  display: flex;
  align-items: center;
}

.header-nav__item > a {
  position: relative;
  display: inline-block;
}
.header-nav__item > a::before {
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B37B5A;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  opacity: 0;
}
.header-nav__item:hover > a::before {
  opacity: 1;
  top: 100%;
}

/* Footer
--------------------------------------------- */
.site-footer {
  color: #a9a9a9;
  background-image: url("../assets/images/icons/footer-bg.png");
  background-size: cover;
  background-position: center;
  padding: 60px 0 40px;
  position: relative;
  margin-top: 140px;
  padding-inline: 15px;
}
.site-footer .container__global {
  max-width: 1280px;
}
.site-footer .icon-phone {
  width: 20px;
}
.site-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url("../assets/images/icons/footer-wave.png");
  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: 52px;
}
.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;
  padding-bottom: 25px;
}
@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: 12px;
  /* Вибирає всі посилання, які НЕ починаються з mailto: та НЕ починаються з tel: */
}
.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-widget ul li a:not([href^="mailto:"]):not([href^="tel:"]) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.site-footer .footer-widget ul li a:not([href^="mailto:"]):not([href^="tel:"])::after {
  content: "";
  background-image: url(../assets/images/icons/pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.site-footer .footer-widget ul li a:not([href^="mailto:"]):not([href^="tel:"]):hover {
  color: #ffffff;
}
.site-footer .footer-widget ul li a:not([href^="mailto:"]):not([href^="tel:"]):hover::after {
  opacity: 1;
}
.site-footer .footer-contacts {
  margin-right: auto;
}
.site-footer .footer-contacts .contacts-list {
  margin-bottom: 32px;
}
.site-footer .footer-contacts .contacts-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer .footer-contacts .contacts-list li.phone a {
  font-size: 1.25rem;
}
.site-footer .footer-contacts .contacts-list li i {
  font-size: 14px;
  color: #c86847;
}
.site-footer .footer-contacts .contacts-list li a,
.site-footer .footer-contacts .contacts-list li span {
  font-size: 14px;
}
.site-footer .footer-contacts .btn-secondary {
  margin-top: 20px;
}
.site-footer .footer-bottom {
  text-align: left;
  font-size: 1rem;
  color: #ccc;
}
.site-footer .footer-bottom p {
  margin: 0;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
.site-footer .btn-beige,
.site-footer .btn-text {
  font-weight: 600;
}

@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: 12px;
    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(200px, 1fr));
  }
}
.categories-grid__item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: transform 0.3s ease;
  transition: background-size 0.4s ease-in-out;
  background-size: cover;
  background-position: center;
  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 {
  background-size: 105%;
}
.categories-grid__item:hover .categories-grid__content {
  transform: translateY(-10px);
}
.categories-grid__item--wide {
  grid-column: span 3;
}
.categories-grid__item--ghost {
  background-image: url("/wp-content/uploads/2026/02/chatgpt-image-feb-21-2026-09_35_31-pm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-decoration: none;
}
.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;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.categories-grid__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(51, 48, 46, 0) 0%, rgba(51, 48, 46, 0.8) 100%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.255) 0%, rgb(0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.225) 0%, rgb(0, 0, 0) 100%);
}
@media screen and (max-width: 575px) {
  .categories-grid__content {
    padding: 16px 16px 24px;
  }
  .categories-grid__content .categories-grid__title {
    font-size: 1rem;
  }
}
.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--wide {
    grid-column: span 3;
  }
}
@media (max-width: 575px) {
  .categories-grid__wrapper {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    min-height: 200px;
    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;
}
@media (max-width: 767px) {
  .section__catalog {
    margin-block: 40px;
  }
}
.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;
}
@media (max-width: 992px) {
  .section__catalog .card-catalog__wrapper.two-items {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .section__catalog .card-catalog__wrapper.two-items .card-catalog {
    width: 100%;
  }
}
.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;
  }
}

.post-type-archive-pamyatniki .foto-katalog-pamatnikiv {
  display: none;
}

.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-container {
  margin-top: 26px;
  margin-bottom: 26px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.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;
}

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

.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;
  }
  .filters-container .filter-wrap .filter-accordion {
    order: -1;
  }
}

.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;
  }
}
.filter-accordion .accordion-dropdown .filter-option {
  display: flex !important;
}

.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;
}
@media (max-width: 767px) {
  .accordion-dropdown__title {
    font-size: 14px;
  }
}
.accordion-dropdown__content {
  overflow: hidden;
  padding-top: 0px;
  transition: all 0.2s ease-in-out;
}
.accordion-dropdown.active {
  grid-template-rows: 1fr;
  overflow: visible;
}
.accordion-dropdown.active .accordion-dropdown__content {
  padding-top: 20px;
  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 {
  position: relative;
  padding: 1rem;
  cursor: pointer;
  text-align: center;
  display: flex !important;
  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;
}
@media (max-width: 767px) {
  .filter-option {
    gap: 10px;
  }
}

label.filter-option:has(input[type=radio]:checked) {
  border-color: #B37B5A !important;
}

label.filter-option:has(input[type=radio]:checked)::after {
  content: "×";
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B37B5A;
  font-size: 1.5rem;
  line-height: 1;
}

.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%;
  display: flex;
  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%;
  }
  .accordion-dropdown__content .accordion-dropdown__item::after {
    display: none;
  }
  .accordion-dropdown__content .accordion-dropdown__item .filter-options {
    width: 100%;
    margin-bottom: 10px;
  }
  .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;
}

label.small {
  font-size: 0.75rem !important;
  margin-top: 10px;
}

form p {
  overflow: hidden;
}

.link-text {
  text-decoration: underline;
  color: #B37B5A;
  font-weight: 500;
}

.product-card-block {
  padding-inline: 0;
}
.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;
  display: flex;
  flex-direction: column;
  height: auto;
}
.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;
  flex: 1 1 auto;
}
.product-card-block .product-card__item .product-card__info .product-card__price {
  color: #33302E;
}
@media (max-width: 767px) {
  .product-card-block .product-card__actions {
    gap: 0.5rem;
    align-items: stretch;
  }
  .product-card-block .product-card__actions .constructor {
    display: none;
  }
  .product-card-block .product-card__actions .btn-secondary {
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 0;
    padding: 0.7em 1.2em;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product-card-block .product-card__actions .btn-secondary i,
  .product-card-block .product-card__actions .btn-secondary svg {
    font-size: 22px;
    vertical-align: middle;
  }
}
@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;
  font-size: clamp(1.25rem, 1.25rem + (1vw - 0.24rem) * 0.3788, 1.4rem);
}
.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 0px;
  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-card .product-type-title {
  margin-bottom: 0px;
}
.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: 12px;
  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: 32px 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 12px;
  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;
  margin-bottom: -140px;
}
@media (max-width: 767px) {
  .scheme-section {
    margin-bottom: -55px;
  }
}
.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;
}
@media (min-width: 992px) {
  .scheme-section .scheme-steps {
    max-width: 89%;
  }
}
.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;
  padding: 0 5px;
}
.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/pref-angle.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/pref-angle.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: 0px;
  }
  .product-slider .swiper-slide {
    padding-bottom: 70%;
  }
}

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

.swiper-button-next {
  right: -30px !important;
  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: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .mega-menu__item h3 a {
    font-size: 1rem !important;
  }
}
.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 {
    overflow-y: hidden;
  }
  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;
    margin-left: auto;
  }
  .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: 300px;
    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*/