/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
@font-face {
  font-family: "BrahmsGotisch";
  src: url("../fonts/BrahmsGotischCyrRegularEdited.ttf");
  font-weight: 400;
  font-style: normal;
}
/* Vars, which are specific for current project */
/* Styles for UI-elements */
:root {
  --font-family: "Noto Sans", sans-serif;
  --font-family-secondary: "BrahmsGotisch", sans-serif;
  --color-main: #0b090a;
  --color-bg: #18212d;
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-main);
}

.spacer {
  margin: 20rem auto;
  display: table;
}

.btn {
  font-family: var(--font-family-secondary);
  color: #fff;
  font-size: 14rem;
  border: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0 12rem;
  min-width: 101rem;
  height: 28rem;
  padding-top: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-shadow: 1rem 2rem 5rem #000;
  position: relative;
  box-shadow: 5rem 0 5rem rgba(0, 0, 0, 0.75);
}
.btn span {
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#876c5e), color-stop(#876c5e), color-stop(#fff), color-stop(#fff), to(#876c5e));
  background: linear-gradient(to bottom, #876c5e, #876c5e, #fff, #fff, #876c5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.btn_red span {
  background: -webkit-gradient(linear, left top, left bottom, from(#f26522), to(#9e0b0f));
  background: linear-gradient(to bottom, #f26522, #9e0b0f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.btn:after {
  content: "";
  height: 100%;
  width: 100%;
  background: url("../img/content/btn-bg.png") no-repeat;
  background-size: 100% 28rem;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.btn_secondary {
  width: initial;
  padding: 0 15rem;
  height: 38rem;
  font-size: 18rem;
  padding-top: 3rem;
  min-width: initial;
}
.btn_secondary:after {
  background: url("../img/content/btn-bg-2.png") no-repeat;
  background-size: 100% 38rem;
}
.btn_third {
  width: initial;
  padding: 0 12rem;
  height: 19rem;
  font-size: 14rem;
  padding-top: 2rem;
  min-width: initial;
}
.btn_third:after {
  background: url("../img/content/btn-bg-3.png") no-repeat 0 0;
  background-size: 100% 19rem;
  opacity: 0.8;
}
.btn_third span {
  background: -webkit-gradient(linear, left top, left bottom, from(#dca959), color-stop(#f8e0a8), color-stop(#e6b567), to(#8f6f3a));
  background: linear-gradient(to bottom, #dca959, #f8e0a8, #e6b567, #8f6f3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.btn_fourth {
  width: initial;
  padding: 0 12rem;
  height: 24rem;
  font-size: 16rem;
  min-width: initial;
  padding-top: 2rem;
}
.btn_fourth:after {
  background: url("../img/content/btn-bg-4.png") no-repeat 0 0;
  background-size: 100% 24rem;
  opacity: 0.8;
}
.btn_fourth span {
  background: -webkit-gradient(linear, left top, left bottom, from(#dca959), color-stop(#f8e0a8), color-stop(#e6b567), to(#8f6f3a));
  background: linear-gradient(to bottom, #dca959, #f8e0a8, #e6b567, #8f6f3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.btn:hover:after {
  -webkit-filter: sepia(50%) saturate(180%) brightness(130%);
          filter: sepia(50%) saturate(180%) brightness(130%);
}

.input-b {
  border-radius: 6rem;
  background: -webkit-gradient(linear, left top, right top, from(#96847b), color-stop(#fff), color-stop(#fff), to(#96847b));
  background: linear-gradient(to right, #96847b, #fff, #fff, #96847b);
  padding: 2rem;
}
.input-b input, .input-b textarea {
  background: #000;
  height: 24rem;
  width: 100%;
  border-radius: 6rem;
  box-sizing: border-box;
  color: #fff;
  outline: none;
  font-family: var(--font-family);
  font-size: 12rem;
  padding: 0 10rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}
.input-b textarea {
  height: 120rem;
  display: block;
  padding: 10rem;
  resize: none;
}

.checkbox {
  display: none;
}
.checkbox + label {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 5rem 0 0;
  position: relative;
  color: #fff;
  min-height: 28rem;
  padding-right: 45rem;
}
.checkbox + label:before {
  width: 34rem;
  height: 28rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/content/checkbox.png") no-repeat;
  content: "";
}
.checkbox + label:hover:before {
  -webkit-filter: sepia(50%) saturate(180%) brightness(130%);
          filter: sepia(50%) saturate(180%) brightness(130%);
}
.checkbox + label:after {
  opacity: 0;
  width: 16rem;
  height: 10rem;
  right: 9rem;
  top: 9rem;
  content: "";
  position: absolute;
  z-index: 2;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzUgNC41TDUuNTQyODkgOC4yOTI4OUM1LjkzMzQyIDguNjgzNDIgNi41NjY1OCA4LjY4MzQyIDYuOTU3MTEgOC4yOTI4OUwxNC4yNSAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat;
}
.checkbox:checked + label:after {
  opacity: 1;
}

.bl-scroll {
  overflow-y: auto;
  padding-right: 15rem;
}

.bl-scroll::-webkit-scrollbar {
  width: 6rem;
  border-radius: 20rem;
}

.bl-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}

.bl-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20rem;
}

.bl-scroll::-webkit-scrollbar-thumb:hover {
  -webkit-filter: none;
  filter: none;
}

/* Common styles for current project */
html, body {
  height: 100%;
}

html {
  font-size: 1px;
  width: 100vw;
  height: 100vh;
}

body {
  background: var(--color-bg);
  color: var(--color-main);
  font-size: 12rem;
  font-family: var(--font-family);
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

/*! Common
-----------------------
 */
.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100vh;
  width: 100%;
  padding: 40rem 30rem;
  overflow: hidden;
  position: relative;
}
.wrapper:has(.interface-b) {
  padding: 0 30rem;
}
.wrapper:has(.items-section) {
  padding: 40rem 30rem 0;
}
.wrapper__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.wrapper__bg img {
  -o-object-position: right;
     object-position: right;
}
.wrapper__grid {
  display: -webkit-box;
  display: flex;
  gap: 60rem;
  position: relative;
  height: 100%;
  z-index: 2;
  margin: 0 auto;
  max-width: 1300rem;
  width: 100%;
}
.wrapper__grid:has(.logs-b) {
  max-width: 1210rem;
}
.wrapper__grid:has(.interface-b) {
  max-width: 1440rem;
}
.wrapper__grid:has(.gallery-b) {
  max-width: 1420rem;
}
.wrapper__sidebar {
  -webkit-box-flex: 0;
          flex: none;
  width: 292rem;
}
.wrapper__content {
  -webkit-box-flex: 1;
          flex: auto;
}

/*! Aside
----------------------
 */
.aside-b {
  padding: 30rem;
  position: relative;
  height: 100%;
    width: 365rem;
  background: url("../img/content/gallery-sidebar-bg.png") no-repeat;
  background-size: 100% 100%;  
}

.aside-b__container {
  position: relative;
  z-index: 2;
  min-height: 610rem;
  height: 100%;
  padding-left: 25rem;
  padding-top: 75rem;
}
.aside-b .bl-scroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
.aside-b .bl-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.aside-b__menu {
  max-width: 150rem;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 6rem;
  height: 100%;
}
.aside-b__links {
  font-family: var(--font-family-secondary);
  color: #fff;
  font-size: 14rem;
  height: 27rem;
  background: rgba(83, 66, 54, 0.54);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-shadow: 1rem 3rem 5rem #000;
  position: relative;
}
.aside-b__links:after {
  content: "";
  height: 100%;
  width: 100%;
  background: url("../img/content/menu-links-border.png") no-repeat;
  background-size: 100% 21rem;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.aside-b__links:hover:after {
  -webkit-filter: sepia(50%) saturate(180%) brightness(130%);
          filter: sepia(50%) saturate(180%) brightness(130%);
}
.aside-b__links span {
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #876c5e), color-stop(25%, #fff), color-stop(#fff), to(#876c5e));
  background: linear-gradient(to bottom, #876c5e 25%, #fff 25%, #fff, #876c5e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/*! Frame
----------------------
 */
.frame-section {
  position: relative;
  padding: 12rem;
  height: 100%;
}
.frame-section__corner {
  position: absolute;
  z-index: 3;
  left: -18rem;
  right: -18rem;
  pointer-events: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.frame-section__corner_top {
  top: -14rem;
}
.frame-section__corner_btm {
  bottom: -14rem;
}
.frame-section__border {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.frame-section__border img {
  -o-object-fit: cover;
     object-fit: cover;
}
.frame-section__border_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.frame-section__border_vertical img {
  height: 14rem;
  width: 100%;
}
.frame-section__border_horizontal img {
  height: 100%;
  width: 14rem;
}
.frame-section__inner {
  background: rgba(0, 0, 0, 0.8);
  padding: 40rem;
  height: 100%;
}
.frame-section__inner:has(.logs-b) {
  padding: 20rem;
}

/*! Profile
----------------------
 */
.profile-b {
  max-width: 573rem;
  margin: 0 auto;
}
.profile-b__note {
  position: relative;
  text-align: center;
  padding: 0 35rem 15rem;
}
.profile-b__note-text {
  position: relative;
  z-index: 2;
}
.profile-b__note-text p {
  margin: 4rem 0;
}
.profile-b__note-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.profile-b__note-bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.profile-b__form {
  margin: 30rem 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 20rem;
}
.profile-b__form-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 25rem;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
}
.profile-b__form-value {
  -webkit-box-flex: 0;
          flex: none;
  width: 420rem;
  margin-left: 4rem;
}
.profile-b__form-field {
  width: 420rem;
}
.profile-b__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 10rem;
}
.profile-b__social-links {
  display: block;
}
.profile-b__social-links:hover {
  -webkit-filter: sepia(50%) saturate(110%) brightness(130%);
          filter: sepia(50%) saturate(110%) brightness(130%);
}

/*! Logs
------------------
 */
.logs-b {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.logs-b__filter {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  gap: 6rem;
}
.logs-b__tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  gap: 6rem;
}
.logs-b__search {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 12rem;
}
.logs-b__search-arrow {
  display: block;
}
.logs-b__search-arrow:hover {
  -webkit-filter: sepia(50%) saturate(180%) brightness(130%);
          filter: sepia(50%) saturate(180%) brightness(130%);
}
.logs-b__search-value {
  display: -webkit-box;
  display: flex;
  gap: 6rem;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
}
.logs-b__search-value .input-b {
  width: 110rem;
}
.logs-b__button {
  -webkit-box-flex: 0;
          flex: none;
}
.logs-b__form {
  margin: 40rem auto;
  max-width: 420rem;
}
.logs-b__form-label {
  text-align: center;
  margin: 0 0 20rem;
  color: #fff;
}
.logs-b__form-grid {
  display: -webkit-box;
  display: flex;
  gap: 20rem;
}
.logs-b__form .input-b textarea {
  height: 80rem;
}
.logs-b__form-field:first-child textarea {
  background: #9d9c9d;
  color: var(--color-main);
}
.logs-b__table thead {
  position: relative;
}
.logs-b__table thead:after {
  background: -webkit-gradient(linear, left top, right top, from(#95837a), color-stop(#fff), color-stop(#fff), to(#95837a));
  background: linear-gradient(to right, #95837a, #fff, #fff, #95837a);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  border-radius: 3rem;
}
.logs-b__table thead:before {
  background: #100d0d;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  content: "";
  z-index: 2;
  border-radius: 3rem;
}
.logs-b__table thead th {
  position: relative;
  z-index: 3;
  font-weight: normal;
  padding: 12rem 0;
}
.logs-b__table thead th span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #876c5e), color-stop(#fff), color-stop(#fff), to(#876c5e));
  background: linear-gradient(to bottom, #876c5e 25%, #fff, #fff, #876c5e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.logs-b__table td {
  padding: 12rem 20rem;
  color: #fff;
  text-align: center;
}

/*! Items
------------------
 */
.items-section {
  padding: 20rem 50rem 0;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.items-section:before {
  content: "";
  width: 120%;
  height: 105%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.items-section__container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.items-section__tabs {
  display: -webkit-box;
  display: flex;
  gap: 5rem;
  width: 1006rem;
  margin: 0 auto;
}
.items-section__tab {
  color: var(--color-main);
  font-size: 12rem;
  padding: 0 16rem;
  height: 43rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  box-shadow: 5rem 0 5rem rgba(0, 0, 0, 0.75);
}
.items-section__tab em {
  position: relative;
  font-style: normal;
  z-index: 3;
  text-align: center;
  line-height: 1;
}
.items-section__tab strong {
  font-family: var(--font-family-secondary);
  display: block;
  font-size: 16rem;
  font-weight: normal;
  color: var(--color-main);
}
.items-section__tab_active {
  color: #fff;
  text-shadow: 1rem 2rem 5rem #000;
}
.items-section__tab_active strong {
  background: none;
  color: #fff;
}
.items-section__tab:after {
  content: "";
  height: 100%;
  width: 100%;
  background: url("../img/content/tab-bg-active.png") no-repeat;
  background-size: 100% 43rem;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
}
.items-section__tab:not(.items-section__tab_active):hover:after {
  -webkit-filter: sepia(50%) saturate(180%) brightness(130%);
          filter: sepia(50%) saturate(180%) brightness(130%);
}
.items-section__tab_active:after {
  background: url("../img/content/tab-bg.png") no-repeat;
  background-size: 100% 43rem;
}
.items-section__frame {
  width: 1006rem;
  margin: 0 auto;
  height: 100%;
  position: relative;
  min-height: 560rem;
  overflow-x: hidden;
  padding-bottom: 40rem;
}
.items-section__block {
  width: 1006rem;
  margin: 0 auto;
  background: url("../img/content/items-bg-list.png") repeat-y;
  background-size: 100% auto;
  position: relative;
  min-height: 560rem;
  padding-bottom: 40rem;
}
.items-section__block:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  bottom: -10rem;
  left: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 3;
  height: 150rem;
}
.items-section__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 15rem 20rem;
  position: relative;
  z-index: 4;
  grid-row-gap: 32rem;
}
.items-section__item {
  width: 33%;
  height: 260rem;
  padding: 10rem 20rem 20rem;
}
.items-section__top {
  padding: 0 0 0 80rem;
  position: relative;
}
.items-section__top .item_img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}
.items-section__top strong {
  background: -webkit-gradient(linear, left top, left bottom, from(#dca959), color-stop(#e1b877), color-stop(#cbbba2), to(#dca959));
  background: linear-gradient(to bottom, #dca959, #e1b877, #cbbba2, #dca959);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-family-secondary);
  font-size: 16rem;
  display: block;
  margin: 0 0 5rem;
}
.items-section__info {
  display: -webkit-box;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
.items-section__info-column {
  -webkit-box-flex: 1;
          flex: auto;
}
.items-section__info p {
  margin: 0;
  color: #fff;
}
.items-section__desc {
  display: -webkit-box;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
.items-section__desc-column {
  -webkit-box-flex: 1;
          flex: 1;
}
.items-section__desc-column p {
  margin: 0;
  opacity: 0.5;
  color: #fff;
}
.items-section__actions {
  display: -webkit-box;
  display: flex;
  gap: 10rem;
  flex-wrap: wrap;
}

/*! Gallery
-------------------
 */
.gallery-b {
  display: -webkit-box;
  display: flex;
  gap: 40rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.gallery-b__container {
  padding: 40rem 40rem 60rem;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  width: 534rem;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: auto;
}
.gallery-b__container-top {
  top: 0;
  left: 0;
  width: 100%;
  background: url("../img/content/gallery-vertical.png") repeat-x;
  position: absolute;
  z-index: 3;
  height: 15px;
}
.gallery-b__container-left {
  top: 0;
  left: 0;
  height: 100%;
  background: url("../img/content/gallery-horizontal.png") repeat-y;
  position: absolute;
  z-index: 2;
  width: 15px;
}
.gallery-b__container-right {
  top: 0;
  right: 0;
  height: 100%;
  background: url("../img/content/gallery-horizontal.png") repeat-y;
  position: absolute;
  z-index: 2;
  width: 15px;
}
.gallery-b__container-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../img/content/gallery-vertical.png") repeat-x;
  position: absolute;
  z-index: 3;
  height: 15px;
}
.gallery-b__filter {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 0 40rem;
  gap: 30rem;
  -webkit-box-flex: 0;
          flex: none;
}
.gallery-b__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 40rem;
}
.gallery-b__item {
  width: calc(33.3% - 10rem);
}
.gallery-b__block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 10rem;
}
.gallery-b__photo {
  aspect-ratio: 1/1;
  position: relative;
  background: rgba(0, 0, 0, 0.7) url("../img/content/photo-border.png") no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 100%;
}
.gallery-b__remove {
  display: block;
}
.gallery-b__remove:hover {
  -webkit-filter: sepia(50%) saturate(180%) brightness(130%);
          filter: sepia(50%) saturate(180%) brightness(130%);
}
.gallery-b__desc {
  color: #fff;
  margin: 40rem 0 0;
  -webkit-box-flex: 0;
          flex: none;
}
.gallery-b__main {
  padding: 50rem;
  -webkit-box-flex: 0;
          flex: none;
  position: relative;
  width: 530rem;
  box-shadow: 12rem 31rem 32rem rgba(0, 0, 0, 0.7);
  background: black url("../img/content/gallery-main-border.png") no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 1/1;
  margin: 0 0 auto;
}
.gallery-b__live {
  position: absolute;
  top: 60rem;
  right: 15rem;
  text-align: center;
  display: -webkit-box;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.gallery-b__note {
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.gallery-b__note span {
  font-family: var(--font-family-secondary);
  font-size: 16rem;
  color: #fff;
}
.gallery-b__sidebar {
  width: 419rem;
  -webkit-box-flex: 0;
  flex: none;
  background: url("../img/content/gallery-sidebar-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 44rem 65rem 40rem;
  position: relative;
  margin-top: -30rem;
  left: -55rem;
}
.gallery-b__sidebar-btn {
  position: absolute;
  top: calc(100% + 15rem);
  left: 0;
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.gallery-b__sidebar-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 20rem;
  position: relative;
  height: 100%;
  z-index: 3;
}
.gallery-b__sidebar-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 15rem;
  padding: 0rem;
  font-size: 12rem;
}
.gallery-b__sidebar-item {
  position: relative;
  padding-right: 0rem;
}
.gallery-b__sidebar-item strong {
  font-weight: bold;
  display: block;
}
.gallery-b__sidebar-remove {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  position: absolute;
}
.gallery-b__sidebar-remove:hover {
  -webkit-filter: sepia(50%) saturate(180%) brightness(130%);
          filter: sepia(50%) saturate(180%) brightness(130%);
}
.gallery-b__sidebar .input-b {
  margin: 0 10rem;
}
.gallery-b__sidebar .input-b textarea {
  background: #534b40;
}
.gallery-b__sidebar-actions {
  display: -webkit-box;
  display: flex;
  gap: 5rem;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 20rem 0;
}
.gallery-b__sidebar-actions a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: url("../img/content/action-bg.png") no-repeat;
  background-size: contain;
  width: 33rem;
  height: 32rem;
}
.gallery-b__sidebar-actions a:hover {
  background: url("../img/content/action-bg-hover.png") no-repeat;
  background-size: contain;
}
.gallery-b__sidebar-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
.gallery-b__sidebar-buttons .btn {
  padding: 0;
  min-width: initial;
  -webkit-box-flex: 1;
          flex: auto;
}

/*! Interface
-----------------------
 */
.interface-b {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.interface-b__user {
  margin: 0 auto 0 0;
}
.interface-b__content {
  -webkit-box-flex: 0;
          flex: none;
  width: 731rem;
  height: 100%;
  padding: 30rem 0 50rem;
  position: relative;
  z-index: 5;
}
.interface-b__content-frame {
  position: relative;
  height: 100%;
  padding: 11rem 11rem 12rem 11rem;
}
.interface-b__content-corner-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  z-index: 3;
  top: -20rem;
  left: -12rem;
  width: calc(100% + 24rem);
  position: absolute;
}
.interface-b__content-corner-top img:last-child {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.interface-b__content-corner-bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  z-index: 3;
  bottom: -20rem;
  left: -12rem;
  width: calc(100% + 24rem);
  position: absolute;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.interface-b__content-corner-bottom img:last-child {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.interface-b__content-mark-top {
  position: absolute;
  left: 50%;
  top: -22rem;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.interface-b__content-mark-bottom {
  position: absolute;
  left: 50%;
  bottom: -34rem;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.interface-b__content-top {
  position: absolute;
  left: 0;
  top: 0;
  height: 68px;
  z-index: 2;
  pointer-events: none;
}
.interface-b__content-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  background: url("../img/content/interface-horizontal.png") repeat-y 50% 0;
  height: 100%;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.interface-b__content-right {
  position: absolute;
  right: 0;
  pointer-events: none;
  top: 0;
  width: 14px;
  background: url("../img/content/interface-horizontal.png") repeat-y 50% 0;
  height: 100%;
  content: "";
  z-index: 1;
}
.interface-b__content-top {
  position: absolute;
  left: 0;
  pointer-events: none;
  top: 0;
  width: 100%;
  background: url("../img/content/interface-vertical.png") repeat-x 0 50%;
  height: 13px;
  content: "";
  z-index: 1;
}
.interface-b__content-bottom {
  position: absolute;
  left: 0;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  background: url("../img/content/interface-vertical.png") repeat-x 0 50%;
  height: 13px;
  content: "";
  z-index: 1;
}
.interface-b__content-inner {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  overflow-y: auto;
  padding: 40rem 30rem;
}
.interface-b__content-inner::-webkit-scrollbar {
  width: 6rem;
  border-radius: 20rem;
}
.interface-b__content-inner::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.interface-b__content-inner::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20rem;
}
.interface-b__content-inner::-webkit-scrollbar-thumb:hover {
  -webkit-filter: none;
  filter: none;
}
.interface-b__top {
  display: -webkit-box;
  display: flex;
  margin: 0 0 20rem;
  -webkit-box-align: center;
          align-items: center;
  gap: 26rem;
}
.interface-b__top-find {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 8rem;
}
.interface-b__top-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 8rem;
}
.interface-b__awards {
  background: #552c2d;
  padding: 10rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.interface-b__info {
  margin: 20rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 32rem;
}
.interface-b__info-column {
  -webkit-box-flex: 1;
          flex: 1;
}
.interface-b__info-column p {
  margin: 1rem 0;
  color: #fff;
}
.interface-b__actions {
  padding: 15rem 30rem 0;
  margin: 0 -30rem;
  position: relative;
  background: #240200;
}
.interface-b__actions .swiper-scrollbar {
  height: 31rem !important;
  background: none;
  position: absolute;
  bottom: -15rem;
  left: 0;
  width: 100%;
}
.interface-b__actions .swiper-scrollbar-drag {
  height: 31rem;
  background: url("../img/content/paging.png") no-repeat 50% 50%;
  cursor: pointer;
}
.interface-b__actions .swiper-scrollbar-drag:hover {
  -webkit-filter: sepia(50%) saturate(180%) brightness(130%);
          filter: sepia(50%) saturate(180%) brightness(130%);
}
.interface-b__actions-list {
  position: relative;
  width: 618rem;
  padding: 0 0 30rem;
}
.interface-b__actions-item {
  text-align: center;
  color: #fff;
}
.interface-b__actions-label {
  min-height: 32rem;
}
.interface-b__actions .input-b {
  margin: 5rem 0 10rem;
}
.interface-b__actions .btn {
  width: 100%;
}
.interface-b__gamer {
  background: url("../img/content/gamer-bg.png") no-repeat 50% 0;
  margin: 50rem 0 0;
}
.interface-b__gamer-name {
  margin: 0 0 20rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.interface-b__gamer-name span {
  height: 54rem;
  background: url("../img/content/gamer-label.png") no-repeat;
  background-size: 100% 54rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-family: var(--font-family-secondary);
  min-width: 148rem;
  padding: 0 20rem;
  font-size: 18rem;
}
.interface-b__gamer-name em {
  background: -webkit-gradient(linear, left top, left bottom, from(#876c5e), color-stop(#876c5e), color-stop(#fff), color-stop(#fff), to(#876c5e));
  background: linear-gradient(to bottom, #876c5e, #876c5e, #fff, #fff, #876c5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-style: normal;
}
.interface-b__gamer-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 32rem;
}
.interface-b__gamer-grid:not(:last-child) {
  margin: 0 0 50rem;
}
.interface-b__gamer-middle {
  -webkit-box-flex: 0;
          flex: none;
  text-align: center;
}
.interface-b__gamer-status {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.interface-b__gamer-about {
  color: #fff;
  margin: 10rem 0 0;
  font-family: var(--font-family-secondary);
}
.interface-b__gamer-info {
  color: #fff;
  -webkit-box-flex: 1;
          flex: 1;
}
.interface-b__gamer-info_right {
  text-align: right;
}
.interface-b__gamer-info p {
  margin: 1rem 0;
}
.interface-b__gamer-info p:has(span) {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.interface-b__gamer-progress {
  margin: 10rem 0 10rem;
}
.interface-b__gamer-checkbox {
  margin: 0 0 25rem;
}
.interface-b__gamer-more {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin: 10rem 0 25rem;
}
.interface-b__gamer-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin: 25rem 0 0;
}
.interface-b__sidebar {
  width: 280rem;
  -webkit-box-flex: 0;
          flex: none;
  margin-top: 35rem;
}
.interface-b__sidebar-block {
  background: url("../img/content/interface-sidebar-bg.png") no-repeat;
  background-size: 266rem 100%;
  padding: 40rem 40rem 40rem 50rem;
  height: 500rem;
}
.interface-b__sidebar-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 12rem;
  padding-right: 10rem;
  overflow-y: auto;
  height: 100%;
}
.interface-b__sidebar-list::-webkit-scrollbar {
  width: 6rem;
  border-radius: 20rem;
}
.interface-b__sidebar-list::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.interface-b__sidebar-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20rem;
}
.interface-b__sidebar-list::-webkit-scrollbar-thumb:hover {
  -webkit-filter: none;
  filter: none;
}
.interface-b__sidebar-item strong {
  display: block;
}
.interface-b__sidebar .input-b {
  margin: 20rem auto;
  max-width: 210rem;
}
.interface-b__sidebar-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.interface-b__sidebar-btn .btn {
  padding: 2rem 18rem 0;
}

/*! Pers
--------------------
 */
.area__left {
  min-width: 560rem;
  margin-right: -200rem;
  margin-left: -102rem;
  height: 100%;
}

.area__left.bl-scroll {
  overflow-y: auto;
  overflow-x: hidden;
}

.area__left.bl-scroll::-webkit-scrollbar {
  width: 0;
  border-radius: 0;
}

.area__left.bl-scroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

.area__left.bl-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.area__left.bl-scroll::-webkit-scrollbar-thumb:hover {
  -webkit-filter: none;
  filter: none;
}

.pers {
  background: url("../img/content/left-aside-2.png") no-repeat top -21rem left;
  background-size: 560rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-top: 44rem;
  width: 560rem;
  padding-left: 87rem;
  padding-right: 65rem;
  min-height: 636rem;
  height: 100%;
  position: relative;
}
.pers:after {
  content: "";
  height: 100rem;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#18212d), to(transparent));
  background: linear-gradient(to top, #18212d, transparent);
  position: fixed;
  z-index: 2;
  pointer-events: none;
}

.pers__header {
  height: 34rem;
  width: 100%;
  gap: 21rem;
  margin-bottom: 2rem;
  padding-right: 5rem;
}

.pers__header, .pers__header span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.pers__header span {
  font-size: 12rem;
  color: #820000;
  text-align: center;
  width: 50rem;
  background: rgba(195, 165, 123, 0.7);
  border-radius: 20rem;
  box-shadow: 0 0 3rem 0 rgba(195, 165, 123, 0.7);
}

.pers__header b {
  color: #820000;
  font-size: 16rem;
  font-weight: 700;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 22rem;
}

.pers__header b, .pers__main {
  display: -webkit-box;
  display: flex;
}

.pers__main {
  position: relative;
  z-index: 4;
  width: 100%;
  -webkit-box-flex: 1;
          flex: auto;
}

.pers__left {
  -webkit-box-align: end;
  align-items: flex-end;
}

.pers__left, .pers__right {
  width: 80rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: -6rem;
}

.pers__right {
  -webkit-box-align: start;
  align-items: flex-start;
}

.pers__left-btn {
  background: url("../img/content/pers-left-btn.png") no-repeat 50%;
  width: 70rem;
  height: 50rem;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
  padding-bottom: 12rem;
  margin-right: -6rem;
  background-size: 100%;
  margin-bottom: -3rem;
}

.pers__left-btn img {
  width: 46rem;
  height: 38rem;
}

.pers__left-btn:hover {
  -webkit-filter: sepia(50%) saturate(180%);
  filter: sepia(50%) saturate(180%);
}

.pers__left-btn:after {
  content: "";
  display: block;
  position: absolute;
}

.pers__left-btn.pers-kojha:after {
  top: 3rem;
  left: 36rem;
  width: 22rem;
  height: 32rem;
  -webkit-transform: rotate(-10deg) skew(10deg, 0deg);
  transform: rotate(-10deg) skew(10deg, 0deg);
  border-radius: 3rem;
  box-shadow: inset 0 0 13rem 0 rgba(0, 0, 0, 0.8), 0 0 13rem 0 rgba(0, 0, 0, 0.8);
}

.pers__left-btn.pers-kojha:hover:after {
  box-shadow: inset 0 0 26rem 0 rgba(255, 255, 255, 0.3), 0 0 26rem 0 rgba(255, 255, 255, 0.5), 0 0 26rem 0 rgba(255, 255, 255, 0.5);
}

.pers__left-btn.pers-kojha:hover img {
  -webkit-filter: brightness(143%);
  filter: brightness(143%);
}

.pers__left-btn.pers-rubin:after {
  top: 2rem;
  left: 35rem;
  width: 26rem;
  height: 26rem;
  -webkit-transform: rotate(-10deg) skew(13deg, 9deg);
  transform: rotate(-10deg) skew(13deg, 9deg);
  border-radius: 3rem;
  box-shadow: inset 0 0 26rem 0 rgba(0, 0, 0, 0.2), 0 0 26rem 0 rgba(0, 0, 0, 0.8);
}

.pers__left-btn.pers-rubin:hover:after {
  box-shadow: inset 0 0 20rem 0 rgba(216, 116, 116, 0.76), 0 0 26rem 0 #d87474, 0 0 26rem 0 #d87474;
}

.pers__left-btn.pers-rubin:hover img {
  -webkit-filter: brightness(143%);
  filter: brightness(143%);
}

.pers__left-btn.pers-izumrud:after {
  top: 4rem;
  left: 34rem;
  width: 25rem;
  height: 27rem;
  -webkit-transform: rotate(-10deg) skew(12deg, -9deg);
  transform: rotate(-10deg) skew(12deg, -9deg);
  border-radius: 3rem;
  box-shadow: inset 0 0 26rem 0 rgba(0, 0, 0, 0.2), 0 0 26rem 0 rgba(0, 0, 0, 0.8);
}

.pers__left-btn.pers-izumrud:hover:after {
  box-shadow: inset 0 0 15rem 0 #36a577, 0 0 26rem 0 #36a577, 0 0 26rem 0 #36a577;
}

.pers__left-btn.pers-izumrud:hover img {
  -webkit-filter: brightness(143%);
  filter: brightness(143%);
}

.pers__left-btn.pers-amatist:after {
  top: 1rem;
  left: 35rem;
  width: 25rem;
  height: 28rem;
  -webkit-transform: rotate(-10deg) skew(13deg, -4deg);
  transform: rotate(-10deg) skew(13deg, -4deg);
  border-radius: 3rem;
  box-shadow: inset 0 0 26rem 0 rgba(0, 0, 0, 0.2), 0 0 26rem 0 rgba(0, 0, 0, 0.8);
}

.pers__left-btn.pers-amatist:hover:after {
  box-shadow: inset 0 0 15rem 0 #ab58ca, 0 0 26rem 0 #ab58ca, 0 0 26rem 0 #ab58ca;
}

.pers__left-btn.pers-amatist:hover img {
  -webkit-filter: brightness(143%);
  filter: brightness(143%);
}

.pers__left-btn.pers-moonstone:after {
  top: 2rem;
  left: 35rem;
  width: 28rem;
  height: 26rem;
  -webkit-transform: rotate(-10deg) skew(16deg, 6deg);
  transform: rotate(-10deg) skew(16deg, 6deg);
  border-radius: 3rem;
  box-shadow: inset 0 0 26rem 0 rgba(0, 0, 0, 0.2), 0 0 26rem 0 rgba(0, 0, 0, 0.8);
}

.pers__left-btn.pers-moonstone:hover:after {
  box-shadow: inset 0 0 15rem 0 rgba(255, 255, 255, 0.5), 0 0 26rem 0 rgba(255, 255, 255, 0.5), 0 0 26rem 0 rgba(255, 255, 255, 0.5);
}

.pers__left-btn.pers-moonstone:hover img {
  -webkit-filter: brightness(143%);
  filter: brightness(143%);
}

.pers__left-btn.pers-sapfir:after {
  top: 0;
  left: 36rem;
  width: 24rem;
  height: 30rem;
  -webkit-transform: rotate(-10deg) skew(13deg, -6deg);
  transform: rotate(-10deg) skew(13deg, -6deg);
  border-radius: 3rem;
  box-shadow: inset 0 0 26rem 0 rgba(0, 0, 0, 0.2), 0 0 26rem 0 rgba(0, 0, 0, 0.8);
}

.pers__left-btn.pers-sapfir:hover:after {
  box-shadow: inset 0 0 20rem 0 #3f8cde, 0 0 26rem 0 #3f8cde, 0 0 26rem 0 #3f8cde;
}

.pers__left-btn.pers-sapfir:hover img {
  -webkit-filter: brightness(143%);
  filter: brightness(143%);
}

.pers__right-btn {
  background: url("../img/content/pers-right-btn.png") no-repeat 50%;
  width: 62rem;
  height: 50rem;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 5rem;
  padding-right: 20rem;
  margin-left: -6rem;
  background-size: 100%;
  margin-bottom: -5rem;
}

.pers__right-btn:hover {
  -webkit-filter: sepia(50%) saturate(180%);
  filter: sepia(50%) saturate(180%);
}

.pers__right-btn img {
  width: 70%;
}

.pers__center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-top: 4rem;
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 40rem;
}

.pers__center, .pers__mana-hp {
  display: -webkit-box;
  display: flex;
}

.pers__mana-hp {
  height: 170rem;
  gap: 9rem;
  padding-right: 4rem;
}

.pers__mana-hp-left {
  width: 30rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.pers__hp-icon {
  position: relative;
  margin-bottom: 5rem;
  width: 14rem;
}

.pers__hp-icon img {
  max-width: 100%;
}

.pers__hp-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8rem;
  margin-left: -5rem;
  width: 10rem;
  height: 16rem;
  border-radius: 50%;
  box-shadow: 0 0 4.5rem 2rem #4c82b8;
}

.pers__hp-count {
  margin-top: 18rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  color: #9cb2d3;
  font-size: 10rem;
}

.pers__hp-count span {
  padding: 0 3rem;
}

.pers__hp-count span:first-child {
  border-bottom: 1rem solid #9cb2d3;
}

.pers__mana-icon {
  position: relative;
  width: 14rem;
  margin-bottom: 5rem;
}

.pers__mana-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6rem;
  margin-left: -6rem;
  width: 12rem;
  height: 10rem;
  border-radius: 50%;
  box-shadow: 0 0 4.5rem 2rem #e72323;
}

.pers__mana-icon img {
  max-width: 100%;
}

.pers__mana-count {
  margin-top: 18rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  color: #e72323;
  font-size: 10rem;
}

.pers__mana-count span {
  padding: 0 3rem;
}

.pers__mana-count span:first-child {
  border-bottom: 1rem solid #e72323;
}

.pers__mana-hp-right {
  width: 30rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.pers__img {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 158rem;
  height: 158rem;
  margin-top: 4rem;
}

.pers__img img {
  height: 100%;
  width: 100%;
}

.pers__hp {
  background-image: -webkit-gradient(linear, left top, right top, from(#8393ca), to(#fff));
  background-image: linear-gradient(90deg, #8393ca, #fff);
  box-shadow: inset -11rem 0 2rem -8rem rgba(0, 0, 0, 0.3), 0 1rem 9.5rem 0.5rem #b0c9e7;
  width: 6rem;
  height: 93rem;
  -webkit-box-align: end;
  align-items: flex-end;
}

.pers__hp, .pers__hp:before {
  display: -webkit-box;
  display: flex;
}

.pers__hp:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#00186e), color-stop(46%, #003090), color-stop(87%, #0047b1));
  background-image: linear-gradient(90deg, #00186e, #003090 46%, #0047b1 87%);
  box-shadow: inset -3rem 0 2rem -1rem rgba(0, 0, 0, 0.6), 0 1rem 9.5rem 0.5rem #b0c9e7;
  width: 100%;
  height: 45%;
}

.pers__mana {
  background-image: -webkit-gradient(linear, left top, right top, from(#8393ca), to(#fff));
  background-image: linear-gradient(90deg, #8393ca, #fff);
  box-shadow: inset -11rem 0 2rem -8rem rgba(0, 0, 0, 0.3), 0 1rem 9.5rem 0.5rem #b0c9e7;
  width: 6rem;
  height: 93rem;
  -webkit-box-align: end;
  align-items: flex-end;
}

.pers__mana, .pers__mana:before {
  display: -webkit-box;
  display: flex;
}

.pers__mana:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#bd321f), color-stop(46%, #d52722), color-stop(87%, #ed1c24));
  background-image: linear-gradient(90deg, #bd321f, #d52722 46%, #ed1c24 87%);
  box-shadow: inset -3rem 0 2rem -1rem rgba(0, 0, 0, 0.6), 0 1rem 9.5rem 0.5rem #ed1c24;
  width: 100%;
  height: 45%;
}

.pers__neme {
  margin-top: 25rem;
  font-size: 24rem;
  font-family: var(--font-family-secondary);
  background: -webkit-gradient(linear, right top, left top, from(#d9a960), color-stop(33%, #fff), color-stop(35%, #faeed4), color-stop(72%, #f5dda8), color-stop(85%, #eac687), to(#deae66));
  background: linear-gradient(-90deg, #d9a960, #fff 33%, #faeed4 35%, #f5dda8 72%, #eac687 85%, #deae66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-weight: 400;
}

.pers__arm {
  display: -webkit-box;
  display: flex;
  margin-top: 7rem;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 41rem;
}

.pers__arm-left, .pers__arm-right {
  width: 75rem;
  height: 53rem;
}

.pers__arm-left img, .pers__arm-right img {
  width: 100%;
  height: 100%;
}

.pers__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.pers__bottom img {
  -webkit-filter: none;
  filter: none;
  -webkit-filter: grayscale(100%) invert(4%) sepia(60%) saturate(377%) hue-rotate(49deg) brightness(104%) contrast(91%);
  filter: grayscale(100%) invert(4%) sepia(60%) saturate(377%) hue-rotate(49deg) brightness(104%) contrast(91%);
  -webkit-filter: grayscale(100%) invert(0) sepia(22%) saturate(3172%) hue-rotate(327deg) brightness(93%) contrast(114%);
  filter: grayscale(100%) invert(0) sepia(22%) saturate(3172%) hue-rotate(327deg) brightness(93%) contrast(114%);
}

.pers__body {
  width: 160rem;
  height: 160rem;
  position: relative;
  margin-top: 11rem;
}

.pers__body-head, .pers__body-left-hand, .pers__body-legs, .pers__body-right-hand, .pers__body-torsos {
  position: absolute;
}

.pers__body-head span, .pers__body-left-hand span, .pers__body-legs span, .pers__body-right-hand span, .pers__body-torsos span {
  font-size: 14rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#876c5e), color-stop(#876c5e), color-stop(#fff), color-stop(#fff), to(#876c5e));
  background: linear-gradient(to bottom, #876c5e, #876c5e, #fff, #fff, #876c5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pers__body-head.easi-damag img, .pers__body-left-hand.easi-damag img, .pers__body-legs.easi-damag img, .pers__body-right-hand.easi-damag img, .pers__body-torsos.easi-damag img {
  -webkit-filter: none;
  filter: none;
}

.pers__body-head.much-damag img, .pers__body-left-hand.much-damag img, .pers__body-legs.much-damag img, .pers__body-right-hand.much-damag img, .pers__body-torsos.much-damag img {
  -webkit-filter: grayscale(100%) invert(0) sepia(22%) saturate(3172%) hue-rotate(327deg) brightness(93%) contrast(114%);
  filter: grayscale(100%) invert(0) sepia(22%) saturate(3172%) hue-rotate(327deg) brightness(93%) contrast(114%);
}

.pers__body-head.break-damag img, .pers__body-left-hand.break-damag img, .pers__body-legs.break-damag img, .pers__body-right-hand.break-damag img, .pers__body-torsos.break-damag img {
  -webkit-filter: grayscale(100%) invert(0) sepia(22%) saturate(3172%) hue-rotate(327deg) brightness(50%) contrast(150%);
  filter: grayscale(100%) invert(0) sepia(22%) saturate(3172%) hue-rotate(327deg) brightness(50%) contrast(150%);
}

.pers__body-head.norm-damag img, .pers__body-left-hand.norm-damag img, .pers__body-legs.norm-damag img, .pers__body-right-hand.norm-damag img, .pers__body-torsos.norm-damag img {
  -webkit-filter: grayscale(100%) invert(4%) sepia(60%) saturate(377%) hue-rotate(49deg) brightness(104%) contrast(91%);
  filter: grayscale(100%) invert(4%) sepia(60%) saturate(377%) hue-rotate(49deg) brightness(104%) contrast(91%);
}

.pers__body-head {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  top: 0;
  left: 50%;
  margin-left: -14rem;
  width: 28rem;
  height: 40rem;
  gap: 3rem;
}

.pers__body-head img {
  width: 18.6rem;
  height: 21rem;
}

.pers ._men .pers__body-head {
  margin-left: -14rem;
}

.pers ._men .pers__body-head img {
  width: 13.82rem;
  height: 24.8rem;
}

.pers ._men .pers__body-left-hand {
  left: 55rem;
  top: 37rem;
}

.pers ._men .pers__body-left-hand img {
  width: 29.02rem;
  height: 53.2rem;
}

.pers ._men .pers__body-right-hand {
  right: 55rem;
  top: 37rem;
}

.pers ._men .pers__body-right-hand img {
  width: 26.25rem;
  height: 51.82rem;
}

.pers ._men .pers__body-torsos {
  top: 46rem;
  margin-left: -16rem;
}

.pers ._men .pers__body-torsos img {
  width: 34.55rem;
  height: 33.16rem;
}

.pers ._men .pers__body-legs {
  top: 64rem;
  margin-left: -16.4rem;
}

.pers ._men .pers__body-legs img {
  width: 44.22rem;
  height: 75.31rem;
}

.pers__body-left-hand {
  left: 59rem;
  top: 41rem;
}

.pers__body-left-hand img {
  width: 17.4rem;
  height: 45rem;
}

.pers__body-left-hand span {
  position: absolute;
  left: -29rem;
  bottom: -14rem;
}

.pers__body-torsos {
  top: 41rem;
  left: 50%;
  margin-left: -12.3rem;
}

.pers__body-torsos img {
  width: 24.6rem;
  height: 33rem;
}

.pers__body-torsos span {
  position: absolute;
  top: -15rem;
}

.pers__body-torsos span:first-child {
  left: -34rem;
}

.pers__body-torsos span:last-child {
  right: -34rem;
}

.pers__body-right-hand {
  right: 59rem;
  top: 41rem;
}

.pers__body-right-hand img {
  width: 17.5rem;
  height: 45rem;
}

.pers__body-right-hand span {
  position: absolute;
  right: -29rem;
  bottom: -14rem;
}

.pers__body-legs {
  top: 68rem;
  left: 50%;
  margin-left: -17.4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  align-items: center;
}

.pers__body-legs img {
  width: 34.8rem;
  height: 65.4rem;
}

.pers__body-legs span {
  text-align: center;
}

.pet {
  margin: 30rem 0;
  position: relative;
  z-index: 3;
}
.pet__photo {
  width: 104rem;
  aspect-ratio: 1/1;
  margin: 0 auto 10rem;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.pet__photo:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/content/pet-border.png") no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.pet__name {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.pet__name strong {
  color: blue;
}

.pers .spacer {
  margin: 0 auto;
}

.pers__form-label {
  color: #fff;
  text-align: center;
}
.pers__form .input-b {
  width: 100%;
  margin: 10rem 0;
}
.pers__form-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.pers__label {
  background: -webkit-gradient(linear, left top, left bottom, from(#dca959), color-stop(#f8e0a8), color-stop(#e6b567), to(#8f6f3a));
  background: linear-gradient(to bottom, #dca959, #f8e0a8, #e6b567, #8f6f3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--font-family-secondary);
  color: transparent;
  font-size: 18rem;
  margin: 0 0 10rem;
}

.pers__gallery {
  margin: 0 auto;
  display: table;
}
.pers__gallery:hover {
  -webkit-filter: sepia(50%) saturate(110%) brightness(130%);
          filter: sepia(50%) saturate(110%) brightness(130%);
}

.pers__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 32rem;
  width: 100%;
  margin: 25rem 0 5rem;
  padding-left: 30rem;
}
.pers__info .pers__neme {
  margin: 0;
}

.pers__die {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 6rem;
  max-width: 120rem;
}
.pers__die span {
  background: -webkit-gradient(linear, left top, left bottom, from(#876c5e), color-stop(#876c5e), color-stop(#fff), color-stop(#fff), to(#876c5e));
  background: linear-gradient(to bottom, #876c5e, #876c5e, #fff, #fff, #876c5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.pers__controls {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 8rem;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
}
.pers__controls p {
  margin: 0 0 5rem;
}
.pers__controls span {
  color: #ceb0d0;
}
.btn__border {
  height: 24rem;
  background: rgba(29, 7, 7, .8);
  border: 2rem solid #948579;
  -webkit-box-shadow: inset 0 0 2rem 4rem #3c2b23;
  box-shadow: inset 0 0 2rem 4rem #3c2b23;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13rem;
  line-height: 12.5rem;
  font-weight: 400;
  font-family: var(--brg);
  text-decoration: none;
  padding: 0 8rem;
  position: relative
}
.btn__border:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 4rem);
  height: calc(100% + 4rem);
  top: -2rem;
  left: -2rem;
  background: -o-radial-gradient(50% 50%, 54.61% 183.7%, rgba(61, 45, 37, 0) 5%, rgba(61, 45, 37, 0) 82.08%, #3d2d25 95.2%);
  background: radial-gradient(54.61% 183.7% at 50% 50%, rgba(61, 45, 37, 0) 5%, rgba(61, 45, 37, 0) 82.08%, #3d2d25 95.2%)
}
.btn__border span {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#95837a), color-stop(46%, #f8f5ef), color-stop(47%, #f9f6f1), color-stop(53%, #faf6f2), color-stop(75%, #afa69c), to(#645645));
  background-image: -o-linear-gradient(top, #95837a 0, #f8f5ef 46%, #f9f6f1 47%, #faf6f2 53%, #afa69c 75%, #645645 100%);
  background-image: linear-gradient(180deg, #95837a, #f8f5ef 46%, #f9f6f1 47%, #faf6f2 53%, #afa69c 75%, #645645);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}
.btn__border.active, .btn__border:hover {
  -webkit-filter: sepia(50%) saturate(180%) brightness(130%);
  filter: sepia(50%) saturate(180%) brightness(130%)
}
.btn__border._disabled.active, .btn__border._disabled:hover {
  -webkit-filter: none;
  filter: none
}
.logs-b__table a {color: #a0a0ff;}
.logs-b__table .row_left a { color: #d1811f; }
/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
#MForm a {color: #19a6e4;}