html {
  /* scroll-behavior: smooth; */
  scrollbar-gutter: stable;
  /* scroll-snap-type: y proximity; */
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--bg);
  color: var(--white);
  font-family: var(--mainFont);
  font-weight: 500;
  font-size: 15px;
  min-height: 100%;
  line-height: 1.2;
  overflow-x: hidden;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: clip;
}

:root {
  --bg: #040608;
  --bg2: #111315;
  --card: #151714;
  --black: #000000;
  --colorHide: #1D1F21;
  --border: #737373;
  --border2: rgb(115, 115, 115, 0.5);
  --text: #c8c4bc;
  --muted: #5e605c;
  --accent: #5A5149;
  --white: #D0C0B1;
  --input: #D9CBBD;
  --input-pholder: #A4978B;
  --input-border: #BAAC9F;
  --red: #C12E1B;
  --mainFont: 'Matter Mono', sans-serif;
  --secondFont: 'Druk Text', sans-serif;
  --ease: cubic-bezier(.4, 0, .2, 1);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--muted);
  border-radius: 5px;
}

.tippy-content {
  background-color: var(--bg2) !important;
  color: var(--white);
  font-size: 14px !important;
  border-radius: 4px !important;
  padding: 10px 15px !important;
}

.tippy-arrow {
  color: var(--bg2) !important;
}

/* section {
  opacity: 0;
  -webkit-transition: opacity 1.2s linear;
  -o-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear;
}

.visible {
  opacity: 1;
  -webkit-transition: opacity 1.2s linear;
  -o-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear;
} */


section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  z-index: 3;
}

section:first-child {
  padding-top: 38px;
  padding-bottom: 100px;
}

section:last-child {
  padding-bottom: 208px;
}

@media (max-width: 991.98px) {

  section:first-child {
    padding-top: 34px;
  }

  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  section:last-child {
    padding-bottom: 80px;
  }

  .about-us-top {
    padding-bottom: 130px !important;
  }
}

/* section:last-child {
  padding-top: 20px;
  padding-bottom: clamp(0.9375rem, 0.7879rem + 0.8547vw, 1.5625rem);
} */

h1,
.h1 {
  font-family: var(--secondFont);
  text-transform: uppercase;
  font-size: 110px;
  font-weight: 500;
  letter-spacing: -5%;
  margin: 20px 0 20px 0;
  line-height: 1.2;
}

h2,
.h2 {
  font-family: var(--secondFont);
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: -5%;
  line-height: 1.2;
  margin: 20px 0 20px 0;
}

h3,
.h3 {
  font-family: var(--secondFont);
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -5%;
  line-height: 1.2;
  margin: 20px 0 20px 0;
}

h4,
.h4 {
  font-family: var(--secondFont);
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -5%;
  line-height: 1.2;
  margin: 20px 0 20px 0;
}

h5,
.h5 {
  font-family: var(--secondFont);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -5%;
  line-height: 1.2;
  margin: 20px 0 20px 0;
}

h6,
.h6 {
  font-family: var(--secondFont);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -5%;
  line-height: 1.2;
  margin: 20px 0 20px 0;
}

@media (max-width: 991.98px) {

  h1,
  .h1 {
    font-size: 87px;
  }

  h2,
  .h2 {
    font-size: 44px;
  }

  h3,
  .h3 {
    font-size: 40px;
  }

  h4,
  .h4 {
    font-size: 28px;
  }

  .step-text {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 32px;
  }

  h6,
  .h6 {
    font-size: 20px;
  }
}

.section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: clamp(1.25rem, 1.111rem + 0.592vw, 1.563rem);
  z-index: 1;
}

.section-top .section-title {
  display: flex;
  align-items: baseline;
  gap: 91px;
  margin: 0;
  text-transform: uppercase;
}

.section-title {
  font-family: var(--secondFont);
  /* font-size: clamp(2rem, 1.445rem + 2.367vw, 3.25rem); */
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -5%;
  line-height: 1;
  margin-bottom: clamp(1.25rem, 1.111rem + 0.592vw, 1.563rem);
}

.section-title-catalog {
  font-size: 75px;
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 32px;
  }

  .section-title-catalog {
    font-size: 45px;
  }
}

.section-h1 {
  font-size: 100px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 19px;
}

p:last-child {
  margin-bottom: 0;
}

body .block-top {
  padding-top: 110px;
  padding-bottom: 68px;
}

.block-top {
  border-bottom: 1px solid var(--border2);
}

@media (max-width: 767.98px) {
  p {
    font-size: 14px;
  }
}

.text-100 {
  font-family: var(--secondFont);
}

.description {
  position: relative;
  overflow: hidden;
}

@media (min-width: 991.98px) {
  .description-border {
    border-bottom: 1px solid var(--border2);
  }
}

.description:has(+ .running-line-section) {
  padding-bottom: 0;
}

.description h4 {
  display: flex;
  gap: 42px;
}

.description-box {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(40%, 1fr)); */
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  /* row-gap: 10px; */
}

.description-box-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 -50px;
}

.description:has(.description-box-3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(to top, transparent, #040608);
  pointer-events: none;
  z-index: 3;
}

.description-box-3 .description-decor {
  padding: 59px;
}

.description-box-3 .description-decor:not(:last-child) {
  border-right: 1px solid var(--border2);
}

.description-box-3 .description-decor {
  padding-bottom: 130px;
}

.description:has(.description-box-3) {
  padding-top: 32px;
}

.description .section-h2 {
  margin-bottom: 70px;
}

.about-us-box:first-of-type {
  border-top: 1px solid var(--border2);
}

.about-us-box {
  border-bottom: 1px solid var(--border2);
  /* padding: 47px 0; */
}

.steps-title-box:not(:first-of-type) .about-us-box:last-of-type {
  border: none;
}

.about-us {
  padding: 43px 0;
}

.step-text-box {
  max-width: 545px;
}

.about-us:has(.height-auto) {
  min-height: auto;
}

.step-text {
  line-height: 1;
  margin: 0;
}

.about-us-img-border {
  padding-bottom: 105px !important;
  border-bottom: 1px solid var(--border2);
}

.description .section-h1 {
  font-size: 152px;
  margin-bottom: 285px;
}

.about-us-top h1 {
  margin: 88px 0 69px;
}

.title-center {
  font-size: 100px;
  text-align: center;
  line-height: 1.1;
}

.about-us-top .title-center {
  text-align: center !important;
}

@media (max-width: 991.98px) {

  .title-center {
    font-size: 56px;
    text-align: left;
    margin: 30px 0;
  }

  .about-us-top .title-center {
    font-size: 44px;
  }

  .description .section-h1 {
    font-size: 100px;
    margin-bottom: 85px;
  }

  .about-us-top h1 {
    margin: 76px 0 22px;
  }

  .description-count {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .description-count .word-hide-text {
    text-align: left;
    padding: 22px 0 50px 0;
  }

  .description:has(.description-box-3) {
    padding-top: 0px;
  }

  .description-box-3 .description-decor {
    padding: 0;
  }

  .description-box-3 {
    margin: 0;
  }

  .description-border {
    padding-top: 5px;
  }
}

@media (max-width: 1199.98px) {
  .description-box-3 {
    grid-template-columns: 1fr;
  }

  .description-box-3 .description-decor:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--border2);
  }

  .description:has(.description-box-3)::before {
    display: none;
  }
}

.description-box {
  padding-bottom: 20px;
}

.description-box p:last-child {
  margin: 0;
}

.description-inner {
  padding: 70px 0;
}

body .description-box .description-info {
  text-transform: uppercase;
  margin-top: 17px;
}

body .description-delivery {
  padding-top: 42px;
  padding-bottom: 81px;
}

body .description-privacy {
  padding-top: 61px;
  padding-bottom: 81px;
}

body .description-privacy .description-info {
  margin-top: 0;
}

.description-privacy .description-block-margin {
  margin-bottom: 32px;
}

.description-privacy .description-box,
.description-delivery .description-box {
  column-gap: 5px;
  /* row-gap: 10px; */
}

.description-margin {
  margin-bottom: 35px;
}

.description-block-margin h3 {
  margin-bottom: 35px;
}

.description-block-margin {
  margin-bottom: 34px;
}

.description-block {
  margin-bottom: 55px;
}

.description ul {
  list-style: disc;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 28px;
  margin-bottom: 15px;
}

.description ol {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 28px;
  margin-bottom: 15px;
}

.description ul:last-child,
.description ol:last-child {
  margin-bottom: 0;
}

body .description-privacy {
  padding-bottom: 101px;
}

.description-block-margin {
  margin-bottom: 28px;
}

.description-block-margin-1 {
  margin-bottom: 31px;
}

@media (max-width: 991.98px) {
  .padding-0 {
    padding: 0 !important;
  }

  body .block-top {
    padding-top: 41px;
    padding-bottom: 0;
  }

  body .block-top h1 {
    padding-bottom: 65px;
    margin: 0;
  }

  .description-delivery .description-decor {
    padding-top: 10px !important;
    padding-bottom: 31px !important;
  }

  .description-privacy .description-decor {
    padding-top: 10px !important;
    padding-bottom: 38px !important;
  }

  .description-margin {
    margin-bottom: 50px;
  }

  .description-privacy h3,
  .description-privacy.h3 {
    margin: 15px 0 25px 0;
  }

  .description-privacy .description-block-margin-2 {
    margin-bottom: 38px;
  }

  .description-privacy.description h4 {
    margin-bottom: 28px;
  }

  .margin-p {
    margin-bottom: 30px;
  }

  .description-privacy .description-block-margin {
    margin-bottom: 70px;
  }

  .description-delivery .description-box {
    padding-bottom: 0px;
  }

  .description-privacy .description-decor,
  .description-delivery .description-decor {
    border: none;
  }

  body .description-delivery {
    padding-top: 48px;
    padding-bottom: 10px;
  }

  .description-block-margin {
    margin-bottom: 42px;
  }

  .description-block-margin-1 {
    margin-bottom: 60px;
  }

  .description-block-margin-2 {
    margin-bottom: 46px;
  }

  body .description-privacy {
    padding-top: 53px;
    padding-bottom: 22px;
  }

  body .description-box .description-info {
    margin-top: 0px;
  }

  .description ul {
    padding-left: 24px;
    margin-bottom: 18px;
  }

  .description ol {
    padding-left: 24px;
    margin-bottom: 18px;
  }

}

@media (max-width: 767.98px) {

  .description .section-h1 {
    font-size: 60px;
    text-align: left;
    margin-bottom: 55px;
  }

  .description ul,
  .description ol {
    font-size: 14px;
  }
}

.description ul li,
.description ol li {
  font-weight: 500;
}

.description ul li::marker,
.description ol li::marker {
  font-weight: 500;
}

.description-box b {
  font-weight: 500;
}

.description .word-hide-box {
  max-width: 960px;
  margin: 0 auto;
}

.description .word-hide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  font-size: 360px;
  letter-spacing: -5%;
  white-space: nowrap;
  transform: translateY(95px);
  margin-top: -80px;
}

.word-hide-text {
  position: relative;
  text-align: center;
  padding: 50px 0 0 0;
}

.word-hide-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  display: block;
  width: 300vw;
  height: 1px;
  background-color: var(--border2);
}

.count-plus,
.count-percent {
  position: relative;
  line-height: 1;
}

.count-plus::after {
  content: '+';
}

.count-percent::after {
  content: '%';
}

.about-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.about-us {
  min-height: 280px;
}

.about-us-box h1 {
  min-height: 280px;
}

/* .description h3 {
  margin: 70px 0;
} */

.about-us-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  /* max-height: 457px; */
  padding: 40px 0 50px 0;
}

.about-us-box:has(.about-us-img) {
  padding-bottom: 0;
}

.steps-section .about-us-img {
  margin-bottom: 0;
}

.about-us-img img {
  width: 100%;
  height: 100%;
}

.about-us-img img:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.about-us-img img:nth-child(2) {
  grid-column: 3;
  grid-row: 2;
}

.about-us-img img:last-child {
  grid-column: 4;
  grid-row: 1;
}

@media (max-width: 1199.98px) {

  .description .word-hide {
    font-size: 250px;
    transform: translateY(75px);
  }

  .word-hide-text::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: -100%;
    right: -100%;
    display: block;
    width: 300vw;
    height: 1px;
    background-color: var(--border2);
  }
}

@media (max-width: 991.98px) {
  .description-box {
    grid-template-columns: 1fr;
  }

  .description-decor {
    border-bottom: 1px solid var(--border2);
    padding-top: 36px !important;
    padding-bottom: 53px !important;
  }

  .description .word-hide {
    font-size: 138px;
    transform: translateY(0);
    margin-top: 0;
  }

  .about-us {
    grid-template-columns: 1fr;
  }

  .section-h1 {
    font-size: 60px;
  }

  .about-us-img img:first-child {
    grid-column: 1 / -1;
    grid-row: 1;
    max-height: 217px;
    height: 100vh;
  }

  .about-us-img img:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2;
    aspect-ratio: 1 / 1;
  }

  .about-us-img img:last-child {
    grid-column: 3 / 5;
    grid-row: 2;
    aspect-ratio: 1 / 1;
  }

  .about-us {
    /* min-height: 238px; */
    padding: 60px 0;
  }

  .about-us-img {
    padding-top: 0;
    padding-bottom: 52px !important;
    border-bottom: 1px solid var(--border2);
  }
}

/* @media (max-width: 767.98px) {
  .about-us {
    padding: 53px 0;
  }

  .steps-title-box {
    margin-bottom: 160px;
  }
} */


@media (max-width: 380.98px) {
  .description .word-hide {
    font-size: 100px;
  }
}

/* Alerts */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  /* border-radius: 0.25rem; */
  border-radius: 6px;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-light {
  color: #818182;
  background-color: #ededed;
  border-color: #fdfdfe;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert+.alert {
  margin-top: 1rem;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'next';
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 72px;
  height: 72px;
  background-color: #1D1F21;
  border-radius: 5px;
  opacity: 1 !important;
}

/* .swiper-button-next,
.swiper-button-prev {
  margin-top: calc(-13px - (var(--swiper-navigation-size) / 2));
} */

@media (max-width: 991.98px) {

  .swiper-button-next,
  .swiper-button-prev {
    width: 34px;
    height: 34px;
  }

  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 14px;
    height: 14px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media (hover: hover) {

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-color: #282A2D;
  }
}

.swiper-button-next:active,
.swiper-button-prev:active {
  background-color: #282A2D;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 12px;
}

.scroll-all {
  overflow: hidden;
  overflow-x: scroll;
}

form label,
.field label {
  display: block;
  font-size: 14px;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.off {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
  width: 22px;
  height: 22px;
}

.radio-box .rel-input {
  display: grid;
  grid-template-columns: auto 1fr;
  opacity: 0.6;
  cursor: pointer;
}

.rel-input img {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(7%) saturate(682%) hue-rotate(133deg) brightness(105%) contrast(91%);
  filter: brightness(0) saturate(100%) invert(75%) sepia(7%) saturate(682%) hue-rotate(133deg) brightness(105%) contrast(91%);
}

.form-check-box {
  display: grid;
  gap: 14px;
}

.form-check-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 500;
}

.form-label-text {
  color: var(--bg);
  font-size: 14px;
  font-weight: 500;
}

.form-label-radio::before {
  content: '';
  width: 16px;
  height: 16px;
  grid-column: 1;
  grid-row: 1;
  border-radius: 50%;
  border: 1px solid var(--border2);
  cursor: pointer;
}

.form-label-radio::after {
  content: '';
  grid-column: 1;
  grid-row: 1;
  background-color: var(--white);
  width: 0px;
  height: 0px;
  justify-self: center;
  border-radius: 50%;
  transition: all 0.2s linear;
}


