/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/scss/app.scss ***!
  \*******************************************************************************************************************************************/
@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);
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/scss/app.scss (1) ***!
  \***********************************************************************************************************************************************/
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/HelveticaUltraLight.woff) format("woff"), url(../fonts/HelveticaUltraLight.ttf) format("truetype"), url(../fonts/HelveticaUltraLight.eot) format("embedded-opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/HelveticaThin.woff) format("woff"), url(../fonts/HelveticaThin.ttf) format("truetype"), url(../fonts/HelveticaThin.eot) format("embedded-opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/HelveticaLight.woff) format("woff"), url(../fonts/HelveticaLight.ttf) format("truetype"), url(../fonts/HelveticaLight.eot) format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/HelveticaRegular.woff) format("woff"), url(../fonts/HelveticaRegular.ttf) format("truetype"), url(../fonts/HelveticaRegular.eot) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/HelveticaBold.woff) format("woff"), url(../fonts/HelveticaBold.ttf) format("truetype"), url(../fonts/HelveticaBold.eot) format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  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;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

body > .content {
  position: relative;
  flex: 1 0 auto;
}

body > .content::after,
body > .content::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 1px;
  background-color: #dddad5;
  z-index: 55;
}

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;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #6f0b0a;
  text-decoration: none;
  outline: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button:focus {
  outline: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant", serif;
  font-weight: 600;
  margin: 0;
  color: #6f0b0a;
}

p {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

.my-section {
  position: relative;
}

.my-section + .my-section {
  margin-top: 80px;
}

.my-divider-line {
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  flex: 1;
}

.my-divider-line--dark {
  background: rgba(18, 18, 18, 0.2);
}

.my-est {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.my-est__line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.my-est__line--dark {
  background: rgba(18, 18, 18, 0.2);
}

.my-est__text {
  font-family: "Cormorant", serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .my-est__text {
    font-size: 30px;
    line-height: 100%;
    font-weight: 500;
  }
}

.my-est__text--dark {
  color: #121212;
}

.my-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #8e6628;
  letter-spacing: 0.5px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .my-badge {
    font-size: 18px;
    line-height: 24px;
  }
}

.my-badge__leaf {
  width: 22px;
  height: auto;
  display: block;
  flex-shrink: 0;
}

.my-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 48px;
  padding: 0 36px;
  background: #6f0b0a;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  border: none;
  transition: background 0.2s ease;
}
@media (min-width: 992px) {
  .my-btn {
    height: 60px;
  }
}

.my-btn:hover,
.my-btn:focus {
  background: #8b0e0d;
  color: #fff;
}

.my-btn__arrow {
  width: 22px;
  height: 10px;
  display: block;
}

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 {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #6f0b0a;
}
@media (min-width: 992px) {
  h2.sectionTitle {
    font-size: 70px;
    line-height: 66px;
  }
}

h3.sectionTitle {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #6f0b0a;
}
@media (min-width: 992px) {
  h3.sectionTitle {
    font-size: 44px;
    line-height: 50px;
  }
}

.redactor_wp b, .redactor_wp strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 992px) {
  .redactor_wp b, .redactor_wp strong {
    font-size: 16px;
    line-height: 22px;
  }
}
.redactor_wp ul, .redactor_wp ol {
  padding-left: 30px;
}
.redactor_wp ul {
  list-style-type: disc;
}
.redactor_wp ol {
  list-style-type: decimal;
}

.my-header {
  position: relative;
  background: #fff9ef;
  padding: 14px 0;
  z-index: 50;
}

.my-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  cursor: pointer;
}

.my-header__logo-img {
  width: 118px;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .my-header__logo-img {
    width: 200px;
  }
}
@media (min-width: 1400px) {
  .my-header__logo-img {
    width: 235px;
  }
}
.my-header__logo-sub {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #681114;
  line-height: 1;
}

@media (min-width: 1200px) {
  .my-header__logo-sub {
    font-size: 11px;
  }
}
.my-header__nav {
  display: none;
  align-items: flex-start;
  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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.my-header__nav-link {
  font-family: "Cormorant", serif;
  font-size: 17px;
  font-weight: 500;
  color: rgba(18, 18, 18, 0.6);
  white-space: nowrap;
  line-height: 22px;
}

@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 {
  display: none;
  height: 1px;
  width: 60px;
  background: #6f0b0a;
}

.my-header__nav-item--active .my-header__nav-underline {
  display: block;
}

.my-header__icons {
  display: flex;
  align-items: center;
  gap: 26px;
  align-items: flex-end;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #121212;
}

.my-header__icon-btn svg {
  width: 22px;
  height: 22px;
}

@media (min-width: 992px) {
  .my-header__icon-btn svg {
    width: 28px;
    height: 28px;
  }
}
.my-header__icon-btn:hover {
  color: #6f0b0a;
}

.my-header__lang {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

@media (min-width: 992px) {
  .my-header__lang {
    display: flex;
  }
}
.my-header__lang-text {
  font-family: "Cormorant", serif;
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  line-height: 1;
}

@media (min-width: 1400px) {
  .my-header__lang-text {
    font-size: 24px;
    line-height: 22px;
  }
}
.my-header__lang-line {
  display: block;
  height: 1px;
  width: 22px;
  background: #6f0b0a;
}

.my-header__cart {
  position: relative;
}

.my-header__cart-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #6f0b0a;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-header__cart-badge span {
  font-family: "Cormorant", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  height: 24px;
}

.my-header__mobile {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (min-width: 992px) {
  .my-header__mobile {
    display: none;
  }
}
.my-header-logo-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.my-header__burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0;
}
@media (min-width: 992px) {
  .my-header__burger {
    display: none;
  }
}

.my-header__burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #121212;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}

.my-header__burger.is-active {
  position: relative;
  z-index: 210;
}

.my-header__burger.is-active span:nth-child(1) {
  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 {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-top: 58px;
}

.my-mobile-menu-inner {
  background: #fff9ef;
  overflow-y: auto;
  flex-direction: column;
  width: 100%;
  max-width: 75%;
}

.my-mobile-menu.is-open {
  display: flex;
}

.my-mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.my-mobile-menu__close {
  color: #fff;
  font-size: 24px;
  padding: 8px;
}

.my-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  padding: 16px 0;
}

.my-mobile-menu__nav a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  font-family: "Cormorant", serif;
  font-size: 24px;
  font-weight: 500;
  color: rgba(18, 18, 18, 0.6);
  line-height: 26px;
  padding-left: 16px;
}

.my-mobile-menu__nav a.is-active {
  color: #121212;
  font-weight: 700;
}

.my-mobile-menu__middle {
  padding: 16px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}

.my-mobile-menu__middle .my-header__cart-badge {
  top: 10px;
  left: 10px;
  right: 0;
}

.my-mobile-menu__middle button {
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  color: rgba(18, 18, 18, 0.6);
  font-family: "Cormorant";
  font-display: swap;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.my-mobile-menu__nav a.is-active::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #6f0b0a;
}

.my-mobile-menu__bottom {
  margin-top: auto;
  padding: 32px 16px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  color: #fff;
  font-size: 22px;
}

.my-mobile-menu__bottom button {
  color: rgba(18, 18, 18, 0.6);
  font-weight: 600;
  font-size: 24px;
  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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-family: "Cormorant", serif;
  font-size: 22px;
  font-weight: 600;
}

.my-mobile-menu__lang span:last-child {
  display: block;
  height: 1px;
  width: 22px;
  background: #6f0b0a;
}

.searchInput {
  display: none;
  align-items: center;
  gap: 10px;
  flex-grow: 1;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .searchInput {
    padding: 0 50px;
  }
}
.searchInput svg {
  opacity: 0.5;
}
.searchInput input {
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  padding-bottom: 5px;
  width: 100%;
  margin-top: -5px;
}

.searchInput[style*="display: block"] {
  display: flex !important;
}

.searchInput__close {
  cursor: pointer;
}

