@charset "UTF-8";
/* Шрифты: локально, см. style/fonts.css и index.html */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  font-size: 16rem;
  color: #fff;
}

[hidden] {
  display: none !important;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: -1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body,
html {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 1px;
  background: #171614;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: clamp(0.8333333333px, 0.0694444444vw, 1.3333333333px);
  }
}
.age-gate {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  align-items: center;
  justify-content: center;
  padding: 32rem;
  background: rgba(23, 22, 20, 0.38);
  backdrop-filter: blur(18rem);
  -webkit-backdrop-filter: blur(18rem);
}

html.age-gate-required .age-gate {
  display: flex;
}

.age-gate-card {
  width: min(1120rem, 100%);
}

.age-gate-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28rem 42rem 34rem;
  border: 1rem solid rgba(255, 255, 255, 0.18);
  background: #5d4335;
  box-shadow: 0 18rem 60rem rgba(0, 0, 0, 0.36);
}

.age-gate-text {
  align-self: stretch;
  margin-bottom: 20rem;
  font-family: "Manrope", sans-serif;
  font-size: 20rem;
  font-weight: 500;
  line-height: 135%;
  text-align: center;
  color: #fff;
}

.age-gate-mark {
  margin-bottom: 22rem;
  font-family: "Manrope", sans-serif;
  font-size: 30rem;
  font-weight: 800;
  line-height: 100%;
  color: #fff;
}

.age-gate-actions {
  display: flex;
  justify-content: center;
  gap: 28rem;
  width: 100%;
}

.age-gate-button {
  min-width: 235rem;
  padding: 12rem 24rem 13rem;
  border: 1rem solid rgba(255, 255, 255, 0.42);
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 17rem;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.age-gate-button:hover,
.age-gate-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #5d4335;
}

.age-gate-denied {
  margin-top: 22rem;
  font-family: "Manrope", sans-serif;
  font-size: 15rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1320rem;
  margin: auto;
}

.section-heading {
  font-family: "Cormorant", sans-serif;
  font-weight: 400;
  font-size: 40rem;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
}

.regular-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
}

.white-button {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #171614;
  padding: 16rem 30rem;
  border: 1rem solid rgba(255, 255, 255, 0.3);
  background: #fff;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.white-button:hover,
.white-button:focus-visible {
  border-color: #a78873;
  background: #a78873;
  color: #fff;
}

.empty-button {
  display: flex;
  align-items: center;
  gap: 10rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #fff;
  border: 1rem solid rgba(255, 255, 255, 0.3);
  padding: 16rem 30rem;
  background: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.empty-button svg path {
  transition: stroke 0.2s ease;
}

.empty-button:hover,
.empty-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #171614;
}

.empty-button:hover svg path,
.empty-button:focus-visible svg path {
  stroke: #171614;
}

header {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 10rem;
  width: 100%;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(20rem);
  background: rgba(23, 22, 20, 0.2);
  padding: 10rem 20rem;
}
header .header-logo {
  position: relative;
  width: 100%;
  max-width: 79rem;
}
header .header-logo img {
  width: 100%;
}
header .header-buttons {
  display: flex;
  align-items: center;
  gap: 30rem;
}
header .header-buttons .mail {
  width: 24rem;
  height: 24rem;
}
header .header-buttons a svg {
  width: 24rem;
  height: 24rem;
}
header .header-buttons .white-button {
  margin-left: 10rem;
  padding: 10rem 25rem;
}

nav {
  display: flex;
  align-items: center;
  gap: 40rem;
}
nav .nav-item {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #fff;
  transition: color 0.2s ease;
}
nav .nav-item:hover,
nav .nav-item:focus-visible,
.nav-item--has-dropdown:hover .nav-item-trigger,
.nav-item--has-dropdown:focus-within .nav-item-trigger,
.nav-item--has-dropdown.is-open .nav-item-trigger {
  color: #a78873;
}

.header-nav-actions {
  display: none;
}

.go-btm-top {
  border: 1rem solid rgba(255, 255, 255, 0.5);
  width: 53rem;
  height: 53rem;
  position: fixed;
  bottom: 100rem;
  right: 60rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: rgba(23, 22, 20, 0.28);
  backdrop-filter: blur(16rem);
  -webkit-backdrop-filter: blur(16rem);
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.go-btm-top--visible {
  opacity: 1;
  pointer-events: auto;
}
.go-btm-top svg {
  width: 16rem;
  height: 16rem;
  display: block;
  transform: rotate(180deg);
}

.cookie-banner {
  position: fixed;
  left: 24rem;
  right: 24rem;
  bottom: 24rem;
  z-index: 99999;
}
.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24rem;
  max-width: 1180rem;
  margin: 0 auto;
  padding: 18rem 20rem;
  background: rgba(23, 22, 20, 0.96);
  border: 1rem solid rgba(167, 136, 115, 0.35);
  box-shadow: 0 18rem 50rem rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18rem);
}
.cookie-banner-content {
  min-width: 0;
}
.cookie-banner-body {
  display: flex;
  align-items: center;
  gap: 22rem;
}
.cookie-banner-text {
  max-width: 610rem;
  font-family: "Manrope", sans-serif;
  font-size: 14rem;
  font-weight: 300;
  line-height: 145%;
  color: rgba(255, 255, 255, 0.78);
}
.cookie-banner-text a {
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3rem;
}
.cookie-banner-choices {
  display: flex;
  gap: 14rem;
  flex-shrink: 0;
}
.cookie-option {
  display: flex;
  align-items: center;
  gap: 8rem;
  font-family: "Manrope", sans-serif;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.86);
}
.cookie-option span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.cookie-checkbox {
  width: 16rem;
  height: 16rem;
  accent-color: #a78873;
}
.cookie-button {
  flex-shrink: 0;
  min-height: 40rem;
  min-width: 88rem;
  padding: 10rem 22rem;
  font-family: "Manrope", sans-serif;
  font-size: 14rem;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  background: #a78873;
  border: 1rem solid #a78873;
  cursor: pointer;
}

.term-trigger {
  display: inline;
  position: relative;
  padding: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  text-decoration-thickness: 1rem;
  text-underline-offset: 3rem;
  vertical-align: baseline;
  white-space: normal;
}
.term-trigger::after {
  content: "";
  position: absolute;
  inset: -8rem -10rem;
}
.term-trigger:hover,
.term-trigger:focus-visible {
  color: inherit;
  text-decoration: underline;
}
.term-popup {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.term-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}
.term-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}
.term-popup-dialog {
  position: relative;
  width: min(100%, 640rem);
  padding: 58rem 60rem 30rem;
  background: #141311;
  box-shadow: 0 24rem 70rem rgba(0, 0, 0, 0.42);
}
.term-popup-close {
  position: absolute;
  top: 24rem;
  right: 24rem;
  width: 22rem;
  height: 22rem;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.term-popup-close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.82);
}
.term-popup-close span:first-child {
  transform: rotate(45deg);
}
.term-popup-close span:last-child {
  transform: rotate(-45deg);
}
.term-popup-content {
  display: flex;
  flex-direction: column;
  gap: 20rem;
  max-width: 520rem;
}
.term-popup-content p {
  font-family: "Manrope", sans-serif;
  font-size: 18rem;
  font-weight: 300;
  line-height: 128%;
  color: rgba(255, 255, 255, 0.78);
}
.term-popup-content a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3rem;
}

@media (hover: hover) and (pointer: fine) {
  .term-popup:not(.is-tooltip) {
    display: none;
  }

  .term-popup.is-tooltip {
    inset: auto;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
  }

  .term-popup.is-tooltip .term-popup-backdrop,
  .term-popup.is-tooltip .term-popup-close {
    display: none;
  }

  .term-popup.is-tooltip .term-popup-dialog {
    width: min(420rem, calc(100vw - 24px));
    padding: 22rem 24rem;
    border: 1rem solid rgba(167, 136, 115, 0.46);
    background: #141311;
    box-shadow: 0 18rem 44rem rgba(0, 0, 0, 0.42);
  }

  .term-popup.is-tooltip .term-popup-content {
    gap: 14rem;
    max-width: none;
  }

  .term-popup.is-tooltip .term-popup-content p {
    font-size: 15rem;
    line-height: 136%;
  }
}

.hero {
  position: relative;
  min-height: 650rem;
  height: 100vh;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(14, 14, 12, 0.55) 100%);
}
.hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-top: 116rem;
  box-sizing: border-box;
}
.hero .hero-info {
  position: relative;
  z-index: 2;
  margin-bottom: 144rem;
  max-width: 808rem;
  width: 100%;
}
.hero .section-heading {
  margin-bottom: 20rem;
  font-size: 48rem;
}
.hero .section-text {
  margin-bottom: 10rem;
}
.hero .section-text:last-of-type {
  margin-bottom: 48rem;
}
.hero .hero-slideshow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  background: #171614;
}
.hero .hero-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
}
.hero .hero-slide.is-active {
  opacity: 1;
}
.hero .hero-pagination {
  position: absolute;
  left: 50%;
  bottom: 52rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12rem;
  transform: translateX(-50%);
}
.hero .hero-pagination-button {
  display: block;
  width: 58rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition: background 0.25s ease, opacity 0.25s ease;
}
.hero .hero-pagination-button:hover,
.hero .hero-pagination-button:focus-visible,
.hero .hero-pagination-button.is-active {
  background: rgba(255, 255, 255, 0.82);
}
.hero .hero-pagination-button:focus-visible {
  outline: 1rem solid rgba(255, 255, 255, 0.82);
  outline-offset: 5rem;
}

.block-heaidng {
  position: absolute;
  top: 20rem;
  left: 20rem;
  display: flex;
  align-items: center;
  gap: 10rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
  z-index: 1;
}
.block-heaidng::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: #a78873;
}

.about {
  padding: 80rem 0 100rem;
  position: relative;
}
.about .container {
  display: flex;
  gap: 100rem;
}
.about .img-block {
  position: relative;
  width: 100%;
  max-width: 516rem;
  flex-shrink: 0;
}
.about .img-block img {
  width: 100%;
}
.about .section-heading {
  margin-bottom: 40rem;
}
.about .section-text {
  margin-bottom: 20rem;
}
.about .section-text:last-of-type {
  margin-bottom: 0;
}
.about .abou-bg {
  position: absolute;
  width: 58rem;
  top: 100rem;
  left: calc(50% - 124rem);
}