@media (hover: hover) {
  .form-label-radio:hover::after {
    content: '';
    grid-column: 1;
    grid-row: 1;
    background-color: var(--white);
    width: 6px;
    height: 6px;
    justify-self: center;
    border-radius: 50%;
    transition: all 0.2s linear;
  }
}

.form-label-radio:active::after {
  content: '';
  grid-column: 1;
  grid-row: 1;
  background-color: var(--white);
  width: 6px;
  height: 6px;
  justify-self: center;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.form-label-radio:has(input:checked)::after {
  width: 6px;
  height: 6px;
  background-color: var(--white);
  transition: all 0.2s linear;
}

.form-label-radio:has(input:checked)::before {
  border: 1px solid var(--bg);
  background-color: var(--bg2);
}

.form-label-check::before {
  content: '';
  width: 16px;
  height: 16px;
  grid-column: 1;
  grid-row: 1;
  border-radius: 4px;
  border: 1px solid var(--border2);
  cursor: pointer;
}

.form-label-check::after {
  content: '';
  grid-column: 1;
  grid-row: 1;
  background-color: var(--border2);
  /* background-image: url("data:image/svg+xml;charset=UTF-8,<svg width='12' height='11' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 3L4.5 8.5L2 6' stroke='%232E90FA' stroke-width='1.6666' stroke-linecap='round' stroke-linejoin='round'/></svg>"); */
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  scale: 0;
  opacity: 0;
  align-self: center;
  justify-self: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.form-label-check:has(input:checked)::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="10" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0482 0.69677C12.2932 0.453995 12.6238 0.317363 12.9686 0.316411C13.3135 0.31546 13.6448 0.450266 13.8911 0.691685C14.1373 0.933105 14.2787 1.26174 14.2845 1.60654C14.2904 1.95134 14.1604 2.2846 13.9225 2.53427L6.93649 11.2668C6.81642 11.3961 6.67151 11.4999 6.51042 11.5719C6.34933 11.6439 6.17536 11.6828 5.99893 11.686C5.82249 11.6893 5.64721 11.6569 5.48356 11.5909C5.31991 11.5249 5.17126 11.4266 5.04649 11.3018L0.41774 6.67127C0.288788 6.55111 0.185359 6.40621 0.113623 6.24521C0.0418871 6.08421 0.00331363 5.91041 0.00020426 5.73418C-0.00290511 5.55795 0.0295134 5.3829 0.0955252 5.21947C0.161537 5.05604 0.25979 4.90759 0.384423 4.78295C0.509056 4.65832 0.657515 4.56007 0.820944 4.49405C0.984373 4.42804 1.15942 4.39562 1.33565 4.39873C1.51188 4.40184 1.68568 4.44042 1.84668 4.51215C2.00768 4.58389 2.15258 4.68732 2.27274 4.81627L5.93724 8.47902L12.015 0.73527C12.0258 0.721714 12.0375 0.708854 12.05 0.69677H12.0482Z" fill="white"/></svg>');
  scale: 1;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

label:has(input:disabled) {
  opacity: 0.5;
  pointer-events: none;
}

.form-label-check,
.form-label-radio {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: fit-content;
  height: min-content;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  word-break: break-word;
  margin-bottom: 0;
}

@media (hover: hover) {

  .form-label-check:hover::after,
  .form-label-radio:hover::before {
    border: 1px solid var(--bg);
  }
}

.form-label-check:active::after,
.form-label-radio:active::before {
  border: 1px solid var(--bg);
}

:is(.form-label-check, .form-label-radio) :is(a, b, div, span) {
  display: contents;
}

.form-group .left {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 15px;
  cursor: pointer;
  filter: grayscale(1);
}

.form-group .right {
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  right: 15px;
  cursor: pointer;
  filter: grayscale(1);
}

.form-group:has(.left) input {
  padding-left: 40px;
}

.form-group:has(.right) input {
  padding-right: 40px;
}

.select2-container {
  width: 100% !important;
}

@media (max-width: 768px) {
  .select2-container {
    display: block;
  }
}

.checkout__form-col .select2-container {
  display: block;
}

.select2-container--default .select2-search--dropdown {
  display: flex;
}

.select2-container--default .select2-search--dropdown {
  /* display: none; */
  margin-bottom: 10px;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--border2);
  height: 44px;
  padding: 0 15px;
  padding-left: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.2;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #000000 !important;
}

@media (hover: hover) {
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
    color: #000000 !important;
  }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:active {
  color: #000000 !important;
}

.select2-dropdown {
  background-color: transparent;
  border: transparent;
}

.select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 44px !important;
  height: auto !important;
  border: 1px solid var(--border2);
  background: #D9CBBD !important;
  border-radius: 4px;
  padding: 8px 18px;
  /* padding-right: 30px */
}

@media (hover: hover) {
  .select2-container--default .select2-selection--single:hover {
    border: 1px solid var(--bg);
  }
}

.select2-container--default .select2-selection--single:active {
  border: 1px solid var(--bg);
}

@media (max-width: 450px) {
  .select2-container--default .select2-selection--single {
    min-width: auto;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: static;
  color: var(--black);
  background-image: url('../images/icon/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s linear;
  z-index: 2;
}

.select2-container--default .select2-selection--single {
  position: relative;
  background-color: #D9CBBD;
  transition: all 0.3s ease;
  padding: 8px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  transition: padding 0.3s ease;
}

.select2-search {
  position: relative;
}

.select2-search::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
  content: '';
  background: url(../images/icon/search-lg.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.select2-search input {
  padding-left: 30px !important;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 4px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-radius: 1px;
  border: 1px solid var(--border2);
  background: #D9CBBD;
  border-radius: 4px;
  padding: 10px;
  margin: 5px 0;
  overflow: hidden;
  /* width: auto !important; */
}

.select2-container--open .select2-dropdown--above {
  margin: -5px 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: var(--bg);
  padding-right: 0;
}

.select2-container--open .select2-dropdown {
  z-index: 2;
}

.select2-dropdown {
  top: 100% !important;
  bottom: auto !important;
}

.select2-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; */
}

.select2-results__options {
  font-size: 16px;
  display: block;
  width: 100%;
  max-height: 300px !important;
}

.select2-product-page+.select2 .select2-selection--single {
  background: var(--white);
  border: none;
}

.select2-product-page.select2-product-page+.select2-container--below.select2-container--open .select2-selection--single {
  border-radius: 24px 24px 0 0;
  border: none;
}

.select2-product-page.select2-product-page+.select2-container--above.select2-container--open .select2-selection--single {
  border-radius: 0 0 24px 24px;
  border: none;
}

.select2-product-page.select2-product-page+.select2 .select2-selection--single {
  min-height: 60px;
}

.select2-container--open .select2-selection__arrow {
  rotate: 180deg;
}

.select2-product-page+.select2 .select2-results__option,
.product-page-dropdown .select2-results__option {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.product-page-dropdown .select2-results__option {
  padding: 15px 25px;
}

.select2-container--default .select2-results__option--selected {
  font-size: 16px;
  color: var(--black);
  background-color: #E6D8CA;
  border-radius: 4px;
  background-image: url('../images/icon/done.svg');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 16px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: var(--border);
  background-color: transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  position: relative;
  background-color: #E6D8CA;
  border-radius: 4px;
  display: block;
  /* background-image: url('../images/icon/done.svg');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 16px; */
}

.select2-results__option {
  padding: 10px;
  padding-right: 30px;
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:hover {
  border-color: var(--bg) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none !important;
  border-color: var(--bg) !important;
}

@media (hover: hover) {
  .select2-results__option:hover {
    color: var(--beige) !important;
  }
}

.select2-results__option:active {
  color: var(--beige) !important;
}

select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 44px !important;
  font-size: 16px;
  border: transparent;
  color: var(--accent);
  border: 1px solid var(--border2);
  background: #D9CBBD;
  border-radius: 4px;
  outline: transparent;
  cursor: pointer;
  background-image: url('../images/icon/arrow.svg');
  background-repeat: no-repeat;
  background-position: center right 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 15px;
}

@media (max-width: 450px) {
  select {
    min-width: initial;
    max-width: 250px;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
  /* background-color: #D9CBBD; */
  white-space: wrap;
  padding: 0;
}

/*#simplecheckout_shipping_address .form-group::before {
  position: absolute;
  top: 41px;
  right: 15px;
  cursor: pointer;
  content: '';
  background-repeat: no-repeat;
  background-image: url(/image/catalog/1lazy/arrow-c.svg);
  width: 20px;
  height: 10px;
  scale: 0.6;
}*/

body:has(.select2-product-page) .select2-selection__rendered::before {
  content: '';
  display: flex;
  background-image: url('../images/pop-up-icon/check-circle.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.noscroll {
  overflow: hidden;
}

.visible-header {
  overflow: visible !important;
}

.container {
  max-width: 1606px;
  width: 100%;
  padding: 0 13px;
  margin: 0 auto;
}

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

  select,
  .select2-container--default .select2-selection--single {
    padding: 8px 14px;
  }
}

.rel {
  position: relative;
}

.text-danger {
  display: block;
  color: red;
  font-weight: 500;
  font-size: 14px;
  padding: 7px 0;
}

.form-group:has(.form-error) textarea,
.form-group:has(.form-error) input {
  border: 1px solid red;
}

.form-error textarea,
.form-error input,
.has-error input,
.has-error textarea {
  border: 1px solid red !important;
}

.text-error {
  color: red;
}

.select2-container .form-error {
  border: 1px solid red !important;
}

.form-check-item:has(.form-error) {
  border: 1px solid red !important;
}

.form-error,
.error {
  display: block;
  color: red;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 0;
  margin: 0;
}

/* .btn-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--border2);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: inset 1 0 0 0 transparent;
  box-shadow: inset 1 0 0 0 transparent;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 8;
}

@media (max-width: 1300px) {
  .btn-top {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
}

.btn-top:hover {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: var(--muted);
}

.btn-top.active {
  -webkit-transform: translateY(calc(-100dvh + 180px));
  -ms-transform: translateY(calc(-100dvh + 180px));
  transform: translateY(calc(-100dvh + 180px));
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 1300px) {
  .btn-top.active {
    -webkit-transform: translateY(calc(-100dvh + 180px));
    -ms-transform: translateY(calc(-100dvh + 180px));
    transform: translateY(calc(-100dvh + 180px));
  }

  .btn-top svg {
    width: 28px;
  }
} */

/*--------------------------------------------------hover*/


@media (hover: hover) {

  button:hover {
    opacity: 0.8;
  }
}

button:active {
  opacity: 0.8;
}

/* a:hover {
  opacity: 0.8;
} */

/*--------------------------------------------------hover*/


input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="date"] {
  width: 100%;
  outline: transparent;
  border: none;
  height: 44px;
  background-color: var(--input);
  border: 1px solid var(--input-border);
  font-size: 16px;
  color: var(--bg);
  font-weight: 500;
  padding: 0 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 4px;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 15px;
  height: 15px;
  opacity: 0;
  margin: 0;
}

input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  color: var(--input-pholder);
}

textarea {
  width: 100%;
  outline: transparent;
  resize: none;
  border: none;
  padding: 15px !important;
  font-size: 16px !important;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid var(--input-border);
  height: 100%;
  max-height: 100px;
  color: var(--black) !important;
  background-color: var(--input);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
  border: 1px solid var(--bg);
}

@media (hover: hover) {

  input[type="text"]:hover,
  input[type="tel"]:hover,
  input[type="email"]:hover,
  input[type="password"]:hover,
  input[type="search"]:hover,
  input[type="date"]:hover,
  textarea:hover {
    border: 1px solid var(--bg);
  }
}


input[type="text"]:active,
input[type="tel"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="date"]:active,
textarea:active {
  border: 1px solid var(--bg);
}

.form-group {
  width: 100%;
  position: relative;
}

.form-group button+input {
  padding: 0 16px;
}

.rel-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-check-item {
  border: 1px solid var(--border2);
  border-radius: 4px;
  padding: 20px 16px;
}

.form-check-item.active {
  border: 1px solid var(--bg);
}

.form-check-box-bottom {
  margin-top: 20px;
}

.form-check-box-bottom .grid {
  gap: 20px;
}

.form-check-box-info {
  color: var(--border2);
  font-size: 14px;
}

.checkout-form:not(:last-child) {
  margin-bottom: 30px;
}

.btn-result {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::-moz-scrollbar {
  width: 0px;
  height: 0px;
}

*::-moz-scrollbar-track {
  background: transparent;
}

*::-moz-scrollbar-thumb {
  background: #0D4A3E;
}

/* 
* {
  scrollbar-width: thin !important;
  scrollbar-color: #353535 #0D4A3E;
} */

/* ── Label ── */
.label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .7rem;
  /* letter-spacing: .14em; */
  text-transform: uppercase;
  color: var(--muted);
}

.label::before {
  content: '';
  width: 20px;
  height: 1px;
  background: var(--muted);
}

/* ── Buttons ── */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  height: 52px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s linear;
  overflow: hidden;
}

.btn:hover {
  transition: all 0.3s linear;
}

@media (max-width: 991.98px) {
  .btn {
    font-size: 14px !important;
  }
}

.btn-primary {
  background: var(--white);
  color: var(--black);
}

@media (max-width: 991.98px) {

  .btn-primary,
  .btn-secondary {
    height: 42px;
  }
}

.btn-primary-decor {
  position: relative;
  height: 52px;
  border: none;
}

.btn-primary-decor::before,
.btn-primary-decor::after {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  bottom: 0;
  width: 13px;
  height: calc(100% - 2px);
}

.btn-primary-decor::before {
  left: 0;
  background: url('../images/main/decor-1.svg') center/cover no-repeat;
}

.btn-primary-decor::after {
  right: 0;
  background: url('../images/main/decor-2.svg') center/cover no-repeat;
}

@media (max-width: 991.98px) {
  .btn-primary.btn-primary-decor {
    height: 32px;
  }
}

.btn-secondary {
  border: 1px solid var(--white);
  color: var(--white);
}

.btn-success {
  border: 1px solid #5A5149;
  color: #000000;
}

.btn-checkout {
  width: 100%;
  background: var(--bg);
  color: var(--white);
  font-size: 16px;
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, .18);
}

/* ── Slide-text hover ── */
.slide-wrap {
  display: grid;
  overflow: hidden;
  line-height: 1.03;
  white-space: nowrap;
}

.slide-wrap span {
  grid-column: 1;
  grid-row: 1;
  transition: transform .36s cubic-bezier(.76, 0, .24, 1);
}

.slide-wrap span b {
  font-weight: 400;
}

.slide-wrap span:last-child {
  transform: translateY(101%);
}

@media (hover: hover) {

  .btn-primary:hover {
    background: #B2A293;
  }

  .btn-primary-decor:hover {
    color: var(--bg);
    background-color: var(--white);
  }

  .btn-secondary:hover {
    filter: brightness(0.6);
  }

  .btn-success:hover {
    filter: contrast(0.5);
  }

  .btn-checkout:hover {
    background: #333;
  }

  .btn-ghost:hover {
    border-color: var(--accent);
    color: var(--accent);
  }

  .slide-trigger:hover .slide-wrap span:first-child {
    transform: translateY(-101%);
  }

  .slide-trigger:hover .slide-wrap span:last-child {
    transform: translateY(0);
  }
}

.btn-primary:active {
  background: #B2A293;
}

.btn-primary-decor:active {
  color: var(--bg);
  background-color: var(--white);
}

.btn-secondary:active {
  filter: brightness(0.6);
}

.btn-success:active {
  filter: contrast(0.5);
}

.btn-checkout:active {
  background: #333;
}

.btn-ghost:active {
  border-color: var(--accent);
  color: var(--accent);
}

.slide-trigger:active .slide-wrap span:first-child {
  transform: translateY(-101%);
}

.slide-trigger:active .slide-wrap span:last-child {
  transform: translateY(0);
}

.line-wrap {
  display: block;
  overflow: hidden;
}