.my-hero {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  margin-bottom: 40px;
}

@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 {
  position: absolute;
  inset: 0;
}

.my-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.my-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 18, 18, 0.55) 0%, rgba(18, 18, 18, 0.4) 15%, rgba(18, 18, 18, 0) 60%);
}

.my-hero__lines {
  display: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

@media (min-width: 992px) {
  .my-hero__lines {
    display: block;
    display: none;
  }
}
.my-hero__lines::before,
.my-hero__lines::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.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 {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 992px) {
  .my-hero__hline {
    display: block;
  }
}
.my-hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

@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 {
  flex-shrink: 0;
  color: #fff;
  font-size: 32px;
  opacity: 0.5;
  transition: opacity 0.2s;
  z-index: 5;
}

.my-hero__arrow:hover {
  opacity: 1;
  color: #fff;
}

@media (min-width: 992px) {
  .my-hero__arrow {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .my-hero__arrow {
    font-size: 56px;
  }
}
.my-hero__center {
  flex: 1;
  max-width: 1102px;
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

@media (min-width: 1200px) {
  .my-hero__center {
    gap: 28px;
  }
}
.my-hero__title {
  font-family: "Cormorant", serif;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  text-align: center;
  line-height: 100%;
  margin: 0;
}

@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 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 24px;
  white-space: pre-wrap;
  max-width: 1102px;
}

@media (min-width: 992px) {
  .my-hero__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
.my-hero__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}

.my-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: none;
}

.my-hero__dot.is-active {
  width: 24px;
  background: #fff;
  border-radius: 4px;
}

.my-about-winery {
  background: #fff9ef;
}

.my-about-winery__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

@media (min-width: 992px) {
  .my-about-winery__row {
    flex-direction: row;
    gap: 100px;
  }
}
.my-about-winery__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 992px) {
  .my-about-winery__text {
    width: 42%;
    flex-shrink: 0;
    gap: 60px;
  }
}
.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 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  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 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 992px) {
  .my-feature {
    gap: 30px;
  }
}

.my-feature__icon {
  background: #f6ecda;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .my-feature__icon {
    width: 90px;
    height: 90px;
  }
}

.my-feature__icon img {
  width: 36px;
  height: 36px;
  display: block;
}

.my-feature__title {
  font-family: "Cormorant", serif;
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

@media (min-width: 1200px) {
  .my-feature__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
  }
}
.my-feature__text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .my-feature__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.my-about-winery__image {
  width: 100%;
  height: 320px;
  overflow: hidden;
  flex-shrink: 0;
}

@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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.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;
  max-height: 100%;
  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 {
  position: relative;
  background: #fff9ef;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

@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 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .my-stat-card__illustration {
    margin-bottom: 0;
  }
}

.my-stat-card__illustration img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

.my-stat-card__title {
  font-family: "Cormorant", serif;
  font-size: 24px;
  font-weight: 700;
  color: #121212;
  text-align: center;
  line-height: 22px;
  margin: 0 0 14px 0;
}
.my-stat-card__desc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #121212;
  text-align: center;
  line-height: 1.45;
  margin: 0 0 14px 0;
}

.my-stat-card__num {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #6f0b0a;
  letter-spacing: 2px;
  line-height: 100%;
}

@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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.my-history__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 992px) {
  .my-history__body {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
  }
}
.my-history__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: left;
}

@media (min-width: 992px) {
  .my-history__col {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .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 {
  width: 70%;
  margin: auto;
  height: auto;
  display: block;
}
@media (min-width: 992px) {
  .my-history__center img {
    width: 100%;
  }
}

.my-timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.my-timeline__year {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #121212;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 34px;
}

.my-timeline__title {
  font-family: "Cormorant", serif;
  font-size: 24px;
  font-weight: 600;
  color: #121212;
  line-height: 22px;
}

.my-timeline__desc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  line-height: 24px;
}

@media (min-width: 992px) {
  .my-timeline__desc {
    font-size: 18px;
    line-height: 26px;
  }
}
.my-awards {
  position: relative;
  margin: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .my-awards {
    width: calc(100% - 160px);
  }
}
.my-awards .container {
  padding: 0;
}

.my-awards-content {
  background: #f6ecda;
  overflow: hidden;
  position: relative;
}

.my-awards__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  left: 0;
  top: unset;
  height: 100%;
}

.my-awards__bg img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  object-fit: cover;
  opacity: 0.1;
  bottom: 0;
  margin: auto;
  display: block;
  height: 100%;
}
@media (min-width: 992px) {
  .my-awards__bg img {
    left: 42%;
    top: 0;
    object-fit: contain;
  }
}

.my-awards__row {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .my-awards__row {
    flex-direction: row;
    align-items: stretch;
    min-height: 660px;
  }
}
.my-awards__text {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 24px;
  flex: 1;
  min-width: 0;
}

@media (min-width: 992px) {
  .my-awards__text {
    order: 1;
    padding: 40px;
    align-self: center;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .my-awards__text {
    order: 1;
    padding: 70px 48px 70px 70px;
    align-self: center;
    gap: 30px;
  }
}
.my-awards__title {
  font-family: "Cormorant", serif;
  font-size: 30px;
  font-weight: 700;
  color: #6f0b0a;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0;
}

@media (min-width: 768px) {
  .my-awards__title {
    font-size: 42px;
  }
}
@media (min-width: 1400px) {
  .my-awards__title {
    font-size: 60px;
  }
}
@media (min-width: 1700px) {
  .my-awards__title {
    font-size: 70px;
  }
}
.my-awards__copy {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #121212;
  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 {
  order: 1;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

@media (min-width: 768px) {
  .my-awards__photo {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .my-awards__photo {
    order: 2;
    width: 44%;
    height: 562px;
    align-self: stretch;
    padding: 40px 40px 0 0;
    display: flex;
  }
}
@media (min-width: 1440px) {
  .my-awards__photo {
    order: 2;
    width: 44%;
    height: 562px;
    align-self: stretch;
    padding: 72px 0;
    display: flex;
  }
}
.my-awards__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
}

@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 {
  background: #fff9ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media (min-width: 992px) {
  .my-catalog-content {
    gap: 80px;
  }
}
.my-catalog__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  text-align: center;
}

.my-catalog__row {
  width: 100%;
}

.my-catalog__products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@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 {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  transition: 0.3s;
}
.product-thumb:hover, .product-thumb:hover .image {
  background-color: #f5ebda;
  transition: 0.3s;
}
.product-thumb:hover > a > img, .product-thumb:hover .image > a > img {
  transform: scale(1.25) translateY(-55px);
  transition: 0.3s;
  pointer-events: none;
}
.product-thumb:hover .my-card-badge {
  background-color: #121212;
  color: #fff;
  transition: 0.3s;
}
.product-thumb:hover .my-card-type-block {
  display: none;
}
.product-thumb:hover .caption .my-btn {
  display: block;
}

.product-thumb .image {
  position: relative;
  height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #fff;
  padding-top: 40px;
  transition: 0.3s;
}

.product-thumb .image > a {
  display: block;
  height: 100%;
  width: 100%;
}

.product-thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

.product-thumb .my-card-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 5;
  pointer-events: none;
}

.product-thumb .my-card-badge {
  background: #f6ecda;
  padding: 10px 12px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #121212;
  line-height: 22px;
  transition: 0.3s;
}

.product-thumb .my-card-medals {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-thumb .my-card-medal {
  position: relative;
  width: 60px;
  height: 61px;
  overflow: hidden;
  flex-shrink: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .product-thumb .my-card-medal {
    width: 70px;
    height: 70px;
  }
}

.product-thumb .my-card-medal img {
  position: absolute;
  max-width: none;
}

.product-thumb .caption {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 20px 16px 34px;
  margin-top: auto;
  text-align: center;
}
.product-thumb .caption .my-btn {
  display: none;
}

.product-thumb .my-card-type-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: max-content;
  height: 48px;
}
@media (min-width: 992px) {
  .product-thumb .my-card-type-block {
    height: 60px;
  }
}

.product-thumb .my-card-type {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #6f0b0a;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .product-thumb .my-card-type {
    font-size: 18px;
    line-height: 22px;
  }
}

