@import url(https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600;1,700&display=swap);
@font-face {
  font-display: swap;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 100;
  src:
    url(../fonts/HelveticaUltraLight.woff) format('woff'),
    url(../fonts/HelveticaUltraLight.ttf) format('truetype'),
    url(../fonts/HelveticaUltraLight.eot) format('embedded-opentype');
}
@font-face {
  font-display: swap;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 200;
  src:
    url(../fonts/HelveticaThin.woff) format('woff'),
    url(../fonts/HelveticaThin.ttf) format('truetype'),
    url(../fonts/HelveticaThin.eot) format('embedded-opentype');
}
@font-face {
  font-display: swap;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 300;
  src:
    url(../fonts/HelveticaLight.woff) format('woff'),
    url(../fonts/HelveticaLight.ttf) format('truetype'),
    url(../fonts/HelveticaLight.eot) format('embedded-opentype');
}
@font-face {
  font-display: swap;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/HelveticaRegular.woff) format('woff'),
    url(../fonts/HelveticaRegular.ttf) format('truetype'),
    url(../fonts/HelveticaRegular.eot) format('embedded-opentype');
}
@font-face {
  font-display: swap;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 500;
  src:
    url(../fonts/HelveticaRegular.woff) format('woff'),
    url(../fonts/HelveticaRegular.ttf) format('truetype'),
    url(../fonts/HelveticaRegular.eot) format('embedded-opentype');
}
@font-face {
  font-display: swap;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 600;
  src:
    url(../fonts/HelveticaBold.woff) format('woff'),
    url(../fonts/HelveticaBold.ttf) format('truetype'),
    url(../fonts/HelveticaBold.eot) format('embedded-opentype');
}
@font-face {
  font-display: swap;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  src:
    url(../fonts/HelveticaBold.woff) format('woff'),
    url(../fonts/HelveticaBold.ttf) format('truetype'),
    url(../fonts/HelveticaBold.eot) format('embedded-opentype');
}
@font-face {
  font-display: swap;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 900;
  src:
    url(../fonts/HelveticaBold.woff) format('woff'),
    url(../fonts/HelveticaBold.ttf) format('truetype'),
    url(../fonts/HelveticaBold.eot) format('embedded-opentype');
}
body,
html {
  background: #fff9ef;
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative;
}
body > .content {
  flex: 1 0 auto;
  overflow-x: clip;
  position: relative;
}
body > .content:after,
body > .content:before {
  background-color: #dddad5;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 10;
}
body > .content:before {
  left: 8px;
}
@media (min-width: 992px) {
  body > .content:before {
    left: 15px;
  }
}
@media (min-width: 1700px) {
  body > .content:before {
    left: 80px;
  }
}
body > .content:after {
  right: 8px;
}
@media (min-width: 992px) {
  body > .content:after {
    right: 15px;
  }
}
@media (min-width: 1700px) {
  body > .content:after {
    right: 80px;
  }
}
a {
  color: inherit;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #6f0b0a;
  outline: none;
}
button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}
button:focus {
  outline: none;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6f0b0a;
  font-family: Cormorant, serif;
  font-weight: 600;
  margin: 0;
}
p {
  margin: 0;
}
ol,
ul {
  padding: 0;
}
.my-section {
  position: relative;
}
.my-section + .my-section {
  margin-top: 80px;
}
.my-divider-line {
  background: hsla(0, 0%, 100%, 0.5);
  display: block;
  flex: 1;
  height: 1px;
}
.my-divider-line--dark {
  background: hsla(0, 0%, 7%, 0.2);
}
.my-est {
  align-items: center;
  display: flex;
  gap: 20px;
  width: 100%;
}
.my-est__line {
  background: hsla(0, 0%, 100%, 0.5);
  flex: 1;
  height: 1px;
}
.my-est__line--dark {
  background: hsla(0, 0%, 7%, 0.2);
}
.my-est__text {
  color: #fff;
  font-family: Cormorant, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .my-est__text {
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
  }
}
.my-est__text--dark {
  color: #121212;
}
.my-badge {
  align-items: center;
  color: #8e6628;
  display: inline-flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 12px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .my-badge {
    font-size: 18px;
    line-height: 24px;
  }
}
.my-badge__leaf {
  display: block;
  flex-shrink: 0;
  height: auto;
  width: 22px;
}
.my-btn {
  align-items: center;
  background: #6f0b0a;
  border: none;
  color: #fff;
  display: inline-flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  gap: 16px;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 0 36px;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
@media (min-width: 992px) {
  .my-btn {
    height: 60px;
  }
}
.my-btn:focus,
.my-btn:hover {
  background: #8b0e0d;
  color: #fff;
}
.my-btn__arrow {
  display: block;
  height: 10px;
  width: 22px;
}
section {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 992px) {
  section {
    padding: 75px 0;
  }
}
section__content {
  padding: 0 8px;
}
@media (min-width: 992px) {
  section__content {
    padding: 0 8px;
  }
}
h2.sectionTitle {
  color: #6f0b0a;
  font-family: Cormorant;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h2.sectionTitle {
    font-size: 70px;
    line-height: 66px;
  }
}
h3.sectionTitle {
  color: #6f0b0a;
  font-family: Cormorant;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h3.sectionTitle {
    font-size: 44px;
    line-height: 50px;
  }
}
.my-header {
  background: transparent;
  padding: 14px 0;
  position: relative;
  z-index: 50;
}
.my-header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.my-header__logo {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 4px;
}
.my-header__logo-img {
  display: block;
  height: auto;
  width: 118px;
}
@media (min-width: 992px) {
  .my-header__logo-img {
    width: 200px;
  }
}
@media (min-width: 1400px) {
  .my-header__logo-img {
    width: 235px;
  }
}
.my-header__logo-sub {
  color: #681114;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .my-header__logo-sub {
    font-size: 11px;
  }
}
.my-header__nav {
  align-items: flex-start;
  display: none;
  gap: 22px;
}
.my-header__nav[style*='display: block'] {
  display: flex !important;
}
@media (min-width: 992px) {
  .my-header__nav {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .my-header__nav {
    gap: 36px;
  }
}
@media (min-width: 1700px) {
  .my-header__nav {
    gap: 50px;
  }
}
.my-header__nav-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.my-header__nav-link {
  color: hsla(0, 0%, 7%, 0.6);
  font-family: Cormorant, serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .my-header__nav-link {
    font-size: 20px;
  }
}
@media (min-width: 1700px) {
  .my-header__nav-link {
    font-size: 24px;
  }
}
.my-header__nav-link:hover {
  color: #6f0b0a;
}
.my-header__nav-item--active .my-header__nav-link {
  color: #121212;
  font-weight: 700;
}
.my-header__nav-underline {
  background: #6f0b0a;
  display: none;
  height: 1px;
  width: 60px;
}
.my-header__nav-item--active .my-header__nav-underline {
  display: block;
}
.my-header__icons {
  align-items: center;
  align-items: flex-end;
  display: flex;
  gap: 25px;
  margin-top: -3px;
}
@media (min-width: 992px) {
  .my-header__icons {
    margin-top: -10px;
  }
}
@media (min-width: 1400px) {
  .my-header__icons {
    gap: 32px;
  }
}
@media (min-width: 1700px) {
  .my-header__icons {
    gap: 40px;
  }
}
.my-header__icon-btn {
  align-items: center;
  color: #121212;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.my-header__icon-btn svg {
  height: 22px;
  width: 22px;
}
@media (min-width: 992px) {
  .my-header__icon-btn svg {
    height: 28px;
    width: 28px;
  }
}
.my-header__icon-btn:hover {
  color: #6f0b0a;
}
.my-header__avatar {
  align-items: center;
  background: #681114;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  height: 22px;
  justify-content: center;
  overflow: hidden;
  width: 22px;
}
.my-header__avatar-initials {
  align-items: center;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 1;
  text-indent: 0.3px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 992px) {
  .my-header__avatar {
    height: 28px;
    width: 28px;
  }
  .my-header__avatar-initials {
    font-size: 12px;
  }
}
.my-header__icon-btn--avatar:hover .my-header__avatar {
  background: #6f0b0a;
}
button.my-header__icon-btn.my-header__icon-btn_search {
  left: 0;
  position: relative;
}
.my-header__lang {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  gap: 6px;
  line-height: 1;
  margin-left: 0;
}
.my-header__lang-wrap {
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .my-header__lang-wrap {
    display: none;
  }
}
.my-header__lang-text {
  color: #121212;
  font-family: Cormorant, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1400px) {
  .my-header__lang-text {
    font-size: 26px;
    line-height: 1;
  }
}
.my-header__cart {
  position: relative;
}
.my-header__cart-badge {
  background: #6f0b0a;
  border-radius: 50%;
  color: #fff;
  height: 18px;
  position: absolute;
  right: -10px;
  top: -6px;
  width: 18px;
}
.my-header__cart-badge,
.my-header__cart-badge span {
  align-items: center;
  display: flex;
  justify-content: center;
}
.my-header__cart-badge span {
  font-family: Cormorant, serif;
  font-feature-settings: 'lnum', 'tnum';
  font-size: 14px;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 600;
  height: 100%;
  line-height: 1;
  width: 100%;
}
.my-header__mobile {
  align-items: center;
  display: flex;
  gap: 18px;
}
@media (min-width: 992px) {
  .my-header__mobile {
    display: none;
  }
}
.my-header-logo-group {
  align-items: center;
  display: flex;
  gap: 20px;
}
.my-header__burger {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  padding: 0;
}
@media (min-width: 992px) {
  .my-header__burger {
    display: none;
  }
}
.my-header__burger span {
  background: #121212;
  border-radius: 2px;
  display: block;
  height: 2px;
  transform-origin: center;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
  width: 22px;
}
.my-header__burger.is-active {
  position: relative;
  z-index: 210;
}
.my-header__burger.is-active span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.my-header__burger.is-active span:nth-child(2) {
  opacity: 0;
}
.my-header__burger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.my-mobile-menu {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  inset: 0;
  margin-top: 58px;
  position: fixed;
  width: 100%;
  z-index: 200;
}
.my-mobile-menu-inner {
  background: #fff9ef;
  flex-direction: column;
  max-width: 75%;
  overflow-y: auto;
  width: 100%;
}
.my-mobile-menu.is-open {
  display: flex;
}
.my-mobile-menu__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.my-mobile-menu__close {
  color: #fff;
  font-size: 24px;
  padding: 8px;
}
.my-mobile-menu__nav {
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.2);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0;
}
.my-mobile-menu__nav a {
  color: hsla(0, 0%, 7%, 0.6);
  display: flex;
  flex-direction: column;
  font-family: Cormorant, serif;
  font-size: 24px;
  font-weight: 500;
  gap: 8px;
  line-height: 26px;
  padding: 16px 0 16px 16px;
}
.my-mobile-menu__nav a.is-active {
  color: #121212;
  font-weight: 700;
}
.my-mobile-menu__middle {
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.2);
  padding: 16px;
}
.my-mobile-menu__middle .my-header__cart-badge {
  left: 10px;
  right: 0;
  top: 10px;
}
.my-mobile-menu__middle button {
  align-items: center;
  color: hsla(0, 0%, 7%, 0.6);
  display: flex;
  font-display: swap;
  font-family: Cormorant;
  font-size: 24px;
  font-weight: 500;
  gap: 10px;
  line-height: 22px;
  padding: 16px 0;
}
.my-mobile-menu__nav a.is-active:after {
  background: #6f0b0a;
  content: '';
  display: block;
  height: 1px;
  width: 60px;
}
.my-mobile-menu__bottom {
  align-items: flex-start;
  color: #fff;
  display: flex;
  font-size: 22px;
  gap: 32px;
  margin-top: auto;
  padding: 32px 16px;
}
.my-mobile-menu__bottom button {
  color: hsla(0, 0%, 7%, 0.6);
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}
.my-mobile-menu__bottom button.active {
  color: #121212;
}
.my-mobile-menu__bottom button span:last-child {
  display: none;
}
.my-mobile-menu__bottom button.active span:last-child {
  display: block;
}
.my-mobile-menu__lang {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: Cormorant, serif;
  font-size: 22px;
  font-weight: 600;
  gap: 4px;
}
.my-mobile-menu__lang span:last-child {
  background: #6f0b0a;
  display: block;
  height: 1px;
  width: 22px;
}
.searchInput {
  align-items: center;
  display: flex;
}
.searchInput input {
  background: transparent;
  border: none;
  caret-color: #6f0b0a;
  color: #121212;
  flex: 1 1 auto;
  font-family: Helvetica, Arial, sans-serif;
  order: 1;
  outline: none;
  padding: 6px 4px;
}
.searchInput input:-webkit-autofill,
.searchInput input:-webkit-autofill:focus,
.searchInput input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 50px #fff9ef;
  -webkit-text-fill-color: #121212;
  caret-color: #6f0b0a;
  transition: background-color 5000s ease-in-out 0s;
}
@media (max-width: 992px) {
  .searchInput {
    background: #fff;
    border-bottom: 1px solid hsla(0, 0%, 7%, 0.12);
    gap: 12px;
    height: 70px;
    left: 0;
    padding: 0 16px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.32s ease-out;
    visibility: hidden;
    z-index: 1300;
  }
  .searchInput input {
    border-bottom: 1px solid hsla(0, 0%, 7%, 0.2);
    font-size: 16px;
  }
  .my-header.is-search-open .searchInput {
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }
  .searchInput__close {
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 28px;
    order: 0;
    width: 28px;
  }
  .searchInput__submit {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    order: 2;
    padding: 0;
  }
  .searchInput__submit svg {
    height: 24px;
    width: 24px;
  }
}
@media (min-width: 992px) {
  .searchInput {
    align-self: center;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    display: none;
    gap: 16px;
    height: auto;
    margin: 0;
    max-width: none;
    padding: 0 4px 6px;
    pointer-events: auto;
    position: relative;
    transform: none;
    transition: none;
    visibility: visible;
    z-index: auto;
  }
  .searchInput,
  .searchInput input {
    background: transparent;
    flex: 1 1 auto;
  }
  .searchInput input {
    border: none;
    color: #121212;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    order: 1;
    padding: 0;
    width: 100%;
  }
  .my-header.is-search-open .searchInput {
    display: flex;
  }
  .my-header.is-search-open .my-header__icon-btn.my-header__icon-btn_search,
  .my-header.is-search-open .my-header__nav {
    display: none;
  }
  .searchInput__submit {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    order: 0;
    padding: 0;
  }
  .searchInput__submit svg {
    height: 22px;
    width: 22px;
  }
  .searchInput__submit svg path {
    fill: hsla(0, 0%, 7%, 0.4);
  }
  .searchInput__close {
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 22px;
    order: 2;
    width: 22px;
  }
}
.nrv-search-suggest {
  background: #fff9ef;
  border: 1px solid hsla(0, 0%, 7%, 0.08);
  border-radius: 2px;
  box-shadow:
    0 1px 2px hsla(0, 0%, 7%, 0.04),
    0 12px 32px hsla(0, 0%, 7%, 0.1);
  display: none;
  left: 0;
  margin-top: 10px;
  max-height: min(62vh, 520px);
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
.nrv-search-suggest.is-open {
  display: block;
}
@media (min-width: 992px) {
  .nrv-search-suggest {
    margin-top: 12px;
    max-height: min(70vh, 520px);
    z-index: 100;
  }
}
.nrv-search-suggest::-webkit-scrollbar {
  width: 6px;
}
.nrv-search-suggest::-webkit-scrollbar-track {
  background: transparent;
}
.nrv-search-suggest::-webkit-scrollbar-thumb {
  background: rgba(111, 11, 10, 0.25);
  border-radius: 3px;
}
.nrv-search-suggest::-webkit-scrollbar-thumb:hover {
  background: rgba(111, 11, 10, 0.45);
}
.nrv-search-suggest__item,
.nrv-search-suggest__more {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.06);
  color: #121212;
  display: flex;
  gap: 16px;
  padding: 14px 20px;
  position: relative;
  text-decoration: none;
  transition:
    background 0.18s ease,
    padding-left 0.18s ease;
}
.nrv-search-suggest__item:before,
.nrv-search-suggest__more:before {
  background: #6f0b0a;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease;
  width: 3px;
}
.nrv-search-suggest__item.is-active,
.nrv-search-suggest__item:hover,
.nrv-search-suggest__more.is-active,
.nrv-search-suggest__more:hover {
  background: #f6ecda;
  color: #121212;
  padding-left: 24px;
}
.nrv-search-suggest__item.is-active:before,
.nrv-search-suggest__item:hover:before,
.nrv-search-suggest__more.is-active:before,
.nrv-search-suggest__more:hover:before {
  transform: scaleX(1);
}
.nrv-search-suggest__item:last-child,
.nrv-search-suggest__more:last-child {
  border-bottom: none;
}
.nrv-search-suggest__img,
.nrv-search-suggest__img-placeholder {
  background: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.08);
  border-radius: 2px;
  flex-shrink: 0;
  height: 48px;
  object-fit: contain;
  padding: 2px;
  width: 48px;
}
.nrv-search-suggest__img-placeholder {
  display: inline-block;
}
.nrv-search-suggest__name {
  color: #121212;
  display: -webkit-box;
  flex: 1 1 auto;
  font-family: Cormorant, serif;
  font-size: 17px;
  font-weight: 500;
  -webkit-line-clamp: 2;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nrv-search-suggest__price {
  flex-shrink: 0;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 1.2;
  white-space: nowrap;
}
.nrv-search-suggest__more,
.nrv-search-suggest__price {
  color: #6f0b0a;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.nrv-search-suggest__more {
  background: rgba(111, 11, 10, 0.04);
  border-bottom: none;
  border-top: 1px solid rgba(111, 11, 10, 0.18);
  font-size: 12px;
  gap: 10px;
  justify-content: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.nrv-search-suggest__more:after {
  border-bottom: 1.5px solid #6f0b0a;
  border-right: 1.5px solid #6f0b0a;
  content: '';
  display: inline-block;
  height: 7px;
  transform: rotate(-45deg) translateX(0);
  transition: transform 0.18s ease;
  width: 7px;
}
.nrv-search-suggest__more.is-active,
.nrv-search-suggest__more:hover {
  background: rgba(111, 11, 10, 0.08);
  color: #8b0e0d;
  padding-left: 20px;
}
.nrv-search-suggest__more:before {
  display: none;
}
.nrv-search-suggest__more.is-active:after,
.nrv-search-suggest__more:hover:after {
  border-color: #8b0e0d;
  transform: rotate(-45deg) translate(2px, -2px);
}
.nrv-search-suggest__empty {
  color: hsla(0, 0%, 7%, 0.6);
  font-family: Cormorant, serif;
  font-size: 16px;
  font-style: italic;
  padding: 28px 20px;
  text-align: center;
}
.my-hero {
  height: 460px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .my-hero {
    height: 560px;
  }
}
@media (min-width: 992px) {
  .my-hero {
    height: 640px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1400px) {
  .my-hero {
    height: 760px;
  }
}
@media (min-width: 1700px) {
  .my-hero {
    height: 840px;
  }
}
.my-hero__bg {
  inset: 0;
  overflow: hidden;
  position: absolute;
}
.my-hero__bg img {
  animation: zoom 180s ease forwards;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(2.5);
  }
}
.my-hero__overlay {
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 7%, 0.55) 0,
    hsla(0, 0%, 7%, 0.4) 15%,
    hsla(0, 0%, 7%, 0) 60%
  );
  inset: 0;
  position: absolute;
}
.my-hero__lines {
  display: none;
  inset: 0;
  pointer-events: none;
  position: absolute;
}
@media (min-width: 992px) {
  .my-hero__lines {
    display: block;
    display: none;
  }
}
.my-hero__lines:after,
.my-hero__lines:before {
  background: hsla(0, 0%, 100%, 0.5);
  bottom: 0;
  content: '';
  position: absolute;
  top: 4px;
  width: 1px;
}
.my-hero__lines:before {
  left: 60px;
}
.my-hero__lines:after {
  right: 60px;
}
@media (min-width: 1700px) {
  .my-hero__lines:before {
    left: 80px;
  }
  .my-hero__lines:after {
    right: 80px;
  }
}
.my-hero__hline {
  background: hsla(0, 0%, 100%, 0.5);
  bottom: 10%;
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .my-hero__hline {
    display: block;
  }
}
.my-hero__inner {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: space-between;
  padding: 0 16px;
  position: absolute;
}
@media (max-width: 992px) {
  .my-hero__inner {
    padding: 0 8px;
  }
}
@media (min-width: 992px) {
  .my-hero__inner {
    padding: 0 100px;
  }
}
@media (min-width: 1400px) {
  .my-hero__inner {
    padding: 0 130px;
  }
}
@media (min-width: 1700px) {
  .my-hero__inner {
    padding: 0 151px;
  }
}
.my-hero__arrow {
  color: #fff;
  flex-shrink: 0;
  font-size: 32px;
  opacity: 0.5;
  transition: opacity 0.2s;
  z-index: 5;
}
.my-hero__arrow:hover {
  color: #fff;
  opacity: 1;
}
@media (min-width: 992px) {
  .my-hero__arrow {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .my-hero__arrow {
    font-size: 56px;
  }
}
@media (max-width: 992px) {
  .my-hero__arrow {
    opacity: 0.55;
    padding: 8px;
  }
  .my-hero__arrow svg {
    display: block;
    height: 32px;
    width: 32px;
  }
}
@media (max-width: 576px) {
  .my-hero__arrow {
    padding: 6px;
  }
  .my-hero__arrow svg {
    height: 24px;
    width: 24px;
  }
}
.my-hero__center {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  margin: 0 16px;
  max-width: 1102px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (max-width: 992px) {
  .my-hero__center {
    gap: 14px;
    margin: 0 4px;
  }
}
@media (min-width: 1200px) {
  .my-hero__center {
    gap: 28px;
  }
}
.my-hero__title {
  color: #fff;
  font-family: Cormorant, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .my-hero__title {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .my-hero__title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .my-hero__title {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .my-hero__title {
    font-size: 80px;
  }
}
@media (min-width: 1400px) {
  .my-hero__title {
    font-size: 110px;
    line-height: 130px;
  }
}
@media (min-width: 1700px) {
  .my-hero__title {
    font-size: 150px;
    line-height: 130px;
  }
}
.my-hero__subtitle {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  max-width: 1102px;
  text-align: center;
  white-space: pre-wrap;
}
@media (max-width: 992px) {
  .my-hero__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .my-hero__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.my-hero__dots {
  bottom: 20px;
  display: flex;
  gap: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}
.my-hero__dot {
  background: hsla(0, 0%, 100%, 0.45);
  border: none;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.my-hero__dot.is-active {
  background: #fff;
  border-radius: 4px;
  width: 24px;
}
.my-about-winery {
  background: #fff9ef;
}
.my-about-winery__row {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .my-about-winery__row {
    flex-direction: row;
    gap: 100px;
  }
}
.my-about-winery__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .my-about-winery__text {
    flex-shrink: 0;
    gap: 60px;
    width: 42%;
  }
}
.my-about-winery__title-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .my-about-winery__title-block {
    gap: 30px;
  }
}
.my-about-winery__desc {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 992px) {
  .my-about-winery__desc {
    font-size: 18px;
    line-height: 26px;
  }
}
.my-about-winery__features {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.my-feature {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}
@media (min-width: 992px) {
  .my-feature {
    gap: 30px;
  }
}
.my-feature__icon {
  align-items: center;
  background: #f6ecda;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  width: 50px;
}
@media (min-width: 992px) {
  .my-feature__icon {
    height: 90px;
    width: 90px;
  }
}
.my-feature__icon img {
  display: block;
  height: 36px;
  width: 36px;
}
.my-feature__title {
  color: #121212;
  font-family: Cormorant, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 8px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .my-feature__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
  }
}
.my-feature__text {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .my-feature__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.my-about-winery__image {
  flex-shrink: 0;
  height: 320px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .my-about-winery__image {
    flex: 1;
    height: 520px;
  }
}
@media (min-width: 1400px) {
  .my-about-winery__image {
    height: 620px;
  }
}
@media (min-width: 1700px) {
  .my-about-winery__image {
    height: 698px;
  }
}
.my-about-winery__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .my-about-winery .my-btn {
    width: 100%;
  }
}
.my-stats {
  background: #fff9ef;
  padding-top: 0;
}
@media (min-width: 992px) {
  .my-stats {
    padding-top: 75px;
  }
}
.my-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .my-stats__grid {
    grid-template-columns: 1fr 1fr;
    max-height: 810px;
  }
}
@media (min-width: 992px) {
  .my-stats__grid {
    grid-template-columns: repeat(4, 1fr);
    max-height: 520px;
  }
}
.my-stat-card {
  align-items: center;
  background: #fff9ef;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 0 24px;
  position: relative;
}
@media (min-width: 768px) {
  .my-stat-card {
    border: 1px solid #dddad5;
    padding: 32px 24px;
  }
}
@media (min-width: 1400px) {
  .my-stat-card {
    padding: 40px 32px;
  }
}
.my-stat-card__illustration {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .my-stat-card__illustration {
    margin-bottom: 0;
  }
}
.my-stat-card__illustration img {
  display: block;
  height: auto;
  max-width: 300px;
  width: 100%;
}
.my-stat-card__title {
  font-family: Cormorant, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}
.my-stat-card__desc,
.my-stat-card__title {
  color: #121212;
  margin: 0 0 14px;
  text-align: center;
}
.my-stat-card__desc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  line-height: 1.45;
}
.my-stat-card__num {
  color: #6f0b0a;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .my-stat-card__num {
    font-size: 78px;
  }
}
@media (min-width: 1400px) {
  .my-stat-card__num {
    font-size: 100px;
  }
}
@media (min-width: 1700px) {
  .my-stat-card__num {
    font-size: 120px;
    line-height: 115px;
  }
}
.my-stat-photo {
  height: 420px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .my-stat-photo {
    height: 100%;
  }
}
.my-stat-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.my-history {
  background: #fff9ef;
}
.my-history__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto 30px;
  width: max-content;
}
@media (min-width: 992px) {
  .my-history__head {
    margin-bottom: 80px;
  }
}
.my-history__title {
  text-align: center;
}
@media (max-width: 992px) {
  .my-history__title {
    font-size: 24px;
    hyphens: auto;
    line-height: 1.15;
    overflow-wrap: break-word;
    text-wrap: balance;
    word-break: normal;
  }
}
.my-history__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .my-history__body {
    align-items: flex-start;
    flex-direction: row;
    gap: 40px;
  }
}
.my-history__col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .my-history__col {
    gap: 60px;
  }
  .my-history__col--right-aligned {
    text-align: right;
  }
}
.my-history__center {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .my-history__center {
    display: block;
    width: 280px;
  }
}
@media (min-width: 1400px) {
  .my-history__center {
    width: 420px;
  }
}
@media (min-width: 1700px) {
  .my-history__center {
    width: 530px;
  }
}
.my-history__center img {
  display: block;
  height: auto;
  margin: auto;
  width: 70%;
}
@media (min-width: 992px) {
  .my-history__center img {
    width: 100%;
  }
}
.my-timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.my-timeline__year {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 34px;
  text-transform: uppercase;
}
.my-timeline__title {
  color: #121212;
  font-family: Cormorant, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}