.plusses {
  position: relative;
  padding: 210rem 0 50rem;
}
.plusses .container {
  position: relative;
  z-index: 2;
}
.plusses .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
  margin-bottom: 40rem;
}
.plusses .wrapper .item {
  border: 1rem solid rgba(63, 63, 63, 0.3);
  backdrop-filter: blur(20rem);
  background: rgba(23, 22, 20, 0.2);
  padding: 25rem 30rem;
}
.plusses .wrapper .item .item-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 40rem;
  line-height: 100%;
  color: #a78873;
}
.plusses .wrapper .item .item-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16rem;
}
.plusses .wrapper .item .item-icon {
  width: 40rem;
  height: 40rem;
}
.plusses .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products {
  position: relative;
  padding: 100rem 0;
}
.products .block-heaidng {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20rem;
}
.products .section-heading {
  margin-bottom: 40rem;
}
.products .top {
  display: flex;
  gap: 20rem;
}
.products .top .top-item {
  position: relative;
  height: 354rem;
}
.products .top .top-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .top .top-item:first-child img {
  opacity: 0.3;
}
.products .top .top-item .top-item-text {
  padding: 30rem;
  position: relative;
  z-index: 2;
}
.products .top .top-item:first-child {
  max-width: 248rem;
  width: 100%;
  background: #372821;
}
.products .top .top-item:nth-child(2) {
  max-width: 515rem;
  width: 100%;
}
.products .top .top-item:nth-child(2) .top-item-text {
  max-width: 360rem;
}
.products .top .top-item:nth-child(3) {
  max-width: 517rem;
  width: 100%;
}
.products .mid {
  display: flex;
  gap: 20rem;
  margin-top: 60rem;
}
.products .mid .mid-item {
  position: relative;
  height: 666rem;
}
.products .mid .mid-item .mid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.products .mid .mid-item:first-child {
  flex-shrink: 0;
  width: 100%;
  max-width: 516rem;
}
.products .mid .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
}
.products .mid .wrapper .mid-item {
  position: relative;
}
.products .mid .wrapper .mid-item:first-child {
  grid-column: span 2;
  height: 283rem;
  max-width: none;
}
.products .mid .wrapper .mid-item:nth-child(2) {
  height: 363rem;
}
.products .mid .wrapper .mid-item:nth-child(3) {
  height: 363rem;
}
.products .mid .mid-info {
  position: relative;
  z-index: 2;
  padding: 30rem;
}
.products .mid-item-go {
  border: 1rem solid rgba(255, 255, 255, 0.5);
  width: 53rem;
  height: 53rem;
  position: absolute;
  bottom: 20rem;
  right: 20rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.products .mid-item-go svg {
  width: 15rem;
  height: 11rem;
}
.products .mid-item-go svg path {
  transition: stroke 0.2s ease;
}
.products .mid-item-go:hover,
.products .mid-item-go:focus-visible {
  border-color: #fff;
  background: #fff;
}
.products .mid-item-go:hover svg path,
.products .mid-item-go:focus-visible svg path {
  stroke: #171614;
}
.products .mid-item-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 28rem;
  line-height: 130%;
  color: #fff;
}
.products .mid-item-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
}
.products .btm {
  margin-top: 100rem;
}
.products .btm .section-heading {
  margin-bottom: 40rem;
}
.products .btm .wrapper {
  display: flex;
  gap: 20rem;
}
.products .btm .wrapper .item {
  position: relative;
  height: auto;
  flex: 1;
  overflow: hidden;
}
.products .btm .wrapper .item .bg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.products .btm .wrapper .item .elit {
  position: absolute;
  z-index: 2;
  top: 10rem;
  right: 10rem;
  padding: 2rem 4rem;
  background: #a78873;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12rem;
  line-height: 130%;
  color: #372821;
}
.products .btm .wrapper .btm-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 30rem;
}

.employ {
  background: #100F0E;
  padding: 90rem 0 60rem;
  position: relative;
}
.employ .top {
  display: flex;
  position: relative;
  gap: 290rem;
  margin-bottom: 72rem;
}
.employ .top .section-heading {
  margin-bottom: 20rem;
}
.employ .top .regular-text {
  margin-bottom: 20rem;
}
.employ .top .regular-text:last-of-type {
  bottom: 0;
}
.employ .top img {
  max-width: 516rem;
  width: 100%;
}
.employ .top svg {
  position: absolute;
  top: 0;
  right: 358rem;
}
.employ .btm .section-heading {
  margin-bottom: 40rem;
}
.employ .btm .wrapper {
  display: flex;
  gap: 20rem;
}
.employ .btm .wrapper .item {
  position: relative;
  background: #372821;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10rem 10rem 30rem 40rem;
}
.employ .btm .wrapper .item .regular-text {
  margin-top: 120rem;
  position: relative;
  z-index: 2;
}
.employ .btm .wrapper .item .item-icon {
  position: relative;
  z-index: 2;
}
.employ .btm .wrapper .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employ .btm .wrapper .block {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.employ .btm .wrapper .block .item .regular-text {
  margin: 0;
}
.employ .regular-text a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.news {
  position: relative;
  padding: 90rem 0;
}
.news .block-heaidng {
  top: 0;
  left: 0;
  position: relative;
  margin-bottom: 40rem;
}
.news .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20rem;
}
.news .wrapper .item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10rem 10rem 20rem;
  background: #372821;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.news .wrapper .item:hover,
.news .wrapper .item:focus-within {
  background: #423026;
  box-shadow: 0 18rem 36rem rgba(0, 0, 0, 0.18);
  transform: translateY(-2rem);
}
.news .wrapper .item .item-img-link {
  display: block;
  overflow: hidden;
  margin-bottom: 20rem;
}
.news .wrapper .item .item-img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}
.news .wrapper .item:hover .item-img,
.news .wrapper .item:focus-within .item-img {
  transform: scale(1.035);
  filter: sepia(0.5) saturate(0.85) brightness(0.95);
}
.news .wrapper .item .item-heading {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
  margin-bottom: 10rem;
  transition: text-decoration-color 0.2s ease;
}
.news .wrapper .item .item-heading:hover,
.news .wrapper .item .item-heading:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1rem;
  text-underline-offset: 4rem;
}
.news .wrapper .item .item-description {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: #fff;
  margin-bottom: 10rem;
}
.news .wrapper .item .item-date {
  position: absolute;
  z-index: 2;
  top: 20rem;
  right: 20rem;
  padding: 2rem 4rem;
  background: #a78873;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12rem;
  line-height: 130%;
  color: #372821;
}
.news .wrapper .item .item-go {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 130%;
  color: #a78873;
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 10rem;
}
.news .wrapper .item .item-go svg {
  width: 16rem;
  height: 16rem;
}
.news .empty-button,
.template.empty-button {
  width: fit-content;
  margin-top: 40rem;
}

.news-archive-page {
  background: #171614;
}

.news-archive-hero {
  position: relative;
  height: 348rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.news-archive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(23, 22, 20, 0.12) 0%, rgba(23, 22, 20, 0.08) 48%, rgba(23, 22, 20, 0.68) 100%);
  pointer-events: none;
}

.news-archive-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-archive-hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 48rem;
}

.news-archive-hero .section-heading {
  font-size: 48rem;
  text-align: center;
}

.news-archive {
  padding: 90rem 0 110rem;
}

.news-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 20rem;
  row-gap: 60rem;
}

.news-archive-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 20rem;
  border-radius: 2rem;
  background: #100f0e;
  transition: transform 0.25s ease, background 0.25s ease;
}

.news-archive-card:hover,
.news-archive-card:focus-within {
  transform: translateY(-4rem);
  background: #1c1a18;
}

.news-archive-card-image {
  display: block;
  width: 100%;
  margin-bottom: 20rem;
  overflow: hidden;
  background: #5e463a;
}

.news-archive-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.news-archive-card-body {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-bottom: 20rem;
}

.news-archive-card-date {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
}

.news-archive-card-title {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  line-height: 130%;
  color: #fff;
  transition: text-decoration-color 0.2s ease;
}

.news-archive-card-title:hover,
.news-archive-card-title:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1rem;
  text-underline-offset: 4rem;
}

.news-archive-card-description {
  display: -webkit-box;
  min-height: 63rem;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-archive-card-link.empty-button {
  align-self: flex-start;
  margin-top: auto;
  padding: 10rem 15rem;
  font-size: 14rem;
}

.news-archive-card-link.empty-button svg {
  width: 16rem;
  height: 16rem;
}

.news-archive-card:hover .news-archive-card-link.empty-button,
.news-archive-card:focus-within .news-archive-card-link.empty-button {
  border-color: #a78873;
  background: #a78873;
  color: #fff;
}

.news-archive-card:hover .news-archive-card-link.empty-button svg path,
.news-archive-card:focus-within .news-archive-card-link.empty-button svg path {
  stroke: #fff;
}

.news-archive-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14rem;
  margin-top: 60rem;
}

.news-archive-page-number,
.news-archive-page-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
}

