@charset "UTF-8";
:root {
  --container-width: 100%;
  --container-padding: 40px;
  --theme-color-accent: #2f1808;
  --font-family: "AvenirNext", sans-serif;
  --second-family: "Maghony", sans-serif;
}

/*
Псевдоэлемент-расширитель для кнопок:
1. Помогает попадать по небольшим кнопкам
2. Помогает отлавливать событие нажатия на кнопку при наличии в ней различных элементов
*/
@font-face {
  font-family: AvenirNext;
  src: url("../fonts/AvenirNext-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: AvenirNext;
  src: url("../fonts/AvenirNext-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: AvenirNext;
  src: url("../fonts/AvenirNext-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Maghony;
  src: url("../fonts/Maghony-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

input,
button,
textarea {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  color: inherit;
}

html,
body {
  height: 100%;
  padding: 0;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
}

.main-wrapper-outer {
  width: 100%;
  min-height: 100%;
  max-width: var(--main-outer-width);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 992px) {
  .main-wrapper-outer {
    overflow: hidden;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 50px 0px 0px 0px;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
  padding: 0px 55px;
}
@media (max-width: 1320px) {
  .container {
    padding: 0px 20px;
  }
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: -5px;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  background: transparent;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0px;
  min-height: 10px;
  background: rgba(46, 25, 8, 0.3);
  border-radius: 30px;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  /*opacity: 0.5;*/
  /*transition: opacity 0s linear;*/
}

.simplebar-track.simplebar-vertical {
  top: -4px;
  width: 5px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.select {
  min-width: 0;
  position: relative;
  z-index: 30;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.select._select-open {
  z-index: 35;
}
.select__body {
  position: relative;
}
.select__title {
  position: relative;
  text-align: left;
  width: 100%;
  border: 0.5px solid #2e1808;
  border-radius: 3px;
  font-weight: 400;
  font-size: 20px;
  height: 51px;
  line-height: 110%;
  padding: 0px 43px 0px 12px;
}
.select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  right: 17px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTAuMDA1OCA4LjcwOTkzTDEuMjc4NzcgMC4yMTc5MzJDMS4yMDg0NCAwLjE0ODAxNiAxLjEyNDk0IDAuMDkyNzQxOSAxLjAzMzExIDAuMDU1MzA3M0MwLjk0MTI3OCAwLjAxNzg3MjggMC44NDI5MzQgLTAuMDAwOTc4NTA3IDAuNzQzNzY5IC0wLjAwMDE1NDUyOEMwLjY0NDYwNCAwLjAwMDY2OTQ1MSAwLjU0NjU4NyAwLjAyMTE1MTUgMC40NTUzOSAwLjA2MDEwNjNDMC4zNjQxOTIgMC4wOTkwNjEgMC4yODE2MjYgMC4xNTU3MTUgMC4yMTI0NjkgMC4yMjY3ODlDMC4xNDMzMTEgMC4yOTc4NjQgMC4wODg5MzU3IDAuMzgxOTQ4IDAuMDUyNDg5IDAuNDc0MTc2QzAuMDE2MDQyMiAwLjU2NjQwNCAtMC4wMDE3NTIyNCAwLjY2NDk0NyAwLjAwMDEzNTQ3NiAwLjc2NDA5N0MwLjAwMjAyMzE5IDAuODYzMjQ4IDAuMDIzNTU1NiAwLjk2MTA0IDAuMDYzNDg2NSAxLjA1MTgxQzAuMTAzNDE3IDEuMTQyNTkgMC4xNjA5NTQgMS4yMjQ1NCAwLjIzMjc2NyAxLjI5MjkzTDkuNDgyNzcgMTAuMjkyOUM5LjYyMjc4IDEwLjQyOTIgOS44MTA0MiAxMC41MDU0IDEwLjAwNTggMTAuNTA1NEMxMC4yMDExIDEwLjUwNTQgMTAuMzg4OCAxMC40MjkyIDEwLjUyODggMTAuMjkyOUwxOS43Nzg4IDEuMjkyOTNDMTkuODUwNiAxLjIyNDU0IDE5LjkwODEgMS4xNDI1OSAxOS45NDggMS4wNTE4MUMxOS45ODggMC45NjEwMzkgMjAuMDA5NSAwLjg2MzI0NyAyMC4wMTE0IDAuNzY0MDk2QzIwLjAxMzMgMC42NjQ5NDYgMTkuOTk1NSAwLjU2NjQwMyAxOS45NTkgMC40NzQxNzZDMTkuOTIyNiAwLjM4MTk0OCAxOS44NjgyIDAuMjk3ODYzIDE5Ljc5OTEgMC4yMjY3ODlDMTkuNzI5OSAwLjE1NTcxNCAxOS42NDczIDAuMDk5MDYwMiAxOS41NTYxIDAuMDYwMTA1NEMxOS40NjQ5IDAuMDIxMTUwNyAxOS4zNjY5IDAuMDAwNjY4NjMzIDE5LjI2NzggLTAuMDAwMTU1MzM3QzE5LjE2ODYgLTAuMDAwOTc5MzA4IDE5LjA3MDMgMC4wMTc4NzIgMTguOTc4NCAwLjA1NTMwNjZDMTguODg2NiAwLjA5Mjc0MTEgMTguODAzMSAwLjE0ODAxNSAxOC43MzI4IDAuMjE3OTMxTDEwLjAwNTggOC43MDk5M1oiIGZpbGw9IiMyRTE5MDgiIC8+Cjwvc3ZnPg==");
  width: 21px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
._select-open .select__title::after {
  content: "";
  -webkit-transform: translate(0px, -50%) rotate(-180deg);
          transform: translate(0px, -50%) rotate(-180deg);
}
.select__label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 3px;
  min-width: 0;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.select__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  width: 22px;
  height: 22px;
  border: 0.5px solid #2e1808;
  background: transparent;
  border-radius: 50%;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  color: #2e1908;
}
.select__options {
  position: absolute;
  top: 100%;
  width: 268px;
  left: 0;
  border-radius: 3px;
  background: #fffefb;
  padding: 20px 10px 20px 10px;
  margin: 10px 0px 0px 0px;
}
@media (max-width: 992px) {
  .select__options {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
}
.select__scroll {
  max-height: 359px;
}
.select__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #2e1908;
  padding: 0px 5px 0px 0px;
  margin: 0px 0px 12px 0px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.select__option.selected::after {
  content: "";
  opacity: 1;
}
.select__option._select-selected::after {
  content: "";
  opacity: 1;
}
.select__option.red {
  color: #951e04;
}
.select__option:last-child {
  margin: 0px 0px 0px 0px;
}
.select__option::after {
  content: "";
  opacity: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMC45MDA5MjMgNS4xNDM3OEMwLjc5OTM2OSA1LjA0OTE1IDAuNjY1MDUgNC45OTc2MyAwLjUyNjI2NCA1LjAwMDA4QzAuMzg3NDc3IDUuMDAyNTMgMC4yNTUwNTkgNS4wNTg3NiAwLjE1NjkwNyA1LjE1NjkxQzAuMDU4NzU1IDUuMjU1MDYgMC4wMDI1MzIxOSA1LjM4NzQ4IDguMzQ2MjFlLTA1IDUuNTI2MjZDLTAuMDAyMzY1MjYgNS42NjUwNSAwLjA0OTE1MTMgNS43OTkzNyAwLjE0Mzc4IDUuOTAwOTJMNS4xNDM3OCAxMC45MDA5QzUuMjQ0MjMgMTEuMDAxMiA1LjM4MDM5IDExLjA1NzYgNS41MjIzNSAxMS4wNTc2QzUuNjY0MzIgMTEuMDU3NiA1LjgwMDQ4IDExLjAwMTIgNS45MDA5MiAxMC45MDA5TDE1LjkwMDkgMC45MDA5MjNDMTUuOTk1NiAwLjc5OTM2OSAxNi4wNDcxIDAuNjY1MDUgMTYuMDQ0NiAwLjUyNjI2NEMxNi4wNDIyIDAuMzg3NDc3IDE1Ljk4NTkgMC4yNTUwNTkgMTUuODg3OCAwLjE1NjkwN0MxNS43ODk2IDAuMDU4NzU0OSAxNS42NTcyIDAuMDAyNTMyMTkgMTUuNTE4NCA4LjM0NjI0ZS0wNUMxNS4zNzk3IC0wLjAwMjM2NTI2IDE1LjI0NTMgMC4wNDkxNTExIDE1LjE0MzggMC4xNDM3OEw1LjUyMjM1IDkuNzY1MjFMMC45MDA5MjMgNS4xNDM3OFoiIGZpbGw9IiMyRTE5MDgiIC8+Cjwvc3ZnPg==");
  width: 17px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.select__option:hover {
  opacity: 0.7;
}

.arrows {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: 30;
  padding: 0px 0px 0px 0px;
  max-width: 100%;
  width: 100%;
}

.arrow-prev {
  cursor: pointer;
  position: absolute;
  left: 55px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: 30;
}
.arrow-prev svg {
  fill: #f3ede5;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 1320px) {
  .arrow-prev {
    left: 30px;
  }
}
@media (max-width: 992px) {
  .arrow-prev {
    display: none;
  }
}

.arrow-next {
  cursor: pointer;
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: 30;
}
.arrow-next svg {
  fill: #f3ede5;
}
@media (max-width: 1320px) {
  .arrow-next {
    right: 30px;
  }
}
@media (max-width: 992px) {
  .arrow-next {
    display: none;
  }
}

.pagination {
  position: absolute;
  top: auto !important;
  bottom: 20px !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  z-index: 10;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: calc(100% - 30px) !important;
  display: none;
}
@media (max-width: 992px) {
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pagination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10px;
          flex: 0 1 10px;
  border-radius: 4px;
  height: 3px;
  background-color: rgba(243, 237, 229, 0.5);
  margin: 0px !important;
  opacity: 1 !important;
}
.pagination .swiper-pagination-bullet-active {
  background-color: #f3ede5;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-disabled {
  display: none;
}

body {
  background: #fffefb;
  color: var(--theme-color-accent);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  padding: 0px 0px 0px 0px !important;
}
body.hide-scrollbar {
  margin: 0px 0px 0px 0px !important;
}
.lock body {
  overflow: hidden;
}
body::before {
  content: "";
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 97;
  background-color: rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu-open body, .filter-open body {
  overflow: hidden;
}
.menu-open body::before, .filter-open body::before {
  content: "";
  opacity: 1;
  pointer-events: auto;
}

body.noscroll {
  overflow: hidden;
}

input,
button,
textarea {
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
}

fieldset,
fieldset legend {
  margin: 0;
  border: none;
  padding: 0;
}

button {
  cursor: pointer;
}

a {
  outline: none;
  color: currentcolor;
}

.title2 {
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
}
.title2.tt {
  text-transform: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #2e1808;
  border-radius: 5px;
  padding: 5px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  text-transform: uppercase;
  text-align: center;
  color: #584438;
  min-height: 50px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn:hover {
  color: #fff;
  background-color: #2e1808;
}
.btn.btn-primary {
  border: none;
  background-color: rgba(207, 187, 160, 0.5);
  text-transform: none;
  color: #584438;
}
.btn.btn-primary:hover {
  color: #584438;
  background-color: #cfbba0;
}

.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.contacts__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #584438;
}
.contacts__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__contact a {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: #584438;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contacts__contact a:hover {
  opacity: 0.7;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 15px;
}
@media (max-width: 550px) {
  .socials {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5px 10px;
  }
}
@media (max-width: 399px) {
  .socials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.socials a {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #2e1808;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.socials a:hover {
  opacity: 0.7;
}
@media (max-width: 550px) {
  .socials a {
    color: #584438;
  }
}

.favorites {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  z-index: 22;
}
.favorites.active .favorites__icon1 {
  opacity: 0;
}
.favorites.active .favorites__icon2 {
  opacity: 1;
}
.favorites__icon1 {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}
.favorites__icon2 {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 20px;
  width: 100%;
}
.product-card:hover {
  z-index: 30;
}
.product-card:hover .product-card__title {
  opacity: 0.7;
}
.product-card:hover .product-card__info {
  opacity: 1;
  pointer-events: auto;
}
.product-card:hover .product-card__photo.active .product-card__photo-nav {
  opacity: 1;
}
.product-card__image {
  position: relative;
  z-index: 20;
  height: 450px;
}
@media (max-width: 992px) {
  .product-card__image {
    height: 100%;
  }
}
.product-card__image a {
  display: block;
  border-radius: 3px;
  overflow: hidden;
}
.product-card__image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .product-card__image {
    border-radius: 0px;
  }
}
.product-card__image-mob {
  display: none;
}
@media (max-width: 992px) {
  .product-card__image-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-card__tabs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  left: 0;
}
@media (max-width: 992px) {
  .product-card__tabs {
    display: none;
  }
}
.product-card__photos {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 2;
}
.product-card__photo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 2px;
}
.product-card__photo.active img {
  opacity: 1;
}
.product-card__photo img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  max-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  opacity: 0;
}
.product-card__photo-nav {
  bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2px;
  left: 0;
  opacity: 0;
  position: relative;
  height: 100%;
  opacity: 0;
}
.product-card__photo-nav::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  border-radius: 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 5;
}
.product-card__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 20px;
  left: 22px;
  width: calc(100% - 44px);
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #fff;
  z-index: 21;
}
.product-card__item-image span {
  font-weight: 600;
  font-size: 18px;
}
.product-card__item {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.product-card__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__prices {
  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;
  gap: 5px 15px;
}
.product-card__old-price {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: rgba(47, 24, 8, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.product-card__old-price svg {
  fill: #82746b;
}
.product-card__old-price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: 100%;
  height: 1px;
  background: #82746b;
}
.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 111%;
}
.product-card__price svg {
  fill: #2e1808;
  margin-bottom: 1px;
}
.product-card__info {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  border: 1px solid var(--theme-color-accent);
  left: -100px;
  width: calc(100% + 110px);
  height: calc(100% + 74px);
  border-radius: 3px;
  padding-left: 60px;
  z-index: 5;
  background: #fffefb;
}
@media (max-width: 992px) {
  .product-card__info {
    display: none;
  }
}
.product-card__info ul {
  position: absolute;
  bottom: 20px;
  left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 15px;
}
.product-card__info ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #82746b;
}

.product-card-detail {
  position: absolute;
  width: 80px;
  top: 10px;
  left: 10px;
  height: 450px;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card-detail__slider {
  width: 100%;
  height: 100%;
}
.product-card-detail__slide {
  border-radius: 3px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 0px 0px 5px 0px;
}
.product-card-detail__slide:last-child {
  padding: 0px 0px 0px 0px;
}
.product-card-detail__slide:hover img {
  border: 1px solid var(--theme-color-accent);
}
.product-card-detail__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.product-card-detail__arrow-prev {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.product-card-detail__arrow-prev svg {
  fill: var(--theme-color-accent);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.product-card-detail__arrow-next {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.product-card-detail__arrow-next svg {
  fill: var(--theme-color-accent);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.block-cookies {
  max-width: 700px;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  bottom: 20px;
  z-index: 100;
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1320px) {
  .block-cookies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .block-cookies {
    padding: 60px 20px 30px 20px;
    width: 460px;
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .block-cookies {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media (max-width: 399px) {
  .block-cookies {
    width: calc(100% - 20px);
    left: 10px;
    padding: 30px 20px;
    gap: 20px;
  }
}
.block-cookies p {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #2e1808;
}
.block-cookies p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.block-cookies p a:hover {
  opacity: 0.7;
}
.block-cookies .btn {
  width: 249px;
  min-height: 40px;
}
@media (max-width: 399px) {
  .block-cookies .btn {
    width: 100%;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 10;
  padding: 125px 0px 10px 0px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    padding: 30px 0px 10px 0px;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}
@media (max-width: 992px) {
  .breadcrumbs ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0px -20px;
    padding: 0px 20px;
    width: calc(100% - 40px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs ul::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumbs ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
}
.breadcrumbs ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.breadcrumbs ul li a::after {
  content: "/";
}
.breadcrumbs ul li a:hover {
  opacity: 0.7;
}

.block-bannner {
  position: relative;
  margin: 0px 0px 15px 0px;
}
@media (max-width: 768px) {
  .block-bannner {
    margin: 0px 0px 0px 0px;
  }
}
.block-bannner__slider video {
  width: 100%;
  height: 100%;
}
.block-bannner__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.block-bannner__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .block-bannner__slide img.desc {
    display: none;
  }
}
.block-bannner__slide img.mob {
  display: none;
}
@media (max-width: 600px) {
  .block-bannner__slide img.mob {
    display: block;
  }
}

.block-products {
  overflow: hidden;
  position: relative;
  padding: 15px 0px;
}
@media (max-width: 768px) {
  .block-products {
    padding: 30px 0px;
  }
}
.block-products.block-products1 {
  padding: 23px 0px;
}
@media (max-width: 768px) {
  .block-products.block-products1 {
    padding: 30px 0px;
  }
}
.block-products .btn {
  display: none;
}
@media (max-width: 768px) {
  .block-products .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 20px 0px 20px;
    width: calc(100% - 40px);
  }
}
.block-products__slider {
  overflow: visible;
  min-width: 0;
  clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0 100%);
  margin: 0px -55px 0px 0px;
  padding: 0px 55px 0px 0px;
  width: calc(100% + 55px);
}
@media (max-width: 1320px) {
  .block-products__slider {
    clip-path: none;
    margin: 0px -20px;
    width: calc(100% + 40px);
    padding: 0px 20px 0px 19px;
  }
}
.block-products__slide {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media (max-width: 399px) {
  .block-products__slide {
    width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
.block-products__arrow-prev {
  left: 65px;
}
@media (max-width: 1320px) {
  .block-products__arrow-prev {
    left: 30px;
  }
}
.block-products__arrow-next {
  right: 30px;
}
@media (max-width: 1320px) {
  .block-products__arrow-next {
    right: 30px;
  }
}

.block-catalog {
  margin: 40px 0px 30px 0px;
}
@media (max-width: 768px) {
  .block-catalog {
    margin: 30px 0px;
  }
}
.block-catalog .title2 {
  margin: 0px 0px 0px 0px;
}
.block-catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .block-catalog__content {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .block-catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
.block-catalog__filter-icon {
  display: none;
}
@media (max-width: 992px) {
  .block-catalog__filter-icon {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
  .block-catalog__filter-icon img {
    width: 20px;
    height: auto;
  }
}
.block-catalog__cards {
  display: grid;
  gap: 40px 15px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1500px) {
  .block-catalog__cards {
    grid-template-columns: repeat(3, 1fr);
    padding: 0px 100px;
  }
}
@media (max-width: 992px) {
  .block-catalog__cards {
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .block-catalog__cards {
    gap: 30px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .block-catalog__cards {
    grid-template-columns: 1fr;
  }
}

.filters {
  position: relative;
  z-index: 30;
}
@media (max-width: 992px) {
  .filters {
    position: absolute;
    z-index: 100;
    top: 0;
    right: -100%;
    width: 360px;
    height: 100vh;
    background: #fffefb;
    padding: 30px 20px 30px 20px;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .filters::-webkit-scrollbar {
    display: none;
  }
  .filter-open .filters {
    right: 0;
  }
}
@media (max-width: 480px) {
  .filters {
    width: 100%;
  }
}
.filters__top {
  display: none;
}
@media (max-width: 992px) {
  .filters__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin: 0px 0px 30px 0px;
  }
}
.filters__title {
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  text-transform: uppercase;
}
.filters__close {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
.filters__close img {
  width: 100%;
  height: auto;
}
.filters__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
@media (max-width: 992px) {
  .filters__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
  }
}
.filters__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 992px) {
  .filters__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
  }
}
.filters__column.filter-sorting .select__options {
  left: auto;
  right: 0;
}
.filters__column.filter-sorting .select__option {
  border-radius: 3px;
  margin: 0px 0px 10px 0px;
  padding: 7px 10px 7px 10px;
}
.filters__column.filter-sorting .select__option.selected {
  background: rgba(207, 187, 160, 0.3);
}
.filters__column.filter-sorting .select__option:last-child {
  margin: 0px 0px 0px 0px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 55px 0px 35px;
  background: #fffefb;
  z-index: 98;
}
@media (max-width: 1320px) {
  .header {
    padding: 0px 20px;
  }
}
.header__content {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 170px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .header__content {
    gap: 20px;
    position: static;
  }
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 152px;
  display: block;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .header__logo {
    width: 140px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 399px) {
  .header__right {
    gap: 20px;
  }
}
.header__icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .header__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }
}
.header__icon img {
  width: 100%;
  height: auto;
}
.header__icon:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .header__icon.header-search-button {
    display: none;
  }
}
.header__icon.header-login span {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  display: none;
}
@media (max-width: 768px) {
  .header__icon.header-login span {
    display: block;
  }
}
@media (max-width: 768px) {
  .header__icon.header-login img {
    width: 24px;
    height: 24px;
    -webkit-filter: invert(1) brightness(1000%);
            filter: invert(1) brightness(1000%);
  }
}
.header__count {
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #cfbba0;
  top: 1px;
  right: 1px;
  font-weight: 400;
  font-size: 5px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .header__count {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 992px) {
  .header-menu__body {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
    position: absolute;
    z-index: 100;
    top: 50px;
    left: -100%;
    width: 360px;
    height: calc(100vh - 50px);
    background: #fffefb;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-menu__body::-webkit-scrollbar {
    display: none;
  }
  .menu-open .header-menu__body {
    left: 0px;
  }
}
@media (max-width: 550px) {
  .header-menu__body {
    width: 100%;
  }
}
.header-menu__body .header__icon {
  background: var(--theme-color-accent);
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding: 20px;
  min-height: 60px;
}

.header-menu-spollers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .header-menu-spollers {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.header-menu-spollers__item {
  position: relative;
}
@media (max-width: 992px) {
  .header-menu-spollers__item {
    border-bottom: 1px solid var(--theme-color-accent);
  }
}
@media (min-width: 993px) {
  .header-menu-spollers__item {
    min-width: 90px;
  }
  .header-menu-spollers__item:first-child .header-menu-spollers__items {
    left: -35px;
  }
  .header-menu-spollers__item:hover .header-menu-spollers__items {
    opacity: 1;
    pointer-events: auto;
  }
}
.header-menu-spollers__title {
  width: 100%;
  padding: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  position: relative;
}
@media (min-width: 993px) {
  .header-menu-spollers__title {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header-menu-spollers__title:hover {
    opacity: 0.7;
  }
}
@media (max-width: 992px) {
  .header-menu-spollers__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    gap: 20px;
    width: 100%;
    padding: 0px 0px 10px 0px;
  }
}
.header-menu-spollers__arrow {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.header-menu-spollers__arrow._spoller-active svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header-menu-spollers__arrow svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  fill: rgba(46, 25, 8, 0.3);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 992px) {
  .header-menu-spollers__arrow svg {
    width: 8px;
    height: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    fill: var(--theme-color-accent);
  }
}
@media (max-width: 992px) {
  .header-menu-spollers__arrow {
    cursor: pointer;
    position: relative;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.header-menu-spollers__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (min-width: 993px) {
  .header-menu-spollers__items {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fffefb;
    border-radius: 0 0 3px 3px;
    width: 305px;
    max-height: calc(100vh - 50px);
    padding: 20px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-menu-spollers__items::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1320px) and (min-width: 993px) {
  .header-menu-spollers__items {
    left: -20px;
  }
}
@media (max-width: 992px) {
  .header-menu-spollers__items {
    padding: 0px 0px 20px 0px;
  }
}
.header-menu-spollers__items .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 992px) {
  .header-menu-spollers__items .contacts {
    display: none;
  }
}
.header-menu-spollers__items .contacts__top {
  gap: 20px;
}
.header-menu-spollers__items .contacts__text {
  font-size: 18px;
}
.header-menu-spollers__items .socials {
  gap: 5px 10px;
}
.header-menu-spollers__items .socials a {
  font-size: 15px;
}
.header-menu-spollers__simplebar {
  max-height: 500px;
}
@media (max-width: 992px) {
  .header-menu-spollers__simplebar {
    max-height: 100%;
  }
}
.header-menu-spollers__simplebar .simplebar-track {
  right: -10px;
}
.header-menu-spollers__simplebar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.header-menu-spollers__simplebar ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #2e1908;
}
.header-menu-spollers__simplebar ul li a.red {
  color: #951e04;
}

.header-search {
  position: absolute;
  top: 50px;
  width: 100%;
  height: 50px;
  background: #fffefb;
  right: 0;
  z-index: 99;
  border: 0.5px solid #2e1808;
  border-radius: 0px 0px 3px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px;
  width: 300px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media (max-width: 768px) {
  .header-search {
    display: none;
  }
}
.search-open .header-search {
  opacity: 1;
  pointer-events: auto;
}
.header-search input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
}
.header-search input::-webkit-input-placeholder {
  color: #2e1808;
}
.header-search input::-moz-placeholder {
  color: #2e1808;
}
.header-search input:-ms-input-placeholder {
  color: #2e1808;
}
.header-search input::-ms-input-placeholder {
  color: #2e1808;
}
.header-search input::placeholder {
  color: #2e1808;
}
.header-search__button {
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
.header-search__button img {
  width: 100%;
  height: auto;
}

.icon-menu {
  display: none;
  position: relative;
  width: 20px;
  height: 16px;
  cursor: pointer;
  z-index: 5;
  margin: 3px 1px;
}
@media (max-width: 992px) {
  .icon-menu {
    display: block;
  }
}
.icon-menu span, .icon-menu::before, .icon-menu::after {
  content: "";
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  right: 0;
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: var(--theme-color-accent);
  border-radius: 10px;
}
.icon-menu::before {
  top: 0;
}
.icon-menu::after {
  bottom: 0;
}
.icon-menu span {
  top: calc(50% - 0.7px);
}
.menu-open .icon-menu::before {
  top: calc(50% - 0.7px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-open .icon-menu span {
  width: 0;
}
.menu-open .icon-menu::after {
  content: "";
  bottom: calc(50% - 0.7px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.34);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.popup::-webkit-scrollbar {
  display: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  position: relative;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 100%;
  border: 0.5px solid #2e1908;
  border-radius: 15px;
  overflow: hidden;
  max-width: 450px;
  background: #fff;
  padding: 30px 46px 30px 43px;
}
.lock .popup__content {
  visibility: visible;
}
@media (max-width: 768px) {
  .popup__content {
    border: 0.5px solid rgba(46, 25, 8, 0.5);
  }
}
@media (max-width: 480px) {
  .popup__content {
    padding: 20px;
  }
}

.popup__close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 13px;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 12;
  -webkit-transition: opacity 0.3;
  transition: opacity 0.3;
}
@media (max-width: 480px) {
  .popup__close {
    top: 10px;
    right: 10px;
  }
}
.popup__close img {
  width: 100%;
  height: auto;
}
.popup__close:hover {
  opacity: 0.7;
}

.popup__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin: 0px 20px 34px 0px;
}
@media (max-width: 480px) {
  .popup__title {
    margin: 0px 0px 20px 0px;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.form .btn {
  width: 100%;
}
.form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 480px) {
  .form__inputs {
    gap: 10px;
  }
}
.form__input.filled input {
  border: 0.5px solid #2e1908;
}
.form__input input {
  background: rgba(207, 187, 160, 0.3);
  width: 100%;
  border: 0.5px solid transparent;
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  text-align: center;
  height: 50px;
  border-radius: 3px;
}
.form__input input._form-focus {
  border: 0.5px solid #2e1908;
}
.form__input input._form-error {
  border: 0.5px solid #951e04;
}
.form__input input::-webkit-input-placeholder {
  color: rgba(46, 25, 8, 0.3);
}
.form__input input::-moz-placeholder {
  color: rgba(46, 25, 8, 0.3);
}
.form__input input:-ms-input-placeholder {
  color: rgba(46, 25, 8, 0.3);
}
.form__input input::-ms-input-placeholder {
  color: rgba(46, 25, 8, 0.3);
}
.form__input input::placeholder {
  color: rgba(46, 25, 8, 0.3);
}
.form__text {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: rgba(46, 25, 8, 0.7);
}
.form__text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form__text a:hover {
  opacity: 0.7;
}

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

.footer-top {
  padding: 55px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 992px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    padding: 0px 0px 0px 0px;
  }
}
.footer-top .contacts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 361px;
          flex: 0 0 361px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
@media (max-width: 992px) {
  .footer-top .contacts {
    padding: 30px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-top: 1px solid #cfbba0;
    border-bottom: 1px solid #cfbba0;
  }
}
.footer-top .contacts .contacts__top {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 992px) {
  .footer-top .contacts .contacts__top {
    margin: 0px 0px 5px 0px;
  }
}
.footer-top .contacts .contacts__contact {
  display: none;
}
@media (max-width: 992px) {
  .footer-top .contacts .contacts__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-top__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px 10px;
}
@media (max-width: 992px) {
  .footer-top__menu {
    padding: 30px 20px 40px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .footer-top__menu {
    grid-template-columns: 1fr;
  }
}
.footer-top__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 288px;
          flex: 0 1 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.footer-top__column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.footer-top__column ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  font-variant: small-caps;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-top__column ul li a:hover {
  opacity: 0.7;
}
.footer-top__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  text-transform: uppercase;
}

.footer-bottom {
  border-top: 1px solid rgba(207, 187, 160, 0.5);
  padding: 0px 0px 36px 0px;
}
@media (max-width: 992px) {
  .footer-bottom {
    border-top: none;
    padding: 0px 20px 15px 20px;
  }
}
.footer-bottom p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #584438;
  text-align: right;
}
/*# sourceMappingURL=maps/styles.css.map */