.line-inner {
  display: block;
  transform: translateY(110%);
  transition: transform 0.7s cubic-bezier(.22, 1, .36, 1);
}

.line-reveal.in-view .line-inner {
  transform: translateY(0);
}

/* ════ NAV ════════════════════════════════════════════════════ */

.nav {
  background:
    linear-gradient(360deg,
      rgba(8, 20, 19, 0) 0%,
      rgba(6, 12, 12, 0.42) 51.13%,
      rgba(4, 7, 8, 0.60) 84.89%),
    linear-gradient(180deg,
      rgba(217, 217, 217, 0.01) 0%,
      rgba(115, 115, 115, 0) 100%);
  background-blend-mode: multiply, normal;
  transition: all 0.3s linear;
  padding: 32px 0;
  padding-bottom: 15px;
  z-index: 5;
}

#mainNav {
  position: static;
  z-index: 5;
}

.fixed-header #mainNav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#mainNavFade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px 0;
  /* height: 146px; */
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

#mainNavFade::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  background: linear-gradient(to bottom,
      rgba(4, 7, 8, 0.7) 0%,
      rgba(4, 7, 8, 0.4) 40%,
      rgba(4, 7, 8, 0.1) 75%,
      transparent 100%);

  -webkit-mask-image: linear-gradient(to bottom,
      black 0%,
      black 60%,
      transparent 100%);
  mask-image: linear-gradient(to bottom,
      black 0%,
      black 60%,
      transparent 100%);
}

#mainNavFade .logo,
#mainNavFade .nav {
  position: relative;
  z-index: 101;
  filter: none !important;
}

#mainNavFade.nav.scrolled {
  transform: translateY(0);
  transition: all 0.3s linear;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  max-width: 64px;
}

.nav-logo svg {
  width: 30px;
  height: 30px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 80px;
  white-space: nowrap;
}

.nav-links a,
.nav-cart {
  position: relative;
}

.nav-links a,
.nav-cart {
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-links a {
  font-size: 15px;
  text-transform: uppercase;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 80px;
  /* flex-shrink: 0; */
}

.nav-cart {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-self: flex-end;
  font-size: 15px;
  /* letter-spacing: .08em; */
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  transition: color .25s;
  opacity: 1 !important;
  margin-right: 3px;
}

.nav-cart svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

/* .burger-case {
  margin: 0 14px 0 0;
} */

/* ── Burger btn ── */
.burger-btn {
  display: none;
  /* показуємо через медіа або завжди — на ваш розсуд */
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.burger-btn span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--white);
  transition: transform .35s var(--ease), opacity .35s;
}

@media (max-width: 991.98px) {

  .nav {
    padding: 15px 0 !important;
  }

  .burger-btn {
    display: flex;
  }

  .nav-right {
    gap: 20px;
  }

  .nav-links,
  .slide-wrap span span {
    display: none;
  }

  .slide-wrap .cart-total {
    display: contents;
  }

  .nav-logo {
    max-width: 46px;
  }

  .burger-case {
    display: none;
  }

}

/* ════ HERO ════════════════════════════════════════════════════ */
.hero {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  padding-top: 0 !important;
  /* background: linear-gradient(180deg, rgba(8, 20, 19, 0) 0%, #040608 80.81%); */
  /* background: linear-gradient(
    180deg, 
    rgba(8, 20, 19, 0) 0%, 
    rgba(4, 6, 8, 0.4) 40%, 
    rgba(4, 6, 8, 0.8) 70%, 
    #040608 100%
); */
}

@media screen and (min-width: 992px) and (max-width: 1440.98px) {
  .hero {
    min-height: 740px;
  }
}

.hero-bg {
  position: absolute;
  inset: -95px -20px -20px -20px;
  /* inset: -20px; */
  /* background: url('../images/main/background-n.webp') center/cover no-repeat; */
  will-change: transform;
}

@media (min-width: 1800px) {
  .hero-bg {
    inset: -20px;
  }
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 30% 0 0 0;
  background: linear-gradient(180deg, rgba(8, 20, 19, 0) 0%, #040608 80.81%);
}

/* .hero-bg::before {
  content: '';
  position: absolute;
  inset: 0 0 0 0;
  background: url('../images/main/texture.png') center/cover no-repeat;
} */

.hero .hero-topbar {
  gap: 12px;
}

.hero-inner {
  position: relative;
  display: grid;
  gap: 30px;
  flex: 1;
  height: 100%;
  z-index: 2;
}

.hero-topbar {
  align-self: flex-end;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 102px;
  gap: 24px;
}

.hero-topbar-img {
  align-self: flex-end;
}

.hero-topbar-left {
  display: flex;
  /* gap: 20px; */
  padding: 8px 0 0 0;
}

.hero-topbar-left .btn {
  max-width: 185px;
  font-size: 18px;
  padding: 0 23px;
}

.hero-topbar-right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 220px;
}

.hero-topbar-text {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
}

.hero-sound-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 90px;
  font-size: 15px;
  /* letter-spacing: .1em; */
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  transition: color .25s;
  padding-top: 7px;
}


.hero-sound-btn svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.hero-spacer {
  flex: 1;
}

.hero-brand-wrap {
  align-self: flex-end;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.hero-brand {
  display: block;
  opacity: 0;
  max-width: 100%;
  padding: 0 0 44px 0;
  animation: heroSlide 1.5s 0.3s cubic-bezier(.16, 1, .3, 1) forwards;
  overflow: hidden;
}

.hero-brand img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-topbar-left .hero-sound-btn {
  display: none;
}

.hero-topbar-text {
  min-height: 60px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hero-topbar-text.line-reveal {
  opacity: 1;
}

.hero-topbar-text .line-inner {
  white-space: nowrap;
}

@keyframes heroSlide {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 991.98px) {

  .hero {
    padding-bottom: 0 !important;
  }

  .hero-bg {
    background-position: 23% !important;
  }

  .hero-brand {
    padding: 0 0 0 0;
  }

  .hero-topbar-right {
    gap: 20px;
  }

  .hero-topbar-text {
    font-size: 14px;
  }

  .hero-sound-btn {
    font-size: 11px;
    min-width: 74px;
  }

  .btn-primary-decor {
    height: 44px;
  }

  .btn-primary-decor::before,
  .btn-primary-decor::after {
    width: 11px;
  }
}

@media (max-width: 767.98px) {

  .hero-inner {
    grid-auto-rows: 1fr auto auto;
    height: 100vh;
  }

  .hero-topbar {
    display: grid;
    align-self: flex-end;
    height: fit-content;
    border-top: 1px solid var(--border2);
    padding-top: 30px;
  }

  .hero-topbar-text {
    opacity: 1;
    max-width: 100%;
  }

  .hero-topbar-right .hero-sound-btn {
    display: none;
  }

  .hero-topbar-left {
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .hero-topbar-left .hero-sound-btn {
    display: flex;
  }

  .hero-topbar {
    justify-content: initial;
  }

  .hero-bg {
    inset: 0 -56px 46px 0px;
  }
}

@media (max-width: 500px) {
  .hero-topbar-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: flex-end;
    gap: 11px;
    padding: 6px 0 0 0;
  }

  .hero-topbar-left .btn {
    width: 100%;
    font-size: 13px !important;
    margin-bottom: 1px;
  }

  .hero-sound-btn {
    padding-top: 0px;
  }
}

/* ════ GAMES ═══════════════════════════════════════════════════ */

.swiper-relative {
  position: relative;
}

.games-section {
  padding: 112px 0 110px;
  overflow-x: clip;
}

body .games-section-page {
  padding-top: 80px;
  padding-bottom: 160px;
}

.games-section .swiper {
  position: initial;
  overflow: visible;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

/* .games-section .swiper::before {
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--bg);
  z-index: 2;
} */

.games-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 58px;
}

.games-head-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.games-counter {
  font-family: var(--mainFont);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  width: fit-content;
}

.games-counter span {
  display: block;
  /* rotate: 15deg; */
  padding: 0 5px;
}

.games-top {
  border-bottom: 1px solid var(--border2);
  padding-bottom: 25px;
  margin: 0;
}

.games-title {
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  line-height: 1;
  /* letter-spacing: .04em; */
}

.games-counter-text {
  text-transform: uppercase;
  font-size: 16px;
  max-width: 380px;
}

.games-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.games-desc {
  max-width: 320px;
  font-size: .8rem;
  color: var(--muted);
  line-height: 1.75;
  text-align: right;
}

.game-card {
  border-radius: 5px;
  background-color: var(--bg2);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s linear;
  position: relative;
  padding: 14px;
}

.game-card-img {
  position: relative;
  z-index: 1;
  padding: 10px;
  /* overflow: hidden; */
}

.game-card-img img {
  max-width: 230px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 49px 15px 52px;
  margin: 0 auto;
  transition: transform .5s var(--ease);
}

.game-card .game-card-diff {
  position: absolute;
  top: -3px;
  left: -3px;
}

.game-card-diff {
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
  color: #6A3434;
  background-color: #cec77f;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 500;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

.game-card-diff span {
  color: var(--black);
}

.game-card-diff-10-10 {
  background-color: #F07676;
  color: #6A3434;
}

.game-card-diff-9-10 {
  background-color: #F09776;
  color: #6A4234;
}

.game-card-diff-8-10 {
  background-color: #DDB377;
  color: #614F35;
}

.game-card-diff-7-10 {
  background-color: #B5AE64;
  color: #4F4C2C;
}

.game-card-diff-6-10 {
  background-color: #f1eec2;
}

.game-card-diff-5-10 {
  background-color: #cec77f;
}

.game-card-title {
  text-transform: uppercase;
  font-family: var(--secondFont);
  font-size: 28px;
  color: var(--white);
  margin-bottom: 14px;
}

.game-card-price {
  font-size: 20px;
}

.game-card-footer {
  display: grid;
  gap: 10px;
  padding: 0 50px 0 0;
}

.game-card-tags {
  display: flex;
  align-items: center;
  gap: 2px;
}

.game-card-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #2A2B2C;
  border-radius: 5px;
  height: 24px;
  line-height: 1;
  padding: 0 6px;
  white-space: nowrap;
}

.game-card-btn {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 16px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background: var(--white);
  color: var(--black);
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: scale(0.85);
  transition: opacity .25s ease, transform .25s ease, background .2s ease;
  margin-left: auto;
}

.games-head-page .games-top .section-title {
  align-items: flex-end;
  justify-content: center;
}

.games-head-page .section-top {
  justify-content: center;
  border-bottom: none;
}

.games-head-page .section-top .section-title-page {
  font-size: 100px;
  text-align: center;
  border-bottom: none;
}


@media (max-width: 991.98px) {

  .games-head-page .section-top .section-title-page {
    font-size: 44px;
    text-align: center;
  }


  .game-card-tag {
    font-size: 11px;
    background-color: var(--colorHide);
  }

  .games-section {
    padding: 120px 0 68px;
    overflow-x: clip;
  }

  .games-section-index .games-top {
    gap: 31px;
  }

  .game-card-title {
    font-size: 24px;
  }

  .game-card-body {
    display: none;
  }

  .game-card-btn {
    right: 8px;
    bottom: 11px;
  }

  .game-card-price {
    font-size: 14px;
  }

  .game-card-footer {
    gap: 18px;
    padding: 0px 50px 0px 0px;
  }

  .game-card .game-card-diff {
    top: -7px;
    left: -2px;
    padding: 4px 6px;
  }

  .games-counter {
    gap: 3px;
  }

  .game-card-img img {
    padding: 49px 15px 69px;
  }

}

@media (min-width: 991.98px) {

  .game-card-body {
    opacity: 1;
    transition: all 0.3s linear;
  }

  .game-card:hover .game-card-body {
    opacity: 0;
    transition: all 0.3s linear;
  }

  .game-card::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    border-radius: inherit;
    /* SVG шум inline */
    /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E"); */
    /*background-image: url('../images/main/background3.png');*/
    background-image: var(--bg-img, '../images/main/background3.png');
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    /* mix-blend-mode: overlay; */
  }

  .game-card:hover::before {
    opacity: 1;
    transition: all 0.3s linear;
  }

  .game-card-footer {
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
    opacity: 0;
    /* transform: translateY(16px) translateX(-10px); */
    transform: translateY(16px);
    transform-origin: bottom left;
    transition: opacity .35s ease, transform .35s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    padding: 10px 50px 10px 5px;
    transition: all 0.3s linear;
  }


  .game-card:hover .game-card-footer {
    opacity: 1;
    /* transform: translateY(0) translateX(0); */
    transform: translateY(0);
    pointer-events: auto;
    transition: all 0.3s linear;
  }

  .game-card-btn {
    opacity: 0;
  }

  .game-card:hover .game-card-btn {
    opacity: 1;
    transform: scale(1);
  }

  /*.game-card-btn:hover {
    background: rgba(212, 196, 168, .2);
  }*/

}

@media (max-width: 767.98px) {
  .games-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    border: none;
    padding: 0;
  }

  .games-head-page .games-top {
    gap: 30px;
  }

  .games-top .section-title {
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid var(--border2);
    padding-bottom: 30px;
  }

  .games-counter-text {
    font-size: 14px;
    max-width: 100%;
  }

  .game-card-img img {
    max-width: 160px;
  }

  .games-counter {
    font-size: 11px;
  }

  .games-head-page {
    margin-bottom: 32px;
  }

}

@media (max-width: 380.98px) {
  .game-card-tag {
    font-size: 11px;
  }
}

/* ════ Running-line-section ═════════════════════════════════════════════════ */
.running-line-section {
  display: flex;
  align-items: center;
  padding: 55px 0;
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  overflow: hidden;
  margin-top: 3rem;
}

@media (min-width: 1600px) {
  .running-line-section {
    margin-top: 100px;
  }
}

.running-line-track {
  display: flex;
  white-space: nowrap;
  /*animation: marqueeAnim 100s linear infinite;*/
  width: max-content;
}

.running-line-partner .running-line-track {
  animation: marqueeAnim 50s linear infinite;
}

.running-item {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  flex-shrink: 0;
  padding: 0 75px;
}

.running-item img {
  display: block;
  height: 60px;
  width: auto;
}

/* .running-line:hover {
  animation-play-state: paused;
} */

@keyframes marqueeAnim {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .running-line-section {
    padding: 20px 0;
  }

  .running-item {
    padding: 0 20px;
  }
}

.running-line-partner {
  display: block;
  background-color: var(--white);
  padding: 103px 0 100px 0;
  margin-bottom: 148px;
}

.running-line-partner .running-line-track .running-item {
  filter: grayscale(1);
}

.running-line-partner .running-line-track .running-item:hover {
  filter: unset;
}

.running-line-partner .module-title {
  display: block;
  color: var(--bg);
  font-family: var(--mainFont);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0%;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 60px;
}

.running-line-partner h5 {
  display: block;
  color: var(--bg);
  font-family: var(--mainFont);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0%;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .running-line-partner {
    padding: 50px 0;
  }

  .running-line-partner .module-title {
    font-size: 14px;
    margin-left: 10px;
    margin-top: -20px;
    margin-bottom: 42px;
  }

  .running-item {
    font-size: 14px;
  }

  .running-item img {
    display: block;
    height: 34px;
    width: auto;
  }
}


/* ════ HOW TO PLAY ═════════════════════════════════════════════ */

.how-section:has(+ .running-line-section) {
  padding-bottom: 0;
}

.how-section:has(+ .running-line-section) .how-body {
  border-bottom: 0;
}

.how-steps {
  counter-reset: step;
}

.how-step {
  counter-increment: step;
  position: relative;
}

.how-step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--secondFont);
  color: var(--colorHide);
  letter-spacing: -5px;
  font-size: 180px;
  font-weight: 500;
  line-height: 1;
}

.how-step.active::before {
  color: var(--white);
}

.line-title-box {
  position: relative;
  margin-bottom: 185px;
}