.news-archive-page-number {
  width: 42rem;
  height: 42rem;
  border: 1rem solid rgba(255, 255, 255, 0.3);
  font-size: 16rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.news-archive-page-number:hover,
.news-archive-page-number:focus-visible,
.news-archive-page-number.is-active {
  border-color: #fff;
  background: #fff;
  color: #171614;
}

.news-archive-page-arrow {
  width: 36rem;
  height: 42rem;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.news-archive-page-arrow svg {
  width: 16rem;
  height: 16rem;
}

.news-archive-page-arrow:hover,
.news-archive-page-arrow:focus-visible {
  opacity: 1;
  transform: translateX(2rem);
}

.news-archive-page-arrow:first-child:hover,
.news-archive-page-arrow:first-child:focus-visible {
  transform: translateX(-2rem);
}

.news-archive-page-arrow.is-disabled {
  opacity: 0.28;
  pointer-events: none;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .news-archive-hero .container,
  .news-archive .container {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}

.form {
  position: relative;
  display: flex;
/* max-width: 1320rem;*/
	width: 100%;
  margin: 0 auto;
  scroll-margin-top: 100rem;
  background: #372821;
}
.form > * {
  position: relative;
  z-index: 1;
}
.form .img-block {
  position: relative;
  width: 50%;
  max-width: none;
  flex-shrink: 0;
}
.form .img-block .block-heaidng {
  top: 60rem;
  left: 60rem;
  padding-bottom: 14rem;
}
.form .img-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.form .form-block {
  flex: 1 1 0;
  background: #372821;
  padding: 60rem;
}
.form .form-block .radios {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form .form-block .radios label {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.form .form-block .radios label input {
  display: none;
}
.form .form-block .radios label input:checked + .radio-visual::after {
  opacity: 1;
}
.form .form-block .radios label .radio-visual {
  width: 17rem;
  height: 17rem;
  border-radius: 100rem;
  background: #a78873;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .form-block .radios label .radio-visual::after {
  content: "";
  display: block;
  width: 11rem;
  height: 11rem;
  background: #fff;
  border-radius: 100rem;
  transition: all 0.4s ease;
  opacity: 0;
}
.form .form-block .radios label .radio-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #fff;
}
.form .form-block .inputs {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 20rem;
  margin-bottom: 30rem;
}
.form .form-block .inputs input,
.form .form-block .inputs select,
.form .form-block .inputs textarea {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 16rem;
  line-height: 110%;
  padding: 15rem 20rem;
  border: 1rem solid #eaeaea;
  color: #141618;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.form .form-block .inputs textarea {
  height: 100rem;
  vertical-align: top;
  resize: none;
}
.form .form-block .inputs .field-group--select {
  position: relative;
}
.form .form-block .inputs .field-group--select select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 52rem;
  cursor: pointer;
}
.form .form-block .inputs .field-group--select select:required:invalid {
  color: rgba(20, 22, 24, 0.5);
}
.form .form-block .inputs .field-group--select select:focus {
  border-color: #a78873;
  outline: 1rem solid rgba(167, 136, 115, 0.55);
  outline-offset: 0;
}
.form .form-block .inputs .field-group--select select option {
  color: #141618;
}
.form .form-block .inputs .field-group--select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18rem;
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 6rem solid #171614;
  transform: translateY(-35%);
  pointer-events: none;
}
.form .form-block .inputs .field-group--autocomplete {
  position: relative;
  z-index: 5;
}
.form .form-block .inputs .field-group--autocomplete input:focus {
  border-color: #a78873;
  outline: 1rem solid rgba(167, 136, 115, 0.55);
  outline-offset: 0;
}
.autocomplete-list {
  position: absolute;
  top: calc(100% + 4rem);
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 220rem;
  overflow-y: auto;
  border: 1rem solid #eaeaea;
  background: #fff;
  box-shadow: 0 12rem 28rem rgba(20, 22, 24, 0.18);
}
.autocomplete-option {
  display: block;
  width: 100%;
  padding: 12rem 20rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 16rem;
  line-height: 120%;
  color: #141618;
  text-align: left;
  background: #fff;
  cursor: pointer;
}
.autocomplete-option:hover,
.autocomplete-option.is-active {
  background: rgba(167, 136, 115, 0.16);
  color: #141618;
}
.form .form-block .policy-line {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 15rem;
}
.form .form-block .policy-line:last-of-type {
  margin-bottom: 0;
}
.form .form-block .policy-line input {
  display: none;
}
.form .form-block .policy-line .policy-visual {
  position: relative;
  border: 1rem solid #eaeaea;
  border-radius: 2rem;
  width: 15rem;
  height: 15rem;
  background: #c8c7c7;
  flex-shrink: 0;
}
.form .form-block .policy-line .policy-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 40%;
  width: 3.5rem;
  height: 7rem;
  border: solid #000;
  border-width: 0 1.5rem 1.5rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  box-sizing: border-box;
}
.form .form-block .policy-line input:checked + .policy-visual::after {
  opacity: 1;
}
.form .form-block .policy-line .policy-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 13rem;
  line-height: 120%;
  color: #fff;
}
.form .form-block .policy-line .policy-text a {
  font-size: 13rem;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3rem;
}
.form .white-button {
  margin-top: 30rem;
  padding: 16rem 70rem;
}
.form .white-button:disabled,
.contacts-form .white-button:disabled {
  cursor: wait;
  opacity: 0.65;
}
.form .form-block .inputs .field-group {
  position: relative;
  width: 100%;
}
.form .form-block .inputs input::placeholder,
.form .form-block .inputs textarea::placeholder {
  color: rgba(20, 22, 24, 0.5);
}
.form .form-block .inputs select option[value=""] {
  color: rgba(20, 22, 24, 0.5);
}
.form .form-block .inputs input[type="date"]:not([value])::-webkit-datetime-edit {
  color: rgba(20, 22, 24, 0.5);
}
.field-error {
  margin: 4rem 0 8rem;
  font-family: "Manrope", sans-serif;
  font-size: 12rem;
  line-height: 125%;
  color: #ffb6a8;
}
.form .form-block .inputs input.is-invalid,
.form .form-block .inputs select.is-invalid,
.form .form-block .inputs textarea.is-invalid,
.contacts-form input.is-invalid,
.contacts-form textarea.is-invalid {
  border-color: #ff8d7a;
}
.form-status {
  min-height: 18rem;
  margin: 16rem 0 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
}
.form-status.is-error {
  color: #ffb6a8;
}
.form-status.is-success {
  color: #9dd49d;
}

.contact-popup {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.contact-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.contact-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.contact-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(760rem, 100%);
  max-height: 90vh;
  overflow-y: auto;
  padding: 42rem;
  background: #372821;
  box-shadow: 0 24rem 70rem rgba(0, 0, 0, 0.45);
}
.contact-popup-dialog:focus {
  outline: none;
}
.contact-popup-title {
  max-width: calc(100% - 64rem);
  margin-bottom: 28rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 34rem;
  line-height: 120%;
  color: #fff;
}
.contact-popup-close {
  position: absolute;
  top: 28rem;
  right: 28rem;
  width: 28rem;
  height: 28rem;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.contact-popup-close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.88);
}
.contact-popup-close span:first-child {
  transform: rotate(45deg);
}
.contact-popup-close span:last-child {
  transform: rotate(-45deg);
}
.contact-popup .form {
  display: block;
  width: 100%;
  max-width: none;
  background: transparent;
}
.contact-popup .form .form-block {
  padding: 0;
  background: transparent;
}

@media screen and (max-width: 1199px) {
  .form .form-block .policy-line {
    margin-bottom: 5rem;
  }
  .employ .btm .wrapper .block .item .regular-text {
    margin-top: 16px;
  }
}

footer {
  background: #100f0e;
  padding: 100rem 0 70rem;
}
footer .top {
  display: flex;
  justify-content: space-between;
}
footer .footer-logo {
  position: relative;
  width: 180rem;
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-menu .footer-menu-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-bottom: 15rem;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-menu .footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
footer .footer-menu .footer-menu-item {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #fff;
  transition: color 0.2s ease;
}
footer .footer-menu .footer-menu-item:hover,
footer .footer-menu .footer-menu-item:focus-visible {
  color: #a78873;
}
footer .footer-contants {
  max-width: 275rem;
  display: flex;
  flex-direction: column;
  gap: 15rem;
}
footer .footer-contants .footer-phone {
  display: flex;
  gap: 10rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #fff;
}
footer .footer-contants .footer-phone svg {
  flex-shrink: 0;
}
footer .footer-contants  svg {
  width: 20rem;
  height: 20rem;
}
footer .footer-contants  .footer-email svg {
  height: 21rem;
}
footer .footer-disclaimer {
  margin-top: 70rem;
  padding-top: 34rem;
  border-top: 1rem solid rgba(193, 214, 233, 0.35);
}
footer .footer-disclaimer p {
  max-width: 1120rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.72);
}
footer .footer-disclaimer p + p {
  margin-top: 12rem;
}
footer .footer-disclaimer span {
  font-weight: 600;
  color: #fff;
}
footer .footer-disclaimer a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3rem;
}
.footer-disclaimer-hidden {
  display: none;
}
footer .btm {
  border-top: 1rem solid #c1d6e9;
  margin-top: 70rem;
  display: flex;
  gap: 125rem;
  padding-top: 40rem;
}
footer .btm a {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 12rem;
  line-height: 100%;
  color: #fff;
}

