@font-face {
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../fonts/YesevaOne.woff2) format("woff2"), url(../fonts/YesevaOne.woff) format("woff");
  font-family: YesevaOne;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} /*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #bfa880;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 191, 168, 128;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 44, 40, 45;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Montserrat;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2c282d;
  --bs-body-text-align: left;
  --bs-body-bg: #fff;
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px;
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
  --swiper-theme-color: #007aff;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.725rem + 5.7vw);
}
h2 {
  font-size: calc(1.4375rem + 2.25vw);
}
h3 {
  font-size: calc(1.3125rem + 0.75vw);
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #6f6f6f;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #2c282d;
  text-decoration: none;
}
a:hover {
  color: #232024;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
} /*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: bottom 0.45s;
  -o-transition: bottom 0.45s;
  transition: bottom 0.45s;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}
.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}
.mm-spn ul.mm-spn--open,
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}
.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}
.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: 0 0;
}
.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}
.mm-spn.mm-spn--light {
  color: #444;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}
.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.page {
  height: 100%;
}
.page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.page__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
img {
  max-width: 100%;
}
svg {
  fill: currentcolor;
}
.container,
.promo__nav {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1330px;
}
.mm-spn.mm-spn--light {
  background: #fff;
}
.burger--active::before,
.mm-ocd-opened .burger::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.burger--active::after,
.mm-ocd-opened .burger::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.burger--active .burger__line,
.mm-ocd-opened .burger .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YesevaOne, serif;
  text-transform: uppercase;
}
.header {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.header__top {
  padding: 15px 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.header__top .container,
.header__top .promo__nav {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 150px 1fr;
  grid-template-columns: 1fr 150px 1fr;
  gap: 30px;
}
.header__top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px 56px;
}
.card-body--delivery{
padding:5px;
}
.header__top-nav ul a {

  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  color: #6f6f6f;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__top-nav ul a:hover {
  color: #2c282d;
}
.header__logo img {
  max-width: 134px;
}
.header__top-user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 34px;
}
.header__top-phone {
  margin-right: 15px;
}
.header__top-phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #bfa880;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header__top-phone a {
  color: inherit;
}
.header__bottom .container,
.header__bottom .promo__nav {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 50px;
  grid-template-columns: 1fr 50px;
  gap: 30px;
}
.header__main-nav {
  padding-right: 100px;
}
.user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 38px;
}
.user-menu__link {
  position: relative;
  color: #6f6f6f;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.user-menu__link:hover {
  color: #bfa880;
}
.user-menu__counter {
  position: absolute;
  right: -17px;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #bfa880;
}
.icon {
  width: 27px;
  height: 27px;
}
.user-login {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.user-login a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.user-login a:hover {
  color: #bfa880;
}
.header-search {
  position: relative;
}
.header-search__wrapper {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  width: 320px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  gap: 0 20px;
}
.header-search__wrapper.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-search__input {
  display: block;
  outline: 0;
  border: 1px solid #bfa880;
  padding: 10px 15px;
  width: 100%;
  height: auto;
  min-height: auto;
}
.header-search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.swiper-button-next,
.swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
  width: 41px;
  height: 10px;
}
.swiper-arrows-groupe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-arrows-groupe .swiper-button-next,
.swiper-arrows-groupe .swiper-button-prev {
  position: static;
  width: 139px;
  height: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.swiper-arrows-groupe .swiper-button-prev {
  background: #fff;
}
.swiper-arrows-groupe .swiper-button-next,
.swiper-arrows-groupe .swiper-button-prev:hover {
  color: #fff;
  background: #2c282d;
}
.swiper-arrows-groupe .swiper-button-next:hover {
  background: #bfa880;
}
.swiper-button-lock {
  display: none;
}
.promo__nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.promo .swiper-slide {
  text-align: center;
}
.h2,
.section-title {
  font-family: YesevaOne, serif;
}
.section-subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bfa880;
}
.btn-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: 0;
  padding: 6px 42px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #2c282d;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn-default:hover {
  color: #fff;
  background: #bfa880;
}
.btn-default--outline {
  border: 1px solid #2c282d;
  padding: 4px 42px;
  color: #2c282d;
  background: 0 0;
}
.btn-default--outline:hover {
  color: #fff;
  background: #2c282d;
}
.title-with-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 30px;
}
.title-with-button .h2,
.title-with-button .section-title {
  margin-bottom: 0;
}
.shop-catalog {
  padding: 100px 0 140px;
}
.shop-catalog__container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  padding: 134px 20px 0;
  max-width: 1723px;
  gap: 27px;
}
.shop-catalog-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: end;
  padding-bottom: 34px;
  min-height: 347px;
}
.shop-catalog-item__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.shop-catalog-item__overlay {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 0;
  width: calc(100% - 20px);
  height: 347px;
  max-width: 280px;
  background: #f5f5f5;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.shop-catalog-item__img {
  position: absolute;
  left: 0;
  bottom: 40%;
  z-index: 1;
}
.shop-catalog-item__text-content {
  position: relative;
  z-index: 2;
  width: 260px;
}
.shop-catalog-item__category-name {
  font-weight: 700;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #bfa880;
}
.shop-catalog-item__title {
  margin-bottom: 0;
  font-family: YesevaOne, serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-transform: none;
}
.shop-catalog-item__arrow {
  margin-top: 10px;
}
.shop-catalog-item__arrow .icon {
  width: 41px;
  height: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.shop-catalog-item:hover .shop-catalog-item__overlay {
  background: #e5e5e5;
}
.shop-catalog-item:hover .shop-catalog-item__arrow .icon {
  color: #bfa880;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
}
.shop-catalog-item:nth-child(even) {
  margin-top: 90px;
}
.about-us {
  padding-bottom: 80px;
}
.about-us__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 43% 1fr;
  grid-template-columns: 43% 1fr;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1680px;
  gap: 30px 98px;
}
.about-us__text-content {
  position: relative;
}
.about-us__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.about-us__text {
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
  min-height: 154px;
  max-width: 660px;
}
.about-us__img-wrap img {
  width: 100%;
}
.product-card {
  position: relative;
  border: 1px solid transparent;
  padding: 40px 20px 28px;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 400px;
}
.product-card__img-wrap {
  margin-bottom: 15px;
  aspect-ratio: 1 / 1;
}
.product-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-card__labeles {
  margin-bottom: 2px;
  min-height: 18px;
}
.product-card__title {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}
.product-card__title a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.product-card__title a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-card__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 10px;
}
.product-card__old-price {
  font-size: 14px;
  line-height: 18px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #6f6f6f;
}
.product-card__current-price {
  font-size: 14px;
  line-height: 18px;
}
.product-card:hover {
  border-color: rgba(196, 196, 196, 0.38);
}
.product-card:hover .product-card__title a {
  color: #bfa880;
}
.product-labeles {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.product-labeles__item--hit,
.product-labeles__item--sale {
  color: #bfa880;
}
.product-labeles__item--new {
  color: #b3c257;
}
.product-slider {
  padding: 40px 0;
}
.product-slider .swiper-slide {
  width: 240px;
}
.product-slider__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}
.default-swiper-nav {
  overflow-x: hidden;
}
.default-swiper-nav .swiper-button-next,
.default-swiper-nav .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.default-swiper-nav .swiper-button-next:hover,
.default-swiper-nav .swiper-button-prev:hover {
  color: #bfa880;
}
.default-swiper-nav .swiper-button-prev {
  left: 0;
}
.default-swiper-nav .swiper-button-next {
  right: 0;
}
.selection-aroma {
  overflow-x: hidden;
  padding: 90px 0 109px;
}
.selection-aroma__inner {
  position: relative;
  padding-top: 48px;
}
.selection-aroma__inner::before {
  content: "";
  position: absolute;
  left: -88px;
  top: 48px;
  bottom: -34px;
  z-index: -2;
  width: 389px;
  background: #fbfbfb;
}
.selection-aroma__inner::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #f5f5f5;
}
.selection-aroma__form {
  padding-left: 105px;
}
.selection-aroma .form-label {
  position: relative;
  margin-bottom: 24px;
  padding-left: 43px;
  min-height: 30px;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-image: url(../images/label-icon1.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.selection-aroma #step2 .form-label{
 background-image:none;
  padding-left: 0;
}
.selection-aroma .form-action {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.selection-aroma .form-action .form-agreement-yes {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 0;
}
.selection-aroma .btn-default {
  color: #fff;
  background: #bfa880;
}
.selection-aroma .btn-default:hover {
  color: #fff;
  background: #2c282d;
}
.selection-aroma .row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  gap: 20px 30px;
}
.selection-aroma .row > * {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}
.selection-aroma #step1 .col-md-12:nth-child(1) .form-label {
  background-image: url(../images/label-icon1.svg);
}
.selection-aroma #step1 .col-md-12:nth-child(2) .form-label {
  background-image: url(../images/label-icon2.svg);
}
.selection-aroma #step1 .col-md-12:nth-child(3) .form-label {
  background-image: url(../images/label-icon3.svg);
}
.selection-aroma #step1 .col-md-12:nth-child(4) .form-label {
  background-image: url(../images/label-icon4.svg);
}
.checkbox,
.radio,
.form-check {
  position: relative;
  display: block;
  margin-bottom: 17px;
  padding-left: 33px;
  min-height: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #6f6f6f;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.checkbox input,
.radio input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.checkbox input:checked + i::after,
.checkbox input:checked ~ i::after,
.radio input:checked + i::after,
.radio input:checked ~ i::after {
  opacity: 1;
}
.checkbox i,
.radio i,
.form-check-input {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #bfa880;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  cursor: pointer;
  margin: 0 !important;
}
.checkbox i::after,
.radio i::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #2c282d;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.checkbox:hover,
.radio:hover {
  color: #2c282d;
}
.photo-gallery {
  padding: 109px 0 134px;
}
.photo-gallery .swiper-slide {
  width: 365px;
}
.photo-gallery__thumb {
  position: relative;
  display: block;
  padding-top: 122%;
}
.photo-gallery__thumb img {
  position: absolute;
  left: 0;
  top: 0;
}
.photo-gallery .title-with-button {
  margin-bottom: 50px;
}
.photo-gallery .swiper-slide:nth-child(even) {
  padding-top: 68px;
}
.photo-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog .swiper-slide {
  width: 410px;
}
.blog-item {
  position: relative;
  padding-bottom: 26px;
  background: #fff;
}
.blog-item__thumb {
  margin-bottom: 23px;
  aspect-ratio: 410 / 208;
}
.blog-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-item__title {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 20px;
  height: 72px;
  font-family: YesevaOne, serif;
  font-size: 18px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-item__title a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blog-item__title a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.blog-item__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  font-weight: 700;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #bfa880;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  gap: 0 20px;
}
.blog-item__readmore .icon {
  width: 41px;
  height: 10px;
}
.blog-item:hover .blog-item__title,
.blog-item:hover .blog-item__title a {
  color: #bfa880;
}
.blog-item:hover .blog-item__readmore {
  color: #2c282d;
}
.blog {
  padding: 85px 0;
  background: #f5f5f5;
}
.blog__action {
  padding-top: 38px;
  text-align: center;
}
.blog .swiper::after,
.blog .swiper::before {
  background: #f5f5f5;
}
.instagram {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 20%);
}
.instagram__item {
  position: relative;
  display: block;
  padding-top: 100%;
}
.instagram__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 40, 45, 0.8)), to(rgba(44, 40, 45, 0.8)));
  background: -o-linear-gradient(bottom, rgba(44, 40, 45, 0.8), rgba(44, 40, 45, 0.8));
  background: linear-gradient(0deg, rgba(44, 40, 45, 0.8), rgba(44, 40, 45, 0.8));
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.instagram__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.instagram__item:hover {
  color: #fff;
}
.instagram__item:hover::after {
  opacity: 1;
}
.instagram__item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  color: #fff;
  background: #2c282d;
}
.instagram__item--info::after {
  content: none;
}
.instagram__item--info a {
  color: #fff;
}
.instagram__info-subtitle {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bfa880;
}
.instagram__info-title {
  margin-bottom: 25px;
  font-family: YesevaOne, serif;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}
.instagram__info-link {
  display: block;
  padding-left: 39px;
  min-height: 26px;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  background-image: url(../images/insta.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.footer {
  padding: 30px 0 90px;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 105px 1fr 400px auto;
  grid-template-columns: 105px 1fr 400px auto;
}
.footer__catalog-menu {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 440px;
}
.footer__catalog-menu ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 18px;
  gap: 16px 30px;
}
.footer__catalog-menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer__man-nav {
  text-transform: capitalize;
}
.footer__man-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  gap: 10px 15px;
}
.footer__man-nav a {
  font-size: 14px;
  line-height: 22px;
  color: #6f6f6f;
  text-transform: none;
}
.footer__contacts {
  margin-left: 63px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.footer__phone-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #bfa880;
}
.footer__address {
  font-weight: 600;
}
.footer__worktime {
  color: #6f6f6f;
}
.footer__mail-link {
  font-weight: 500;
}
.footer__copyright {
  padding-top: 35px;
  font-size: 12px;
  line-height: 18px;
  color: #6f6f6f;
}
.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
}
.subscribe__input {
  outline: 0;
  border: 1px solid #2c282d;
  border-radius: 0;
  padding: 6px 20px 6px 16px;
  width: 50%;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.subscribe__input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.subscribe__input::-moz-placeholder {
  color: #c2c2c2;
}
.subscribe__input:-ms-input-placeholder {
  color: #c2c2c2;
}
.subscribe__input::-ms-input-placeholder {
  color: #c2c2c2;
}
.subscribe__input::placeholder {
  color: #c2c2c2;
}
.subscribe button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  border: 0;
  padding: 0;
  width: 50%;
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #2c282d;
}
.breadcrumb-wrap {
  margin-bottom: 50px;
  background: rgba(196, 196, 196, 0.11);
}
.breadcrumb {
  margin: 0;
  padding: 15px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.06em;
}
.breadcrumb-item a {
  color: #bfa880;
}
.breadcrumb-item.active {
  color: #6f6f6f;
}
.product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 520px 1fr;
  grid-template-columns: 520px 1fr;
  gap: 35px;
}
.product__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product__gallery-thumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 15px;
}
.product__gallery-thumbs .swiper-button-next, 
.product__gallery-thumbs .swiper-button-prev {
  position: static;
}
.product__gallery-thumbs .swiper-slide {
  border: 1px solid rgba(196, 196, 196, 0.38);
}
.product__gallery-thumbs .swiper-slide-thumb-active {
  border-color: #bfa880;
}
.product__gallery-thumbs .icon {
  width: 10px;
  height: 41px;
}
.product__gallery-thumbs .swiper {
  width: 100%;
  height: 309px;
}
.product__gallery-thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__gallery-main {
  border: 1px solid rgba(196, 196, 196, 0.38);
  height: 410px;
  width: 100%;
}
.product__gallery-main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product__gallery-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.product__user-menu .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  color: #6f6f6f;
}
.product__user-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__user-menu-item + .product__user-menu-item {
  margin-left: 25px;
}
.product__user-menu-text {
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bfa880;
}
.product__name {
  margin-bottom: 48px;
  font-size: 36px;
  line-height: 36px;
}
.product__vars {
  margin-bottom: 64px;
}
.product__vars-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
}
.product__vars-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product__vars-btn {
  margin-left: 18px;
}
.product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 62px;
  gap: 15px 30px;
}
.product__consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.product__consultation-text {
  margin-right: 11px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
.product__consultation-phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
.product__consultation-phone a {
  color: #bfa880;
}
.product__delivery-and-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__delivery-and-payment a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #bfa880;
  padding: 0 20px;
  width: 165px;
  height: 42px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: 0 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.product__delivery-and-payment a:hover {
  border-color: #2c282d;
  color: #bfa880;
  background: #2c282d;
}
.product__delivery-and-payment a + a {
  margin-top: 10px;
}
.product__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-var {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.product-var__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
  line-height: 16px;
}
.product-var__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
}
.product-var__old-price {
  margin-right: 10px;
  font-size: 12px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #6f6f6f;
}
.product-var__current-price {
  font-weight: 700;
  font-size: 14px;
}
.product-var__report-admission {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.product-tabs {
  margin-bottom: 80px;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social__item + .social__item {
  margin-left: 15px;
}
.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #bfa880;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.social__link:hover {
  background: #2c282d;
}
.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.38);
  padding: 0;
}
.nav-tabs .nav-link {
  position: relative;
  margin: 0 28px 0 0;
  outline: 0;
  border: 0;
  padding: 11px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  background: 0 0;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #bfa880;
}
.nav-tabs .nav-link.active::after {
  opacity: 1;
}
.tab-content {
  border-bottom: 1px solid rgba(196, 196, 196, 0.38);
  padding: 48px 0 40px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.product-chars-list {
  font-size: 13px;
  line-height: 16px;
}
.product-chars-list__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-chars-list__group + .product-chars-list__group {
  margin-top: 5px;
}
.product-chars-list__term {
  margin-right: 5px;
  font-weight: 600;
  font-style: normal;
}
.product-chars-list__definition {
  font-weight: 600;
  font-style: normal;
  color: #6f6f6f;
}
.about-payment a {
  color: #bfa880;
}
.about-payment p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2c282d;
}
.about-payment p + p {
  margin-top: 35px;
}
.about-payment ul {
  list-style: none;
  margin: 35px 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  color: #2c282d;
}
.about-payment ul li {
  position: relative;
  padding-left: 30px;
  min-height: 14px;
}
.about-payment ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 14px;
  background: url(../images/about-payment_check.svg) center center/cover no-repeat;
}
.about-payment ul li + li {
  margin-top: 20px;
}
.popup {
  display: none;
  width: 840px;
  max-width: 100%;
}
.popup__title {
  margin-bottom: 34px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}
.popup__inner {
  margin: 0 auto;
  width: 630px;
  max-width: 100%;
}
.about-delivery__item + .about-delivery__item {
  margin-top: 10px;
}
.about-delivery__title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.about-delivery p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #6f6f6f;
}
.dropdown-horizont-filter {
  margin-bottom: 66px;
}
.dropdown-horizont-filter .checkbox + .checkbox {
  margin-top: 10px;
}
.dropdown-horizont-filter select {
  margin-top: 10px;
  cursor: pointer;
}
.dropdown-horizont-filter__trigger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  padding: 0 35px 0 15px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
  background: #fff;
  cursor: pointer;
}
.dropdown-horizont-filter__trigger::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 16px;
  display: inline-block;
  width: 9px;
  height: 6px;
  background-image: url(../images/dropdown-filter_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.dropdown-horizont-filter__trigger.is-active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown-horizont-filter__item {
  position: relative;
  margin-bottom: 5px;
  border: 1px solid #bfa880;
}
.dropdown-horizont-filter__item--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}
.dropdown-horizont-filter__price-name {
  margin-right: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.dropdown-horizont-filter__dropdown {
  display: none;
  background: #fff;
}
.dropdown-horizont-filter__content {
  border: 1px solid rgba(152, 152, 152, 0.3);
  padding: 15px 7px;
}
.page-title {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.navbar-collapse {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-brand {
  font-weight: 600;
}
.form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  border: 0;
  padding: 0 25px 0 0;
  width: 150px;
  height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #bfa880;
  background: url(../images/select.svg) right center no-repeat;
}
.product-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-sort__text {
  margin-right: 26px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-sort-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 10px 30px;
}
.reset-filter a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 18px;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.1em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #6f6f6f;
  background: url(../images/close.svg) right top 2px no-repeat;
}
.product-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 23px;
  gap: 20px 23px;
}
.product-list-show-more {
  margin-bottom: 50px;
  text-align: center;
}
.btn-outline-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(111, 111, 111, 0.69);
  padding: 0 42px;
  height: 42px;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(111, 111, 111, 0.69);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn-outline-default:hover {
  border-color: #2c282d;
  color: #fff;
  background: #2c282d;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0 0 114px;
  padding: 0;
}
.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  min-width: 30px;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  color: #2c282d;
}
.page-link:hover {
  color: #bfa880;
}
.about-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 410px;
  grid-template-columns: 1fr 410px;
  margin-bottom: 66px;
  gap: 30px 110px;
}
.about-heading__text-content {
  position: relative;
  margin-top: 90px;
  padding-top: 56px;
  background: url(../images/quotes.svg) left top no-repeat;
}
.about-heading__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.about-heading__author {
  text-align: right;
}
.about-heading__author-name {
  font-family: YesevaOne, serif;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}
.about-heading__author-pos {
  font-weight: 700;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bfa880;
}
article {
  overflow-x: hidden;
}
article section {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.our-team__title {
  font-family: YesevaOne, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.our-team__pos {
  font-weight: 700;
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bfa880;
}
.our-team .photo-gallery__thumb {
  margin-bottom: 20px;
}
.our-advantages {
  margin-top: 100px;
}
.our-advantages__main-title {
  margin-bottom: 65px;
  font-family: YesevaOne, serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.our-advantages__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.our-advantages__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px 30px;
}
.our-advantages__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 84px 1fr;
  grid-template-columns: 84px 1fr;
}
.our-advantages__icon {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.our-advantages__text {
  grid-column: 2/-1;
  font-size: 14px;
  line-height: 22px;
  color: #6f6f6f;
}
@media (min-width: 480px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .product__delivery-and-payment a + a {
    margin-top: 0;
    margin-left: 19px;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .product__vars-item + .product__vars-item {
    margin-top: 11px;
  }
  .product-var__name::after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px;
    border-bottom: 1px dashed #c4c4c4;
  }
  .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    display: block;
    border-radius: 60px;
    height: 2px;
    background: #bfa880;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .burger {
    display: none;
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .header__main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px 30px;
  }
  .header__main-nav ul li.is-active > a {
    color: #bfa880;
  }
  .header__main-nav ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .header__main-nav ul > li > a:hover {
    color: #bfa880;
  }
  .h2,
  .section-title {
    font-size: 50px;
  }
  .shop-catalog-item {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .about-us__text-content {
    padding-top: 40px;
  }
  .about-us__img-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-us__img-wrap {
    min-height: 554px;
  }
  .about-us__btn-wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 23px;
    min-height: 168px;
    background-image: url(../images/about-us_btn-img.png);
    background-position: right center;
    background-repeat: no-repeat;
  }
  .about-us .section-title {
    margin-bottom: 20px;
  }
  .selection-aroma .form-action {
    display: -ms-grid;
    display: grid;
    place-items: end;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    padding-top: 42px;
    text-align: right;
    gap: 30px 15px;
  }
  .dropdown-horizont-filter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dropdown-horizont-filter__trigger {
    border: 1px solid rgba(152, 152, 152, 0.3);
  }
  .dropdown-horizont-filter__item:hover .dropdown-horizont-filter__dropdown {
    opacity: 1;
    pointer-events: auto;
  }
  .dropdown-horizont-filter__item:hover .dropdown-horizont-filter__trigger::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .dropdown-horizont-filter__item + .dropdown-horizont-filter__item {
    margin-left: 10px;
  }
  .dropdown-horizont-filter__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    border: 0;
    max-width: 220px;
  }
  .dropdown-horizont-filter__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2;
    display: block;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    pointer-events: none;
  }
  .dropdown-horizont-filter__content {
    margin-top: 1px;
    border: 1px solid #dfdfdf;
    padding: 15px 25px;
  }
  .our-team.photo-gallery {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 3.125rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4,
  legend {
    font-size: 1.5rem;
  }
}
@media (min-width: 1330px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .promo .swiper-slide img {
    width: 1920px;
    height: 660px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  p {
    line-height: 30px;
  }
  .product-list .product-card:nth-child(9) .product-card__img-wrap img {
    mix-blend-mode: multiply;
  }
  .product-list .product-card:nth-child(9) .product-card__img-wrap {
    grid-column: 2/-1;
    -ms-grid-row-span: 4;
    grid-row: span 4;
    margin: 0;
    height: 100%;
  }
  .product-list .product-card:nth-child(9) .product-card__labeles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 17px;
  }
  .product-list .product-card:nth-child(9) .product-labeles__item {
    padding: 0 5px;
    color: #fff;
    background: #bfa880;
  }
  .product-list .product-card:nth-child(9) .product-card__current-price,
  .product-list .product-card:nth-child(9) .product-card__old-price,
  .product-list .product-card:nth-child(9) .product-card__title {
    font-size: 18px;
    line-height: 18px;
  }
  .product-list .product-card:nth-child(9) {
    display: -ms-grid;
    display: grid;
    grid-column: 4/-1;
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
    -ms-grid-rows: 1fr auto auto 1fr;
    grid-template-rows: 1fr auto auto 1fr;
    border: 0;
    background: #f2f2f2;
    gap: 0 20px;
  }
}
@media (min-width: 1500px) {
  .default-swiper-nav .swiper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 60px;
    background-color: #fff;
  }
  .default-swiper-nav .swiper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 60px;
    background-color: #fff;
  }
  .default-swiper-nav .swiper {
    margin: 0 -60px;
    padding: 0 60px;
  }
}
@media (max-width: 1329.98px) {
  .header__top-nav ul {
    gap: 10px 30px;
  }
  .header__top-user-menu {
    gap: 20px;
  }
  .header__top-phone {
    margin-right: 0;
  }
  .user-menu {
    gap: 0 20px;
  }
  .shop-catalog__container {
    padding-top: 100px;
  }
  .shop-catalog {
    padding: 80px 0;
  }
  .shop-catalog-item__overlay {
    left: 0;
    width: 100%;
  }
  .shop-catalog-item__img {
    max-width: 70%;
  }
  .shop-catalog-item:nth-child(even) {
    margin-top: 60px;
  }
  .about-us__container {
    gap: 30px 50px;
  }
  .instagram__item--info {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .instagram {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__grid {
    -ms-grid-columns: 105px 1fr 1fr auto;
    grid-template-columns: 105px 1fr 1fr auto;
    gap: 30px;
  }
  .footer__catalog-menu {
    padding: 0;
    max-width: 100%;
  }
  .footer__contacts {
    margin-left: 0;
  }
  .product {
    -ms-grid-columns: 450px 1fr;
    grid-template-columns: 450px 1fr;
  }
  .product-tabs {
    margin-bottom: 60px;
  }
  .product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024.98px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 30px;
  }
  .header__top .container,
  .header__top .promo__nav {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .header__top {
    padding: 10px 0;
  }
  .header__top-nav ul {
    display: none;
  }
  .header__top-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header__logo img {
    max-height: 60px;
  }
  .header__bottom {
    display: none;
  }
  .shop-catalog__container {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 30px;
  }
  .shop-catalog {
    padding: 60px 0;
  }
  .shop-catalog-item__link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .shop-catalog-item__overlay {
    display: none;
  }
  .shop-catalog-item__img {
    position: inherit;
    bottom: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .shop-catalog-item__text-content {
    width: auto;
  }
  .shop-catalog-item:nth-child(even) {
    margin-top: 0;
  }
  .shop-catalog-item {
    place-items: center;
    -ms-grid-rows: 170px auto;
    grid-template-rows: 170px auto;
    padding: 20px;
    min-height: auto;
    text-align: center;
    background: #f5f5f5;
    gap: 15px 0;
  }
  .about-us__container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .about-us__bg {
    display: none;
  }
  .about-us__text {
    margin-bottom: 0;
    min-height: auto;
  }
  .about-us {
    padding-bottom: 30px;
  }
  .product-card {
    border-color: rgba(196, 196, 196, 0.38);
  }
  .selection-aroma__inner::after,
  .selection-aroma__inner::before {
    content: none;
    display: none;
  }
  .selection-aroma__inner {
    padding-top: 0;
  }
  .selection-aroma__form {
    padding-left: 0;
  }
  .selection-aroma .form-action {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .selection-aroma .btn-default {
    margin-bottom: 10px;
  }
  .selection-aroma .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
  }
  .selection-aroma {
    padding: 40px 0;
    background: #f5f5f5;
  }
  .photo-gallery .title-with-button {
    margin-bottom: 30px;
  }
  .photo-gallery .swiper-slide:nth-child(even) {
    padding-top: 30px;
  }
  .photo-gallery {
    padding: 60px 0;
  }
  .blog__action {
    padding-top: 30px;
  }
  .blog {
    padding: 40px 0;
  }
  .footer__grid {
    -ms-grid-columns: 105px 1fr auto;
    grid-template-columns: 105px 1fr auto;
  }
  .footer__catalog-menu {
    display: none;
  }
  .product {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .product-tabs {
    margin-bottom: 40px;
  }
  .dropdown-horizont-filter__trigger.is-active + .dropdown-horizont-filter__dropdown {
    display: block;
  }
  .dropdown-horizont-filter__item--price {
    padding: 0 35px 0 15px;
    min-height: 42px;
  }
  .dropdown-horizont-filter {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .navbar-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    border: 1px solid rgba(152, 152, 152, 0.3);
    padding: 8px;
  }
  .navbar-collapse.show {
    display: block;
  }
  .navbar-collapse {
    display: none;
  }
  .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-list-show-more {
    margin-bottom: 30px;
  }
  .pagination {
    margin: 0 0 60px;
  }
  .about-heading__text-content {
    margin-top: 0;
  }
  .about-heading {
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .header__top-phone,
  .promo__nav {
    display: none;
  }
  .shop-catalog__container {
    gap: 15px;
  }
  .shop-catalog-item__title {
    font-size: 20px;
    line-height: 20px;
  }
  .shop-catalog-item {
    -ms-grid-rows: 130px auto;
    grid-template-rows: 130px auto;
  }
  .photo-gallery .swiper-slide:nth-child(even) {
    padding-top: 0;
  }
  .photo-gallery {
    padding: 40px 0;
  }
  .instagram__item--info {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 40px 20px;
  }
  .instagram__info-title {
    font-size: 40px;
    line-height: 40px;
  }
  .instagram {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .footer__contacts {
    text-align: center;
  }
  .footer__copyright {
    padding-top: 20px;
  }
  .footer {
    padding: 30px 0;
    text-align: center;
  }
  .product__gallery-thumbs .swiper {
    height: 174px;
  }
  .product__gallery-thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 10px;
  }
  .product__gallery-main {
    height: 350px;
  }
  .product__name {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
  .product__vars {
    margin-bottom: 30px;
  }
  .product__vars-item {
    border-bottom: 1px dashed #c4c4c4;
    padding: 10px 0;
  }
  .product__info {
    margin-bottom: 30px;
  }
  .product__socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .product-var__price {
    margin-top: 10px;
  }
  .product-var {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-tabs .nav-link {
    margin: 0 10px 10px 0;
    border: 1px solid #bfa880;
    padding: 10px;
    font-size: 12px;
  }
  .product-sort-heading {
    margin-bottom: 20px;
  }
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .pagination {
    margin: 0 0 30px;
  }
  .about-heading {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-bottom: 30px;
    gap: 20px 0;
  }
}
@media (max-width: 479.98px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 20px;
  }
  .user-menu__counter {
    right: -10px;
    width: 20px;
    height: 20px;
  }
  .icon {
    width: 20px;
    height: 20px;
  }
  .user-login {
    display: none;
  }
  .shop-catalog__container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 15px 0;
  }
  .shop-catalog {
    padding: 30px 0;
  }
  .product-slider {
    padding: 20px 0;
  }
  .selection-aroma .form-action {
    grid-column: unset;
  }
  .selection-aroma .row {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px 0;
  }
  .photo-gallery .title-with-button {
    margin-bottom: 20px;
  }
  .breadcrumb-wrap {
    margin-bottom: 30px;
  }
  .product__gallery-main {
    height: 300px;
  }
  .product__vars-btn .btn-default {
    padding: 3px 15px;
    font-size: 10px;
  }
  .product__vars-btn {
    margin-left: 10px;
  }
  .product__delivery-and-payment a {
    width: 100%;
  }
  .product__delivery-and-payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .nav-tabs .nav-item {
    width: 100%;
  }
  .nav-tabs .nav-link {
    margin: 0 0 10px;
    width: 100%;
  }
  .tab-content {
    padding: 20px 0;
  }
  .about-payment ul li + li {
    margin-top: 10px;
  }
  .about-payment ul {
    margin: 20px 0;
  }
  .popup__title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .page-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
  .product-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 15px 0;
  }
  .about-heading__text-content {
    padding-top: 35px;
  }
  .our-team__card {
    padding: 0 20px;
  }
}
@media (min-width: 1330px) and (max-width: 1920px) {
  .instagram__item--info {
    padding: 2.083vw;
  }
  .instagram__info-subtitle {
    font-size: 0.625vw;
  }
  .instagram__info-title {
    font-size: 2.100vw;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.shipping-card .card-body{
background-color:#f5f5f5!important;
}
.shipping-card .card-body .h1{
color:rgb(191, 168, 128)!important;
}
.shipping-card .card-body ul li{
margin-bottom: 5px;
  color: #6f6f6f;
}
.shipping-card .card-body p{
margin-bottom: 10px;

}
.payment-options {
 background-color:rgb(191, 168, 128)!important;

}

.social__item + .social__item {
 margin-top: 0;
}
.form-action{
display: flex;
  align-items: baseline;
  gap: 15px;

}
.form-action .btn-default {
padding: 6px 6px;
}

.page-item.active .page-link{
    color: #bfa880;
}
.delivery-red{
color:red;
}
.product-chars-list__definition a{
color: #6f6f6f;
}

.product-chars-list__definition a:hover{
color: #bfa880;
}
.form-check-label a{
text-decoration:underline;
}
div.form-action {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
}
.article__title{
text-transform: none;
}

.catalog-description h1, .catalog-description h2, .catalog-description h3, .catalog-description h4, .catalog-description h5, .catalog-description h6{
text-transform: none;
}
.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
margin-bottom: 15px;
}
.article__content .article__text-wrap img {
  margin: 15px 0;
}
.catalog-description p{
color:#242424;
  margin-bottom: 1rem;
}
.article__content .shop p{
color:#242424;
}
.article__content .article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
  margin-bottom: 29px;
}
@media (max-width: 479.98px) {
    .product-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
  .product-card {
padding: 10px 5px 10px;
}
      .header__bottom {
        display: block;
          -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); 
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); 
        padding-bottom: 10px;
    }
  
     .header__bottom .header__main-nav{
        display: none;
    }
  .page__header .header__bottom .container {
    grid-template-columns: 1fr;
}
  .header__top {
    padding: 15px 0;
     -webkit-box-shadow: none; 
     box-shadow: none; 
}
}