@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Manrope:regular,500,600,700);

@font-face {
  font-family: Benzin;
  font-display: swap;
  src: url(../fonts/Benzin-Medium.woff2) format("woff2"), url(../fonts/Benzin-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Benzin;
  font-display: swap;
  src: url(../fonts/Benzin-Regular.woff2) format("woff2"), url(../fonts/Benzin-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Benzin;
  font-display: swap;
  src: url(../fonts/Benzin-Semibold.woff2) format("woff2"), url(../fonts/Benzin-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

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

::after,
::before {
  display: inline-block
}

body,
html {
  height: 100%;
  min-width: 320px
}

body {
  color: #fff;
  line-height: 1;
  font-family: Manrope;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: Manrope;
  font-size: inherit;
  line-height: inherit
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

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

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 78rem;
  margin: 0 auto;
  padding: 0 .9375rem
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.button--fw {
  width: 100%
}

.button--main {
/*  background: linear-gradient(95.85deg, #fa681b 0, #fc280c 100%);*/
  background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%);
  color: #fff;
  padding: 16px 42px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 8px
}

.button--border {
/*  background: linear-gradient(95.85deg, #fa681b 0, #fc280c 100%);*/
  background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%);
  position: relative;
  color: #673DE6;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content
}

.button--border::before {
  content: "";
  margin: 2px;
  background: #282630;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 8px;
  z-index: 0
}

.button--border span {
  z-index: 2
}

.button--border:hover::before,
.button--border:active::before,
.button--border:focus::before {
/*  background: linear-gradient(95.85deg, #fa681b 0, #fc280c 100%);*/
  background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%);
}

.button--link {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center
}

.button--link:hover,
.button--link:active,
.button--link:focus {
  color: #673DE6;
}

.button--seeMore {
  border: 1px solid #6c6c77;
  padding: 11px 16px;
  color: #6c6c77;
  border-radius: 12px;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap
}

.button--seeMore:hover,
.button--seeMore:active,
.button--link:focus {
/*  color: #fb4c15;
  border-color: #fb4c15;*/
  color: #673DE6;
  border-color: #673DE6;
}

.button--seeMore:hover svg path,
.button--seeMore:active svg path,
.button--seeMore:focus svg path {
/*  fill: #fb4c15;*/
  fill: #673DE6;
}

.button--border:hover,
.button--border:active,
.button--border:focus {
  color: #fb4c15
}

svg path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.hover-gradient:hover,
.hover-gradient:active,
.hover-gradient:focus {
/*  background: linear-gradient(95.85deg, #ff3c20 0, #ff7c2f 100%);*/
  background: linear-gradient(225deg, #7B2DE8 0%, #03C1CD 100%);
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.input {
  border-radius: 8px;
  width: 100%;
  display: block;
  padding: 12px 16px;
  border: 1px solid #3a3a45;
  background: 0 0;
  color: #fff;
  outline: 0;
  caret-color: #3f3e47
}

.input:disabled {
  opacity: .7
}

.input:focus {
  border-color: #673DE6;
}

.input::-webkit-input-placeholder {
  color: #6c6c77;
  font-size: 16px;
  line-height: 24px
}

.input::-moz-placeholder {
  color: #6c6c77;
  font-size: 16px;
  line-height: 24px
}

.input:-ms-input-placeholder {
  color: #6c6c77;
  font-size: 16px;
  line-height: 24px
}

.input::-ms-input-placeholder {
  color: #6c6c77;
  font-size: 16px;
  line-height: 24px
}

.input::placeholder {
  color: #6c6c77;
  font-size: 16px;
  line-height: 24px
}

.input._form-error {
  border-color: #ff3d00;
  caret-color: #ff3d00
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
  -moz-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}

/* input[type=checkbox]::after {
  border: 2px solid transparent
} */

input[type=checkbox]._form-error::after {
  border-color: #ff3d00
}

textarea.input {
  resize: none;
  padding: 0 0
}

.form__error {
  color: #ff3d00;
  font-size: 14px;
  line-height: 21px;
  position: absolute;
  top: calc(100% - 2px)
}

.form__label._form-error::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff3d00;
  border-radius: 8px;
  opacity: .08
}

input:disabled {
  background: rgba(28, 28, 39, .8)
}

input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0
}

.checkout__delivery {
  position: relative;
  border-radius: 16px;
  background: #1c1c27;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 214px !important;
  height: 90px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.checkout__delivery-variants
.checkout__delivery{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
}
.checkout__delivery.checked {
  border: 1px solid #673DE6;
  background: rgba(251, 77, 21, 0.05);
}

.checkout__delivery.checked::after {
  content: url(../img/icons/radio-check.svg);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

.checkout__delivery-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.checkout__promo {
  background: #262631;
  padding: 16px;
  border-radius: 8px;
  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
}

.checkout__promo:not(:last-child) {
  margin-bottom: 16px
}

.checkout__promo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.checkout__promo-title::after {
  content: url(../img/icons/down.svg);
  height: 14px;
  line-height: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  right: 0
}

.checkout__promo-form {
  display: none
}

.checkout__promo.open .checkout__promo-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.checkout__promo.open .checkout__promo-title::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.checkbox__input {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-flex-negative: 0;
}

.form__checkbox-label::before {
  content: "";
  position: relative;
  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: 22px;
  height: 22px;
  border-radius: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #363646;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.checkbox__input:checked + .form__checkbox-label::before {
  content: url(../img/icons/tick.svg);
/*  background: linear-gradient(95.85deg, #ff3c20 0, #ff7c2f 100%)*/
  background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%);
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 10px
}

.checkbox__text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.form__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px
}

.form__checkbox-label span {
  font-size: 14px;
  line-height: 1.35
}

.form__checkbox-label span a {
  text-decoration: underline
}

.select {
  min-width: 0;
  position: relative
}

.select__body {
  position: relative
}

.select__title {
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1
}

.select__value>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.select__value:after {
  content: url(../img/icons/down.svg);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  height: 14px;
  margin: auto 0
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: .5
}

.select__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%
}

.select__options {
  gap: 10px;
  min-width: 100%;
  padding: 12px 0
}

.select__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 12px 0;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: inherit;
  border-radius: 6px;
  padding: 5px 0;
  line-height: 18px
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

._select-tag {
  cursor: pointer
}

.filter-catalog__item .select__options {
  position: relative;
  top: unset;
  border: none;
  background: 0 0;
  border-radius: 0
}

._select-multiple .select__body .select__options .select__option::before {
  content: "";
  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: 22px;
  height: 22px;
  background: #fff;
  border-radius: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #363646;
  -webkit-transition: all 3s ease;
  transition: all 3s ease
}

._select-multiple .select__body .select__options ._select-selected::before {
  content: url(../img/icons/tick.svg);
/*  background: linear-gradient(95.85deg, #fa681b 0, #fc280c 100%)*/
  background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%);
}

.catalog__sort .select__options,
.ticket__form .select__options {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
  z-index: 12;
  background: #1c1c27;
  border-radius: 8px;
  padding: 12px 6px
}

.catalog__sort .select__options .select__option,
.ticket__form .select__options .select__option {
  padding: 9px 10px
}

.catalog__sort .select__options .select__option:hover,
.ticket__form .select__options .select__option:hover,
.catalog__sort .select__options .select__option:active,
.ticket__form .select__options .select__option:active,
.catalog__sort .select__options .select__option:focus,
.ticket__form .select__options .select__option:focus {
  background: #262631
}

.ticket__form .select__title {
  border-radius: 8px;
  width: 100%;
  display: block;
  padding: 12px 16px;
  border: 1px solid #3a3a45;
  background: 0 0;
  color: #fff;
  outline: 0
}

.ticket__form .select__title .select__value {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 24px;
  padding: 0
}

._select-open .select__title {
  border-color: #673DE6;
}

.quantity {
  width: 104px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.quantity__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  border-radius: 8px;
  background: #30303b;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  border: 1px solid transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.quantity__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.quantity__input input {
  background: 0 0;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: center;
  border: none !important;
  outline: 0 !important
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-target {
  position: relative
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-horizontal {
  height: 4px
}

.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid #673DE6;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}

.noUi-target {
  background: #3a3a45;
  border-radius: 0
}

.noUi-connect {
/*  background: linear-gradient(95.85deg, #fa681b 0, #fc280c 100%)*/
  background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%);
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  border-radius: 3px;
  background: #fff;
  cursor: pointer
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

[disabled] .noUi-connect {
  background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #ccc
}

.noUi-marker-sub {
  background: #aaa
}

.noUi-marker-large {
  background: #aaa
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: none
}

.icon-menu {
  display: none
}

.lock.menu-open body::after {
  opacity: 1
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .8s ease 0s;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}

.popup-show body::after {
  opacity: 1
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility .8s ease 0s;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}

.popup__close {
  top: 24px;
  right: 24px
}

.popup__close::after,
.popup__close::before {
  height: 20px
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}

.popup_show .popup__content {
  visibility: visible;
  opacity: 1
}

.popup__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: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center
}

.popup__content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform .8s ease 0s;
  transition: -webkit-transform .8s ease 0s;
  transition: transform .8s ease 0s;
  transition: transform .8s ease 0s, -webkit-transform .8s ease 0s;
  background: linear-gradient(135deg, #3e3c45 0, rgba(33, 31, 41, 0) 100%);
  width: 100%;
  max-width: 532px;
  border-radius: 24px;
  overflow: hidden
}

.lock .popup__content {
  visibility: visible
}

.popup__content-block {
  background-color: #1c1c27;
  padding: 40px 60px;
  margin: 1px;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.popup__text {
  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
}

.popup__sign-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(255, 255, 255, .7)
}

.popup__sign-in:not(:first-child) {
  margin-top: 8px
}

.popup__sign-in button {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff
}

.popup__sign-in button:hover,
.popup__sign-in button:active,
.popup__sign-in button:focus {
  color: #673DE6;
}

.popup__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: 20px;
  width: 100%
}

.popup__form:not(:first-child) {
  margin-top: 24px
}

.form__label {
  position: relative
}

.autorization__variant-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, .6980392157)
}

.autorization__variant-on:not(:first-child) {
  margin-top: 24px
}

.autorization__variant-on::after,
.autorization__variant-on::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #262631
}

.autorization__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px
}

.autorization__btns 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;
  gap: 10px;
  border-radius: 8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 130px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1490196078);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1490196078);
  border: 1px solid #3a3a45;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  padding: 11px
}

.autorization__btns button span {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.autorization__btns button:hover span,
.autorization__btns button:active span,
.autorization__btns button:focus span {
  opacity: .5
}

.popup__forgot-password:not(:first-child) {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff
}

.popup__forgot-password:not(:first-child):hover,
.popup__forgot-password:not(:first-child):active,
.popup__forgot-password:not(:first-child):focus {
  color: #673DE6;
}

.order-code .popup__content {
  max-width: 660px
}

.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pagging:not(:first-child) {
  margin-top: 20px
}

.pagging__arrow {
  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;
  gap: 6px;
  color: rgba(255, 255, 255, .7);
  border-radius: 24px;
  border: 1px solid #3a3a45;
  background: 0 0;
  padding: 12px 24px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.pagging__arrow svg path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.pagging__arrow:hover,
.pagging__arrow:active,
.pagging__arrow:focus {
/*  background: linear-gradient(95.85deg, #fa681b 0, #fc280c 100%)*/
  background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%);
}

.pagging__arrow:hover svg path,
.pagging__arrow:active svg path,
.pagging__arrow:focus svg path {
  fill: rgba(255, 255, 255, .7)
}

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}

.pagging__item {
  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%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #3a3a45;
  background: 0 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.pagging__item._active {
  border-color: #673DE6;
}

.pagging__item:hover,
.pagging__item:active,
.pagging__item:focus {
/*  background: linear-gradient(95.85deg, #fa681b 0, #fc280c 100%)*/
  background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%);
}