.card .container {
  display: flex;
  gap: 40rem;
  padding-top: 130rem;
  padding-bottom: 70rem;
}
.card.is-loading .container {
  opacity: 0.62;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.card .card-imgs {
  max-width: 519rem;
  width: 100%;
}
.card .card-imgs .main-img {
  width: 100%;
  max-height: 560rem;
  object-fit: contain;
  display: block;
}
.card .card-imgs .main-img.is-gallery-trigger {
  cursor: zoom-in;
}
.card .card-imgs .wrapper {
  display: flex;
  gap: 20rem;
  margin-top: 20rem;
  scroll-behavior: smooth;
}
.card .card-imgs .wrapper .card-select-img {
  flex: 1;
  max-width: 160rem;
  height: 120rem;
  object-fit: contain;
  background: #100f0e;
  cursor: pointer;
}
.card .card-imgs .wrapper .card-select-img.active {
  border: 1rem solid #372821;
}
.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-items: center;
  padding: 52rem 72rem 34rem;
  background: #171614;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.product-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.product-lightbox-stage {
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: calc(100vh - 220rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-lightbox-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 24rem 32rem rgba(0, 0, 0, 0.5));
}
.product-lightbox-close,
.product-lightbox-nav {
  appearance: none;
  border: 1rem solid rgba(255, 255, 255, 0.28);
  background: rgba(18, 17, 16, 0.74);
  color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.product-lightbox-close:hover,
.product-lightbox-nav:hover,
.product-lightbox-close:focus-visible,
.product-lightbox-nav:focus-visible {
  border-color: #a78873;
  background: rgba(167, 136, 115, 0.22);
  outline: none;
}
.product-lightbox-close {
  position: absolute;
  top: 24rem;
  right: 24rem;
  width: 44rem;
  height: 44rem;
  font-size: 34rem;
  line-height: 1;
}
.product-lightbox-nav {
  position: absolute;
  top: 50%;
  width: 52rem;
  height: 72rem;
  transform: translateY(-50%);
  font-size: 56rem;
  line-height: 1;
}
.product-lightbox-prev {
  left: 24rem;
}
.product-lightbox-next {
  right: 24rem;
}
.product-lightbox-thumbs {
  width: min(760rem, 100%);
  display: flex;
  justify-content: center;
  gap: 12rem;
  padding: 14rem 0 2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.product-lightbox-thumb {
  flex: 0 0 auto;
  width: 94rem;
  height: 76rem;
  object-fit: contain;
  padding: 6rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  border: 1rem solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
}
.product-lightbox-thumb.active,
.product-lightbox-thumb:focus-visible {
  border-color: #a78873;
  outline: none;
}
.card .card-info .card-type {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: #372821;
  padding: 2rem 4rem;
  background: #a78873;
  width: fit-content;
  margin-bottom: 20rem;
}
.card .card-info .section-heading {
  margin-bottom: 10rem;
}
.card .card-info .card-info-top {
  margin-bottom: 40rem;
}
.card .card-info .card-tabs {
  margin-bottom: 40rem;
}
.card .card-info .card-tabs .wrapper {
  display: flex;
  gap: 10rem;
}
.card .card-info .card-tabs .wrapper .item {
  border: 1rem solid #fff;
  padding: 10rem 20rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: #fff;
  opacity: 0.5;
}
.card .card-info .card-tabs .wrapper .item.active {
  opacity: 1;
}
.card .card-info .chars .chars-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  line-height: 130%;
  color: #fff;
  margin-bottom: 10rem;
}
.card .card-info .chars .chars-list {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-bottom: 20rem;
}
.card .card-info .chars .chars-item {
  width: fit-content;
  display: grid;
  grid-template-columns: 180rem 212rem;
  gap: 10rem;
  padding: 15rem 10rem;
  border-bottom: 1rem solid #372821;
}
.card .card-info .chars .chars-item .heading {
  color: rgba(255, 255, 255, 0.5);
}
.card .card-info .chars .chars-description {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
}
.card .card-info .white-button {
  margin-top: 40rem;
  width: fit-content;
  padding: 10rem 25rem;
}

.p18 {
  background: #372821;
  padding: 30rem 0;
}
.p18 p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  line-height: 120%;
  color: #fff;
}
.p18 p span {
  color: #a78873;
}

/* ── Breadcrumbs (card page) ───────────────────────────────── */
.breadcrumbs {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: rgba(255,255,255,.5);
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
  align-items: center;
}
.breadcrumbs a { color: #fff; text-decoration: none; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs a,
.breadcrumbs .breadcrumb-current {
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs .breadcrumb-sep { opacity: .4; flex-shrink: 0; }
.breadcrumbs .breadcrumb-current { color: rgba(255,255,255,.5); }

/* ============================================================
   CATALOG PAGES: cigarettes/index.html, drinks/index.html
   ============================================================ */

/* --- Hero --- */
.catalog-hero {
  position: relative;
  height: 348rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.catalog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(23, 22, 20, 0.6) 0%,
    rgba(23, 22, 20, 0) 100%
  );
}
.catalog-hero .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.catalog-hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10rem;
  padding-top: 80rem;
}
.catalog-hero-title {
  font-size: 48rem;
  color: #fff;
}
.catalog-hero-sub {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  max-width: 680rem;
}

/* --- Body --- */
.catalog-body {
  background: #171614;
  padding: 80rem 0 100rem;
}
.catalog-body .container {
  display: flex;
  flex-direction: column;
  gap: 80rem;
}

/* --- Collection section --- */
.collection-section {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.collection-head {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.collection-title {
  font-size: 40rem;
  color: #fff;
  text-transform: uppercase;
}
.collection-sub {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  max-width: 640rem;
}

/* --- Warning 18+ inline plaque --- */
.warning-18 {
  background: #372821;
  padding: 10rem 20rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  line-height: 120%;
  color: #fff;
  border-radius: 2rem;
}
.warning-18-label {
  color: #a78873;
  font-weight: 700;
  font-size: 14rem;
}

/* --- Product grid --- */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20rem;
}

/* --- Product card ---
   JS (catalog.js) renders:
   <a class="product-card" href="/card/{slug}">
     <div class="product-card-img">
       <img src="..." alt="...">
     </div>
     <div class="product-card-body">
       <p class="product-card-title">{name}</p>
       <span class="product-card-btn">Подробнее &#8594;</span>
     </div>
   </a>
*/
.product-card {
  display: flex;
  flex-direction: column;
  background: #100f0e;
  border-radius: 2rem;
  padding: 20rem;
  transition: transform 0.25s ease, background 0.25s ease;
  cursor: pointer;
  text-decoration: none;
  min-height: 389rem;
}
.product-card:hover {
  transform: translateY(-4rem);
  background: #1c1a18;
}
.product-card-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210rem;
  margin-bottom: 16rem;
}
.product-card-img img {
  max-height: 210rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 20rem 20rem rgba(0, 0, 0, 0.5));
}
.product-card-body {
  display: flex;
  flex-direction: column;
  gap: 14rem;
  height: 100%;
}
.product-card-title {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #fff;
}
.product-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: #fff;
  border: 1rem solid rgba(255, 255, 255, 0.3);
  padding: 10rem 20rem;
  width: 100%;
  margin-top: auto;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.product-card:hover .product-card-btn {
  border-color: #a78873;
  color: #fff;
  background: #a78873;
}

/* --- Responsive --- */
@media screen and (max-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1199px) {
  .catalog-hero {
    height: 280px;
  }
  .catalog-hero .container {
    padding-top: 70px;
  }
  .catalog-hero-title {
    font-size: 32px;
  }
  .catalog-hero-sub {
    font-size: 15px;
  }
  .catalog-body {
    padding: 48px 0 60px;
  }
  .catalog-body .container {
    gap: 48px;
  }
  .collection-title {
    font-size: 28px;
  }
  .collection-sub {
    font-size: 15px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .product-card {
    min-height: 320px;
    padding: 16px;
  }
  .product-card-img {
    min-height: 170px;
  }
  .product-card-img img {
    max-height: 170px;
  }
  .warning-18 {
    font-size: 13px;
    padding: 10px 16px;
  }
}
@media screen and (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  .catalog-hero-title {
    font-size: 26px;
  }
}

/* === Card page: breadcrumbs row inside flex .container === */
.card .container {
  flex-wrap: wrap;
}
.card .breadcrumbs {
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 30rem;
  order: -1;
}
.card .card-info {
  flex: 1 1 0;
  min-width: 0;
}
/* Чёрный фон под фото + горизонтальный скролл миниатюр */
.card .card-imgs .main-img {
  background: #000;
  display: block;
  object-fit: contain;
}
.card .card-imgs .wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #372821 transparent;
  padding-bottom: 4rem;
}
.card .card-imgs .wrapper::-webkit-scrollbar {
  height: 6px;
}
.card .card-imgs .wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.card .card-imgs .wrapper::-webkit-scrollbar-thumb {
  background: #372821;
  border-radius: 3px;
}
.card .card-imgs .wrapper .card-select-img {
  background: #000;
  flex: 0 0 auto;
  width: 160rem;
  max-width: none;
  object-fit: contain;
  cursor: pointer;
}

/* === Catalog Tabs === */
.catalog-tabs {
  padding: 30rem 0 10rem;
}
.catalog-tabs .container {
  display: flex;
  gap: 10rem;
  justify-content: center;
  flex-wrap: wrap;
}
.catalog-tab {
  padding: 10rem 24rem;
  border: 1rem solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 14rem;
  line-height: 130%;
  background: transparent;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
  display: block;
}
.catalog-tab:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.catalog-tab.is-active {
  color: #171614;
  background: #fff;
  border-color: #fff;
}
@media screen and (max-width: 1199px) {
  .catalog-tabs {
    padding: 16px 0 8px;
  }
  .catalog-tabs .container {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    scrollbar-width: none;
  }
  .catalog-tabs .container::-webkit-scrollbar {
    display: none;
  }
  .catalog-tab {
    padding: 8px 16px;
    font-size: 13px;
    flex: 0 0 auto;
  }
}

/* Стили .products-mobile живут в mobile.css */

/* === Product card variant swatches === */
.product-card-variants {
  display: flex;
  gap: 6rem;
  flex-wrap: wrap;
  margin: -6rem 0 2rem;
}
.pc-variant {
  background: transparent;
  border: 1rem solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 12rem;
  line-height: 130%;
  padding: 5rem 11rem;
  cursor: pointer;
  border-radius: 2rem;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.pc-variant:hover {
  color: #fff;
  border-color: #a78873;
}
.pc-variant.is-active {
  color: #100f0e;
  background: #a78873;
  border-color: #a78873;
}
@media screen and (max-width: 480px) {
  .pc-variant {
    font-size: 11px;
    padding: 5px 10px;
  }
}

/* ── Dropdown в основной навигации ──────────────────────────────── */
.nav-item--has-dropdown {
  position: relative;
  cursor: pointer;
}
.nav-item-trigger {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220rem;
  padding: 12rem 0;
  margin-top: 8rem;
  background: rgba(23, 22, 20, 0.95);
  backdrop-filter: blur(20rem);
  border: 1rem solid rgba(167, 136, 115, 0.2);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
  transition: all 0.2s ease;
  z-index: 100;
}
.nav-item--has-dropdown.is-open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown--about {
  min-width: 282rem;
}
.nav-dropdown-link {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.85);
  padding: 12rem 24rem;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
}
.nav-dropdown-link:hover {
  color: #a78873;
  background: rgba(167, 136, 115, 0.08);
}
/* Мобильная версия – на бургер-меню dropdown превращается в обычный список */
@media screen and (max-width: 1199px) {
  .nav-item--has-dropdown {
    display: flex;
    flex-direction: column;
  }
  .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    border: none;
    padding: 0;
    margin: 8rem 0 0 16rem;
    backdrop-filter: none;
  }
  .nav-dropdown-link {
    padding: 8rem 0;
    font-size: 14rem;
  }
}

