@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Main */
html {
  height: 100%;
}

body {
  min-height: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0 !important;
  font: 400 14px/1.2 "Inter", Arial, Helvetica, sans-serif;
  color: #fff;
  background: #121212 no-repeat center top url(../img/bgs.jpg);
}

/* Скроллбар в целом */
::-webkit-scrollbar {
  width: 12px;
}

/* Трек (фон) скроллбара */
::-webkit-scrollbar-track {
  background: #424242;
  border-radius: 34px;
}

div::-webkit-scrollbar-track {
  background: #121212;
}

/* Ручка скроллбара */
::-webkit-scrollbar-thumb {
  background: #e2bb7d;
  border-radius: 34px;
  transition: background 0.3s ease;
}

/* Наведение на ручку скроллбара */
::-webkit-scrollbar-thumb:hover {
  background: #f3c984;
}

a img {
  border: 0;
}

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

* {
  min-height: 0;
  min-width: 0;
}

*:focus {
  outline: 2px solid #000;
  outline: -webkit-focus-ring-color auto 1px !important;
}

.focus-disabled *,
.focus-disabled *:focus {
  outline: none !important;
}

.load--preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

a {
  color: #e2bb7d;
  text-decoration: none;
  text-decoration-skip-ink: none;
}

a:hover {
  color: #f6d092;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  margin: 16px 0;
  padding: 0;
  font: bold 20px/1.2 "Inter", Arial, Helvetica, sans-serif;
  color: inherit;
}

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

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

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

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

h5,
.h5 {
  font-weight: bold;
  font-size: 18px;
}

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

@media all and (max-width: 772px) {
  h1, .h1 {
    font-size: 20px;
  }
  h2, .h2 {
    font-size: 18px;
  }
  h3, .h3 {
    font-size: 16px;
  }
  h4, .h4 {
    font-size: 15px;
  }
}
.list-reset,
.list-reset > li,
.list-reset > dl,
.list-reset > dt,
.list-reset > dd {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  background: 0;
}

hr,
.hr-line {
  margin: 20px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px solid rgba(204, 204, 204, 0.45);
}

form {
  display: block;
  padding: 0;
  margin: 0;
}

input, textarea, select, button {
  font: normal 14px/1.2 "Inter", Arial, Helvetica, sans-serif;
  color: #111;
  vertical-align: baseline;
}

label {
  vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.none,
.display-none {
  display: none;
}

.d-none {
  display: none !important;
}

.txt-center {
  text-align: center;
}

.txt-strong {
  font-weight: 800;
}

.clr-blue {
  color: #2e84ed;
}

p {
  display: block;
  margin: 16px 0;
}

blockquote,
.blockquote {
  padding: 14px 10px;
  margin: 12px 0;
  font: 500 14px/1.2 "Inter", Arial, Helvetica, sans-serif;
  color: #000;
  background: rgba(16, 16, 16, 0.11);
  border-radius: 10px;
}

/* Next */
.idesc {
  line-height: 1.7;
  font-size: 14px;
  word-break: break-word;
}

.idesc p {
  margin: 15px 0;
}

.idesc h1, .idesc .h1,
.idesc h2, .idesc .h2,
.idesc h3, .idesc .h3,
.idesc h4, .idesc .h4,
.idesc h5, .idesc .h5,
.idesc h6, .idesc .h6 {
  margin: 34px 0 12px 0;
}

.idesc p:first-child,
.idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child {
  margin-top: 0 !important;
}

.idesc p:first-child,
.idesc h1:first-child, .idesc h2:first-child, .idesc h3:first-child, .idesc h4:first-child, .idesc h5:first-child, .idesc h6:first-child,
.idesc .h1:first-child, .idesc .h2:first-child, .idesc .h3:first-child, .idesc .h4:first-child, .idesc .h5:first-child, .idesc .h6:first-child {
  margin-top: 0 !important;
}

.idesc p:last-child,
.idesc h1:last-child, .idesc h2:last-child, .idesc h3:last-child, .idesc h4:last-child, .idesc h5:last-child, .idesc h6:last-child,
.idesc .h1:last-child, .idesc .h2:last-child, .idesc .h3:last-child, .idesc .h4:last-child, .idesc .h5:last-child, .idesc .h6:last-child {
  margin-bottom: 0 !important;
}

.idesc table {
  width: 100%;
  margin: 12px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-collapse: collapse;
}

.idesc table td,
.idesc table th {
  padding: 6px 9px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.idesc table tr:first-child td,
.idesc table th {
  font-weight: bold;
}

.idesc table tr:hover > td {
  background-color: rgba(0, 0, 0, 0.01);
}

.idesc img {
  max-width: 100%;
  height: auto;
}

.wordbreak {
  word-break: break-all;
}

/* Select options */
:root {
  --ss-primary-color: #727171;
  --ss-bg-color: #282727;
  --ss-font-color: #b4b4b4;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #282727;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #e4bd7f;
  --ss-main-height: 42px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 10px;
}

@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-hide {
  display: none !important;
}

.ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}

.ss-main:focus {
  box-shadow: 0 0 5px var(--ss-primary-color);
}

.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}

.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
}

.ss-main .ss-values .ss-placeholder {
  display: flex;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: var(--ss-font-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}

.ss-main .ss-values .ss-single {
  display: flex;
  margin: auto 0px auto var(--ss-spacing-s);
}

.ss-main .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value .ss-value-text {
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}

.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-deselect {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}

.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 8px;
  margin: 0;
  background: no-repeat 0 0 url(../img/icons/select-arrow.png);
  transition: transform 0.3s ease;
}

.ss-open-below .ss-arrow {
  transform: rotate(180deg);
}

.ss-main .ss-arrow path {
  display: none;
}

.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  overflow: hidden;
  z-index: 10000;
}

.ss-content.ss-relative {
  position: relative;
  height: 100%;
}

.ss-content.ss-open-above {
  flex-direction: column-reverse;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center bottom;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}

.ss-content.ss-open-below {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}

.ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  box-sizing: border-box;
}

.ss-content .ss-search input::placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px var(--ss-primary-color);
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}

.ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: 0.5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: var(--ss-error-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
}

.ss-content .ss-list .ss-option {
  display: flex;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  color: var(--ss-font-color);
  cursor: pointer;
  user-select: none;
}

.ss-content .ss-list .ss-option:hover {
  color: #fff;
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: var(--ss-highlight-color);
}