[data-showmore-button] span:last-child {
  display: none
}

._showmore-active [data-showmore-button] span {
  display: none
}

._showmore-active [data-showmore-button] span:last-child {
  display: block
}

body {
  background: #12121d
}

.wrapper::after {
  content: url(../img/decor2.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.wrapper::before {
  /* content: url(../img/decor.png); */
  content: url(../img/decor.svg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1
}

.h1 {
  font-family: Benzin;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px
}

.h2 {
  font-family: Benzin;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px
}

input[type=number] {
  -moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none
}

.articles__slider .swiper-pagination,
.bestsellers__slider .swiper-pagination,
.likes__slider .swiper-pagination,
.trending__slider .swiper-pagination,
.viewed__slider .swiper-pagination {
  margin-top: 24px
}

a,
button {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #12121d
}

::-webkit-scrollbar-thumb {
  background-color: #282630;
  width: 7px;
  border-radius: 32px
}

.swiper-button-next,
.swiper-button-prev {
  background: #12121d;
  width: 32px;
  height: 90px;
  padding: 0 11px;
  border-radius: 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;
  position: absolute;
  top: 50%;
  z-index: 5;
  border: 1px solid #262631;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 235px
}

.swiper-button-next::before,
.swiper-button-prev::before {
  content: url(../img/icons/slider-arrow.svg)
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:active,
.swiper-button-prev:active,
.swiper-button-next:focus,
.swiper-button-prev:focus {
  background: #262631
}

.swiper-button-next:disabled,
.swiper-button-prev:disabled {
  opacity: 0
}

.banner__slider .swiper-button-prev {
  left: 37.5vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.banner__slider .swiper-button-next {
  right: 37.5vw;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

.swiper-button-next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.toTop {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 89px;
  height: 89px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 5
}

.toTop::after {
  content: url(../img/scroll-to-top.svg);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotateAnim 10s infinite alternate;
  animation: rotateAnim 10s infinite alternate
}

.toTop.disabled {
  opacity: 0
}

.toTop svg path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@-webkit-keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(179.4deg);
    transform: rotate(179.4deg)
  }
}

@keyframes rotateAnim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(179.4deg);
    transform: rotate(179.4deg)
  }
}

.in-cart {
/*  background: linear-gradient(95.85deg, #fa681b 0, #fc280c 100%);*/
  background: #673DE6;
  border-radius: 12px;
  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: 48px;
  height: 48px
}

.in-cart svg:first-child {
  display: block
}

.in-cart svg:last-child {
  display: none
}

.in-cart.in svg:first-child {
  display: none
}

.in-cart.in svg:last-child {
  display: block
}

.product-card .in-favorite {
  position: absolute;
  z-index: 10;
  top: 24px;
  right: 24px;
  background: rgba(12, 19, 36, .4);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  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;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.product-card .in-favorite svg:first-child {
  display: block
}

.product-card .in-favorite svg:last-child {
  display: none
}

.product-card .in-favorite.in {
  background: #fff
}

.product-card .in-favorite.in svg:first-child {
  display: none
}

.product-card .in-favorite.in svg:last-child {
  display: block;
  fill: #673DE6 !important;
}

.product-card:hover .in-favorite {
  opacity: 1
}

.product-card:hover::after {
  background: rgba(36, 36, 50, 1);
}

.home-slider {
  position: relative;
  margin-left: -68px;
  margin-right: -68px
}

.home-slider .home-slider__top,
.home-slider .swiper {
  margin-left: 68px;
  margin-right: 68px
}

.articles__slider .swiper-button-prev,
.bestsellers__slider .swiper-button-prev,
.likes__slider .swiper-button-prev,
.trending__slider .swiper-button-prev,
.viewed__slider .swiper-button-prev {
  left: 0
}

.articles__slider .swiper-button-next,
.bestsellers__slider .swiper-button-next,
.likes__slider .swiper-button-next,
.trending__slider .swiper-button-next,
.viewed__slider .swiper-button-next {
  right: 0
}

.bestsellers__slider .swiper-button-next,
.bestsellers__slider .swiper-button-prev,
.likes__slider .swiper-button-next,
.likes__slider .swiper-button-prev,
.trending__slider .swiper-button-next,
.trending__slider .swiper-button-prev {
  top: calc(50% - 24px);
  width: 44px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.viewed__slider .swiper-button-next,
.viewed__slider .swiper-button-prev {
  top: calc(42px + 16px + (154px / 2));
  width: 44px;
  transform: translateY(-50%);
}

.articles__slider .swiper-button-next,
.articles__slider .swiper-button-prev {
  top: 214px;
  width: 44px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.sticker {
  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: absolute;
  z-index: 5
}

.sticker--sale {
  top: 12px;
  left: 12px;
  background: #fcce15;
  font-family: Benzin;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: center;
  min-width: 81px;
  height: 34px;
  border-radius: 16px 0 16px 0;
  color: #1c1632;

/*  width: auto;*/
  text-overflow: ellipsis;
  overflow: hidden;
 /* display: inline-block;
  padding: 2% 2px;*/
  max-width: 86%;
}

.seo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 76px
}

.seo:not(:first-child) {
  margin-top: 60px
}

.seo h1 {
  font-family: Benzin;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  max-width: 28%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.seo__text {
  color: rgba(255, 255, 255, .7);
  line-height: 24px
}

.seo__text p:not(:first-child) {
  margin-top: 8px
}

.seo__text-more {
  height: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden
}

.seo__text.open .seo__text-more {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  opacity: 1
}

.show-more {
  color: #fff;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.show-more::after {
  content: url(../img/icons/down.svg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 0
}

.show-more.open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.show-more span:first-child {
  display: block
}

.show-more span:last-child {
  display: none
}

.show-more.open span:first-child {
  display: none
}

.show-more.open span:last-child {
  display: block
}

.advantage-block {
  position: relative
}

.advantage-block__wrapper {
  margin-top: 65px;
  background: linear-gradient(135deg, #3e3c45 0, rgba(33, 31, 41, 0) 100%);
  border-radius: 34px
}

.advantage-block__info {
  background: url(../img/advantage-background.svg) no-repeat center;
  width: 100%;
  height: 120px;
  background-size: cover;
  border: 1px solid transparent;
  padding: 34px 60px 34px 30px;
  border-radius: 34px
}

.advantage-block__info img {
  position: absolute;
  bottom: 0;
  right: 0
}

.advantage-block__number {
  font-family: Benzin;
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 1px #262631;
  color: transparent
}

.advantage-block__title {
  font-family: Benzin;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 4px;
}

.advantage-block span {
  font-size: 16px;
  line-height: 24px
}

.close {
  position: absolute;
  height: 24px;
  width: 24px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  outline: 0
}

.close::after,
.close::before {
  content: "";
  display: block;
  width: 1.5px;
  background: rgba(255, 255, 255, .7);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 10px)
}

.close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.close:hover::after,
.close:hover::before,
.close:active::after,
.close:active::before,
.close:focus::after,
.close:focus::before {
  background: #673DE6;
}

.search__label.in-focus {
  border-color: #673DE6;
}

.search-product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr 90px;
  grid-template-columns: 60px 1fr 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.search-product__img {
  width: 60px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden
}

.search-product__img img,
.search-product__img picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.search-product__name {
  padding-left: 16px;
  font-size: 14px;
  line-height: 19px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.search-product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.search-product__active-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: right
}

.search-product__old-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  text-align: right;
  color: #8a8a95;
  text-decoration: line-through
}

.search-product__old-price+.search-product__active-price {
  color: #fcce15
}

.search-product:hover .search-product__name,
.search-product:active .search-product__name,
.search-product:focus .search-product__name {
  opacity: .7
}

.seo-block__title {
  font-family: Benzin;
  font-size: 26px;
  line-height: 34px
}

.seo-block__title:not(:last-child) {
  margin-bottom: 16px
}

.seo-block__text p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, .7)
}

.seo-block__text p:not(:last-child) {
  margin-bottom: 10px
}

.seo-block__text {
  max-height: 204px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.seo__text.open .seo-block__text {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content
}

.form__password-label {
  position: relative;
  width: 100%;
  height: 100%
}

.form__viewpass {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  -webkit-transition: all 0s ease;
  transition: all 0s ease
}

.form__viewpass::after {
  content: url(../img/icons/eye.svg);
  display: block;
  width: 24px;
  height: 24px
}

.form__viewpass._viewpass-active {
  top: 14px
}

.form__viewpass._viewpass-active::after {
  content: url(../img/icons/eye2.svg)
}

#cart .popup__content {
  max-width: 528px;
  right: -100%;
  top: 0;
  height: 100vh;
  position: fixed;
  border-radius: 40px 0 0 0;
  opacity: 1;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}

#cart .popup__content .popup__content-block {
  height: 100%;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  overflow-y: auto
}

#cart .popup__content .cart__bottom {
  margin-top: 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: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.popup_show#cart .popup__content {
  right: 0
}

.checkout-wrapper {
  min-height: 100vh;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  position: relative
}

.checkout-wrapper .page::after {
  display: none
}

.checkout-wrapper .page {
  padding-bottom: 0
}

.checkout-wrapper::after,
.checkout-wrapper::before {
  height: 100vh
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 0 !important;
  -webkit-transition: opacity .2s ease-out .15s;
  transition: opacity .2s ease-out .15s
}

.home-slider+.home-slider {
  margin-top: 60px
}

.cart__bottom {
  width: 100%
}

.cart__bottom>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  text-wrap: nowrap
}

.cart__bottom>div span {
  width: 100%;
  border-bottom: 1px dashed #30303b
}

.cart__total-sum {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px
}

.cart__save {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #fcce15
}

.cart__products {
  margin-top: 24px;
  margin-bottom: 24px
}

.cart__product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%
}

.cart__product:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #30303b
}

.cart__product .product-card__prev {
  width: 100px;
  height: 122px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.cart__product .sticker--sale {
  /*  width: 62px;*/
  min-width: 62px;
  max-width: 100px;
  height: 25px;
  top: 0;
  left: 0;
  font-size: 12px;
/*  padding: 0% 2px;*/
}

.cart__product .product-card__content {
  margin-top: 0 !important;
  width: 100%;
  /* padding-right: 32px */
}

.cart__product .product-card__actions {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
  width: 100%
}

.cart__product .product-card__title {
  padding-right: 67px;
  margin-bottom: 20px !important
}

.cart__product .product-card__delete {
  position: absolute;
  top: 0;
  right: 0;
  background: #30303b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cart__del-btn {
  display: block;
  width: 14px;
  height: 14px;
  fill: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.product-card__delete:hover .cart__del-btn,
.product-card__delete:active .cart__del-btn,
.product-card__delete:focus .cart__del-btn {
  fill: #673DE6;
}

#cart .popup__content .popup__cart-empty {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#cart .popup__content .popup__cart-empty .cart__top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#cart .popup__content .popup__cart-empty .cart__top .h2 {
  text-align: center
}

#cart .popup__content .popup__cart-empty .cart__bottom {
  margin-top: 24px
}

.gallery__image:first-child {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 6px
}

.gallery__image:first-child img,
.gallery__image:first-child picture {
  display: block;
  width: 100%;
  height: auto
}

.gallery__image {
  position: relative;
  display: none
}

.gallery__image--video {
  cursor: pointer;
}

.gallery__image--video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 90px;
  height: 90px;
  display: block;
  background: url(../img/video-play.svg) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}

.gallery__image:nth-child(2) {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 12px;
  overflow: hidden
}

.gallery__image:nth-child(2) .gallery__preview {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.gallery__image:nth-child(3),
.gallery__image:nth-child(4),
.gallery__image:nth-child(5),
.gallery__image:nth-child(6) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 12px;
  overflow: hidden;
}