.line-title-box-index {
  margin-bottom: 201px;
}

@media (max-width: 991.98px) {
  .line-title-box {
    margin-bottom: 138px;
  }
}

.line-title {
  text-transform: uppercase;
  font-family: var(--secondFont);
  font-size: 75px;
  /* font-size: clamp(2.2rem, 4.5vw, 4.8rem); */
  letter-spacing: -5%;
  font-weight: 500;
  line-height: 1.32;
  margin: 0;
}

.line-title-index-mob {
  display: none;
}

@media (max-width: 1700.98px) {
  .line-title {
    font-size: 70px;
  }
}

@media (max-width: 1600.98px) {
  .line-title {
    font-size: 52px;
  }
}

@media (max-width: 1199.98px) {
  .line-title {
    font-size: 42px;
  }
}

@media (max-width: 991.98px) {
  .line-title {
    font-size: 38px;
  }

  .running-line-partner {
    margin-bottom: 19px;
  }
}

@media (max-width: 800.98px) {
  .line-title {
    font-size: 32px;
  }

  .line-title-index-mob {
    display: block;
  }

  .line-title-index-deck {
    display: none;
  }
}


@media (max-width: 450.98px) {
  .how-section .line-title-index-mob {
    text-align-last: justify;
    letter-spacing: -5%;
  }

  .how-section .line-title-index-mob span:first-child span {
    width: fit-content;
    margin: 0 auto;
    margin-right: 0;
  }
}

@media (max-width: 370.98px) {
  .line-title {
    font-size: 28px;
  }
}

.line-title-index {
  max-width: 1240px;
}

.line-title-index .line-wrap {
  line-height: 1.25;
}

.title-text {
  font-family: var(--mainFont);
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: super;
  white-space: nowrap;
  line-height: 2;
  float: left;
  display: inline;
  padding: 27px 301px 0 0;
}

.title-text-index {
  padding: 14px 384px 0 0;
}

.meta-text {
  display: flex;
  align-items: baseline;
  gap: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: var(--mainFont);
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 2;
  float: right;
}

.meta-text::before {
  content: '';
  display: block;
  width: 350px;
  height: 1px;
  background-color: var(--border2);
  line-height: 2;
}

#how {
  position: relative;
  height: calc(100vh * 4);
  /* кількість кроків = 4 */
  padding-top: 95px;
}

.how-body {
  position: sticky;
  top: 0;
  height: 100dvh;
  /* height: 100vh;
  overflow: hidden; */
}

.how-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 30px; */
  align-items: center;
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  /* position: relative; */
}

.how-steps {
  display: flex;
  flex-direction: column;
  padding: 40px 40px 50px 0;
  /* padding-top: 37px; */
}

.how-step {
  display: grid;
  grid-template-columns: auto 1fr;
  /* align-items: center; */
  gap: 100px;
  border-bottom: 1px solid var(--border2);
  transition: border-color .25s;
  cursor: default;
  line-height: 1;
}

.how-step:last-child {
  border: none;
}

/* .how-step:hover {
  border-color: rgba(212, 196, 168, .2);
} */

@media (hover: hover) {
  .how-step:hover .how-step-num {
    color: var(--muted);
  }
}

.how-step:active .how-step-num {
  color: var(--muted);
}

.how-img {
  display: grid;
  align-content: center;
  position: relative;
  height: 100%;
  max-height: 1080px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.how-layer-bg {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  opacity: 1;
}

.how-img-decor {
  position: relative;
  display: grid;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 650px;
  /* height: 800px; */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.how-img-decor .how-layer {
  align-self: center;
  justify-self: center;
  grid-column: 1;
  grid-row: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.how-img-decor .decor {
  opacity: 0;
  transition: opacity 0.5s linear;
}

.decor.visible {
  opacity: 1;
  transition: opacity 0.5s linear 0.5s;
}

.how-img-decor .envelope-info {
  max-width: 380px;
}

.how-img-decor .envelope {
  max-width: 410px;
}

.how-img-decor .photo {
  max-width: 445px;
}

.evidence {
  max-width: 235px;
}

.how-img-decor .decor1 {
  width: 100%;
  max-width: 190px;
}

.how-img-decor .decor2 {
  width: 100%;
  max-width: 170px;
}

/* .how-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
} */

.how-step-text {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  /* max-height: 0; */
  opacity: 0;
  padding-top: 24px;
  /* transition: opacity 0.3s ease; */
  overflow: hidden;
}

.how-step.active .how-step-text {
  max-width: 270px;
  /* max-height: 200px; */
  opacity: 1;
}

.how-step.active .how-step-num {
  color: rgba(255, 255, 255, 0.9);
}

.how-step-num {
  transition: color 0.3s;
}

/* .how-body {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
} */

@media (max-width: 1700.98px) {
  .how-img-decor {
    scale: 0.9;
  }
}

@media (max-width: 1600.98px) {
  .how-img-decor {
    scale: 0.7;
  }

  .how-img-decor {
    width: 550px;
    /* height: 600px; */
  }

  .how-step::before {
    font-size: 160px;
  }

}

@media (max-width: 1199.98px) {
  .how-step::before {
    font-size: 100px;
  }

  .how-img-decor {
    scale: 0.6;
  }

  .how-step-text {
    font-size: 1rem;
  }

  /* .how-img {
    max-height: 700px;
  } */

  .title-text {
    padding: 5px 150px 0 0;
  }

  .meta-text::before {
    width: 100px;
  }
}


@media (max-width: 991.98px) {

  .how-body,
  .how-img {
    height: initial;
  }

  .how-img-decor {
    scale: 0.55;
    transform: translateY(-30px);
  }

  .how-img-decor {
    width: 400px;
    /* height: 400px; */
  }

  .how-body {
    gap: 14px;
    border: none;
  }

  .how-step-text {
    padding-top: 26px;
  }

  .how-steps {
    padding: 0 10px !important;
  }

  .how-step::before {
    font-size: 80px;
    padding: 3px 0;
  }

  .how-step-text {
    font-size: 14px;
  }

  /* .how-img {
    max-height: 400px;
  } */

  .title-text {
    font-size: 12px;
    padding: 5px 70px 0 0;
  }

  .meta-text {
    font-size: 12px;
  }

  .how-step {
    gap: 80px;
  }

  #how {
    padding-top: 59px;
  }

  .evidence {
    max-width: 212px;
    margin: 0px -124px -72px 0px;
  }

  .how-step:last-child {
    padding-bottom: 40px;
  }

  .folder-one {
    scale: 1.1;
    margin: -60px 0px 0px -16px;
  }

  .how-img-decor .envelope {
    max-width: 295px;
  }

  .how-img-decor .photo {
    max-width: 340px;
    margin: -99px 0px 0px -96px;
  }

  .how-img-decor .decor1 {
    width: 100%;
    max-width: 190px;
    margin: 107px -159px 0 0;
  }

  .how-img-decor .decor2 {
    width: 100%;
    max-width: 150px;
    margin: -122px 0px 0px -150px;
  }

  .how-img-decor .envelope-info {
    max-width: 280px;
    margin: 82px -17px 0 0;
  }
}

@media (max-width: 767.98px) {

  .how-body {
    /* position: static; */
    grid-template-columns: 1fr;
    height: fit-content;
  }

  .how-img {
    align-content: stretch;
    height: fit-content;
    max-height: 400px;
    grid-row: 1;
  }

  .how-layer-bg {
    max-height: 400px;
  }

  .line-title-box {
    font-size: 30px;
  }

  .title-text,
  .meta-text {
    font-size: 11px;
  }

  /* 
  .how-step::before {
    font-size: 60px;
  } */

}

@media (min-width: 450.98px) and (max-width: 800.98px) {
  .section-title.line-title-index-mob br {
    display: none;
  }

  /* Додаємо пробіл після br, щоб слова не злипалися */
  .section-title.line-title-index-mob br::after {
    content: " ";
  }
}

@media (max-width: 575.98px) {
  /* 
  .how-step::before {
    font-size: 50px;
  } */

  .title-text {
    padding: 6px 55px 0 0;
  }

  .meta-text {
    gap: 10px;
  }
}

@media (max-width: 389.98px) {

  .title-text {
    padding: 6px 47px 0 0;
  }
}


/* ════ REVIEWS ══════════════════════════════════════════════════ */
/* .t-section {
  position: relative;
  width: 100%;
  min-height: calc(100dvh - 15%);
  max-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
  overflow: hidden;
}

@media (min-width: 991.98px) {
  .t-section {
    min-height: 55dvh;
  }
} */

/* .reviews-wrap {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}

.t-section {
  position: sticky;
  top: 0;
  height: 100vh;
  max-height: none;
  min-height: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bg-word {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 7px);
  transform: translate(-50%, -50%);
  font-family: var(--secondFont);
  font-size: 350px;
  font-weight: 500;
  letter-spacing: -5%;
  white-space: nowrap;
  pointer-events: none;
  animation: bg-wordSlide 1.5s 0.3s cubic-bezier(.16, 1, .3, 1) forwards;
  z-index: 0;
}

.bg-word.hidden {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.88);
}

.reviews-locked {
  overflow: hidden;
}

.carousel-stage {
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 2;
} */

/* .card {
  position: absolute;
  width: 320px;
  height: 500px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.72s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.72s cubic-bezier(0.4, 0, 0.2, 1),
    left 0.72s cubic-bezier(0.4, 0, 0.2, 1),
    top 0.72s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity, left, top;
} */

/* .hero-topbar-left .hero-sound-btn {
  display: none;
} */

.reviews-section {
  padding-top: 155px;
}

.reviews-section-index {
  padding-top: 205px;
  padding-bottom: 90px;
}

body[class*="product-product"] .reviews-section-index {
  padding-bottom: 180px;
}

.reviews-section-index-page {
  padding-bottom: 148px;
}

.reviews-section-index .reviews-head {
  margin-bottom: 25px;
}

.reviews-section .swiper-slide {
  height: auto;
}

.reviews-top {
  align-items: flex-end;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border2);
}

.reviews-head {
  margin-bottom: 32px;
}


.card-reviews {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.card-dark {
  background: #1a1a1a;
}

.card-photo {
  background: #2a2420;
}

.card-video {
  background: #191714;
}

.card-inner {
  /*height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: stretch;*/
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 31px 38px;
}
.card-inner, .card-reviews, .card-inner, .video-inner {
    min-height: 460px;
}
@media (min-width: 1700px) {
  .card-inner, .card-reviews, .card-inner, .video-inner {
    min-height: 660px;
  }
}

.card-quote {
  font-family: var(--secondFont);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -5%;
  text-transform: uppercase;
  line-height: 1.3;
  flex: 1;
}

.card-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

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

.author-name {
  font-size: 20px;
}

.photo-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-inner img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.photo-top-bar {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.photo-avatar-sm {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.photo-username {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.55);
}

.photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, transparent 70%);
  padding: 10px 12px 12px;
}

.photo-tag {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}

.photo-caption {
  font-size: 12px;
  line-height: 1.4;
}

.video-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

/* .video-timestamp {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 7px;
  border-radius: 4px;
} */

.video-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  visibility: hidden;
  transition: background .4s ease, backdrop-filter .4s ease, visibility .4s;
}

.video-popup.is-open {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  visibility: visible;
}

.video-popup-inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  opacity: 0;
  transform: scale(.9) translateY(24px);
  transition: opacity .45s ease, transform .45s cubic-bezier(.16, 1, .3, 1);
}

.video-popup.is-open .video-popup-inner {
  opacity: 1;
  transform: none;
}

.video-popup-close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s, transform .35s cubic-bezier(.76, 0, .24, 1);
}

@media (hover: hover) {
  .video-popup-close:hover {
    background: rgba(255, 255, 255, .16);
    transform: rotate(90deg);
  }
}

.video-popup-close:active {
  background: rgba(255, 255, 255, .16);
  transform: rotate(90deg);
}

.video-popup-frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, .7);
}

.video-popup-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.video-inner {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  cursor: pointer;
}

.video-inner .prev-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
}

@media (hover: hover) {
  .card-video:hover .prev-image {
    transform: scale(1.06);
  }
}

.card-video:active .prev-image {
  transform: scale(1.06);
}

.play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .3);
  transition: background .3s;
}


@media (hover: hover) {
  .card-video:hover .play-btn {
    background: rgba(0, 0, 0, .5);
  }
}

.card-video:active .play-btn {
  background: rgba(0, 0, 0, .5);
}

.play-btn::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1.5px solid rgba(208, 192, 177, .5);
  transition: transform .4s cubic-bezier(.16, 1, .3, 1), border-color .3s;
}


@media (hover: hover) {
  .card-video:hover .play-btn::before {
    transform: scale(1.12);
    border-color: rgba(208, 192, 177, .9);
  }
}

.card-video:active .play-btn::before {
  transform: scale(1.12);
  border-color: rgba(208, 192, 177, .9);
}

.play-btn svg {
  position: relative;
  z-index: 1;
  margin-left: 4px;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}

.play-btn svg path {
  fill: rgba(255, 255, 255, .92);
}


@media (hover: hover) {
  .card-video:hover .play-btn svg {
    transform: scale(1.1);
  }
}

.card-video:active .play-btn svg {
  transform: scale(1.1);
}

.video-author {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.22);
}

.bg-word {
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.t-section.cards-visible .bg-word {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.88);
}

.carousel-stage .card {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .bg-word {
    font-size: 190px;
  }

  .t-section .swiper-button-next,
  .t-section .swiper-button-prev {
    display: flex;
  }

  .card-quote {
    font-size: 28px;
  }

  .reviews-wrap {
    padding-top: 105px;
    padding-bottom: 100px;
  }

}

@media (max-width: 575.98px) {
  .bg-word {
    font-size: 120px;
  }

  .card-inner {
    padding: 45px 20px 27px 20px;
  }
}


@media (max-width: 400.98px) {
  .bg-word {
    font-size: 100px;
  }
}

/* ════ FAQ ══════════════════════════════════════════════════════ */

.faq-head {
  text-align: center;
  margin-bottom: 111px;
}

.faq-title {
  font-size: 100px;
  letter-spacing: -5%;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.faq-list {
  counter-reset: step;
}

.faq-q {
  counter-increment: step;
  position: relative;
}

.faq-q::before {
  content: counter(step, decimal-leading-zero);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.faq-item {
  border-top: 1px solid var(--border2);
  cursor: pointer;
}

.faq-item:last-child {
  border-bottom: 1px solid var(--border2);
}

.faq-q {
  display: grid;
  grid-template-columns: 1.05fr 1fr 40px;
  /* align-items: center; */
  justify-content: space-between;
  gap: 20px;
  padding: 23px 0;
}

/* .faq-q-num {
  font-size: 20px;
  color: var(--muted);
  flex-shrink: 0;
  width: 24px;
} */

.faq-q-text {
  text-transform: uppercase;
  font-family: var(--secondFont);
  flex: 1;
  font-size: 40px;
  letter-spacing: -5%;
  transition: color .25s;
}

/* .faq-item.open .faq-q-text {
  color: var(--muted);
} */

/* .faq-item:hover .faq-q-text {
  color: var(--muted);
} */

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  justify-self: flex-end;
  transition: all 0.3s linear;
}

.faq-item.open .faq-icon {
  rotate: -180deg;
  transition: all 0.3s linear;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .42s var(--ease), padding .42s;
}

.faq-item.open .faq-a {
  max-height: 500px;
  padding-bottom: 20px;
}

.faq-content {
  display: grid;
  grid-template-columns: 1.05fr 1fr 40px;
  gap: 20px;
  max-height: none;
  overflow-y: visible;
}

.faq-a p {
  grid-column: 2;
  font-size: 16px;
  margin: 0;
}

@media (max-width: 991.98px) {

  .faq-section {
    padding-bottom: 50px;
  }

  .faq-content {
    grid-template-columns: 10px 1fr 40px;
  }

  .faq-q {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 22px 0;
  }

  .faq-a {
    grid-template-columns: auto 1fr auto;
    gap: 0;
  }

  .faq-head {
    margin-bottom: 67px;
  }

  .faq-title {
    font-size: 44px;
  }

  .faq-q-text {
    font-size: 24px;
  }

  .faq-q::before {
    font-size: 16px;
  }

  .faq-a p {
    font-size: 14px;
  }

  .faq-icon svg {
    width: 26px;
    height: 26px;
  }

}

@media (max-width: 575.98px) {
  .faq-q::before {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: 11px;
  }

  .faq-content {
    grid-template-columns: 0px 1fr 40px;
    gap: 0;
  }
}

/* ════ FOOTER ═══════════════════════════════════════════════════ */

footer {
  background: var(--bg2);
  padding: 50px 0;
  /* margin-top: 100px; */
}

footer .nav-logo {
  max-width: 100px;
  width: 100%;
}

footer .nav-logo img {
  width: 100%;
}

.footer-top {
  display: grid;
  grid-template-columns: 100px 1.4fr 1.5fr auto;
  align-items: center;
  gap: 26px;
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  padding: 31px 0;
}

.footer-brand-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 20px;
  color: var(--white);
  margin-bottom: 12px;
}