.my-timeline__desc {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 992px) {
  .my-timeline__desc {
    font-size: 18px;
    line-height: 26px;
  }
}
.my-awards {
  margin: auto;
  overflow: hidden;
  position: relative;
}
.my-awards .container {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}
.my-awards-content {
  background: #f6ecda;
  overflow: hidden;
  position: relative;
}
.my-awards__bg {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  top: unset;
}
.my-awards__bg,
.my-awards__bg img {
  height: 100%;
  left: 0;
  position: absolute;
}
.my-awards__bg img {
  bottom: 0;
  display: block;
  margin: auto;
  object-fit: cover;
  opacity: 0.1;
  top: 60%;
  width: 100%;
}
@media (min-width: 992px) {
  .my-awards__bg img {
    left: 42%;
    object-fit: contain;
    top: 0;
  }
}
.my-awards__row {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 992px) {
  .my-awards__row {
    align-items: stretch;
    flex-direction: row;
    min-height: 660px;
  }
}
.my-awards__text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  order: 2;
  padding: 32px 24px;
}
@media (min-width: 992px) {
  .my-awards__text {
    align-self: center;
    gap: 30px;
    order: 1;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .my-awards__text {
    align-self: center;
    gap: 30px;
    order: 1;
    padding: 70px 48px 70px 70px;
  }
}
.my-awards__title {
  color: #6f0b0a;
  font-family: Cormorant, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .my-awards__title {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .my-awards__title {
    font-size: clamp(36px, 3vw, 52px);
  }
}
.my-awards__copy {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .my-awards__copy {
    font-size: 16px;
  }
}
.my-awards__copy p + p {
  margin-top: 18px;
}
.my-awards__photo {
  aspect-ratio: 1/1;
  flex-shrink: 0;
  order: 1;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .my-awards__photo {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .my-awards__photo {
    align-self: stretch;
    display: flex;
    height: 562px;
    order: 2;
    padding: 0;
    width: 44%;
  }
}
@media (min-width: 1440px) {
  .my-awards__photo {
    align-self: stretch;
    display: flex;
    height: 562px;
    order: 2;
    padding: 0;
    width: 44%;
  }
}
.my-awards__photo img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}
@media (min-width: 992px) {
  .my-awards__photo img {
    flex: 1;
    min-height: 0;
  }
}
.my-awards__btn {
  width: 100%;
}
@media (min-width: 992px) {
  .my-awards__btn {
    width: max-content;
  }
}
.my-catalog {
  padding-bottom: 0;
}
.my-catalog-content {
  align-items: center;
  background: #fff9ef;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 992px) {
  .my-catalog-content {
    gap: 80px;
  }
}
.my-catalog__head {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  width: 100%;
}
.my-catalog__row {
  width: 100%;
}
.my-catalog__products {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .my-catalog__products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .my-catalog__products {
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-thumb {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  transition: 0.3s;
}
.product-thumb:hover,
.product-thumb:hover .image {
  background-color: #f5ebda;
  transition: 0.3s;
}
.product-thumb:hover .image > a > img,
.product-thumb:hover > a > img {
  pointer-events: none;
  transform: scale(1.22) translateY(-15px);
  transition: 0.3s;
}
.product-thumb:hover .my-card-badge {
  background-color: #121212;
  color: #fff;
  transition: 0.3s;
}
.product-thumb:hover .my-card-type-block {
  display: none;
}
@media (max-width: 1280px) {
  .product-thumb:hover .my-card-type-block {
    display: block;
  }
}
.product-thumb:hover .caption .my-btn {
  display: block;
}
.product-thumb .image {
  align-items: flex-end;
  background: #fff;
  display: flex;
  height: 400px;
  justify-content: center;
  overflow-x: clip;
  overflow-y: visible;
  padding-top: 40px;
  position: relative;
  transition: 0.3s;
}
.product-thumb .image img,
.product-thumb .image > a {
  display: block;
  height: 100%;
  width: 100%;
}
.product-thumb .image img {
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  object-fit: contain;
  object-position: center bottom;
  transform-origin: center bottom;
  will-change: transform;
}
.product-thumb .my-card-overlay {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  left: 14px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 5;
}
.product-thumb .my-card-badge {
  align-items: center;
  background: #f6ecda;
  color: #121212;
  display: inline-flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  height: 28px;
  line-height: 22px;
  padding: 10px 12px;
  transition: 0.3s;
}
.product-thumb .my-card-medals {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.product-thumb .my-card-medal {
  flex-shrink: 0;
  height: 61px;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 60px;
}
@media (min-width: 992px) {
  .product-thumb .my-card-medal {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1650px) {
  .product-thumb .my-card-medal {
    height: 70px;
    width: 70px;
  }
}
.product-thumb .my-card-medal img {
  max-width: none;
  position: absolute;
}
.product-thumb .caption {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
  padding: 20px 16px 34px;
  text-align: center;
}
.product-thumb .caption .my-btn {
  display: none;
}
@media (max-width: 1280px) {
  .product-thumb .caption .my-btn {
    display: block;
  }
}
.product-thumb .my-card-type-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 48px;
  width: max-content;
}
@media (min-width: 992px) {
  .product-thumb .my-card-type-block {
    height: 60px;
  }
}
.product-thumb .my-card-type {
  color: #6f0b0a;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .product-thumb .my-card-type {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-thumb .my-card-type-line {
  background: #6f0b0a;
  display: block;
  height: 1px;
  width: 100%;
}
.product-thumb .my-card-name-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: -20px;
  width: 100%;
}
.product-thumb .caption h4 {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .caption h4 a {
  color: inherit;
}
.product-thumb .price {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .price-old {
  color: hsla(0, 0%, 7%, 0.5);
  font-weight: 400;
  margin-right: 8px;
  text-decoration: line-through;
}
.product-thumb .price-new {
  color: #121212;
}
.my-catalog__features {
  align-items: stretch;
  border-bottom: 1px solid #dddad5;
  border-top: 1px solid #dddad5;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .my-catalog__features {
    align-items: center;
    flex-direction: row;
    gap: 24px;
    min-height: 131px;
    padding: 0;
  }
}
.my-catalog__features-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .my-catalog__features-list {
    align-items: center;
    flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 992px) {
  .my-catalog__features-list {
    gap: 48px;
    padding-left: 70px;
  }
}
.my-catalog__feature {
  align-items: center;
  display: flex;
  gap: 16px;
}
.my-catalog__feature i {
  color: #6f0b0a;
  flex-shrink: 0;
  font-size: 28px;
  text-align: center;
  width: 36px;
}
.my-catalog__feature-title {
  font-weight: 700;
  text-transform: uppercase;
}
.my-catalog__feature-text,
.my-catalog__feature-title {
  color: #121212;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.filter {
  background-color: #fff9ef;
  height: 100%;
  max-width: 320px;
  padding: 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .filter {
    max-width: 280px;
  }
}
.filter.active {
  display: block;
}
@media (min-width: 1280px) {
  .filter.active + .catalog__content .my-catalog__products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1280px) {
  .filter {
    background-color: hsla(0, 0%, 7%, 0.5);
    height: 100dvh;
    inset: 0;
    max-height: 100dvh;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: fixed;
    transform: translateY(100%);
    transition: transform 0.32s ease;
    width: 100%;
    z-index: 1200;
  }
  .filter.active {
    transform: translateY(0);
  }
}
.filter__content {
  flex: 1 0 auto;
}
@media (max-width: 1280px) {
  .filter__inner {
    background: #fff;
    border-radius: 30px 30px 0 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 30px;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
  }
}
.filter__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .filter__header {
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
  }
}
.filter__title {
  color: #000;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1280px) {
  .filter__title {
    font-size: 22px;
    line-height: 1em;
    margin: 0;
    text-align: center;
  }
}
.filter__close {
  background: none;
  border: none;
  color: #121212;
  cursor: pointer;
  display: none;
  padding: 0;
}
@media (max-width: 1280px) {
  .filter__close {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.filter__section {
  border-bottom: 1px solid #dddad5;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.filter__section:last-child {
  border-bottom: none;
}
.filter__section-header {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  transition: 0.3s;
}
.filter__section-title {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
.filter__section-icon {
  color: #7d7d7d;
  transition: transform 0.3s ease;
}
.filter__section-content {
  display: block;
}
.filter__section.active .filter__section-icon {
  transform: rotate(180deg);
}
.filter__section.active .filter__section-header {
  margin-bottom: 16px;
  transition: 0.3s;
}
.filter__section .filter__section-icon {
  transform: none;
}
.filter__price-inputs {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
}
.filter__price-field {
  flex: 1;
  position: relative;
}
.filter__price-field input {
  background-color: #f2ede4;
  border: none;
  border-radius: 16px;
  color: #4a4a4a;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  max-width: calc(100% - 15px);
  min-width: 150px;
  outline: none;
  padding: 17px 0 17px 16px;
  width: 100%;
}
.filter__price-field input::-webkit-inner-spin-button,
.filter__price-field input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 1280px) {
  .filter__price-field input {
    max-width: calc(100% - 20px);
  }
}
.filter__price-currency {
  color: hsla(0, 0%, 7%, 0.4);
  font-size: 14px;
  pointer-events: none;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.filter__price-slider {
  background-color: #e0e0e0;
  height: 2px;
  margin: 0 10px 10px;
  position: relative;
}
.filter__price-slider input[type='range'] {
  -webkit-appearance: none;
  background: none;
  height: 2px;
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.filter__price-slider input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #6f0b0a;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  pointer-events: auto;
  width: 16px;
}
.filter__price-slider .slider-thumb {
  background-color: #6f0b0a;
  border-radius: 50%;
  height: 12px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  z-index: 2;
}
.filter__price-slider .slider-track {
  background-color: #eeebe6;
  height: 100%;
  position: absolute;
  width: 100%;
}
.filter__price-slider .slider-range {
  background-color: #6f0b0a;
  height: 100%;
  left: 2.18%;
  position: absolute;
  right: 39%;
}
.filter__checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  user-select: none;
}
.filter__checkbox:last-child {
  margin-bottom: 0;
}
.filter__checkbox input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.filter__checkbox input:checked ~ .filter__checkbox-box {
  background-color: #6f0b0a;
  border-color: #6f0b0a;
}
.filter__checkbox input:checked ~ .filter__checkbox-box:after {
  display: block;
}
.filter__checkbox-box {
  align-items: center;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  display: flex;
  height: 18px;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease;
  width: 18px;
}
.filter__checkbox-box:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none' viewBox='0 0 10 8'%3E%3Cpath fill='%23fff' d='M9.768.232a.793.793 0 0 0-1.122 0L3.598 5.281 1.354 3.037A.793.793 0 1 0 .232 4.159l2.805 2.804a.79.79 0 0 0 1.122 0l5.609-5.609a.793.793 0 0 0 0-1.122'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: none;
  height: 9px;
  position: absolute;
  width: 12px;
}
.filter__checkbox-text {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.filter__footer {
  display: none;
}
@media (max-width: 1280px) {
  .filter__footer {
    background: #fff;
    bottom: 0;
    box-shadow: 0 -8px 16px -8px hsla(0, 0%, 7%, 0.08);
    display: flex;
    flex-shrink: 0;
    gap: 16px;
    left: 0;
    margin: 16px -16px 0;
    padding: 16px;
    position: sticky;
    right: 0;
    z-index: 2;
  }
}
.filter__footer-btn {
  cursor: pointer;
  flex: 1 1 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  letter-spacing: 0.4px;
  padding: 0 16px;
  text-transform: uppercase;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}
.filter__footer-btn--clear {
  background: transparent;
  border: 1px solid #6f0b0a;
  color: #6f0b0a;
}
.filter__footer-btn--clear:hover {
  background: rgba(111, 11, 10, 0.06);
}
.filter__footer-btn--clear:active {
  background: rgba(111, 11, 10, 0.12);
}
.filter__footer-btn--apply {
  background: #6f0b0a;
  border: 1px solid #6f0b0a;
  color: #fff;
}
.filter__footer-btn--apply:hover {
  background: #8b0e0d;
  border-color: #8b0e0d;
}
.filter__footer-btn--apply:active {
  background: #681114;
  border-color: #681114;
}
.my-email {
  position: relative;
}
@media (min-width: 992px) {
  .my-email {
    min-height: 660px;
  }
}
@media (min-width: 1920px) {
  .my-email {
    padding-bottom: 0;
  }
}
.my-email__bg {
  height: 220px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .my-email__bg {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .my-email__bg {
    height: 448px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 160px);
  }
}
.my-email__bg img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.my-email__bg:after {
  background: hsla(0, 0%, 7%, 0.45);
  content: '';
  inset: 0;
  position: absolute;
}
.my-email__card {
  background: #f6ecda;
  margin: -150px 16px 0;
  overflow: hidden;
  padding: 70px 15px 30px;
  position: relative;
}
@media (min-width: 768px) {
  .my-email__card {
    margin: -150px 32px 0;
    min-height: 100%;
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .my-email__card {
    margin: 0 90px;
    padding: 70px 24px;
    top: 75px;
  }
}
@media (min-width: 1200px) {
  .my-email__card {
    padding: 70px 168px;
  }
}
@media (min-width: 1700px) {
  .my-email__card {
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .my-email__card {
    padding: 70px 168px 50px;
  }
}
.my-email__card-bg {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.my-email__card-bg img {
  height: 100%;
  object-fit: contain;
  object-position: 0 100%;
}
@media (max-width: 576px) {
  .my-email__card-bg img {
    object-position: 0 110%;
    opacity: 0.1;
  }
}
.my-email__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .my-email__inner {
    gap: 30px;
  }
}
.my-email-logo {
  left: 10px;
  position: absolute;
  top: 5px;
  width: 50px;
}
@media (min-width: 992px) {
  .my-email-logo {
    width: 90px;
  }
}
@media (min-width: 1280px) {
  .my-email-logo {
    width: 130px;
  }
}
.my-email__title {
  text-align: center;
}
@media (min-width: 992px) {
  .my-email__title {
    font-size: clamp(40px, 4.2vw, 70px) !important;
    line-height: 1 !important;
    white-space: normal;
    text-wrap: balance;
  }
}
.my-email__desc {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  max-width: 760px;
  text-align: center;
}
@media (min-width: 992px) {
  .my-email__desc {
    font-size: 18px;
    line-height: 26px;
  }
}
.my-email__form {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 634px;
  width: 100%;
}
.my-email__input {
  background: transparent;
  background-clip: text;
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.1);
  -webkit-box-shadow: inset 0 0 0 50px #f6ecda;
  caret-color: #6f0b0a;
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  outline: none;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}
.my-email__input::placeholder {
  color: hsla(0, 0%, 7%, 0.4);
}
.my-email__form button.my-btn {
  width: 100%;
}
@media (min-width: 992px) {
  .my-where {
    flex-direction: row;
  }
}
.my-where__map {
  align-items: center;
  background: transparent;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  min-height: 320px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .my-where__map {
    min-height: 560px;
  }
}
.map-wrpper {
  position: relative;
}
@media (min-width: 992px) {
  .map-wrpper {
    width: 100%;
  }
}
.map-wrpper-logo {
  height: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 85px;
  z-index: 5;
}
@media (min-width: 768px) {
  .map-wrpper-logo {
    /* right: -115px; */
    right: 0;
    top: -10px;
    width: 110px;
  }
}
@media (min-width: 1280px) {
  .map-wrpper-logo {
    width: 170px;
  }
}
.my-where__map svg {
  display: block;
  height: 100%;
  max-height: 100%;
  /* transform: scale(1.2); */
  transform-origin: center center;
  width: 100%;
}
@media (max-width: 992px) {
  .map-wrpper {
    max-width: 100%;
    width: 100%;
  }
  .map-wrpper,
  .my-where__map {
    overflow: hidden;
  }
  .my-where__map svg {
    transform: none;
  }
  .map-wrpper-logo {
    right: 10px;
  }
}
.my-where__map .map-region {
  fill: #fff9ef;
  fill-opacity: 1;
  stroke: #c9b8a0;
  stroke-width: 0.8;
  transition: fill 0.2s ease;
}
.my-where__map .map-region.has-marker {
  cursor: pointer;
  fill: #f6ecda;
}
.my-where__map .map-region.has-marker:hover {
  fill: #ecd9bc;
}
.my-where__map .map-region.is-active {
  fill: #e6c89a;
  stroke: #6f0b0a;
  stroke-width: 1.2;
}
.my-where__map .map-marker {
  cursor: pointer;
  pointer-events: all;
}
.my-where__map .map-marker__halo {
  fill: #6f0b0a;
  fill-opacity: 0.18;
}
.my-where__map .map-marker__dot {
  fill: #6f0b0a;
  stroke: #fff;
  stroke-width: 1.5;
}
.my-where__map .map-marker.is-hidden {
  display: none;
}
.my-where__map .map-marker:hover .map-marker__dot {
  fill: #8b0e0d;
}
@keyframes my-pulse {
  0% {
    fill-opacity: 0.5;
    r: 8;
  }
  to {
    fill-opacity: 0;
    r: 18;
  }
}
.my-where__map .map-marker.is-active .map-marker__halo {
  animation: my-pulse 1.6s ease-out infinite;
}
@media (min-width: 992px) {
  .my-where__content-top {
    /* padding-left: 90px; */
    padding-left: 0;
    width: 100%;
  }
}
.my-where__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 30px;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .my-where__content {
    flex-direction: row-reverse;
  }
}
.my-where__content .my-badge {
  margin: auto;
}
@media (min-width: 992px) {
  .my-where__content .my-badge {
    margin: 0;
  }
}
.my-where__logo-circle {
  display: none;
  height: 160px;
  left: -60px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  z-index: 20;
}
@media (min-width: 992px) {
  .my-where__logo-circle {
    display: block;
  }
}
.my-where__head {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.my-where__title {
  color: #6f0b0a;
  font-family: Cormorant, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .my-where__title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .my-where__title {
    text-align: left;
    white-space: nowrap;
  }
}
@media (min-width: 1400px) {
  .my-where__title {
    font-size: 52px;
  }
}
.my-where__dropdown {
  margin: 20px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .my-where__dropdown {
    margin: 30px 0;
  }
}
.my-where__dropdown-trigger {
  align-items: center;
  background: transparent;
  border: none;
  color: hsla(0, 0%, 7%, 0.4);
  cursor: pointer;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  justify-content: space-between;
  line-height: 30px;
  padding: 0 0 10px;
  text-align: left;
  width: 100%;
}
.my-where__dropdown-trigger.is-selected {
  color: #121212;
}
.my-where__dropdown-trigger i {
  color: hsla(0, 0%, 7%, 0.6);
  font-size: 14px;
  margin-left: 12px;
  transition: transform 0.2s ease;
}
.my-where__dropdown.is-open .my-where__dropdown-trigger i {
  transform: rotate(180deg);
}
.my-where__dropdown-line {
  background: #6f0b0a;
  height: 1px;
  width: 100%;
}
.my-where__dropdown.is-open .my-where__dropdown-line {
  display: none;
}
.my-where__dropdown-panel {
  background: #fff9ef;
  display: none;
  left: 0;
  margin: 2px 0 0;
  position: relative;
  right: 0;
  top: 100%;
  z-index: 50;
}
.my-where__dropdown.is-open .my-where__dropdown-panel {
  display: block;
}
.my-where__dropdown-search {
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.08);
  padding: 8px 16px;
}
.my-where__dropdown-search input {
  background: transparent;
  border: none;
  caret-color: #6f0b0a;
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  outline: none;
  padding: 8px 0;
  width: 100%;
}
.my-where__dropdown-search input::placeholder {
  color: hsla(0, 0%, 7%, 0.4);
}
.my-where__dropdown-list {
  display: block;
  list-style: none;
  margin: 0;
  max-height: 280px;
  overflow-y: auto;
  padding: 4px 0;
}
.my-where__dropdown-empty {
  color: hsla(0, 0%, 7%, 0.45);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 12px 16px;
  text-align: center;
}
.my-where__dropdown.is-open .my-where__dropdown-trigger svg {
  transform: rotate(180deg);
  transition: 0.3s;
}
.my-where__dropdown .my-where__dropdown-trigger svg {
  transition: 0.3s;
}
.my-where__dropdown-list li {
  color: hsla(0, 0%, 7%, 0.6);
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 6px 16px;
  transition: background 0.15s ease;
}
.my-where__dropdown-list li:last-child {
  border-bottom: none;
}
.my-where__dropdown-list li:hover {
  background: rgba(111, 11, 10, 0.06);
}
.my-where__dropdown-list li.is-selected {
  color: #6f0b0a;
  font-weight: 500;
}
#js-city-value {
  font-size: 16px;
  line-height: 22px;
}
.my-where__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .my-where__list {
    margin: 30px 0;
  }
}
.my-where__item {
  align-items: flex-start;
  background: transparent;
  border: 1px solid #dddad5;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 15px;
  position: relative;
  transition: background 0.2s ease;
}
.my-where__item:hover {
  background: rgba(111, 11, 10, 0.04);
}
.my-where__item.is-hidden {
  display: none;
}
.my-where__list .my-where__empty {
  color: hsla(0, 0%, 7%, 0.4);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 40px 20px;
  text-align: center;
}
.my-where__item-info {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 14px;
  min-width: 0;
}
.my-where__item-name {
  color: #121212;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .my-where__item-name {
    font-size: 17px;
  }
}
.my-where__item-type {
  color: hsla(0, 0%, 7%, 0.6);
  display: block;
}
.my-where__item-addr,
.my-where__item-type {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.my-where__item-addr {
  align-items: center;
  color: #121212;
  display: flex;
  flex-shrink: 0;
  gap: 12px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .my-where__item-addr {
    font-size: 16px;
  }
}
.my-where__item-addr i {
  color: #6f0b0a;
  font-size: 18px;
}
@media (max-width: 992px) {
  .my-where__item-addr,
  .my-where__item-info {
    flex-shrink: 1;
    width: 100%;
  }
  .my-where__item-addr {
    align-items: flex-start;
    white-space: normal;
    word-break: break-word;
  }
  .my-where__item-addr i,
  .my-where__item-addr img {
    flex-shrink: 0;
    margin-top: 2px;
  }
}
.my-footer {
  background: #f6ecda;
  flex-shrink: 0;
  position: relative;
}
.my-footer__bg {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}
@media (max-width: 992px) {
  .my-footer__bg {
    opacity: 0.1;
  }
}
.my-footer__bg img {
  height: 100%;
  inset: 0;
  object-fit: contain;
  object-position: bottom;
  position: absolute;
  width: 100%;
}
.my-footer-content {
  padding: 16px 0;
}
@media (min-width: 992px) {
  .my-footer-content {
    padding: 80px 0 20px;
  }
}
.my-footer__main {
  position: relative;
  z-index: 1;
}
.my-footer__row {
  align-items: stretch;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .my-footer__row {
    align-items: flex-start;
    gap: 60px;
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 1280px) {
  .my-footer__row {
    gap: 100px;
  }
}
@media (min-width: 1700px) {
  .my-footer__row {
    gap: 200px;
  }
}
.my-footer__brand {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
  margin: 0 auto;
  max-width: 480px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .my-footer__brand {
    gap: 20px;
    margin: 0;
    max-width: 320px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .my-footer__brand {
    gap: 26px;
    max-width: 400px;
  }
}
@media (min-width: 1700px) {
  .my-footer__brand {
    gap: 30px;
    max-width: 482px;
  }
}
.my-footer__logo {
  display: block;
  max-width: 275px;
  width: 100%;
}
@media (min-width: 992px) {
  .my-footer__logo {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  .my-footer__logo {
    max-width: 400px;
  }
}
@media (min-width: 1700px) {
  .my-footer__logo {
    max-width: 482px;
  }
}
.my-footer__logo img {
  display: block;
  height: auto;
  width: 100%;
}
.my-footer__logo-sub {
  color: #681114;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2.46px;
  margin-top: 6px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .my-footer__logo-sub {
    font-size: 18px;
  }
}
.my-footer__desc {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  overflow-wrap: anywhere;
  text-align: center;
}
@media (min-width: 992px) {
  .my-footer__desc {
    font-size: 18px;
    line-height: 1.44em;
  }
}
.my-footer__socials {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media (min-width: 992px) {
  .my-footer__socials {
    justify-content: flex-start;
  }
}
.my-footer__socials a {
  align-items: center;
  color: #6f0b0a;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 26px;
  height: 30px;
  justify-content: center;
  transition: opacity 0.2s;
  width: 30px;
}
.my-footer__socials a:hover {
  opacity: 0.7;
}
.my-footer__cols {
  display: grid;
  flex: 1;
  gap: 30px;
  grid-template-columns: 1fr;
  min-width: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .my-footer__cols {
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .my-footer__cols {
    gap: 60px;
  }
}
@media (min-width: 1700px) {
  .my-footer__cols {
    gap: 113px;
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }
}
.my-footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
@media (min-width: 992px) {
  .my-footer__col {
    gap: 30px;
  }
}
.my-footer__col-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.my-footer__col-head span {
  color: #121212;
  font-family: Cormorant, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.916em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .my-footer__col-head span {
    font-size: 30px;
    line-height: 1.21em;
  }
}
.my-footer__col-head:after {
  background: #6f0b0a;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}
.my-footer__col-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .my-footer__col-list {
    align-items: flex-start;
  }
}
.my-footer__col-list a,
.my-footer__col-list span {
  align-items: flex-start;
  color: #121212;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  gap: 12px;
  line-height: 1.44em;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.my-footer__col-list a:hover {
  color: #6f0b0a;
}
.my-footer__col-list i,
.my-footer__col-list svg {
  color: #6f0b0a;
  flex-shrink: 0;
  font-size: 18px;
  height: 22px;
  padding-top: 3px;
  width: 22px;
}
.my-footer__bottom {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
}
.my-footer__copy {
  color: hsla(0, 0%, 7%, 0.6);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.15em;
  text-align: center;
}
@media (min-width: 1400px) {
  .my-footer__copy {
    font-size: 20px;
  }
}
.my-footer__top-btn {
  align-items: center;
  background: #6f0b0a;
  bottom: 40px;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 16px;
  transition: background 0.2s;
  width: 44px;
  z-index: 2;
}
@media (min-width: 992px) {
  .my-footer__top-btn {
    bottom: 56px;
    height: 50px;
    right: 24px;
    width: 50px;
  }
}
.my-footer__top-btn:hover {
  background: #8b0e0d;
  color: #fff;
}
.popup {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  display: none;
  height: 100dvh;
  justify-content: center;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: all;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.popup[style*='display: block'] {
  display: flex !important;
}
.popup__box {
  height: max-content;
  padding: 50px 0;
  pointer-events: none;
  position: relative;
  transform: none;
  width: 100%;
}
@media (max-height: 777px) {
  .popup__box {
    height: calc(100% - 0.5rem);
  }
}
.popup__inner {
  background-color: #fff9ef;
  height: max-content;
  margin: auto;
  max-height: 100%;
  max-width: 560px;
  min-height: 0;
  overflow: auto;
  padding: 30px;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .popup__inner {
    padding: 20px;
    width: calc(100% - 70px);
  }
}
.popup__heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.popup__heading .popup__title {
  color: #121212;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.popup__close {
  cursor: pointer;
}
.popup__title {
  color: #4a2c21;
  font-size: 24px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 992px) {
  .popup__title {
    font-size: 18px;
    line-height: 100%;
  }
}
.popup__desc {
  color: #121212;
  text-align: center;
}
.popup__desc,
.popup__text {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.popup__text {
  color: #000;
  text-align: left;
}
.popup__text b {
  font-weight: 700;
}
.popup__timeout-text {
  color: hsla(0, 0%, 7%, 0.4);
  margin: 24px auto;
  text-align: center;
}
.popup__resend,
.popup__timeout-text {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.popup__resend {
  background: none;
  border: none;
  color: #6f0b0a;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.popup__resend:hover {
  color: #8b0e0d;
}
.popup__code {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 24px;
}
.popup__code-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.2);
  caret-color: #6f0b0a;
  color: #121212;
  flex: 1;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 400;
  height: 48px;
  min-width: 0;
  outline: none;
  text-align: center;
  transition: border-color 0.2s ease;
}
.popup__code-input:focus {
  border-bottom-color: #6f0b0a;
}
.popup__btn-outline {
  background: transparent;
  color: #6f0b0a;
}
.popup__btn-disabled {
  background: hsla(0, 0%, 7%, 0.078);
  border-color: hsla(0, 0%, 7%, 0.2) !important;
  color: hsla(0, 0%, 7%, 0.4);
  cursor: not-allowed;
}
.popup .form__content {
  padding: 24px 0;
}
.popup .form__group-wrapper {
  flex-direction: column;
}
.popup .form__form {
  width: 100%;
}
.popup__age .popupTitle {
  color: #121212;
  font-family: Helvetica;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.popup__btns {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .popup__btns {
    flex-direction: column;
    gap: 12px;
  }
}
.popup__btns button {
  border: 1px solid #6f0b0a;
  height: 56px;
  text-transform: uppercase;
  width: 100%;
}
.popup__divider {
  color: #000;
  display: flex;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 300;
  justify-content: center;
  line-height: 24px;
  margin: 24px 0;
  position: relative;
}
.popup__divider span {
  background-color: #fff9ef;
  padding: 0 10px;
  width: max-content;
  z-index: 1;
}
.popup__divider:after {
  background-color: hsla(0, 0%, 7%, 0.102);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.popup__tg {
  align-items: center;
  border: 1px solid hsla(0, 0%, 7%, 0.2);
  color: #121212;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 12px;
  height: 48px;
  justify-content: center;
  line-height: 100%;
  text-transform: uppercase;
  width: 100%;
}
.popup__tg,
.popup__tg svg path {
  transition: 0.3s;
}
.popup__tg:hover svg path {
  fill: #6f0b0a;
  transition: 0.3s;
}
.popup__tg:hover {
  border-color: #6f0b0a;
  color: #6f0b0a;
  transition: 0.3s;
}
.popup .form__group {
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  padding-bottom: 12px;
  position: relative;
}
.popup .form__group-label {
  color: #121212;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.popup .form__group-input {
  background: none;
  background-clip: text;
  border: none;
  -webkit-box-shadow: inset 0 0 0 50px #fff9ef;
  caret-color: #6f0b0a;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  outline: none;
}
.popup .form__group-input::placeholder {
  color: hsla(0, 0%, 7%, 0.4);
}
.popup .form__group svg {
  bottom: 12px;
  cursor: pointer;
  margin: auto;
  position: absolute;
  right: 0;
}
.popup__forgot_pass {
  border: none !important;
  color: #6f0b0a;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.popup__propose {
  color: #121212;
  font-weight: 300;
  margin-top: 24px;
}
.popup__propose,
.popup__propose .toRegister {
  font-family: Helvetica;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.popup__propose .toRegister {
  color: #6f0b0a;
  font-weight: 400;
}
.popup__rules-text {
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}
.popup__rules-text a {
  color: #6f0b0a;
}
.cart-modal {
  inset: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  z-index: 1100;
}
.cart-modal.is-open {
  pointer-events: auto;
  visibility: visible;
}
.cart-modal__overlay {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
}
.cart-modal.is-open .cart-modal__overlay {
  opacity: 1;
}
.cart-modal__panel {
  background: #fff9ef;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 490px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  width: 100%;
}
@media (max-width: 992px) {
  .cart-modal__panel {
    max-width: 100%;
  }
}
.cart-modal.is-open .cart-modal__panel {
  transform: translateX(0);
}
.cart-modal__header {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.102);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cart-modal__header {
    padding: 13px 16px;
  }
}
.cart-modal__title {
  color: #121212;
  font-family: Helvetica;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 992px) {
  .cart-modal__title {
    font-size: 22px;
  }
}
.cart-modal__close {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 4px;
  transition: opacity 0.2s ease;
}
.cart-modal__close:hover {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cart-modal__close svg {
    height: 18px;
    width: 18px;
  }
}
.cart-modal__empty {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 30px;
  text-align: center;
}
.cart-modal__empty-title {
  color: #121212;
  font-family: Helvetica;
  font-size: 28px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 992px) {
  .cart-modal__empty-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.cart-modal__empty-desc {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.cart-modal__empty-btn {
  font-size: 18px;
  line-height: 22px;
  margin-top: 8px;
  min-width: 220px;
  text-transform: uppercase;
}
.cart-modal__filled {
  min-height: 0;
}
.cart-modal__filled,
.cart-modal__items {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.cart-modal__items {
  gap: 16px;
  overflow-y: auto;
  padding: 30px;
}
@media (max-width: 992px) {
  .cart-modal__items {
    padding: 16px;
  }
}
.cart-modal__footer {
  border-top: 1px solid hsla(0, 0%, 7%, 0.1);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 30px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cart-modal__footer {
    padding: 16px 20px 24px;
  }
}
.cart-modal__total {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.cart-modal__total-label {
  color: #121212;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cart-modal__total-label {
    font-size: 18px;
    line-height: 22px;
  }
}
.cart-modal__total-value {
  color: #121212;
  font-family: Helvetica;
}
.cart-modal__checkout,
.cart-modal__total-value {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
.cart-modal__checkout {
  height: 60px;
  width: 100%;
}
.cart-modal[data-empty='false'] .cart-modal__empty,
.cart-modal[data-empty='true'] .cart-modal__filled {
  display: none;
}
.cart-item {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.08);
  display: grid;
  gap: 16px;
  grid-template-columns: 145px 1fr auto;
  padding: 12px 0;
}
.cart-item:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cart-item {
    grid-template-columns: 115px 1fr auto;
  }
}
.cart-item__img {
  background-color: #fff;
  display: block;
  height: 166px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  width: 118px;
}
@media (max-width: 992px) {
  .cart-item__img {
    height: 134px;
    width: 95px;
  }
}
.cart-item__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  justify-content: space-between;
  min-width: 0;
}
.cart-item__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.cart-item__name,
.cart-item__price {
  color: #121212;
  font-family: Helvetica;
  text-transform: uppercase;
}
.cart-item__price {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 22px;
}
.cart-item__qty {
  border: 1px solid hsla(0, 0%, 7%, 0.2);
  gap: 10px;
  justify-content: space-between;
  min-width: 90px;
  padding: 12px 16px;
  width: max-content;
}
.cart-item__qty,
.cart-item__qty-btn {
  align-items: center;
  display: inline-flex;
}
.cart-item__qty-btn {
  background: none;
  border: none;
  color: #121212;
  cursor: pointer;
  font-size: 18px;
  height: 18px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 18px;
}
.cart-item__qty-btn:hover {
  color: #6f0b0a;
}
.cart-item__qty-btn:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.cart-item__qty-val {
  color: #121212;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.cart-item__remove {
  align-items: center;
  align-self: flex-start;
  background: none;
  border: none;
  color: #6f0b0a;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}
.cart-item__remove:hover {
  opacity: 0.7;
}
.cart-item__remove svg {
  height: 32px;
  width: 32px;
}
@media (max-width: 992px) {
  .cart-item__remove svg {
    height: 26px;
    width: 26px;
  }
}
.my-header__cart-badge[data-count='0'] {
  display: none;
}
.breadcrumbs {
  margin: 20px 0 30px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin: 15px 0 30px;
  }
}
.breadcrumbs__item,
.breadcrumbs__list {
  align-items: center;
  display: flex;
}
.breadcrumbs__item:last-child .breadcrumbs__item-link {
  color: #121212;
  pointer-events: none;
}
.breadcrumbs__item:not(:last-child):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='12' fill='none' viewBox='0 0 6 12'%3E%3Cpath fill='%23121212' fill-opacity='.6' d='M.615 12 0 11.315 4.77 6 0 .686.615 0 6 6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 12px;
  margin: 0 12px;
  width: 6px;
}
@media (max-width: 992px) {
  .breadcrumbs__item:not(:last-child):after {
    margin: 0 6px;
  }
}
.breadcrumbs__item-link {
  color: hsla(0, 0%, 7%, 0.6);
  display: flex;
  font-weight: 300;
  width: max-content;
}
@media (min-width: 1400px) {
  .searchResult .container-2 {
    padding: 0 15px;
  }
}
@media (min-width: 1700px) {
  .searchResult .container-2 {
    padding: 0 80px;
  }
}
.searchResult__heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.searchResult__title {
  color: #121212;
  font-family: Helvetica;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}
.searchResult__total {
  color: hsla(0, 0%, 7%, 0.6);
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.searchResult .my-catalog__products {
  gap: 16px;
  margin: 40px 0 0;
}
.searchResult .btn-more {
  display: flex;
  margin: 40px auto 50px;
}
@media (min-width: 992px) {
  .main.my-hero {
    margin-bottom: 0;
  }
}
.main .my-hero__inner {
  justify-content: center;
}
.main .my-hero__center {
  max-width: 100%;
}
.main .my-btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .main .my-btn {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .zone {
    padding-top: 0;
  }
}
.zone__content {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1280px) {
  .zone__content {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .zone__content {
    grid-template-columns: 1fr;
  }
}
.zone__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 992px) {
  .zone__info {
    gap: 15px;
  }
}
.zone__img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .zone__img {
    max-height: 272px;
    width: calc(100vw - 30px);
  }
}
.institut {
  background-image: url(../images/footer_bg_img.png);
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: 90%;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .institut {
    padding-bottom: 80px;
  }
}
.institut__content {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1280px) {
  .institut__content {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .institut__content {
    display: flex;
    flex-direction: column-reverse;
  }
}
.institut__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 992px) {
  .institut__info {
    gap: 15px;
  }
}
.institut__img {
  height: 100%;
  object-fit: cover;
}
.banner {
  padding-top: 0;
}
.banner__content {
  height: 100%;
  max-height: 638px;
  position: relative;
}
.banner__bg {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.banner__info {
  bottom: 30px;
  left: 30px;
  position: absolute;
}
@media (max-width: 992px) {
  .banner__info {
    bottom: 16px;
    left: 16px;
  }
}
.banner__title {
  color: #fff;
  font-family: Cormorant;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .banner__title {
    font-size: 24px;
    line-height: 22px;
  }
}
.banner__text {
  color: #fff;
  font-family: Cormorant;
  font-size: 24px;
  font-style: Italic;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 992px) {
  .banner__text {
    font-size: 16px;
    line-height: 100%;
  }
}
@media (min-width: 1400px) {
  .images .container-2 {
    padding: 0 15px;
  }
}
@media (min-width: 1700px) {
  .images .container-2 {
    padding: 0 80px;
  }
}
.images__content {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .images__content {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .images__content {
    gap: 8px;
  }
}
.path .sectionTitle,
.path__desc {
  text-align: center;
}
.path__desc {
  margin-top: 30px;
}
.path__items {
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
}
@media (max-width: 1750px) {
  .path__items {
    gap: 30px;
  }
}
@media (max-width: 1440px) {
  .path__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .path__items {
    gap: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .path__items {
    grid-template-columns: 1fr;
  }
}
.path__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (max-width: 768px) {
  .path__item {
    flex-direction: row;
    gap: 16px;
  }
  .path__item-icon {
    width: 50px;
  }
}
.path__item-title {
  color: #6f0b0a;
  display: flex;
  flex-direction: column;
  font-family: Cormorant;
  font-size: 30px;
  font-weight: 500;
  gap: 12px;
  line-height: 100%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .path__item-title {
    font-size: 24px;
    gap: 8px;
    line-height: 22px;
  }
}
.path__item-title:after {
  background-color: #6f0b0a;
  content: '';
  height: 1px;
  width: 50%;
}
.path__item-text {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .path__item-text {
    margin-top: 8px;
  }
}
.catalog__layout {
  align-items: flex-start;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .catalog__layout {
    display: block;
    margin-top: 30px;
    padding-top: 0;
  }
}
.catalog__content {
  flex: 1;
  position: relative;
}
.catalog__filter-applied {
  align-items: center;
  display: flex;
  display: none;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .catalog__filter-applied {
    display: none;
  }
}
.catalog__filter-applied__item {
  align-items: center;
  border: 1px solid #dddad5;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: 38px;
  padding: 0 12px;
}
.catalog__filter-applied__item span {
  white-space: nowrap;
}
.catalog__filter-applied__item--reset {
  border-color: #681114;
}
.catalog__filter-applied__item--reset span {
  color: #681114;
}
.catalog__filter-applied__item--reset svg path {
  fill: #681114;
}
.catalog__filter-applied__item-remove {
  align-items: center;
  background: none;
  border: 0;
  color: #121212;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.catalog__filter-applied__item-remove:hover {
  color: #681114;
}
.catalog__filter-applied__item svg:hover path {
  fill: #681114;
}
.catalog__heading {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1280px) {
  .catalog__heading {
    align-items: flex-start;
    gap: 17px;
  }
}
.catalog__heading-titles {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.catalog__count-products {
  color: hsla(0, 0%, 7%, 0.4) !important;
}
.catalog__title {
  color: #000;
  font-family: Cormorant;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .catalog__title {
    font-size: 30px;
    line-height: 100%;
  }
}
.catalog__filter-btn {
  align-items: center;
  background: none;
  border: none;
  color: #6f0b0a;
  cursor: pointer;
  display: none;
  flex-shrink: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  gap: 10px;
  line-height: 1.22em;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .catalog__filter-btn {
    display: inline-flex;
  }
}
.catalog__filter-btn svg {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}
@media (min-width: 1280px) {
  .catalog .my-catalog__products {
    grid-template-columns: repeat(3, 1fr);
  }
}
.catalog .my-catalog__products {
  gap: 16px;
}
.catalog .btn-more {
  display: flex;
  margin: 40px auto 50px;
}
.singleProduct {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .singleProduct {
    padding-top: 10px;
  }
}
.singleProduct__content {
  align-items: start;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1280px) {
  .singleProduct__content {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .singleProduct__content {
    flex-direction: column;
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.singleProduct__slider {
  display: flex;
  gap: 20px;
  height: 100%;
  max-height: 740px;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1280px) {
  .singleProduct__slider {
    flex-direction: column-reverse;
    gap: 15px;
    max-height: 100%;
  }
}
.singleProduct__slider-nav {
  flex-shrink: 0;
  height: auto;
  width: 130px;
}
@media (max-width: 1280px) {
  .singleProduct__slider-nav {
    width: 100%;
  }
}
.singleProduct__slider-nav .slick-list {
  height: 100% !important;
}
@media (max-width: 1280px) {
  .singleProduct__slider-nav .slick-list {
    margin-left: -5px;
  }
  .singleProduct__slider-nav .slick-track {
    display: flex;
  }
}
.singleProduct__slider-nav .slick-slide {
  height: auto;
}
@media (max-width: 1280px) {
  .singleProduct__slider-nav .slick-slide {
    margin-left: 5px;
  }
}
.singleProduct__slider-nav__item {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  height: 100%;
  margin-bottom: 5px;
  max-height: 130px;
  padding: 6px;
  transition: border-color 0.3s;
}
@media (max-width: 1280px) {
  .singleProduct__slider-nav__item {
    margin-bottom: 0;
    max-height: 75px;
  }
}
.singleProduct__slider-nav__item img {
  display: block;
  height: 100%;
  max-height: 130px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 1280px) {
  .singleProduct__slider-nav__item img {
    max-height: 75px;
  }
}
.singleProduct__slider-nav__item.slick-current {
  border-color: #681114;
}
.singleProduct__slider-main {
  background: #fff;
  position: relative;
  width: calc(100% - 160px);
}
@media (max-width: 1280px) {
  .singleProduct__slider-main {
    width: 100%;
  }
}
.singleProduct__slider-main .slick-list,
.singleProduct__slider-main .slick-slide,
.singleProduct__slider-main .slick-slide > div,
.singleProduct__slider-main .slick-track {
  height: 100%;
}
.singleProduct__slider-main__item {
  align-items: center;
  display: flex !important;
  height: 100%;
  justify-content: center;
}
.singleProduct__slider-main__item img {
  display: block;
  max-height: 90%;
  max-width: 100%;
  object-fit: contain;
  padding: 26px 0;
}
@media (max-width: 1280px) {
  .singleProduct__slider-main__item img {
    max-height: 625px;
  }
}
@media (max-width: 992px) {
  .singleProduct__slider-main__item img {
    max-height: 475px;
  }
}
@media (max-width: 768px) {
  .singleProduct__slider-main__item img {
    max-height: 350px;
  }
}
.singleProduct__slider-main .slick-next,
.singleProduct__slider-main .slick-prev {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.singleProduct__slider-main .slick-next svg,
.singleProduct__slider-main .slick-prev svg {
  display: block;
}
@media (max-width: 768px) {
  .singleProduct__slider-main .slick-next svg,
  .singleProduct__slider-main .slick-prev svg {
    width: 24px;
  }
}
.singleProduct__slider-main .slick-prev {
  left: 30px;
}
@media (max-width: 1280px) {
  .singleProduct__slider-main .slick-prev {
    left: 0;
  }
}
.singleProduct__slider-main .slick-next {
  right: 40px;
}
@media (max-width: 1280px) {
  .singleProduct__slider-main .slick-next {
    right: 10px;
  }
}
.singleProduct__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .singleProduct__info {
    gap: 30px;
  }
}
.singleProduct__info-title-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .singleProduct__info-title-group {
    gap: 8px;
  }
}
.singleProduct__ne-variant {
  color: #6f0b0a;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 13px;
}
.singleProduct__variant {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.singleProduct__title {
  color: #121212;
  font-family: Cormorant, serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 992px) {
  .singleProduct__title {
    font-size: 24px;
    line-height: 22px;
  }
}
.singleProduct__desc {
  color: #555;
}
.singleProduct__medals .singleProduct__options {
  display: flex;
  gap: 12px;
}
.singleProduct__medals .singleProduct__options img {
  height: 70px;
  object-fit: contain;
  width: 70px;
}
.singleProduct__subtitle {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .singleProduct__subtitle {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.singleProduct__options {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 8px;
}
@media (max-width: 992px) {
  .singleProduct__options {
    gap: 8px;
    row-gap: 8px;
  }
}
.singleProduct__options span {
  border: 1px solid hsla(0, 0%, 7%, 0.2);
  color: hsla(0, 0%, 7%, 0.6);
  cursor: pointer;
  display: block;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 13px 24px;
}
@media (max-width: 992px) {
  .singleProduct__options span {
    padding: 9px 20px;
  }
}
.singleProduct__options span:hover {
  border-color: #6f0b0a;
  color: #6f0b0a;
}
.singleProduct__options span.active {
  background-color: #6f0b0a;
  border-color: #6f0b0a;
  color: #fff;
}
.singleProduct__options label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
}
.singleProduct__options .checkbox-input {
  appearance: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: pointer;
  height: 1rem;
  margin: 0;
  opacity: 0;
  position: absolute;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
.singleProduct__options .checkbox-input:checked {
  background-color: #0d6efd;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
  border-color: #0d6efd;
}
.singleProduct__options .checkbox-input:disabled,
.singleProduct__options .checkbox-input:disabled + span {
  cursor: not-allowed;
  opacity: 0.5;
}
.singleProduct__count-switch {
  align-items: center;
  border: 1px solid #d9d9d9;
  display: flex;
  gap: 20px;
  height: auto;
  padding: 13px 16px;
  width: max-content;
}
@media (max-width: 992px) {
  .singleProduct__count-switch {
    justify-content: space-between;
    padding: 6px 24px;
    width: 100%;
  }
}
.singleProduct__count-min,
.singleProduct__count-plus {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  transition: opacity 0.3s;
}
.singleProduct__count-min svg,
.singleProduct__count-plus svg {
  display: block;
}
.singleProduct__count-min {
  opacity: 0.2;
  pointer-events: none;
}
.singleProduct__count-total {
  align-items: center;
  color: #121212;
  display: inline-flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  justify-content: center;
  user-select: none;
}
@media (max-width: 992px) {
  .singleProduct__count-total {
    font-size: 16px;
    line-height: 22px;
  }
}
.singleProduct__price-total {
  color: #121212;
  font-family: Cormorant, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 992px) {
  .singleProduct__price-total {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 28px;
    letter-spacing: 0.0714em;
    line-height: 1.214;
    text-transform: uppercase;
  }
}
.singleProduct__btn {
  align-self: flex-start;
  max-width: 284px;
  width: 100%;
}
@media (max-width: 992px) {
  .singleProduct__btn {
    max-width: none;
  }
}
.nrv-slider {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: 130px 1fr;
}
@media (max-width: 992px) {
  .nrv-slider {
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .nrv-slider .nrv-slider-main { order: 1; }
  .nrv-slider .nrv-slider-nav  { order: 2; }
}
.nrv-slider--single {
  gap: 0;
  grid-template-columns: 1fr;
}
.nrv-slider-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-height: 770px;
  overflow-y: auto;
  scrollbar-width: none;
}
.nrv-slider-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
@media (max-width: 992px) {
  .nrv-slider-nav {
    flex-direction: row;
    gap: 5px;
    max-height: none;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 0;
  }
}
.nrv-slider-nav__item {
  background: #fff;
  border: 1px solid #dddad5;
  cursor: pointer;
  flex-shrink: 0;
  height: 130px;
  padding: 10px;
  transition: border-color 0.15s;
  width: 130px;
}
.nrv-slider-nav__item.is-active {
  border-color: #6f0b0a;
}
.nrv-slider-nav__item img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 992px) {
  .nrv-slider-nav__item {
    height: 75px;
    padding: 6px;
    width: 75px;
  }
}
.nrv-slider-main {
  aspect-ratio: 660/740;
  background: #fff;
  border: 1px solid #dddad5;
  min-height: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .nrv-slider-main {
    aspect-ratio: auto;
  }
}
@media (max-width: 992px) {
  .nrv-slider-main {
    aspect-ratio: 343/576;
    max-height: 402px;
  }
}
.nrv-slider-main__item {
  align-items: center;
  cursor: zoom-in;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 0;
  position: absolute;
}
.nrv-slider-main__item.is-active {
  display: flex;
}
.nrv-slider-main__item img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.nrv-slider-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  padding: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition:
    opacity 0.15s,
    background 0.15s;
  z-index: 5;
}
.nrv-slider-arrow:hover {
  opacity: 1;
}
.nrv-slider-arrow--prev {
  left: 10px;
}
.nrv-slider-arrow--next {
  right: 10px;
}
@media (max-width: 992px) {
  .nrv-slider-arrow {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.85);
    box-shadow: 0 1px 4px hsla(0, 0%, 7%, 0.08);
    display: flex;
    height: 32px;
    justify-content: center;
    opacity: 1;
    padding: 4px;
    width: 32px;
  }
  .nrv-slider-arrow svg {
    height: 18px;
    width: 18px;
  }
  .nrv-slider-arrow--prev {
    left: 6px;
  }
  .nrv-slider-arrow--next {
    right: 6px;
  }
}
@media (min-width: 1280px) {
  .singleProduct__content {
    align-items: end;
  }
}
.singleProductTabs__content {
  align-items: start;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1280px) {
  .singleProductTabs__content {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .singleProductTabs__content {
    grid-template-columns: 1fr;
  }
}
.singleProductTabs__nav {
  background: #fff;
  border: 1px solid #dddad5;
  display: flex;
  flex-direction: column;
}
.singleProductTabs__tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddad5;
  color: #121212;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding: 30px;
  text-align: left;
  text-transform: uppercase;
  transition:
    background 0.2s,
    color 0.2s;
}
.singleProductTabs__tab:last-child {
  border-bottom: 0;
}
.singleProductTabs__tab:hover {
  background: rgba(111, 11, 10, 0.06);
}
.singleProductTabs__tab.is-active {
  background: #6f0b0a;
  color: #fff;
}
@media (max-width: 992px) {
  .singleProductTabs__tab {
    font-size: 16px;
    line-height: 22px;
    padding: 19px 20px;
  }
}
.singleProductTabs__panels {
  position: relative;
}
.singleProductTabs__panel {
  display: none;
}
.singleProductTabs__panel.is-active {
  display: block;
}
.singleProductTabs__panel-title {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .singleProductTabs__panel-title {
    margin-bottom: 10px;
  }
}
.singleProductTabs__panel-text {
  color: #121212;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.singleProductTabs__panel-text p {
  margin: 0 0 16px;
}
.singleProductTabs__panel-text p:last-child {
  margin-bottom: 0;
}
.singleProductQuote__content {
  background-color: #f6ecda;
  display: grid;
  gap: 130px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  padding: 70px;
  position: relative;
}
@media (max-width: 1280px) {
  .singleProductQuote__content {
    gap: 50px;
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .singleProductQuote__content {
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 15px;
  }
}
.singleProductQuote__content:after {
  background-image: url(../images/texture-paper.png);
  background-size: cover;
  bottom: -50%;
  content: '';
  height: 100%;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media (max-width: 992px) {
  .singleProductQuote__content:after {
    bottom: -100px;
  }
}
@media (max-width: 1440px) {
  .singleProductQuote__icon {
    height: 50px;
    width: 50px;
  }
}
.singleProductQuote__quote {
  color: #681114;
  font-family: Helvetica;
  font-size: 30px;
  font-style: Oblique;
  font-weight: 300;
  line-height: 45px;
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .singleProductQuote__quote {
    font-size: 24px;
    line-height: normal;
  }
}
@media (max-width: 1280px) {
  .singleProductQuote__quote {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .singleProductQuote__quote {
    font-size: 20px;
  }
}
.singleProductQuote__autor {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 64px;
}
@media (max-width: 1280px) {
  .singleProductQuote__autor {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .singleProductQuote__autor {
    margin-top: 30px;
  }
}
.singleProductQuote__autor-name {
  color: #681114;
  font-family: Cormorant;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4%;
  line-height: 100%;
}
@media (max-width: 1280px) {
  .singleProductQuote__autor-name {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .singleProductQuote__autor-name {
    font-size: 24px;
  }
}
.singleProductQuote__img {
  max-height: 562px;
  object-fit: cover;
  width: 100%;
  z-index: 5;
}
.collaborationRules__content {
  display: grid;
  /* gap: 130px; */
  gap: 5%;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1650px) {
  .collaborationRules__content {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .collaborationRules__content {
    grid-template-columns: 1fr;
  }
}
.collaborationRules__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.collaborationRules__items {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  height: min-content;
}
@media (max-width: 1440px) {
  .collaborationRules__items {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.collaborationRules__item {
  align-items: flex-start;
  background-color: #f5ebda;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  height: 272px;
  justify-content: center;
  padding: 0 140px 0 40px;
  position: relative;
}
@media (max-width: 1820px) {
  .collaborationRules__item {
    padding: 0 100px 0 40px;
  }
}
@media (max-width: 1570px) {
  .collaborationRules__item {
    padding: 0 75px 0 15px;
  }
}
@media (max-width: 1440px) {
  .collaborationRules__item {
    height: 140px;
  }
}
@media (max-width: 576px) {
  .collaborationRules__item {
    height: 272px;
    padding: 0 85px 0 20px;
  }
}
.collaborationRules__item-subtitle {
  color: #bb6500;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .collaborationRules__item-subtitle {
    font-size: 15px;
  }
}
.collaborationRules__item-title {
  color: #121212;
  font-family: Cormorant;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 7px;
}
@media (max-width: 992px) {
  .collaborationRules__item-title {
    font-size: 30px;
  }
}
.collaborationRules__item-img {
  bottom: 0;
  position: absolute;
  right: 0;
}
.collaborationContacts__content {
  align-items: start;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1440px) {
  .collaborationContacts__content {
    gap: 30px;
  }
}
@media (max-width: 1280px) {
  .collaborationContacts__content {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .collaborationContacts__content {
    grid-template-columns: 1fr;
  }
}
.collaborationContacts__text {
  color: #121212;
  font-family: Cormorant;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .collaborationContacts__text {
    font-size: 24px;
    line-height: 22px;
  }
}
.collaborationContacts__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.collaborationContacts__info-img {
  max-height: 400px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1920px) {
  .collaborationContacts__info-img {
    max-height: 284px;
  }
}
@media (max-width: 768px) {
  .collaborationContacts__info-img {
    max-height: 120px;
  }
}
.collaborationContacts__info-cols {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1650px) {
  .collaborationContacts__info-cols {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1280px) {
  .collaborationContacts__info-cols {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.collaborationContacts__info-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 992px) {
  .collaborationContacts__info-col {
    gap: 15px;
  }
}
.collaborationContacts__info-col__head {
  border-bottom: 1px solid #6f0b0a;
  color: #121212;
  font-family: Cormorant;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  padding-bottom: 16px;
  width: max-content;
}
@media (max-width: 992px) {
  .collaborationContacts__info-col__head {
    font-size: 24px;
    padding: 0 30px 8px;
  }
}
.collaborationContacts__info-col__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.collaborationContacts__info-col__row {
  align-items: center;
  display: flex;
  gap: 12px;
}
@media (max-width: 992px) {
  .collaborationContacts__info-col__row {
    font-size: 18px !important;
    line-height: 26px;
  }
}
.collaborationContacts__info-col__footer {
  align-items: center;
  display: flex;
  gap: 30px;
}
.collaborationContacts__form {
  background: #fff;
  padding: 40px;
}
@media (max-width: 992px) {
  .collaborationContacts__form {
    padding: 24px 16px;
  }
}
.collaborationForm {
  display: flex;
  flex-direction: column;
  gap: 28px;
  z-index: 5;
}
@media (max-width: 992px) {
  .collaborationForm {
    gap: 24px;
  }
}
.collaborationForm__title {
  color: #6f0b0a;
  font-family: Cormorant, serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .collaborationForm__title {
    font-size: 24px;
  }
}
.collaborationForm__grid {
  display: grid;
  gap: 22px 24px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1280px) {
  .collaborationForm__grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .collaborationForm__grid {
    gap: 28px;
  }
}
.collaborationForm__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.collaborationForm__field--full {
  grid-column: 1/-1;
}
.collaborationForm__field textarea {
  resize: none;
}
.collaborationForm__field input,
.collaborationForm__field textarea {
  appearance: none;
  background: transparent;
  background-clip: text;
  border: 0;
  border-bottom: 1px solid #dddad5;
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  caret-color: #6f0b0a;
  color: hsla(0, 0%, 7%, 0.4);
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  outline: none;
  padding: 0 0 12px;
  transition: border-color 0.2s;
}
@media (max-width: 992px) {
  .collaborationForm__field input,
  .collaborationForm__field textarea {
    font-size: 16px;
    line-height: 24px;
  }
}
.collaborationForm__field input::placeholder,
.collaborationForm__field textarea::placeholder {
  color: hsla(0, 0%, 7%, 0.35);
}
.collaborationForm__field input:focus,
.collaborationForm__field textarea:focus {
  border-color: #6f0b0a;
}
.collaborationForm__field input.error,
.collaborationForm__field textarea.error {
  border-color: #c02027;
}
.collaborationForm__field label.error {
  color: #c02027;
  font-size: 12px;
  font-weight: 500;
  margin-top: -4px;
}
.collaborationForm__label {
  color: #121212;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 22px;
}
.collaborationForm__req {
  color: #6f0b0a;
}
.collaborationForm__upload {
  align-items: center;
  border: 1.5px dashed #6f0b0a;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 36px;
  text-align: center;
  transition: background 0.2s;
}
@media (max-width: 992px) {
  .collaborationForm__upload {
    padding: 12px 8px;
  }
}
.collaborationForm__upload:hover {
  background: rgba(111, 11, 10, 0.04);
}
.collaborationForm__upload input[type='file'] {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  opacity: 0;
}
.collaborationForm__upload-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .collaborationForm__upload-icon svg {
    height: 32px;
    width: 32px;
  }
}
.collaborationForm__upload-title {
  color: #212121;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 12px;
  text-transform: uppercase;
}
.collaborationForm__upload-desc {
  color: #757575;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
  max-width: 420px;
  text-align: center;
}
.collaborationForm__upload-files {
  color: #6f0b0a;
  font-size: 13px;
  font-weight: 600;
}
.collaborationForm__upload-files:empty {
  display: none;
}
.collaborationForm__submit {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 18px;
  text-transform: uppercase;
  width: 100%;
}
.quality .my-badge {
  display: flex;
  justify-content: center;
}
.quality .sectionTitle {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .quality .sectionTitle {
    margin-top: 15px;
  }
}
.quality__grid {
  border-left: 1px solid #dddad5;
  border-top: 1px solid #dddad5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
}
@media (max-width: 1280px) {
  .quality__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .quality__grid {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .quality__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.quality__link {
  align-items: center;
  background-color: #fff9ef;
  border-bottom: 1px solid #dddad5;
  border-right: 1px solid #dddad5;
  display: flex;
  height: 300px;
  justify-content: center;
  padding: 0 30px;
}
@media (max-width: 1650px) {
  .quality__link {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .quality__link {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .quality__link {
    height: 130px;
  }
}
.contacts-page .collaborationContacts {
  overflow: hidden;
  padding-top: 0;
  position: relative;
}
.contacts-page .collaborationContacts:after {
  background-image: url(../images/texture-paper.png);
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  bottom: -50%;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.contacts-page .collaborationContacts__form,
.contacts-page .collaborationContacts__info {
  z-index: 5;
}
.checkout {
  padding-top: 0;
}
.checkout .sectionTitle {
  color: #121212;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .checkout .sectionTitle {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .checkout .sectionTitle {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.checkout__content {
  align-items: flex-start;
  display: grid;
  gap: 40px;
  grid-template-columns: 1.2fr 1fr;
}
@media (max-width: 1280px) {
  .checkout__content {
    gap: 16px;
    grid-template-columns: 1fr 1.1fr;
  }
}
@media (max-width: 992px) {
  .checkout__content {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.checkout__left {
  background: #fff;
  padding: 40px;
}
@media (max-width: 1280px) {
  .checkout__left {
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .checkout__left {
    padding: 20px;
  }
}
.checkout__right {
  background: #fff;
  padding: 30px;
  position: sticky;
  top: 20px;
}
@media (max-width: 1280px) {
  .checkout__right {
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .checkout__right {
    padding: 20px;
    position: static;
  }
}
.checkout-form {
  display: flex;
  flex-direction: column;
}
.checkout-step {
  padding: 20px 0;
}
.checkout-step:first-child {
  padding-top: 0;
}
.checkout-step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-step__head {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .checkout-step__head {
    gap: 12px;
  }
}
.checkout-step-delivery .checkout-option {
  position: relative;
}
@media (max-width: 576px) {
  .checkout-step-delivery .checkout-option {
    padding-bottom: 30px;
  }
  .checkout-step-delivery .checkout-option__meta {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
.checkout-step__num {
  align-items: center;
  background: #6f0b0a;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  line-height: 20px;
  width: 34px;
}
@media (max-width: 992px) {
  .checkout-step__num {
    font-size: 16px;
    height: 28px;
    width: 28px;
  }
}
.checkout-step__title {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.checkout-step__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checkout-grid-2 {
  display: grid;
  gap: 20px 24px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .checkout-grid-2 {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.checkout-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.checkout-field__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.checkout-field__input,
.checkout-field__label {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
}
.checkout-field__input {
  background: transparent;
  background-clip: text;
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.2);
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  caret-color: #6f0b0a;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  outline: none;
  padding: 0 0 12px;
  transition: border-color 0.2s ease;
  width: 100%;
}
.checkout-field__input::placeholder {
  color: hsla(0, 0%, 7%, 0.4);
  font-weight: 300;
}
.checkout-field__input:focus {
  border-bottom-color: #6f0b0a;
}
.checkout-field__input--textarea {
  min-height: 40px;
  resize: none;
}
.checkout-field--inline {
  flex: 1;
  min-width: 0;
}
.checkout-option {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  gap: 12px;
  position: relative;
  user-select: none;
}
.checkout-option input[type='radio'] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.checkout-option__radio {
  border: 1px solid hsla(0, 0%, 7%, 0.35);
  border-radius: 50%;
  flex-shrink: 0;
  height: 18px;
  position: relative;
  transition: border-color 0.2s ease;
  width: 18px;
}
.checkout-option__radio:after {
  background: #6f0b0a;
  border-radius: 50%;
  content: '';
  inset: 3px;
  opacity: 0;
  position: absolute;
  transform: scale(0.6);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
input[type='radio']:checked + .checkout-option__radio {
  border-color: #6f0b0a;
}
input[type='radio']:checked + .checkout-option__radio:after {
  opacity: 1;
  transform: scale(1);
}
.checkout-option__icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.checkout-option__label {
  color: #121212;
  flex: 1;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  min-width: 0;
}
.checkout-option__meta {
  color: hsla(0, 0%, 7%, 0.6);
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .checkout-option__meta {
    text-align: right;
    white-space: normal;
  }
}
.checkout-option--simple .checkout-option__label {
  flex: 0 1 auto;
}
.checkout-recipient {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 4px;
}
.checkout-summary {
  display: flex;
  flex-direction: column;
}
.checkout-summary__head {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  user-select: none;
}
.checkout-summary__title {
  align-items: baseline;
  color: #121212;
  display: inline-flex;
  flex-wrap: wrap;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  gap: 16px;
  line-height: 1;
}
@media (max-width: 992px) {
  .checkout-summary__title {
    font-size: 18px;
    gap: 6px;
  }
}
.checkout-summary__count {
  color: #6f0b0a;
  font-size: 16px;
  font-weight: 300;
  font-weight: 400;
  line-height: 22px;
}
.checkout-summary__toggle {
  align-items: center;
  background: none;
  border: none;
  color: #121212;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 4px;
  transition: transform 0.2s ease;
}
.checkout-summary.is-collapsed .checkout-summary__toggle {
  transform: rotate(180deg);
}
.checkout-summary.is-collapsed .checkout-summary__body {
  display: none;
}
.checkout-summary__body {
  margin-top: 20px;
}
.checkout-summary__body,
.checkout-summary__items {
  display: flex;
  flex-direction: column;
}
.checkout-summary__empty {
  color: hsla(0, 0%, 7%, 0.6);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 20px 0;
  text-align: center;
}
.checkout-summary__promo {
  border-top: 1px solid hsla(0, 0%, 7%, 0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 40px 0;
}
.checkout-summary__promo-title {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.checkout-summary__promo-row {
  align-items: flex-end;
  display: flex;
  gap: 16px;
}
.checkout-summary__promo-btn {
  background: transparent;
  border: 1px solid #6f0b0a;
  color: #6f0b0a;
  cursor: pointer;
  flex-shrink: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 0 18px;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.checkout-summary__promo-btn:hover {
  background: #6f0b0a;
  color: #fff;
}
.checkout-summary__totals {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 20px 0;
}
.checkout-summary__total-row {
  align-items: center;
  color: #121212;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  gap: 12px;
  justify-content: space-between;
  line-height: 20px;
}
.checkout-summary__total-row--grand {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.checkout-summary__submit {
  font-size: 16px;
  height: 56px;
  margin-top: 4px;
  text-transform: uppercase;
  width: 100%;
}
.checkout-summary__terms {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 14px;
  text-align: center;
}
.checkout-summary__terms a {
  color: #6f0b0a;
  text-decoration: none;
  text-underline-offset: 2px;
}
.checkout-item {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.08);
  display: grid;
  gap: 14px;
  grid-template-columns: 80px minmax(0, 1fr) 1fr 1fr auto;
  justify-items: center;
  padding: 16px 0;
}
.checkout-item:first-child {
  padding-top: 0;
}
.checkout-item:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .checkout-item {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    grid-row-gap: 10px;
  }
}
.checkout-item__img {
  background: #fff;
  display: block;
  height: 100px;
  object-fit: contain;
  object-position: center;
  padding: 6px;
  width: 80px;
}
@media (max-width: 992px) {
  .checkout-item__img {
    height: 80px;
    width: 64px;
  }
}
.checkout-item__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
@media (max-width: 992px) {
  .checkout-item__info {
    margin-left: 0;
    margin-right: auto;
  }
}
.checkout-item__name {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 150px;
}
@media (max-width: 992px) {
  .checkout-item__name {
    max-width: 100%;
  }
}
.checkout-item__code {
  color: #828282;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 100%;
  width: max-content;
}
.checkout-item__qty {
  align-items: center;
  border: 1px solid hsla(0, 0%, 7%, 0.2);
  display: inline-flex;
  gap: 10px;
  height: 36px;
  justify-content: space-between;
  min-width: 80px;
  padding: 5px 10px;
}
@media (max-width: 992px) {
  .checkout-item__qty {
    grid-column: 1/2;
    margin-left: 0;
    margin-right: auto;
  }
}
.checkout-item__qty-btn {
  align-items: center;
  background: none;
  border: none;
  color: #121212;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  height: 14px;
  justify-content: center;
  padding: 0;
  width: 14px;
}
.checkout-item__qty-btn:hover {
  color: #6f0b0a;
}
.checkout-item__qty-val {
  font-size: 18px;
  min-width: 12px;
  text-align: center;
}
.checkout-item__price,
.checkout-item__qty-val {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
}
.checkout-item__price {
  font-size: 20px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .checkout-item__price {
    grid-column: 2/3;
    margin-left: 30px;
    text-align: right;
  }
}
.checkout-item__remove {
  align-items: center;
  background: none;
  border: none;
  color: #6f0b0a;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 4px;
}
.checkout-item__remove:hover {
  opacity: 0.7;
}
.checkout-item__remove svg {
  height: 30px;
  width: 30px;
}
@media (max-width: 992px) {
  .checkout-item__remove {
    align-self: center;
    grid-column: 3/4;
    grid-row: 2/2;
  }
}
.thankyou {
  padding-top: 0;
}
@media (max-width: 992px) {
  .thankyou .container {
    padding: 0 8px;
  }
}
.thankyou__content {
  border: 1px solid #dddad5;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 992px) {
  .thankyou__content {
    gap: 0;
  }
}
.thankyou__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  max-width: 820px;
  padding: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  .thankyou__head {
    padding: 20px;
  }
}
.thankyou__title {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
}
@media (max-width: 992px) {
  .thankyou__title {
    font-size: 26px;
    line-height: 33px;
  }
}
.thankyou__title-num {
  color: #6f0b0a;
}
.thankyou__subtitle {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
}
.thankyou__card {
  align-items: stretch;
  background: #fff9ef;
  border: 1px solid hsla(0, 0%, 7%, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
}
@media (max-width: 1280px) {
  .thankyou__card {
    grid-template-columns: minmax(0, 250px) minmax(0, 1fr);
  }
}
@media (max-width: 992px) {
  .thankyou__card {
    grid-template-columns: 1fr;
  }
}
.thankyou__sidebar {
  border-right: 1px solid hsla(0, 0%, 7%, 0.08);
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 30px;
}
@media (max-width: 992px) {
  .thankyou__sidebar {
    border-bottom: 1px solid hsla(0, 0%, 7%, 0.08);
    border-right: none;
    gap: 20px;
    padding: 20px;
  }
}
.thankyou__block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.thankyou__block-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.thankyou__block-text,
.thankyou__block-title {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 22px;
}
.thankyou__block-text {
  font-size: 18px;
  font-weight: 300;
  word-break: break-word;
}
.thankyou__block-link {
  color: #6f0b0a;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
  width: max-content;
}
.thankyou__block-link:hover {
  color: #8b0e0d;
}
.thankyou__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  padding: 30px;
}
@media (max-width: 992px) {
  .thankyou__main {
    gap: 0;
    padding: 20px;
  }
}
.thankyou__main-head {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
@media (max-width: 992px) {
  .thankyou__main-head {
    margin-bottom: 16px;
  }
}
.thankyou__items {
  display: flex;
  flex-direction: column;
}
.thankyou__footer {
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 7%, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .thankyou__footer {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
}
.thankyou__footer-item {
  align-items: baseline;
  color: hsla(0, 0%, 7%, 0.6);
  display: inline-flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  gap: 8px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .thankyou__footer-item {
    flex-direction: column;
    justify-content: space-between;
  }
}
.thankyou__footer-item #js-thankyou-shipping,
.thankyou__footer-item #js-thankyou-total {
  color: #121212;
}
.thankyou__footer-value {
  font-weight: 700;
}
.thankyou__footer-item--grand {
  display: none;
}
.thankyou__footer-item--grand .thankyou__footer-value {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.thankyou-item {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.08);
  display: grid;
  gap: 20px;
  grid-template-columns: 80px minmax(0, 2fr) minmax(0, 0.7fr) minmax(0, 0.5fr) minmax(0, 1fr);
  padding: 18px 0;
}
.thankyou-item:first-child {
  padding-top: 0;
}
.thankyou-item:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .thankyou-item {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-row-gap: 16px;
    padding: 16px 0;
  }
}
.thankyou-item__img {
  background: #fff;
  display: block;
  height: 100px;
  object-fit: contain;
  object-position: center;
  padding: 6px;
  width: 80px;
}
@media (max-width: 992px) {
  .thankyou-item__img {
    height: 92px;
    width: 72px;
  }
}
.thankyou-item__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.thankyou-item__name {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.thankyou-item__barcode,
.thankyou-item__code {
  color: #828282;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 100%;
}
.thankyou-item__barcode span,
.thankyou-item__code span {
  color: #121212;
}
.thankyou-item__col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
@media (max-width: 992px) {
  .thankyou-item__col {
    align-items: baseline;
    flex-direction: column;
    gap: 8px;
    grid-column: 1/-1;
    justify-content: space-between;
  }
}
.thankyou-item__col:last-child {
  justify-self: flex-end;
}
@media (max-width: 992px) {
  .thankyou-item__col:last-child {
    justify-self: flex-start;
  }
}
.thankyou-item__col-label {
  color: hsla(0, 0%, 7%, 0.6);
  text-transform: none;
}
.thankyou-item__col-label,
.thankyou-item__col-value {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.thankyou-item__col-value {
  color: #121212;
}
.notFound-page > .content:after,
.notFound-page > .content:before {
  display: none;
}
.notFound {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .notFound {
    height: auto;
    padding-bottom: 80px;
  }
}
.notFound__bg {
  height: 75%;
  object-fit: contain;
  opacity: 0.4;
  position: absolute;
  right: -150px;
  top: 0;
  width: 75%;
  z-index: 0;
}
@media (max-width: 992px) {
  .notFound__bg {
    height: 100%;
    margin: auto;
    position: relative;
    right: 0;
    width: 100%;
  }
}
.notFound__content {
  margin-top: 50px;
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .notFound__content {
    margin-top: 30px;
  }
}
.notFound__title {
  color: #121212;
  font-family: Helvetica;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .notFound__title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
}
.notFound__desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .notFound__desc {
    margin-bottom: 30px;
    text-align: center;
  }
}
.notFound__btn {
  width: 257px;
}
@media (max-width: 992px) {
  .notFound__btn {
    display: flex;
    margin: auto;
    width: 343px;
  }
}
.cabinet {
  padding-top: 0;
}
@media (max-width: 992px) {
  .cabinet {
    padding-bottom: 80px;
  }
}
.cabinet__content {
  align-items: flex-start;
  display: grid;
  gap: 20px;
  grid-template-columns: 320px 1fr;
}
@media (max-width: 1280px) {
  .cabinet__content {
    gap: 16px;
    grid-template-columns: 280px 1fr;
  }
}
@media (max-width: 992px) {
  .cabinet__content {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.cabinet__sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
@media (max-width: 992px) {
  .cabinet__sidebar {
    padding: 30px 0 0;
  }
}
.cabinet__main {
  background: #fff;
  padding: 30px;
}
@media (max-width: 1280px) {
  .cabinet__main {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cabinet__main {
    padding: 20px;
  }
}
.cabinet-user {
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.102);
  display: flex;
  gap: 14px;
  padding-bottom: 30px;
}
.cabinet-user__avatar {
  align-items: center;
  background: #681114;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  width: 54px;
}
.cabinet-user__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.cabinet-user__name {
  color: #121212;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
.cabinet-user__email,
.cabinet-user__name {
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cabinet-user__email {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.cabinet-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cabinet-nav__item {
  align-items: center;
  background: transparent;
  border: none;
  color: #121212;
  cursor: pointer;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  gap: 14px;
  line-height: 26px;
  padding: 11px 24px;
  text-align: left;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.cabinet-nav__item:hover {
  color: #6f0b0a;
}
.cabinet-nav__item.is-active {
  background: #f6ecda;
  color: #121212;
}
.cabinet-nav__item--logout {
  color: hsla(0, 0%, 7%, 0.8);
}
.cabinet-nav__icon {
  align-items: center;
  color: currentColor;
  display: inline-flex;
  flex-shrink: 0;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.cabinet-nav__label {
  flex: 1;
  min-width: 0;
}
.cabinet-nav__divider {
  background: hsla(0, 0%, 7%, 0.102);
  height: 1px;
  margin: 14px 0;
}
.cabinet-tab {
  display: none;
}
.cabinet-tab.is-active {
  display: block;
}
.cabinet-tab__title {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 40px;
}
@media (max-width: 992px) {
  .cabinet-tab__title {
    margin-bottom: 20px;
  }
}
.cabinet-tab__head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cabinet-tab__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.cabinet-tab__head .cabinet-tab__title {
  margin: 0;
}
.cabinet-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 992px) {
  .cabinet-form {
    gap: 20px;
  }
}
.cabinet-form__actions {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .cabinet-form__actions {
    flex-direction: column;
    gap: 12px;
  }
}
.cabinet-grid-2 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cabinet-grid-2 {
    gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.cabinet-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.cabinet-field__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.cabinet-field__input,
.cabinet-field__label {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
}
.cabinet-field__input {
  background: transparent;
  background-clip: text;
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.102);
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  caret-color: #6f0b0a;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  outline: none;
  padding: 0 0 12px;
  transition: border-color 0.2s ease;
  width: 100%;
}
.cabinet-field__input::placeholder {
  color: hsla(0, 0%, 7%, 0.4);
  font-weight: 300;
}
.cabinet-field__input:focus {
  border-bottom-color: #6f0b0a;
}
.nrv-dropdown {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}
.nrv-dropdown__label {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
}
.nrv-dropdown__trigger {
  align-items: center;
  background: transparent;
  border: none;
  color: #121212;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  gap: 12px;
  justify-content: space-between;
  padding: 0 0 12px;
  text-align: left;
  width: 100%;
}
.nrv-dropdown__value {
  color: hsla(0, 0%, 7%, 0.4);
  flex: 1;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4444;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nrv-dropdown.has-value .nrv-dropdown__value {
  color: #121212;
}
.nrv-dropdown__chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.nrv-dropdown.is-open .nrv-dropdown__chevron {
  transform: rotate(180deg);
}
.nrv-dropdown__line {
  background: hsla(0, 0%, 7%, 0.1);
  height: 1px;
  margin-top: -12px;
}
.nrv-dropdown.is-open .nrv-dropdown__line {
  background: #6f0b0a;
}
.nrv-dropdown__panel {
  background: #fff9ef;
  border: 1px solid hsla(0, 0%, 7%, 0.08);
  border-radius: 2px;
  box-shadow: 0 12px 32px hsla(0, 0%, 7%, 0.1);
  left: 0;
  max-height: 280px;
  overflow-y: auto;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 50;
}
.nrv-dropdown__panel[hidden] {
  display: none;
}
.nrv-dropdown__search {
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.08);
  padding: 8px 16px;
}
.nrv-dropdown__search input {
  background: transparent;
  border: none;
  caret-color: #6f0b0a;
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  outline: none;
  padding: 6px 0;
  width: 100%;
}
.nrv-dropdown__search input::placeholder {
  color: hsla(0, 0%, 7%, 0.4);
}
.nrv-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
.nrv-dropdown__item {
  align-items: center;
  color: hsla(0, 0%, 7%, 0.7);
  cursor: pointer;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 11px 20px;
  position: relative;
  transition:
    background 0.18s ease,
    padding-left 0.18s ease,
    color 0.18s ease;
}
.nrv-dropdown__item[hidden] {
  display: none;
}
.nrv-dropdown__item:before {
  background: #6f0b0a;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease;
  width: 3px;
}
.nrv-dropdown__item.is-highlight,
.nrv-dropdown__item:hover {
  background: #f6ecda;
  color: #6f0b0a;
  padding-left: 24px;
}
.nrv-dropdown__item.is-highlight:before,
.nrv-dropdown__item:hover:before {
  transform: scaleX(1);
}
.nrv-dropdown__item.is-selected {
  background: rgba(111, 11, 10, 0.05);
  color: #6f0b0a;
  font-weight: 500;
  padding-left: 24px;
}
.nrv-dropdown__item.is-selected:before {
  transform: scaleX(1);
}
.nrv-dropdown__empty {
  color: hsla(0, 0%, 7%, 0.45);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 12px 16px;
  text-align: center;
}
.cabinet-select {
  display: block;
  position: relative;
  width: 100%;
}
.cabinet-select:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23121212' fill-opacity='.4' d='m14.802 5.264-6.036 6.414c-.415.441-1.116.441-1.531 0L1.198 5.264a.755.755 0 0 1 .55-1.273h12.504c.662 0 1.004.791.55 1.273'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 16px;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.cabinet-select__input {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.2);
  color: #121212;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  outline: none;
  padding: 0 28px 10px 0;
  transition: border-color 0.2s ease;
  width: 100%;
}
.cabinet-select__input:invalid {
  color: hsla(0, 0%, 7%, 0.4);
}
.cabinet-select__input option {
  color: #121212;
}
.cabinet-select__input option[disabled] {
  color: hsla(0, 0%, 7%, 0.4);
}
.cabinet-select__input:focus {
  border-bottom-color: #6f0b0a;
}
.cabinet-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cabinet-section + .cabinet-section {
  margin-top: 10px;
}
.cabinet-section__title {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
.cabinet-section__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cabinet-row {
  align-items: end;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 32px;
}
@media (max-width: 992px) {
  .cabinet-row {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
  }
}
.cabinet-row__remove {
  align-items: center;
  align-self: end;
  background: none;
  border: none;
  color: hsla(0, 0%, 7%, 0.6);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 18px;
  padding: 0;
  transition: color 0.2s ease;
}
.cabinet-row__remove:hover {
  color: #6f0b0a;
}
@media (max-width: 992px) {
  .cabinet-row__remove {
    align-self: center;
    justify-self: center;
    margin: 0;
  }
}
.cabinet-add {
  align-items: center;
  align-self: flex-start;
  background: #6f0b0a;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 12px;
  height: 48px;
  letter-spacing: 1px;
  line-height: 100%;
  padding: 0 18px;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
@media (max-width: 992px) {
  .cabinet-add {
    justify-content: center;
    width: 100%;
  }
}
.cabinet-add:hover {
  background: #8b0e0d;
}
.cabinet-add__plus {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.cabinet-add--auto {
  align-self: auto;
}
.cabinet-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px 60px;
  text-align: center;
}
@media (max-width: 992px) {
  .cabinet-empty {
    padding: 24px 12px 32px;
  }
}
.cabinet-empty__img {
  display: block;
  height: auto;
  margin-bottom: 30px;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 992px) {
  .cabinet-empty__img {
    margin-bottom: 20px;
    max-width: 260px;
  }
}
.cabinet-empty__title {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cabinet-empty__title {
    font-size: 24px;
    font-weight: 400;
  }
}
.cabinet-empty__text {
  color: hsla(0, 0%, 7%, 0.7);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .cabinet-empty__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.cabinet-empty__btn {
  font-size: 18px !important;
  height: 58px !important;
  line-height: 22px;
  max-width: 272px;
  min-width: 240px;
  text-decoration: none;
}
.cabinet-orders:empty {
  display: none;
}
.cabinet-tab[data-cabinet-panel='orders']:has(.cabinet-orders:empty)
  .cabinet-tab__head--hide-empty {
  display: none;
}
.cabinet-tab[data-cabinet-panel='orders']:has(.cabinet-orders:empty) .cabinet-empty {
  display: flex;
}
.cabinet-orders {
  gap: 16px;
}
.cabinet-order,
.cabinet-orders {
  display: flex;
  flex-direction: column;
}
.cabinet-order {
  background: #fff9ef;
  border: 1px solid hsla(0, 0%, 7%, 0.102);
}
.cabinet-order__head {
  align-items: center;
  background: #fff;
  border: none;
  cursor: pointer;
  display: grid;
  font-family: inherit;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr) 40px 20px;
  padding: 30px;
  text-align: left;
  width: 100%;
}
@media (max-width: 1280px) {
  .cabinet-order__head {
    gap: 12px;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cabinet-order__head {
    column-gap: 20px;
    grid-template-areas: 'order    status' 'date     sum' 'chevron  chevron';
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    row-gap: 16px;
  }
}
.cabinet-order__cell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
@media (max-width: 992px) {
  .cabinet-order__cell:first-of-type {
    grid-area: order;
  }
  .cabinet-order__cell:nth-of-type(2) {
    grid-area: date;
  }
  .cabinet-order__cell:nth-of-type(3) {
    grid-area: status;
  }
  .cabinet-order__cell:nth-of-type(4) {
    grid-area: sum;
  }
}
.cabinet-order__cell-label {
  color: hsla(0, 0%, 7%, 0.6);
  font-weight: 300;
}
.cabinet-order__cell-label,
.cabinet-order__cell-value {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.cabinet-order__cell-value,
.cabinet-order__status {
  color: #121212;
  font-weight: 400;
}
.cabinet-order__status {
  align-items: center;
  align-self: flex-start;
  display: inline-flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  justify-content: center;
  line-height: 12px;
  padding: 5px 10px;
  white-space: nowrap;
}
.cabinet-order__status--pending {
  background: #bb6500;
  color: #fff;
}
.cabinet-order__status--done {
  background: #00944d;
  color: #fff;
}
.cabinet-order__thumb {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 56px;
  justify-content: center;
  width: 40px;
}
.cabinet-order__thumb img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cabinet-order__thumb {
    display: none;
  }
}
.cabinet-order__chevron {
  align-items: center;
  color: hsla(0, 0%, 7%, 0.6);
  display: inline-flex;
  justify-content: center;
  transition: transform 0.2s ease;
}
@media (max-width: 992px) {
  .cabinet-order__chevron {
    grid-area: chevron;
    justify-self: center;
    padding-top: 6px;
    transform: rotate(90deg);
  }
}
.cabinet-order.is-open .cabinet-order__chevron {
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .cabinet-order.is-open .cabinet-order__chevron {
    transform: rotate(-90deg);
  }
}
.cabinet-order__body {
  background-color: #fff;
  display: none;
  padding: 6px 24px 24px;
}
@media (max-width: 1280px) {
  .cabinet-order__body {
    padding: 6px 16px 16px;
  }
}
@media (max-width: 992px) {
  .cabinet-order__body {
    padding: 0 20px 20px;
  }
}
.cabinet-order.is-open .cabinet-order__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cabinet-order__info {
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
}
.cabinet-order__info-title {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}
.cabinet-order__info-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cabinet-order__info-label {
  color: hsla(0, 0%, 7%, 0.6);
  font-size: 16px;
}
.cabinet-order__info-label,
.cabinet-order__info-value {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
}
.cabinet-order__info-value {
  color: #121212;
  font-size: 18px;
}
.cabinet-order__products {
  background: hsla(39, 61%, 91%, 0.2);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}
@media (max-width: 1280px) {
  .cabinet-order__products {
    padding: 16px;
  }
}
.cabinet-order__products-title {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.cabinet-order-product {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 80px minmax(0, 2fr) 1fr 1fr 1fr;
}
@media (max-width: 1280px) {
  .cabinet-order-product {
    gap: 14px;
  }
}
@media (max-width: 992px) {
  .cabinet-order-product {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }
}
.cabinet-order-product__images {
  align-items: center;
  display: inline-flex;
  gap: 2px;
}
.cabinet-order-product__images img {
  display: block;
  height: 56px;
  object-fit: contain;
  width: 32px;
}
.cabinet-order-product__name {
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.cabinet-order-product__cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.cabinet-order-product__cell-label {
  color: hsla(0, 0%, 7%, 0.6);
}
.cabinet-order-product__cell-label,
.cabinet-order-product__cell-value {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.cabinet-order-product__cell-value {
  color: #121212;
}
.cabinet-btn {
  align-items: center;
  border: 1px solid #6f0b0a;
  cursor: pointer;
  display: inline-flex;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 100%;
  min-width: 220px;
  padding: 0 32px;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
@media (max-width: 576px) {
  .cabinet-btn {
    min-width: 0;
    width: 100%;
  }
}
.cabinet-btn--primary {
  background: #6f0b0a;
  color: #fff;
}
.cabinet-btn--primary:hover {
  background: #8b0e0d;
  border-color: #8b0e0d;
}
.cabinet-btn--ghost {
  background: transparent;
  color: #6f0b0a;
}
.cabinet-btn--ghost:hover {
  background: #6f0b0a;
  color: #fff;
}
body.is-menu-open {
  overflow: hidden;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.container {
  padding: 0 16px;
  width: 100%;
}
.container-2 {
  padding: 0 8px;
}
@media (min-width: 992px) {
  .container {
    padding: 0 30px;
  }
  .container-2 {
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-2 {
    padding: 0 50px;
  }
}
@media (min-width: 1700px) {
  .container {
    padding: 0 150px;
  }
  .container-2 {
    padding: 0 80px;
  }
}
.hide {
  display: none !important;
}
.border-none {
  border: none !important;
}
.p-0 {
  padding: 0 !important;
}
.ovh {
  overflow: hidden !important;
}
.text-simple {
  color: #121212;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 992px) {
  .text-simple {
    font-size: 16px;
    line-height: 24px;
  }
}