.gallery__image:nth-child(3) .gallery__preview,
.gallery__image:nth-child(4) .gallery__preview,
.gallery__image:nth-child(5) .gallery__preview,
.gallery__image:nth-child(6) .gallery__preview {
  width: 100%;
  display: block;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.body {
  font-size: 16px;
  line-height: 24px
}

.contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr
}

.contacts__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.contacts__form:not(:last-child) {
  padding-right: 60px;
  border-right: 1px solid #262631
}

.contacts__form .h1:not(:last-child) {
  margin-bottom: 12px
}

.contacts__text {
  font-size: 18px;
  line-height: 20px
}

.contacts__text:not(:last-child) {
  margin-bottom: 24px
}

.contacts .button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content
}

.contacts__info {
  padding: 42px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  max-width: 346px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.contacts__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.info-block__title {
  font-family: Benzin;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px
}

.info-block__title:not(:last-child) {
  margin-bottom: 8px
}

.info-block__text {
  color: #6c6c77;
  font-size: 16px;
  line-height: 22px
}

.info-block__text:not(:last-child) {
  margin-bottom: 12px
}

.info-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  gap: 12px;
  font-weight: 600;
  line-height: 22px
}

.info-block__link span {
  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: 44px;
  height: 44px;
  border-radius: 8px;
  background: #262631
}

.info-block__link:hover,
.info-block__link:active,
.info-block__link:focus {
  opacity: .7
}

.info-page h1:not(:last-child) {
  margin-bottom: 32px
}

.info-page li {
  font-size: 16px;
  line-height: 24px
}

.info-page>ol {
  list-style-position: inside
}

.info-page>ol>li {
  font-family: Benzin;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3
}

.info-page>ol>li:not(:last-child) {
  margin-bottom: 16px
}

.info-page>ol>li:not(:first-child) {
  margin-top: 40px
}

.info-page>ol ul:not(:last-child) {
  margin-bottom: 16px
}

.info-page>ol ul>li {
  list-style: disc;
  list-style-position: inside
}

.info-page>ol ol {
  list-style: none
}

.info-page>ol ol ul {
  margin-top: 16px;
  margin-left: 10px
}

.info-page>ol ol>li:not(:first-child) {
  margin-top: 16px
}

.info-page p {
  font-size: 16px;
  line-height: 24px
}

.info-page p:not(:last-child) {
  margin-bottom: 16px
}

.about__banner {
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  border-radius: 40px;
  overflow: hidden
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 74px
}

.about__content:not(:first-child) {
  margin-top: 60px
}

.about__content .h1 {
  max-width: 446px
}

.about__content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.about__content div p {
  font-size: 16px;
  line-height: 24px
}

.about__content div p:not(:last-child) {
  margin-bottom: 16px
}

.payment__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: 40px
}

.payment__content>div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 178px 1fr;
  grid-template-columns: 178px 1fr;
  gap: 40px
}

.payment__content:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #262631
}

.payment__content+.h1 {
  margin-top: 40px
}

.payment__delivery-logo {
  background: #282630;
  width: 178px;
  height: 75px;
  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: 16px;
  position: relative
}

.payment__delivery-logo::after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(135deg, #3e3c45 0, rgba(33, 31, 41, 0) 100%);
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 16px;
  z-index: -1
}

.payment__delivery-info {
  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
}

.payment__delivery-info div {
  font-family: Benzin;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px
}

.payment__delivery-info span {
  line-height: 24px
}

.sitemap__li ul li::marker {
  position: relative;
  top: 0
}

.header__logo {
  display: block;
  width: 216px;
  height: auto
}

.header__autorization .header__top-ico,
.header__favorite .header__top-ico {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.header__autorization:hover .header__top-ico,
.header__autorization:active .header__top-ico .header__favorite:hover .header__top-ico,
.header__favorite:active .header__top-ico,
.header__favorite:focus .header__top-ico,
.header__favorite:focus .header__top-ico {
  fill: #673DE6;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.header__top {
  padding: 24px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__nav {
  border-radius: 34px;
  background: linear-gradient(135deg, #3e3c45 0, rgba(33, 31, 41, 0) 100%)
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1px;
  border-radius: 34px;
  background: linear-gradient(135deg, #282630 0, #1b1b2a 100%), linear-gradient(135deg, #3e3c45 0, rgba(33, 31, 41, 0) 100%)
}

.header__link a, .header__link div {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Benzin;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  position: relative;
  cursor: pointer;
}
.header__link.visible > a,
.header__link a.active,
.header__link a:hover,
.header__link div:hover {
/*  background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 40, 12, .2)), to(rgba(250, 104, 27, 0)));
  background: linear-gradient(0deg, rgba(252, 40, 12, .2) 0, rgba(250, 104, 27, 0) 100%);*/
  background:  linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%);
/*  border-color: #fc280c*/
}

.header__link-ico {
  display: block;
  width: 18px;
  height: 16px;
  fill: #fff;
  transition: all 0.3s ease;
}

.header__close:hover path,
.header__close:active path,
.header__close:focus path {
  fill: rgba(250, 104, 27, 1);
}

.search {
  position: relative;
  margin-left: 55px;
  max-width: 446px;
  width: 100%
}

.search__label {
  border: .7px solid rgba(255, 255, 255, .2);
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.top__search {
  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;
  background: #6149E2;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.search__input {
  background: 0 0;
  border: none;
  outline: 0;
  padding: 8px 8px 8px 18px;
  width: 100%;
  color: rgba(255, 255, 255, .7)
}

.search__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .7)
}

.search__input::-moz-placeholder {
  color: rgba(255, 255, 255, .7)
}

.search__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, .7)
}

.search__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7)
}

.search__input::placeholder {
  color: rgba(255, 255, 255, .7)
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__toPage {
  position: relative;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  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;
  background: linear-gradient(135deg, #3e3c45 0, rgba(33, 31, 41, 0) 100%);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.header__toPage a,
.header__toPage button {
  background: linear-gradient(135deg, #282630 0, #1b1b2a 100%), linear-gradient(135deg, #3e3c45 0, rgba(33, 31, 41, 0) 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;
  border-radius: 22px;
  border: 1px solid transparent;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  gap: 6px
}

.header__toPage.open {
  z-index: 150
}

.header__toPage.open .header__top-ico {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.header__top-ico {
  display: block;
  width: 22px;
  height: 22px;
  fill: #fff
}

.header__toPage-in {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
  -ms-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
  background: #fff;
  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%;
  padding: 2px 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #12121d;
  min-width: 20px
}

.top__selection-currency {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 22px;
  border: 1px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.top__selection-currency.open {
  border-color: #673DE6;
}

.top__selection-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  padding: 12px 20px;
  text-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px
}

.top__selection-body {
  display: none
}

.top__selection-currency.open .top__selection-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 4px);
  left: 1px;
  background: linear-gradient(135deg, #282630 0, #1b1b2a 100%), linear-gradient(135deg, #3e3c45 0, rgba(33, 31, 41, 0) 100%);
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .15);
  border-radius: 14px;
  width: calc(100% - 2px)
}

.top__selection-currency.open .top__selection-body::after {
  content: "";
  background: linear-gradient(135deg, #3e3c45 0, rgba(33, 31, 41, 0) 100%);
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  display: block;
  height: 100%;
  z-index: -1;
  border-radius: 14px
}

.top__selection-currency.open .top__selection-body a {
  padding: 6px 20px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 14px;
  border: none;
  background: 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%
}

.top__selection-currency.open .top__selection-body a:hover,
.top__selection-currency.open .top__selection-body a:active,
.top__selection-currency.open .top__selection-body a:focus {
  background: #262631;
  color: #673DE6;
}

.header__cart {
  background: linear-gradient(225deg, #03C1CD 0%, #7B2DE8 100%);
}

.header__menu {
  display: none
}

.search__result {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 8px);
  left: -80px;
  right: -80px;
  z-index: 10;
  -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .24);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .24);
  border-radius: 16px;
  background: #1c1c27;
  padding: 12px;
  gap: 12px
}

.search__result.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.search__result-block {
  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
}

.header-mini .header__top {
  padding: 23px 0
}

.header-mini {
  border-bottom: 1px solid #262631
}

.header-mini .header__actions a {
  color: #6c6c77;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px
}

.header-mini .header__actions a:hover,
.header-mini .header__actions a:active,
.header-mini .header__actions a:focus {
  color: #673DE6;
}

.header-mini .header__actions a:hover svg path,
.header-mini .header__actions a:active svg path,
.header-mini .header__actions a:focus svg path {
  fill: #673DE6;
}

.header-mini .header__logo-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.header-mini .header__actions a {
  white-space: nowrap
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.footer {
  -webkit-box-shadow: 0 -24px 40px 0 rgba(92, 92, 123, .08);
  box-shadow: 0 -24px 40px 0 rgba(92, 92, 123, .08);
  background: #0d0d16
}

.footer__top {
  padding: 60px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer__top>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.footer__top>div:not(:first-child) {
  border-left: 1px solid #21212a;
  padding-left: 50px
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__link:hover,
.footer__link:active,
.footer__link:focus {
  opacity: .7
}

.footer__logo img {
  display: block;
  width: 196px;
  height: auto
}

.footer__bottom {
  padding: 32px 0;
  border-top: 1px solid #21212a;
  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
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.footer__copyright,
.footer__dev {
  font-size: 14px;
  line-height: 20px;
  color: #6c6c77
}

.footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}

.footer__dev:hover,
.footer__dev:active,
.footer__dev:focus {
  opacity: .7
}

.footer__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__bottom-links,
.footer__bottom-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #6c6c77
}

.footer__bottom-links a:not(:first-child)::before {
  content: "·"
}

.footer__bottom-links a:hover
/*,
.footer__bottom-links a:active,
.footer__bottom-links a:focus */
{
  opacity: .7
}

.footer__menu {
  gap: 20px
}

.footer__title {
  font-family: Benzin;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600
}

.footer__list-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 16px;
  list-style: none
}

.footer__list-menu li {
  min-width: 140px
}

.footer__list-menu li a, .footer__list-menu li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px
}

.footer__list-menu li a:hover,
/* .footer__list-menu li a:active,
.footer__list-menu li a:focus,*/
.footer__list-menu li div:hover
/*,
.footer__list-menu li div:active,
.footer__list-menu li div:focus */
{
  opacity: .6
}

.footer__other-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 140px;
  gap: 16px
}

.footer__other-menu li a, .footer__other-menu li div {
  font-size: 16px;
  line-height: 1.37;
  color: #6c6c77;
  cursor: pointer;
  text-wrap: nowrap;
}

.footer__other-menu li a:hover,
/*.footer__other-menu li a:active,
.footer__other-menu li a:focus,*/
.footer__other-menu li div:hover
/*,
.footer__other-menu li div:active,
.footer__other-menu li div:focus */
{
  opacity: .6
}

.footer__payment-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  max-width: 281px
}

.footer__payment-block:not(:last-child) {
  margin-bottom: 12px
}

.footer__payment-block li {
  min-width: 88px;
  width: 100%;
  height: 33px;
  border-radius: 8px;
  background: #30303b;
  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
}

.footer__social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer__social-block a {
  background: #30303b;
  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%;
  width: 44px;
  height: 44px
}

.footer__social-block a svg path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.footer__social-block a:hover svg path
/*,
.footer__social-block a:active svg path,
.footer__social-block a:focus svg path*/
{
/*  fill: #fa681b;*/
  fill: #6149E2;
}

.page {
  margin-top: 24px;
  padding-bottom: 120px;
  position: relative;
  min-height: calc(100vh - 160px);
}

.no-webp .page::after {
  background: url(../img/page-decor.png) no-repeat
}

.page::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  height: 60px;
  width: 100vw;
  background-size: cover;
  background-position: center
}