.ss-main.place-input,
.ss-option {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ss-main .ss-values .ss-single {
  align-items: center;
  gap: 10px;
  margin: 0;
}

.ss-single img,
.ss-option img {
  flex: none;
  width: 18px;
  height: 18px;
}

.ss-content.place-input {
  height: auto;
  padding: 5px;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 10px 10px;
}

.ss-content .ss-list .ss-option {
  border-radius: 8px;
}

.ss-content .ss-list .ss-option:hover {
  background: rgba(228, 189, 127, 0.3);
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background: rgba(228, 189, 127, 0.5);
}

.btn-reset {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form__place {
  padding: 16px;
  background: #eae5f5;
  border-radius: 12px;
}

.input__text {
  width: 100%;
  min-height: 42px;
  padding: 8px 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #282727;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  outline: none;
  background-color: #282727;
  box-shadow: none;
  transition: border-color 0.1s linear;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.input__text {
  min-height: 50px;
}

.input__text::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: color 0.1s linear;
}

.input__text:focus::-webkit-input-placeholder {
  color: transparent;
}

.input__text:-moz-placeholder {
  color: #fff;
  -moz-transition: color 0.1s linear;
}

.input__text:focus:-moz-placeholder {
  color: transparent;
}

.input__text::-moz-placeholder {
  color: #fff;
  -moz-transition: color 0.1s linear;
}

.input__text:focus::-moz-placeholder {
  color: transparent;
}

.input__text:-ms-input-placeholder {
  color: #fff;
}

.input__text:focus:-ms-input-placeholder {
  color: transparent;
}

.input__text:hover,
.input__text:focus {
  border-color: #3d3d44;
}

a.button {
  color: #000;
  text-decoration: none;
}

.button,
.paginator a,
.paginator span {
  height: 45px;
  padding: 2px 28px;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 18px;
  vertical-align: middle;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  text-align: center;
  text-overflow: ellipsis;
  background: linear-gradient(123deg, rgb(228, 189, 127) 0%, rgb(185, 148, 89) 100%);
  border-radius: 34px;
  transition: opacity 0.34s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

@media all and (max-width: 980px) {
  .button {
    gap: 0 12px;
    font-size: 14px;
  }
}
.button:hover,
.paginator a:hover,
.paginator span {
  opacity: 0.6;
}

.button:active {
  opacity: 0.75;
}

.button-middle {
  height: 34px;
  padding: 2px 18px;
  font-size: 14px;
}

.button-sm {
  height: 24px;
  padding: 2px 12px;
  font-size: 13px;
}

.button-shadow {
  box-shadow: 0 0 213px rgba(219, 181, 122, 0.79);
}

a.button-gray,
.button-gray {
  background: #d0b69b;
}

a.button-red,
.button-red {
  color: #fff;
  background: #a10a0a;
}

a.button-white,
.button-white {
  color: #000;
  background: #fff;
}

.button-white:hover {
  background: #e3e5fc;
}

.button-icon {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

.button[disabled],
.button.disabled {
  opacity: 0.5;
  cursor: default;
}

.button-link {
  color: #e2bb7d;
  text-decoration: underline;
}

.button-link:hover {
  text-decoration: none;
}

.button-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  gap: 11px;
}

.button-checkbox input {
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  background: 0;
  opacity: 0;
}

.button-checkbox__label {
  order: 3;
  flex: 1 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}

.button-checkbox__label a {
  text-decoration: underline;
}

.button-checkbox__label a:hover {
  text-decoration: none;
}

@media all and (min-width: 1360px) {
  .button-checkbox__label br {
    display: none;
  }
}
.button-checkbox__tick {
  order: 2;
  flex: none;
  width: 21px;
  height: 21px;
  position: relative;
  background-color: #282727;
  border-radius: 5px;
}

.button-checkbox__tick::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  background: #e5bd7e;
  border-radius: 3px;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.button-checkbox input:checked + .button-checkbox__tick::after {
  background: #e5bd7e;
  opacity: 1;
}

.invalid-feedback {
  display: block;
  margin: 3px 0 0 10px;
  font-weight: bold;
  font-size: 12px;
  color: #c22323;
}

.label__text {
  margin: 0 0 5px 0;
  font-size: 12px;
  white-space: nowrap;
}

.form-captcha {
  margin: 19px 0;
}

.form-places {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.form-places_centered {
  align-items: center;
}

.form-places__item {
  flex: 1 0;
}

.form-places__item_label {
  font-size: 12px;
  white-space: nowrap;
}

.form-places__item_title {
  margin: 0 0 6px 0;
  display: block;
  font-size: 12px;
  white-space: nowrap;
}

.form-places__item-full {
  flex: none;
  width: 100%;
}

@media all and (max-width: 372px) {
  .form-places {
    flex-direction: column;
  }
}
.form-places__bottom {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.form-payments {
  margin: 18px 0;
}

.form-number {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.form-number__button {
  width: 36px;
  height: 36px;
  padding: 0;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2px;
  font-weight: bold;
  font-size: 24px;
  color: #e5bd7e;
  border: 0;
  background: 0;
  z-index: 5;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-number__button-left {
  left: 2px;
  border-radius: 8px 0 0 8px;
}

.form-number__button-right {
  right: 2px;
  border-radius: 0 8px 8px 0;
}

.form-number__button:hover {
  background: rgba(229, 189, 126, 0.12);
}

.form-number__button:active {
  background: rgba(229, 189, 126, 0.16);
}

.form-number input[type=text],
.form-number input[type=number] {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #b4b4b4;
  text-align: center;
}

.form-number input::-webkit-inner-spin-button,
.form-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-number input {
  -moz-appearance: textfield;
}

.form-number__quantity {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 14px;
  color: #b4b4b4;
  text-align: center;
  background: #282727;
  border-radius: 10px;
}

.form-number__input:focus + .form-number__quantity {
  display: none;
}

/* Checkbox */
.input__check {
  flex: none;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}

.input__check input {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0;
  margin: 0;
  background: 0;
  opacity: 0;
  z-index: 10;
}

.input__check-icon {
  width: 21px;
  height: 21px;
  line-height: 1.34;
  content: " ";
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  z-index: 3;
  background: #282727;
  border-radius: 5px;
}

.input__check-icon:before {
  width: auto;
  height: auto;
  content: " ";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  z-index: 1;
  opacity: 0;
  background: #e5bd7e;
  border-radius: 3px;
  transform: scale(1.8, 1.8);
  transition: all 0.3s ease;
}

.input__check input[disabled] + .input__check-icon {
  opacity: 0.34;
  -webkit-box-shadow: inset 0 0 0 2px #000;
  -moz-box-shadow: inset 0 0 0 2px #000;
  box-shadow: inset 0 0 0 2px #000;
}

.input__check:hover .input__check-icon {
  box-shadow: inset 0 0 0 2px #e5be7f;
}

.input__check input.input--error + .input__check-icon {
  box-shadow: inset 0 0 0 2px #e5be7f;
}

.input__check input[type=radio] + .input__check-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.input__check::after {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
}

.input__check input:focus + .input__check-icon {
  box-shadow: inset 0 0 0 2px #e5be7f, 0 0 0 2px rgba(229, 190, 127, 0.27);
}

.input__check input:checked + .input__check-icon:before {
  opacity: 1;
  transform: scale(1, 1);
}

.input__input-box {
  display: inline-flex;
  align-items: flex-start;
  vertical-align: top;
}

.input__input-box .input__check-icon {
  flex: none;
  vertical-align: middle;
}

.input__input-text {
  flex: 1 0;
  padding: 3px 0 0 15px;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}

.input__input-text a {
  color: #e5be7f;
  text-decoration: underline;
}

.input__input-text a:hover {
  text-decoration: none;
}

.checkbox__button {
  position: relative;
}

.checkbox__button input {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  border: 0;
  margin: 0;
  opacity: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox__button-label {
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #424D5E;
  background: #EBEEF3;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.checkbox__button input:checked + .checkbox__button-label {
  color: #fff;
  background: #5CB446;
}

@media all and (max-width: 772px) {
  .checkbox__button-label {
    height: 30px;
    padding: 0 15px;
    font-size: 12px;
  }
}
/*
Loader
 */
.form-loader {
  position: relative;
  z-index: 17;
}

.form-loader-layer {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 17;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.form-loader-layer::after {
  width: 54px;
  height: 54px;
  content: " ";
  display: block;
  background: no-repeat 0 0 url(../img/icons/loader.svg);
  background-size: 100% 100%;
}

.form-loader_loader .form-loader-layer {
  opacity: 1;
  visibility: visible;
}

/* Form */
.form-block {
  padding: 26px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.05);
}
.form-block_width_middle {
  max-width: 600px;
  margin: 0 auto;
}

@media all and (max-width: 572px) {
  .form-block {
    padding: 20px;
  }
}
.form-block_small {
  width: 442px;
  max-width: 100%;
}

.form-row {
  display: flex;
  gap: 20px 62px;
}

@media all and (max-width: 1200px) {
  .form-row {
    gap: 15px 20px;
  }
}
.form-row_small {
  gap: 15px 8px;
}

.form-row + .form-row {
  margin-top: 20px;
}

.form-col {
  flex: 1 0;
}

.form-col_hide {
  display: none;
}

.form-label {
  padding: 0;
  display: block;
  margin: 0 0 8px 0;
  text-align: left;
}

.form-label_start {
  padding-left: 0;
  margin: 0 0 12px 0;
}

.form-label_center {
  padding: 0;
  text-align: center;
}

.form-label_empty::before {
  content: ".";
  visibility: hidden;
}

.form-bottom_controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0 0;
}

.form-clipboard {
  position: relative;
}

.form-clipboard__button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 50%;
  margin: -16px 0 0 0;
}

/* Select lang */
.skiptranslate {
  display: none !important;
  height: 0 !important;
}

.select-lang {
  position: relative;
}

a.select-lang__button {
  color: #010101;
  text-decoration: none;
}

.select-lang__button {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 0 13px;
  position: relative;
  z-index: 779;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  text-align: left;
  background: 0;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.select-lang__button_icon {
  flex: none;
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: grayscale(1) brightness(0);
  transition: filter 0.3s ease;
}

button.select-lang__button.drop--open {
  background: rgba(110, 170, 217, 0.07);
}

.select-lang__button-label {
  flex: none;
  pointer-events: none;
}

.select-lang__button-value {
  flex: 1 0;
  pointer-events: none;
}

.select-lang__button-icon {
  order: 5;
  flex: none;
  width: 21px;
  height: 16px;
  pointer-events: none;
  object-fit: cover;
  border-radius: 2px;
}

.select-lang__button_main::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: -20px;
  top: 0;
  bottom: 0;
}

.select-lang__button_main::after {
  width: 8px;
  height: 6px;
  text-align: center;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -3px 0 0 0;
  background: no-repeat 0 0 url(../img/icons/btn-arrow-down.png);
  background-size: 100% 100%;
  transform: rotate(0);
  transition: transform 0.3s ease;
  filter: contrast(20);
}

.select-lang__button_main.drop--open::after {
  transform: rotate(-180deg);
}

.select-lang__button:hover {
  opacity: 0.8;
}

.select-lang__drop {
  width: auto;
  height: auto;
  padding: 0;
  position: absolute;
  z-index: 977;
  left: 0;
  top: 100%;
  margin: 8px 0 0 0;
  background: #2f2e37;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.select-lang__drop::after {
  width: 0;
  height: 0;
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin: 0 0 0 -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2f2e37;
}

.select-lang__button.drop--open + .select-lang__drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.select-lang__drop_button {
  width: 100%;
  padding: 10px 12px;
  display: block;
  color: #333;
  font-size: 15px;
  text-align: left;
  transition: background-color 0.3s ease;
}

a.select-lang__drop_button {
  text-decoration: none;
}

.select-lang__drop_button:first-child {
  border-radius: 8px 8px 0 0;
}

.select-lang__drop_button:last-child {
  border-radius: 0 0 8px 8px;
}

.select-lang__drop_button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.select-lang__drop_button.current {
  color: #fff;
  background-color: rgb(116, 190, 215);
}

.select-lang__drop_button + .select-lang__drop_button {
  border-top: 1px solid #e1e1e1;
}

.select-lang_filter {
  width: 265px;
}

@media all and (max-width: 1800px) {
  .select-lang_filter {
    width: auto;
  }
}
.select-lang__button-icon_sort {
  display: none;
}

/*
Site logo
 */
.site-logo {
  flex: none;
}

.site-logo img {
  width: 174px;
  height: 32px;
  vertical-align: top;
}

@media all and (max-width: 600px) {
  .site-logo img {
    width: 87px;
    height: 16px;
  }
}
/*
Label status
 */
.label-status {
  font-weight: 500;
}
.label-status_wait {
  color: #e2af2a;
}
.label-status_awaiting_payment {
  color: #1cbcec;
}
.label-status_overdue_payment {
  color: #d01c6e;
}
.label-status_success, .label-status_paid {
  color: #23c22e;
}
.label-status_danger, .label-status_cancel {
  color: #c22323;
}

/*
Alerts
 */
.alert {
  padding: 10px 37px 10px 17px;
  margin: 14px 0;
  position: relative;
  font-size: 12px;
  border-radius: 8px;
}
.alert-warning {
  color: #000;
  background: #fdefbf;
}
.alert-danger {
  color: #fff;
  background: #c22323;
}
.alert-success {
  color: #000;
  background: #00a80c;
}
.alert .close {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  background: #bf1f26 no-repeat center center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAAwElEQVQ4jZ3UUQ2EMAyA4QYHWDgLWDgLZwELZwELaMHCacHCTxYGGbtua9dkD2ztlyZbkTSABZjEEcAIfNUKYOWM3QpH8Bfr1hKIFc5AUngIh0pN2NtKcKzZRCQ/nx6e0q3acaFD4t5/gy3YDRrgdxfYgLWwgQ7YBxrgKjhUwFF5Mle84nJ1WLrl/PJsI10B9y649Q6tA2IGkzwb7J2UJtw7ehX4rAFmD1iB5zzhgl2TksBPMEn49Ixe+NncHyJyAA2cClih/n1pAAAAAElFTkSuQmCC");
  background-size: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.3s ease;
}
.alert .close:hover {
  background-color: #ff415d;
}
.alert .close span {
  display: none;
}

/* Layer */
.box-layer {
  width: auto;
  height: auto;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

body[data-fly-toggle] .box-layer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*
Profile
 */
.box-profile {
  position: relative;
  font-size: 13px;
}
@media all and (max-width: 772px) {
  .box-profile {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 0 5px 5px;
  }
}
.box-profile-drop {
  padding: 0;
  position: absolute;
  z-index: 996;
  left: -50px;
  right: -50px;
  top: 40px;
  background: linear-gradient(123deg, rgb(228, 189, 127) 0%, rgb(185, 148, 89) 100%);
  border-radius: 20px;
  box-shadow: 0 0 100px 0 #ddb679;
  transform: translate(0, -10px);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
}
@media all and (max-width: 772.5px) {
  .box-profile-drop {
    left: -60px;
    right: -60px;
  }
}
.box-profile-drop-link {
  min-height: 30px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media all and (min-width: 772.5px) {
  .box-profile-drop-link:first-child {
    padding-top: 10px;
    border-radius: 20px 20px 0 0;
  }
}
.box-profile-drop-link:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 20px 20px;
}
.box-profile-drop-link:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.15);
}
.box-profile-drop-link_balance-value {
  font-weight: bold;
}

.box-profile-button:hover {
  color: #e4bd7f;
}
.box-profile-button:hover::after {
  filter: grayscale(0) opacity(1);
}

body[data-fly-toggle=profile] .box-profile-drop {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
body[data-fly-toggle=profile] .box-profile-button {
  color: #e4bd7f;
}
body[data-fly-toggle=profile] .box-profile-button::after {
  transform: rotate(180deg);
  filter: grayscale(0) opacity(1);
}

/*
Cursor
 */
.tn-elem__3317339221625130023282 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
}

.paints {
  height: 100vh;
  width: 100vw;
}

/* Icons */
.icon {
  flex: none;
  width: 14px;
  height: 14px;
  display: inline-flex;
  vertical-align: top;
  background: no-repeat center center;
  background-size: contain;
}
.icon_light {
  filter: contrast(0) brightness(20);
}
.icon_gray {
  filter: grayscale(1) brightness(2.2);
}
.icon_dark {
  filter: grayscale(1) brightness(0);
}
.icon-order-wait {
  width: 121px;
  height: 121px;
  background-image: url(../img/icons/loader.svg);
}

.hover-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover-icon .icon {
  vertical-align: top;
  transition: opacity 0.3s ease;
}
.hover-icon .icon + .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hover-icon:hover .icon {
  opacity: 0;
}
.hover-icon:hover .icon + .icon {
  opacity: 1;
}

button:hover .hover-icon {
  position: relative;
}
button:hover .hover-icon .icon {
  opacity: 0;
}
button:hover .hover-icon .icon + .icon {
  opacity: 1;
}

.button-link:hover .hover-icon {
  position: relative;
}
.button-link:hover .hover-icon .icon {
  opacity: 0;
}
.button-link:hover .hover-icon .icon + .icon {
  opacity: 1;
}

/* Wrap */
.wraps {
  min-width: 340px;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}

.wrapper {
  flex: 1 0;
  width: 1170px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.content {
  flex: 1 0;
}

/*
	Footer
 */
.footer {
  flex: none;
  margin-top: 62px;
}

.footer-wrapper {
  padding: 24px 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer-wrapper::after {
  width: 482px;
  height: 240px;
  content: " ";
  display: flex;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -241px;
  background: no-repeat 0 0 url(../img/icons/crown.png);
}

.footer-left {
  flex: none;
  margin: 0 0 0 15px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: bold;
  font-size: 12px;
  color: #282828;
  text-align: right;
  flex: none;
}

.footer-nav-list {
  display: flex;
  align-items: center;
  gap: 10px 25px;
}

.footer-nav-list a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav-list a:hover {
  color: #b99459;
}

.footer-partners {
  display: flex;
  align-items: center;
  gap: 20px 32px;
  flex-wrap: wrap;
  margin: 26px 0 0 0;
}

.footer-partners img {
  vertical-align: top;
}

.footer-logos {
  display: flex;
  align-self: center;
  gap: 18px 38px;
}

.footer-logos a {
  text-decoration: none;
}

.footer-logos img {
  vertical-align: top;
}

.footer-copyright {
  margin: 36px 0 0 0;
}

@media all and (max-width: 872px) {
  .footer {
    margin-top: 40px;
  }
  .footer-wrapper {
    padding: 0 15px 60px;
    flex-direction: column;
    align-items: center;
  }
  .footer-wrapper::after {
    width: 241px;
    height: 120px;
    margin: 0 0 0 -120px;
    background-size: 100% auto;
  }
  .footer-nav-list {
    justify-content: center;
  }
  .footer-partners {
    justify-content: center;
    gap: 10px;
  }
  .footer-left {
    width: 100%;
    margin: 0;
  }
  .footer-right {
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer-copyright {
    margin-top: 20px;
  }
}
@media all and (max-width: 340px) {
  .footer-wrapper {
    width: 270px;
  }
  .footer-right {
    width: 100%;
    height: auto;
  }
}
/*
	Header
 */
.header {
  flex: none;
  padding: 0 0 35px 0;
  margin-bottom: 74px;
}

.header-panel {
  padding: 13px 0 12px 0;
  margin: 0 0 18px 0;
  background: rgba(255, 255, 255, 0.05);
}

@media all and (min-width: 960px) {
  .header-panel-wrapper {
    display: flex;
    align-items: center;
  }
}
.header-panel-left {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-lang {
  display: flex;
  align-items: center;
  gap: 2px 6px;
}
@media all and (max-width: 960px) {
  .header-lang {
    margin: 0 auto;
  }
}

.header-lang .select-lang__button_main {
  flex: 1 0;
  width: 56px;
  padding: 0 16px 0 10px;
}

.header-lang .select-lang__button_main::after {
  right: 5px;
  font-size: 13px;
  opacity: 0.9;
}

.header-lang-title {
  flex: none;
}

.header-panel-right {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 30px;
}

.header-panel-nav {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.header-panel-btn-cursor {
  display: flex;
  align-items: center;
  gap: 0 9px;
  font-size: 12px;
  color: #fff;
}

.header-panel-btn-cursor::before {
  width: 16px;
  height: 16px;
  content: " ";
  display: block;
  background: no-repeat 0 0 url(../img/icons/disable-cursor.png);
  background-size: 100% 100%;
}

.header-panel-btn-cursor-pull {
  width: 42px;
  height: 23px;
  display: block;
  position: relative;
  border: 1px solid #e4bd7f;
  border-radius: 34px;
}

.header-panel-btn-cursor-pull::after {
  width: 17px;
  height: 17px;
  content: " ";
  display: block;
  position: absolute;
  left: 3px;
  top: 2px;
  background: #e4bd7f;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.cursor-enable .header-panel-btn-cursor-pull::after {
  transform: translateX(17px);
}

.header-panel-nav-btn-banka {
  min-height: 35px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 5px 13px;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  background: #e4bd7f;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.header-panel-nav-btn-banka:hover {
  color: #000;
  background: #eec588;
}

.header-panel-nav-btn-banka:active {
  background: #ceaa6e;
}

.header-panel-nav-btn-banka::before {
  width: 14px;
  height: 14px;
  content: " ";
  display: block;
  background: no-repeat 0 0 url(../img/icons/btn-banka.png);
  background-size: 100% 100%;
}

.notification-btn {
  width: 20px;
  height: 28px;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 12px;
}

.notification-btn::after {
  content: " ";
  width: 20px;
  height: 24px;
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -10px;
  background: no-repeat 0 0 url(../img/icons/btn-notification.png);
  background-size: 100% 100%;
}

.notification-btn-count {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  background: #ef1414;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.notification-btn-count.none {
  opacity: 0;
}

.header-panel-box {
  position: relative;
}

.header-panel-btn-profile {
  display: flex;
  flex-direction: column;
  gap: 1px;
  color: #fff;
}

.header-panel-btn-profile-label {
  font-size: 11px;
  color: #616161;
}

.header-panel-btn-profile-nickname {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.header-panel-btn-profile-nickname-crop {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 960px) {
  .header-panel-btn-profile-nickname-crop {
    max-width: 60px;
  }
}

.header-panel-btn-profile-nickname::after {
  width: 8px;
  height: 6px;
  content: " ";
  display: block;
  background: no-repeat 0 0 url(../img/icons/btn-arrow-down.png);
  background-size: 100% 100%;
}

.header-panel-btn-profile-balance {
  font-size: 12px;
}

.header-panel-btn-profile-balance::before {
  width: 14px;
  height: 14px;
  content: " ";
  display: inline-block;
  vertical-align: top;
  margin: 1px 5px 0 0;
  background: no-repeat 0 0 url(../img/icons/btn-balance.png);
  background-size: 100% 100%;
}

@media all and (min-width: 960px) {
  .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header-nav {
  position: relative;
  z-index: 902;
  display: flex;
  justify-content: center;
}

.header-nav-list {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px 13px;
  font-size: 14px;
}
@media all and (max-width: 772px) {
  .header-nav-list {
    flex-wrap: nowrap;
  }
}

.header-nav-list-item {
  position: relative;
}

.header-nav-list-link {
  height: 35px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  text-align: center;
  transition: color 0.3s ease;
  border: 1px solid #e4bd7f;
  border-radius: 8px;
}
@media all and (max-width: 960px) {
  .header-nav-list-link {
    justify-content: flex-start;
    text-align: left;
  }
}

.header-nav-list-link.link_sub::after {
  width: 8px;
  height: 6px;
  content: " ";
  display: block;
  margin: 0 0 0 10px;
  background: no-repeat 0 0 url(../img/icons/btn-arrow-down.png);
  background-size: 100% 100%;
  transition: transform 0.3s ease;
}

.header-nav-list-item:hover .header-nav-list-link {
  color: #e4bd7f;
}

.header-nav-list-item:hover .header-nav-list-link.link_sub::after,
.header-nav-list-link.link_sub.drop--open::after {
  transform: rotate(-180deg);
}

@media all and (min-width: 960px) {
  .header-nav-sub {
    width: auto;
    padding: 10px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header-nav-list-item:hover .header-nav-sub {
    opacity: 1;
    visibility: visible;
  }
  .header-nav-sub-inner {
    width: 263px;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 9px;
    transform: translateX(-50%);
    background: #262626;
    border-radius: 10px;
  }
}
.header-nav-sub-link {
  padding: 11px 10px 11px 43px;
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 1.1;
  color: #fff;
  text-decoration: none !important;
}

.header-nav-sub-link::before {
  width: 9px;
  height: 9px;
  content: " ";
  display: block;
  position: absolute;
  left: 18px;
  top: 14px;
  background: #737373;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.header-nav-sub-link:hover::before {
  background: #e2bb7d;
}

@media all and (max-width: 960px) {
  .header-nav-list {
    gap: 6px 26px;
  }
}
.layer-overlay {
  width: auto;
  height: auto;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Header fly */
.mobile-header {
  display: none;
  height: 50px;
  margin-bottom: 20px;
}

.mobile-layer {
  width: auto;
  height: auto;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 770;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

@media all and (max-width: 960px) {
  .mobile-layer {
    display: block;
  }
  body[data-fly-toggle] .mobile-layer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mobile-header {
    display: block;
  }
  .mobile-header-fly {
    height: 50px;
    padding: 0 15px;
    position: fixed;
    z-index: 977;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(238, 238, 238, 0.4);
    background-color: rgba(0, 0, 0, 0.88);
  }
  .mobile-header-controls {
    flex: 1 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }
  .mobile-header-logo {
    width: 87px;
  }
  .mobile-header-logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .header-logo {
    display: none;
  }
  .header-panel {
    background: rgba(255, 255, 255, 0.1);
  }
  .header-panel-nav {
    width: 100%;
    flex-direction: column;
  }
  .header .header-panel-box {
    display: none;
  }
  .header .header-panel-btn-profile {
    display: none;
  }
  .header-panel-right {
    margin: 10px 0 0 0;
  }
  .header-panel-nav-btn-banka {
    margin: 20px 0 0 0;
  }
  .header-fly {
    width: 260px;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 50px;
    bottom: 0;
    z-index: 912;
    transform: translateX(350px);
    margin: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.88);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 25px 5px rgba(238, 238, 238, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  body[data-fly-toggle=menu] .header-fly {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header-fly::before {
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    right: 13px;
    bottom: 100%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #282828;
  }
  .mobile-header-button-menu {
    flex: none;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    border: 0;
    margin: 0;
    color: #fff;
    background: rgb(228, 189, 127); /* Old browsers */
    background: -moz-linear-gradient(-61deg, #e4bd7f 0%, #b99459 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-61deg, #e4bd7f 0%, #b99459 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e4bd7f 0%, #b99459 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 8px;
    transition: transform 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .mobile-header-button-menu_line,
  .mobile-header-button-menu_line::before,
  .mobile-header-button-menu_line::after {
    width: 22px;
    height: 3px;
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -11px;
    background: #000;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  .mobile-header-button-menu_line {
    position: absolute;
  }
  .mobile-header-button-menu_line::before {
    top: -8px;
  }
  .mobile-header-button-menu_line::after {
    bottom: -8px;
  }
  body[data-fly-toggle=menu] .mobile-header-button-menu_line {
    background-color: transparent;
  }
  body[data-fly-toggle=menu] .mobile-header-button-menu_line::before {
    transform: rotate(45deg) translate(6px, 5px);
  }
  body[data-fly-toggle=menu] .mobile-header-button-menu_line::after {
    transform: rotate(-45deg) translate(6px, -5px);
  }
  .header-nav-list {
    width: 100%;
    flex-direction: column;
    gap: 6px;
  }
  .header-nav-list > li {
    width: 100%;
  }
  .header-nav-sub {
    display: none;
  }
  .drop--open + .header-nav-sub {
    display: block;
  }
}
/*
	Mobile - Header
 */
/*
	Homepage
 */
.homepage-start {
  margin: -30px auto 58px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.homepage-start-img {
  width: 886px;
}

.homepage-start-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media all and (max-width: 930px) {
  .homepage-start-img {
    width: 443px;
  }
}
@media all and (max-width: 640px) {
  .homepage-start-img {
    width: 320px;
  }
}
.homepage-start-title {
  position: relative;
  margin: -135px 0 72px;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
}

.homepage-start-title::after {
  width: 482px;
  height: 446px;
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  right: -240px;
  top: -258px;
  background: no-repeat 0 0 url(../img/icons/crown.png);
  background-size: 100% 100%;
}

@media all and (max-width: 850px) {
  .homepage-start-title::after {
    width: 241px;
    height: 223px;
    right: -120px;
    top: -125px;
  }
}
@media all and (max-width: 640px) {
  .homepage-start-title::after {
    right: -90px;
    transform: none;
    top: -92px;
  }
}
.homepage-start-title .span__color {
  display: inline-block;
  position: relative;
  color: #e4bd7f;
}

.homepage-start-title .span__color::after {
  width: 414px;
  height: 40px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background: no-repeat 0 0 url(../img/bgs-linear.png);
}

@media all and (max-width: 1016px) {
  .homepage-start-title {
    font-size: 46px;
  }
}
@media all and (max-width: 930px) {
  .homepage-start-title {
    margin: -28px 0 32px;
    font-size: 36px;
  }
  .homepage-start-title .span__color::after {
    width: 207px;
    height: 20px;
    background-size: 100% 100%;
  }
}
@media all and (max-width: 840px) {
  .homepage-start-title .span__color::after {
    width: 207px;
    height: 10px;
    margin-top: -2px;
  }
}
@media all and (max-width: 640px) {
  .homepage-start-title {
    width: 360px;
    max-width: 100%;
    padding-top: 38px;
    margin: -34px auto 22px;
    font-size: 26px;
  }
}
.homepage-start-top {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.86;
  text-align: center;
}

.homepage-start-controls {
  font-size: 16px;
  margin: 54px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media all and (max-width: 600px) {
  .homepage-start-controls {
    margin: 28px 0 0 0;
    gap: 16px;
  }
}
.homepage-start-btn {
  min-width: 246px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Inter, Arial, sans-serif;
  background: linear-gradient(123deg, rgb(228, 189, 127) 0%, rgb(185, 148, 89) 100%);
  color: #000;
  text-decoration: none;
  padding: 5px;
  border-radius: 20px;
  box-shadow: 0 0 300px 0 #ddb679;
  -moz-transition: box-shadow 0.7s;
  -webkit-transition: box-shadow 0.7s;
  -o-transition: box-shadow 0.7s;
  transition: box-shadow 0.7s;
}

.homepage-start-btn:hover {
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 100px 0 #ddb679;
}

@media all and (max-width: 600px) {
  .homepage-start-btn {
    min-width: 236px;
    height: 46px;
    padding: 10px 10px;
  }
}
.homepage-slider {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 57px;
}

.homepage-slider + .homepage-slider {
  margin-top: -27px;
}

.homepage-slider a {
  display: block;
  text-decoration: none;
}

.homepage-slider img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media all and (max-width: 600px) {
  .homepage-slider {
    margin: 0 auto 30px;
  }
  .homepage-slider + .homepage-slider {
    margin-top: 0;
  }
}
/* Homepage middle */
.homepage-middle {
  padding: 35px 52px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 49px 0;
  background-color: #1b1b1b;
  border-radius: 20px;
}

.homepage-middle::after {
  flex: none;
  order: 5;
  width: 52px;
  height: 52px;
  content: " ";
  display: block;
  align-self: center;
  background: no-repeat 0 0 url(../img/icons/x.png);
  background-size: 100% 100%;
}

.homepage-middle-block {
  width: 350px;
  display: flex;
  flex-direction: column;
  margin-top: -2px;
}

.homepage-middle-block:last-child {
  order: 10;
}

.homepage-middle-block-inner {
  flex: 1 0;
  width: 100%;
  min-height: 132px;
}

.homepage-middle-block-title {
  margin: 0 0 12px 0;
}

.homepage-middle-block-text {
  flex: 1 0;
  font-size: 14px;
  line-height: 1.84;
}

.homepage-middle-block-more {
  width: 100%;
}

.homepage-middle-block-more-link {
  text-decoration: none;
}

.homepage-middle-block-more-link::before {
  content: ">";
  display: inline-block;
  margin: 0 16px 0 0;
  transition: color 0.3s ease;
}

.homepage-middle-block-more-link:hover::before {
  color: #fff;
}

@media all and (max-width: 1010px) {
  .homepage-middle-block {
    width: 300px;
  }
  .homepage-middle-block-title {
    font-size: 22px;
  }
}
@media all and (max-width: 840px) {
  .homepage-middle {
    padding: 26px;
    flex-direction: column;
    gap: 18px;
  }
  .homepage-middle::after {
    width: 26px;
    height: 26px;
  }
  .homepage-middle-block {
    width: 100%;
  }
  .homepage-middle-block-inner {
    min-height: auto;
  }
  .homepage-middle-block-more {
    margin-top: 12px;
  }
}
/* Categories */
.categories-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 21px 31px;
  margin: 0 0 57px 0;
}

.categories-list-link {
  height: 47px;
  padding: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease;
  border: 1px solid #e5bd7e;
  border-radius: 10px;
}

.categories-list-link::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: rgb(228, 189, 127);
  background: linear-gradient(90deg, rgb(228, 189, 127) 0%, rgb(185, 148, 89) 100%);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.categories-list-link > span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.categories-list-link:hover {
  color: #000;
  text-decoration: none;
}

.categories-list-link:hover::after {
  opacity: 1;
}

@media all and (max-width: 1020px) {
  .categories-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 18px;
  }
}
@media all and (max-width: 880px) {
  .categories-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 662px) {
  .categories-list {
    grid-template-columns: 1fr 1fr;
  }
}
/*homepage__sidebar*/
.homepage-container {
  display: flex;
  gap: 22px;
}

.homepage-content {
  flex: 1 0;
}

@media all and (max-width: 980px) {
  .homepage-container {
    flex-direction: column;
    margin: 50px 0 0 0;
  }
  .homepage-content {
    flex: none;
  }
}
@media all and (max-width: 772px) {
  .homepage-container {
    margin: 30px 0 0 0;
  }
}
/* Page */
.page-title {
  margin: 0 0 32px 0;
  font-weight: 500;
  font-size: 16px;
}

.page-subtitle {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 15px;
}

.page-container {
  padding: 24px 22px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.box-advantages {
  padding: 26px 0 30px 0;
  margin: 46px 0 0 0;
  border-top: 1px solid #aab2ba;
}
@media all and (max-width: 682px) {
  .box-advantages {
    margin: 40px 0 0 0;
  }
}
.box-advantages-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 980px) {
  .box-advantages-list {
    justify-content: center;
  }
}
.box-advantages-list__item {
  margin-top: 20px;
  font-size: 13px;
  color: #02141f;
  text-align: center;
}
@media all and (max-width: 980px) {
  .box-advantages-list__item {
    min-width: 25%;
  }
}
@media all and (max-width: 682px) {
  .box-advantages-list__item {
    min-width: 50%;
  }
}
.box-advantages-list__item img {
  display: block;
  margin: 0 auto 8px;
}
@media all and (max-width: 482px) {
  .box-advantages-list__item img {
    width: auto;
    height: 25px;
  }
}

.filter-product-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-wrap: wrap;
}
@media all and (max-width: 960px) {
  .filter-product-row {
    grid-template-columns: 1fr;
  }
}
.filter-product-row_line {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.filter-product-row_line .filter-product-controls {
  width: auto;
}
.filter-product-row_line .filter-product-controls_buttons {
  gap: 16px;
}
@media all and (max-width: 772px) {
  .filter-product-row {
    flex-direction: column;
  }
}
.filter-product-button_reset {
  padding: 0;
  font-size: 13px;
}
.filter-product-controls {
  flex: none;
  width: 270px;
}
@media all and (max-width: 1070px) {
  .filter-product-controls {
    width: 240px;
  }
}
@media all and (max-width: 960px) {
  .filter-product-controls {
    order: 10;
    width: 100%;
  }
}
.filter-product-controls_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 36px;
}
@media all and (max-width: 1070px) {
  .filter-product-controls_buttons {
    gap: 10px 15px;
  }
}
@media all and (max-width: 960px) {
  .filter-product-controls_buttons {
    justify-content: center;
    gap: 10px 25px;
  }
}
@media all and (max-width: 960px) {
  .filter-product .form-label_empty {
    display: none;
  }
}
.filter-product-toggle {
  display: flex;
  align-items: center;
  position: relative;
  margin: 22px 0 38px 0;
}
.filter-product-toggle::after, .filter-product-toggle::before {
  flex: 1 0;
  width: auto;
  height: 1px;
  content: " ";
  background: #aab2ba;
}
.filter-product-toggle_button {
  flex: none;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 14px;
  color: #aab2ba;
}
.filter-product-toggle_button::after {
  content: ">";
  display: block;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.filter-product-toggle_button_label_hide {
  display: none;
}
.filter-product-toggle_button_label_show {
  display: block;
}
.filter-product-toggle_button.current::after {
  transform: rotate(-90deg);
}
.filter-product-toggle_button.current .filter-product-toggle_button_label_hide {
  display: block;
}
.filter-product-toggle_button.current .filter-product-toggle_button_label_show {
  display: none;
}

.sort-product {
  min-height: 41px;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 26px 0;
  background: #f7f9fb;
  border-radius: 10px;
}
@media all and (max-width: 1160px) {
  .sort-product {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media all and (max-width: 772px) {
  .sort-product {
    padding: 10px;
    gap: 15px 10px;
  }
}
.sort-product-item {
  flex: none;
  display: flex;
  align-items: center;
  gap: 16px 22px;
}
.sort-product-item_sort {
  flex: 1 0;
}
@media all and (max-width: 1160px) {
  .sort-product-item {
    align-items: flex-start;
  }
}
@media all and (max-width: 772px) {
  .sort-product-item {
    flex-direction: column;
    gap: 5px;
  }
}
.sort-product-label {
  flex: none;
}
.sort-product-content {
  flex: 1 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 18px;
}
@media all and (max-width: 1070px) {
  .sort-product-content {
    gap: 5px 10px;
  }
}
.sort-product-button {
  flex: none;
  color: #ea2532;
  border-bottom: 1px solid #ea2532;
  line-height: 1.12;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}
.sort-product-button:hover {
  color: #ff646f;
  border-bottom-color: #ff646f;
}
.sort-product-button.current {
  color: #0b0e35;
  border-bottom-color: transparent;
}

.box-filter-price {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 23px;
}
@media all and (max-width: 960px) {
  .box-filter-price {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.filter-toggle-more-show .form-col_hide {
  display: block;
}

/* Products - Elements */
.product-props {
  flex: none;
  display: flex;
  align-items: center;
  gap: 0 26px;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
}

.product-props__stock,
.product-props__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
}

.product-props .props--value {
  margin: 0 3px 0 0;
  font-weight: 500;
  font-size: 14px;
  color: #dba95d;
}

.product-props .props--pcs {
  margin: 0 0 0 2px;
}

.product-button__buy {
  flex: 1 0;
  height: 45px;
  position: relative;
  font-size: 15px;
  overflow: visible;
}

.product-button__buy.product-button__buy-nostock {
  padding: 0 10px;
  font-size: 15px;
  background: rgba(219, 169, 93, 0.16);
}

.product-button__buy.product-button__buy-nostock::before {
  display: none;
}

.product-button__buy.product-button__buy-preorder {
  flex: 1 0;
  padding: 0 10px;
  font-size: 15px;
  color: #e2bb7d;
  background: #424242;
}

.product-button__cart {
  width: 25px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin: 0 0 0 18px;
  background: 0;
  border-radius: 10px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.product-button__cart.apply--cart {
  transform: scale(1.4);
}

.product-button__cart::after,
.product-button__cart::before {
  width: 25px;
  height: 26px;
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -13px !important;
  background: no-repeat 0 0 url(../img/icons/btn-cart_add.png?v=2);
  background-size: 100% 100%;
}

.product-button__cart::before {
  z-index: 7;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-image: url(../img/icons/btn-cart_add-hover.png?v=2);
  background-size: 100% 100%;
}

.product-button__cart:hover::before {
  opacity: 1;
}

/* Products */
.content-block {
  padding: 36px 52px;
  border-radius: 20px;
  background-color: #1b1b1b;
}
.content-block-main {
  position: relative;
}

.content-block-inner {
  max-height: 160px;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 -12px 0 0;
}

.content-block h1,
.content-block .h1 {
  color: #fff;
}

.content-block + .content-block {
  margin-top: 41px;
}

@media all and (max-width: 980px) {
  .content-block {
    padding: 26px;
  }
}
@media all and (max-width: 772px) {
  .content-block {
    padding: 18px;
  }
  .content-block h1,
  .content-block .h1 {
    font-size: 22px;
  }
}
.content-block_seo .h2 {
  margin: 0 0 12px 0;
}

.category-item + .category-item {
  margin-top: 40px;
}

.homepage-content > .category-item:last-child {
  margin-bottom: 0;
}

.category-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
  margin: 0 0 37px 0;
}

.category-header img {
  flex: none;
  width: auto;
  max-height: 32px;
  vertical-align: top;
}

@media all and (max-width: 980px) {
  .category-header {
    margin: 0 0 20px 0;
    font-size: 24px;
  }
}
@media all and (max-width: 580px) {
  .category-header {
    margin: 0 0 15px 0;
    font-size: 20px;
  }
}
.content__title + .product-item {
  margin-top: -4px;
}

.content__title + .product-item::after {
  display: none;
}

.product-item {
  min-height: 43px;
  padding: 8px 1px 8px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #b4b4b4;
}

.product-item-icon {
  flex: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 17px 0 0;
  object-fit: contain;
}

a.product-item-content {
  color: #b4b4b4;
  text-decoration: none;
}

.product-item-content {
  min-height: 40px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 6px 0 0;
  position: relative;
  margin: -4px 0 0 0;
  line-height: 1.36;
  font-weight: 300;
  font-size: 14px;
  color: #b4b4b4;
  word-wrap: break-word;
  transition: color 0.3s ease;
}

.product-item-content:hover {
  color: #dba95d;
}

.product-item-content::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  left: -70px;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-item-props {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
}

.product-item-props_stock,
.product-item-props_price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 300;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
}

.product-item-props_stock {
  width: 63px;
}

.product-item-props_price {
  width: 88px;
}

.product-item-props .props--value {
  margin: 0 3px 0 0;
  font-weight: 500;
  font-size: 14px;
  color: #dba95d;
}

.product-item-props .props--pcs {
  margin: 0 0 0 2px;
}

.product-item-control {
  flex: none;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin: 0 0 0 4px;
}

.product-item--nostock .product-item-icon,
.product-item--nostock .product-item-content,
.product-item--nostock .product-item-props {
  opacity: 0.5;
}

@media all and (max-width: 1170px) and (min-width: 901px) {
  .product-item-props {
    width: 88px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
  }
  .product-item-props_stock,
  .product-item-props_price {
    width: 100%;
    margin: 0;
    justify-content: flex-end;
  }
}
@media all and (max-width: 900px) {
  .product-item-content {
    font-size: inherit;
  }
  .product-item-control {
    margin-left: 0;
  }
  .product-button__cart {
    margin-left: 17px;
  }
}
@media all and (max-width: 872px) {
  .product-item {
    padding: 12px 0 55px 54px;
    display: block;
    border-radius: 24px;
  }
  .product-item::after {
    left: 0;
    right: 0;
  }
  .product-item-icon {
    position: absolute;
    left: 0;
    top: 12px;
  }
  .product-item-content {
    line-height: 1.4;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    text-align: left;
  }
  .product-item-content::before {
    left: -44px;
  }
  .product-item-props {
    padding: 0;
    margin: 0 20px 0 0;
    background: 0;
    position: absolute;
    left: 0;
    bottom: 9px;
  }
  .product-item-props_stock,
  .product-item-props_price {
    min-width: auto;
    height: 34px;
    padding: 0;
    border: 0;
    margin: 0 12px 0 0;
    justify-content: flex-start;
  }
  .product-item-control {
    width: 150px;
    position: absolute;
    right: 0;
    bottom: 9px;
    margin: 0;
  }
  .product-button__buy {
    width: 90px;
    height: 34px;
    font-size: 14px;
  }
  .product-button__cart {
    width: 34px;
    height: 34px;
    margin-left: 14px;
  }
}
@media all and (max-width: 362px) {
  .product-item-props {
    flex-direction: column;
  }
  .product-item-props_stock,
  .product-item-props_price {
    width: 100%;
    height: 18px;
    line-height: 18px;
    margin: 0;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
.badge-new {
  height: 18px;
  line-height: 19px;
  display: inline-flex;
  vertical-align: middle;
  margin: 0 2px 0 0;
  align-items: center;
  padding: 0 9px;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  text-align: center;
  background: #6dd483;
  border-radius: 34px;
}
.badge-new::after {
  content: "NEW";
}

.badge-sale {
  height: 18px;
  line-height: 19px;
  display: inline-flex;
  vertical-align: middle;
  margin: 0 2px 0 0;
  align-items: center;
  padding: 0 9px;
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #ed1e45;
  border-radius: 34px;
}
.badge-sale::after {
  content: "SALE";
}

.badge-top {
  width: 80px;
  height: 45px;
  position: absolute;
  z-index: -1;
  padding: 0 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  pointer-events: none;
  background: -moz-linear-gradient(left, rgba(110, 94, 68, 0) 0%, rgba(110, 94, 68, 0) 29%, rgb(110, 94, 68) 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(110, 94, 68, 0)), color-stop(29%, rgba(110, 94, 68, 0)), color-stop(100%, rgb(110, 94, 68))); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(left, rgba(110, 94, 68, 0) 0%, rgba(110, 94, 68, 0) 29%, rgb(110, 94, 68) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(left, rgba(110, 94, 68, 0) 0%, rgba(110, 94, 68, 0) 29%, rgb(110, 94, 68) 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(left, rgba(110, 94, 68, 0) 0%, rgba(110, 94, 68, 0) 29%, rgb(110, 94, 68) 100%); /* IE10 preview */
  background: linear-gradient(to right, rgba(110, 94, 68, 0) 0%, rgba(110, 94, 68, 0) 29%, rgb(110, 94, 68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.badge-top::after {
  content: "TOP";
}

.product-item .badge-top {
  right: -52px;
  top: 8px;
}
@media all and (max-width: 980px) {
  .product-item .badge-top {
    right: -26px;
    font-size: 10px;
  }
}
@media all and (max-width: 872px) {
  .product-item .badge-top {
    top: -6px;
  }
}
@media all and (max-width: 772px) {
  .product-item .badge-top {
    right: -18px;
    top: -6px;
    font-size: 7px;
  }
}

.product-view .badge-top {
  right: 0;
  top: 18px;
}

/* Paginator */
.paginator {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 18px;
}

.paginator a,
.paginator span {
  width: auto;
  min-width: 32px;
  height: 32px;
  padding: 5px;
}

.paginator span {
  border: 0;
  background: #ccc;
}

.paginator span.pag--empty {
  background: 0;
}

/* Tippy */
.tippy-box[data-theme=gray-center] {
  min-width: 110px;
  max-width: 400px;
  font-size: 12px;
  background-color: #2c2c2c;
  border-radius: 16px;
}

.tippy-box[data-theme=gray-center] .tippy-content {
  padding-left: 14px;
  padding-right: 14px;
}

.tippy-box[data-theme=gray-center] {
  text-align: center;
}

.tippy-box[data-theme=gray-center] .tippy-arrow {
  color: #2c2c2c;
}

.tippy-box[data-theme=black-center] {
  min-width: 110px;
  max-width: 400px;
  font-size: 12px;
  background-color: #121212;
  border-radius: 16px;
}

.tippy-box[data-theme=black-center] .tippy-content {
  padding-left: 14px;
  padding-right: 14px;
}

.tippy-box[data-theme=black-center] {
  text-align: center;
}

.tippy-box[data-theme=black-center] .tippy-arrow {
  color: #121212;
}

.tippy-box[data-theme=yellow-center] {
  min-width: 510px;
  max-width: 700px;
  font-size: 12px;
  color: #000;
  background-color: #e5bd7e;
  border-radius: 16px;
}

.tippy-box[data-theme=yellow-center] .tippy-content {
  padding-left: 14px;
  padding-right: 14px;
}

.tippy-box[data-theme=yellow-center] {
  text-align: center;
}

.tippy-box[data-theme=yellow-center] .tippy-arrow {
  color: #e5bd7e;
}

.tippy-box[data-theme=yellow-center][data-placement^=bottom] > .tippy-arrow:before {
  top: -5px;
}

@media all and (max-width: 772px) {
  .tippy-box[data-theme=yellow-center] {
    min-width: 210px;
  }
}
.fly-favorite {
  width: 58px;
  height: 50px;
  padding: 0 0 0 5px;
  margin: 0;
  position: fixed;
  right: 0;
  top: 200px;
  border-radius: 34px 0 0 34px;
}
@media all and (max-width: 772px) {
  .fly-favorite {
    display: none;
  }
}

.fly-favorite::after {
  border-radius: 34px 0 0 34px;
}

.fly-favorite-icon {
  width: 15px;
  height: 31px;
  display: block;
  background: no-repeat 0 0 url(../img/icons/fav.png);
  background-size: 100% 100%;
}

.fly-cart {
  width: 72px;
  height: 72px;
  padding: 0;
  overflow: visible;
  position: fixed;
  right: 45px;
  bottom: 50px;
  background: 0;
  border-radius: 50%;
  transition: transform 0.6s 0.3s ease;
}
.fly-cart.apply--cart {
  transform: scale(1.4);
}

.fly-cart-icon {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat 0 0 url(../img/icons/basket.png?v=2);
  background-size: 100% 100%;
}

.fly-cart-counter {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -2px;
  bottom: 2px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}

@media all and (max-width: 772px) {
  .fly-cart {
    width: 36px;
    height: 36px;
    right: 20px;
    bottom: 20px;
  }
  .fly-cart-counter {
    width: 16px;
    height: 16px;
    right: -4px;
    bottom: -2px;
    font-size: 12px;
  }
}
.cabinet-auth-telegram {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cabinet-auth-telegram-attachment-title {
  margin: 0 0 8px 0;
}
.cabinet-auth-telegram-2fa-enable {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/* Content - Breadcrumbs */
.breadcrumbs {
  margin: 0 0 19px 0;
  font-weight: 300;
  font-size: 12px;
  color: #b4b4b4;
  line-height: 18px;
}

.breadcrumbs > li {
  display: inline;
  vertical-align: top;
}

.breadcrumbs > li:after {
  width: 20px;
  content: " / ";
  display: inline-block;
  color: inherit;
  text-align: center;
}

.breadcrumbs > li:last-child:after {
  display: none;
}

.breadcrumbs a {
  padding: 0 0 1px 0;
  color: #e2bb7d;
  border-bottom: 1px solid #e2bb7d;
  text-decoration: none;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

.breadcrumbs a:hover {
  color: #f3d29e;
  border-bottom-color: #f3d29e;
}

.breadcrumbs h1,
.breadcrumbs > li > span {
  display: inline;
  vertical-align: top;
  margin: 0;
  color: inherit;
  word-break: break-word;
}

@media all and (max-width: 772px) {
  .breadcrumbs {
    margin: 0 0 18px 0;
  }
}
.pay-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: -4px;
}
@media all and (max-width: 612px) {
  .pay-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media all and (max-width: 512px) {
  .pay-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media all and (max-width: 432px) {
  .pay-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pay-list_balance {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media all and (max-width: 672px) {
  .pay-list_balance {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pay-list-item {
  height: auto;
  padding: 4px;
  position: relative;
  display: block;
  border: 0;
  margin: 0;
  background: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pay-list-item-desc {
  display: none;
}
.pay-list-item input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  background: 0;
  opacity: 0;
}
.pay-list-item-button_box {
  padding: 10px 0 13px 0;
  display: block;
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
}
.pay-list-item-button_box::after {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 18px 0 rgba(3, 3, 3, 0.1);
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.pay-list-item-button_icon {
  height: 54px;
  padding: 5px 6px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 380px) {
  .pay-list-item-button_icon {
    height: 40px;
  }
}
.pay-list-item-button_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pay-list-item-button_label {
  display: block;
  padding: 0 5px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: rgba(110, 118, 140, 0.6);
  word-break: break-word;
  transition: color 0.3s ease;
}
.pay-list-item-button_label.label--small {
  font-size: 10px;
}
.pay-list-item-button input:checked + .pay-list-item-button_box::after {
  box-shadow: 0 0 0 1px #de2742;
}
.pay-list-item-button input:checked + .pay-list-item-button_box .pay-list-item-button_icon {
  opacity: 1;
}
.pay-list-item-button input:checked + .pay-list-item-button_box .pay-list-item-button_label {
  color: rgb(0, 0, 0);
}

.paid__info-outer {
  max-width: 100%;
  margin: 0 auto;
}

.paid__info-text {
  margin: 0 0 15px 0;
}

.paid__info {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.paid__info td,
.paid__info th {
  padding: 8px;
  vertical-align: middle;
  text-align: left;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.paid__info tr:first-child td,
.paid__info tr:first-child th {
  border: 0;
}

.paid__info th {
  width: 50%;
  text-align: right;
}

.paid__info th::after {
  content: ":";
}

.paid__info td {
  text-align: left;
}

@media all and (max-width: 560px) {
  .paid__info,
  .paid__info tbody,
  .paid__info tr,
  .paid__info td,
  .paid__info th {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
    text-align: left;
  }
  .paid__info tr + tr {
    margin-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 5px;
  }
}
.paid__buying {
  position: relative;
  overflow: hidden;
  border-top: 2px dashed rgba(255, 255, 255, 0.1);
  margin: 30px -26px -26px -26px;
  background: rgba(255, 255, 255, 0.02);
}

.paid__buying-inner {
  margin: -1px;
}

.paid__purchases td,
.paid__purchases th {
  padding: 5px;
  vertical-align: middle;
  text-align: left;
}

.paid__purchases {
  width: 100%;
  border-collapse: collapse;
}

.paid__purchases td,
.paid__purchases th {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.paid__purchases th {
  font-weight: bold;
  font-size: 12px;
}

.paid__purchases .col--name {
  font-size: 12px;
}

.paid__purchases .col--sum,
.paid__purchases .col--qty,
.paid__purchases .col--total {
  white-space: nowrap;
}

.paid__purchases .col--center {
  text-align: center;
}

@media all and (max-width: 772px) {
  .paid__purchases thead {
    display: none;
  }
  .paid__purchases,
  .paid__purchases tbody,
  .paid__purchases tr,
  .paid__purchases td {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
    text-align: left;
  }
  .paid__purchases tr {
    padding: 5px 0;
  }
  .paid__purchases tr + tr {
    border-top: 1px solid #ccc;
  }
  .paid__purchases td {
    padding: 5px 15px;
  }
  .paid__purchases td + td {
    border-top: 1px solid #eee;
  }
  .paid__purchases td[data-label]::before {
    flex: none;
    content: attr(data-label) ":";
    margin: 0 5px 0 0;
    font-weight: bold;
  }
}
.history-orders-item-method-pay {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.paid__purchases--value {
  font-weight: 600;
  color: #e2bb7d;
}

.paid__button {
  margin: 20px 0;
  text-align: center;
}

/* Modal form */
body.body--modal-open {
  overflow: hidden;
}

.modal-static {
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  z-index: 1033;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(10, 10, 10, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.modal-static.m--open {
  visibility: visible;
  opacity: 1;
}

.modal-static__layer {
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Modal - Buy */
.modal-box .form-label {
  font-size: 13px;
  color: #aab2ba;
}

button.remodal-close {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  position: absolute;
  left: auto;
  right: -9px;
  top: -8px;
  color: #000;
  background: #e5bd7e no-repeat center center url(../img/icons/btn-x.png);
  border-radius: 50%;
  transition: background-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button.remodal-close::before {
  display: none;
}

button.remodal-close:hover {
  background-color: #f3ca8a;
}

.modal-box {
  width: 100%;
  max-width: 560px;
  position: relative;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transform: rotate(8deg) scale(1.3);
  transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.modal-static.modal__alert .modal-box {
  max-width: 400px;
}

.modal-static.m--open .modal-box {
  visibility: visible;
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.modal-box__header {
  padding: 0 0 0 16px;
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.modal-box__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.modal-box__container {
  position: relative;
  padding: 25px;
  color: #b4b4b4;
  background: #333131;
  border-radius: 20px;
}

.modal-box__product {
  padding: 25px 25px 10px;
  margin: -25px -25px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.64;
  color: #fff;
  text-align: left;
}

.modal-box[data-type=cart] .form-places__item_qty {
  display: none;
}

.modal-box__container_empty {
  display: none;
}

.modal-box[data-type=cart][data-total-price="0"] .modal-box__container {
  display: none;
}
.modal-box[data-type=cart][data-total-price="0"] .modal-box__container_empty {
  display: block;
}

.modal-box__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 38px 0;
}

.modal-box__control {
  width: 285px;
  max-width: 50%;
}

.modal-box__alert {
  margin-bottom: 0;
}

.modal-box__additional {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
@media all and (max-width: 672px) {
  .modal-box__additional {
    flex-direction: column;
    gap: 20px;
  }
}
.modal-box__additional .modal-box__checkbox {
  flex: 1 0;
}
@media all and (max-width: 672px) {
  .modal-box__additional .modal-box__checkbox {
    flex: none;
    width: 100%;
    order: 2;
  }
}
.modal-box__additional .input__input-box {
  align-items: center;
}

.modal-box__promocode {
  flex: none;
  position: relative;
}
@media all and (max-width: 672px) {
  .modal-box__promocode {
    width: 100%;
    margin-top: 10px;
  }
}
.modal-box__promocode-input {
  width: 100%;
}
.modal-box__promocode-button {
  width: 98px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: rgb(228, 189, 127);
  text-align: center;
  border-radius: 0 15px 15px 0;
  transition: background-color 0.3s ease;
}
.modal-box__promocode-button span {
  border-bottom: 1px dashed rgb(228, 189, 127);
}
.modal-box__promocode-button_set {
  display: none;
}
.modal-box__promocode-button::after {
  width: 1px;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #707070;
  opacity: 0.4;
}
.modal-box__promocode-button:hover {
  background: rgba(212, 175, 114, 0.25);
}

.modal-box[data-discount="0"] .modal-box__promocode-button_set {
  display: flex;
}
.modal-box[data-discount="0"] .modal-box__promocode-button_reset {
  display: none;
}

.modal-box__bottom {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 26px -25px 0;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

.modal-box__bottom.bottom--center {
  justify-content: center;
}

.modal-box__total {
  font-weight: 400;
  font-size: 14px;
  color: #b4b4b4;
  text-align: left;
}
@media all and (max-width: 520px) {
  .modal-box__total {
    flex: none;
    width: 100%;
    text-align: center;
  }
}
.modal-box__total-label {
  display: block;
  margin: 0 0 10px 0;
}
.modal-box__total-show {
  display: inline-block;
}
.modal-box__total-show .total--value {
  font-weight: bold;
  font-size: 18px;
  color: #e5bd7e;
}
.modal-box__total-show .total--ex {
  font-weight: 400;
  font-size: 14px;
  color: #b4b4b4;
  text-align: left;
}
.modal-box__total-split {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
}
.modal-box__total-pcs {
  display: inline-block;
  margin: -4px 0 0 0;
  font-size: 16px;
  color: #02141f;
}

.modal-box__buttons {
  display: flex;
  align-items: center;
  gap: 10px 22px;
}
@media all and (max-width: 520px) {
  .modal-box__buttons {
    flex: none;
    width: 100%;
    justify-content: center;
  }
}

.modal-box__button-cancel {
  color: #aab2ba;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.modal-box__button-cancel:hover {
  color: #ea2532;
}

.modal-box__button-pay {
  min-width: 182px;
  padding: 0 18px;
  gap: 0 20px;
}

.modal-box__button-pay:hover {
  background-color: #5fd26e;
  box-shadow: 0 5px 10px 0 rgba(15, 18, 19, 0.21);
}

.modal-box__button-pay:active {
  background-color: #4ead5b;
}

.modal-box__button-pay[disabled] {
  opacity: 0.5;
  cursor: default;
}

.modal-box__info-inner {
  padding: 10px 17px;
  margin: 22px 0 0 0;
  font-size: 12px;
  color: #000;
  text-align: left;
  background: #fdefbf;
  border-radius: 10px;
}

.modal-box__info-inner a {
  text-decoration: underline;
}

.modal-box__info-inner a:hover {
  text-decoration: none;
}

@media all and (max-width: 572px) {
  button.remodal-close {
    right: 5px;
    top: 5px;
  }
  .remodal.modalpay {
    padding: 26px;
  }
  .modal-box__bottom {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 520px) {
  .modal-box__title {
    max-width: 100%;
    margin: 0 auto 16px;
  }
  .modal-box__prodbuy {
    margin: 0 0 20px 0;
  }
  button.remodal-close {
    width: 34px;
    height: 34px;
  }
  .remodal.modalpay {
    padding: 20px 18px;
  }
  .modal-box__bottom {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 16px;
  }
  .modal-box__buttons {
    margin: 12px 0 0 0;
  }
  .modal-box__total-show {
    display: inline-block;
    vertical-align: baseline;
  }
  .modal-box__total-pcs {
    display: inline-block;
    vertical-align: baseline;
  }
  .modal-box__control {
    flex: 1 0;
    width: auto;
    max-width: none;
  }
  .modal-box__control.control--pcs {
    flex: none;
    width: 130px;
    margin: 0 0 0 20px;
  }
  .box__quantity-input {
    font-size: 22px;
  }
}
@media all and (max-width: 460px) {
  .modal-box__controls {
    flex-direction: column;
  }
  .modal-box__control.control--pcs {
    width: 100%;
    margin: 12px 0 0 0;
  }
  .modal-box__checkboxs {
    flex-direction: column;
  }
  .modal-box__checkbox {
    width: 100%;
  }
}
.modal-box__promocode-split {
  padding: 2px 0 0 0;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 10px 0 20px 0;
}

.modal-box__promocode-split::after,
.modal-box__promocode-split::before {
  flex: 1 0;
  content: " ";
  height: 1px;
  background: repeat-x 0 0 url(../img/icons/promocode-linear.png);
}

.modal-box__promocode-split-button {
  flex: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #b4b4b4;
}

.modal-box__promocode-split-button::after {
  content: " ";
  width: 8px;
  height: 6px;
  display: block;
  background: no-repeat 0 0 url(../img/icons/btn-arrow-down.png);
  background-size: 100% 100%;
  transition: transform 0.3s ease;
}

.modal-box__promocode-split-button.drop--open::after {
  transform: rotate(180deg);
}

/* Modal - Cart */
.cart-product-container {
  margin: 0 0 20px 0;
}

.cart-products {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cart-products__item {
  padding: 5px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 15px;
  flex-wrap: wrap;
  border: 1px solid #777;
  border-radius: 10px;
}

.cart-products__item-name {
  flex: 1 0;
  padding: 0 0 0 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  text-align: left;
}

.cart-products__item-left {
  flex: none;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.cart-products__item-qty {
  flex: none;
  width: 130px;
}

.cart-products__item-price {
  flex: none;
  width: 104px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.cart-products__item-price > span {
  font-weight: bold;
  font-size: 16px;
  color: #e5bd7e;
}

.cart-products__item-control {
  flex: none;
}

.button.cart-products__item-button_remove {
  width: 22px;
  height: 22px;
  padding: 0;
}

.cart-products__item-button_remove svg {
  width: 24px;
  height: 24px;
}

@media all and (max-width: 572px) {
  .cart-products__item {
    padding: 10px;
  }
  .cart-products__item-name {
    flex: none;
    width: 100%;
    padding: 0 30px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cart-products__item-left {
    flex: 1 0;
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  .cart-products__item-price {
    flex: 1 0;
    width: auto;
    margin: 0;
    text-align: right;
  }
  .cart-products__item-control {
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .button.cart-products__item-button_remove {
    width: 20px;
    height: 20px;
  }
}
.modal-cart-form__empty {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #999;
  border: 2px dashed #999;
  border-radius: 10px;
}

.modal-cart-form__empty-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.modal-cart-form__empty-inner svg {
  flex: none;
  width: 34px;
  height: 34px;
}

.modal-cart-form__empty-inner span {
  flex: none;
}

.modal-cart-form[data-cart-count="0"] .modal__buy {
  display: none !important;
}

.modal-cart-form[data-cart-count="0"] .modal-cart-form__empty {
  display: block !important;
}

/*Product*/
.product-view-title {
  margin: 0;
  font-size: 16px;
}

.product-view-content {
  display: flex;
  align-items: flex-start;
  gap: 34px 37px;
  margin: 38px 0 0 0;
  position: relative;
}

.product-view-left {
  width: 264px;
  padding: 20px 18px 19px;
  display: flex;
  flex-direction: column;
  flex: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.product-view-left-top {
  display: flex;
  align-items: center;
  gap: 25px;
}

.product-view-img {
  flex: none;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0;
  object-fit: contain;
}

.product-view-prop-list {
  flex: 1 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.product-view-prop-item {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 5px;
}

.product-view-prop-label {
  flex: 1 0;
  font-weight: 200;
  font-size: 12px;
  color: #b4b4b4;
}

.product-view-prop-value {
  flex: none;
  color: #DBA95D;
  font-weight: 500;
}

.product-view-prop-suffix {
  flex: none;
  font-weight: 200;
  color: #b4b4b4;
}

.product-view-rules {
  margin: 28px 0 0 0;
  font-weight: 400;
  font-size: 12px;
  color: #b4b4b4;
  text-align: center;
  line-height: 1.44;
}

.product-view-right {
  flex: 1 0;
  padding: 24px 22px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  position: relative;
}

.product-view-subtitle {
  margin: 0 0 16px -22px;
  font-weight: 700;
  font-size: 14px;
}

.product-view-subtitle > span {
  min-height: 33px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  padding: 5px 22px;
  font-size: 14px;
  color: #000;
  background: #e4bd7f;
  border-radius: 0 34px 34px 0;
}

.product-view-text {
  overflow: hidden;
}

.product-view-control {
  width: 159px;
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  position: relative;
}

@media all and (max-width: 772px) {
  .product-view-content {
    flex-direction: column;
  }
  .product-view-left {
    margin: 0 auto;
  }
}
@media all and (max-width: 570px) {
  .product-view {
    flex-direction: column;
  }
}
.history-orders-empty {
  padding: 30px 0;
  color: #aab2ba;
  text-align: center;
}
.history-orders-table {
  width: 100%;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
.history-orders-table th,
.history-orders-table td {
  padding: 0;
  border: 0;
  border-collapse: collapse;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.history-orders-table th {
  padding: 12px 20px;
  font-weight: bold;
  color: #fff;
  background: #1b1b1b;
}
.history-orders-table th:first-child {
  border-radius: 10px 0 0 10px;
}
.history-orders-table th:last-child {
  border-radius: 0 10px 10px 0;
}
@media all and (max-width: 1072px) {
  .history-orders-table th {
    padding: 12px 15px;
  }
}
.history-orders-table td {
  padding: 17px 20px;
  position: relative;
}
@media all and (max-width: 1072px) {
  .history-orders-table td {
    padding: 12px 15px;
  }
}
@media all and (min-width: 872.5px) {
  .history-orders-table tbody tr td {
    position: relative;
  }
  .history-orders-table tbody tr td::after {
    width: auto;
    height: 1px;
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .history-orders-table tbody tr td:first-child::after {
    left: 20px;
  }
  .history-orders-table tbody tr td:last-child::after {
    right: 20px;
  }
  .history-orders-table tbody tr:first-child td::after {
    display: none;
  }
}
.history-orders-item-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.history-orders-item-link:hover {
  color: #c02128;
}
.history-orders-item-method-pay {
  display: flex;
  align-items: center;
  gap: 10px;
}
.history-orders-item-btn {
  min-width: 130px;
  display: inline-flex;
}

@media all and (max-width: 872px) {
  .history-orders {
    padding: 0;
    border: 0;
    display: block;
  }
  .history-orders thead {
    display: none;
  }
  .history-orders tbody,
  .history-orders tr,
  .history-orders th,
  .history-orders td {
    padding: 0;
    border: 0;
    display: block;
  }
  .history-orders tr {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
  }
  .history-orders tbody {
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #f7f9fb;
    border-radius: 8px;
  }
  .history-orders td {
    padding: 8px 5px 8px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-top: 1px dashed #aab2ba;
  }
  .history-orders td:first-child {
    border-top: 0;
  }
  .history-orders td[data-label]::before {
    content: attr(data-label) ":";
    min-width: 120px;
    padding-top: 1px;
    font-size: 12px;
    color: #aab2ba;
  }
}
.partners-block {
  padding: 22px;
  display: flex;
  gap: 25px;
  margin: 0 0 35px 0;
}
@media all and (max-width: 1072px) {
  .partners-block {
    flex-direction: column;
  }
}
.partners-block::after {
  order: 2;
  flex: none;
  width: 1px;
  content: " ";
  background: repeating-linear-gradient(to bottom, transparent, transparent 3px, #aab2ba 8px, #fff 3px);
}
@media all and (max-width: 1072px) {
  .partners-block::after {
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(to right, transparent, transparent 3px, #aab2ba 8px, #fff 3px);
  }
}
.partners-block__desc {
  order: 1;
  flex: 1 0;
}
.partners-block__form {
  order: 3;
  flex: none;
  width: 588px;
}
@media all and (max-width: 1072px) {
  .partners-block__form {
    width: 100%;
  }
}
.partners-block-stats {
  display: flex;
  margin: 28px 0 40px 0;
}
@media all and (max-width: 672px) {
  .partners-block-stats {
    flex-direction: column;
    gap: 20px;
  }
  .partners-block-stats .form-label_start {
    margin-bottom: 6px;
  }
}
.partners-block-stats-item {
  flex: 1 0;
}
.partners-block-stats-value {
  font-weight: bold;
  font-size: 18px;
}
.partners-block-withdraw {
  gap: 20px 11px;
}
@media all and (max-width: 672px) {
  .partners-block-withdraw {
    flex-direction: column;
    gap: 20px;
  }
}
.partners-block-checkout {
  display: flex;
  align-items: flex-end;
  margin: 30px 0 0 0;
}
@media all and (max-width: 672px) {
  .partners-block-checkout {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.partners-block-balance {
  flex: 1 0;
}
.partners-block-balance-value {
  margin: -4px 0 0 0;
  font-weight: bold;
  font-size: 24px;
}
.partners-block-control {
  flex: none;
}
.partners-block-button {
  min-height: 42px;
  font-size: 16px;
}

.my-buy {
  margin: 0 0 20px 0;
  text-align: center;
}
.my-buy-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
.my-buy-form-input {
  width: 100%;
  max-width: 370px;
  margin: 6px auto 0 auto;
}
.my-buy-form-button {
  font-size: 16px;
}

.cabinet-block {
  display: flex;
  gap: 30px 54px;
  flex-wrap: wrap;
}
@media all and (max-width: 872px) {
  .cabinet-block {
    flex-direction: column;
  }
}
.cabinet-block__form {
  flex: none;
  width: 443px;
}
@media all and (max-width: 872px) {
  .cabinet-block__form {
    width: 100%;
  }
}
.cabinet-block__content {
  flex: 1 0;
}
.cabinet-block__history {
  flex: 1 0;
}
.cabinet-block-balance {
  padding: 0 0 14px 0;
  border-bottom: 1px dashed #aab2ba;
}
.cabinet-block-balance_value {
  font-weight: bold;
  font-size: 24px;
}
.cabinet-block-bottom {
  margin: 22px 0 0 0;
  text-align: center;
}

.order-block-top {
  text-align: center;
}
.order-block-bottom {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 58px;
  flex-wrap: wrap;
  margin: 26px -26px -30px;
  text-align: center;
}
.order-block-bottom::after {
  width: auto;
  height: 1px;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.order-block-button-download {
  margin: 27px 0 0 0;
}
.order-block-icon {
  margin: 0 0 20px 0;
}
.order-block-icon .icon {
  vertical-align: top;
}
.order-block-title {
  margin: 0 0 8px 0;
}
.order-block-id {
  margin: 0 0 26px 0;
}
.order-block-id__value {
  min-height: 41px;
  padding: 5px 20px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.order-block-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
}
.order-block-prop {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-block-prop_product {
  flex: none;
  width: 100%;
  flex-direction: column;
}
.order-block-prop-value {
  min-height: 33px;
  padding: 5px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  text-align: center;
  background: #f7f9fb;
  border-radius: 10px;
}
.order-block-prop-value_product {
  min-height: 41px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ticket-item {
  display: flex;
  align-items: flex-start;
}
.ticket-item_user {
  justify-content: flex-start;
}
.ticket-item_admin {
  justify-content: flex-end;
}
.ticket-item-box {
  width: 470px;
  max-width: 90%;
  margin: 0 0 10px 0;
  padding: 15px;
}
.ticket-item-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.ticket-item-body {
  position: relative;
  overflow: hidden;
  word-break: break-word;
}
.ticket-item-footer {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
}

.ticket-status {
  padding: 4px 8px;
  font-weight: bold;
  font-size: 0.9em;
  color: #000;
  background: #eee;
  border-radius: 14px;
}
.ticket-status_open {
  color: #fff;
  background-color: green;
}
.ticket-status_close {
  color: #fff;
  background-color: darkred;
}
.ticket-status_new {
  color: #000;
  background-color: #e2bb7d;
}

.page-ticket-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.page-ticket-header .page-title {
  margin: 0;
}

.page-ticket {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media all and (max-width: 772px) {
  .page-ticket {
    flex-direction: column;
  }
}

.page-ticket-form {
  flex: none;
  width: 40%;
}
@media all and (max-width: 772px) {
  .page-ticket-form {
    width: 100%;
  }
}

.page-ticket-list {
  flex: 1 0;
}
@media all and (max-width: 772px) {
  .page-ticket-list {
    flex: none;
  }
}

.page-ticket-list-link:hover {
  color: #f6d092;
}

.notification-categories-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 50px;
  margin: 0 0 22px 0;
}
.notification-categories-list a {
  color: #fff;
  text-decoration: underline;
}
.notification-categories-list a.active {
  font-weight: bold;
  color: #e4bd7f;
  text-decoration: none;
}

.notification-list-item {
  padding: 14px 0;
  border-top: 1px solid #4a4a4a;
  display: flex;
  align-items: center;
  gap: 10px;
}
.notification-list-item:first-child {
  margin-top: 0;
}
.notification-list-item-icon {
  flex: none;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4bd7f;
  border-radius: 50%;
}
.notification-list-item-icon.read {
  background: #4a4a4a;
}
.notification-list-item-icon.read img {
  filter: grayscale(1) invert(1) brightness(0.8);
}
.notification-list-item-content {
  flex: 1 0;
  color: #b4b4b4;
}
.notification-list-item-date {
  font-size: 11px;
  opacity: 0.5;
}
.notification-list-item-text {
  margin: 10px 0 0 0;
}
.notification-list-item-text p {
  margin: 8px 0;
}

.notification-controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

/*
AUTH GOOGLE
 */
.account-2fa .form_default {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(249, 249, 249, 0.21);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.account-2fa .qr-code-wrapper {
  text-align: center;
  margin-bottom: 15px;
}
.account-2fa .qr-code-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}
.account-2fa .input-label {
  display: block;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.account-2fa .input-text {
  width: 100%;
  padding: 12px; /* Увеличен padding для удобства ввода */
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #555;
  text-align: center;
  font-size: 18px; /* Увеличен размер шрифта */
  line-height: 1.5;
}
.account-2fa .button-wrapper {
  margin-top: 15px;
  text-align: center;
}

/* V1 */

/*# sourceMappingURL=style.css.map */