/* === Contacts page === */
.contacts-page {
  background: #171614;
}

.contacts-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 348rem;
  overflow: hidden;
}

.contacts-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 22, 20, 0.15) 0%, rgba(23, 22, 20, 0.12) 42%, rgba(23, 22, 20, 0.74) 100%);
  pointer-events: none;
}

.contacts-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.contacts-hero .container {
  position: relative;
  z-index: 1;
}

.contacts-hero .section-heading {
  max-width: 916rem;
  margin: 55rem auto 0;
  font-size: 48rem;
  line-height: 110%;
  text-align: center;
}

.contacts-details {
  padding: 100rem 0 70rem;
}

.contacts-details .container {
  display: grid;
  grid-template-columns: minmax(0, 421rem) minmax(220rem, 320rem);
  gap: 120rem;
  align-items: start;
  justify-content: start;
}

.contacts-card .section-heading {
  margin-bottom: 40rem;
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.contact-item:hover,
.contact-item:focus-visible {
  opacity: 0.75;
}

.contact-item--address {
  align-items: flex-start;
}

.contact-icon {
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
  opacity: 0.5;
}

.contact-item--address .contact-icon {
  margin-top: 1rem;
}

.contact-item span {
  min-width: 0;
  color: inherit;
  font: inherit;
}

.legal-info {
  padding-top: 84rem;
}

.legal-info p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 140%;
  color: #fff;
}

.contacts-map {
  padding-bottom: 100rem;
}

.contacts-map-title {
  position: absolute;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contacts-map-frame {
  position: relative;
  width: 100%;
  height: 600rem;
  overflow: hidden;
  background: #100f0e;
}

.contacts-map-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts-map-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.contacts-map-frame.is-loaded .contacts-map-canvas {
  opacity: 1;
}

.contacts-map-frame.is-loaded .contacts-map-image {
  opacity: 0;
}

.contacts-map-static-marker {
  position: absolute;
  left: 50.2%;
  top: 40.5%;
  z-index: 1;
  width: 32rem;
  height: 32rem;
  margin: -32rem 0 0 -16rem;
  border-radius: 50% 50% 50% 0;
  background: #a78873;
  transform: rotate(-45deg);
  box-shadow: 0 12rem 24rem rgba(0, 0, 0, 0.38);
}

.contacts-map-static-marker::before {
  content: "";
  position: absolute;
  inset: 8rem;
  border-radius: 50%;
  background: #fff;
}

.contacts-map-frame.is-loaded .contacts-map-static-marker {
  opacity: 0;
}

.contacts-map-marker {
  position: relative;
  width: 36rem;
  height: 36rem;
  margin: -36rem 0 0 -18rem;
  border-radius: 50% 50% 50% 0;
  background: #a78873;
  transform: rotate(-45deg);
  box-shadow: 0 18rem 34rem rgba(0, 0, 0, 0.38);
}

.contacts-map-marker::before {
  content: "";
  position: absolute;
  inset: 9rem;
  border-radius: 50%;
  background: #fff;
}

.contacts-map-link {
  position: absolute;
  right: 24rem;
  bottom: 24rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48rem;
  padding: 0 22rem;
  border: 1rem solid rgba(255, 255, 255, 0.32);
  border-radius: 4rem;
  background: rgba(23, 22, 20, 0.82);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15rem;
  line-height: 120%;
  backdrop-filter: blur(8rem);
}

.contacts-page #contact-form .img-block {
  width: 50%;
  max-width: 720rem;
}

.contacts-page #contact-form .img-block img {
  object-position: center center;
}

.policy-text a,
.form-checkbox a {
  color: #a78873;
  text-decoration: underline;
  text-underline-offset: 3rem;
}

/* === Partners page === */
.partners-page {
  background: #171614;
}

.partners-hero {
  position: relative;
  height: 348rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.partners-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(23, 22, 20, 0.18) 0%, rgba(23, 22, 20, 0.9) 100%);
  pointer-events: none;
}

.partners-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.partners-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 70rem;
}

.partners-hero .section-heading {
  max-width: 920rem;
  margin: 0 auto;
  text-align: center;
  font-size: 48rem;
}

.partners-intro {
  padding: 100rem 0 90rem;
}

.partners-intro-showcase {
  display: grid;
  grid-template-columns: 516rem minmax(0, 1fr);
  gap: 20rem;
  align-items: start;
}

.partners-intro-photo {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.partners-intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.partners-intro-panel {
  position: relative;
  overflow: hidden;
  padding: 0 78rem 0 80rem;
  background: #171614;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.partners-intro-mark {
  position: absolute;
  left: 4rem;
  top: 200rem;
  width: 58rem;
  height: auto;
  aspect-ratio: 70 / 100;
  object-fit: contain;
  opacity: 0.8;
  pointer-events: none;
}

.partners-intro-head {
  display: flex;
  flex-direction: column;
  gap: 40rem;
  max-width: 679rem;
  padding-bottom: 40rem;
}

.partners-intro-head .section-heading {
  margin-top: -13rem;
  font-size: 40rem;
  line-height: 130%;
  text-transform: uppercase;
}

.partners-intro-copy {
  display: flex;
  flex-direction: column;
  gap: 20rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
}

.partners-intro-copy p {
  margin: 0;
}

.partners-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20rem;
  margin-top: 20rem;
}

.partners-benefit {
  position: relative;
  min-height: 220rem;
  overflow: hidden;
  padding: 30rem 25rem;
  background: #100f0e;
}

.partners-benefit--wide {
  grid-column: span 2;
}

.partners-benefit p {
  position: relative;
  z-index: 1;
  max-width: 340rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
}

.partners-benefit span {
  position: absolute;
  right: 18rem;
  bottom: 18rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 60rem;
  line-height: 1;
  color: #5e463a;
  background: linear-gradient(to bottom, rgb(94, 70, 58) 0%, rgba(94, 70, 58, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.partners-benefits-photo {
  grid-column: span 2;
  min-height: 220rem;
  overflow: hidden;
}

.partners-benefits-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.partners-logos {
  padding: 100rem 0 150rem;
}

.partners-logos .section-heading {
  margin-bottom: 46rem;
}

.partners-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20rem;
  margin-bottom: 46rem;
}

.partners-stat {
  border: 1rem solid rgba(63, 63, 63, 0.3);
  backdrop-filter: blur(20rem);
  background: rgba(23, 22, 20, 0.2);
  padding: 25rem 30rem;
}

.partners-stat-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 40rem;
  line-height: 100%;
  color: #a78873;
}

.partners-stat-text {
  margin-top: 16rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
}

.partners-marquee {
  width: 100%;
  overflow: hidden;
  padding-left: 60rem;
  outline: none;
}

.partners-marquee-track {
  display: flex;
  align-items: center;
  gap: 60rem;
  width: max-content;
  animation: partners-marquee 42s linear infinite;
}

.partners-marquee:hover .partners-marquee-track,
.partners-marquee:focus-visible .partners-marquee-track {
  animation-play-state: paused;
}

.partners-marquee-track img {
  display: block;
  width: 426rem;
  height: 80rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.partners-logos-note {
  max-width: 785rem;
  margin-top: 40rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
}

@keyframes partners-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 30rem));
  }
}

.partners-cta {
  position: relative;
  overflow: hidden;
  padding: 105rem 0;
  background: rgba(55, 40, 33, 0.5);
}

.partners-cta-decor {
  position: absolute;
  top: 50%;
  width: 365rem;
  height: 524rem;
  transform: translateY(-50%);
  opacity: 0.6;
  pointer-events: none;
}

.partners-cta-decor--left {
  left: 0;
}

.partners-cta-decor--right {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

.partners-cta-content {
  position: relative;
  z-index: 1;
  max-width: 666rem;
  margin: 0 auto;
  text-align: center;
}

.partners-cta-content .section-heading {
  margin-bottom: 20rem;
}

.partners-cta-content p {
  max-width: 450rem;
  margin: 0 auto;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
}

.partners-cta-content p + p {
  margin-top: 15rem;
}

.partners-cta-content .white-button {
  display: inline-flex;
  margin-top: 30rem;
}

.partners-page #contact-form .img-block img {
  object-position: center top;
}

@media (prefers-reduced-motion: reduce) {
  .partners-marquee {
    overflow-x: auto;
  }

  .partners-marquee-track {
    flex-wrap: nowrap;
    width: auto;
    animation: none;
  }
}

/* === Legal documents === */
.legal-page {
  padding-top: 170rem;
  padding-bottom: 110rem;
}

.legal-page-head {
  max-width: 980rem;
  margin-bottom: 56rem;
}

.legal-page-kicker {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 130%;
  color: #a78873;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-bottom: 18rem;
}

.legal-page-head .section-heading {
  margin-bottom: 20rem;
}

.legal-document {
  max-width: 980rem;
  padding: 44rem;
  border: 1rem solid rgba(167, 136, 115, 0.22);
  border-radius: 8rem;
  background: rgba(167, 136, 115, 0.06);
}

.legal-document section + section {
  margin-top: 36rem;
}

.legal-document h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 22rem;
  line-height: 130%;
  color: #fff;
  margin-bottom: 18rem;
}

.legal-document p,
.legal-document li {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.82);
}

.legal-document p + p,
.legal-document ul + p,
.legal-document p + ul {
  margin-top: 14rem;
}

.legal-document ul {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  padding-left: 20rem;
}

.legal-document li {
  list-style: disc;
}

.legal-document a {
  color: #a78873;
  text-decoration: underline;
  text-underline-offset: 3rem;
}

/* === Role-based form fields === */
.field-group.hidden {
  display: none;
}
.card .card-info .white-button{
  display: block;
}
.warning-18{
  opacity: .7;
}

.news-page {
  padding-top: 170rem;
  padding-bottom: 100rem;
}