.banner__slider {
  position: relative;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.loaded .banner__slider {
  opacity: 1
}

.banner__slide-container {
  -webkit-transform: scale(.85);
  -ms-transform: scale(.85);
  transform: scale(.85);
  opacity: .4;
  height: 470px;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.banner__slide.swiper-slide-active .banner__slide-container {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.banner__slide img,
.banner__slide picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.banner__slide-title {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 48px;
  font-family: Benzin;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  margin-left: -120px;
  margin-right: -120px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500
}

.banner__slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 12px
}

.banner__slide-info span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px
}

.banner__slide-info div {
  border: 1px solid #3a3a45;
  border-radius: 6px;
  font-size: 13px;
  line-height: 20px;
  color: #6c6c77;
  padding: 2px 12px
}

.banner__slide.swiper-slide-active .banner__slide-info,
.banner__slide.swiper-slide-active .banner__slide-title {
  opacity: 1
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6px
}

.banner__slider .swiper-pagination {
  position: absolute;
  bottom: 144px;
  left: 0
}
@media (max-width: 377px){
  .swiper
  .banner__slider .swiper-pagination{
    bottom: 150px;
  }
}
.swiper-pagination-bullet {
  display: block;
  width: 32px;
  height: 2px;
  background: #3a3a45;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer
}

.swiper-pagination-bullet-active {
  background: #673DE6;
}

.home__sliders {
  padding-top: 40px;
  border-top: 1px solid #262631;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.home-slider {
  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
}

.home-slider__top {
  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
}

.home-slider .h2 {
  font-family: Benzin;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600
}

.product-card {
  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;
  padding: 12px 12px 16px;
  background: 0 0;
  width: 100%;
  height: 100%
}

.product-card::after {
  content: "";
  position: absolute;
  background: #1c1c27;
  bottom: 0;
  left: 0;
  top: 72px;
  z-index: -1;
  width: 100%;
  border-radius: 24px;
  transition: all 0.3s ease;
}

.product-card__prev {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 312px;
  border-radius: 16px
}

.product-card__prev img,
.product-card__prev picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.product-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.product-card__content:not(:first-child) {
  margin-top: 16px
}

.product-card__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px
}

.product-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-card__price .old-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #8a8a95;
  text-decoration: line-through
}

.product-card__price .active-price {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px
}

.old-price+.active-price {
  color: #fcce15 !important
}

.product-card:hover .product-card__prev img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.home__advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 60px
}

.not-found {
  margin-top: 100px
}

.not-found__title {
  text-align: center
}

.not-found__title:not(:first-child) {
  margin-top: 30px
}

.not-found p {
  font-size: 18px;
  line-height: 1.1;
  text-align: center
}

.not-found p:not(:first-child) {
  margin-top: 12px
}

.not-found .button:not(:first-child) {
  margin-top: 24px
}

.not-found__container {
  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
}

.not-found__container img {
  display: block;
  width: 100%;
  height: 100%
}

.not-found__container picture {
  max-width: 740px;
  height: auto;
  display: block;
  width: 80%
}

.mf-cursor:before {
  -webkit-transform: scale(.4) !important;
  -ms-transform: scale(.4) !important;
  transform: scale(.4) !important;
  opacity: .6
}

.mf-cursor.-opacity:before {
  opacity: .3
}

.mf-cursor.-exclusion::before {
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6)
}

.mf-cursor.-pointer:before {
  transform: scale(0.15) !important;
}

.mf-cursor.-hidden:before {
  transform: scale(0) !important;
}

.sitemap__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: 22px;
  margin-left: 20px;
  font-weight: 600
}

.sitemap__list a:hover,
.sitemap__list a:active,
.sitemap__list a:focus {
  opacity: .7
}

.sitemap__li {
  font-size: 18px;
  line-height: 1.2;
  list-style: unset
}

.sitemap__li ul {
  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;
  list-style-type: circle;
  font-size: 16px;
  padding-top: 18px;
  font-weight: 400
}

.sitemap__li ul li {
  list-style-type: square;
  margin-left: 20px
}

.sitemap__li ul li ul li {
  list-style-type: circle
}

.category .page__content {
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.loaded .category .page__content {
  opacity: 1
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin-bottom: 24px
}

.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6c6c77
}

.breadcrumb li:not(:first-child)::before {
  content: url(../img/icons/caret_down.svg);
  padding-right: 8px;
  height: 18px;
  line-height: 1
}

.breadcrumb li a:hover,
.breadcrumb li a:active,
.breadcrumb li a:focus {
  color: #673DE6;
}

.page__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 282px 1fr;
  grid-template-columns: 282px 1fr;
  gap: 48px
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.category:not(:last-child) {
  margin-bottom: 40px
}

.category h1:not(:last-child) {
  margin-bottom: 32px
}

.column-left {
  background: #1c1c27;
  border-radius: 24px;
  padding: 28px 24px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content
}

.category__column-left.fixed {
  left: 0
}

.filter__title,
.price-filter__title {
  font-family: Benzin;
  font-size: 18px;
  line-height: 23px
}

.filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.filter__title::after {
  background: url(../img/icons/down.svg) no-repeat center;
  height: 18px;
  line-height: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: '';
  display: block;
  width: 18px;
  background-size: cover;
}

.price-filter__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.price-filter__label {
  max-width: 100%;
  overflow: hidden
}

.price-filter__input {
  width: 100%;
  background: 0 0;
  outline: 0;
  border: 1px solid #3a3a45;
  border-radius: 8px;
  color: #fff;
  padding: 10px 16px
}

.price-filter__range {
    margin: 28px -10px 0 -10px;
}

.price-filter__body .button {
  margin-top: 30px
}

.filter-catalog__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #262631
}

.filter-catalog__item .select__title {
  display: none
}

.catalog__filter-block {
  margin-top: 24px
}

.filter__show-more .filter__btn-other {
  display: block
}

.filter__show-more .text-hidden {
  display: none
}

.filter__show-more.open .filter__btn-other {
  display: none
}

.filter__show-more.open .text-hidden {
  display: block
}

.filter__show-more {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    position: absolute;
    bottom: 0px;
    left: 5px;
}

.filter__show-more::after {
  content: url(../img/icons/down.svg);
  height: 14px;
  line-height: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.filter__show-more.open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.filter-catalog__item .select__options.dbb {
    padding-bottom: 25px;
}

.category__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 16px
}

.btn-clear-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

._select-multiple .select__body .select__options ._select-selected {
  position: relative;
  color: #673DE6;
}

.filter__tooltip {
  position: absolute;
  left: 42px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
  background: #262631;
  padding: 12px 16px;
  border-radius: 12px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px
}

.filter__tooltip div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #6c6c77
}

.filter__tooltip div span {
  color: #fff
}

.filter__tooltip .button {
  width: 166px
}

.filter__tooltip::after {
  content: "";
  bottom: 50%;
  left: 1px;
  -webkit-transform: translate(-100%, 50%);
  -ms-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
  display: block;
  position: absolute;
  border: 0 solid transparent;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-right: 12px solid #262631
}

.filter__tooltip-close {
  top: 10px;
  right: 10px
}

.filter__tooltip-close::after,
.filter__tooltip-close::before {
  height: 12px
}

.catalog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #262631;
  padding-bottom: 20px
}

.catalog__sort {
  border: 1px solid #3a3a45;
  padding: 12px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
  min-width: 270px;
  position: relative
}

.catalog__sort .select__value {
  padding: 1px
}

.catalog__sort .select,
.catalog__sort .select__body {
  position: unset
}

.btn-clear-filter {
  display: none
}

.btn-clear-filter.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 8px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400
}

.catalog__filter-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px
}

.catalog__filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

._select-tag {
  background: #363646;
  color: #fff;
  padding: 8px 28px 8px 12px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 8px;
  position: relative
}

._select-tag::after,
._select-tag::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #fff;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: absolute;
  right: 18px;
  top: calc(50% - 5px)
}

._select-tag::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

._select-tag::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.filter__body {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.filter-catalog__item.hidden .filter__body {
  height: 0;
  opacity: 0;
  overflow: hidden
}

.filter-catalog__item.hidden .filter__title::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.seo-block {
  padding-top: 40px;
  border-top: 1px solid #262631
}

.price-filter__body {
  margin-top: 12px
}

.catalog__filter {
  display: none
}

.catalog__panel-close {
  display: none
}

.category__column-left.fixed .catalog__panel-close {
  position: absolute;
  right: 24px;
  top: 32px;
  border-radius: 8px;
  background: #343341;
  width: 40px;
  height: 40px;
  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
}

.catalog__filter-title {
  display: none
}

.category__column-left.fixed .catalog__filter-title {
  display: inline-block
}

.category__column-left.fixed .catalog__filter-title:not(:last-child) {
  margin-bottom: 16px
}

.product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 282px;
  grid-template-columns: 1fr 282px;
  gap: 42px;
  padding-bottom: 40px;
  border-bottom: 1px solid #262631
}

.product__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: 60px
}

.product__main-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 364px 1fr;
  grid-template-columns: 364px 1fr;
  gap: 40px
}

.product__prev {
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden
}

.product__prev img,
.product__prev picture {
  display: block;
  width: 100%;
  height: auto;
  max-height: 440px
}

.product__char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 16px
}

.product__title {
  font-family: Benzin;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600
}

.product__sticker {
  position: relative;
  top: unset;
  left: unset;
  min-width: 80px;
/*  padding: 1% 2px;*/
  max-width: fit-content;
  text-align: center;
}

.product__info {
  width: 100%;
  background: linear-gradient(135deg, #3e3c45 0, rgba(33, 31, 41, 0) 100%);
  border-radius: 16px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content
}

.product__info-content {
  margin: 1px;
  background: linear-gradient(135deg, #282630 0, #1b1b2a 100%), linear-gradient(135deg, #3e3c45 0, rgba(33, 31, 41, 0) 100%);
  padding: 16px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.product__param {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 24px;
  width: 100%
}

.product__param:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #262631
}

.product__param-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product__param-block svg {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.product__param-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content
}

.product__param-info span {
  font-size: 14px;
  line-height: 16px;
  color: #6c6c77
}

.product__param-info div {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px
}

.product__lang {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.product__lang span {
  font-size: 14px;
  line-height: 16px;
  color: #6c6c77
}

.product__lang-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px
}

.product__lang-block .product__lang-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product__lang-block .product__lang-info img,
.product__lang-block .product__lang-info picture {
  display: block;
  width: 32px;
  height: 24px;
  border-radius: 4px;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain
}

.product__lang-block .product__lang-info span {
  color: #fff;
  font-weight: 500
}

.product__lang-more {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.product__lang-more::after {
  content: url(../img/icons/down.svg);
  height: 14px;
  line-height: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.product-info__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #2e2d38;
  padding-bottom: 12px
}

.product-info__top div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, .7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 0
}

.product-info__top div:not(:first-child) {
  border-left: 1px solid #2e2d38
}

.product__all-lang {
  display: none;
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 12px 20px;
  background: #262631;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .16);
  border-radius: 12px;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 241px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 2;
}

.product__all-lang span {
  color: #fff
}

.product__all-lang::before {
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 24px;
  border-left-width: 24px;
  border-bottom: 24px solid #262631
}

.product__lang-more.open .product__all-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product__lang-more.open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.product-info__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.product-info__price:not(:first-child) {
  margin-top: 16px
}

.product-info__price .product-info__old-price {
  color: #8a8a95;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: line-through
}

.product-info__price .product-info__active-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px
}

.product-info__old-price+.product-info__active-price {
  color: #fcce15
}

.product-info__button:not(:first-child) {
  margin-top: 12px
}

.product-info__button span:last-child {
  display: none
}

.product-info__button.in span:first-child {
  display: none
}

.product-info__button.in span:last-child {
  display: inline-block
}

.product-info__in-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center
}

.product-info__in-favorite:not(:first-child) {
  margin-top: 22px
}