.footer-brand-name svg {
  width: 26px;
  height: 26px;
}

.footer-brand-desc {
  font-size: .78rem;
  color: var(--muted);
  max-width: 240px;
  line-height: 1.75;
}

.footer-nav {
  display: flex;
  align-items: flex-start;
  column-gap: 128px;
  row-gap: 50px;
}

.footer-links-grid a {
  font-size: 15px;
  letter-spacing: 0%;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 16px 0;
}

.footer-brand-huge {
  overflow: hidden;
}

.footer-brand-huge span {
  display: block;
  font-size: clamp(12vw, 16vw, 20vw);
  color: rgba(255, 255, 255, .035);
  user-select: none;
  transition: color .6s;
}


@media (hover: hover) {
  footer:hover .footer-brand-huge span {
    color: rgba(255, 255, 255, .065);
  }
}

footer:active .footer-brand-huge span {
  color: rgba(255, 255, 255, .065);
}

.footer-bottom {
  text-transform: uppercase;
}

.footer-copy {
  font-size: 15px;
  color: #BFBFBF80;
  margin-bottom: 0;
}

.social-links {
  display: flex;
  gap: 24px;
  align-self: flex-start;
  padding-top: 10px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: border-color .25s;
}

.social-link svg {
  fill: var(--white);
  transition: fill .25s;
}

@media (hover: hover) {
  .social-link:hover svg path {
    fill: #B2A293;
  }
}

.social-link:active svg path {
  fill: #B2A293;
}

footer .hero-brand {
  padding: 64px 0 30px 0;
}

.btn-footer {
  padding: 0px 21px;
  margin-left: 71px;
}

/* footer .btn {
  font-size: 15px !important;
} */

@media (max-width: 1400.98px) {
  .footer-nav {
    column-gap: 50px;
  }
}

@media (max-width: 991.98px) {

  footer {
    padding: 20px 0;
    /* margin-top: 70px; */
  }

  footer .nav-logo {
    max-width: 46px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    border: none;
    padding: 20px 0;
  }

  footer .hero-brand {
    padding: 30px 0 19px 0;
  }

  .footer-nav {
    grid-column: 1 / -1;
    gap: 20px;
    justify-content: space-between;
    border-top: 1px solid var(--border2);
    border-bottom: 1px solid var(--border2);
    padding: 19px 0;
    margin: 27px 0;
  }

  .footer-links-grid a {
    font-size: 12px;
    padding: 17px 0;
  }

  .btn-footer {
    justify-self: flex-end;
  }

  .footer-copy {
    font-size: 11px;
  }

  .social-links {
    gap: 25px;
    padding-top: 0;
  }

}

@media (max-width: 450.98px) {
  .btn-footer {
    width: 100%;
  }

  .footer-nav {
    padding-right: 26px;
  }

  .footer-top .btn-footer {
    font-size: 15px !important;
    margin-top: -6px;
  }
}

/* ════ POPUP ════════════════════════════════════════════════════ */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  opacity: 0;
  visibility: hidden;
  transition: opacity .32s, visibility .32s;
  backdrop-filter: blur(22px);
  z-index: 10;
}

.overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  background: var(--white);
  display: flex;
  flex-direction: column;
  transition: transform .38s cubic-bezier(.4, 0, .2, 1), opacity .38s;
  will-change: transform;
  z-index: 11;
}

.popup[data-popup-position="right"] {
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 28px);
  max-width: 575px;
  transform: translateX(110%);
  opacity: 0;
}

.popup.is-open[data-popup-position="right"] {
  transform: translateX(0);
  opacity: 1;
}

body.noscroll {
  overflow: hidden;
}

/* Cart */
#cart-popup {
  top: 34px;
  right: 34px;
  bottom: 34px;
  border-radius: 5px;
  color: var(--bg);
  max-width: 495px;
  /* max-height: 926px; */
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 26px;
}

.cart-header-title {
  text-transform: uppercase;
  font-family: var(--secondFont);
  font-size: 28px;
  letter-spacing: -5%;
  color: var(--bg);
}

.cart-close {
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s;
}

@media (hover: hover) {
  .cart-close:hover {
    opacity: 0.5;
  }
}

/* .cart-close svg {
  width: 18px;
  height: 18px;
} */

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 0 21px;
}

.cart-item {
  display: grid;
  grid-template-columns: 95px 1fr auto;
  align-items: center;
  gap: 27px;
  padding: 40px 0;
  border-bottom: 1px solid var(--border2);
}

.cart-item:last-child {
  border: none;
}

.cart-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

.cart-item-img {
  position: relative;
  width: 95px;
  height: 95px;
  border-radius: 5px;
  overflow: hidden;
  background: var(--white);
  overflow: hidden;
}

.cart-item-img img {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cart-item-name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -5%;
  display: block;
  margin-bottom: 10px;
}

.counter {
  background: transparent;
}

.counter .counter-calc {
  display: inline-flex;
  align-items: center;
  width: 63px;
  height: 28px;
  border: 1px solid var(--border2);
  border-radius: 5px;
  overflow: hidden;
}

#cart-popup .counter-input {
  border: none;
}

.counter .counter-input {
  width: 40%;
  min-width: 26px;
  height: 100%;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1;
  color: var(--black);
  pointer-events: none;
}

.counter .counter-plus,
.counter .counter-minus {
  width: 30%;
  height: 100%;
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.1s linear;
}

.counter .counter-plus {
  padding: 0 11px 0 0;
}

.counter .counter-minus {
  padding: 0 0 0 11px;
}

.counter .counter-plus svg path,
.counter .counter-minus svg path {
  stroke: var(--black);
  transition: all 0.1s linear;
}

@media (hover: hover) {

  .counter .counter-plus:hover svg path,
  .counter .counter-minus:hover svg path {
    /* filter: brightness(0) saturate(100%) invert(19%) sepia(66%) saturate(6584%) hue-rotate(352deg) brightness(95%) contrast(126%); */
    opacity: 0.8;
    transition: all 0.1s linear;
  }
}

.counter .counter-plus:active svg path,
.counter .counter-minus:active svg path {
  /* filter: brightness(0) saturate(100%) invert(19%) sepia(66%) saturate(6584%) hue-rotate(352deg) brightness(95%) contrast(126%); */
  opacity: 0.8;
  transition: all 0.1s linear;
}

.cart-item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}

.cart-item-price {
  font-size: 14px;
  font-weight: 600;
}

.cart-item-delete {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.1s linear;
}

@media (hover: hover) {
  .cart-item-delete:hover {
    filter: brightness(0) saturate(100%) invert(19%) sepia(66%) saturate(6584%) hue-rotate(352deg) brightness(95%) contrast(126%);
    transition: all 0.1s linear;
  }
}

.cart-item-delete:active {
  filter: brightness(0) saturate(100%) invert(19%) sepia(66%) saturate(6584%) hue-rotate(352deg) brightness(95%) contrast(126%);
  transition: all 0.1s linear;
}

.cart-item-delete svg {
  width: 26px;
  height: 26px;
  display: block;
}

.cart-footer {
  padding: 15px 22px 27px;
  margin-top: auto;
}

.cart-total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border2);
  padding-top: 44px;
  margin-bottom: 42px;
}

.cart-total-label {
  display: block;
  font-family: var(--secondFont);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -5%;
  text-transform: uppercase;
}

.cart-total-price {
  font-size: 20px;
  font-weight: 600;
}

.cart-totals {
  border-top: 1px solid var(--border2);
  padding-top: 44px;
  margin-bottom: 32px;
}
.cart-totals .cart-total-box-simple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.input-with-icon {
  position: relative;
}
.input-with-icon .icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(100% - 40px);
  right: 0;
  top: 0;
  bottom: 0;
}
.input-with-icon .icon > * {

}

@media (max-width: 991.98px) {
  #cart-popup {
    top: 9px;
    right: 9px;
    bottom: 9px;
    border-radius: 5px;
    color: var(--bg);
    max-width: 495px;
    max-height: inherit;
  }

  .popup[data-popup-position="right"] {
    width: calc(100% - 20px);
  }

  .cart-header {
    padding: 21px 10px 21px;
  }

  .cart-items {
    padding: 0px 10px;
  }

  .cart-footer {
    padding: 15px 10px 30px;
    margin-top: auto;
  }

  .cart-item-delete svg {
    width: 24px;
    height: 24px;
  }

  #cart-popup .counter .counter-calc {
    width: 76px;
    height: 28px;
  }

  .cart-item {
    gap: 14px;
    padding: 29px 0;
  }

  #cart-popup .counter .counter-input {
    font-size: 11px;
  }

  .cart-total-box {
    padding-top: 29px;
    margin-bottom: 35px;
  }

  .btn-checkout {
    font-size: 16px !important;
  }
}

/* ── Menu panel ── */
.burger-menu {
  position: fixed;
  inset: 0;
  backdrop-filter: blur(80px);
  /* background-color: #04060833; */
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(.76, 0, .24, 1);
  z-index: 11;
}

.burger-menu.is-open {
  transform: translateX(0);
}

.burger-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 11px;
}

/* top bar */
.burger-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.burger-main {
  height: calc(100dvh - 100px);
  padding-top: 50px;
  overflow-y: auto;
}

.burger-top-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.burger-cart {
  font-size: 15px;
  /* letter-spacing: .1em; */
  color: var(--text);
}

.burger-close {
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.2rem;
  cursor: pointer;
  transition: opacity .25s;
  line-height: 1;
}

@media (hover: hover) {
  .burger-close:hover {
    opacity: 0.6;
  }
}

.burger-close:active {
  opacity: 0.6;
}

/* main links */
.burger-nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}

.burger-links {
  display: grid;
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  padding: 30px 0;
  margin-bottom: 40px;
}

.burger-link {
  font-family: var(--secondFont);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -5%;
  color: var(--white);
  line-height: 1;
  padding: 10px 0;
  overflow: hidden;
}

.burger-link .slide-wrap span {
  transition-duration: .45s;
}

/* secondary */
.burger-secondary {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid var(--border2);
  margin-bottom: auto;
}

.burger-sec-link {
  font-size: 14px;
  /* letter-spacing: .1em; */
  text-transform: uppercase;
  padding: 15px 0;
  overflow: hidden;
}

.burger-sec-link .slide-wrap span {
  transition-duration: .35s;
}

@media (hover: hover) {
  .burger-sec-link:hover {
    color: var(--text);
  }
}

.burger-sec-link:active {
  color: var(--text);
}

/* socials */
.burger-socials {
  display: flex;
  gap: 25px;
}

.burger-social {
  transition: color .25s;
}


@media (hover: hover) {
  .burger-social:hover {
    color: var(--white);
  }
}

.burger-social:active {
  color: var(--white);
}

/* stagger анімація посилань при відкритті */
.burger-menu.is-open .burger-link,
.burger-menu.is-open .burger-sec-link {
  animation: burgerLinkIn .6s both;
}

.burger-menu.is-open .burger-link:nth-child(1) {
  animation-delay: .15s;
}

.burger-menu.is-open .burger-link:nth-child(2) {
  animation-delay: .22s;
}

.burger-menu.is-open .burger-link:nth-child(3) {
  animation-delay: .29s;
}

.burger-menu.is-open .burger-link:nth-child(4) {
  animation-delay: .36s;
}

.burger-menu.is-open .burger-sec-link:nth-child(1) {
  animation-delay: .42s;
}

.burger-menu.is-open .burger-sec-link:nth-child(2) {
  animation-delay: .48s;
}

.burger-menu.is-open .burger-sec-link:nth-child(3) {
  animation-delay: .54s;
}

@keyframes burgerLinkIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* ── Burger btn ── */
.burger-btn svg path {
  stroke-dasharray: 28;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset .4s cubic-bezier(.76, 0, .24, 1),
    opacity .3s ease;
}

.burger-btn svg path:nth-child(1) {
  transition-delay: 0s;
}

.burger-btn svg path:nth-child(2) {
  transition-delay: .06s;
}

.burger-btn svg path:nth-child(3) {
  transition-delay: .12s;
}

.burger-menu.is-open~* .burger-btn svg path,
.burger-btn.is-active svg path {
  stroke-dashoffset: 28;
  opacity: 0;
}

.burger-close svg path {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  /* transition: stroke-dashoffset .45s cubic-bezier(.76, 0, .24, 1); */
}

.burger-close svg path:nth-child(1) {
  transition-delay: .18s;
}

.burger-close svg path:nth-child(2) {
  transition-delay: .28s;
}

.burger-close svg path:nth-child(3) {
  transition-delay: .22s;
}

.burger-menu.is-open .burger-close svg path {
  stroke-dashoffset: 0;
}

.burger-close {
  transition: transform .35s cubic-bezier(.76, 0, .24, 1);
}

@media (hover: hover) {
  .burger-close:hover {
    transform: rotate(-360deg);
  }
}

.burger-close:active {
  transform: rotate(-360deg);
}

body .product-section {
  padding-top: 50px;
  padding-bottom: 127px;
}

.product {
  display: grid;
  grid-template-columns: 50% auto;
  /* gap: 48px; */
  width: 100%;
}

/* ── GALLERY ── */
.gallery {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  max-height: 800px;
  overflow: hidden;
}

/* Thumbs (вертикальний swiper) */
.swiper-thumbs {
  width: 106px;
  max-height: 800px;
  border-radius: 5px;
  overflow: hidden;
}

.swiper-thumbs .thumb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .25s;
  flex-shrink: 0;
  position: relative;
}

.swiper-thumbs .thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(.7);
  transition: filter .25s;
}

.swiper-thumbs .swiper-slide {
  filter: opacity(0.5);
}

.swiper-thumbs .swiper-slide-thumb-active {
  filter: opacity(1);
}

.swiper-thumbs .swiper-slide-thumb-active img {
  filter: brightness(1);
}

@media (hover: hover) {

  .swiper-thumbs .swiper-slide:hover img {
    filter: brightness(1);
  }
}

.swiper-thumbs .swiper-slide:active img {
  filter: brightness(1);
}

.fancybox-image {
  border-radius: 5px;
}

html.with-fancybox body.hide-scrollbar {
  margin-right: 0 !important;
}

/* Main image swiper */
.swiper-main {
  width: 100%;
  max-height: 800px;
  border-radius: 5px;
  overflow: hidden;
}

.swiper-main .swiper-slide {
  height: auto;
}

.swiper-main .main-slide-link {
  width: 100%;
  height: 100vh;
  max-height: 800px;
  border-radius: 5px;
  background-color: var(--bg2);
  opacity: 1 !important;
  overflow: hidden;
}