.product-thumb .my-card-type-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #6f0b0a;
}

.product-thumb .my-card-name-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  width: 100%;
  margin-top: -20px;
}

.product-thumb .caption h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #121212;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 22px;
}

.product-thumb .caption h4 a {
  color: inherit;
}

.product-thumb .price {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #121212;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.product-thumb .price-old {
  color: rgba(18, 18, 18, 0.5);
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 400;
}

.product-thumb .price-new {
  color: #121212;
}

.my-catalog__features {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #dddad5;
  border-bottom: 1px solid #dddad5;
}

@media (min-width: 992px) {
  .my-catalog__features {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 0;
    min-height: 131px;
  }
}
.my-catalog__features-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

@media (min-width: 768px) {
  .my-catalog__features-list {
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .my-catalog__features-list {
    padding-left: 70px;
    gap: 48px;
  }
}
.my-catalog__feature {
  display: flex;
  align-items: center;
  gap: 16px;
}

.my-catalog__feature i {
  font-size: 28px;
  color: #6f0b0a;
  width: 36px;
  text-align: center;
  flex-shrink: 0;
}

.my-catalog__feature-title {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #121212;
  text-transform: uppercase;
  line-height: 22px;
}

.my-catalog__feature-text {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #121212;
  line-height: 22px;
}

.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 {
  position: relative;
  height: 220px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .my-email__bg {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .my-email__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 448px;
    width: calc(100% - 160px);
    margin: auto;
  }
}
.my-email__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.my-email__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 18, 18, 0.45);
}

.my-email__card {
  position: relative;
  background: #f6ecda;
  margin: -150px 16px 0;
  padding: 70px 24px 30px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .my-email__card {
    margin: -150px 32px 0;
    padding: 50px 50px;
    min-height: 100%;
  }
}
@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 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

@media (min-width: 992px) {
  .my-email__inner {
    gap: 30px;
  }
}
.my-email-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}
@media (min-width: 992px) {
  .my-email-logo {
    width: 175px;
  }
}

.my-email__title {
  text-align: center;
}

.my-email__desc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #121212;
  text-align: center;
  line-height: 24px;
  max-width: 760px;
}
@media (min-width: 992px) {
  .my-email__desc {
    font-size: 18px;
    line-height: 26px;
  }
}

.my-email__form {
  width: 100%;
  max-width: 634px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.my-email__input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  padding: 12px 0;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #121212;
  outline: none;
  -webkit-box-shadow: 0 0 0 50px #f6ecda inset;
  background-clip: text;
  caret-color: #6f0b0a;
}

.my-email__input::placeholder {
  color: rgba(18, 18, 18, 0.4);
}

.my-email__form button.my-btn {
  width: 100%;
}

@media (min-width: 992px) {
  .my-where {
    flex-direction: row;
  }
}
.my-where__map {
  position: relative;
  width: 100%;
  min-height: 320px;
  background: #fff9ef;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@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 {
  position: absolute;
  right: 10px;
  top: 0;
  width: 80px;
  height: auto;
  z-index: 5;
}
@media (min-width: 768px) {
  .map-wrpper-logo {
    width: 120px;
    right: 10px;
    top: 0;
  }
}

.my-where__map svg {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.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 {
  fill: #f6ecda;
  cursor: pointer;
}

.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% {
    r: 8;
    fill-opacity: 0.5;
  }
  100% {
    r: 18;
    fill-opacity: 0;
  }
}
.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 {
    width: 100%;
  }
}

.my-where__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  flex: 1;
  gap: 30px;
  padding: 0;
}

@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;
  position: absolute;
  z-index: 20;
  width: 140px;
  height: 160px;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  pointer-events: none;
}

@media (min-width: 992px) {
  .my-where__logo-circle {
    display: block;
  }
}
.my-where__head {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.my-where__title {
  font-family: "Cormorant", serif;
  font-size: 30px;
  font-weight: 700;
  color: #6f0b0a;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .my-where__title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .my-where__title {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .my-where__title {
    font-size: 52px;
  }
}
.my-where__dropdown {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .my-where__dropdown {
    margin: 30px 0;
  }
}

.my-where__dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0 0 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: rgba(18, 18, 18, 0.4);
  line-height: 30px;
  text-align: left;
  cursor: pointer;
}

.my-where__dropdown-trigger.is-selected {
  color: #121212;
}

.my-where__dropdown-trigger i {
  font-size: 14px;
  color: rgba(18, 18, 18, 0.6);
  transition: transform 0.2s ease;
  margin-left: 12px;
}

.my-where__dropdown.is-open .my-where__dropdown-trigger i {
  transform: rotate(180deg);
}

.my-where__dropdown-line {
  height: 1px;
  background: #6f0b0a;
  width: 100%;
}

.my-where__dropdown.is-open .my-where__dropdown-line {
  display: none;
}

.my-where__dropdown-list {
  display: none;
  position: relative;
  left: 0;
  right: 0;
  top: 100%;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  background: #fff9ef;
  z-index: 50;
}

.my-where__dropdown.is-open .my-where__dropdown-list {
  display: block;
}

.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 {
  padding: 6px 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(18, 18, 18, 0.6);
  cursor: pointer;
  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 {
  position: relative;
  margin-bottom: -1px;
  border: 1px solid #dddad5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
  background: transparent;
  transition: background 0.2s ease;
  cursor: pointer;
}
.my-where__item:hover {
  background: rgba(111, 11, 10, 0.04);
}

.my-where__item.is-hidden {
  display: none;
}

.my-where__list .my-where__empty {
  padding: 40px 20px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: rgba(18, 18, 18, 0.4);
}

.my-where__item-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
  min-width: 0;
}

.my-where__item-name {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #121212;
  text-transform: uppercase;
  line-height: 20px;
}

@media (min-width: 1200px) {
  .my-where__item-name {
    font-size: 17px;
  }
}
.my-where__item-type {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: rgba(18, 18, 18, 0.6);
  line-height: 22px;
  font-weight: 400;
}

.my-where__item-addr {
  display: none;
  align-items: center;
  gap: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #121212;
  line-height: 22px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 400;
}

@media (min-width: 576px) {
  .my-where__item-addr {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .my-where__item-addr {
    font-size: 16px;
  }
}
.my-where__item-addr i {
  color: #6f0b0a;
  font-size: 18px;
}

.my-footer {
  position: relative;
  background: #f6ecda;
  overflow: hidden;
  flex-shrink: 0;
}

.my-footer__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 992px) {
  .my-footer__bg {
    opacity: 0.1;
  }
}

.my-footer__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.my-footer-content {
  padding: 16px;
}
@media (min-width: 992px) {
  .my-footer-content {
    padding: 80px 0 20px;
  }
}

.my-footer__main {
  position: relative;
  z-index: 1;
}

.my-footer__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: stretch;
}

@media (min-width: 992px) {
  .my-footer__row {
    grid-template-columns: 0.5fr 1fr;
    gap: 32px;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .my-footer__row {
    gap: 50px;
  }
}
.my-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .my-footer__brand {
    margin: 0;
  }
}
.my-footer__logo {
  width: 100%;
  max-width: 280px;
  display: block;
}

.my-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.my-footer__logo-sub {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 2.46px;
  text-transform: uppercase;
  color: #681114;
  text-align: center;
  margin-top: 6px;
}

@media (min-width: 1200px) {
  .my-footer__logo-sub {
    font-size: 18px;
  }
}
.my-footer__desc {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #121212;
  line-height: 26px;
  text-align: center;
}

.my-footer__socials {
  display: flex;
  align-items: center;
  gap: 24px;
}

.my-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #6f0b0a;
  font-size: 26px;
  transition: opacity 0.2s;
}