.product-info__in-favorite svg:last-child {
  display: none;
}

.product-info__in-favorite.in svg:first-child,
.product-info__in-favorite:hover svg:first-child {
  display: none;
}

.product-info__in-favorite.in svg:last-child,
.product-info__in-favorite:hover svg:last-child {
  display: block;
/*  fill: rgba(250, 104, 27, 1);*/
  fill: rgb(97 73 226);
}

.product-info__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #12121d;
  border-radius: 12px;
  padding: 14px 20px;
  gap: 6px
}

.product-info__advantages:not(:first-child) {
  margin-top: 18px
}

.product-info__advantages span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, .7)
}

.product-info__advantages span::before {
  content: url(../img/icons/check-mark.svg)
}

.product__about-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  position: relative
}

.product__about-game li,
.product__about-game p {
  font-size: 16px;
  line-height: 24px
}

.product__about-game ul li {
  list-style: disc;
  list-style-position: inside;
  margin-left: 8px
}

.no-webp .product__about-game::after {
  background: url(../img/show-more-decor.png)
}

.product__about-game::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  bottom: -1px;
  left: 0;
  background-size: cover
}

.product .h2 {
  font-weight: 600
}

.product .h2:not(:last-child) {
  margin-bottom: 16px
}

.product__show-more {
  width: 100%;
  background: #1c1c27;
  padding: 14px 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;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #673DE6;
  border-radius: 6px
}

.product__show-more:not(:first-child) {
  margin-top: 16px
}

._showmore-active .product__about-game::after {
  display: none
}

.product__right-panel {
  position: sticky;
  top: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content
}

.cart .cart__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.cart .cart__top span {
  font-size: 16px;
  line-height: 22px;
  color: #6c6c77
}

.cart__products {
  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
}

.product__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.product-requirements__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.product-requirements__blocks .product-requirements__block {
  background: #1c1c27;
  padding: 32px 24px;
  border-radius: 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: 16px
}

.product-requirements__blocks .product-requirements__block>span {
  font-family: Benzin;
  font-size: 18px;
  line-height: 23px;
  color: #673DE6;
}

.product-requirements__blocks .product-requirements__block div {
  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;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #6c6c77
}

.product-requirements__blocks .product-requirements__block div span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #fff
}

.product-languages__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 32px
}

.product-languages__block .product__lang-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.product+.home-slider {
  margin-top: 44px
}

.gallery__image.more {
  position: relative
}

.gallery__image span {
  display: none
}

.gallery__image.more span {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 6;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px
}

.gallery__image.more::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 5;
  width: 100%;
  height: 100%
}

.gallery__image--other {
  position: absolute;
  right: 0;
  top: 50%
}

.product-info__button+.product-info__pre-order {
  margin-top: 16px
}

.product-info__pre-order:hover span,
.product-info__pre-order:active span,
.product-info__pre-order:focus span {
  color: #fff
}

.product__code--tooltip {
  position: relative
}

.product__code--tooltip::after {
  content: url(../img/icons/checked.svg);
  position: absolute;
  top: 4px;
  right: 4px
}

.product__info .button {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.checkout__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 490px;
  grid-template-columns: 1fr 490px;
  gap: 128px
}

.checkout__card-info {
  background: #1c1c27;
  border-radius: 24px;
  padding: 32px
}

.page.checkout::after {
  display: none
}

.checkout__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px
}

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

.checkout__content .checkout__title {
  font-family: Benzin;
  font-size: 22px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.checkout__content .checkout__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
/*  background: linear-gradient(95.85deg, #fa681b 0, #fc280c 100%);*/
  background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  font-family: Manrope;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.checkout__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px
}

.checkout__form label {
  width: calc((100% - 24px)/ 2);
  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
}

.checkout__form .popup__label {
  font-size: 14px
}

.checkout__delivery-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px
}

.checkout__privacy-text {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: rgba(255, 255, 255, .7)
}

.checkout__privacy-text a {
  text-decoration: underline
}

.checkout__privacy-text:not(:first-child) {
  margin-top: 16px
}

.checkout .cart__bottom {
  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
}

.promo-input {
  height: 48px
}

.checkout__block {
  margin-bottom: 60px
}

.succesful-order .page__container {
  min-height: calc(100vh - 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  max-width: 747px;
  gap: 40px
}

.succesful-order.page::after {
  display: none
}

.succesful-order__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: 12px
}

.succesful-order__content .h1 {
/*  background: -webkit-linear-gradient(90.24deg, #fa681b 24.26%, #fc280c 77.15%);*/
  background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.succesful-order__text {
  font-size: 18px;
  line-height: 27px;
  text-align: center
}

.succesful-order__subtext {
  font-size: 14px;
  line-height: 21px;
  text-align: center
}

.checkout__block .button--main.button--fw {
  max-width: 500px;
  margin: 0 auto
}

.blog__last-new {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.05fr .95fr;
  grid-template-columns: 1.05fr .95fr;
  height: 360px;
  width: 100%;
  background: #1c1c27;
  border-radius: 24px
}

.blog__last-new:not(:last-child) {
  margin-bottom: 60px
}

.blog__last-new img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.blog__last-new .body-desc p {
  color: rgba(255, 255, 255, .7);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}

.blog__last-new .body:not(:last-child) {
  margin-bottom: 12px
}

.page__title:not(:last-child) {
  margin-bottom: 32px
}

.last-new {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.last-new:not(:last-child) {
  margin-bottom: 60px
}

.last-new__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 50px;
  height: 100%
}

.last-new__prev {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 24px;
  overflow: hidden
}

.last-new__title:not(:last-child) {
  margin-bottom: 10px
}

.last-new__date {
  margin-top: auto;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, .7)
}

.last-new:hover .last-new__title,
.last-new:active .last-new__title,
.last-new:focus .last-new__title {
/*  background: -webkit-linear-gradient(57.24deg, #fa681b 15.26%, #fc280c 77.15%);*/
background: linear-gradient(180deg, #7B2DE8 0%, #03C1CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.last-new:hover .last-new__prev img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01)
}

.last-new:hover,
.last-new:active,
.last-new:focus {
  background: #242432
}

.blog__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px
}

.blog__content:not(:last-child) {
  margin-bottom: 60px
}

.blog-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

.blog-new__prev {
  display: block;
  width: 100%;
  height: 218px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}

.blog-new__prev::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  z-index: -1;
  border-radius: 25px;
}

.blog-new__prev:not(:last-child) {
  margin-bottom: 18px
}

.blog-new__prev img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-new__date {
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, .7)
}

.blog-new__date:not(:last-child) {
  margin-bottom: 12px
}

.blog-new__title {
  font-family: Benzin;
  font-size: 18px;
  line-height: 23px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 600
}

.blog-new:hover .blog-new__prev img {
  opacity: .8;
  transform: scale(1.05);
}

.blog-new:hover .blog-new__title,
.blog-new:active .blog-new__title,
.blog-new:focus .blog-new__title {
  background: -webkit-linear-gradient(57.24deg, #fa681b 15.26%, #fc280c 77.15%);
  background: linear-gradient(180deg, #7B2DE8 0%, #03C1CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.oneNews {
  max-width: 840px;
  margin: 0 auto;
  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
}

.oneNews:not(:last-child) {
  margin-bottom: 40px
}

.oneNews__info {
  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: 8px
}

.oneNews__info .h1 {
  text-align: center
}

.oneNews__info:not(:last-child) {
  margin-bottom: 32px
}

.oneNews__date {
  color: rgba(255, 255, 255, .7)
}

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

.oneNews__content picture {
  width: 100%;
}

.oneNews__content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 32px !important;
}

.oneNews__content>:not(picture) {
  width: 90%;
  margin: 0 auto
}

.oneNews__content li,
.oneNews__content p {
  font-size: 16px;
  line-height: 24px
}

.oneNews__content p:not(:last-child) {
  margin-bottom: 20px
}

.oneNews__content li:not(:last-child) {
  margin-bottom: 12px
}

.oneNews__important {
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 32px;
  background: #1c1c27;
  border-left: 2px solid #673DE6;
}

.oneNews h2 {
  font-family: Benzin;
  font-size: 22px;
  line-height: 29px
}

.oneNews h2:not(:last-child) {
  margin-bottom: 16px
}

.oneNews ul li::before {
  content: url(../img/icons/li-marker.svg);
  padding-right: 12px
}

.oneNews ul:not(:last-child) {
  margin-bottom: 40px
}

.oneNews__important {
  margin-top: 40px;
  margin-bottom: 40px !important
}

.oneNews__important svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px
}

.oneNews__content p~.oneNews__important {
  margin-top: 20px
}

.articles__slider {
  margin-left: 68px;
  margin-right: 68px;
  padding-top: 40px;
  border-top: 1px solid #262631
}

.account .page__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 282px 1fr;
  grid-template-columns: 282px 1fr
}

.account__left-panel {
  background: linear-gradient(135deg, #282630 0, #1b1b2a 100%);
  border-radius: 24px;
  padding: 12px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content
}

.account__left-panel.fixed {
  left: 0
}

.account-list-links {
  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
}

.account__list-link {
  padding: 16px 12px;
  border-radius: 12px;
  background: 0 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.account__list-link.active,
.account__list-link:hover,
.account__list-link:active
/*,
.account__list-link:focus */
{
/*  background: linear-gradient(95.85deg, #fa681b 0, #fc280c 100%);*/
  background: linear-gradient(180deg, #7B2DE8 0%, #03C1CD 100%);
  padding: 16px 20px
}

.account__list-link span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative
}

.account__link-img {
  display: block;
  width: 24px;
  height: 24px;
  fill: #fff
}

.account__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;
  width: 100%
}

.account__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 24px
}

.account__form .popup__label {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}

.account__form .form__viewpass {
  top: 36px
}

.account__form .form__viewpass._viewpass-active {
  top: 40px
}

.account__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.account__banner {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.account .page__title:not(:last-child) {
  margin-bottom: 24px !important
}

.form__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px
}

.no-orders {
  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;
  margin: 24px auto 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.no-orders .cart__top {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.no-orders .cart__top:not(:last-child) {
  margin-bottom: 18px
}

.account__orders {
  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
}

.account__orders .order {
  border: 1px solid #3a3a45;
  border-radius: 16px;
  padding: 16px 33px
}

.account__orders .order__top {
  height: 50px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 88px 62px 1fr 100px;
  grid-template-columns: 88px 62px 1fr 100px;
  gap: 40px
}

.account__orders:not(:last-child) {
  margin-bottom: 40px
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px
}

.order__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px
}

.order__col span {
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, .7)
}

.order__status {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px
}

.order__sum {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px
}

.order__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 16px;
  background: #201f2d;
  border-radius: 12px;
  gap: 10px
}

.order__products .product-check:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid #30303b
}

.order__products .product-check__prev {
  display: block;
  height: 52px;
  width: 44px;
  border-radius: 6px;
  overflow: hidden
}

.order__products .product-check__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px
}

.order__products img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.order__products .product-check__quantity {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center
}

.order__status--status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px
}

.order__status--status::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%
}

.order.completed .order__status--status {
  color: #1db128
}

.order.completed .order__status--status::before {
  background: #1db128
}

.order.cancelled .order__status--status {
  color: #673DE6;
}

.order.cancelled .order__status--status::before {
  background: #673DE6;
}

.order.pending .order__status--status {
  color: #fcce15
}

.order.pending .order__status--status::before {
  background: #fcce15
}

.order.refunded .order__status--status {
  color: #ce15fc
}

.order.refunded .order__status--status::before {
  background: #ce15fc
}

.order__products .product-check {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44px 1fr 30px 1fr;
  grid-template-columns: 44px 1fr 30px 1fr;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.order__products .product-check .button {
  padding: 13px 24px;
  white-space: nowrap
}

.order__products .product-check__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.account .pagging {
  margin-bottom: 0
}

.account__block-info .category__content:nth-child(2) {
  margin-top: 24px
}

input[type=radio]+.order__label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 5px solid transparent;
  border-radius: 100%;
  background: #363646
}