.swiper-main .main-slide-link img {
  width: 100%;
  height: 100%;
  max-height: 800px;
  border-radius: 5px;
  object-fit: cover;
  display: block;
  /* scale: 0.8; */
  margin: 0 auto;
  z-index: 1;
}

.gallery .swiper-slide:first-child .main-slide-link img,
.fancybox__slide:first-child .fancybox__content img {
  width: auto;
  height: auto;
  object-fit: contain;
  /* scale: 0.8; */
}

.gallery .swiper-thumbs .swiper-slide:first-child .thumb-item img {
  width: auto;
  object-fit: contain;
  /* scale: 0.8; */
}


@media (max-width: 1440.98px) {
  .swiper-main .main-slide-link {
    max-height: 600px;
  }

  .swiper-main .main-slide-link img {
    max-height: 600px;
  }

  .swiper-main .main-slide-link {
    height: 100%;
  }

  .gallery .swiper-slide:first-child .main-slide-link img,
  .gallery .swiper-thumbs .swiper-slide:first-child .thumb-item img,
  .fancybox__slide:first-child .fancybox__content img {
    height: 100%;
  }
}

.fancybox__content {
  position: relative;
  border-radius: 5px;
}

.fancybox__content img {
  z-index: 1;
}

.gallery .main-slide-link::before,
.gallery .thumb-item::before,
.fancybox__content::before,
.cart-item-img::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 1;
  pointer-events: none;
  border-radius: inherit;
  /* background-image: url(data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E); */
  /*background-image: url(../images/main/background3.png);*/
  background-image: var(--bg-img-pd, '../images/main/background3.png');
  background-size: cover;
  background-repeat: no-repeat;
  /* mix-blend-mode: overlay; */
}

.fancybox__content::before,
.cart-item-img::before {
  background-image: var(--bg-img-cart, '../images/main/background3.png');
}

.info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 0 0 75px;
}

.info .game-card-diff {
  margin-bottom: 11px;
}

.product-title {
  text-transform: uppercase;
  font-family: var(--secondFont);
  font-size: 75px;
  line-height: 1.25;
  letter-spacing: -5%;
  margin: 0px 0 9px 0;
}

.product-price {
  font-size: 24px;
  margin-bottom: 56px;
}

.tags {
  display: flex;
  gap: 10px;
  /* flex-wrap: wrap; */
  margin-bottom: 57px;
}

.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(33% - 5px);
  background: var(--bg2);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 16px;
  border-radius: 5px;
  white-space: nowrap;
}

.tag:not(:last-child):before {
  content: '';
  position: absolute;
  /* top: 50%; */
  right: -27px;
  transform: translateY(-50%);
  rotate: 272deg;
  width: 21px;
  height: 24px;
  background-color: var(--bg2);
  clip-path: polygon(0% 0%, 100% 0%, 70% 50%, 100% 100%, 0% 100%, 30% 50%);
}

.buy-row {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  align-items: stretch;
}

.counter-light .counter-calc {
  width: 115px;
  height: 52px;
  border: 2px solid var(--white);
}

.counter-light .counter-input {
  color: var(--white);
  font-size: 16px;
  border: none;
}

.counter-light .counter-plus svg,
.counter-light .counter-minus svg {
  width: 13px;
  height: 13px;
}

.counter-light .counter-plus svg path,
.counter-light .counter-minus svg path {
  stroke: var(--white);
}

@media (max-width: 1440.98px) {
  .info {
    padding: 0 0 0 35px;
  }
}

@media (max-width: 991.98px) {
  .counter-light .counter-calc {
    width: 115px;
    height: 42px;
    border: 2px solid var(--white);
  }

  .info {
    padding: 0;
  }
}

.btn-buy {
  flex: 1;
}

.shipping {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.shipping svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.shipping-info {
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.4;
}

.shipping-info a {
  display: inline;
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (hover: hover) {
  .shipping-info a:hover {
    opacity: 0.7;
  }
}

.shipping-info a:active {
  opacity: 0.7;
}

.accordion-block {
  border-top: 1px solid var(--border2);
}

.accordion-block ul {
  padding-left: 20px;
  list-style: disc;
}

/* Accordion */
.accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--border2);
}

.accordion-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -5%;
  text-transform: uppercase;
  transition: color .2s;
  user-select: none;
  gap: 16px;
  padding: 21px 0;
}

.accordion-top:hover {
  opacity: 0.8;
  /* color: var(--muted); */
}

.accordion-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  justify-self: flex-end;
  transition: all 0.3s linear;
}

.accordion-item.open .accordion-icon {
  rotate: -180deg;
  transition: all 0.3s linear;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(.4, 0, .2, 1), padding .3s;
}

.accordion-item.open .accordion-body {
  max-height: 1000px;
}

.accordion-inner {
  padding-bottom: 20px;
}

.accordion-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 1440.98px) {
  .gallery {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .swiper-thumbs {
    width: 80px;
  }

  .product-title {
    font-size: 45px;
  }

  .product-price,
  .tags,
  .shipping {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024.98px) {
  .product {
    gap: 20px;
  }

  .gallery {
    grid-template-columns: 100%;
    height: fit-content;
  }

  .shipping {
    margin-bottom: 30px;
  }

  .accordion-top {
    font-size: 14px;
  }

  .product-title {
    font-size: 50px;
  }

  .swiper-thumbs {
    width: 100% !important;
    height: auto !important;
    order: 2;
  }

  .swiper-thumbs .swiper-wrapper {
    flex-direction: row !important;
  }

  .swiper-thumbs .swiper-slide {
    height: auto;
  }

  .swiper-main {
    height: 455px;
    order: 1;
  }

  .tags {
    margin-bottom: 24px;
  }

  .tag {
    font-size: 12px;
    padding: 8px 14px;
  }
}

@media (max-width: 991.98px) {
  .product-title {
    font-size: 38px;
  }

  .product-price {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .product-title {
    margin: 0px 0 10px 0;
  }
}

@media (max-width: 767.98px) {
  .product {
    grid-template-columns: 100%;
    gap: 43px;
  }

  .product-title {
    font-size: 32px;
  }

  .info .game-card-diff {
    padding: 5px 6px;
    margin-bottom: 7px;
  }

  .game-card-diff {
    font-size: 11px;
  }

  .swiper-main {
    height: 430px;
  }

  .counter-light .counter-calc {
    width: 84px;
  }

  .counter-light .counter-input {
    font-size: 14px;
  }

  .counter-light .counter-plus svg,
  .counter-light .counter-minus svg {
    width: 8px;
    height: 8px;
  }

  .shipping {
    margin-bottom: 14px;
  }

  .shipping-info {
    font-size: 11px;
  }

  .accordion-icon svg {
    width: 14px;
    height: 14px;
  }

  .accordion-top {
    padding: 27px 0;
  }

  .accordion-item:last-child .accordion-top {
    padding-bottom: 50px;
  }

  body .product-section {
    padding-top: 5px;
    padding-bottom: 0px;
  }
}

.product-sticky {
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  padding: 21px 0;
  z-index: 5;
}

@media (max-width: 991.98px) {
  .product-sticky {
    padding: 10px 0;
  }
}

.product-sticky-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.product-sticky-price-box .btn {
  min-width: 90px;
  height: 38px;
}

.product-sticky-price-box {
  display: flex;
  align-items: center;
  gap: 48px;
}

.product-sticky-price-box .btn {
  font-size: 14px;
}

.product-sticky-price {
  font-size: 16px;
  white-space: nowrap;
}

.product-sticky-title {
  text-transform: uppercase;
  font-size: 32px;
  font-family: var(--secondFont);
  letter-spacing: -5%;
}

.product-sticky {
  background: var(--bg);
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  transition: all 0.2s linear;
}

.product-sticky-static {
  /* position: sticky;
  top: 0; */
  z-index: 10;
}

.product-sticky-static.is-bottom {
  position: static;
}

/* ── STICKY HEADER ── */
.product-sticky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  will-change: transform;
  transform: translate3d(0, -100%, 0);
  backface-visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s;
  background: var(--bg);
  border-bottom: 1px solid var(--border2);
}

.product-sticky-fixed.is-fixed {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

body:has(.product-sticky-fixed.is-fixed) .nav {
  opacity: 0;
}

body .story-section-main {
  border-bottom: 1px solid var(--border2);
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 112px;
  overflow: clip;
  z-index: 9;
}

.story-box {
  display: grid;
  background-color: var(--bg);
  /*  position: sticky;
  top: 80px;
  height: calc(100dvh - 80px);
  will-change: filter;
  filter: blur(calc(var(--sepia-amount, 0) * 4px)) brightness(calc(1 - var(--sepia-amount, 0) * 0.3)); */
}

.story-main-img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  background-image: radial-gradient(39.73% 63.65% at 77.31% 55.02%, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0) 100%);
  background-blend-mode: multiply;
}

.story-box-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-column: 1;
  grid-row: 1;
  max-width: 1606px;
  width: 100%;
  grid-row: 1;
  height: fit-content;
  align-self: flex-end;
  padding: 130px 13px;
  margin: 0 auto;
}

/* .story-box-text-inner {
  max-width: 540px;
} */

.story-box-text-inner p {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
}

.story-box:nth-child(odd) .story-box-text-inner {
  grid-column: 1;
}

.story-box:nth-child(even) .story-box-text-inner {
  grid-column: 2;
}

@media (max-width: 991.98px) {

  body .story-section-main {
    margin-bottom: 40px;
  }

  /* .story-box {
    position: static;
    top: 50px;
    height: 100%;
  } */

  .story-main-img {
    grid-column: auto;
    grid-row: auto;
  }

  .story-box-text {
    grid-template-columns: 1fr;
    gap: 0;
    grid-column: auto;
    grid-row: auto;
    padding: 73px 13px;
  }

  .story-box-text-inner p {
    font-size: 14px;
  }

}

/* ── STORY SECTION ── */
/* .story-section {
  position: relative;
  border-bottom: 1px solid var(--border2);
  transition: all 0.3s linear;
  padding: 0;
  margin-bottom: 30px;
}

.story-locked .story-section {
  transition: all 0.3s linear;
}

.story-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.story-section {
  position: relative;
  height: calc(100vh * 4);
  padding-bottom: 100px;
}

.story-body {
  position: sticky;
  top: var(--sticky-offset, 0px);
  height: calc(100vh - var(--sticky-offset, 0px));
  overflow: hidden;
}

.story-left {
  display: grid;
  grid-template-rows: 0.9fr auto 1fr;
  padding: 50px 50px 50px 0;
  position: relative;
  overflow: hidden;
}

.story-top-box {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 10px;
  padding-top: 27px;
}

.story-top-bar {
  grid-column: 2;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-right: 20px;
}

.story-step-num {
  font-weight: 500;
  transition: opacity .3s ease;
}

.story-scene-label {
  font-size: 16px;
  transition: opacity .3s ease;
}

.story-progress {
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: fit-content;
  margin-bottom: 0;
  z-index: 3;
}

.story-progress-track {
  width: 2px;
  height: 100px;
  background: rgba(208, 192, 177, .15);
  flex-shrink: 0;
  position: relative;
}

.story-step-text {
  font-size: 20px;
  color: var(--white);
}

.story-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 25%;
  background: var(--white, #D0C0B1);
  transition: height .5s cubic-bezier(.4, 0, .2, 1);
}

.story-num-last {
  transition: opacity .3s ease;
}

.story-label {
  font-family: var(--secondFont);
  line-height: 1;
  user-select: none;
  pointer-events: none;
  align-self: end;
} */

.word-hide-box {
  overflow: hidden;
}

.word-hide {
  font-family: var(--secondFont);
  display: block;
  text-transform: uppercase;
  color: var(--colorHide);
  font-size: 180px;
  letter-spacing: -5%;
  transform: translateY(40px);
}

/* Слайди */
/* .story-slides {
  display: grid;
  position: relative;
  min-height: 100px;
  padding: 92px 11px 0px 0;
}

.story-slides::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  width: 100vw;
  height: 1px;
  background-color: rgb(115, 115, 115, 0.3);
}

.story-slide {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  transition: opacity .5s ease, cubic-bezier(.4, 0, .2, 1);
  pointer-events: none;
}

.story-slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.story-slide p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.32;
  text-transform: uppercase;
}

.story-right {
  display: grid;
  position: relative;
  overflow: hidden;
}

.story-img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, transform .6s cubic-bezier(.4, 0, .2, 1);
}

.story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: 73%;
}

.story-img.active {
  opacity: 1;
} */

.title-mob {
  display: none;
}

/* @media (max-width: 1630px) {
  .story-left {
    padding: 50px 15px;
  }
} */

@media (max-width: 1199.98px) {

  .word-hide {
    font-size: 150px;
    transform: translateY(40px);
  }

}

@media (max-width: 991.98px) {

  .product-sticky-title {
    font-size: 20px;
  }

  .title-deck {
    display: none;
  }

  .title-mob {
    display: flex;
  }

  .product-sticky-price {
    font-size: 14px;
  }

  /* .story-body {
    grid-template-columns: 1fr;
  }

  .story-right {
    grid-row: 1;
  }

  .story-left {
    grid-template-rows: auto auto auto;
    padding: 0;
  }

  .story-progress {
    grid-row: auto;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 180px;
    height: 20px;
  }

  .story-top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border2);
    padding: 18px 11px;
    margin-bottom: 25px;
  }

  .story-step-text {
    font-size: 15px;
  }

  .story-section {
    margin-bottom: 20px;
  }

  .story-label {
    padding: 15px;
  }

  .story-label .word-hide {
    color: var(--white);
    font-size: 80px;
    transform: none;
  }

  .story-top-bar {
    margin: 0;
  }

  .story-progress-track {
    rotate: -90deg;
  }

  .story-top-bar {
    grid-column: auto;
  }

  .story-slides::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    width: 100vw;
    height: 1px;
    background-color: rgb(115, 115, 115, 0.3);
  }

  .story-slides {
    padding: 15px 11px;
  }

  .story-slide p {
    font-size: 14px;
  }

  .story-scene-label {
    font-size: 14px;
  } */
}

@media (max-width: 767.98px) {
  /* .story-body {
    grid-template-columns: 1fr;
  }

  .story-label .word-hide {
    font-size: 40px;
  } */

  .product-sticky-price-box {
    gap: 36px;
  }

  .product-sticky-price-box .btn {
    font-size: 13px !important;
  }

  /* .story-body {
    height: fit-content;
  } */

  /* .story-right,
  .story-img,
  .story-img img {
    max-height: 360px;
  }

  .story-img img {
    object-position: 50% 10%;
  } */

  .product-sticky-price-box .btn {
    min-width: 83px;
    height: 32px;
    padding: 0 17px;
  }
}

.steps-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  /* margin: 0 -40px; */
}

.steps-info::before {
  content: '';
  position: absolute;
  top: 190px;
  left: -100%;
  right: -100%;
  display: block;
  width: 300vw;
  height: 1px;
  background-color: var(--border2);
  z-index: 3;
}

.step .word-hide-box::before {
  padding-left: 69px;
  margin-top: -15px;
}

.steps-section {
  counter-reset: step steps-title;
  padding-top: 180px;
  padding-bottom: 80px;
}

.steps-title-box {
  margin-bottom: 210px;
}

.steps-title-box:last-child {
  margin-bottom: 0;
}

.steps-section.steps-about-us {
  padding-bottom: 147px;
}

/* .pad-bot-0 {
  padding-bottom: 0;
} */

.step {
  counter-increment: step;
  position: relative;
}

.steps-title {
  counter-increment: steps-title;
  position: relative;
  font-size: 75px;
  margin: 50px 0px 104px 0;
}

.step-text::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--secondFont);
}

.steps-title::before {
  content: counter(steps-title, decimal-leading-zero);
  font-family: var(--secondFont);
}

.steps-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, transparent, #040608);
  pointer-events: none;
  z-index: 3;
}

/* .step-text {
  height: 115px;
} */

