@charset "UTF-8";
@import "../fonts/icons/style.css";
@import "../fonts/journalism/style.css";
@import "../fonts/fontawesome-pro_v7.1.0/css/all.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 14px;
}

html,
body {
  min-width: 320px;
  padding: 0;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Noto Sans", sans-serif;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}
button:focus-visible {
  border: none;
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

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

svg:focus {
  outline: none;
}

body {
  color: rgba(245, 241, 232, 0.75);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  background: center/cover url(../images/bg.jpg) no-repeat #302F2E;
}
body *::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
body *::-webkit-scrollbar-track {
  border-radius: 40px;
  background-color: #302F2E;
}
body *::-webkit-scrollbar-track:hover {
  background-color: #302F2E;
}
body *::-webkit-scrollbar-track:active {
  background-color: #302F2E;
}
body *::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background-color: #302F2E;
}
body *::-webkit-scrollbar-thumb:hover {
  background-color: #302F2E;
}
body *::-webkit-scrollbar-thumb:active {
  background-color: #302F2E;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
}

@media (min-width: 901px) {
  .section {
    margin-left: 180px;
  }
}
.section__container {
  width: min(100%, 1060px);
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
.section__return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(245, 241, 232, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 8px;
}
.section__return i {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section__return:hover {
  color: #ffb67b;
}
.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 32px;
  gap: 16px;
}
@media (min-width: 601px) {
  .section__header {
    margin-bottom: 16px;
  }
}
@media (min-width: 1201px) {
  .section__header {
    padding-top: 100px;
  }
}

.detail {
  position: relative;
}
@media (min-width: 1201px) {
  .detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80vh calc(100vw - 80vh - 180.5px - var(--scrollbarWidth));
    grid-template-columns: 80vh calc(100vw - 80vh - 180.5px - var(--scrollbarWidth));
  }
}
.detail__content-left {
  position: relative;
}
@media (min-width: 1201px) {
  .detail__content-left {
    width: 80vh;
    position: sticky;
    top: 0;
    bottom: 0;
    height: 100vh;
  }
}
.detail__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
@media (min-width: 601px) {
  .detail__content-right {
    margin-top: 24px;
  }
}
@media (min-width: 1201px) {
  .detail__content-right {
    margin-top: 32px;
  }
}
.detail__img {
  position: relative;
  height: 440px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 48px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(#000 55%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #000), to(transparent));
          mask-image: linear-gradient(#000 55%, transparent 100%);
}
@media (min-width: 601px) {
  .detail__img {
    height: 740px;
  }
}
@media (min-width: 901px) {
  .detail__img {
    height: 100svh;
    margin-top: 0;
    -webkit-mask-image: unset;
            mask-image: unset;
  }
}
.detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: calc(var(--vh, 1vh) * 100 - 48px);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 104% auto;
  mix-blend-mode: exclusion;
}
@media (min-width: 601px) {
  .not-found {
    background-size: contain;
  }
}
@media (min-width: 901px) {
  .not-found {
    min-height: 100svh;
  }
}
.not-found__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 56px 16px 32px;
}
@media (min-width: 601px) {
  .not-found__wrapper {
    max-width: 608px;
    padding: 32px 64px 64px;
  }
}
@media (min-width: 901px) {
  .not-found__wrapper {
    max-width: 512px;
    padding: 96px 76px 64px;
  }
}
@media (min-width: 1201px) {
  .not-found__wrapper {
    max-width: 696px;
    padding: 110px 128px 64px;
  }
}
@media (min-width: 1601px) {
  .not-found__wrapper {
    max-width: 1400px;
    padding: 200px 340px 64px;
  }
}
.not-found__btn {
  width: 100%;
  margin: 32px 0px;
}
@media (min-width: 460px) {
  .not-found__btn {
    width: auto;
  }
}
@media (min-width: 1601px) {
  .not-found__btn {
    margin: 48px 0px;
  }
}

.title-1 {
  display: inline;
  font-size: 40px;
  font-family: "journalismregular", serif;
  line-height: 1.1em;
  letter-spacing: 0.06em;
  text-wrap: balance;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-transform: uppercase;
}
@media (min-width: 1201px) {
  .title-1 {
    font-size: 60px;
  }
}
@media (min-width: 1401px) {
  .title-1 {
    font-size: 88px;
  }
}

.title-2 {
  display: inline;
  font-size: 40px;
  font-family: "journalismregular", serif;
  line-height: 1.1em;
  letter-spacing: 0.06em;
  text-wrap: balance;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-transform: uppercase;
}
@media (min-width: 1201px) {
  .title-2 {
    font-size: 60px;
  }
}

.title-3 {
  display: inline;
  font-size: 26px;
  font-family: "journalismregular", serif;
  line-height: 1.1em;
  letter-spacing: 0.06em;
  text-wrap: balance;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-transform: uppercase;
}
@media (min-width: 1201px) {
  .title-3 {
    font-size: 32px;
  }
}

.title-4 {
  display: inline;
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.4em;
  font-weight: 700;
  text-wrap: balance;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

._desktop {
  display: none;
}
@media (min-width: 1201px) {
  ._desktop {
    display: block;
  }
}

._tablet {
  display: block;
}
@media (min-width: 1201px) {
  ._tablet {
    display: none;
  }
}

.modal {
  display: none;
  width: 100%;
  max-width: 720px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.fancybox__content {
  padding: 80px;
}

html.with-fancybox body.hide-scrollbar .header {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

a:focus-visible {
  outline: none;
}

.scroll-lock {
  height: 100%;
  overflow: hidden;
  padding-right: var(--scrollbarWidth);
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.tippy-box {
  position: relative;
  background-color: #444;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity, -webkit-transform;
  font-family: "Noto Sans", sans-serif;
}
.tippy-box li {
  margin-bottom: 8px;
  font-size: 12px;
}
.tippy-box li:last-child {
  margin-bottom: 0;
}
.tippy-box a {
  color: rgba(245, 241, 232, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tippy-box a:hover {
  color: #ffb67b;
}

/* Кастомные темы */
.tippy-box[data-theme~=large] {
  border-radius: 16px;
  padding: 16px 24px;
}

.tippy-box[data-theme~=custom] {
  line-height: 1em;
  color: rgba(245, 241, 232, 0.75);
  background-color: #444;
  padding: 8px 16px;
  border-radius: 8px;
  pointer-events: auto !important;
}

/* Стрелка */
.tippy-box[data-theme~=custom][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #444;
}

.tippy-box[data-theme~=custom][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #444;
}

.tippy-box[data-theme~=custom][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #444;
}

.tippy-box[data-theme~=custom][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #444;
}

section.test {
  height: 2000px;
}

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

input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
}

input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}
input:focus-visible {
  outline: none;
}
input::-webkit-input-placeholder {
  color: rgba(245, 241, 232, 0.5);
}
input::-moz-placeholder {
  color: rgba(245, 241, 232, 0.5);
}
input:-ms-input-placeholder {
  color: rgba(245, 241, 232, 0.5);
}
input::-ms-input-placeholder {
  color: rgba(245, 241, 232, 0.5);
}
input::placeholder {
  color: rgba(245, 241, 232, 0.5);
}

.input input::-webkit-input-placeholder,
.input select::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.input input::-moz-placeholder,
.input select::-moz-placeholder,
.input textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.input input:-ms-input-placeholder,
.input select:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.input input::-ms-input-placeholder,
.input select::-ms-input-placeholder,
.input textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.input input::-webkit-input-placeholder, .input select::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.input input::-moz-placeholder, .input select::-moz-placeholder, .input textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.input input:-ms-input-placeholder, .input select:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.input input::-ms-input-placeholder, .input select::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
.input input::placeholder,
.input select::placeholder,
.input textarea::placeholder {
  color: rgba(0, 0, 0, 0);
}

.input__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  gap: 12px;
  border-bottom: 1px solid rgba(245, 241, 232, 0.5);
  text-align: left;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
}
.input__aside {
  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;
  width: 49px;
  min-width: 49px;
  height: 48px;
  border-right: 1px solid rgba(245, 241, 232, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.input__aside i {
  display: block;
  font-size: 20px;
  color: rgba(245, 241, 232, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.input__value {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  padding-bottom: 3px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  margin-top: -6px;
}
.input__value input {
  font-size: 16px;
  line-height: 1.8em;
  width: 100%;
}
.input__label {
  color: rgba(245, 241, 232, 0.75);
  font-size: 16px;
  line-height: 22px;
  -webkit-transform: translateY(19px);
          transform: translateY(19px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  white-space: nowrap;
}

input:not(:-moz-placeholder-shown) + .input__label {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.5);
  transform: translateY(0);
}

input:not(:-ms-input-placeholder) + .input__label {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.5);
  transform: translateY(0);
}

input:is(:focus, :focus-visible) + .input__label,
input:not(:placeholder-shown) + .input__label {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.5);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.input-toggle {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 100%;
  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;
}
.input-toggle__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 40px;
  border: 1px solid transparent;
  background: #302F2E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-toggle__name {
  position: relative;
  z-index: 2;
  color: rgba(245, 241, 232, 0.75);
  font-size: 12px;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.input-toggle:has(input:checked) .input-toggle__bg {
  border-color: #ffb67b;
}
.input-toggle:has(input:checked) .input-toggle__name {
  color: #ffb67b;
}

.checkbox input {
  display: none;
}
.checkbox label {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox label::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "\f00c";
  border: 1px solid rgba(245, 241, 232, 0.75);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 7 Pro";
  font-size: 10px;
  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;
  color: transparent;
}
.checkbox label a {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-bottom: 1px solid rgba(245, 241, 232, 0.5);
}
.checkbox label a:hover {
  color: #ffb67b;
  border-color: #ffb67b;
}
.checkbox input:checked + label::before {
  border-color: #ffb67b;
  font-weight: 700;
  background: #ffb67b;
  color: #302F2E;
}

.form-search {
  height: 46px;
  border: 1px solid rgba(245, 241, 232, 0.08);
  background: #0B0A06;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 100%;
}
.form-search__send {
  width: 46px;
  min-width: 46px;
  height: 46px;
}
.form-search__send i {
  color: rgba(245, 241, 232, 0.5);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.form-search__send:hover i {
  color: #ffb67b;
}
.form-search__input {
  background: transparent;
  color: rgba(245, 241, 232, 0.5);
  font-size: 16px;
  height: 100%;
  width: 100%;
  padding: 0 20px;
}

.quantity-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 60px 40px;
  grid-template-columns: 40px 60px 40px;
}
.quantity-form__num {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: rgba(245, 241, 232, 0.5);
  background: transparent;
  text-align: center;
}
.quantity-form__btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #302F2E;
  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;
}
.quantity-form__btn i {
  font-size: 12px;
  color: rgba(245, 241, 232, 0.5);
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4px;
}
.search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  font-size: 12px;
  padding: 0 19px;
  background-color: #302F2E;
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 11px rgba(0, 0, 0, 0.15);
  border-radius: 19px;
  border: 1px solid #ffb67b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.search__btn {
  position: absolute;
  right: 16px;
  cursor: pointer;
  line-height: 0;
}
.search__btn i {
  font-size: 16px;
  color: rgba(245, 241, 232, 0.75);
}
.search input {
  width: 100%;
  height: 100%;
  padding-right: 15px;
}

.btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 40px;
  min-height: 40px;
  padding: 0 20px;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffb67b;
  border-radius: 40px;
}
.btn__text {
  white-space: nowrap;
  color: #302F2E;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  -webkit-box-shadow: 0 0 40px rgba(255, 182, 123, 0.5);
          box-shadow: 0 0 40px rgba(255, 182, 123, 0.5);
}
.btn_short {
  min-width: 160px;
}
.btn_alt {
  background: transparent;
  border: 1px solid rgba(245, 241, 232, 0.75);
}
.btn_alt .btn__text {
  color: rgba(245, 241, 232, 0.75);
}
.btn_alt:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ffb67b;
}
.btn_alt:hover .btn__text {
  color: #ffb67b;
}
.btn_icon {
  width: 60px;
}
.btn_icon .btn__text {
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
}
.btn:focus-visible {
  outline: none;
}
.btn._disabled {
  pointer-events: none;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(245, 241, 232, 0.08);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  z-index: 100;
  padding: 12px 16px;
}
@media (min-width: 901px) {
  .header__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    width: 180px;
    height: 100vh;
    border-right: 1px solid rgba(245, 241, 232, 0.08);
    border-bottom: 0;
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
.header__logo {
  position: relative;
  z-index: 2;
}
@media (min-width: 901px) {
  .header__logo {
    border-bottom: 1px solid rgba(245, 241, 232, 0.08);
    padding: 40px 0;
  }
}
.header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: auto;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 901px) {
  .header__wrapper {
    -webkit-transform: unset;
            transform: unset;
    position: static;
    width: 100%;
    height: auto;
    background: unset;
    overflow: hidden;
  }
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.header__bg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
}
@media (min-width: 901px) {
  .header__bg {
    display: none;
  }
}
.header__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__midle {
  margin: auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__bottom {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__hamburger {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
}
.header__hamburger span {
  position: absolute;
  left: 3px;
  right: 3px;
  display: block;
  width: calc(100% - 6px);
  height: 2px;
  border-radius: 2px;
  background-color: rgba(245, 241, 232, 0.75);
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__hamburger span:nth-child(1) {
  top: 3px;
}
.header__hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__hamburger span:nth-child(3) {
  top: auto;
  bottom: 3px;
}
@media (min-width: 901px) {
  .header__hamburger {
    display: none;
  }
}

.header-nav {
  padding: 32px 0;
}
@media (min-width: 901px) {
  .header-nav {
    padding: 0;
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.header-nav .menu-item {
  position: relative;
  text-align: center;
}
@media (min-width: 901px) {
  .header-nav .menu-item {
    text-align: left;
    padding-left: 40px;
  }
  .header-nav .menu-item::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 24px;
    height: 1px;
    background-color: #ffb67b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
.header-nav .menu-item a {
  font-size: 40px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  font-family: "journalismregular", serif;
  color: rgba(245, 241, 232, 0.75);
  line-height: 1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 901px) {
  .header-nav .menu-item a {
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
  }
  .header-nav .menu-item a:hover {
    color: #ffb67b;
  }
}
.header-nav .menu-item.current-menu-item a {
  color: #ffb67b;
}
.header-nav .menu-item.current-menu-item::before {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.header-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(245, 241, 232, 0.08);
}
.header-options__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  position: relative;
}
.header-options__item:nth-child(1) {
  border-right: 1px solid rgba(245, 241, 232, 0.08);
}
.header-options__link {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-options__link:hover {
  background: rgba(0, 0, 0, 0.15);
}
.header-options__link:hover .header-options__icon,
.header-options__link:hover .header-options__name {
  color: #ffb67b;
}
.header-options__icon {
  color: rgba(245, 241, 232, 0.75);
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-options__name {
  color: rgba(245, 241, 232, 0.5);
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-options__notification {
  position: absolute;
  width: 24px;
  height: 24px;
  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;
  border-radius: 50%;
  background: #ffb67b;
  top: 0;
  right: calc(50% - 24px);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (min-width: 901px) {
  .header-options__notification {
    top: 0;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.header-options__notification span {
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
  white-space: nowrap;
  color: #302F2E;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 901px) {
  .site-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-logo__name {
  line-height: 1em;
  font-family: "journalismregular", serif;
  color: rgba(245, 241, 232, 0.75);
  text-transform: uppercase;
  font-size: 24px;
}
@media (min-width: 901px) {
  .site-logo__name {
    font-size: 40px;
  }
}
.site-logo__surname {
  color: rgba(245, 241, 232, 0.5);
  font-weight: 600;
  font-size: 12px;
  line-height: 1em;
}
@media (min-width: 901px) {
  .site-logo__surname {
    font-weight: 700;
    font-size: 14px;
  }
}

._menu-open {
  overflow: hidden;
}
._menu-open .header__wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
._menu-open .header__hamburger span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
._menu-open .header__hamburger span:nth-child(2) {
  width: 0;
}
._menu-open .header__hamburger span:nth-child(3) {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top-bar {
  position: fixed;
  top: 100px;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 110;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(calc(100% - 24px));
          transform: translateX(calc(100% - 24px));
}
.top-bar__button {
  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;
  width: 24px;
  height: 24px;
  border-radius: 24px 0 0 24px;
  background-color: rgba(245, 241, 232, 0.08);
}
.top-bar__button i {
  display: block;
  font-size: 10px;
  color: rgba(245, 241, 232, 0.75);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.top-bar__button:hover i {
  color: #ffb67b;
}
.top-bar__link {
  display: block;
  font-size: 16px;
  color: rgba(245, 241, 232, 0.5);
}
.top-bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px 0 0 20px;
  padding: 20px 15px 20px;
}
.top-bar._open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.top-bar._open .top-bar__button i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.product {
  margin-bottom: 42px;
}
.product__container {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 16px;
}
@media (min-width: 601px) {
  .product__container {
    margin: 0 40px;
  }
}
@media (min-width: 901px) {
  .product__container {
    margin: 0 32px;
  }
}
@media (min-width: 1201px) {
  .product__container {
    margin: 0 32px;
  }
}
@media (min-width: 1401px) {
  .product__container {
    margin: 0 64px;
  }
}
@media (min-width: 1601px) {
  .product__container {
    max-width: 540px;
    margin: 0 auto 0 128px;
  }
}
.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.product__excerpt {
  font-style: italic;
  line-height: 1.7em;
}
.product__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
.product__title {
  text-align: center;
}
@media (min-width: 901px) {
  .product__title {
    text-align: left;
  }
}
.product__subtitle {
  text-align: center;
}
@media (min-width: 901px) {
  .product__subtitle {
    text-align: left;
  }
}

.product-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.product-el__name {
  line-height: 1em;
  font-size: 14px;
  color: rgba(245, 241, 232, 0.5);
}
.product-el__row {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 24px;
}
.product-el__pushb {
  margin-bottom: -24px;
}
@media (min-width: 460px) {
  .product-el__pushb {
    margin-bottom: auto;
  }
}
@media (min-width: 1601px) {
  .product-el__pushb {
    margin-bottom: auto;
  }
}
.product-el_buy {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (min-width: 460px) {
  .product-el_buy {
    grid-column: unset;
  }
}
@media (min-width: 1201px) {
  .product-el_buy {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (min-width: 1601px) {
  .product-el_buy {
    grid-column: unset;
  }
}

.product-purchase {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 460px) {
  .product-purchase {
    -ms-grid-columns: (1fr)[2] 180px;
    grid-template-columns: repeat(2, 1fr) 180px;
  }
}
@media (min-width: 1201px) {
  .product-purchase {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1601px) {
  .product-purchase {
    -ms-grid-columns: (1fr)[2] 180px;
    grid-template-columns: repeat(2, 1fr) 180px;
  }
}

.product-price {
  min-width: 80px;
}
.product-price .amount {
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  white-space: nowrap;
  color: rgba(245, 241, 232, 0.75);
}
.product-price .amount bdi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.product-price .amount span {
  font-weight: 400;
}

.product-checkout {
  width: 100%;
}
.product-checkout .btn {
  width: 100%;
}

.product-desc {
  margin-top: 40px;
}
.product-desc__title {
  border-bottom: 1px solid #ffb67b;
  padding-bottom: 8px;
}
.product-desc__content {
  margin-top: 24px;
  font-size: 16px;
  color: rgba(245, 241, 232, 0.75);
  line-height: 1.7em;
}

.checkout {
  margin-bottom: 42px;
  position: relative;
  min-height: calc(100vh - 48px);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
@media (min-width: 601px) {
  .checkout {
    padding: 32px 64px;
  }
}
@media (min-width: 901px) {
  .checkout {
    min-height: 100vh;
    gap: 32px;
    margin-top: 0;
  }
}
@media (min-width: 1201px) {
  .checkout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 0px 1fr;
    grid-template-columns: auto 1fr;
    gap: 0px;
  }
}
.checkout__products {
  overflow: hidden auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1201px) {
  .checkout__products {
    padding: 32px 64px;
  }
}
.checkout__wrapper {
  max-width: 900px;
  padding: 16px 16px 16px 0;
  margin-bottom: 24px;
}
@media (min-width: 601px) {
  .checkout__wrapper {
    display: block;
    padding: 32px 32px 32px 0;
  }
}
@media (min-width: 1201px) {
  .checkout__wrapper {
    margin-bottom: 48px;
  }
}
.checkout__form {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.checkout__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.checkout__notice {
  font-size: 14px;
  line-height: 1.8em;
  margin: 24px 0;
}
.checkout__notice p {
  margin-bottom: 10px;
}
.checkout__notice p:last-child {
  margin-bottom: 0;
}

@media (min-width: 601px) {
  .checkout-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1201px) {
  .checkout-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 360px;
  }
}
.checkout-item__img {
  position: relative;
  width: 48px;
  min-width: 48px;
  height: 68px;
  margin-bottom: 14px;
  overflow: hidden;
}
@media (min-width: 601px) {
  .checkout-item__img {
    margin-bottom: 0;
  }
}
@media (min-width: 1201px) {
  .checkout-item__img {
    width: 100%;
    height: 460px;
  }
}
.checkout-item__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.checkout-item__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 1201px) {
  .checkout-item__info {
    padding: 16px 32px 32px;
    background: #302F2E;
  }
}
.checkout-item__title {
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  color: rgba(245, 241, 232, 0.5);
  text-transform: uppercase;
}
@media (min-width: 1201px) {
  .checkout-item__title {
    margin-top: 8px;
  }
}
.checkout-item__meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.checkout-item__meta::after {
  content: "";
  min-width: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  border-bottom: 1px dotted rgba(245, 241, 232, 0.5);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.checkout-item__variation {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 14px;
}
.checkout-item__quantity {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.checkout-item__remove {
  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;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(245, 241, 232, 0.08);
}
.checkout-item__remove i {
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(245, 241, 232, 0.75);
}
.checkout-item__remove:hover i {
  color: #f14d4d;
}

.payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1401px) {
  .payment-methods {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 24px;
  }
}
@media (min-width: 1601px) {
  .payment-methods {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 248px;
    grid-template-rows: 248px;
  }
  .payment-methods > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .payment-methods > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .payment-methods > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .payment-methods > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
}

.payment-method input {
  display: none;
}
.payment-method input:checked + label {
  border-color: #ffb67b;
}
.payment-method input:checked + label .payment-method__check {
  background: #ffb67b;
  border-color: #ffb67b;
}
.payment-method input:checked + label .payment-method__check::after {
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  font-weight: 700;
  color: #302F2E;
  font-size: 10px;
}
.payment-method__box {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background: #302F2E;
  border: 1px solid rgba(245, 241, 232, 0.08);
  border-radius: 20px;
  padding: 15px;
}
@media (min-width: 601px) {
  .payment-method__box {
    padding: 15px 23px;
  }
}
@media (min-width: 1201px) {
  .payment-method__box {
    height: 100%;
  }
}
@media (min-width: 1401px) {
  .payment-method__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.payment-method__check {
  position: absolute;
  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;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(245, 241, 232, 0.75);
  border-radius: 50%;
  top: 14px;
  right: 14px;
}
@media (min-width: 601px) {
  .payment-method__check {
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1401px) {
  .payment-method__check {
    top: 14px;
    right: 14px;
    -webkit-transform: none;
            transform: none;
  }
}
.payment-method__icon {
  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: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(245, 241, 232, 0.08);
  border: 1px solid rgba(245, 241, 232, 0.08);
  border-radius: 50%;
}
.payment-method__group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (min-width: 601px) {
  .payment-method__group {
    padding-right: 70px;
    gap: 0;
  }
}
@media (min-width: 1401px) {
  .payment-method__group {
    padding-right: 0;
    gap: 8px;
  }
}
.payment-method__name {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
}
.payment-method__info {
  font-size: 10px;
  color: rgba(245, 241, 232, 0.5);
}
@media (min-width: 601px) {
  .payment-method__info {
    font-size: 12px;
  }
}

.form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 1401px) {
  .form-fields {
    gap: 32px;
  }
}
.form-fields__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.form-fields__row .input {
  width: 100%;
}
@media (min-width: 1401px) {
  .form-fields__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}

.order-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
.order-bar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order-bar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media (min-width: 601px) {
  .order-bar__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 32px;
  }
}
.order-bar__text {
  font-size: 14px;
  color: rgba(245, 241, 232, 0.5);
}
.order-bar__sum {
  margin-top: 8px;
}
.order-bar__sum bdi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
  white-space: nowrap;
}

.result {
  padding-top: 48px;
}
@media (min-width: 901px) {
  .result {
    padding-top: 0;
  }
}
.result__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 56px 16px 32px;
}
@media (min-width: 601px) {
  .result__wrapper {
    max-width: 608px;
    padding: 32px 64px 64px;
  }
}
@media (min-width: 901px) {
  .result__wrapper {
    max-width: 512px;
    padding: 96px 76px 64px;
  }
}
@media (min-width: 1201px) {
  .result__wrapper {
    max-width: 696px;
    padding: 110px 128px 64px;
  }
}
@media (min-width: 1601px) {
  .result__wrapper {
    max-width: 1355px;
    padding: 200px 340px 64px;
  }
}
.result__title {
  margin-bottom: 16px;
}
.result__btn {
  margin: 32px 0;
}
@media (min-width: 1201px) {
  .result__btn {
    margin: 48px 0;
  }
}
.result__notice {
  margin: 32px 0;
  font-size: 20px;
  line-height: 1.7em;
}
@media (min-width: 1201px) {
  .result__notice {
    margin: 48px 0;
  }
}
.result__icon {
  display: block;
  margin: 0 0 16px;
}
.result__icon i {
  font-size: 48px;
  color: rgba(245, 241, 232, 0.5);
}
.result p {
  font-size: 14px;
  line-height: 1.7em;
  color: rgba(245, 241, 232, 0.5);
}

.search-results {
  margin-top: 55px;
}
@media (min-width: 601px) {
  .search-results {
    margin-top: 28px;
  }
}
@media (min-width: 901px) {
  .search-results {
    margin-top: 52px;
  }
}

.footer {
  background-color: rgba(0, 0, 0, 0.15);
  background: center/cover url(../images/bg.jpg) no-repeat #302F2E;
  margin-top: auto;
  padding: 24px 0;
  position: relative;
  border-top: 1px solid rgba(245, 241, 232, 0.08);
  z-index: 1;
}
@media (min-width: 901px) {
  .footer {
    margin-left: 180px;
  }
}
.footer__container {
  padding: 0 16px;
}
@media (min-width: 601px) {
  .footer__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 24px;
  }
}
@media (min-width: 901px) {
  .footer__container {
    max-width: 675px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1201px) {
  .footer__container {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    max-width: 957px;
  }
}
@media (min-width: 1401px) {
  .footer__container {
    max-width: 1060px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1201px) {
  .footer__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__text {
  font-size: 14px;
  line-height: 1.8em;
  color: rgba(245, 241, 232, 0.5);
}
.footer__text_link {
  color: #ffb67b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__text_more {
  display: none;
  color: rgba(245, 241, 232, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin: 20px 0;
}
.footer__text_more._active i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 601px) {
  .footer__text_more {
    display: inline-block;
    margin: 0;
  }
}
.footer__text_more i {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1201px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer__social {
  color: rgba(245, 241, 232, 0.75);
  font-size: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__social:hover {
  color: #ffb67b;
}
.footer__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 601px) {
  .footer__aside {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 601px) {
  .footer__banners {
    margin-bottom: auto;
  }
}

.fancybox-notification .f-html {
  border-radius: 40px;
  background: #302F2E;
}
.fancybox-notification .fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.8);
}
.fancybox-notification .fancybox__content {
  padding: 0;
  width: 100%;
  max-width: 500px;
  background: transparent;
}
.fancybox-notification .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-notification .fancybox__toolbar {
  top: 0;
  right: 0;
}
.fancybox-notification .fancybox__toolbar .fancybox__button--close {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox-notification .fancybox__toolbar .fancybox__button--close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.fancybox-notification .fancybox__toolbar .fancybox__button--close svg {
  -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
}

.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 24px;
}
.notification__close {
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.notification__close i {
  font-size: 24px;
  color: rgba(245, 241, 232, 0.75);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.notification__close:hover i {
  color: #ffb67b;
}
.notification__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
  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;
  border-radius: 50%;
  font-size: 32px;
}
.notification__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.notification__message {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(245, 241, 232, 0.75);
}
.notification--success .notification__icon {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}
.notification--error .notification__icon {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.notification--info .notification__icon {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.notification--warning .notification__icon {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}