.news-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8rem;
  margin-bottom: 34rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
}

.news-breadcrumbs a {
  color: #fff;
}

.news-breadcrumbs a,
.news-breadcrumbs .news-breadcrumbs-current {
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-breadcrumbs span {
  color: rgba(255, 255, 255, 0.5);
}

.news-breadcrumbs .news-breadcrumbs-separator {
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}

.news-page-title {
  max-width: 896rem;
  margin-bottom: 40rem;
  font-size: 48rem;
}

.news-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 784rem) minmax(320rem, 454rem);
  gap: 82rem;
  align-items: start;
}

.news-page-main {
  min-width: 0;
}

.news-page-hero-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40rem;
}

.news-page-content {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

.news-page-content p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 140%;
  color: #fff;
}

.news-page-content a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1rem;
  text-underline-offset: 4rem;
}

.news-page-figure {
  margin: 25rem 0;
}

.news-page-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.news-page-content .news-page-lead {
  margin-top: 10rem;
  font-size: 28rem;
  line-height: 130%;
}

.news-page-date {
  display: block;
  margin-top: 40rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
}

.news-page-sidebar h2 {
  max-width: 406rem;
  margin-bottom: 30rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 28rem;
  line-height: 130%;
  color: #fff;
}

.news-related-list {
  display: flex;
  flex-direction: column;
  gap: 30rem;
}

.news-related-item {
  display: grid;
  grid-template-columns: 156rem minmax(0, 1fr);
  gap: 20rem;
  align-items: start;
  overflow: hidden;
  transition: background 0.15s ease;
}

.news-related-item:hover,
.news-related-item:focus-visible {
  background: rgba(167, 136, 115, 0.08);
}

.news-related-item > img {
  display: block;
  width: 156rem;
  height: 120rem;
  object-fit: cover;
  background: #5e463a;
  transition: filter 0.35s ease, transform 0.35s ease;
}

.news-related-item:hover > img,
.news-related-item:focus-visible > img {
  transform: scale(1.035);
  filter: sepia(0.5) saturate(0.85) brightness(0.95);
}

.news-related-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 15rem;
  padding-right: 10rem;
}

.news-related-title {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  line-height: 130%;
  color: #fff;
}

.news-related-link {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #5e463a;
}

.news-related-link img {
  content: "";
  display: block;
  width: 37rem;
  height: 20rem;
  flex-shrink: 0;
}

.production-page {
  background: #171614;
}

.production-hero {
  position: relative;
  height: 348rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.production-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(23, 22, 20, 0.6) 0%, rgba(23, 22, 20, 0) 100%);
  pointer-events: none;
}

.production-hero-bg {
  position: absolute;
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
  width: calc(100% + 24rem);
  height: calc(100% + 24rem);
  object-fit: cover;
  object-position: center center;
  filter: blur(2.4rem);
}

.production-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 70rem;
}

.production-hero .section-heading {
  max-width: 920rem;
  margin: 0 auto;
  text-align: center;
  font-size: 48rem;
  text-wrap: balance;
}

.production-intro {
  padding: 78rem 0 110rem;
}

.production-intro .container,
.production-raw .container,
.production-tech-grid {
  display: grid;
  grid-template-columns: minmax(0, 680rem) 516rem;
  gap: 124rem;
  align-items: start;
}

.production-intro-content {
  padding-top: 10rem;
}

.production-intro .section-heading,
.production-raw .section-heading,
.production-technology .section-heading {
  line-height: 130%;
  text-wrap: balance;
}

.production-intro .section-heading {
  max-width: 560rem;
  margin-bottom: 40rem;
}

.production-copy,
.production-tech-content {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}

.production-copy p,
.production-raw-content p,
.production-list li,
.production-tech-content p,
.production-principle p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  text-wrap: pretty;
}

.production-section-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
}

.production-desktop-break {
  display: initial;
}

.production-intro-image,
.production-raw-image,
.production-tech-image {
  position: relative;
  overflow: hidden;
  background: #372821;
}

.production-intro-image {
  width: 516rem;
  height: 500rem;
}

.production-raw-image {
  width: 516rem;
  height: auto;
  min-height: 100%;
  align-self: stretch;
}

.production-raw .container {
  align-items: stretch;
}

.production-tech-image {
  width: 516rem;
  min-height: 500rem;
  background: #100f0e;
}

.production-intro-image img,
.production-raw-image img,
.production-tech-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.production-intro-image img {
  object-position: 30% center;
}

.production-kicker {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 20rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
}

.production-kicker::before {
  content: "";
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  background: #a78873;
}

.production-equipment {
  padding: 100rem 0;
  background: rgba(55, 40, 33, 0.5);
}

.production-equipment .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.production-lead {
  max-width: 930rem;
  margin-bottom: 44rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 28rem;
  line-height: 130%;
  color: #fff;
  text-wrap: balance;
}

.production-section-text {
  max-width: 980rem;
  margin-bottom: 28rem;
  font-size: 20rem;
  color: #fff;
}

.production-equipment-grid {
  display: grid;
  grid-template-columns: 516rem minmax(0, 1fr);
  gap: 20rem;
  width: 100%;
}

.production-equipment-card {
  position: relative;
  overflow: hidden;
  min-height: 211rem;
  padding: 30rem 98rem 30rem 30rem;
  background: #171614;
}

.production-equipment-card h3,
.production-tech-content h3 {
  margin-bottom: 10rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  line-height: 130%;
  color: #fff;
}

.production-equipment-card p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
}

.production-note {
  margin-top: 28rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #a78873;
}

p.production-note,
p.production-accent {
  color: #a78873;
}

.production-raw {
  padding: 110rem 0 96rem;
}

.production-raw .section-heading {
  margin-bottom: 20rem;
}

.production-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  margin-top: 14rem;
}

.production-list li {
  position: relative;
  padding-left: 30rem;
  color: #fff;
}

.production-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11rem;
  width: 20rem;
  height: 1rem;
  background: #a78873;
}

.production-country {
  position: relative;
  overflow: hidden;
  padding: 92rem 0;
  background: rgba(55, 40, 33, 0.5);
}

.production-country::before,
.production-country::after {
  content: "";
  position: absolute;
  top: -35rem;
  width: 365rem;
  height: 524rem;
  opacity: 1;
  pointer-events: none;
}

.production-country::before {
  left: -56rem;
  background: url("../media/production/country-griffon-left.svg") center/contain no-repeat;
}

.production-country::after {
  right: -56rem;
  background: url("../media/production/country-griffon-right.svg") center/contain no-repeat;
  transform: scaleX(-1);
}

.production-country .container {
  position: relative;
  z-index: 1;
}

.production-country p {
  max-width: 940rem;
  margin: 0 auto;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 28rem;
  line-height: 130%;
  text-align: center;
  color: #fff;
  text-wrap: balance;
}

.production-technology {
  padding: 100rem 0;
}

.production-technology > .container > .section-heading {
  max-width: 900rem;
  margin-bottom: 40rem;
}

.production-video {
  width: 100%;
  margin-bottom: 100rem;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #5e463a;
}

.production-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.production-tech-grid {
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  margin-bottom: 90rem;
}

.production-tech-content {
  padding-top: 4rem;
}

.production-tech-content h3 {
  margin-top: 8rem;
}

.production-principle {
  max-width: 910rem;
}

.production-principle .section-heading {
  margin-bottom: 20rem;
}

.production-principle a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1rem;
  text-underline-offset: 4rem;
}

.production-principle p + p {
  margin-top: 10rem;
}

.production-page #contact-form .img-block {
  width: 50%;
  max-width: 720rem;
}

.production-page #contact-form .img-block img {
  object-position: center center;
}

.about-page {
  background: #171614;
}

.about-hero {
  position: relative;
  height: 348rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(23, 22, 20, 0.08) 0%, rgba(23, 22, 20, 0.68) 100%);
  pointer-events: none;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.about-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 70rem;
}

.about-hero .section-heading {
  max-width: 900rem;
  margin: 0 auto;
  text-align: center;
  font-size: 48rem;
  text-wrap: balance;
}

.about-company {
  position: relative;
  padding: 82rem 0 98rem;
}

.about-company .container {
  display: flex;
  align-items: flex-start;
  gap: 100rem;
}

.about-company-image,
.about-mission-image,
.about-partners-image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  background: #372821;
}

.about-company-image {
  width: 516rem;
  height: 500rem;
}

.about-company-image img,
.about-mission-image img,
.about-partners-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-company-content {
  max-width: 680rem;
}

.about-company-content .section-heading {
  margin-bottom: 40rem;
  text-wrap: balance;
}

.about-copy {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}

.about-copy p,
.about-mission-text,
.about-advantage p,
.about-advantage li,
.about-fact-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  text-wrap: pretty;
}

.about-company-decor {
  position: absolute;
  width: 58rem;
  top: 82rem;
  left: calc(50% - 124rem);
  opacity: 0.9;
  pointer-events: none;
}

.about-mission {
  padding: 0 0 100rem;
}

.about-mission .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 516rem;
  gap: 84rem;
  align-items: start;
}

.about-mission-content {
  max-width: 780rem;
  padding-top: 4rem;
}

.about-kicker {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 20rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
}

.about-kicker::before {
  content: "";
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  background: #a78873;
}

.about-lead {
  margin-bottom: 34rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 28rem;
  line-height: 130%;
  color: #fff;
  text-wrap: balance;
}

.about-mission-text {
  position: relative;
  max-width: 730rem;
  padding-left: 84rem;
}

.about-mission-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 58rem;
  height: 83rem;
  background: url("../media/icons/grif.svg") center / contain no-repeat;
  opacity: 0.65;
}

.about-mission-image {
  width: 516rem;
  height: 500rem;
}

.about-quote {
  position: relative;
  overflow: hidden;
  padding: 100rem 0;
  background: rgba(55, 40, 33, 0.5);
}

.about-quote::before {
  content: "";
  position: absolute;
  left: -56rem;
  top: -35rem;
  width: 365rem;
  height: 524rem;
  background: url("../media/partners/cta-griffon-left.svg") center / contain no-repeat;
  opacity: 0.7;
  pointer-events: none;
}