.word-hide-box::before {
  display: block;
  text-transform: uppercase;
  color: var(--colorHide);
  font-size: 205px;
  transform: translateY(57px);
  letter-spacing: -5%;
  padding-left: 66px;
  line-height: 1;
}

.steps-info-box {
  position: relative;
  display: grid;
  gap: 105px;
  background-color: var(--bg);
  /* border-top: 1px solid var(--border2); */
  border-right: 1px solid var(--border2);
  padding: 64px 74px;
  z-index: 2;
}

.step:first-child .steps-info-box {
  padding: 64px 10px 64px 0;
}

.step:first-child .word-hide-box::before {
  transform: translate(-9px, 57px);
  padding-left: 0;
}


.steps-info-box svg {
  width: 50px;
  height: 50px;
}

.steps-info .word-hide-box {
  overflow: visible;
}

.word-hide-box:last-child .step-text-box {
  border-right: none;
}

.step-title {
  font-size: 16px;
  text-transform: uppercase;
  min-height: 45px;
}

.section-title-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews-wrap-page {
  padding-top: 71px;
  padding-bottom: 74px;
}

body .games-section-page {
  background-image: url(../images/main/bg-gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}


@media (max-width: 1199.98px) {
  .step .word-hide-box::before {
    transform: translate(0px, 57px);
    padding-left: 26px;
  }
}


@media (max-width: 991.98px) {
  .steps-info {
    margin: 0;
  }

  .steps-info-box {
    gap: 33px;
    padding: 10px 0 10px 0;
  }

  .steps-info .word-hide-box::before {
    padding-left: 0;
  }

  .steps-info .word-hide-box::before {
    transform: translateY(72px);
  }

  .line-title-box-page {
    margin-bottom: 77px;
  }

  .steps-section.steps-about-us {
    padding-bottom: 60px;
  }

  .steps-info {
    grid-template-columns: 1fr;
  }

  .word-hide-box .step-text-box {
    border-right: none;
  }

  .line-head {
    position: relative;
    margin-bottom: 20px;
  }

  .steps-info::after {
    display: none;
  }

  .step-title {
    min-height: initial;
  }

  .steps-info::before {
    display: none;
  }

  .steps-info-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    display: block;
    width: 300vw;
    height: 1px;
    background-color: var(--border2);
  }

  .steps-info .word-hide-box::before {
    transform: translate(-10px, 72px);
  }

  .steps-info-box svg {
    width: 48px;
    height: 48px;
    margin-top: 30px;
  }

  .step:first-child .steps-info-box {
    padding: 0;
  }

  .step .steps-info-box {
    padding: 8px 0 !important;
  }

}

@media (max-width: 767.98px) {


  .description .section-h1 {
    margin-top: 72px;
    margin-bottom: 132px;
    line-height: 1.1;
  }

  .steps-title {
    margin: 50px 0px 50px 0;
  }

  .description h4 {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }

  .steps-title {
    font-size: 34px;
    text-align: left;
  }

  .about-us-box {
    min-height: auto;
  }

  .step-title {
    font-size: 18px;
  }

  .steps-section {
    padding-top: 95px;
    padding-bottom: 17px;
  }

  .reviews-wrap-page {
    padding-top: 62px;
    padding-bottom: 16px;
  }

  .section-title-off {
    display: none;
  }

  body .games-section-page {
    padding-top: 55px;
    padding-bottom: 108px;
  }

  .reviews-section {
    padding-top: 110px;
  }

  .reviews-section-index {
    padding-top: 138px;
    padding-bottom: 74px;
  }

  .reviews-section-index-page {
    padding-bottom: 140px;
  }
}

main:has(.running-line-section)+footer {
  margin-top: 0;
}

.partnership-box {
  padding: 0;
}

.partnership-box-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.partnership-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 20px;
  row-gap: 43px;
  padding: 68px 0 89px 0;
}

.partnership-box-inner:not(:last-child) {
  border-right: 1px solid var(--border2);
}

.partnership-box-inner span {
  font-size: 216px;
  font-family: var(--secondFont);
  letter-spacing: -5%;
}

.partner-line-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* flex-wrap: wrap; */
}

.partner-line-box a {
  max-width: 310px;
  width: 100%;
}

body .about-us-top {
  padding-top: 8px;
  padding-bottom: 218px;
  border-bottom: 1px solid var(--border2);
}

.margin-0 {
  margin: 0;
}

.text-block-width {
  font-size: 152px;
  max-width: 1283px;
  margin: 0 auto;
  margin-bottom: 95px;
}

.text-block-width h1 {
  font-size: 152px;
  text-align: center;
}

.partnership-box-inner p {
  text-transform: uppercase;
}

@media (max-width: 1440.98px) {
  .text-block-width h1 {
    font-size: 132px;
  }
}

@media (max-width: 1199.98px) {
  .partnership-box-inner span {
    font-size: 150px;
  }

  .text-block-width h1 {
    font-size: 100px;
  }
}

@media (max-width: 991.98px) {
  .partnership-box-inner span {
    font-size: 132px;
  }

  .steps-title-box {
    margin-bottom: 125px;
  }

  .text-block-width h1 {
    font-size: 87px;
  }

  .about-us-top h1 {
    margin: 41px 0 41px;
  }

  .text-block-width {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .partnership-box-info {
    grid-template-columns: 1fr;
  }

  .partnership-box-inner:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--border2);
  }

  .partnership-box-inner {
    align-items: flex-start;
    row-gap: 20px;
    padding: 47px 0 59px 0;
  }
}

/* main {
  display: grid;
  height: 100dvh;
  grid-template-rows: 1fr;
  grid-auto-rows: auto;
} */

body .contact-top {
  padding-top: 118px;
  padding-bottom: 111px;
}

@media (min-width: 991.98px) {
  .contact-section .container {
    padding: 0;
  }
}

.contact-section {
  position: relative;
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  padding: 0;
}

.contact-center {
  text-align: center !important;
}

.contact-section::after {
  content: '';
  position: absolute;
  top: 132px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--border2);
  z-index: 5;
}

.contact-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-line-img {
  transform: translateY(28px);
}

.contact-line {
  position: relative;
  font-size: 32px;
  text-transform: uppercase;
  justify-content: flex-start;
  width: 100%;
  background-color: var(--bg);
  padding: 123px 0 100px 0;
  z-index: 2;
}

.contact-box-inner {
  display: grid;
  border-right: 1px solid var(--border2);
  padding: 0 20px 30px;
}

.contact-box-inner:last-child {
  border-right: none;
}

.contact-section-bottom {
  padding-top: 100px;
  padding-bottom: 88px;
}

@media (min-width: 1641.98px) {
  .contact-box-inner:nth-child(2) {
    padding-left: 70px;
  }

  .contact-box-inner:nth-child(3) {
    padding-left: 70px;
  }
}

.contact-section-bottom .btn {
  padding: 0 30px;
}

.contact-box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.contact-box-bottom h2 {
  margin: 0;
}

.contact-line-img img {
  width: 132px;
  height: 132px;
}

.contact-box-bottom h2 {
  font-size: 75px;
}

@media (min-width: 991.98px) {
  .contact-line-img img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(6%) saturate(820%) hue-rotate(155deg) brightness(89%) contrast(86%);
  }
}

@media (max-width: 991.98px) {

  .contact-top h1 {
    font-size: 87px;
  }

  .contact-section::after {
    display: none;
  }

  body .contact-top {
    padding-top: 27px;
    padding-bottom: 78px;
  }

  .contact-box-bottom h2 {
    font-size: 32px;
  }

  .contact-section-bottom {
    padding-top: 28px;
    padding-bottom: 40px;
  }

  .contact-section-bottom .btn {
    font-size: 12px !important;
    height: 34px;
    padding: 0px 32px;
  }

  .contact-box {
    grid-template-columns: 1fr;
  }

  .contact-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
    border-right: none;
  }

  .contact-box-inner .word-hide {
    transform: none;
  }

  .contact-line {
    font-size: 26px;
    padding: 0;
  }

  .contact-box-inner {
    padding: 30px 0;
  }

  .contact-line-img {
    flex-shrink: 0;
  }

  .contact-line-img img {
    width: 40px;
    height: 40px;
  }
}

body .box-404 {
  display: grid;
  justify-items: center;
  gap: 48px;
  padding-top: 18px;
  padding-bottom: 154px;
  overflow: hidden;
}

.box-404 h1 {
  font-size: 358px;
  margin: 0;
}

.box-404 p {
  text-transform: uppercase;
  margin-bottom: 0;
}

.box-404 .btn {
  max-width: 312px;
  width: 100%;
}

.box-404-decor {
  position: relative;
  max-width: 520px;
  width: auto;
  margin: 0 auto;
  overflow-y: clip;
}

.box-404-decor::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -350%;
  right: -350%;
  display: block;
  width: 250vw;
  height: 1px;
  background-color: var(--border2);
}

.box-404-hide {
  transform: translate(-8px, 126px);
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.box-404-hide .text-100 {
  transform: translate(92px);
}

@media (max-width: 991.98px) {
  .box-404-decor::after {
    left: -70%;
    right: -70%;
  }

}

@media (max-width: 575.98px) {
  .box-404 h1 {
    font-size: 286px;
    margin: 0;
  }

  .box-404 p {
    margin-bottom: 14px;
  }

  body .box-404 {
    justify-items: flex-start;
    gap: 30px;
    padding: 0px 10px 154px 10px;
  }

  .box-404-hide {
    transform: translate(-2px, 100px);
  }

  .box-404 .btn {
    max-width: 100%;
  }
}

body .catalog-bg {
  display: grid;
  grid-template-rows: 1fr auto;
  width: 100%;
  height: 100vh;
  max-height: 560px;
  /* background: url('../images/main/background-catalog.jpg') center/cover no-repeat; */
  position: relative;
  inset: -34px 0 0 0;
  padding-bottom: 8px;
  margin-bottom: 68px;
}

.catalog-bg .games-counter-text {
  max-width: 370px;
}

.catalog-bg .section-top {
  align-items: flex-end;
}

.catalog-bg::before {
  content: '';
  position: absolute;
  inset: 60% 0 0 0;
  background: linear-gradient(180deg, rgba(8, 20, 19, 0) 0%, #040608 80.81%);
}

.catalog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.catalog-top .section-title {
  margin: 0;
}

.catalog-top p {
  margin: 0;
}

.grid-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 15px;
}

body .catalog-section {
  padding-top: 0;
  padding-bottom: 85px;
}

.catalog-section .game-card-img img {
  max-width: 261px;
}

@media (max-width: 991.98px) {
  .catalog-bg {
    background-position: 38% !important;
  }

  body .catalog-bg {
    inset: 0 0 0 0;
    max-height: 515px;
    padding-bottom: 0;
    margin-bottom: 83px;
  }

  .section-top {
    gap: 23px;
  }

  .catalog-section .game-card-img img {
    max-width: 203px;
  }

  .catalog-section .game-card-img img {
    padding: 29px 15px 69px;
  }

  body .catalog-section {
    padding-bottom: 76px;
  }
}

.auth-box-wait {
  max-width: 780px;
  width: 100%;
}

.auth-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.auth-box-top p {
  font-size: 20px;
  margin: 0;
}

.auth {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: auto;
}

.auth-logo img {
  max-width: 100%;
  width: 140px;
  height: 140px;
}

.auth-logo {
  max-width: 100%;
  margin-bottom: clamp(20px, 8vh, 80px);
}

.auth-title {
  text-transform: uppercase;
  font-size: 20px;
}

.auth-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 420px;
  width: 100%;
}

.auth-form input {
  background: transparent;
  border: 1px solid var(--border2);
  border-radius: 5px;
  padding: 0 15px;
  height: 44px;
  color: var(--white);
}

.auth-form .btn {
  min-width: 90px;
  height: 44px;
}

.auth__form button:hover {
  opacity: 0.85;
}

.form-group {
  position: relative;
}

.form-group .right {
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  right: 15px;
  cursor: pointer;
  filter: grayscale(1);
}

#progress-fill {
  transition: width 0.3s ease-out;
}

.auth-box-wait svg {
  width: 100%;
  display: block;
}

.auth {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: auto;
}

.auth-logo img {
  max-width: 100%;
  width: 140px;
  height: 140px;
}

.auth-logo {
  max-width: 100%;
  margin-bottom: clamp(20px, 10vh, 105px);
}

.auth-box {
  display: grid;
  max-width: 780px;
  width: 100%;
  min-height: 360px;
  border: 1px solid var(--border2);
  border-radius: 5px;
  text-align: center;
}

.auth-box2 {
  border: none;
}

.auth-box-inner {
  align-self: center;
  justify-self: center;
}

.auth-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 45px;
}

.auth-title {
  text-transform: uppercase;
  font-size: 20px;
}

.auth-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 420px;
  width: 100%;
}

.auth-form input {
  background: transparent;
  border: 1px solid var(--border2);
  border-radius: 5px;
  padding: 0 15px;
  height: 44px;
  color: var(--white);
}

.auth-form .btn {
  min-width: 90px;
  height: 44px;
}

.auth-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.auth-form input[type="text"]:focus,
.auth-form input[type="tel"]:focus,
.auth-form input[type="email"]:focus,
.auth-form input[type="password"]:focus,
.auth-form input[type="search"]:focus,
.auth-forminput[type="date"]:focus,
.auth-form textarea:focus {
  border: 1px solid var(--border);
}

@media (hover: hover) {

  .auth-form input[type="text"]:hover,
  .auth-form input[type="tel"]:hover,
  .auth-form input[type="email"]:hover,
  .auth-form input[type="password"]:hover,
  .auth-form input[type="search"]:hover,
  .auth-form input[type="date"]:hover,
  .auth-form textarea:hover {
    border: 1px solid var(--border);
  }
}

.auth-form input[type="text"]:active,
.auth-form input[type="tel"]:active,
.auth-form input[type="email"]:active,
.auth-form input[type="password"]:active,
.auth-form input[type="search"]:active,
.auth-form input[type="date"]:active,
.auth-form textarea:active {
  border: 1px solid var(--border);
}


@media (hover: hover) {
  .auth__form button:hover {
    opacity: 0.85;
  }
}

.auth__form button:active {
  opacity: 0.85;
}

.form-group {
  position: relative;
}

.form-group .right {
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  right: 15px;
  cursor: pointer;
  filter: grayscale(1);
}

@media (max-width: 575.98px) {

  .auth {
    justify-content: flex-start;
    padding: 10px;
    padding-top: 134px;
  }

  .auth-logo {
    margin-bottom: 126px;
  }

  .auth-box-inner {
    align-self: center;
    justify-self: center;
    width: 100%;
    padding-top: 80px;
  }

  .auth-box-top {
    justify-content: center;
  }

  .auth-form {
    max-width: 100%;
    flex-direction: column;
  }

  .auth-form input {
    width: 100%;
  }

  .auth-form .btn {
    width: 100%;
  }

  .auth-form {
    gap: 24px;
  }

  .auth-box {
    width: 100%;
    min-height: initial;
    border: none;
    border-top: 1px solid var(--border2);
    border-radius: 0;
  }

  .auth-box-top p {
    font-size: 16px;
  }

  .auth-logo img {
    width: 120px;
    height: 120px;
  }

  .auth-box2 .auth-box-top {
    justify-content: space-between;
  }

  .progress-bar-svg {
    height: 44px;
    width: 100%;
    display: block;
  }

}

.checkout {
  background: var(--white);
  color: var(--black);
  /* padding-bottom: 135px; */
}

.site-header {
  position: sticky;
  top: 0;
  background-color: var(--white);
  z-index: 5;
}

.logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1615px;
  width: 100%;
  padding: 44px 50px;
  margin: 0 auto;
}

.site-header .nav-logo {
  position: absolute;
  left: 17px;
}