.my-footer__socials a:hover {
  opacity: 0.7;
}

.my-footer__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  flex: 1;
  width: max-content;
  margin: auto;
}

@media (min-width: 992px) {
  .my-footer__cols {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1700px) {
  .my-footer__cols {
    gap: 113px;
  }
}
.my-footer__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.my-footer__col-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.my-footer__col-head span {
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  color: #121212;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}

.my-footer__col-head::after {
  content: "";
  display: block;
  height: 1px;
  background: #6f0b0a;
  width: 100%;
}

.my-footer__col-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (min-width: 992px) {
  .my-footer__col-list {
    align-items: flex-start;
  }
}

.my-footer__col-list a,
.my-footer__col-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #121212;
  line-height: 26px;
}

.my-footer__col-list a:hover {
  color: #6f0b0a;
}

.my-footer__col-list i {
  color: #6f0b0a;
  font-size: 18px;
  padding-top: 3px;
  min-width: 18px;
}

.my-footer__bottom {
  position: relative;
  z-index: 1;
  margin: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 0;
}

@media (min-width: 992px) {
  .my-footer__bottom {
    padding: 60px 0 0;
  }
}
.my-footer__copy {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: rgba(18, 18, 18, 0.6);
  text-align: center;
}

@media (min-width: 1400px) {
  .my-footer__copy {
    ont-size: 20px;
  }
}
.my-footer__top-btn {
  position: absolute;
  right: 15px;
  bottom: 40px;
  width: 44px;
  height: 44px;
  background: #6f0b0a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.2s;
}

.my-footer__top-btn:hover {
  background: #8b0e0d;
  color: #fff;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.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 {
  height: max-content;
  max-width: 560px;
  max-height: 100%;
  width: 100%;
  padding: 30px;
  background-color: #fff9ef;
  min-height: 0;
  overflow: auto;
  pointer-events: auto;
  position: relative;
  margin: auto;
}
@media (max-width: 992px) {
  .popup__inner {
    width: calc(100% - 70px);
    padding: 20px;
  }
}
.popup__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.popup__heading .popup__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #121212;
}
.popup__close {
  cursor: pointer;
}
.popup__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  color: #4a2c21;
}
@media (max-width: 992px) {
  .popup__title {
    font-size: 18px;
    line-height: 100%;
  }
}
.popup__desc {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #121212;
}
.popup__text {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #000;
}
.popup__text b {
  font-weight: 700;
}
.popup__timeout-text {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: rgba(18, 18, 18, 0.4);
  margin: 24px auto;
}
.popup__resend {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #6f0b0a;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.popup__resend:hover {
  color: #8b0e0d;
}
.popup__code {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}
.popup__code-input {
  flex: 1;
  min-width: 0;
  height: 48px;
  text-align: center;
  border: none;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  background: transparent;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 24px;
  color: #121212;
  caret-color: #6f0b0a;
  outline: none;
  transition: border-color 0.2s ease;
}
.popup__code-input:focus {
  border-bottom-color: #6f0b0a;
}
.popup__btn-outline {
  color: #6f0b0a;
  background: transparent;
}
.popup__btn-disabled {
  border-color: rgba(18, 18, 18, 0.2) !important;
  background: rgba(18, 18, 18, 0.0784313725);
  color: rgba(18, 18, 18, 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 {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #121212;
  margin: 30px 0;
}
.popup__btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .popup__btns {
    flex-direction: column;
    gap: 12px;
  }
}
.popup__btns button {
  width: 100%;
  text-transform: uppercase;
  border: 1px solid #6f0b0a;
  height: 56px;
}
.popup__divider {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.popup__divider span {
  width: max-content;
  padding: 0 10px;
  background-color: #fff9ef;
  z-index: 1;
}
.popup__divider::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(18, 18, 18, 0.1019607843);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.popup__tg {
  width: 100%;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #121212;
  border: 1px solid rgba(18, 18, 18, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
}
.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 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  padding-bottom: 12px;
  margin-top: 24px;
  position: relative;
}
.popup .form__group-label {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
}
.popup .form__group-input {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  border: none;
  background: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 50px #fff9ef inset;
  background-clip: text;
  caret-color: #6f0b0a;
}
.popup .form__group-input::placeholder {
  color: rgba(18, 18, 18, 0.4);
}
.popup .form__group svg {
  position: absolute;
  right: 0;
  bottom: 12px;
  margin: auto;
  cursor: pointer;
}
.popup__forgot_pass {
  border: none !important;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #6f0b0a;
}
.popup__propose {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #121212;
  margin-top: 24px;
}
.popup__propose .toRegister {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #6f0b0a;
}
.popup__rules-text {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.popup__rules-text a {
  color: #6f0b0a;
}
.cart-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  pointer-events: none;
  visibility: hidden;
}
.cart-modal.is-open {
  pointer-events: auto;
  visibility: visible;
}
.cart-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.cart-modal.is-open .cart-modal__overlay {
  opacity: 1;
}
.cart-modal__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 490px;
  background: #fff9ef;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cart-modal__panel {
    max-width: 100%;
  }
}
.cart-modal.is-open .cart-modal__panel {
  transform: translateX(0);
}
.cart-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1019607843);
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .cart-modal__header {
    padding: 13px 16px;
  }
}
.cart-modal__title {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  color: #121212;
}
@media (max-width: 992px) {
  .cart-modal__title {
    font-size: 22px;
  }
}
.cart-modal__close {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.cart-modal__close:hover {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cart-modal__close svg {
    width: 18px;
    height: 18px;
  }
}
.cart-modal__empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  gap: 16px;
}
.cart-modal__empty-title {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 28px;
  line-height: 26px;
  color: #121212;
}
@media (max-width: 992px) {
  .cart-modal__empty-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.cart-modal__empty-desc {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.cart-modal__empty-btn {
  margin-top: 8px;
  min-width: 220px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
.cart-modal__filled {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.cart-modal__items {
  flex: 1;
  overflow-y: auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .cart-modal__items {
    padding: 16px;
  }
}
.cart-modal__footer {
  flex-shrink: 0;
  padding: 30px;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 992px) {
  .cart-modal__footer {
    padding: 16px 20px 24px;
  }
}
.cart-modal__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cart-modal__total-label {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #121212;
}
@media (max-width: 992px) {
  .cart-modal__total-label {
    font-size: 18px;
    line-height: 22px;
  }
}
.cart-modal__total-value {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #121212;
}
.cart-modal__checkout {
  width: 100%;
  text-transform: uppercase;
  height: 60px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.cart-modal[data-empty=true] .cart-modal__filled {
  display: none;
}
.cart-modal[data-empty=false] .cart-modal__empty {
  display: none;
}

.cart-item {
  display: grid;
  grid-template-columns: 145px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}
.cart-item:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cart-item {
    grid-template-columns: 115px 1fr auto;
  }
}
.cart-item__img {
  width: 118px;
  height: 166px;
  padding: 10px;
  object-fit: contain;
  object-position: center;
  display: block;
  background-color: #fff;
}
@media (max-width: 992px) {
  .cart-item__img {
    width: 95px;
    height: 134px;
  }
}
.cart-item__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  height: 100%;
  justify-content: space-between;
}
.cart-item__name {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #121212;
}
.cart-item__price {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #121212;
}
.cart-item__qty {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(18, 18, 18, 0.2);
  padding: 12px 16px;
  width: max-content;
  min-width: 90px;
  justify-content: space-between;
}
.cart-item__qty-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #121212;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cart-item__qty-btn:hover {
  color: #6f0b0a;
}
.cart-item__qty-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.cart-item__qty-val {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
}
.cart-item__remove {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #6f0b0a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}
.cart-item__remove:hover {
  opacity: 0.7;
}
.cart-item__remove svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 992px) {
  .cart-item__remove svg {
    width: 26px;
    height: 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__list {
  display: flex;
  align-items: center;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
}
.breadcrumbs__item:last-child .breadcrumbs__item-link {
  pointer-events: none;
  color: #121212;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%276%27 height=%2712%27 viewBox=%270 0 6 12%27 fill=%27none%27%3E%3Cpath d=%27M0.615249 12L0 11.3145L4.7695 6L0 0.685545L0.615249 0L6 6L0.615249 12Z%27 fill=%27%23121212%27 fill-opacity=%270.6%27/%3E%3C/svg%3E");
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 12px;
}
@media (max-width: 992px) {
  .breadcrumbs__item:not(:last-child)::after {
    margin: 0 6px;
  }
}
.breadcrumbs__item-link {
  font-weight: 300;
  color: rgba(18, 18, 18, 0.6);
  display: flex;
  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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searchResult__title {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  color: #121212;
}
.searchResult__total {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: rgba(18, 18, 18, 0.6);
}
.searchResult .my-catalog__products {
  margin: 40px 0 0;
  gap: 16px;
}
.searchResult .btn-more {
  margin: 40px auto 50px;
  display: flex;
}

@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;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@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;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .zone__info {
    gap: 15px;
  }
}
.zone__img {
  height: 100%;
  object-fit: cover;
}

.institut {
  background-image: url(../images/footer_bg_img.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 90%;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .institut {
    padding-bottom: 80px;
  }
}
.institut__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@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;
  justify-content: center;
  gap: 30px;
}
@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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__info {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media (max-width: 992px) {
  .banner__info {
    left: 16px;
    bottom: 16px;
  }
}
.banner__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 52px;
  line-height: 66px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 992px) {
  .banner__title {
    font-size: 24px;
    line-height: 22px;
  }
}
.banner__text {
  font-family: Cormorant;
  font-weight: 400;
  font-style: Italic;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
}
@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;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 992px) {
  .images__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .images__content {
    gap: 8px;
  }
}

.path .sectionTitle {
  text-align: center;
}
.path__desc {
  margin-top: 30px;
  text-align: center;
}
.path__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  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 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}
@media (max-width: 768px) {
  .path__item {
    flex-direction: row;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .path__item-icon {
    width: 50px;
  }
}
.path__item-title {
  font-family: Cormorant;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #6f0b0a;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .path__item-title {
    gap: 8px;
    font-size: 24px;
    line-height: 22px;
  }
}
.path__item-title::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #6F0B0A;
}
.path__item-text {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .path__item-text {
    margin-top: 8px;
  }
}

@media (min-width: 1400px) {
  .catalog .container-2 {
    padding: 0 15px;
  }
}
@media (min-width: 1700px) {
  .catalog .container-2 {
    padding: 0 80px;
  }
}
.catalog__content {
  position: relative;
}
.catalog__content_first::after {
  content: "";
  background-image: url(../images/texture-paper.png);
  background-size: cover;
  width: 100%;
  height: 400px;
  position: absolute;
  top: -50%;
  background-repeat: no-repeat;
  opacity: 0.1;
  pointer-events: none;
}
.catalog__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .catalog__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.catalog__gategory {
  padding: 6px;
  border: 1px solid rgba(18, 18, 18, 0.4);
}
@media (max-width: 1280px) {
  .catalog__gategory {
    overflow: auto;
  }
}
@media (max-width: 850px) {
  .catalog__gategory {
    width: 100%;
  }
}
.catalog__gategory::-webkit-scrollbar {
  display: none;
}
.catalog__gategory-tabs {
  display: flex;
  flex-wrap: nowrap;
}
.catalog__gategory-tabs .my-btn {
  background: transparent;
  color: rgba(18, 18, 18, 0.6);
  height: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .catalog__gategory-tabs .my-btn {
    height: 40px;
  }
}
.catalog__gategory-tabs .my-btn.active {
  background-color: #6f0b0a;
  color: #fff;
}
.catalog__title {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 52px;
  line-height: 66px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 992px) {
  .catalog__title {
    font-size: 30px;
    line-height: 100%;
  }
}
.catalog__filter-btn {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #6f0b0a;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .catalog__filter-btn {
    position: absolute;
    right: 0;
    top: 20px;
  }
}
@media (max-width: 992px) {
  .catalog__filter-btn {
    top: 4px;
  }
}
.catalog .my-catalog__products {
  margin: 40px 0 0;
  gap: 16px;
}
.catalog .btn-more {
  margin: 40px auto 50px;
  display: flex;
}