.about-quote::after {
  content: "";
  position: absolute;
  top: 22rem;
  right: 56rem;
  width: 82rem;
  height: 58rem;
  background: url("../media/about/quote-left.png") center / contain no-repeat;
  pointer-events: none;
}

.about-quote .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 210rem minmax(0, 1fr);
  gap: 60rem;
  align-items: center;
}

.about-quote-photo {
  display: block;
  width: 210rem;
  height: 210rem;
  border-radius: 50%;
  object-fit: cover;
}

.about-quote blockquote {
  margin: 0;
}

.about-quote blockquote p {
  margin-bottom: 40rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.8);
  text-wrap: pretty;
}

.about-quote cite {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
}

.about-quote cite span {
  font-size: 18rem;
  color: #fff;
}

.about-brands {
  padding: 100rem 0;
}

.about-brands .section-heading {
  max-width: 920rem;
  text-wrap: balance;
}

.about-catalog-link {
  display: inline-flex;
  margin-top: 40rem;
}

.about-advantages {
  padding: 100rem 0;
  background: #100f0e;
}

.about-advantages .section-heading {
  max-width: 920rem;
  margin-bottom: 40rem;
}

.about-advantages-grid {
  display: grid;
  grid-template-columns: 516rem minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(226rem, auto));
  gap: 20rem;
}

.about-advantage {
  position: relative;
  overflow: hidden;
  min-height: 226rem;
  padding: 30rem;
  background: #171614;
}

.about-advantage--large {
  grid-row: span 2;
}

.about-advantage h3 {
  margin-bottom: 20rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 28rem;
  line-height: 130%;
  color: #fff;
}

.about-advantage p {
  margin-bottom: 15rem;
}

.about-advantage ul {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.about-advantage li {
  position: relative;
  padding-left: 30rem;
  font-size: 14rem;
}

.about-advantage li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9rem;
  width: 16rem;
  height: 1rem;
  background: #5e463a;
}

.about-advantage-number {
  position: absolute;
  right: 24rem;
  bottom: 16rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 72rem;
  line-height: 1;
  color: #5e463a;
  background: linear-gradient(to bottom, rgb(94, 70, 58) 0%, rgba(94, 70, 58, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-facts {
  position: relative;
  overflow: hidden;
  padding: 0 0 100rem;
}

.about-facts-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-facts::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(23, 22, 20, 0.42);
  pointer-events: none;
}

.about-facts .container {
  position: relative;
  z-index: 1;
}

.about-facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20rem;
}

.about-fact {
  min-height: 180rem;
  padding: 25rem 30rem;
  border: 1rem solid rgba(63, 63, 63, 0.3);
  backdrop-filter: blur(20rem);
  background: rgba(23, 22, 20, 0.42);
}

.about-fact-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 40rem;
  line-height: 100%;
  color: #a78873;
}

.about-fact-icon {
  display: block;
  width: 40rem;
  height: 40rem;
}

.about-fact-text {
  margin-top: 16rem;
}

.about-partners {
  padding: 100rem 0;
}

.about-partners .container {
  display: grid;
  grid-template-columns: minmax(0, 623rem) 516rem;
  justify-content: space-between;
  gap: 80rem;
  align-items: center;
}

.about-partners-content .section-heading {
  margin-bottom: 20rem;
}

.about-partners-lead {
  font-size: 28rem;
  line-height: 130%;
  color: #fff;
}

.about-partners-content .empty-button {
  display: inline-flex;
  margin-top: 40rem;
}

.about-partners-image {
  width: 516rem;
  height: 490rem;
}

.about-page #contact-form .img-block img {
  object-position: center center;
}

/* === Where to buy page === */
.buy-page {
  background: #171614;
}

.buy-hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 348rem;
  overflow: hidden;
}

.buy-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(23, 22, 20, 0.14) 0%, rgba(23, 22, 20, 0.1) 44%, rgba(23, 22, 20, 0.86) 100%);
  pointer-events: none;
}

.buy-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.buy-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 70rem;
}

.buy-hero .section-heading {
  max-width: 916rem;
  margin: 0 auto;
  font-size: 48rem;
  line-height: 110%;
  text-align: center;
}

.buy-map-section {
  padding: 100rem 0 70rem;
}

.buy-map-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40rem;
  margin-bottom: 35rem;
}

.buy-map-head .section-heading {
  margin-bottom: 14rem;
}

.buy-map-head .regular-text {
  max-width: 560rem;
  color: rgba(255, 255, 255, 0.65);
}

.buy-map-count {
  flex-shrink: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 130%;
  color: #a78873;
}

.buy-map-controls {
  display: grid;
  grid-template-columns: minmax(220rem, 320rem) minmax(280rem, 420rem);
  gap: 20rem;
  margin-bottom: 30rem;
}

.buy-view-toggle {
  display: none;
}

.buy-map-layout {
  position: relative;
  display: block;
  overflow: hidden;
}

.buy-map-section.is-map-unavailable .buy-map-layout {
  overflow: visible;
}

.buy-map-section.is-map-unavailable .buy-map-frame {
  display: none;
}