input[type=radio]:checked+.order__label::before {
  border: 5px solid #673DE6;
  background: #fff
}

.account input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0
}

.order__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.subscribe__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: 16px
}

.subscribe__form .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 9px
}

.account__form--password {
  margin-top: 24px;
  margin-bottom: 24px
}

.category__content--account {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 0
}

.category__content--account .product-card::after {
  top: 0
}

.category__content--account .product-card__prev {
  height: 223px !important
}

.category__content--account .product-card .in-favorite {
  opacity: 1
}

.category__content--account .in-cart {
  width: 40px;
  height: 40px
}

.category__content--account .product-card__price .active-price {
  font-size: 18px;
  line-height: 25px
}

.category__content--account .product-card__title {
  font-size: 14px;
  line-height: 20px
}

.account__title {
  font-family: Benzin;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  padding-bottom: 12px;
  border-bottom: 1px solid #262631
}

.account__form+.account__title {
  margin-top: 16px;
  padding-bottom: 0;
  border-bottom: none
}

.account__form+.button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.order-code .popup__content-block {
  padding: 40px
}

.order-code__title {
  line-height: 24px;
  text-align: center
}

.order-code__title:not(:first-child) {
  margin-top: 8px
}

.order-code .product__param {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  border-bottom: 0
}

.order-code .product__param:not(:first-child) {
  margin-top: 20px
}

.order-code__main-info {
  background: #12121d;
  border-radius: 16px;
  padding: 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: 12px
}

.order-code__main-info 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: 12px
}

.order-code__main-info form .button {
  margin: 0 auto
}

.order-code__main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 1px solid #262631
}

.order-code__main-text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/exclamation.svg) no-repeat center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.order-code__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%
}

.order-code__bottom:not(:first-child) {
  margin-top: 20px
}

.order-code__bottom .button {
  white-space: nowrap;
  padding: 15px 24px
}

.order-code__bottom .button span {
  color: #fff !important
}

.order-code__having-issues {
  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;
  position: relative;
  padding-left: 52px
}

.order-code__having-issues div {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px
}

.order-code__having-issues span {
  font-size: 12px;
  line-height: 17px;
  color: rgba(255, 255, 255, .7)
}

.order-code__having-issues::before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background: url(../img/icons/exclamation.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain
}

.order-code__code {
  background: #12121d;
  border-radius: 16px;
  padding: 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: 12px
}

.order-code__code {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.order-code__code p {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: rgba(255, 255, 255, .7)
}

.key__code {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center
}

.copy-code,
.download-key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.ticket__form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px
}

.ticket__form .col-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.ticket__form .col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.ticket__form textarea {
  padding: 16px;
  min-height: 120px;
  resize: vertical
}

.ticket__form .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.subsribe__radio-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.subscribe__form>span {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px
}

.account__panel-close {
  display: none
}

.account__left-panel.fixed .account__panel-close {
  position: absolute;
  right: 24px;
  top: 20px;
  border-radius: 8px;
  background: #343341;
  width: 40px;
  height: 40px;
  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
}

.swiper {
  overflow: hidden
}

.swiper-initialized {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
  display: none !important
}

@font-face {
  font-family: lg;
  src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none
}

.lg-next {
  right: 20px
}

.lg-next:before {
  content: "\e095"
}

.lg-prev {
  left: 20px
}

.lg-prev:after {
  content: "\e094"
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0
  }

  50% {
    left: -30px
  }

  100% {
    left: 0
  }
}

@keyframes lg-right-end {
  0% {
    left: 0
  }

  50% {
    left: -30px
  }

  100% {
    left: 0
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0
  }

  50% {
    left: 30px
  }

  100% {
    left: 0
  }
}

@keyframes lg-left-end {
  0% {
    left: 0
  }

  50% {
    left: 30px
  }

  100% {
    left: 0
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px
}

.lg-toolbar .lg-icon:hover {
  color: #fff
}

.lg-toolbar .lg-close:after {
  content: "\e070"
}

.lg-toolbar .lg-maximize {
  font-size: 22px
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a"
}

.lg-toolbar .lg-download:after {
  content: "\e0f2"
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}

.lg-sub-html a {
  color: inherit
}

.lg-sub-html a:hover {
  text-decoration: underline
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6))
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}

.lg-error-msg {
  font-size: 14px;
  color: #999
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle
}

.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
  -webkit-transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
  transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
  transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -ms-transform: scale3d(.5, .5, .5);
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

.lg-group:after {
  content: "";
  display: table;
  clear: both
}

.lg-container {
  display: none;
  outline: 0
}

.lg-container.lg-show {
  display: block
}

.lg-on {
  scroll-behavior: unset
}

.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
  -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0)
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: .001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.lg-outer.lg-zoom-from-image {
  opacity: 1
}

.lg-outer.lg-visible {
  opacity: 1
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important
}

.no-webp .lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,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) no-repeat scroll center center transparent
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0
}

.lg-outer .lg-item.lg-complete {
  background-image: none
}

.lg-outer .lg-item.lg-current {
  z-index: 1060
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative
}

.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none
}

.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity .2s ease-out .15s;
  transition: opacity .2s ease-out .15s
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s
}

.lg-backdrop.in {
  opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
  opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s, -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-container {
  display: none
}

.lg-container.lg-show {
  display: block
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute
}

.lg-inline .lg-backdrop {
  z-index: 1
}

.lg-inline .lg-outer {
  z-index: 2
}

.lg-inline .lg-maximize:after {
  content: "\e909"
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform .35s ease-out 0s;
  transition: -webkit-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3
}

.lg-outer .lg-video-poster {
  z-index: 1
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1
}

@-webkit-keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

@-webkit-keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
  -webkit-transition: opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28);
  transition: opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28);
  transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
  transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28)
}

.lg-video-play-button:hover .lg-video-play-icon,
.lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: .6;
  will-change: opacity;
  -webkit-transition: opacity .12s ease-in;
  transition: opacity .12s ease-in
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, .9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: .6;
  will-change: opacity;
  -webkit-transition: opacity .12s ease-in;
  transition: opacity .12s ease-in
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc
}

.lg-video-loading .lg-video-play-icon-circle {
  -webkit-animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite;
  animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(.7);
  -ms-transform: translate(-50%, -50%) scale(.7);
  transform: translate(-50%, -50%) scale(.7)
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
  transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
  transition: -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
  -webkit-transition: opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
  transition: opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-icon.lg-zoom-in:after {
  content: "\e311"
}

.lg-icon.lg-actual-size {
  font-size: 20px
}

.lg-icon.lg-actual-size:after {
  content: "\e033"
}

.lg-icon.lg-zoom-out {
  opacity: .5;
  pointer-events: none
}

.lg-icon.lg-zoom-out:after {
  content: "\e312"
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}

.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out {
  opacity: .75;
  pointer-events: none
}

@media screen and (max-width: 1400px) and (min-width: 1160px) {
  .articles__slider .swiper-button-prev, .bestsellers__slider .swiper-button-prev, .likes__slider .swiper-button-prev, .trending__slider .swiper-button-prev, .viewed__slider .swiper-button-prev {
    left: 46px;
  }
  .articles__slider .swiper-button-next, .bestsellers__slider .swiper-button-next, .likes__slider .swiper-button-next, .trending__slider .swiper-button-next, .viewed__slider .swiper-button-next {
    right: 46px;
  }
}

@media screen and (max-width: 1160px) {
  .articles__slider .swiper-button-prev, .bestsellers__slider .swiper-button-prev, .likes__slider .swiper-button-prev, .trending__slider .swiper-button-prev, .viewed__slider .swiper-button-prev {
    display: none;
  }
  .articles__slider .swiper-button-next, .bestsellers__slider .swiper-button-next, .likes__slider .swiper-button-next, .trending__slider .swiper-button-next, .viewed__slider .swiper-button-next {
    display: none;
  }
}

@media (min-width:47.99875em) {
  .viewed__slider .product-card::after {
    top: 0
  }

  .viewed__slider .product-card__prev {
    height: 122px;
    width: 100px;
    border-radius: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .viewed__slider .product-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    padding: 16px
  }

  .viewed__slider .sticker {
    display: none
  }

  .viewed__slider .product-card__content {
    width: 100%
  }

  .viewed__slider .product-card .in-favorite {
    top: 16px;
    right: 16px
  }
}

@media (min-width:921px) {
  .order__col--sum span {
    text-align: right
  }

  .order__sum {
    text-align: right
  }
}

@media (min-width:78em) {
  .account .page__content {
    gap: 2.875rem
  }
}

@media (min-width:1600px) {
  .sitemap__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
  }
}

@media screen and (min-width:1800px) {
  [class*=__container] {
    width: 80vw;
    max-width: 1920px
  }

  .banner__slider {
    max-width: 1920px;
    margin: 0 auto 16px;
  }

  .header__link a, .header__link div {
    padding: 20px 30px;
  }

  .banner__slider .swiper-button-next {
    right: 32px
  }

  .banner__slider .swiper-button-prev {
    left: 32px
  }

  .category__content {
    -ms-grid-columns: (1fr)[4] !important;
    grid-template-columns: repeat(4, 1fr) !important
  }

  .header__link a, .header__link div {
    font-size: 16px
  }

  .search__input {
    font-size: 18px
  }

  .footer__other-menu li a {
    font-size: 18px
  }

  .blog__content {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr)
  }

  .oneNews {
    max-width: 60vw
  }

  /* .oneNews__content img {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  } */

  .category__content--account {
    -ms-grid-columns: (1fr)[5] !important;
    grid-template-columns: repeat(5, 1fr) !important
  }
}

@media (min-width:1800px) {
  .sitemap__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
  }
}

@media (min-width:1900px) {
  .advantage-block {
    max-width: 500px;
    margin: 0 auto;
    width: 100%
  }
}

@media (max-width:1250px) {
  .footer__top>div:not(:first-child) {
    padding-left: 0;
    border-left: none
  }

  .footer__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .8fr 1.2fr;
    grid-template-columns: .8fr 1.2fr
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
  }

  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 12px;
    width: 100%
  }
}

@media (max-width:1200px) {
  .page__content {
    gap: 24px
  }

  .checkout__block {
    gap: 60px
  }
}

@media (max-width:1120px) {
  .category__content--account {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width:1100px) {
  .product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .product__right-panel {
    position: relative;
    top: unset
  }
}

@media (max-width:1000px) {
  .checkout__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:980px) {
  .category__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }
}

@media (max-width:960px) {
  .ticket__form .col-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:920px) {
  .account__orders .order__top {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 16px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
  }
}

@media (max-width:900px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }

  .home__advantages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px
  }

  .blog__last-new {
    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;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
  }

  .account__form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px
  }
}

@media (max-width:890px) {
  .category__content--account {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }
}

@media (max-width:850px) {
  .seo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
  }

  .seo h1 {
    max-width: 100%;
    font-size: 24px;
    line-height: 32px
  }
}

@media (max-width:767.9px) {
  .banner__slider {
    margin: 0 16px;
    margin-bottom: 32px
  }

  .category__content--account {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }

  .header__link a.active .header__link-ico,
  .header__link a:hover .header__link-ico,
  .header__link a:active .header__link-ico,
  .header__link a:focus .header__link-ico {
    fill: rgba(250, 104, 27, 1);
  }

  .lg-toolbar {
    top: 24px;
  }
}