.singleProduct {
  padding-top: 0;
}
.singleProduct__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1280px) {
  .singleProduct__content {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .singleProduct__content {
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.singleProduct__slider {
  display: flex;
  gap: 20px;
  overflow: hidden;
  min-width: 0;
  max-height: 740px;
  height: 100%;
  width: 100%;
}
@media (max-width: 1280px) {
  .singleProduct__slider {
    flex-direction: column-reverse;
    max-height: 100%;
    gap: 15px;
  }
}
.singleProduct__slider-nav {
  width: 130px;
  flex-shrink: 0;
  height: auto;
}
@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;
  }
}
@media (max-width: 1280px) {
  .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 {
  padding: 6px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-bottom: 5px;
  transition: border-color 0.3s;
  max-height: 130px;
  height: 100%;
}
@media (max-width: 1280px) {
  .singleProduct__slider-nav__item {
    max-height: 75px;
    margin-bottom: 0;
  }
}
.singleProduct__slider-nav__item img {
  width: 100%;
  height: 100%;
  max-height: 130px;
  display: block;
  object-fit: contain;
}
@media (max-width: 1280px) {
  .singleProduct__slider-nav__item img {
    max-height: 75px;
  }
}
.singleProduct__slider-nav__item.slick-current {
  border-color: #681114;
}
.singleProduct__slider-main {
  width: calc(100% - 160px);
  position: relative;
  background: #fff;
}
@media (max-width: 1280px) {
  .singleProduct__slider-main {
    width: 100%;
  }
}
.singleProduct__slider-main .slick-list,
.singleProduct__slider-main .slick-track {
  height: 100%;
}
.singleProduct__slider-main .slick-slide {
  height: 100%;
}
.singleProduct__slider-main .slick-slide > div {
  height: 100%;
}
.singleProduct__slider-main__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.singleProduct__slider-main__item img {
  max-width: 100%;
  max-height: 90%;
  display: block;
  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-prev,
.singleProduct__slider-main .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}
.singleProduct__slider-main .slick-prev svg,
.singleProduct__slider-main .slick-next svg {
  display: block;
}
@media (max-width: 768px) {
  .singleProduct__slider-main .slick-prev svg,
  .singleProduct__slider-main .slick-next 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 {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #6f0b0a;
  margin-top: 13px;
}
.singleProduct__variant {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.singleProduct__title {
  font-family: Cormorant, serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 110%;
  color: #121212;
}
@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 {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.singleProduct__subtitle {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .singleProduct__subtitle {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.singleProduct__options {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  row-gap: 8px;
}
.singleProduct__options span {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(18, 18, 18, 0.6);
  border: 1px solid rgba(18, 18, 18, 0.2);
  padding: 13px 24px;
  display: block;
  cursor: pointer;
}
@media (max-width: 992px) {
  .singleProduct__options span {
    padding: 9px 20px;
  }
}
.singleProduct__options span:hover {
  border-color: #6f0b0a;
  color: #6f0b0a;
}
.singleProduct__options span.active {
  border-color: #6f0b0a;
  background-color: #6f0b0a;
  color: #fff;
}
.singleProduct__options label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.singleProduct__options .checkbox-input {
  appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
  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;
  margin: 0;
  position: absolute;
  opacity: 0;
}
.singleProduct__options .checkbox-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.singleProduct__options .checkbox-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.singleProduct__options .checkbox-input:disabled + span {
  opacity: 0.5;
  cursor: not-allowed;
}
.singleProduct__count-switch {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  height: auto;
  gap: 20px;
  width: max-content;
  padding: 13px 16px;
}
@media (max-width: 576px) {
  .singleProduct__count-switch {
    width: calc(100% - 50px);
    justify-content: space-between;
    padding: 7px 24px;
  }
}
.singleProduct__count-min, .singleProduct__count-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #121212;
  user-select: none;
}
@media (max-width: 992px) {
  .singleProduct__count-total {
    font-size: 16px;
    line-height: 22px;
  }
}
.singleProduct__price-total {
  font-family: Cormorant, serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #121212;
}
@media (max-width: 992px) {
  .singleProduct__price-total {
    font-size: 28px;
    line-height: 34px;
  }
}
.singleProduct__btn {
  align-self: flex-start;
  width: 100%;
  max-width: 284px;
}

.singleProductTabs__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1280px) {
  .singleProductTabs__content {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .singleProductTabs__content {
    grid-template-columns: 1fr;
  }
}
.singleProductTabs__nav {
  display: flex;
  flex-direction: column;
  border: 1px solid #dddad5;
  background: #fff;
}
.singleProductTabs__tab {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddad5;
  padding: 30px;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #121212;
  cursor: pointer;
  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 {
    padding: 19px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
.singleProductTabs__panels {
  position: relative;
}
.singleProductTabs__panel {
  display: none;
}
.singleProductTabs__panel.is-active {
  display: block;
}
.singleProductTabs__panel-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 22px;
  color: #121212;
}
@media (max-width: 992px) {
  .singleProductTabs__panel-title {
    margin-bottom: 10px;
  }
}
.singleProductTabs__panel-text {
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.singleProductTabs__panel-text p {
  margin: 0 0 16px;
}
.singleProductTabs__panel-text p:last-child {
  margin-bottom: 0;
}

.singleProductQuote__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 70px;
  gap: 130px;
  background-color: #f6ecda;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .singleProductQuote__content {
    padding: 40px;
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .singleProductQuote__content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 15px;
  }
}
.singleProductQuote__content::after {
  content: "";
  background-image: url(../images/texture-paper.png);
  background-size: cover;
  position: absolute;
  bottom: -50%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .singleProductQuote__content::after {
    bottom: -100px;
  }
}
@media (max-width: 1440px) {
  .singleProductQuote__icon {
    width: 50px;
    height: 50px;
  }
}
.singleProductQuote__quote {
  font-family: Helvetica;
  font-weight: 300;
  font-style: Oblique;
  font-size: 30px;
  line-height: 45px;
  color: #681114;
  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 {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1280px) {
  .singleProductQuote__autor {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .singleProductQuote__autor {
    margin-top: 30px;
  }
}
.singleProductQuote__autor-name {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 4%;
  color: #681114;
}
@media (max-width: 1280px) {
  .singleProductQuote__autor-name {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .singleProductQuote__autor-name {
    font-size: 24px;
  }
}
.singleProductQuote__img {
  width: 100%;
  max-height: 562px;
  object-fit: cover;
  z-index: 5;
}

.collaborationRules__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 130px;
}
@media (max-width: 1650px) {
  .collaborationRules__content {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .collaborationRules__content {
    grid-template-columns: 1fr;
  }
}
.collaborationRules__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.collaborationRules__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: min-content;
}
@media (max-width: 1440px) {
  .collaborationRules__items {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.collaborationRules__item {
  background-color: #f5ebda;
  padding: 0 140px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  height: 272px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 50%;
}
@media (max-width: 1440px) {
  .collaborationRules__item {
    height: 140px;
  }
}
@media (max-width: 576px) {
  .collaborationRules__item {
    height: 272px;
    padding: 0 85px 0 20px;
  }
}
.collaborationRules__item-subtitle {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #bb6500;
}
@media (max-width: 992px) {
  .collaborationRules__item-subtitle {
    font-size: 15px;
  }
}
.collaborationRules__item-title {
  margin-bottom: 7px;
  font-family: Cormorant;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  color: #121212;
}
@media (max-width: 992px) {
  .collaborationRules__item-title {
    font-size: 30px;
  }
}
.collaborationRules__item-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.collaborationContacts__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@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 {
  font-family: Cormorant;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  text-transform: uppercase;
  color: #121212;
}
@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;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 1650px) {
  .collaborationContacts__info-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 1280px) {
  .collaborationContacts__info-cols {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.collaborationContacts__info-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 992px) {
  .collaborationContacts__info-col {
    gap: 15px;
  }
}
.collaborationContacts__info-col__head {
  font-family: Cormorant;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #121212;
  padding-bottom: 16px;
  border-bottom: 1px solid #6f0b0a;
  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 {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 992px) {
  .collaborationContacts__info-col__row {
    font-size: 18px !important;
    line-height: 26px;
  }
}
.collaborationContacts__info-col__footer {
  display: flex;
  align-items: center;
  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 {
  font-family: "Cormorant", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #6f0b0a;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .collaborationForm__title {
    font-size: 24px;
  }
}
.collaborationForm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 24px;
}
@media (max-width: 1280px) {
  .collaborationForm__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@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 textarea, .collaborationForm__field input {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddad5;
  padding: 0 0 12px 0;
  color: rgba(18, 18, 18, 0.4);
  outline: none;
  transition: border-color 0.2s;
  font-family: Helvetica;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  background-clip: text;
  caret-color: #6f0b0a;
}
@media (max-width: 992px) {
  .collaborationForm__field textarea, .collaborationForm__field input {
    font-size: 16px;
    line-height: 24px;
  }
}
.collaborationForm__field textarea::placeholder, .collaborationForm__field input::placeholder {
  color: rgba(18, 18, 18, 0.35);
}
.collaborationForm__field textarea:focus, .collaborationForm__field input:focus {
  border-color: #6f0b0a;
}
.collaborationForm__field textarea.error, .collaborationForm__field input.error {
  border-color: #c02027;
}
.collaborationForm__field label.error {
  color: #c02027;
  font-size: 12px;
  font-weight: 500;
  margin-top: -4px;
}
.collaborationForm__label {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  letter-spacing: 0.02em;
}
.collaborationForm__req {
  color: #6f0b0a;
}
.collaborationForm__upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 36px;
  border: 1.5px dashed #6f0b0a;
  cursor: pointer;
  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-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .collaborationForm__upload-icon svg {
    width: 32px;
    height: 32px;
  }
}
.collaborationForm__upload-title {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #212121;
  margin-top: 12px;
}
.collaborationForm__upload-desc {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #757575;
  max-width: 420px;
  margin-top: 8px;
}
.collaborationForm__upload-files {
  font-size: 13px;
  color: #6f0b0a;
  font-weight: 600;
}
.collaborationForm__upload-files:empty {
  display: none;
}
.collaborationForm__submit {
  width: 100%;
  padding: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quality .my-badge {
  display: flex;
  justify-content: center;
}
.quality .sectionTitle {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .quality .sectionTitle {
    margin-top: 15px;
  }
}
.quality__grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #DDDAD5;
  border-left: 1px solid #DDDAD5;
}
@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 {
  background-color: #FFF9EF;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  border-right: 1px solid #DDDAD5;
  border-bottom: 1px solid #DDDAD5;
}
@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 {
  position: relative;
  padding-top: 0;
  overflow: hidden;
}
.contacts-page .collaborationContacts::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/texture-paper.png);
  background-size: 90%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  bottom: -50%;
  z-index: 0;
  background-position: center 50%;
}
.contacts-page .collaborationContacts__info, .contacts-page .collaborationContacts__form {
  z-index: 5;
}

.checkout {
  padding-top: 0;
}
.checkout .sectionTitle {
  text-align: center;
  font-weight: 700;
  font-size: 52px;
  line-height: 66px;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .checkout .sectionTitle {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .checkout .sectionTitle {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
}
.checkout__content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .checkout__content {
    grid-template-columns: 1fr 1.1fr;
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .checkout__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.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 {
  display: flex;
  align-items: center;
  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;
  }
}
@media (max-width: 576px) {
  .checkout-step-delivery .checkout-option__meta {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.checkout-step__num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #6f0b0a;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .checkout-step__num {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.checkout-step__title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #121212;
}
.checkout-step__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checkout-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}
@media (max-width: 992px) {
  .checkout-grid-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.checkout-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.checkout-field__label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
}
.checkout-field__input {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #121212;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  padding: 0 0 12px;
  outline: none;
  caret-color: #6f0b0a;
  width: 100%;
  transition: border-color 0.2s ease;
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  background-clip: text;
  caret-color: #6f0b0a;
}
.checkout-field__input::placeholder {
  color: rgba(18, 18, 18, 0.4);
  font-weight: 300;
}
.checkout-field__input:focus {
  border-bottom-color: #6f0b0a;
}
.checkout-field__input--textarea {
  resize: none;
  min-height: 40px;
}
.checkout-field--inline {
  flex: 1;
  min-width: 0;
}

.checkout-option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  user-select: none;
  position: relative;
}
.checkout-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.checkout-option__radio {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(18, 18, 18, 0.35);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s ease;
}
.checkout-option__radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #6f0b0a;
  opacity: 0;
  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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.checkout-option__label {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  flex: 1;
  min-width: 0;
}
.checkout-option__meta {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: rgba(18, 18, 18, 0.6);
  white-space: nowrap;
}
@media (max-width: 992px) {
  .checkout-option__meta {
    white-space: normal;
    text-align: right;
  }
}
.checkout-option--simple .checkout-option__label {
  flex: 0 1 auto;
}

.checkout-recipient {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.checkout-summary {
  display: flex;
  flex-direction: column;
}
.checkout-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.checkout-summary__title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #121212;
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .checkout-summary__title {
    font-size: 18px;
    gap: 6px;
  }
}
.checkout-summary__count {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #6f0b0a;
}
.checkout-summary__toggle {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #121212;
  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 {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.checkout-summary__items {
  display: flex;
  flex-direction: column;
}
.checkout-summary__empty {
  padding: 20px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(18, 18, 18, 0.6);
  text-align: center;
}
.checkout-summary__promo {
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.checkout-summary__promo-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #121212;
}
.checkout-summary__promo-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.checkout-summary__promo-btn {
  background: transparent;
  border: 1px solid #6f0b0a;
  color: #6f0b0a;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  height: 44px;
  padding: 0 18px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.checkout-summary__promo-btn:hover {
  background: #6f0b0a;
  color: #fff;
}
.checkout-summary__totals {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.checkout-summary__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #121212;
}
.checkout-summary__total-row--grand {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
.checkout-summary__submit {
  width: 100%;
  height: 56px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 4px;
}
.checkout-summary__terms {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  text-align: center;
  margin-top: 14px;
}
.checkout-summary__terms a {
  color: #6f0b0a;
  text-decoration: none;
  text-underline-offset: 2px;
}

.checkout-item {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 1fr 1fr auto;
  gap: 14px;
  align-items: center;
  justify-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}
.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 {
  width: 80px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 6px;
  display: block;
}
@media (max-width: 992px) {
  .checkout-item__img {
    width: 64px;
    height: 80px;
  }
}
.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 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
  max-width: 150px;
}
@media (max-width: 992px) {
  .checkout-item__name {
    max-width: 100%;
  }
}
.checkout-item__code {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  color: #828282;
  width: max-content;
}
.checkout-item__qty {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(18, 18, 18, 0.2);
  padding: 5px 10px;
  height: 36px;
  min-width: 80px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .checkout-item__qty {
    grid-column: 1/2;
    margin-left: 0;
    margin-right: auto;
  }
}
.checkout-item__qty-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #121212;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.checkout-item__qty-btn:hover {
  color: #6f0b0a;
}
.checkout-item__qty-val {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  min-width: 12px;
  text-align: center;
}
.checkout-item__price {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #121212;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  .checkout-item__price {
    grid-column: 2/3;
    text-align: right;
    margin-left: 30px;
  }
}
.checkout-item__remove {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #6f0b0a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.checkout-item__remove:hover {
  opacity: 0.7;
}
.checkout-item__remove svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 992px) {
  .checkout-item__remove {
    grid-row: 2/2;
    grid-column: 3/4;
    align-self: center;
  }
}

.thankyou {
  padding-top: 0;
}
@media (max-width: 992px) {
  .thankyou .container {
    padding: 0 8px;
  }
}
.thankyou__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 1px solid #dddad5;
}
@media (max-width: 992px) {
  .thankyou__content {
    gap: 0;
  }
}
.thankyou__head {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 820px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 992px) {
  .thankyou__head {
    padding: 20px;
  }
}
.thankyou__title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  color: #121212;
  margin: 0;
}
@media (max-width: 992px) {
  .thankyou__title {
    font-size: 26px;
    line-height: 33px;
  }
}
.thankyou__title-num {
  color: #6f0b0a;
}
.thankyou__subtitle {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #121212;
  margin: 0;
}
.thankyou__card {
  background: #fff9ef;
  border: 1px solid rgba(18, 18, 18, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  align-items: stretch;
}
@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 {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  border-right: 1px solid rgba(18, 18, 18, 0.08);
}
@media (max-width: 992px) {
  .thankyou__sidebar {
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid rgba(18, 18, 18, 0.08);
    gap: 20px;
  }
}
.thankyou__block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.thankyou__block-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #121212;
  margin-bottom: 10px;
}
.thankyou__block-text {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
  word-break: break-word;
}
.thankyou__block-link {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6f0b0a;
  text-decoration: underline;
  text-underline-offset: 3px;
  width: max-content;
}
.thankyou__block-link:hover {
  color: #8b0e0d;
}
.thankyou__main {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
@media (max-width: 992px) {
  .thankyou__main {
    padding: 20px;
    gap: 0;
  }
}
.thankyou__main-head {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #121212;
}
@media (max-width: 992px) {
  .thankyou__main-head {
    margin-bottom: 16px;
  }
}
.thankyou__items {
  display: flex;
  flex-direction: column;
}
.thankyou__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .thankyou__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}
.thankyou__footer-item {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: rgba(18, 18, 18, 0.6);
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
@media (max-width: 992px) {
  .thankyou__footer-item {
    justify-content: space-between;
    flex-direction: column;
  }
}
.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;
  line-height: 22px;
  font-weight: 700;
}

.thankyou-item {
  display: grid;
  grid-template-columns: 80px minmax(0, 2fr) minmax(0, 0.7fr) minmax(0, 0.5fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}
.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 {
  width: 80px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 6px;
  display: block;
}
@media (max-width: 992px) {
  .thankyou-item__img {
    width: 72px;
    height: 92px;
  }
}
.thankyou-item__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.thankyou-item__name {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
}
.thankyou-item__code, .thankyou-item__barcode {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  color: #828282;
}
.thankyou-item__code span, .thankyou-item__barcode span {
  color: #121212;
}
.thankyou-item__col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
@media (max-width: 992px) {
  .thankyou-item__col {
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    grid-column: 1/-1;
  }
}
.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 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(18, 18, 18, 0.6);
  text-transform: none;
}
.thankyou-item__col-value {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
}

.notFound-page > .content::before, .notFound-page > .content::after {
  display: none;
}
.notFound {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .notFound {
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .notFound {
    height: auto;
  }
}
.notFound__bg {
  position: absolute;
  z-index: 0;
  right: -150px;
  top: 0;
  height: 75%;
  width: 75%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .notFound__bg {
    width: 100%;
    height: 100%;
    right: 0;
    margin: auto;
    position: relative;
  }
}
.notFound__content {
  position: relative;
  z-index: 5;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .notFound__content {
    margin-top: 30px;
  }
}
.notFound__title {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 52px;
  line-height: 66px;
  color: #121212;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .notFound__title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
}
.notFound__desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .notFound__desc {
    text-align: center;
    margin-bottom: 30px;
  }
}
.notFound__btn {
  width: 257px;
}
@media (max-width: 992px) {
  .notFound__btn {
    width: 343px;
    margin: auto;
    display: flex;
  }
}

.policies {
  padding-top: 0;
}
.policies__title {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .policies__title {
    font-size: 30px;
    line-height: 100%;
  }
}
.policies p {
  font-family: Cormorant;
  font-weight: 600;
  font-size: 34px;
  line-height: 48px;
  color: #121212;
  margin: 60px 0 20px;
}
@media (max-width: 992px) {
  .policies p {
    font-size: 28px;
    line-height: 38px;
    margin: 30px 0 20px;
  }
}

.cabinet {
  padding-top: 0;
}
@media (max-width: 992px) {
  .cabinet {
    padding-bottom: 80px;
  }
}
.cabinet__content {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .cabinet__content {
    grid-template-columns: 280px 1fr;
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .cabinet__content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cabinet__sidebar {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@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 {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1019607843);
}
.cabinet-user__avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #681114;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
}
.cabinet-user__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.cabinet-user__name {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #121212;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cabinet-user__email {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cabinet-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cabinet-nav__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #121212;
  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: rgba(18, 18, 18, 0.8);
}
.cabinet-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: currentColor;
}
.cabinet-nav__label {
  flex: 1;
  min-width: 0;
}
.cabinet-nav__divider {
  height: 1px;
  background: rgba(18, 18, 18, 0.1019607843);
  margin: 14px 0;
}

.cabinet-tab {
  display: none;
}
.cabinet-tab.is-active {
  display: block;
}
.cabinet-tab__title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #121212;
  margin: 0 0 40px;
}
@media (max-width: 992px) {
  .cabinet-tab__title {
    margin-bottom: 20px;
  }
}
.cabinet-tab__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cabinet-tab__head {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.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;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 576px) {
  .cabinet-form__actions {
    flex-direction: column;
    gap: 12px;
  }
}

.cabinet-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .cabinet-grid-2 {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
  }
}

.cabinet-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.cabinet-field__label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
}
.cabinet-field__input {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #121212;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1019607843);
  padding: 0 0 12px;
  outline: none;
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  background-clip: text;
  caret-color: #6f0b0a;
  width: 100%;
  transition: border-color 0.2s ease;
}
.cabinet-field__input::placeholder {
  color: rgba(18, 18, 18, 0.4);
  font-weight: 300;
}
.cabinet-field__input:focus {
  border-bottom-color: #6f0b0a;
}

.cabinet-select {
  position: relative;
  display: block;
  width: 100%;
}
.cabinet-select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M14.8023 5.26401L8.7655 11.6781C8.3505 12.119 7.64975 12.119 7.23475 11.6781L1.19795 5.26401C0.744403 4.78206 1.08605 3.99126 1.74785 3.99126H14.2523C14.9142 3.99126 15.2558 4.78206 14.8023 5.26401Z%27 fill=%27%23121212%27 fill-opacity=%270.4%27/%3E%3C/svg%3E");
  pointer-events: none;
}
.cabinet-select__input {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #121212;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  padding: 0 28px 10px 0;
  outline: none;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.cabinet-select__input:invalid {
  color: rgba(18, 18, 18, 0.4);
}
.cabinet-select__input option {
  color: #121212;
}
.cabinet-select__input option[disabled] {
  color: rgba(18, 18, 18, 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 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #121212;
}
.cabinet-section__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cabinet-row {
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 20px;
  align-items: end;
}
@media (max-width: 992px) {
  .cabinet-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}
.cabinet-row__remove {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: rgba(18, 18, 18, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  align-self: end;
  margin-bottom: 18px;
}
.cabinet-row__remove:hover {
  color: #6f0b0a;
}
@media (max-width: 992px) {
  .cabinet-row__remove {
    justify-self: center;
    align-self: center;
    margin: 0;
  }
}

.cabinet-add {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: flex-start;
  height: 48px;
  padding: 0 18px;
  background: #6f0b0a;
  color: #fff;
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}
@media (max-width: 992px) {
  .cabinet-add {
    width: 100%;
    justify-content: center;
  }
}
.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 {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px 60px;
}
@media (max-width: 992px) {
  .cabinet-empty {
    padding: 24px 12px 32px;
  }
}
.cabinet-empty__img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cabinet-empty__img {
    max-width: 260px;
    margin-bottom: 20px;
  }
}
.cabinet-empty__title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #121212;
  text-transform: uppercase;
  margin: 0 0 12px;
}
@media (max-width: 992px) {
  .cabinet-empty__title {
    font-size: 24px;
    font-weight: 400;
  }
}
.cabinet-empty__text {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: rgba(18, 18, 18, 0.7);
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .cabinet-empty__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.cabinet-empty__btn {
  min-width: 240px;
  max-width: 272px;
  text-decoration: none;
  height: 58px !important;
  font-size: 18px !important;
  line-height: 22px;
}

.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 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cabinet-order {
  background: #fff9ef;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(18, 18, 18, 0.1019607843);
}
.cabinet-order__head {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 40px 20px;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 30px;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
@media (max-width: 1280px) {
  .cabinet-order__head {
    padding: 16px;
    gap: 12px;
  }
}
@media (max-width: 992px) {
  .cabinet-order__head {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "order    status" "date     sum" "chevron  chevron";
    column-gap: 20px;
    row-gap: 16px;
    padding: 20px;
  }
}
.cabinet-order__cell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
@media (max-width: 992px) {
  .cabinet-order__cell:nth-of-type(1) {
    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 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: rgba(18, 18, 18, 0.6);
}
.cabinet-order__cell-value {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
}
.cabinet-order__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 5px 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #121212;
  white-space: nowrap;
}
.cabinet-order__status--pending {
  background: #BB6500;
  color: #fff;
}
.cabinet-order__status--done {
  background: #00944D;
  color: #fff;
}
.cabinet-order__thumb {
  width: 40px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cabinet-order__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 992px) {
  .cabinet-order__thumb {
    display: none;
  }
}
.cabinet-order__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(18, 18, 18, 0.6);
  transition: transform 0.2s ease;
}
@media (max-width: 992px) {
  .cabinet-order__chevron {
    grid-area: chevron;
    justify-self: center;
    transform: rotate(90deg);
    padding-top: 6px;
  }
}
.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 {
  display: none;
  padding: 6px 24px 24px;
  background-color: #fff;
}
@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 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}
.cabinet-order__info-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #121212;
  margin-bottom: 4px;
}
.cabinet-order__info-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cabinet-order__info-label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(18, 18, 18, 0.6);
}
.cabinet-order__info-value {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
}
.cabinet-order__products {
  background: rgba(246, 236, 218, 0.2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1280px) {
  .cabinet-order__products {
    padding: 16px;
  }
}
.cabinet-order__products-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #121212;
}

.cabinet-order-product {
  display: grid;
  grid-template-columns: 80px minmax(0, 2fr) 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}
@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 {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.cabinet-order-product__images img {
  width: 32px;
  height: 56px;
  object-fit: contain;
  display: block;
}
.cabinet-order-product__name {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
}
.cabinet-order-product__cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.cabinet-order-product__cell-label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(18, 18, 18, 0.6);
}
.cabinet-order-product__cell-value {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #121212;
}

.cabinet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 48px;
  padding: 0 32px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #6f0b0a;
  cursor: pointer;
  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 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
}

.container {
  padding: 0 16px;
}

.container-2 {
  padding: 0 8px;
}

@media (min-width: 992px) {
  .container {
    padding: 0 30px;
  }
  .container-2 {
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 0 50px;
  }
  .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;
}

.mt-0 {
  margin-top: 0 !important;
}

.ovh {
  overflow: hidden !important;
}

.text-simple {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #121212;
}
@media (max-width: 992px) {
  .text-simple {
    font-size: 16px;
    line-height: 24px;
  }
}