.logo-seal {
  width: 52px;
  height: 52px;
  border: 2px solid var(--text);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 7px;
  letter-spacing: .06em;
  text-align: center;
  line-height: 1.3;
  padding: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

#simplecheckout_overlay,
.simplecheckout_overlay {
  /* filter: brightness(0) saturate(100%) invert(83%) sepia(5%) saturate(827%) hue-rotate(348deg) brightness(96%) contrast(85%); */
  filter: brightness(0) saturate(100%) invert(82%) sepia(3%) saturate(1794%) hue-rotate(348deg) brightness(88%) contrast(82%);
}

.page-title {
  text-transform: uppercase;
  font-family: var(--secondFont);
  font-size: 40px;
  margin: 0;
}

.checkout-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 495px;
  gap: 12px;
  align-items: start;
  max-width: 1290px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 47px;
}

@media (min-width: 1200px) {
  .checkout-wrap {
    margin-bottom: 50px;
  }
}

.checkout-box {
  background-color: #D9CBBD;
  border: 1px solid var(--checkout-border);
  border-radius: 5px;
  padding: 30px 15px;
  margin-bottom: 12px;
}

.promo-row.checkout-box {
  padding: 26px 15px;
}

.checkout-box-product {
  padding: 25px 15px;
}

.sidebar .checkout-box-product .checkout-title {
  margin-bottom: 25px;
}

.checkout-box .cart-items {
  padding: 0;
}

/* .sidebar .cart-items {
  margin-bottom: 95px;
} */

.checkout-box .cart-footer {
  padding: 16px 0px 0px;
}

.checkout-title {
  text-transform: uppercase;
  font-size: 28px;
  font-family: var(--secondFont);
  font-weight: 500;
  letter-spacing: -5%;
  margin-bottom: 20px;
}

.promo-initial .checkout-title {
  font-size: 24px;
}

.field {
  margin-bottom: 22px;
}

.field:last-child {
  margin-bottom: 0;
}

.label-form {
  display: block;
  font-size: 14px;
  color: var(--accent);
  margin-bottom: 10px;
}

.label-form .req {
  color: var(--red);
  margin-left: 2px;
}

.field-name {
  border-radius: 5px;
  background-color: #D1C2B4;
  padding: 10px 15px;
}

.checkout-note {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.checkout-note svg {
  flex-shrink: 0;
}

.checkout-box-box {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  font-size: 13px;
  color: #5A5149;
  line-height: 1.4;
}

.checkout-box-box svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.checkout-box-box a {
  display: contents;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.quick-cities {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 6px;
  margin-bottom: 24px;
}

.quick-cities button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
  transition: opacity .15s;
}


@media (hover: hover) {
  .quick-cities button:hover {
    opacity: 0.5;
  }
}

.quick-cities button:active {
  opacity: 0.5;
}

.sidebar {
  position: sticky;
  top: var(--site-header-height, 140px);
  z-index: 1;
}

.sidebar input {
  border: none;
}

.sidebar .checkout-title {
  margin: 0;
}

.promo-row {
  overflow: hidden;
}

.promo-content-wrapper {
  overflow: hidden;
  transition: max-height .35s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
}

.promo-content-wrapper.is-open {
  max-height: 290px;
  padding-bottom: 5px;
}

.promo-initial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: opacity .2s ease;
}

.promo-input-field {
  display: grid;
  gap: 20px;
  margin-top: 10px;
}

.promo-input-field .promo-input {
  flex-grow: 1;
  border: 1px solid var(--input-border);
  outline: none;
}

.promo-label {
  display: block;
  font-size: 13px;
  color: #5A5149;
  margin-top: 20px;
}

.promo-add {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #5A5149;
  font-weight: 500;
  transition: opacity .15s;
}

@media (hover: hover) {
  .promo-add:hover {
    opacity: 0.5;
  }
}

.promo-add:active {
  opacity: 0.5;
}

.promo-initial .promo-on {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  min-width: 67px;
}

.promo-initial.is-hidden .promo-on {
  display: none;
}

.promo-initial .promo-off {
  display: none;
  text-align: right;
  min-width: 67px;
}

.promo-initial.is-hidden .promo-off {
  display: flex;
  justify-content: flex-end;
}

.promo-initial.is-hidden .promo-add svg {
  rotate: 45deg;
  transition: all 0.3s linear;
}

.promo-add svg {
  width: 26px;
  height: 26px;
  transition: all 0.3s linear;
}

.promo-input-wrap {
  display: none;
  margin-bottom: 12px;
}

.promo-input-wrap.open {
  display: flex;
  gap: 8px;
}

.promo-input-wrap input {
  border: 1px solid var(--input-border);
}

.order-card {
  background-color: var(--checkout);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.order-header {
  padding: 16px 20px 13px;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border);
}

.product-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  transition: opacity .25s, max-height .3s;
  overflow: hidden;
}

.product-thumb {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  background: var(--bg-input);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--text-muted);
  text-align: center;
  padding: 4px;
  line-height: 1.3;
}

.btn-pay {
  width: 100%;
  margin-top: 14px;
  background: var(--text);
  color: var(--bg);
  border: none;
  border-radius: var(--radius);
  padding: 17px;
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity .18s, transform .12s;
}


@media (hover: hover) {
  .btn-pay:hover {
    opacity: .86;
    transform: translateY(-1px);
  }
}

.btn-pay:active {
  opacity: .86;
  transform: translateY(-1px);
}

.btn-pay:active {
  transform: translateY(0);
}

.terms {
  color: var(--accent);
  margin-top: 20px;
}

.terms a {
  text-decoration: underline;
}

.terms a:hover {
  text-decoration: none;
}

.terms a:active {
  text-decoration: underline;
}

.terms ul {
  color: var(--accent);
  list-style: disc;
  padding-left: 18px;
  margin-top: 5px;
}

.terms a {
  color: var(--accent);
  font-size: 14px;
  text-underline-offset: 2px;
}

.dropdown-address-wrap {
  position: relative;
}

.dropdown-address {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  border: 1px solid var(--border2);
  background: #D9CBBD;
  border-radius: 5px;
  padding: 10px;
  margin: 0;
  list-style: none;
  max-height: 320px;
  overflow-y: auto;
  z-index: 3;
}

.dropdown-address-wrap input {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  padding: 0 45px 0 45px !important;
  transition: padding 0.3s ease;
}

/* .dropdown-address-wrap:has(.dropdown-address.is-open) input {
  padding-left: 45px !important;
} */

.dropdown-address-wrap::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
  content: '';
  background: url(../images/icon/search-lg.svg) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 22px;
  cursor: pointer;
  /* transform: translateY(-50%) scale(0.7); */
  /* opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none; */
  margin-top: -1px;
}

.dropdown-address-wrap:has(.dropdown-address.is-open)::after {
  /* opacity: 1;
  transform: translateY(-50%) scale(0.9); */
  pointer-events: auto;
}

.dropdown-address-wrap::before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  background: url(../images/icon/chevron-down.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s linear;
  z-index: 2;
}

.dropdown-address-wrap:has(.dropdown-address.is-open)::before {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown-address.is-open {
  display: block;
}

.dropdown-address li {
  padding: 10px;
  font-size: 16px;
  color: var(--bg);
  cursor: pointer;
  border-radius: 5px;
  transition: background-color .15s, color .15s;
}

.dropdown-address li.is-active {
  background: #E6D8CA;
  background-image: url('../images/icon/done.svg');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 16px;
  color: var(--border);
  padding-right: 34px;
}

@media (hover: hover) {

  .dropdown-address li:hover {
    background: #E6D8CA;
    background-image: url('../images/icon/done.svg');
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 16px;
    color: var(--border);
    padding-right: 34px;
  }
}

.dropdown-address li:active {
  background: #E6D8CA;
  background-image: url('../images/icon/done.svg');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 16px;
  color: var(--border);
  padding-right: 34px;
}

@media (max-width: 1199px) {
  .checkout-wrap {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 10px;
    margin-top: 0;
  }

  .checkout-box {
    padding: 23px 14px;
  }

  .site-header {
    padding: 14px 10px;
    margin-bottom: 14px;
  }

  .logo-wrap {
    justify-content: space-between;
    flex-wrap: wrap;
    left: 0;
    padding: 0;
  }

  .sidebar {
    position: static;
  }

  .site-header .nav-logo {
    position: static;
  }

  .checkout-title {
    font-size: 24px;
    margin-bottom: 23px;
  }

  .field {
    margin-bottom: 26px;
  }

  .page-title {
    font-size: 36px;
  }

  .checkout-box {
    margin-bottom: 18px;
  }

  .form-check-item-top {
    align-items: flex-start;
  }

  .form-label-info {
    font-size: 12px;
    text-align: right;
  }

  .form-check-item {
    padding: 22px 14px;
  }

  .promo-add {
    font-size: 14px;
    gap: 5px;
  }

  .sidebar .cart-items {
    margin-bottom: 0px;
  }

  .sidebar .cart-item {
    gap: 17px;
  }

  .sidebar .checkout-box-product .checkout-title {
    margin-bottom: 8px;
  }

  .promo-row.checkout-box {
    padding: 26px 14px 21px 14px;
  }

  .promo-initial .promo-on {
    min-width: 60px;
  }

  .promo-initial .promo-off {
    min-width: 60px;
  }
}

@media (max-width: 767.98px) {

  .form-label-info {
    max-width: 100px;
  }

  .field-name {
    padding: 8px 10px;
  }

  .counter .counter-calc {
    width: 76px;
  }

  .info .counter .counter-calc {
    width: 83px;
  }

}


@media (min-width: 991.98px) and (max-width: 1440.98px) and (max-height: 768px) {

  .about-us-top h1 {
    margin: 30px 0 50px;
  }

  .word-hide {
    font-size: 150px;
  }

  .story-slides {
    padding: 30px 11px 0px 0;
  }

  .story-slide p {
    font-size: 16px;
  }

  body .contact-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-line {
    padding: 34px 0 34px 0;
  }

  .game-card-img img {
    max-width: 180px;
  }

  .catalog-section .game-card-img img {
    max-width: 205px;
  }

  .reviews-wrap {
    padding-top: 50px;
    padding-bottom: 10px;
    scale: 0.8;
  }

  .how-step-text {
    padding-top: 10px;
  }

  .how-step::before {
    font-size: 100px;
  }

  .box-404-hide {
    margin-top: -160px;
  }

  .checkout-wrap {
    margin-top: 17px;
  }

  .product-title {
    font-size: 46px;
  }

  .product-price {
    margin-bottom: 21px;
  }

  .tags {
    margin-bottom: 32px;
  }

  /*.gallery,
  .swiper-main,
  .swiper-thumbs .swiper-slide {
    max-height: 450px;
  }*/

  .steps-section {
    padding-top: 90px;
  }

  .line-title-box {
    margin-bottom: 90px;
  }

}

@media (min-width: 991.98px) and (max-width: 1650.98px) {

  .steps-section .step .word-hide-box::before {
    padding-left: 36px;
  }

  .steps-section.steps-section .steps-info-box {
    padding: 50px;
  }

  .step:first-child .steps-info-box {
    padding: 50px 50px 50px 33px;
  }

}

@media (max-width: 388.98px) {

  .text-block-width h1,
  .contact-top h1 {
    font-size: 67px;
  }

  .title-center {
    font-size: 50px;
  }

  .reviews-wrap {
    scale: 0.8;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .how-step::before {
    font-size: 50px;
  }

  .how-step-text {
    font-size: 14px;
    padding-top: 7px;
  }

  .meta-text::before {
    width: 75px;
  }

  .how-step {
    gap: 40px;
  }

  .story-top-box {
    margin-bottom: 10px;
  }

  .story-slide p {
    font-size: 12px;
  }

  .story-right,
  .story-img,
  .story-img img {
    max-height: 340px;
  }

  .line-title-box-page {
    margin-bottom: 50px;
  }

  .word-hide-box::before {
    font-size: 170px;
  }

  .box-404 h1 {
    font-size: 260px;
  }

  .about-us-top {
    padding-bottom: 74px !important;
  }

  .page-title {
    font-size: 30px;
  }

  .site-header {
    padding: 12px 14px;
    margin-bottom: 10px;
  }

  .catalog-section .game-card-img img {
    padding: 28px 15px 30px;
  }

  body .contact-top {
    padding-top: 14px;
    padding-bottom: 40px;
  }

  .auth-logo {
    margin-bottom: 71px;
  }

}

.checkout-box-box a {
  text-decoration: underline;
}

.checkout-box-box a:hover {
  text-decoration: none;
}

.payment-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

/* success page */
.box-success .text-success {
  text-align: center;
}

.box-success .text-success>.btn {
  margin-left: auto;
  margin-right: auto;
}

.video-placeholder {
  position: absolute;
  z-index: 1;  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  /*pointer-events: none;*/ /* клик проходит на video ниже, если нужно */
}
.main-slide-video,
.swiper-video,
.swiper-video-review {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) and (max-width: 1700px) {
  .main-slide-video,
  .swiper-video {
    object-fit: contain;
  }
}

.information-contact .html-section {
  padding-bottom: 0;
}




/* label:has(input[type="checkbox"]),
label:has(input[type="radio"]) {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  line-height: 1.2;
  position: relative;
  width: fit-content;
}

label:has(input[type="checkbox"]) input,
label:has(input[type="radio"]) input {
  display: none;
}

label:has(input[type="checkbox"])::before,
label:has(input[type="radio"])::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9CC;
  border-radius: 3px;
  grid-column: 1;
  grid-row: 1;
  transition: all 0.2s linear;
}

label:has(input[type="radio"])::before {
  border-radius: 50%;
}

label:has(input[type="checkbox"]):hover::before,
label:has(input[type="radio"]):hover::before {
  border-color: #009CDA;
}

label:has(input[type="checkbox"])::after {
  content: '';
  width: 16px;
  height: 16px;
  grid-column: 1;
  grid-row: 1;
  background-color: #009CDA;
  border-radius: 3px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="10" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0482 0.69677C12.2932 0.453995 12.6238 0.317363 12.9686 0.316411C13.3135 0.31546 13.6448 0.450266 13.8911 0.691685C14.1373 0.933105 14.2787 1.26174 14.2845 1.60654C14.2904 1.95134 14.1604 2.2846 13.9225 2.53427L6.93649 11.2668C6.81642 11.3961 6.67151 11.4999 6.51042 11.5719C6.34933 11.6439 6.17536 11.6828 5.99893 11.686C5.82249 11.6893 5.64721 11.6569 5.48356 11.5909C5.31991 11.5249 5.17126 11.4266 5.04649 11.3018L0.41774 6.67127C0.288788 6.55111 0.185359 6.40621 0.113623 6.24521C0.0418871 6.08421 0.00331363 5.91041 0.00020426 5.73418C-0.00290511 5.55795 0.0295134 5.3829 0.0955252 5.21947C0.161537 5.05604 0.25979 4.90759 0.384423 4.78295C0.509056 4.65832 0.657515 4.56007 0.820944 4.49405C0.984373 4.42804 1.15942 4.39562 1.33565 4.39873C1.51188 4.40184 1.68568 4.44042 1.84668 4.51215C2.00768 4.58389 2.15258 4.68732 2.27274 4.81627L5.93724 8.47902L12.015 0.73527C12.0258 0.721714 12.0375 0.708854 12.05 0.69677H12.0482Z" fill="white"/></svg>');
  scale: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-repeat: no-repeat;
  background-position: center;
}

label:has(input[type="checkbox"]:checked)::after {
  scale: 1;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

label:has(input[type="radio"])::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #009CDA;
  border-radius: 50%;
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  scale: 0;
  opacity: 0;
  align-self: center;
  justify-self: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

label:has(input[type="radio"]:checked)::after {
  scale: 1;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

label:has(input:disabled) {
  opacity: 0.5;
  pointer-events: none;
}

label :is(span, div, a, b, img) {
  display: contents;
} */