@import url(https://fonts.googleapis.com/css?family=Inter:regular&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:regular,500,600,700,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:regular,600,700&display=swap);
@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
[class^=_icon-], [class*=" _icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-bonus:before {
  content: "\e900";
  color: #645c4f;
}

._icon-doc:before {
  content: "\e901";
  color: #645c4f;
}

._icon-menu:before {
  content: "\e902";
}

._icon-home:before {
  content: "\e903";
}

._icon-location:before {
  content: "\e904";
}

._icon-message:before {
  content: "\e905";
}

._icon-telegram:before {
  content: "\e906";
}

._icon-time:before {
  content: "\e907";
}

._icon-whatsapp:before {
  content: "\e908";
}

._icon-filter:before {
  content: "\e909";
}

.title-24 {
  font-family: Montserrat;
  font-size: 24px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .title-24 {
    font-size: 22px;
  }
}
.title-24:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .title-24:not(:last-child) {
    margin-bottom: 20px;
  }
}

._ibg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._ibg img {
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.title-20 {
  color: #E1D3BD;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 700;
}

.button-add-to-cart-obol {
  display: inline-flex;
  border-radius: 4px;
  background-color: rgb(43, 40, 37);
}

.button-add-to-cart {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid #D6B88D;
  width: 100%;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
.button-add-to-cart span {
  position: relative;
  z-index: 3;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-add-to-cart::after {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: #2B2825;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
.button-add-to-cart::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  opacity: 0;
  top: 0;
}
@media (hover: hover) {
  .button-add-to-cart:hover {
    cursor: pointer;
  }
  .button-add-to-cart:hover span {
    color: #36332E;
    -webkit-text-fill-color: inherit;
  }
  .button-add-to-cart:hover::before {
    opacity: 1;
  }
}
.button-add-to-cart:focus {
  outline: none;
}
.button-add-to-cart:focus span {
  color: #36332E;
  -webkit-text-fill-color: inherit;
}
.button-add-to-cart:focus::before {
  opacity: 1;
}

.header {
  position: fixed;
  z-index: 3000;
  width: 100%;
  -webkit-backdrop-filter: blur(25px) !important;
  backdrop-filter: blur(25px) !important;
  background: rgba(33, 30, 28, 0.3) !important;
}
.header__top {
  padding: 16px 0px;
  transition: all 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .header__top {
    margin-right: 41px;
  }
}
@media (min-width: 767.98px) {
  .header__top {
    margin-top: -51px;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 767.98px) {
  .header.activeTopHeader .header__top {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}
.header__bottom {
  overflow-y: hidden;
}

.header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .header-top {
    flex-direction: column;
    row-gap: 21.5px;
  }
}
.header-top__select {
  padding-left: 20px;
  transition: all 0.3s ease 0s;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}
.header-top__select::after {
  position: absolute;
  left: 0;
  top: 2px;
  content: url(../img/icon/mouse-pointer.svg);
}
@media (hover: hover) {
  .header-top__select:hover {
    cursor: pointer;
    color: #C09E6C;
  }
}

.menu__list {
  display: flex;
  column-gap: 105px;
}
@media (max-width: 1200px) {
  .menu__list {
    column-gap: calc(26px + 79 * (100vw - 768px) / 432);
  }
}
@media (max-width: 767.98px) {
  .menu__list {
    flex-direction: column;
    align-items: center;
    row-gap: 21.5px;
  }
}
.menu__link {
  color: #BEAE97;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
@media (hover: hover) {
  .menu__link:hover {
    cursor: pointer;
    color: #C09E6C;
  }
}
@media (max-width: 767.98px) {
  .menu__link {
    font-size: 14px;
  }
}
.menu__link-tel {
  padding-left: 27px;
  position: relative;
}
.menu__link-tel::after {
  position: absolute;
  left: 0;
  content: url(../img/icon/phone.svg);
}

@media (max-width: 767.98px) {
  .menu__item-mobile-1 {
    order: 1;
  }
  .menu__item-mobile-2 {
    order: 2;
  }
  .menu__item-mobile-3 {
    order: 3;
  }
  .menu__item-mobile-4 {
    order: 4;
  }
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
  gap: 28px;
}
@media (max-width: 487.98px) {
  .header-bottom {
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .header-bottom__logo {
    order: 2;
  }
}
.header-bottom__form {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  height: 40px;
}
@media (min-width: 767.98px) {
  .header-bottom__form {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .header-bottom__form {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .header-bottom__form {
    order: 1;
  }
}
@media (min-width: 487.98px) {
  .header-bottom__form {
    height: 48px;
  }
}
.header-bottom__button {
  z-index: 251;
  position: relative;
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 8px 11px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  border: 1px solid #D6B88D;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
  height: 40px;
  position: relative;
}
@media (min-width: 767.98px) {
  .header-bottom__button {
    padding: 12px 20px;
  }
}
@media (min-width: 487.98px) {
  .header-bottom__button {
    height: 48px;
  }
}
@media (max-width: 487.98px) {
  .header-bottom__button {
    padding: 6px 8px;
  }
}
.header-bottom__button:focus {
  border-radius: 4px;
  outline: 1px solid #D6B88D;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
@media (max-width: 767.98px) {
  .header-bottom__button {
    margin-left: 3px;
  }
}
.header-bottom__button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  scale: 0;
  opacity: 0;
  transition: all 0.6s ease 0s;
}
@media (hover: hover) {
  .header-bottom__button:hover {
    cursor: pointer;
    -webkit-background-clip: text;
    -webkit-text-fill-color: inherit;
    color: #36332E;
  }
  .header-bottom__button:hover::after {
    scale: 1;
    opacity: 1;
  }
}
.header-bottom__label {
  flex: 0 1 100%;
  position: relative;
}
.header-bottom__input {
  height: 48px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 4px;
  border: 1px solid #514941;
  background: #12110F;
  box-shadow: 0px 0px 10px 0px rgba(160, 149, 133, 0.2);
  color: #867A68;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4; /* 19.6px */
}
.header-bottom__input::placeholder {
  color: #867A68;
  font-family: Inter;
  font-size: 14px;
  line-height: 1.4;
}
.header-bottom__input:focus {
  border-radius: 4px;
  outline: 1px solid #D6B88D;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
@media (max-width: 767.98px) {
  .header-bottom__input {
    display: none;
  }
}
.header-bottom__search {
  z-index: 20;
  position: relative;
}
@media (min-width: 767.98px) {
  .header-bottom__search {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: calc(50% - 10px);
  }
}
@media (max-width: 767.98px) {
  .header-bottom__search {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
  .header-bottom__search:focus {
    outline: 1px solid linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  }
}
@media (max-width: 487.98px) {
  .header-bottom__search {
    width: 30px;
    height: 30px;
  }
}
.header-bottom__items {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-bottom__items {
    order: 3;
  }
}
.header-bottom__item {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.header-bottom__item:focus {
  background: #37332F;
  outline: 1px solid linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
}
@media (max-width: 487.98px) {
  .header-bottom__item {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  .header-bottom__item:nth-child(2) {
    margin-right: 3px;
  }
}

.header-bottom__item-2 {
  margin-right: 2px;
}

@media (min-width: 767.98px) {
  .header._active .header-bottom__button {
    -webkit-background-clip: text;
    -webkit-text-fill-color: inherit;
    color: #36332E;
  }
  .header._active .header-bottom__button::after {
    scale: 1;
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .header._active .header-bottom__button {
    border: none;
    background: none;
    box-shadow: none;
  }
}
.header__logo {
  margin-top: -60px;
  display: none;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .header__logo {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .podlochka {
    z-index: 249;
    transition: all 0.4s ease 0s;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
  }
  .header._active .podlochka {
    visibility: visible;
    opacity: 1;
  }
}
.icon-menu {
  width: 24px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 300;
}
.icon-menu span {
  position: absolute;
  width: 70%;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  top: calc(50% - 1px);
  left: 0;
  height: 2px;
  border-radius: 20px;
  transition: all 0.3s ease 0s;
}
.icon-menu::after {
  position: absolute;
  width: 100%;
  transition: all 0.3s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  top: 0;
  content: "";
  left: 0;
  border-radius: 20px;
  height: 2px;
}
.icon-menu::before {
  transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  content: "";
  border-radius: 20px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  bottom: 0;
  left: 0;
  height: 2px;
}

@media (min-width: 767.98px) {
  .header._active .header-bottom__button .icon-menu span,
  .header._active .header-bottom__button .icon-menu::after,
  .header._active .header-bottom__button .icon-menu::before {
    background: #36332E;
  }
}
@media (hover: hover) {
  .header-bottom__button:hover {
    cursor: pointer;
  }
  .header-bottom__button:hover .icon-menu span,
  .header-bottom__button:hover .icon-menu::after,
  .header-bottom__button:hover .icon-menu::before {
    background: #36332E;
  }
}

@media (max-width: 767.98px) {
  .header._active .icon-menu span {
    width: 0;
  }
  .header._active .icon-menu::after {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .header._active .icon-menu::before {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
}
@media (max-width: 767.98px) {
  .icon-menu-text {
    display: none;
  }
}

.header-bottom__icon-btn {
  position: relative;
}

.header-button {
  position: relative;
}
@media (min-width: 767.98px) {
  .header-button__list {
    position: fixed;
    width: 100%;
    transition: all 0.4s ease 0s;
    opacity: 0;
    display: block;
    visibility: hidden;
    transform: translateY(120%);
  }
}
@media (max-width: 767.98px) {
  .header-button__list {
    margin-bottom: 16px;
  }
}
.header-button__item {
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4; /* 19.6px */
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  transition: all 0.6s ease 0s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media (min-width: 767.98px) {
  .header-button__item {
    min-width: 166px;
  }
}
@media (max-width: 767.98px) {
  .header-button__item {
    width: 100%;
  }
}
.header-button__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  opacity: 0;
  scale: 0;
  border-radius: 4px;
  transition: all 0.6s ease 0s;
}
.header-button__item::before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  background-color: #2B2825;
  content: "";
  z-index: -1;
}
@media (hover: hover) {
  .header-button__item:hover {
    cursor: pointer;
    font-weight: 700;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: inherit;
    color: #36332E;
  }
  .header-button__item:hover::after {
    scale: 1;
    opacity: 1;
  }
}
.header-button__item._active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: inherit;
  color: #36332E;
  font-weight: 700;
}
.header-button__item._active::after {
  scale: 1;
  opacity: 1;
}
.header-button__item:focus {
  font-weight: 700;
  outline: none;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: inherit;
  color: #36332E;
}
.header-button__item:focus::after {
  scale: 1;
  opacity: 1;
}

@media (min-width: 767.98px) {
  .header._active .header-button__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.header-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .header-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 250;
    background: rgba(0, 0, 0, 0.5);
  }
  .header-mobile__body {
    position: fixed;
    z-index: 251;
    left: 0;
    top: 0;
    transform: translateY(-120%);
    transition: all 0.5s ease 0s;
    width: 60%;
    box-shadow: 4px 4px 4px #36332E;
    border-radius: 4px;
    background: #211E1C;
    padding: 70px 20px 0px 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 487.98px) {
  .header-mobile__body {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .header-button__block {
    display: none;
  }
  .header__top {
    display: none;
  }
}
.header._active .header-mobile__body {
  transform: translateY(0%);
}
.header._active .header-mobile {
  opacity: 1;
  visibility: visible;
}
.header._active .header-button__block {
  display: block;
}
.header._active .header__top {
  display: flex;
}

.title-24 {
  font-family: Montserrat;
  font-size: 24px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .title-24 {
    font-size: 22px;
  }
}
.title-24:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .title-24:not(:last-child) {
    margin-bottom: 20px;
  }
}

._ibg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._ibg img {
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.title-20 {
  color: #E1D3BD;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 700;
}

.button-add-to-cart-obol {
  display: inline-flex;
  border-radius: 4px;
  background-color: rgb(43, 40, 37);
}

.button-add-to-cart {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid #D6B88D;
  width: 100%;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
.button-add-to-cart span {
  position: relative;
  z-index: 3;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-add-to-cart::after {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: #2B2825;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
.button-add-to-cart::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  opacity: 0;
  top: 0;
}
@media (hover: hover) {
  .button-add-to-cart:hover {
    cursor: pointer;
  }
  .button-add-to-cart:hover span {
    color: #36332E;
    -webkit-text-fill-color: inherit;
  }
  .button-add-to-cart:hover::before {
    opacity: 1;
  }
}
.button-add-to-cart:focus {
  outline: none;
}
.button-add-to-cart:focus span {
  color: #36332E;
  -webkit-text-fill-color: inherit;
}
.button-add-to-cart:focus::before {
  opacity: 1;
}

.footer {
  background: #12110F;
}
.footer__container {
  display: flex;
  flex-direction: column;
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.footer__logo:not(:last-child) {
  margin-bottom: 30px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin-top: 60px;
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4; /* 19.6px */
  margin-bottom: 30px;
}
.footer__content a {
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .footer__content a:hover {
    cursor: pointer;
    color: #C09E6C;
  }
}
@media (max-width: 991.98px) {
  .footer__content {
    margin: 40px 0px;
  }
}

.footer-body {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .footer-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .footer-body {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.footer-body__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-body__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
  color: #BEAE97;
  transition: all 0.3s ease 0s;
  font-family: Open Sans;
  position: relative;
  font-size: 18px;
}
@media (max-width: 1280.98px) {
  .footer-body__link {
    gap: 15px;
  }
}
@media (max-width: 487.98px) {
  .footer-body__link {
    font-size: 16px;
  }
}
@media (max-width: 325.98px) {
  .footer-body__link {
    font-size: 14px;
  }
}
.footer-body__link::before, .footer-body__link i {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #BEAE97;
  background-color: #37332F;
  transition: all 0.5s ease 0s;
  position: relative;
}
.footer-body__link::after {
  position: absolute;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  left: 0;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  content: "";
  transition: all 0.5s ease 0s;
  scale: 0;
  top: 0;
  opacity: 0;
}
@media (hover: hover) {
  .footer-body__link:hover {
    cursor: pointer;
    color: #C09E6C;
  }
  .footer-body__link:hover::before, .footer-body__link:hover i {
    color: black;
    background-color: transparent;
    z-index: 1;
  }
  .footer-body__link:hover::after {
    scale: 1;
    opacity: 1;
  }
}
.footer-body__link p {
  justify-content: flex-start;
  display: inline-flex;
}
.footer-body__link:focus {
  cursor: pointer;
  color: #C09E6C;
}
.footer-body__link:focus::before, .footer-body__link:focus i {
  color: black;
  background-color: transparent;
  z-index: 1;
}
.footer-body__link:focus::after {
  scale: 1;
  opacity: 1;
}

@media (min-width: 991.98px) {
  .footer-body__item-2 {
    flex: 0 1 36%;
  }
  .footer-body__item-3 {
    flex: 0 1 28%;
    display: flex;
    justify-content: flex-end;
  }
}
.footersvg {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(55, 51, 47);
  border-radius: 50%;
}

.title-24 {
  font-family: Montserrat;
  font-size: 24px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .title-24 {
    font-size: 22px;
  }
}
.title-24:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .title-24:not(:last-child) {
    margin-bottom: 20px;
  }
}

._ibg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._ibg img {
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.title-20 {
  color: #E1D3BD;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 700;
}

.button-add-to-cart-obol {
  display: inline-flex;
  border-radius: 4px;
  background-color: rgb(43, 40, 37);
}

.button-add-to-cart {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid #D6B88D;
  width: 100%;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
.button-add-to-cart span {
  position: relative;
  z-index: 3;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-add-to-cart::after {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: #2B2825;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
.button-add-to-cart::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  opacity: 0;
  top: 0;
}
@media (hover: hover) {
  .button-add-to-cart:hover {
    cursor: pointer;
  }
  .button-add-to-cart:hover span {
    color: #36332E;
    -webkit-text-fill-color: inherit;
  }
  .button-add-to-cart:hover::before {
    opacity: 1;
  }
}
.button-add-to-cart:focus {
  outline: none;
}
.button-add-to-cart:focus span {
  color: #36332E;
  -webkit-text-fill-color: inherit;
}
.button-add-to-cart:focus::before {
  opacity: 1;
}

.title-24 {
  font-family: Montserrat;
  font-size: 24px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .title-24 {
    font-size: 22px;
  }
}
.title-24:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .title-24:not(:last-child) {
    margin-bottom: 20px;
  }
}

._ibg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._ibg img {
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.title-20 {
  color: #E1D3BD;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 700;
}

.button-add-to-cart-obol {
  display: inline-flex;
  border-radius: 4px;
  background-color: rgb(43, 40, 37);
}

.button-add-to-cart {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid #D6B88D;
  width: 100%;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
.button-add-to-cart span {
  position: relative;
  z-index: 3;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-add-to-cart::after {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: #2B2825;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
.button-add-to-cart::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  opacity: 0;
  top: 0;
}
@media (hover: hover) {
  .button-add-to-cart:hover {
    cursor: pointer;
  }
  .button-add-to-cart:hover span {
    color: #36332E;
    -webkit-text-fill-color: inherit;
  }
  .button-add-to-cart:hover::before {
    opacity: 1;
  }
}
.button-add-to-cart:focus {
  outline: none;
}
.button-add-to-cart:focus span {
  color: #36332E;
  -webkit-text-fill-color: inherit;
}
.button-add-to-cart:focus::before {
  opacity: 1;
}

.main-slider__body {
  position: relative;
  z-index: 34;
}

.slider-slide__body {
  text-align: center;
  max-width: 68.58209%; /* 785/1340 */
}
@media (max-width: 767.98px) {
  .slider-slide__body {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .slider-slide__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
  }
}
.slider-slide__title {
  padding-top: 120px;
  background: var(--gradient, linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%));
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
}
.slider-slide__title:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .slider-slide__title:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .slider-slide__title {
    padding-top: 96px;
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .slider-slide__title {
    padding-top: 30px;
    font-size: 25px;
    flex: 1 1 auto;
  }
}
.slider-slide__label {
  font-size: 24px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  font-weight: 600px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider-slide__label span {
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .slider-slide__label {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .slider-slide__label {
    margin-bottom: 59px;
  }
}
.slider-slide__image {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-slide__image img {
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.main-slider__swiper .swiper-slide {
  height: 500px;
  position: relative;
}

.main-slider__swiper .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
}

.main-slider__pagination {
  transform: translateY(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider__swiper .swiper-pagination-bullet-active-prev,
.main-slider__swiper .swiper-pagination-bullet-active-next {
  width: 10px !important;
  height: 10px !important;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  border-radius: 50%;
  border: 1px solid #C09E6C;
}

/**********************************/
.main__tovar-slider {
  padding: 50px 0px;
}

.tovar-slider__container {
  min-width: 0;
}
.tovar-slider__swiper {
  display: flex;
  min-width: 0;
}
.tovar-slider__swiper-wrapper {
  min-width: 0;
}
.tovar-slide {
  min-width: 0;
}
.tovar-slide__image {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.tovar-slide__image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.tovar-slide__title {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #E1D3BD;
  text-align: center;
  font-size: 24px;
}
.tovar-slide__name {
  width: 100%;
  text-align: center;
}
.tovar-slide__name:not(:last-child) {
  margin-bottom: 10px;
}
.tovar-slide__item {
  padding: 0px 15px;
  bottom: 10px;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tovar-slide__button {
  min-width: 245px;
}

.tovar-slider__swiper .swiper-slide {
  position: relative;
  height: 400px;
}

.title-24 {
  font-family: Montserrat;
  font-size: 24px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .title-24 {
    font-size: 22px;
  }
}
.title-24:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .title-24:not(:last-child) {
    margin-bottom: 20px;
  }
}

._ibg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._ibg img {
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.title-20 {
  color: #E1D3BD;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 700;
}

.button-add-to-cart-obol {
  display: inline-flex;
  border-radius: 4px;
  background-color: rgb(43, 40, 37);
}

.button-add-to-cart {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid #D6B88D;
  width: 100%;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
.button-add-to-cart span {
  position: relative;
  z-index: 3;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-add-to-cart::after {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: #2B2825;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
.button-add-to-cart::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  opacity: 0;
  top: 0;
}
@media (hover: hover) {
  .button-add-to-cart:hover {
    cursor: pointer;
  }
  .button-add-to-cart:hover span {
    color: #36332E;
    -webkit-text-fill-color: inherit;
  }
  .button-add-to-cart:hover::before {
    opacity: 1;
  }
}
.button-add-to-cart:focus {
  outline: none;
}
.button-add-to-cart:focus span {
  color: #36332E;
  -webkit-text-fill-color: inherit;
}
.button-add-to-cart:focus::before {
  opacity: 1;
}

.main__cart {
  padding: 50px 0px;
}

.main-cart__content {
  display: flex;
  justify-content: flex-end;
}

.cart-content__items {
  gap: 20px;
  display: grid;
}

@media (min-width: 1200.98px) {
  .cart-content__items {
    grid-template-columns: repeat(4, 1fr);
    flex: 0 1 100%; /* 956/1280 */
  }
}
@media (min-width: 1200.98px) {
  .main-cart__body._active .cart-content__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .main-cart__body._active .cart-content__items {
    flex: 0 1 74.6875%; /* 956/1280 */
  }
}
@media (max-width: 1200.98px) {
  .main-cart__body .cart-content__items {
    grid-template-columns: repeat(3, 1fr);
    flex: 0 1 100%;
  }
}
@media (max-width: 767.98px) {
  .main-cart__body .cart-content__items {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 1 100%;
  }
}
@media (max-width: 457.98px) {
  .main-cart__body .cart-content__items {
    grid-template-columns: repeat(1, 1fr);
    flex: 0 1 100%;
  }
}
.top-trigger-filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200.98px) {
  .top-trigger-filter {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1200.98px) {
  .top-trigger-filter {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .top-trigger-filter {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567.98px) {
  .top-trigger-filter {
    grid-template-columns: 1fr;
  }
}
.top-trigger-filter__item {
  position: relative;
}

.filter {
  position: relative;
}
.filter__btn {
  width: 100%;
  position: relative;
  padding: 13.5px 20px;
  display: flex;
  align-items: flex-start;
  border-radius: 4px;
  border: 1px solid #D6B88D;
}
.filter__btn p {
  transition: all 0.6s ease 0s;
  font-size: 18px;
  font-family: Open Sans;
  position: relative;
  z-index: 20;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.filter__btn::after {
  content: "";
  position: absolute;
  border-radius: 4px;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  top: 0;
  background-color: #36332E;
}
@media (max-width: 991.98px) {
  .filter__btn {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .filter__btn {
    font-size: 14px;
  }
}
.filter__btn span {
  transition: all 0.3s ease 0s;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
}
.filter__btn span img {
  display: block;
}
.filter__btn::before {
  width: 100%;
  content: "";
  height: 100%;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s ease 0s;
  opacity: 0;
}
@media (hover: hover) {
  .filter__btn:hover {
    cursor: pointer;
  }
  .filter__btn:hover p {
    font-weight: 500;
    color: #36332E;
    -webkit-text-fill-color: inherit;
  }
  .filter__btn:hover::before {
    opacity: 1;
  }
  .filter__btn:hover span {
    color: #36332E;
  }
}
.filter__btn:focus {
  outline: none;
  cursor: pointer;
}
.filter__btn:focus p {
  font-weight: 500;
  color: #36332E;
  -webkit-text-fill-color: inherit;
}
.filter__btn:focus::before {
  opacity: 1;
}
.filter__btn:focus span {
  color: #36332E;
}
.filter__btn-filter span {
  right: 15px;
}
@media (max-width: 991.98px) {
  .filter__btn-filter span {
    right: 5px;
  }
}
.filter__btn-popular span {
  transition: all 0.6s ease 0s;
  transform: rotateX(180deg);
  right: 20px;
}
@media (max-width: 991.98px) {
  .filter__btn-popular span {
    right: 5px;
  }
}
.filter__item {
  border-radius: 4px;
  background: #2B2825;
  position: relative;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
.filter__item::after {
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  content: "";
  position: absolute;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  scale: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  border-radius: 4px;
}
.filter__item._active::after {
  scale: 1;
  opacity: 1;
}
.filter__link {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 20;
  font-size: 14px;
  transition: all 0.3s ease 0s;
  padding: 12px 30px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Open Sans;
  line-height: 1.4; /* 19.6px */
}

.filter__list {
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
  padding: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 6px 6px;
  background: #211E1C;
  gap: 10px;
}

.filter-content-1,
.filter-content-2 {
  transition: all 0.6s ease 0s;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  top: 53px;
  left: 0;
  position: absolute;
}

.filter-content-1 {
  position: absolute;
}

@media (hover: hover) {
  .filter__item:hover {
    cursor: pointer;
  }
  .filter__item:hover::after {
    opacity: 1;
    z-index: 1;
    scale: 1;
  }
  .filter__item:hover .filter__link {
    transition: all 0.3s ease 0s;
    font-weight: 700;
    -webkit-text-fill-color: inherit;
    color: #36332E;
  }
}

.filter__item._active .filter__link {
  font-weight: 700;
  -webkit-text-fill-color: inherit;
  color: #36332E;
}

@media (max-width: 567.98px) {
  .main-cart__fon {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 300;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
  }
}
.top-trigger-filter__item._active {
  position: relative;
  z-index: 301;
}
.top-trigger-filter__item._active .filter__content {
  display: block;
  z-index: 100;
  opacity: 1;
  scale: 1;
}
.top-trigger-filter__item._active .filter__btn-popular span {
  transform: rotateX(0deg);
}
.top-trigger-filter__item._active .filter__btn-filter span {
  transform: rotate(90deg);
}

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

.cart-sum {
  gap: 15px;
}
.cart-sum__cost {
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 18px;
  line-height: 1.4; /* 25.2px */
}
@media (max-width: 991.98px) {
  .cart-sum__cost {
    font-size: 14px;
  }
}
.cart-sum__total {
  font-weight: 700;
  font-size: 18px;
  font-family: Open Sans;
  line-height: 1.4;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991.98px) {
  .cart-sum__total {
    font-size: 14px;
  }
}

.filter-content__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  border-radius: 4px;
  background: #211E1C;
  box-shadow: 0px 9px 15px 0px rgba(116, 107, 90, 0.41);
}
.filter-content__trigger {
  position: relative;
  padding: 9px;
  color: #BEAE97;
  font-size: 18px;
  border-radius: 4px;
  display: flex;
  transition: all 0.3s ease 0s;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.filter-content__trigger p, .filter-content__trigger i {
  position: relative;
  z-index: 20;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  transition: all 0.3s ease 0s;
  -webkit-text-fill-color: transparent;
}
.filter-content__trigger i {
  transition: all 0.5s ease 0s;
}
.filter-content__trigger::after {
  transition: all 0.3s ease 0s;
  content: "";
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 100%;
  scale: 0;
  left: 0;
  top: 0;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  z-index: -1;
  opacity: 0;
}
@media (hover: hover) {
  .filter-content__trigger:hover {
    cursor: pointer;
  }
  .filter-content__trigger:hover::after {
    z-index: 1;
    opacity: 1;
    scale: 1;
  }
  .filter-content__trigger:hover p, .filter-content__trigger:hover i {
    -webkit-text-fill-color: inherit;
    color: #36332E;
  }
}
.filter-content__clear {
  position: relative;
  padding: 15px 20px;
  color: #BEAE97;
  font-size: 18px;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background-color: #36332E;
}
.filter-content__clear::before {
  transition: all 0.3s ease 0s;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  content: url(../img/icon/close.svg);
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
}

.top-fon {
  border-radius: 4px;
  background: #211E1C;
  /* shadow filter */
  box-shadow: 0px 9px 15px 0px rgba(116, 107, 90, 0.41);
}

.pol-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pol-list__label {
  display: flex;
  position: relative;
  gap: 10px;
  transition: all 0.3s ease 0s;
  align-items: center;
}
@media (hover: hover) {
  .pol-list__label:hover {
    cursor: pointer;
  }
}
.pol-list__input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  clip: rect(0 0 0 0);
}
.pol-list__span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  border-radius: 4px;
  border: 1px solid #D6B88D;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
.pol-list__span::after {
  top: 3px;
  left: 2px;
  transition: all 0.3s ease 0s;
  content: url(../img/icon/chevron-add-filter.svg);
  position: absolute;
  opacity: 0;
}
.pol-list__span::before {
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  top: 0;
  opacity: 0;
}
.pol-list__p {
  color: #BEAE97;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Open Sans;
  line-height: 1.4; /* 22.4px */
}

.pol-list__input:checked + .pol-list__span::after {
  opacity: 1;
}
.pol-list__input:checked + .pol-list__span::before {
  opacity: 1;
}

.filter-content__item._active .filter-content__trigger {
  margin-bottom: 20px;
}
.filter-content__item._active .filter-content__trigger i {
  transform: rotateX(180deg);
}

.filter-search__label {
  margin-bottom: 10px;
  display: flex;
  position: relative;
  border-radius: 4px;
  width: 100%;
}
.filter-search__input {
  color: #867A68;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4; /* 19.6px */
  width: 100%;
  padding: 12px 40px 12px 20px;
  border-radius: 4px;
  border: 1px solid #514941;
  background: #1B1816;
  box-shadow: 0px 0px 10px 0px rgba(160, 149, 133, 0.2);
}
.filter-search__input::placeholder {
  color: #867A68;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
}
.filter-search__btn {
  right: 20px;
  top: calc(50% - 10px);
  position: absolute;
}

.search-list {
  padding: 10px 10px 20px 10px;
  border-radius: 4px;
  background: #211E1C;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
.search-list__body {
  overflow-y: scroll;
  max-height: 272px;
}
.search-list__body::-webkit-scrollbar {
  width: 14px;
  height: 100%;
  border-radius: 6px;
  background: #1D1A19;
  box-shadow: 0px 0px 10px 0px rgba(160, 149, 133, 0.2);
}
.search-list__body::-webkit-scrollbar-thumb {
  width: 10px;
  height: 25px;
  border-radius: 6px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
}
.search-list__body::-webkit-scrollbar-track {
  width: 14px;
  height: 100%;
  border-radius: 6px;
  background: #1D1A19;
  box-shadow: 0px 0px 10px 0px rgba(160, 149, 133, 0.2);
}
.search-list__body::-moz-scrollbar {
  width: 14px;
  height: 100%;
  border-radius: 6px;
  background: #1D1A19;
  box-shadow: 0px 0px 10px 0px rgba(160, 149, 133, 0.2);
}
.search-list__body::-moz-scrollbar-thumb {
  width: 10px;
  height: 25px;
  border-radius: 6px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
}
.search-list__body::-moz-scrollbar-track {
  width: 14px;
  height: 100%;
  border-radius: 6px;
  background: #1D1A19;
  box-shadow: 0px 0px 10px 0px rgba(160, 149, 133, 0.2);
}
.list-search {
  margin-right: 9px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.list-search__label {
  position: relative;
}
@media (hover: hover) {
  .list-search__label:hover {
    cursor: pointer;
  }
}
.list-search__input {
  visibility: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  clip: rect(0 0 0 0);
}

.list-search__p {
  display: flex;
  width: 100%;
  padding: 4px 12px;
  color: #BEAE97;
  border-radius: 4px;
  z-index: 20;
  position: relative;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}

.list-search__span {
  position: absolute;
  width: 100%;
  border-radius: 4px;
  z-index: 1;
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
}

.list-search__input:checked + .list-search__span {
  opacity: 1;
}

.list-search__input:checked ~ .list-search__p {
  color: #36332E;
}

.filter-content-items {
  display: none;
}

.filter-content__item._active .filter-content-items {
  display: flex;
  flex-direction: column;
}

.slider {
  height: 5px;
  background-color: #0E0D0C;
  border-radius: 5px;
  position: relative;
}

.progress {
  height: 5px;
  border-radius: 5px;
  position: absolute;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  right: 25%;
  left: 25%;
}

.filter-range__slider {
  position: relative;
  margin-bottom: 20px;
}

.filter-range__slider input {
  position: absolute;
  height: 5px;
  width: 100%;
  top: -5px;
  background: none;
  -webkit-appearance: none;
  pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 19px;
  -webkit-appearance: none;
  border-radius: 50%;
  width: 18px;
  pointer-events: auto;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
}
@media (hover: hover) {
  input[type=range]::-webkit-slider-thumb:hover {
    cursor: pointer;
  }
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  -moz-appearance: none;
  border: none;
  border-radius: 50%;
  width: 17px;
  pointer-events: auto;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
}
@media (hover: hover) {
  input[type=range]::-moz-range-thumb:hover {
    cursor: pointer;
  }
}

.filter-range__number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-range__number span {
  color: #BEAE97;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Open Sans;
  line-height: 1.4; /* 22.4px */
}

.main-cart__content {
  margin-bottom: 20px;
}

.main-cart__pagination {
  margin-bottom: 20px;
}

.cart-pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cart-pagination {
    gap: 5px;
  }
}
.cart-pagination__button {
  width: 36px;
  height: 36px;
  background: #211E1C;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  border: 1px solid #C09E6C;
}
@media (hover: hover) {
  .cart-pagination__button:hover {
    cursor: pointer;
    background: #B7A08B;
    color: #36332E;
  }
}
.cart-pagination__button:focus {
  outline: none;
  background: #B7A08B;
  color: #36332E;
}
.cart-pagination__list {
  display: flex;
  align-items: center;
}
.cart-pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-pagination__link {
  padding: 10px 18px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  color: #BEAE97;
  font-size: 14px;
}
@media (hover: hover) {
  .cart-pagination__link:hover {
    cursor: pointer;
    background: #B7A08B;
    color: #36332E;
  }
}
@media (max-width: 767.98px) {
  .cart-pagination__link {
    font-size: 12px;
  }
}
.cart-pagination__link:focus {
  outline: none;
  background: #B7A08B;
  color: #36332E;
}
.cart-pagination__separator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
}

@media (max-width: 767.98px) {
  .cart-pagination__item-hidden {
    display: none;
  }
}

@media (max-width: 487.98px) {
  .cart-pagination__item-hidden-mobile {
    display: none;
  }
}

.flacon-size {
  display: flex;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .flacon-size {
    gap: 10px;
  }
}
.flacon-size__label {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
  justify-content: center;
  align-items: center;
  border: 1px solid #D6B88D;
  position: relative;
}
@media (hover: hover) {
  .flacon-size__label:hover {
    cursor: pointer;
  }
}
.flacon-size__input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  visibility: hidden;
  display: none;
}
.flacon-size__input-span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  opacity: 0;
  scale: 0;
  border-radius: 2px;
  transition: all 0.6s ease 0s;
}
.flacon-size__p {
  line-height: 1.4; /* 19.6px */
  z-index: 20;
  font-family: Open Sans;
  font-size: 14px;
  position: relative;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  transition: all 0.3s ease 0s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cart-item {
  border-radius: 4px;
  background: #36332E;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 991.98px) {
  .cart-item {
    padding: 12px;
  }
}
.cart-item__image {
  display: flex;
  justify-content: center;
}
.cart-item__image img {
  max-width: 100%;
}
.cart-item__labels {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.cart-item__title {
  flex: 1 1 auto;
  color: #BEAE97;
  font-family: Open Sans;
  line-height: 1.4; /* 22.4px */
}
@media (max-width: 991.98px) {
  .cart-item__title {
    font-size: 14px;
  }
}
.cart-item__sub-title {
  margin-bottom: 10px;
  color: #BEAE97;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4; /* 22.4px */
}
@media (max-width: 991.98px) {
  .cart-item__sub-title {
    font-size: 14px;
  }
}
.cart-item__sum {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .cart-item__sum {
    margin-bottom: 10px;
  }
}

.flacon-size__input:checked + .flacon-size__input-span {
  opacity: 1;
  scale: 1;
}

.flacon-size__input:checked ~ .flacon-size__p {
  font-weight: 700;
  -webkit-text-fill-color: inherit;
  color: #36332E;
}

.popap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 400;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.4);
}
.popap__body {
  position: relative;
  z-index: 450;
  padding: 30px;
  border-radius: 4px;
  background: #36332E;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
@media (max-width: 767.98px) {
  .popap__body {
    padding: 20px;
  }
}
.popap__close {
  width: 40px;
  display: flex;
  padding: 13px;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: absolute;
  border-radius: 4px;
  right: 10px;
  top: 10px;
}
@media (hover: hover) {
  .popap__close:hover {
    cursor: pointer;
  }
}
.popap__close::after {
  content: url(../img/icon/close.svg);
  position: relative;
  display: block;
}
.popap__close:focus {
  outline: none;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
  background: #37332F;
}

.popap__wrapper {
  overflow: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 12;
  transform: translateY(-100%) rotateY(45deg) skewX(45deg);
  transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .popap__wrapper {
    padding: 0px 20px;
  }
}

.popap._active {
  opacity: 1;
  visibility: visible;
}
.popap._active .popap__wrapper {
  transform: translateY(0) rotateY(0deg) skewX(0deg);
}

.popap-retvit {
  margin-top: 120px;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .popap-retvit {
    max-width: 100%;
  }
}
.popap-retvit__title {
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popap-retvit__text {
  padding: 20px;
  display: flex;
  border-radius: 4px;
  background: #211E1C;
  gap: 20px;
}
@media (max-width: 487.98px) {
  .popap-retvit__text {
    flex-direction: column;
  }
}
.popap-retvit__text-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #BEAE97;
}
.popap-retvit__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popap-retvit__label-text {
  margin-bottom: 10px;
}
.popap-retvit__items-rating {
  display: flex;
  column-gap: 30px;
  row-gap: 5px;
  align-items: center;
}
@media (max-width: 337.98px) {
  .popap-retvit__items-rating {
    flex-direction: column;
  }
}
.popap-retvit__label {
  color: #BEAE97;
}
.popap-retvit__label span {
  color: red;
}
.popap-retvit__label input {
  appearance: none;
  -webkit-appearance: none;
}
.popap-retvit__label-camera {
  position: relative;
}
.popap-retvit__label-camera span::after {
  width: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100px;
  content: url(../img/icon/camera.svg);
  border-radius: 4px;
  background: #211E1C;
}
.popap-retvit__label-camera p {
  margin-bottom: 20px;
}
.popap-retvit__textarea {
  padding: 15px;
  border-radius: 4px;
  width: 100%;
  background: transparent;
  border: 1px solid #565147;
  height: 170px;
  resize: none;
}
.popap-retvit__textarea:focus {
  outline: #BEAE97 1px solid;
}

.rating {
  display: flex;
  flex-wrap: nowrap;
}

input[type=file] {
  position: absolute;
  display: none;
  clip: rect(0 0 0 0);
}

.popap-retvit__label-items {
  display: flex;
  max-width: 620px;
  overflow: auto;
  gap: 20px;
}
.popap-retvit__label-items::-webkit-scrollbar {
  height: 10px;
}
.popap-retvit__label-items::-webkit-scrollbar-track {
  background: #1D1A19;
  border-radius: 6px;
}
.popap-retvit__label-items::-webkit-scrollbar-thumb {
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  border-radius: 6px;
  height: 4px;
  border: 2px solid #211E1C;
}

.block-camera {
  gap: 20px;
  display: flex;
}

.block-camera__after-block {
  min-width: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 85px;
  border-radius: 4px;
  background: #211E1C;
}

.thumbnail {
  min-width: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 85px;
  border-radius: 4px;
  background: #211E1C;
}
.thumbnail img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-------------------------*/
.popap-package {
  width: 565px;
  padding: 40px 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.popap-package__title {
  text-align: center;
}
.title-24 {
  font-family: Montserrat;
  font-size: 24px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .title-24 {
    font-size: 22px;
  }
}
.title-24:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .title-24:not(:last-child) {
    margin-bottom: 20px;
  }
}

._ibg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._ibg img {
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.title-20 {
  color: #E1D3BD;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 700;
}

.button-add-to-cart-obol {
  display: inline-flex;
  border-radius: 4px;
  background-color: rgb(43, 40, 37);
}

.button-add-to-cart {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid #D6B88D;
  width: 100%;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
.button-add-to-cart span {
  position: relative;
  z-index: 3;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-add-to-cart::after {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: #2B2825;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
.button-add-to-cart::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  opacity: 0;
  top: 0;
}
@media (hover: hover) {
  .button-add-to-cart:hover {
    cursor: pointer;
  }
  .button-add-to-cart:hover span {
    color: #36332E;
    -webkit-text-fill-color: inherit;
  }
  .button-add-to-cart:hover::before {
    opacity: 1;
  }
}
.button-add-to-cart:focus {
  outline: none;
}
.button-add-to-cart:focus span {
  color: #36332E;
  -webkit-text-fill-color: inherit;
}
.button-add-to-cart:focus::before {
  opacity: 1;
}

.login-block {
  padding: 50px 0px;
}
.login-block__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 891.98px) {
  .login-block__container {
    flex-direction: column;
  }
}
.login-block__item {
  flex: 0 1 40%;
}
@media (max-width: 991.98px) {
  .login-block__item {
    flex: 0 1 100%;
  }
}
.login-block__title {
  text-align: left;
}
.login-block__form {
  width: 100%;
}
.login-block__label {
  display: block;
  width: 100%;
}
.login-block__label:not(:last-child) {
  margin-bottom: 20px;
}
.login-block__text {
  color: #BEAE97;
  font-variant-numeric: lining-nums proportional-nums;
  line-height: 1.3; /* 20.8px */
}
.login-block__text:not(:last-child) {
  margin-bottom: 20px;
}
.login-block__pol-list:not(:last-child) {
  margin-bottom: 30px;
}
.login-block__button {
  width: 245px;
}
.login-block__button:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 427.98px) {
  .login-block__button {
    width: 100%;
  }
}
.login-block__link {
  display: block;
  color: #BEAE97;
  font-variant-numeric: lining-nums proportional-nums;
  line-height: 1.3; /* 20.8px */
}
.login-block__check:not(:last-child) {
  margin-bottom: 20px;
}

.input-block {
  width: 100%;
}
.input-block__text {
  color: #BEAE97;
}
.input-block__text span {
  color: red;
}
.input-block__text:not(:last-child) {
  margin-bottom: 4px;
}
.input-block__input {
  background: transparent;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #565147;
  height: 54px;
  transition: all 0.3s ease 0s;
  padding: 14px;
  color: #BEAE97 !important;
  font-size: 18px;
}
.input-block__input:focus {
  border-radius: 4px;
  outline: 1px solid #C09E6C;
}
.input-block__input::placeholder {
  color: #BEAE97 !important;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .input-block__input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 487.98px) {
  .input-block__input::placeholder {
    font-size: 14px;
  }
}

.re-catcha {
  max-width: 60%;
  border-radius: 4px;
  background-color: #36332E;
  padding: 40px;
}
.re-catcha:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .re-catcha {
    max-width: 70%;
  }
}
@media (max-width: 767.98px) {
  .re-catcha {
    max-width: 80%;
  }
}
@media (max-width: 487.98px) {
  .re-catcha {
    max-width: 100%;
  }
}

.check-button {
  display: flex;
  align-items: center;
  gap: 30px;
}
.check-button__label {
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .check-button__label:hover {
    cursor: pointer;
  }
}
.check-button__input {
  top: -9999%;
  left: -9999%;
  position: absolute;
  clip: rect(0 0 0 0);
}
.check-button__span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  border: 1px solid #BEAE97;
  position: relative;
}
.check-button__span::after {
  position: absolute;
  left: 0;
  top: 0;
  scale: 1.01;
  width: 100%;
  content: "";
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  z-index: 1;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.check-button__span::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  z-index: 2;
  background-color: black;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.check-button__p {
  color: #BEAE97;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Open Sans;
  line-height: 1.4; /* 22.4px */
}

.check-button__input:checked + .check-button__span::after {
  opacity: 1;
}
.check-button__input:checked + .check-button__span::before {
  opacity: 1;
}

.title-24 {
  font-family: Montserrat;
  font-size: 24px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .title-24 {
    font-size: 22px;
  }
}
.title-24:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .title-24:not(:last-child) {
    margin-bottom: 20px;
  }
}

._ibg {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._ibg img {
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.title-20 {
  color: #E1D3BD;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  font-size: 20px;
  font-weight: 700;
}

.button-add-to-cart-obol {
  display: inline-flex;
  border-radius: 4px;
  background-color: rgb(43, 40, 37);
}

.button-add-to-cart {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 4px;
  border: 1px solid #D6B88D;
  width: 100%;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 2px 10px 0px rgba(184, 164, 142, 0.4);
}
.button-add-to-cart span {
  position: relative;
  z-index: 3;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-add-to-cart::after {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: #2B2825;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
.button-add-to-cart::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 0.6s ease 0s;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  opacity: 0;
  top: 0;
}
@media (hover: hover) {
  .button-add-to-cart:hover {
    cursor: pointer;
  }
  .button-add-to-cart:hover span {
    color: #36332E;
    -webkit-text-fill-color: inherit;
  }
  .button-add-to-cart:hover::before {
    opacity: 1;
  }
}
.button-add-to-cart:focus {
  outline: none;
}
.button-add-to-cart:focus span {
  color: #36332E;
  -webkit-text-fill-color: inherit;
}
.button-add-to-cart:focus::before {
  opacity: 1;
}

.user {
  padding: 23px 0px 150px 0px;
}
.user__container {
  display: flex;
  gap: 20px;
}
@media (max-width: 800.98px) {
  .user__container {
    flex-direction: column;
  }
}
.user__panel {
  flex: 0 1 23.828125%;
}
@media (max-width: 1200.98px) {
  .user__panel {
    flex: 0 1 33.828125%;
  }
}
@media (max-width: 991.98px) {
  .user__panel {
    flex: 0 1 39.828125%;
  }
}
.user__items-content {
  flex: 0 1 64.0625%; /* 820/1280 */
}
@media (max-width: 991.98px) {
  .user__items-content {
    flex: 0 1 60.0625%;
  }
}
.user-panel__item {
  width: 100%;
}
.user-panel__link {
  width: 100%;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  gap: 10px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 19px;
  color: #BEAE97;
  line-height: 1.4; /* 22.4px */
}
.user-panel__link .path,
.user-panel__link .stroke {
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .user-panel__link:hover {
    cursor: pointer;
    background: #36332E;
  }
  .user-panel__link:hover .path {
    fill: #BEAE97;
  }
  .user-panel__link:hover .stroke {
    stroke: #BEAE97;
  }
}
.user-panel__link span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-panel__link._active {
  background: #36332E;
}
.user-panel__link._active .path {
  fill: #BEAE97;
}
.user-panel__link._active .stroke {
  stroke: #BEAE97;
}

.user-content {
  display: none;
  flex-direction: column;
}
.user-content._active {
  display: flex;
}
.user-content__text {
  color: #BEAE97;
  line-height: 1.4; /* 22.4px */
}
.user-content__text p:not(:last-child) {
  margin-bottom: 15px;
}
.user-content__sub-title {
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 20px;
  line-height: 1.4; /* 28px */
}
.user-content__sub-title:not(:last-child) {
  margin-bottom: 20px;
}
.user-content__block-info {
  display: flex;
  justify-content: flex-start;
}
.user-content__link {
  display: inline-flex;
  justify-content: flex-start;
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 14px;
  transition: all 0.3s ease 0s;
  line-height: 1.4; /* 19.6px */
  text-decoration-line: underline;
}
@media (hover: hover) {
  .user-content__link:hover {
    cursor: pointer;
    color: #C09E6C;
  }
}
.user-content__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.user-content__form-items {
  display: flex;
  gap: 20px;
}
@media (max-width: 891.98px) {
  .user-content__form-items {
    flex-direction: column;
  }
}
.user-content__btn {
  min-width: 245px;
}
.user-content__adress {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.n-block {
  margin: 30px 0px;
}

.order-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order-block__item {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #36332E;
  gap: 16px;
}
@media (max-width: 387.98px) {
  .order-block__item {
    margin: 0px -20px;
  }
}
.order-block__header {
  display: flex;
  padding: 14px 10px;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-radius: 4px;
  background: #12110F;
}
@media (min-width: 487.98px) {
  .order-block__header {
    height: 60px;
  }
}
@media (max-width: 487.98px) {
  .order-block__header {
    flex-direction: column;
  }
}
.order-block__title {
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4; /* 19.6px */
}
.order-block__title p {
  font-weight: 400;
}
.order-block__title span {
  font-weight: 700;
}
.order-block__body {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4; /* 19.6px */
}
.order-block__remove-order {
  padding: 6px 10px;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  background: #36332E;
}
@media (hover: hover) {
  .order-block__remove-order:hover {
    cursor: pointer;
    background: #6C4A4A;
  }
}
.order-block__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.order-block__content-item {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1/4; /* 19.6px */
}
.post__awaits {
  padding: 6px 10px;
  border-radius: 4px;
  background: #4A4D6C;
}

.post__received {
  padding: 6px 10px;
  border-radius: 4px;
  background: #4A6C4D;
}

.post__canseled {
  border-radius: 4px;
  background: #6C4A4A;
  padding: 6px 10px;
}

.order-booking__content {
  display: none;
}
.order-booking__content .user-content__text span {
  margin-right: 5px;
}
.order-booking__content .user-content__text:not(:last-child) {
  margin-bottom: 10px !important;
}

.order-booking._active .order-booking__trigger {
  margin-bottom: 10px;
}
.order-booking._active .order-booking__content {
  display: flex;
  flex-direction: column;
}

.user-content__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.user-content-bonus {
  flex-direction: row;
  gap: 20px;
}

@media (min-width: 1200px) {
  .user-content__bonus {
    flex: 0 1 66.037736%; /* 630/954 */
  }
  .user-content__info {
    margin-top: 60px;
    flex: 0 1 31.865828%; /* 304/954 */
  }
}
.person-info:not(:last-child) {
  margin-bottom: 50px;
}
.person-info__body {
  display: flex;
  gap: 100px;
  align-items: center;
}
.person-info__body:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .person-info__body {
    gap: 40px;
  }
}
@media (max-width: 487.98px) {
  .person-info__body {
    gap: 20px;
    flex-direction: column;
  }
}
.person-info__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.person-info__content-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.person-info__img img {
  max-width: 100%;
}

.person-info__progress {
  width: 80%;
  position: relative;
  margin-left: 8px;
}
@media (max-width: 427.98px) {
  .person-info__progress {
    width: 95%;
  }
}
.person-info__span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  scale: 1;
  display: block;
  z-index: 7;
  transition: all 0.3s ease 0s;
  background-color: #FFEBCC;
}
.person-info__span::after {
  content: "";
  scale: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
  z-index: 8;
  transition: all 0.3s ease 0s;
  position: absolute;
  background-color: #CDB497;
}
@media (hover: hover) {
  .person-info__span:hover {
    cursor: pointer;
    scale: 1.7;
  }
  .person-info__span:hover::after {
    scale: 1.2;
    background-color: #C09E6C;
  }
}
.person-info__new {
  top: -6px;
  position: absolute;
  left: -6px;
}
.person-info__often {
  top: -6px;
  position: absolute;
  left: 50%;
}
.person-info__old {
  top: -6px;
  position: absolute;
  right: -6px;
}

.progress__person {
  height: 4px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  background: #0E0D0C;
}
.progress__person::after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 60%;
  height: 4px;
  border-radius: 4px;
  background: #FFEBCC;
  z-index: 3;
}
.progress__person::before {
  top: -3px;
  left: calc(60% - 4px);
  position: absolute;
  width: 9px;
  height: 9px;
  z-index: 5;
  border-radius: 50%;
  background-color: #4F4640;
  content: "";
  border: 1px solid #BEAE97;
}

/*********************/
.txt-14 {
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4; /* 19.6px */
}
.txt-14:not(:last-child) {
  margin-bottom: 20px;
}

/**********************/
.block-info__body {
  padding: 12px 15px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: flex;
  border-radius: 4px;
  gap: 10px;
  background: #36332E;
}

/**********************/
.input-block {
  position: relative;
}

.password {
  position: absolute;
  right: 10px;
  display: block;
  bottom: 15px;
}
.password img {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.password::before {
  left: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  top: 0;
  opacity: 1;
  content: url(../img/icon/iconeye-off.svg);
}
.password._active img {
  opacity: 1;
}
.password._active::before {
  opacity: 0;
}
@media (hover: hover) {
  .password:hover {
    cursor: pointer;
  }
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

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

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
  color: #BEAE97;
  font-family: Montserrat;
  background: #211E1C;
}

button,
input {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

/*----------------------------*/
[class*=_container] {
  margin: 0px auto;
  max-width: 1340px;
  padding: 0px 20px;
}
@media (min-width: 767.98px) {
  [class*=_container] {
    padding: 0px 30px;
  }
}

[class*=_graniza] {
  margin: 0px auto;
  max-width: 1014px;
  padding: 0px 20px;
}
@media (min-width: 767.98px) {
  [class*=_graniza] {
    padding: 0px 30px;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.main {
  flex: 1 1 auto;
  margin-top: 80px;
}
@media (min-width: 767.98px) {
  .main {
    margin-top: 151.19px;
  }
}

/******************************/
.main-cash__title {
  margin-bottom: 30px;
}
.cash-body {
  position: relative;
}
.cash-body__content {
  position: relative;
  padding: 50px 0px 59px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  z-index: 2;
  margin-left: calc(0px + 108 * (100vw - 992px) / 508);
}
@media (min-width: 1500.98px) {
  .cash-body__content {
    margin-left: 108px;
  }
}
@media (max-width: 991.98px) {
  .cash-body__content {
    margin-left: 0;
    gap: 20px;
  }
}
.cash-body__title {
  color: #E1D3BD;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .cash-body__title {
    font-size: 20px;
  }
}
.cash-body__sub-title {
  color: #E1D3BD;
}
.cash-body__buttons {
  align-self: flex-start;
}
.cash-body__image {
  overflow: hidden;
  z-index: 1;
}
.cash-body__image img {
  animation: rotate 10s alternate-reverse infinite ease-in-out;
}

@keyframes rotate {
  from {
    transform: translate(40px, 30px) scale(1.2);
  }
  to {
    transform: translate(-50px, 40px) scale(1.3);
  }
}
.main__slider-card {
  padding: 50px 0px;
}

.slider-card__title {
  text-align: center;
}

.slider-card__buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.slider-card__swiper-wrapper {
  margin-bottom: 30px;
}

.current__title {
  color: #BEAE97;
  font-family: Open Sans;
  line-height: 1.4; /* 22.4px */
  margin-bottom: 10px;
}
.current__body {
  border-radius: 4px;
  background: #2B2624;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  gap: 10px;
}
.current__btn {
  font-size: 20px;
  color: #BEAE97;
  font-weight: 500;
}
@media (hover: hover) {
  .current__btn:hover {
    cursor: pointer;
  }
}
.current__input {
  border-radius: 4px;
  border: 1px solid #565147;
  color: #BEAE97;
  font-size: 14px;
  font-weight: 500;
  padding: 4px;
  width: 56px;
  height: 32px;
  background: transparent;
  text-align: center;
  box-shadow: #36332E 40px 40px 60px inset;
}
.current__input:focus {
  outline: none;
}
@media (hover: hover) {
  .current__input:hover {
    cursor: inherit;
  }
}

input[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cart-sum__total input {
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  font-size: 20px;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  font-weight: 700;
  line-height: 1.4;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  padding: 4px;
  width: 150px;
  height: 32px;
  text-align: left;
}
.cart-sum__total input:focus {
  outline: none;
}
@media (hover: hover) {
  .cart-sum__total input:hover {
    cursor: inherit;
  }
}

.main-catalog {
  padding: 23px 0xp 65px 0px;
}
.main-catalog__body {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 427.98px) {
  .main-catalog__body {
    flex-direction: column;
  }
}
@media (max-width: 567.98px) {
  .main-catalog__body {
    margin-bottom: 23px;
  }
}
.main-catalog__image {
  flex: 0 1 50%;
}
.main-catalog__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .main-catalog__image {
    flex: 0 1 55%;
  }
}
.main-catalog__content {
  flex: 0 1 50%;
}
@media (max-width: 991.98px) {
  .main-catalog__content {
    flex: 0 1 45%;
    padding-top: 15px;
  }
}
.main-catalog__title:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .main-catalog__title:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .main-catalog__title:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .main-catalog__title:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .main-catalog__title {
    font-size: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .main-catalog__title {
    font-size: 18px !important;
  }
}
.main-catalog__sub-title {
  color: #BEAE97;
  font-family: Open Sans;
  line-height: 1.4; /* 22.4px */
}
.main-catalog__sub-title:not(:last-child) {
  margin-bottom: 10px;
}
.main-catalog__labels:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .main-catalog__labels:not(:last-child) {
    margin-bottom: 10px;
  }
}
.main-catalog__button {
  width: 245px;
}
@media (max-width: 667.98px) {
  .main-catalog__button {
    width: 100%;
    display: flex;
  }
}
.main-catalog__current:not(:last-child) {
  margin-bottom: 20px;
}
.main-catalog__sum {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-catalog__sum:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 567.98px) {
  .main-catalog__sum {
    justify-content: center;
    flex-direction: row;
  }
}
.main-catalog .filter__btn::after {
  content: none;
}

@media (max-width: 767.98px) {
  .main-catalog__item {
    margin-bottom: 40px;
  }
}

.catalog-description__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalog-description__text {
  color: #BEAE97;
  font-family: Open Sans;
}

.catalog-description__trigger {
  margin-bottom: 10px;
}

._spoller-init._spoller-active span {
  transform: rotateX(0deg);
}

.catalog-description__button {
  text-align: right;
  margin-bottom: 10px;
}

@keyframes height {
  from {
    height: 0%;
    opacity: 1;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
.retvit {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.retvit__item {
  padding: 20px;
  border-radius: 4px;
  background: #36332E;
}
.retvit__header {
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  display: flex;
}
.retvit__header:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 400.98px) {
  .retvit__header {
    align-items: flex-start;
    flex-direction: column;
  }
}
.retvit__title {
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4; /* 19.6px */
}
.retvit__rating {
  display: flex;
  gap: 5px;
  align-items: center;
}
.retvit__data {
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4; /* 19.6px */
}
.retvit__data:not(:last-child) {
  margin-bottom: 16px;
}
.retvit__text {
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4; /* 19.6px */
}
.retvit__text:not(:last-child) {
  margin-bottom: 16px;
}
@media (hover: hover) {
  .retvit:hover {
    cursor: pointer;
  }
}
.retvit__images {
  display: flex;
  margin: 0px auto;
  gap: 20px;
  overflow: auto;
  width: 100%;
  padding-bottom: 12px;
  scrollbar-width: none;
}
@media (min-width: 991.98px) {
  .retvit__images {
    justify-content: center;
  }
}
.retvit__images::-webkit-scrollbar {
  display: none;
}
.retvit__img {
  min-width: 170px;
}
.retvit__img img {
  max-width: 100%;
}

.catalog-description__btn-add {
  text-align: center;
  color: #7A7364;
  margin: 20px 0px;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}
@media (hover: hover) {
  .catalog-description__btn-add:hover {
    cursor: pointer;
    color: #C09E6C;
  }
}

.breadcrumb {
  padding: 23px 0px;
}
.breadcrumb__title:not(:last-child) {
  margin-bottom: 10px;
}
.breadcrumb__list {
  display: flex;
  gap: 30px;
}
.breadcrumb__item:not(:last-child) {
  position: relative;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
  color: #7A7364;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb__link {
  color: #BEAE97;
  font-size: 14px;
}

.title-30 {
  font-family: Montserrat;
  font-size: 30px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/***/
.main-bonus__items {
  max-width: 955px;
  padding: 30px 0px 50px 0px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.main-bonus__item {
  color: #BEAE97;
  font-family: Open Sans;
  line-height: 1.4; /* 22.4px */
}
.main-bonus__text:not(:last-child) {
  margin-bottom: 10px;
}
.main-bonus__image:not(:last-child) {
  margin-bottom: 10px;
}
.main-bonus__image img {
  max-width: 100%;
}
.main-bonus__title:not(:last-child) {
  margin-bottom: 20px;
}

.main-doc {
  padding: 30px 0px 150px 0px;
}
.main-doc__container {
  display: flex;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .main-doc__container {
    flex-direction: column;
  }
}
.main-doc__body {
  flex: 0 1 30%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 991.98px) {
  .main-doc__body {
    flex: 0 1 40%;
  }
}
.main-doc__title {
  color: #BEAE97;
  font-size: 18px;
  line-height: 1.4; /* 25.2px */
}
.main-doc__item {
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 50px;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .main-doc__item:hover {
    cursor: pointer;
    color: #C09E6C;
  }
}
.main-doc__image {
  flex: 0 1 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .main-doc__image {
    flex: 0 1 60%;
  }
}

.main-about__body {
  padding: 23px 0px 50px 0px;
  color: #BEAE97;
  font-size: 18px;
  line-height: 1.4; /* 25.2px */
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 767.98px) {
  .main-about__body {
    gap: 30px;
  }
}
.main-about__content {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.main-about__list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.main-about__item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.main-about__item span {
  scale: 1;
  display: block;
  min-width: 14px;
  min-height: 14px;
  border-radius: 4px;
  background: linear-gradient(92deg, #C09E6C -1.94%, #FFEBCC 40.99%, #BF936B 98.79%);
}
.main-about__item p {
  max-width: 527px;
}

.main-about__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .main-about__block {
    flex-direction: column;
  }
}

.main-about__image {
  flex: 0 1 50%;
}
@media (max-width: 427.98px) {
  .main-about__image {
    display: none;
  }
}

/********************/
.cart-order {
  padding: 23px 0px 50px 0px;
}
.cart-order__container {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1110.98px) {
  .cart-order__container {
    flex-direction: column;
  }
}
.cart-order__body {
  flex: 0 1 57.65625%; /* 738/1280 */
}
.cart-order__form {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.cart-order__modal {
  flex: 0 1 40.625%; /* 520/1280 */
}
@media (min-width: 991.98px) {
  .cart-order__titles {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .cart-order__titles {
    margin-bottom: 10px !important;
  }
}

.cart-order__form-items {
  display: flex;
  gap: 20px;
}
@media (max-width: 667.98px) {
  .cart-order__form-items {
    flex-direction: column;
  }
}

.user-content__input::placeholder {
  color: #7A7364;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .user-content__input::placeholder {
    font-size: 14px;
  }
}

.item-order {
  border-radius: 4px;
  padding: 30px;
  background: #36332E;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 620px;
}
@media (max-width: 991.98px) {
  .item-order {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .item-order {
    gap: 15px;
  }
}
@media (max-width: 487.98px) {
  .item-order {
    margin: 0px -20px;
    padding: 15px;
    gap: 12px;
  }
}
.item-order__title {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 4px;
  column-gap: 40px;
  text-align: center;
}
@media (max-width: 487.98px) {
  .item-order__title {
    flex-direction: column;
  }
}
.item-order__title input {
  text-align: center;
  background: transparent;
  width: 120px;
  color: #BEAE97;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4; /* 28px */
}
.item-order__list {
  color: #BEAE97;
  font-family: Open Sans;
  line-height: 1.4; /* 22.4px */
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .item-order__list {
    gap: 20px;
  }
}
@media (max-width: 487.98px) {
  .item-order__list {
    gap: 10px;
  }
}
.item-order__item {
  display: flex;
  padding: 10px 0px;
  border-bottom: 1px solid #211E1C;
}
.item-order__item p:first-child {
  min-width: 150px;
}
@media (max-width: 991.98px) {
  .item-order .title-24:not(:last-child) {
    margin-bottom: 10px;
  }
}
.item-order__info {
  text-align: center;
}
.item-order__text {
  text-align: center;
}
.cart__block {
  padding: 50px 0px;
}

.cart-preview__body {
  max-width: 956px;
  padding: 30px;
  border-radius: 4px;
  background: #36332E;
  box-shadow: 0px 0px 10px 0px rgba(160, 149, 133, 0.2);
}
@media (max-width: 767.98px) {
  .cart-preview__body {
    padding: 20px;
  }
}
@media (max-width: 487.98px) {
  .cart-preview__body {
    padding: 10px;
  }
}
.cart-preview__items {
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart-preview__header {
  color: #BEAE97;
  display: flex;
  gap: 10px;
  align-items: center;
}
.cart-preview__header span {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-preview__header:not(:last-child) {
  margin-bottom: 20px;
}

.tovar-in-cart {
  padding: 20px 0px;
  border-bottom: 1px solid #12110F;
  display: flex;
  gap: 45px;
}
@media (min-width: 567.98px) {
  .tovar-in-cart {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .tovar-in-cart {
    gap: 20px;
  }
}
@media (max-width: 487.98px) {
  .tovar-in-cart {
    gap: 10px;
    margin: 0px -5px;
  }
}
.tovar-in-cart .pol-list__label {
  display: block;
}
@media (max-width: 457.98px) {
  .tovar-in-cart .pol-list__label {
    align-items: flex-start;
  }
}
@media (min-width: 567.98px) {
  .tovar-in-cart .tovar-in-cart__chek {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 567.98px) {
  .tovar-in-cart .tovar-in-cart__chek {
    margin-top: 20px;
  }
}
.tovar-in-cart__body {
  display: flex;
  gap: 45px;
}
@media (max-width: 767.98px) {
  .tovar-in-cart__body {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .tovar-in-cart__body {
    gap: 10px;
  }
}
.tovar-in-cart__image {
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
}
.tovar-in-cart__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .tovar-in-cart__image {
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    max-height: 90px;
  }
}
.tovar-in-cart__header {
  color: #BEAE97;
  font-family: Open Sans;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tovar-in-cart__title {
  flex: 1 1 auto;
}
.tovar-in-cart__delete {
  transition: all 0.3s ease 0s;
  font-size: 12px;
  position: relative;
}
.tovar-in-cart__delete i {
  display: inline-block;
  transform: translateY(1.5px);
}
@media (hover: hover) {
  .tovar-in-cart__delete:hover {
    cursor: pointer;
    color: #C09E6C;
  }
}
.tovar-in-cart__info {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .tovar-in-cart__info {
    gap: 20px;
  }
}
@media (max-width: 567.98px) {
  .tovar-in-cart__info {
    flex-direction: column;
    align-items: inherit;
    justify-content: inherit;
    gap: 5px;
  }
}
.tovar-in-cart__slesh {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 767.98px) {
  .tovar-in-cart__slesh {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 567.98px) {
  .tovar-in-cart__slesh {
    width: 100%;
    align-items: flex-end;
    gap: 5px;
  }
}
.tovar-in-cart__input {
  width: 150px;
  text-align: right;
  background: transparent;
}
@media (max-width: 487.98px) {
  .cart__block .item-order__item {
    text-align: center;
    flex-direction: column !important;
    row-gap: 10px;
  }
  .cart__block .item-order__item p {
    min-width: 100%;
  }
}