@media (max-width:680px) {
  .product-requirements__blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:600px) {
  .checkout__promo.open .checkout__promo-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .checkout__promo.open .checkout__promo-form .button {
    width: 100%
  }

  .footer__top>div:not(:first-child) {
    border-top: 1px solid #21212a;
    padding-top: 24px
  }

  .footer__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 32px 0 24px;
    gap: 24px
  }

  .footer__top>div:first-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }

  .footer__top>div:first-child .footer__link {
    margin-top: 12px !important;
    font-family: 600
  }

  .home-slider .h2 {
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 32px
  }

  .button--seeMore._dynamic_adapt_ {
    width: calc(100vw - 32px);
    margin: 16px auto 0
  }

  .product-languages__block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px
  }

  .order__products .product-check {
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr
  }

  .category__content--account {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }
}

@media (max-width:560px) {
  .product-card__prev {
    height: 164px !important
  }
  .banner__slide-title {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width:500px) {
  .gallery__image:first-child {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    margin-bottom: 14px
  }

  .gallery__image:not(:first-child) {
    /* height: 56px; */
    width: 100%
  }

  .gallery__image:not(:first-child) img,
  .gallery__image:not(:first-child) picture {
    -o-object-fit: cover;
    object-fit: cover
  }

  .gallery__image:nth-child(2) {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row-span: 4;
    grid-row-end: 4;
    /* height: 56px */
  }

  .gallery {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 10px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
  }

  .banner__slide-title {
    margin-left: 0;
    margin-right: 0
  }

  .banner__slide-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (max-width:450px) {
  .popup__sign-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
}

@media (max-width:359px) {
  .cart__product {
    gap: 12px
  }

  .checkout__card-info {
    padding: 16px 6px
  }

  .checkout__delivery-variants {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:346px) {
  .category__content--account {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .category__content--account .product-card__prev {
    height: auto !important
  }
}

@media (max-width:340px) {
  .product__param {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:20em) {
  .account .page__content {
    gap: 1.25rem
  }
}

@media (max-width:61.99875em) {
  .menu__body {
    position: fixed;
    width: 80%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 32px 24px 48px;
    -webkit-transition: left .7s ease;
    transition: left .7s ease;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .5);
    background: #1c1c27;
    z-index: 150
  }

  .menu-open .menu__body {
    left: 0
  }

  .icon-menu {
    display: block;
    position: relative;
    z-index: 5
  }

  .banner__slider .swiper-button-prev {
    left: 16px
  }

  .banner__slider .swiper-button-next {
    right: 16px
  }

  .seo {
    gap: 32px
  }

  .advantage-block__info {
    padding: 34px 80px 34px 30px
  }

  .advantage-block__info img {
    display: block;
    height: 110px;
    width: 110px
  }

  .contacts {
    -ms-grid-columns: .9fr 1.1fr;
    grid-template-columns: .9fr 1.1fr
  }

  .contacts__form:not(:last-child) {
    padding-right: 30px
  }

  .header__logo {
    max-width: 126px;
    width: 100%
  }

  .header__top {
    padding: 13px 0;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .header__menu {
    display: block
  }

  .search {
    margin-left: 0;
    max-width: 100%
  }

  .header__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .header__actions {
    gap: 8px
  }

  .header__nav {
    background: 0 0
  }

  .header {
    border-radius: 0 0 24px 24px;
    background: #1c1c27;
    padding-bottom: 12px
  }

  .menu-open .header__close {
    position: absolute;
    right: 24px;
    top: 32px;
    border-radius: 8px;
    background: #343341;
    width: 40px;
    height: 40px;
    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
  }

  .menu-open .top__selection-title {
    background: 0 0;
    border-color: transparent
  }

  .top__selection-currency {
    background: 0 0;
    border: 1px solid #3a3a45
  }

  .header__link a, .header__link div {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 14px 0;
    gap: 10px
  }

  .header__link {
    border-bottom: 1px solid #262631
  }

  .menu__list--other {
    margin-top: 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: 16px;
    list-style: none
  }

  .menu__list--other li a, .menu__list--other li div {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, .7)
  }

  .menu__list {
    margin-top: 24px
  }

  .not-found {
    margin-top: 60px
  }

  .breadcrumb {
    overflow-y: auto
  }

  .breadcrumb::-webkit-scrollbar {
    display: none
  }

  .breadcrumb li {
    white-space: nowrap
  }

  .product__main-block {
    -ms-grid-columns: 260px 1fr;
    grid-template-columns: 260px 1fr
  }

  .blog__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }

  .account .page__content {
    -ms-grid-columns: 252px 1fr;
    grid-template-columns: 252px 1fr
  }

  .account__orders .order {
    padding: 16px 20px
  }

  .order__products {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .order__products .product-check {
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr
  }
}

@media (max-width:61.99875em) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}

@media (max-width:47.99875em) {
  .checkout__delivery {
    width: 100% !important
  }

  .form__checkbox-label span {
    font-size: 12px
  }

  .quantity {
    width: 96px
  }

  .popup__close {
    top: 16px;
    right: 16px
  }

  .popup__content-block {
    padding: 20px 26px
  }

  .pagging__arrow {
    padding: 4px 16px
  }

  .pagging__item {
    width: 40px;
    height: 40px
  }

  .wrapper::after {
    display: none
  }

  .wrapper::before {
    display: none
  }

  .h1 {
    font-size: 24px;
    line-height: 32px
  }

  .h2 {
    font-size: 20px;
    line-height: 24px
  }

  .banner__slider .swiper-button-prev {
    top: 155px
  }

  .banner__slider .swiper-button-next {
    top: 155px
  }

  .toTop {
    display: none
  }

  .in-cart {
    width: 40px;
    height: 40px
  }

  .product-card .in-favorite {
    opacity: 1;
    width: 32px;
    height: 32px
  }

  .sticker--sale {
/*    width: 62px;*/
    min-width: 62px;
    height: 25px;
    font-size: 12px;
    line-height: 17px;
/*    padding: 1.5% 2px;*/
  }

  .advantage-block__wrapper {
    margin-top: 40px
  }

  .advantage-block__info {
    padding: 27px 24px;
    height: 100px
  }

  .advantage-block__number {
    font-size: 60px
  }

  .advantage-block__title {
    font-size: 16px;
    line-height: 21px
  }

  .advantage-block span {
    font-size: 14px;
    line-height: 21px
  }

  #cart .popup__content .popup__content-block {
    padding: 32px 32px 90px;
  }

  .cart__product .product-card__prev {
    width: 90px;
    height: 110px !important
  }

  .cart__product .product-card__actions {
    gap: 10px
  }

  .cart__product .product-card__title {
    padding-right: 50px
  }

  .gallery__image--video::before {
    width: 60px;
    height: 60px
  }

  .category h1:not(:last-child) {
    margin-bottom: 24px;
  }

  .contacts {
    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;
    gap: 60px
  }

  .contacts__form:not(:last-child) {
    padding-right: 0;
    border-right: none
  }

  .contacts .button {
    max-width: 100%
  }

  .contacts__info {
    max-width: unset;
    padding: 0
  }

  .info-page>ol>li {
    font-size: 18px
  }

  .info-page>ol>li:not(:first-child) {
    margin-top: 28px
  }

  .info-page p:not(:last-child) {
    margin-bottom: 10px
  }

  .about__banner {
    border-radius: 20px
  }

  .about__content:not(:first-child) {
    margin-top: 30px
  }

  .payment__content>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }

  .payment__delivery-info {
    gap: 12px;
  }

  .header__link a.active,
  .header__link a:hover,
  .header__link a:active,
  .header__link a:active {
    background: 0 0;
    border-color: transparent;
    color: #673DE6;
  }

/*  .header__link a::after, .header__link div::after {
    content: url(../img/icons/menu-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }*/

  .search__input {
    padding: 8px 12px
  }

  .search__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px
  }

  .search__input::-moz-placeholder {
    font-size: 14px;
    line-height: 20px
  }

  .search__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px
  }

  .search__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px
  }

  .search__input::placeholder {
    font-size: 14px;
    line-height: 20px
  }

  .top__selection-title {
    padding: 9px 20px
  }

  .search__result {
    left: 0;
    right: 0
  }

  .header.is--sticky {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    z-index: 100;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
  }

  .header.is--sticky .header__nav {
    display: none
  }

  .header.is--sticky.is--visible {
    top: 0
  }

  .footer__logo img {
    width: 156px
  }

  .footer__copyright,
  .footer__dev {
    text-align: center
  }

  .footer__menu {
    width: 100%;
    gap: 16px
  }

  .footer__list-menu {
    width: 100%
  }

  .footer__other-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    max-width: 100%
  }

  .page {
    padding-bottom: 56px
  }

  .page::after {
    height: 24px;
    background-size: contain;
    background-position: bottom
  }

  .banner__slide-container {
    height: 310px;
    margin: 0 9px
  }

  .banner__slide-title {
    font-size: 20px;
    line-height: 24px;
    height: 48px
  }

  .swiper-pagination {
    gap: 8px
  }

  .banner__slider .swiper-pagination {
    bottom: 108px
  }

  .swiper-pagination-bullet {
    width: 24px
  }

  .home__sliders {
    padding-top: 32px
  }

  .product-card {
    padding: 12px
  }

  .product-card::after {
    top: 0
  }

  .product-card__content:not(:first-child) {
    margin-top: 12px
  }

  .product-card__title {
    font-size: 13px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    height: 54px
  }

  .product-card__title:not(:last-child) {
    margin-bottom: 24px;
  }

  .product-card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .product-card__price .active-price {
    font-size: 18px;
    line-height: 25px
  }

  .not-found {
    margin-top: 40px
  }

  .not-found p {
    font-size: 16px
  }

  .mf-cursor {
    display: none
  }

  .sitemap__list {
    gap: 16px
  }

  .sitemap__li ul li {
    margin-left: 12px
  }

  .page__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .column-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 100vh;
    background: #1c1c27;
    z-index: 1000;
    padding: 24px 16px;
    max-height: 100vh;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
  }

  .price-filter__range {
    margin: 28px 6px 0
  }

  .filter-catalog__item {
    padding-top: 16px;
    padding-bottom: 16px
  }

  .catalog__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .catalog__sort {
    max-width: 220px;
    min-width: 220px;
    padding: 6px 10px
  }

  .filter-catalog__item.hidden .filter__title::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .catalog__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #FA681B 0%, #FC280C 100%);
  }

  .product__content {
    gap: 40px
  }

  .product__main-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px
  }

  .product__prev {
    max-width: 80%;
    width: auto;
    margin: 0 auto
  }

  .product__title {
    font-size: 20px;
    line-height: 1.2
  }

  .product__info {
    background: 0 0;
    border: 1px solid #3a3a45
  }

  .product__info-content {
    background: 0 0
  }

  .product__param-block svg {
    display: block;
    width: 42px;
    height: 42px
  }

  .order-code .product__param-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .order-code .product__param-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .product__lang {
    padding-top: 0
  }

  .product__lang-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .product-info__advantages {
    background: #1c1c27;
    padding: 14px 38px
  }

  .product-requirements__blocks .product-requirements__block {
    padding: 24px 16px;
    gap: 12px
  }

  .product-requirements__blocks .product-requirements__block>span {
    padding-bottom: 4px
  }

  .product__sticker {
  /*    width: 81px;*/
    min-width: 81px;
    height: 34px;
    font-size: 15px;
    line-height: 21px;
  }

  .checkout__card-info {
    padding: 16px
  }

  .checkout__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .checkout__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .checkout__form label {
    width: 100%
  }

  .checkout__delivery-variants {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .page__title:not(:last-child) {
    margin-bottom: 24px
  }

  .last-new__content {
    padding: 20px
  }

  .blog__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .blog-new__prev:not(:last-child) {
    margin-bottom: 8px
  }

  .blog-new__date:not(:last-child) {
    margin-bottom: 6px
  }

  .oneNews__important {
    padding: 16px
  }

  .account .page__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 40px
  }

  .account__left-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    max-width: 400px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 100vh;
    background: #1c1c27;
    z-index: 1000;
    padding: 24px 16px;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
  }

  .account__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .account__btns button {
    width: 100%
  }

  .account__orders .order {
    padding: 16px
  }

  .account__orders:not(:last-child) {
    margin-bottom: 20px
  }

  .order {
    gap: 10px
  }

  .order__products .product-check {
    -ms-grid-columns: 44px 1fr 30px 1fr;
    grid-template-columns: 44px 1fr 30px 1fr
  }

  .subscribe__form .button {
    width: 100%
  }

  .order__col--sum {
    padding-left: 0
  }

  .account__form+.button {
    width: 100%
  }

  .order-code .popup__content-block {
    padding: 16px
  }

  .order-code__main-info {
    padding: 16px
  }

  .order-code__main-text {
    font-size: 14px
  }

  .order-code__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }

  .ticket__form .col-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .ticket__form .col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .ticket__form .button {
    width: 100%
  }
}