.buy-map-section.is-map-unavailable .buy-points-panel {
  position: relative;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.buy-map-section.is-map-unavailable .buy-points {
  display: grid;
  max-height: none;
  padding-right: 0;
}

.buy-points-panel {
  position: absolute;
  top: 20rem;
  right: 20rem;
  bottom: 58rem;
  z-index: 8;
  display: flex;
  flex-direction: column;
  width: 400rem;
  padding: 12rem;
  box-sizing: border-box;
  background: rgba(16, 15, 14, 0.95);
  box-shadow: 0 18rem 42rem rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(8rem);
  overflow: hidden;
  transition: width 0.24s ease, height 0.24s ease, padding 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.buy-map-section.is-all-cities .buy-points-panel {
  display: none;
}

.buy-map-section.is-points-panel-collapsed .buy-points-panel {
  bottom: auto;
  width: 88rem;
  height: 46rem;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.buy-map-section.is-map-unavailable.is-points-panel-collapsed .buy-points-panel {
  bottom: auto;
  width: 100%;
  height: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

.buy-points-toggle {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  width: 100%;
  min-height: 46rem;
  padding: 0 16rem;
  border: 1rem solid rgba(255, 255, 255, 0.28);
  background: rgba(16, 15, 14, 0.94);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13rem;
  line-height: 120%;
  cursor: pointer;
  backdrop-filter: blur(8rem);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.buy-map-section.is-points-panel-collapsed .buy-points-toggle {
  width: 88rem;
  height: 46rem;
  padding: 0 14rem;
}

.buy-map-section.is-points-panel-collapsed .buy-points-toggle-icon,
.buy-map-section.is-points-panel-collapsed .buy-points-toggle-count {
  position: absolute;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.buy-points-toggle:hover {
  border-color: #a78873;
  background: rgba(35, 29, 25, 0.96);
}

.buy-points-toggle-icon {
  position: relative;
  width: 15rem;
  height: 11rem;
  flex-shrink: 0;
}

.buy-points-toggle-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15rem;
  border-top: 1rem solid currentColor;
  transform: translateY(-50%);
}

.buy-points-toggle-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7rem;
  height: 7rem;
  border-top: 1rem solid currentColor;
  border-right: 1rem solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.buy-map-section.is-points-panel-collapsed .buy-points-toggle-icon::after {
  left: 0;
  right: auto;
  border-right: 0;
  border-left: 1rem solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}

.buy-points-toggle-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22rem;
  height: 22rem;
  padding: 0 6rem;
  border-radius: 999rem;
  background: #a78873;
  color: #171614;
  font-size: 11rem;
  font-weight: 700;
}

.buy-field {
  position: relative;
  display: block;
}

.buy-field--city {
  z-index: 6;
}

.buy-city-suggestions {
  border-color: rgba(255, 255, 255, 0.28);
  background: #100f0e;
}

.buy-city-suggestions .autocomplete-option {
  color: rgba(255, 255, 255, 0.82);
  background: #100f0e;
}

.buy-city-suggestions .autocomplete-option:hover,
.buy-city-suggestions .autocomplete-option.is-active {
  color: #fff;
  background: rgba(167, 136, 115, 0.24);
}

.buy-field span {
  position: absolute;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.buy-field input {
  width: 100%;
  height: 45rem;
  padding: 0 48rem 0 20rem;
  border: 1rem solid rgba(255, 255, 255, 0.6);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 110%;
  box-sizing: border-box;
}

.buy-field--search::after {
  content: "";
  position: absolute;
  right: 18rem;
  top: 50%;
  width: 13rem;
  height: 13rem;
  border: 1rem solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  transform: translateY(-58%);
  pointer-events: none;
}

.buy-field--search::before {
  content: "";
  position: absolute;
  right: 16rem;
  top: 50%;
  width: 7rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.75);
  transform: translateY(5rem) rotate(45deg);
  pointer-events: none;
}

.buy-field input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.buy-field input:focus {
  border-color: #a78873;
  outline: 1rem solid rgba(167, 136, 115, 0.55);
  outline-offset: 0;
}

.buy-map-frame {
  position: relative;
  width: 100%;
  height: 680rem;
  overflow: hidden;
  background: #100f0e;
}

.buy-map-image,
.buy-map-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.buy-map-image {
  object-fit: cover;
  opacity: 0.7;
}

.buy-map-canvas {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.buy-map-frame.is-loaded .buy-map-canvas {
  opacity: 1;
}

.buy-map-frame.is-loaded .buy-map-image {
  opacity: 0;
}

.buy-map-frame.is-loaded .buy-map-static-layer {
  display: none;
}

.buy-map-static-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.buy-map-empty {
  position: absolute;
  left: 24rem;
  bottom: 24rem;
  z-index: 3;
  max-width: 360rem;
  padding: 16rem 20rem;
  background: rgba(23, 22, 20, 0.88);
  border: 1rem solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15rem;
  line-height: 130%;
  backdrop-filter: blur(8rem);
}

.buy-map-loader {
  position: absolute;
  left: 50%;
  top: 44rem;
  z-index: 160;
  display: flex;
  align-items: center;
  gap: 10rem;
  max-width: calc(100% - 48rem);
  padding: 12rem 18rem;
  background: rgba(23, 22, 20, 0.9);
  border: 1rem solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 130%;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(8rem);
}

.buy-map-loader::before {
  content: "";
  width: 16rem;
  height: 16rem;
  flex: 0 0 auto;
  border: 2rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: buy-map-loader-spin 0.8s linear infinite;
}

.buy-map-frame.is-loading-points .buy-map-loader {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes buy-map-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.buy-map-marker {
  position: relative;
  z-index: 2;
  min-width: 14rem;
  min-height: 14rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.buy-map-static-marker {
  position: absolute;
}

.buy-map-marker::before {
  content: "";
  display: block;
  width: 13rem;
  height: 13rem;
  border: 2rem solid #171614;
  border-radius: 50%;
  background: #a78873;
  box-shadow: 0 8rem 18rem rgba(0, 0, 0, 0.42);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.buy-map-marker--featured {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  min-height: 32rem;
  padding: 6rem 11rem 6rem 8rem;
  border: 1rem solid rgba(167, 136, 115, 0.72);
  border-radius: 999rem;
  background: rgba(16, 15, 14, 0.94);
  color: #fff;
  box-shadow: 0 14rem 32rem rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(4rem);
}

.buy-map-marker--featured::before {
  width: 12rem;
  height: 12rem;
  border: 0;
  background: #a78873;
  box-shadow: none;
}

.buy-map-marker-label {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 12rem;
  line-height: 120%;
  white-space: nowrap;
}

.buy-map-marker.is-hovered,
.buy-map-marker.is-selected {
  z-index: 8;
}

.buy-map-marker.has-balloon {
  z-index: 120;
}

.ymaps3x0--marker.is-selected,
[class*=ymaps3][class*=marker].is-selected {
  z-index: 122 !important;
}

.ymaps3x0--marker.has-balloon,
[class*=ymaps3][class*=marker].has-balloon {
  z-index: 124 !important;
}

.buy-map-marker.is-hovered::before,
.buy-map-marker.is-selected::before {
  background: #fff;
  border-color: #a78873;
  box-shadow: 0 0 0 7rem rgba(167, 136, 115, 0.28), 0 12rem 28rem rgba(0, 0, 0, 0.46);
  transform: scale(1.22);
}

.buy-map-marker--featured.is-hovered,
.buy-map-marker--featured.is-selected {
  border-color: #fff;
  background: #a78873;
  color: #171614;
}

.buy-map-marker--grouped:not(.buy-map-marker--featured) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28rem;
  min-height: 28rem;
  padding: 0 8rem;
  border: 2rem solid #171614;
  border-radius: 999rem;
  background: #a78873;
  color: #171614;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 13rem;
  line-height: 1;
  box-shadow: 0 12rem 28rem rgba(0, 0, 0, 0.36);
}

.buy-map-marker--grouped:not(.buy-map-marker--featured)::before {
  display: none;
}

.buy-map-marker--grouped.is-hovered:not(.buy-map-marker--featured),
.buy-map-marker--grouped.is-selected:not(.buy-map-marker--featured),
.buy-map-marker--grouped.has-balloon:not(.buy-map-marker--featured) {
  border-color: #fff;
}

.buy-map-marker--grouped[data-hover-label]:not(.has-balloon)::after {
  content: attr(data-hover-label);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9rem);
  z-index: 2;
  width: max-content;
  padding: 6rem 9rem;
  border: 1rem solid rgba(255, 255, 255, 0.2);
  background: rgba(16, 15, 14, 0.92);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 12rem;
  line-height: 120%;
  opacity: 0;
  transform: translate(-50%, 4rem);
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.buy-map-marker--grouped[data-hover-label]:hover::after,
.buy-map-marker--grouped[data-hover-label]:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.buy-map-marker--featured .buy-map-marker-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18rem;
  height: 18rem;
  padding: 0 5rem;
  border-radius: 999rem;
  background: #a78873;
  color: #171614;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 11rem;
  line-height: 1;
}

.buy-map-marker--featured.is-hovered .buy-map-marker-count,
.buy-map-marker--featured.is-selected .buy-map-marker-count {
  background: #171614;
  color: #fff;
}

.buy-map-marker--offset-selected {
  transform: translate(calc(-50% - 10rem), -50%);
}

.buy-map-marker--offset-rest {
  transform: translate(calc(-50% + 12rem), -50%);
}

.buy-map-balloon {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12rem);
  z-index: 130;
  display: grid;
  gap: 6rem;
  width: max-content;
  max-width: 280rem;
  padding: 14rem 16rem;
  border: 1rem solid rgba(255, 255, 255, 0.24);
  background: rgba(16, 15, 14, 0.94);
  color: #fff;
  text-align: left;
  box-shadow: 0 18rem 40rem rgba(0, 0, 0, 0.38);
  transform: translateX(-50%);
  pointer-events: none;
}

.buy-map-balloon--left {
  left: auto;
  right: 50%;
  transform: translateX(18rem);
}

.buy-map-balloon--right {
  left: 50%;
  right: auto;
  transform: translateX(-18rem);
}

.buy-map-balloon--bottom {
  top: calc(100% + 12rem);
  bottom: auto;
}

.buy-map-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7rem;
  width: 12rem;
  height: 12rem;
  border-right: 1rem solid rgba(255, 255, 255, 0.24);
  border-bottom: 1rem solid rgba(255, 255, 255, 0.24);
  background: rgba(16, 15, 14, 0.94);
  transform: translateX(-50%) rotate(45deg);
}

.buy-map-balloon--left::after {
  left: auto;
  right: 18rem;
  transform: rotate(45deg);
}

.buy-map-balloon--right::after {
  left: 18rem;
  transform: rotate(45deg);
}

.buy-map-balloon--bottom::after {
  top: -7rem;
  bottom: auto;
  border-right: 0;
  border-bottom: 0;
  border-left: 1rem solid rgba(255, 255, 255, 0.24);
  border-top: 1rem solid rgba(255, 255, 255, 0.24);
}

.buy-map-balloon strong {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  line-height: 120%;
}

.buy-map-balloon span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 13rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.76);
}

.buy-map-cluster {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  min-width: 38rem;
  height: 38rem;
  padding: 0 10rem;
  border: 2rem solid #171614;
  border-radius: 999rem;
  background: #a78873;
  color: #171614;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1;
  box-shadow: 0 12rem 28rem rgba(0, 0, 0, 0.36);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.buy-points {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 10rem;
  min-height: 0;
  width: 100%;
  max-height: none;
  padding: 10rem 0 0;
  box-sizing: border-box;
  overflow-y: auto;
}

.buy-map-section.is-points-panel-collapsed .buy-points {
  pointer-events: none;
}

.buy-map-section.is-map-unavailable.is-points-panel-collapsed .buy-points {
  pointer-events: auto;
}

.buy-map-section.is-map-unavailable .buy-points-toggle {
  display: none;
}

.buy-points > .buy-point-card:first-child,
.buy-points > .buy-points-empty:first-child {
  margin-top: 0;
}

.buy-point-card {
  display: grid;
  gap: 6rem;
  padding: 14rem 16rem;
  border: 1rem solid rgba(63, 63, 63, 0.35);
  background: #100f0e;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.buy-point-card[hidden] {
  display: none;
}

.buy-point-card--featured {
  border-color: rgba(167, 136, 115, 0.65);
}

.buy-point-card.is-hovered,
.buy-point-card.is-selected {
  border-color: #a78873;
  background: rgba(167, 136, 115, 0.12);
}

.buy-point-tag {
  display: inline-flex;
  margin-bottom: 16rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 13rem;
  line-height: 120%;
  color: #a78873;
}

.buy-point-card h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 15rem;
  line-height: 130%;
  color: #fff;
  overflow-wrap: anywhere;
}

.buy-point-card p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 135%;
  color: rgba(255, 255, 255, 0.68);
  overflow-wrap: anywhere;
}

.buy-point-count {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12rem;
  line-height: 130%;
  color: #a78873;
}

.buy-point-selected {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 0;
  padding: 22rem 58rem 28rem 22rem;
  border: 1rem solid #a78873;
  background: #171614;
  box-shadow: 0 16rem 34rem rgba(0, 0, 0, 0.28);
}

.buy-point-selected h3 {
  margin-bottom: 10rem;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
  overflow-wrap: anywhere;
}

.buy-point-selected p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15rem;
  line-height: 145%;
  color: rgba(255, 255, 255, 0.72);
  overflow-wrap: anywhere;
}

.buy-point-selected-close {
  position: absolute;
  top: 16rem;
  right: 16rem;
  width: 28rem;
  height: 28rem;
  padding: 0;
  border: 1rem solid rgba(255, 255, 255, 0.32);
  background: transparent;
  cursor: pointer;
}

.buy-point-selected-close::before,
.buy-point-selected-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14rem;
  height: 1rem;
  background: #fff;
}

.buy-point-selected-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.buy-point-selected-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.buy-points-empty {
  padding: 20rem;
  border: 1rem solid rgba(255, 255, 255, 0.22);
  background: rgba(16, 15, 14, 0.82);
  color: rgba(255, 255, 255, 0.78);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15rem;
  line-height: 135%;
}

.buy-points-more {
  display: grid;
  justify-items: center;
  gap: 12rem;
  padding: 10rem 0 2rem;
}

.buy-points-more p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 13rem;
  line-height: 130%;
}

.buy-points-more-btn {
  min-height: 42rem;
  padding: 0 22rem;
  border: 1rem solid rgba(255, 255, 255, 0.44);
  background: transparent;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 120%;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.buy-points-more-btn:hover {
  border-color: #a78873;
  color: #a78873;
}

.buy-points-sentinel {
  width: 1rem;
  height: 1rem;
}

.buy-partners {
  padding-top: 65rem;
}

.buy-partners .partners-logos-note {
  max-width: 785rem;
  margin: 20rem 0 42rem;
}

.buy-page #contact-form .img-block img {
  object-position: center top;
}