@media (max-width:29.99875em) {
  .footer__payment-block {
    max-width: 100%
  }

  .not-found__container img,
  .not-found__container picture {
    width: 100%
  }

  .succesful-order__check-img {
    display: block;
    width: 160px;
    height: auto
  }
}

@media (max-width:1265px) and (min-width:992px) {
  .banner__slider .swiper-button-prev {
    left: 30vw
  }

  .banner__slider .swiper-button-next {
    right: 30vw
  }
}

@media screen and (max-width:1100px) and (min-width:992px) {
  .header__link a {
    padding: 20px 16px
  }

  .search {
    margin-left: 30px;
    margin-right: 16px
  }
}

@media (max-width:1120px) and (min-width:47.99875em) {
  .product-check__right .product-card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0
  }
}

@media (max-width:61.99875em) and (min-width:601px) {
  .product-languages__block {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    row-gap: 16px
  }
}

@media (min-width:20em) and (max-width:78em) {
  @supports (gap:clamp(1.25rem, 0.6896551724rem + 2.8017241379vw, 2.875rem)) {
    .account .page__content {
      gap: clamp(1.25rem, .6896551724rem + 2.8017241379vw, 2.875rem)
    }
  }

  @supports not (gap:clamp(1.25rem, 0.6896551724rem + 2.8017241379vw, 2.875rem)) {
    .account .page__content {
      gap: calc(1.25rem + 1.625 * (100vw - 20rem)/ 58)
    }
  }
}

@media (max-width:900px) and (min-width:47.99875em) {
  .account .button {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
  }
}

.filter__body .select__option {
  margin-left: -8px;
  padding-left: 8px;
}

.select__option:hover,
.select__option:active,
.select__option:focus {
  /* background: -webkit-gradient(linear, right top, left top, from(rgba(252, 40, 12, .2)), to(rgba(250, 104, 27, 0))); */
  background: linear-gradient(90deg, rgba(252, 40, 12, .2) 0, rgba(250, 104, 27, 0) 100%);
}

.quantity__button:hover,
.quantity__button:active,
.quantity__button:focus {
  border-color: #673DE6;
}

.webp .page::after {
  background: url(../img/page-decor.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.webp .product__about-game::after {
  background: url(../img/show-more-decor.webp)
}

.webp .lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/webp;base64,UklGRs4AAABXRUJQVlA4IMIAAACwBQCdASogACAAPpFCnEolo6KhqAgAsBIJaQAD5dDxrXM99232GfVDjLF0EQDwsC0CXKtWlgAA/vV76pcYbjjsL88+3qb/4UfhRX+dwASYANdOF+J5Nu61NxB7TUbHeCQeee2d4nX3M/8oPzSbTnBOl/xCNiQkRhkYBtGvv3/fXfn2CbNj/EPmnHMb/H7zFQx28TJK5yXYt1B6zlKYbIeBfYPo1h1tsfJDbPjNrzTs7O1elyh7eF4fdYd8hFly7AAAAA==) no-repeat scroll center center transparent
}

.gallery__image img {
  transition: all 0.3s ease;
}

.gallery__image:hover img {
  opacity: 0.7;
}

.gallery__image--video:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}

@media screen and (max-width: 500px) {
  .product__all-lang {
    max-width: 194px;
  }

  .oneNews__content>* {
    width: 100% !important;
  }

  .select__option {
    padding: 7px 0;
  }
}

@media screen and (max-width: 400px) {
  .popup__text .h2 {
    max-width: 90%;
    text-align: center;
  }

  .product__lang-block .product__lang-info {
    display: none;
  }

  .product__lang-block .product__lang-info:first-child,
  .product__lang-block .product__lang-info:nth-child(2) {
    display: flex;
  }
}

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

@media screen and (min-width: 1800px) {
  .about__banner {
    max-height: max-content;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 500px) {
  .gallery__image picture {
    width: 100%;
    display: block;
  }
}

.hidde {
	display: none;
}

.checkout__delivery-logo span {
    display: flex;
    height: 89px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
}

#buttons {
    display: none !important;
}

#send-order {
    cursor: pointer;
}

.simplecheckout-button-block.buttons {
    display: none;
}

.error-form {
    color: #f00;
    margin-top: 5px;
}

.alert.alert-success {
    color: #0f2;
}

.success-form {
	color: #0f2;
}

.not-hide .product__show-more {
    display: none;
}

.page__content.not-products {
    grid-template-columns: max-content;
}

.search-product.empty-search {
    display: flex;
    justify-content: center;
}

@media screen and (min-width:2120px) {
  .product-card__prev {
    height: 366px;
  }
  .header__link a, .header__link div {
    padding: 20px 50px;
  }
}

.simplecheckout.page__container {
  margin-top: 60px;
}

@media screen and (max-width:767.9px) {
  .simplecheckout.page__container {
    margin-top: 24px;
  }
}

#cart .product-card__title {
  height: max-content;
  max-height: 48px;
}

@media (max-width: 47.99875em) {
  #cart .product-card__title {
    max-height: 54px;
  }
}

.form-error {
    display: none;
    color: #f00;
}

.text-danger {
    color: #f00;
}

.simplecheckout-block.checkout__content .popup__input {
  margin-top: 8px !important;
}

.trending__slide:not([role]) {
    width: 50%;
    display: none;
    margin-right: 8px;
}

.bestsellers__slide:not([role]) {
    width: 50%;
    display: none;
    margin-right: 8px;
}

.trending__slide:not([role]):nth-child(1) {
    display: block;
}

.trending__slide:not([role]):nth-child(2) {
    display: block;
}

.bestsellers__slide:not([role]):nth-child(1) {
    display: block;
}

.bestsellers__slide:not([role]):nth-child(2) {
    display: block;
}

@media screen and (min-width:768px) {
.trending__slide:not([role]) {
    width: 33.333%;
	margin-right: 30px;
}

.bestsellers__slide:not([role]) {
    width: 33.333%;
	margin-right: 30px;
}

.trending__slide:not([role]):nth-child(3) {
    display: block;
}

.bestsellers__slide:not([role]):nth-child(3) {
    display: block;
}
}

@media screen and (min-width:1268px) {
.trending__slide:not([role]) {
    width: 25%;
	margin-right: 8px;
}

.bestsellers__slide:not([role]) {
    width: 25%;
	margin-right: 8px;
}

.trending__slide:not([role]):nth-child(4) {
    display: block;
}

.bestsellers__slide:not([role]):nth-child(4) {
    display: block;
}
}

@media screen and (min-width:1700px) {
.trending__slide:not([role]) {
    width: 25%;
	margin-right: 8px;
}

.bestsellers__slide:not([role]) {
    width: 25%;
	margin-right: 8px;
}

.trending__slide:not([role]):nth-child(5) {
    display: block;
}

.bestsellers__slide:not([role]):nth-child(5) {
    display: block;
}
}

.banner__slide-title {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.swiper-slide-active .banner__slide-title {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
}

.banner__slide-info {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.swiper-slide-active .banner__slide-info {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
}

  .header__link
  .drobdown-list-wrapper{
    position: relative;
    width: auto;
    display: block;
    z-index: -1;
    height: 0;
    min-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    padding: 0;
    border: none;
    margin: 0;
    padding: 0;
  }
@media screen and (min-width: 992px) {
  .header__link
  .drobdown-list-wrapper{
    position: absolute;
    top: calc( 100% + 10px );
    left: -20%;
    /*    width: 752px;*/
    min-width: 260px;
    max-width: 500px;
    width: auto;
    display: block;
    z-index: -1;
    height: 0;
    min-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    padding: 0;
  }
}
.header__link.visible
.drobdown-list-wrapper{
  z-index: 100;
  height: auto;
  min-height: 50px;
  opacity: 1;
  visibility: visible;
  transition: all 0.1s linear;
}


.header__link{
  position: relative;
}
.header__link
.drobdown-list{
    list-style: none;
    margin: 0;
    padding: 10px 5px;
    border-radius:0;
    background:transparent;
    border: none;
    display: block;
  }
@media screen and (min-width: 992px) {
  .header__link
  .drobdown-list{
    list-style: none;
    margin: 0;
    padding: 18px 20px 20px 20px;
    border-radius: 24px;
    background: #1C1C27;
    border: 1px solid #3E3C45;
   /* column-count: 2;
    column-gap: 24px;*/
    display: block;
  }
}
.header__link:hover
.drobdown-list-wrapper{
  border: none;
  background-color: transparent;
  background: transparent;
}
.header__link 
.drobdown-list-wrapper::after{
  display: none;
}
.header__link
.drobdown-list li{
  margin: 2px 0 2px 0;
  border: none;
  outline: none;
}
.header__link
.drobdown-list li:last-child{
  margin: 0 0 0px 0;
}
.header__link:hover
.drobdown-list li{
  border: none;
  outline: none;
}
@media screen and (min-width: 992px) {
  .header__link
  .drobdown-list li{
    margin: 5px 0 5px 0;
  }
}
.header__link
.drobdown-list li a{
  padding: 8px 5px 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  text-transform: none;
  text-decoration: none;
  border: none;
  font-family: 'Manrope';
  background: transparent;
  border-radius: 6px;
}

.header__link
.drobdown-list li a:hover{
  border: none;
/*  background: rgb(252,40,12);
  background: linear-gradient(90deg, rgba(252,40,12,0.2) 0%, rgba(250,104,27,0) 100%);
*/
  background: linear-gradient(270deg, #03C1CD 0%, #7B2DE8 100%);
  padding: 8px 5px 8px 10px;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .header__link
  .drobdown-list li a{
/*    padding-right: 0px;*/
    padding: 10px 5px 10px 0;
    font-size: 16px;
    font-weight: 600;
  }
  .header__link
  .drobdown-list li a:hover{
    padding: 10px 5px 10px 10px;
  }
}
.header__link
.drobdown-list li a span{
  font-weight: 300;
}

.header__link
.drobdown-list li a:hover,
.header__link
.drobdown-list li a:focus{
  text-decoration: none;
  border: none;
  opacity: 0.8;
}

@media  screen  and (min-width:10px) and (max-width: 1024px) { 
  .arrow {
    background-image: url(../img/icons/menu-arrow.svg);
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 15px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
  }
  .header__link.visible .arrow{
    transform: rotate(90deg);
  }
  .header__link a,
  .header__link.visible > a{
    background: transparent;
    border: none;
  }
  .header__link.visible
  .drobdown-list li a{
    color: #673DE6;
  }
  .header__link > a{
    max-width: 90%;
  }
}

.irs 
.irs-bar {
    background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%)!important;
}
.irs 
.irs-slider.from {
    border: 5px solid #673DE6!important;
}
.irs 
.irs-slider.to {
    border: 5px solid #673DE6!important;
}


.row_blok label a.actionis {
    color: #673DE6!important;
}

.row_blok label a.actionis::before{
   background: linear-gradient(180deg, #03C1CD 0%, #7B2DE8 100%)!important;
}