@charset "UTF-8";
.mob-menu {
  display: none;
}

.header {
  width: 100%;
  height: 100px;
  background: rgb(24, 24, 24);
}
.header__container {
  width: 100%;
  max-width: 1285px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 100%;
  max-width: max-content;
  height: 42;
}
.header__text {
  font-family: Alumni Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  background: #95afd6;
}
.header__center {
  width: 100%;
  display: flex;
  max-width: 610px;
  justify-content: space-between;
  align-items: center;
}
.header__right {
  width: 100%;
  max-width: 90px;
  position: relative;
}

.header-bg {
  width: 100%;
  height: 100vh;
  background-image: url("../images/4-min.png");
  background-image: url("../images/5-min.png");
  background-image: url("../images/3-min.png");
  background-blend-mode: overlay;
  background-repeat: round;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} /* Rectangle 92 */
.header-log {
  width: 100%;
  max-width: 198px;
}
.header-log img {
  width: 198px;
}

.header-list {
  width: 100%;
  display: flex;
  max-width: 610px;
  justify-content: space-between;
}
.header-list__link {
  /* About product */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: text-decoration 0.5s linear;
}
.header-list__link:hover {
  text-decoration: underline;
}

.en {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.en:hover:after {
  width: 100%;
  height: 1px;
  background-color: #f5f4f4;
  content: "";
  left: 0;
  bottom: -2px;
  position: absolute;
}
.en__logo {
  margin: 0 8px 0 0;
}
.en__logo svg {
  transition: all 0.2s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  fill: rgb(255, 255, 255);
}
.en__title {
  transition: all 0.2s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  /* EN */
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  /* identical to box height */
  color: #ffffff;
  position: relative;
}
.en__title::before, .en__title::after {
  transition: all 0.2s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  border-radius: 5px;
  position: absolute;
  content: "";
  width: 10px;
  background-color: rgb(243, 243, 243);
  border: 1px solid rgb(243, 243, 243);
  top: 50%;
  height: 0px;
}
.en__title::before {
  left: 33px;
  transform: rotate(35deg);
}
.en__title::after {
  left: 41px;
  transform: rotate(-35deg);
}

.header-decor-menu {
  width: 100%;
  max-width: 168px;
  display: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: #eeeeee;
  position: absolute;
  z-index: 9;
  top: 35px;
  height: auto;
}
.header-decor-menu__item {
  width: 100%;
  display: flex;
  align-items: center;
}
.header-decor-menu__item:hover {
  background: #d9d9d9;
}
.header-decor-menu__item a {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  text-decoration: none;
  padding: 0 0 0 15px;
}
.header-decor-menu__item a img {
  width: 18px;
  height: 18px;
}
.header-decor-menu__item a p {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0 0 0 8px;
}
.header-decor-menu__item:last-child {
  position: relative;
  margin: 0;
}
.header-decor-menu__item:last-child::before {
  content: "";
  position: absolute;
  width: 168px;
  height: 1px;
  top: 0;
  left: 0;
  background: #d9d9d9;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.alert-error {
  color: rgb(255, 124, 76);
  /* Данный логин уже занят другим игроком. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  /* error */
  color: #e28c6e;
}

.alert-success {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #f2f2f2;
}

.reg {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
}
.reg__container {
  width: 100%;
  max-width: max-content;
  margin: 0 0 0 260px;
}
.reg__title {
  box-sizing: border-box;
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 68px;
  line-height: 82px;
  /* identical to box height */
  text-transform: uppercase;
  text-align: center;
  /* white */
  color: #f2f2f2;
}
.reg__title span {
  color: #95afd6;
}
.reg .login-footer {
  margin: 20px 0 0 0;
  max-width: max-content;
}

.req-form {
  width: 100%;
  max-width: 440px;
}
.req-form__input {
  margin: 20px 0 20px 0;
  width: 100%;
  max-width: 250px;
  height: 40px;
  background-color: #1e262b;
  /* Frame 3 */
  box-sizing: border-box;
  /* Auto layout */
  /* white */
  border: 1px solid #a2a2a2;
  border-radius: 3px;
  /* Логин */
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #babbbb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.req-form__input:focus {
  outline: none;
}
.select {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 250px;
  height: 40px;
  background-color: #1e262b;
  /* Frame 3 */
  box-sizing: border-box;
  /* Auto layout */
  /* white */
  border: 1px solid #a2a2a2;
  border-radius: 3px;
  /* Логин */
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #babbbb;
  padding: 0 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.select:focus {
  outline: none;
}

.container-cod {
  width: 75px;
  height: 40px;
  /* image 14 */
  background-color: #000;
  box-sizing: border-box;
  /* white */
  border: 1px solid #a2a2a2;
  border-radius: 3px;
  margin: 0 0 0 20px;
}

.chek-container {
  display: flex;
  margin: 20px 0 0 0;
}
.chek-container .req-form__input {
  margin: 0;
}

.text-decor-green {
  /* Логин свободен! */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  margin: 10px 0 0 0;
  /* green */
  color: #6ac578;
}

.chek-login {
  width: 100%;
  max-width: max-content;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6ac578;
  border: 1px solid #6ac578;
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 0 20px;
  color: #303945;
  cursor: pointer;
}

.chek-text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  max-width: 400px;
  /* white */
  color: #f2f2f2;
  margin: 15px 0 0 0;
}

.req-chek {
  width: 100%;
  display: flex;
  margin: 30px 0;
}
.req-chek__text {
  margin: 0 0 0 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.req-chek__text a {
  /* Правила и условия пользования прочитал(а) и принимаю */
  /* identical to box height */
  /* active/hover */
  color: #95afd6;
  text-decoration: none;
}

body {
  background-image: url("../images/bg-login.png");
  background-repeat: no-repeat;
  background-clip: content-box;
  /* background-attachment: unset; */
  background-origin: content-box;
  background-size: cover;
  box-sizing: border-box;
}

.bg {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: rgb(18, 18, 18);
  opacity: 0.5;
  /* background-attachment: unset; */
  background-origin: content-box;
  background-size: cover;
}

.login {
  position: relative;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
}
.login__container {
  width: 100%;
  max-width: 745px;
  margin: 0 0 0 250px;
  box-sizing: border-box;
}
.login__title {
  margin: 150px 0 50px 0; /* Вход в личный кабинет FalconJD */
  height: 99px;
  box-sizing: border-box;
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 68px;
  line-height: 82px;
  /* identical to box height */
  text-transform: uppercase;
  text-align: center;
  /* white */
  color: #f2f2f2;
}
.login__title span {
  color: #95afd6;
}
.login__img-container {
  position: fixed; /* girl */
  width: 684px;
  height: 620px;
  right: 10%;
  bottom: 0;
}
.title__img {
  position: relative;
}
.title__img svg {
  position: absolute;
  left: 0;
}

.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.login-form__input, .login-form__btn .input, .login-form__btn {
  width: 100%;
  max-width: 250px;
  height: 40px;
  background-color: #1e262b;
  /* Frame 3 */
  box-sizing: border-box;
  /* Auto layout */
  /* white */
  border: 1px solid #a2a2a2;
  border-radius: 3px;
  /* Логин */
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #babbbb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px 0 0 0;
}
.login-form__input:focus, .login-form__btn .input:focus, .login-form__btn:focus {
  outline: none;
}
.login-form__input svg, .login-form__btn .input svg, .login-form__btn svg {
  margin: 0 0 0 10px;
}
.login-form__link-decor {
  /* Забыли логин или пароль? */
  width: 100%;
  max-width: 250px;
  margin: 10px 0 0 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  text-decoration: none;
  /* active/hover */
  color: #95afd6;
}
.login-form__btn {
  cursor: pointer;
  text-decoration: none;
}
.checkbox__item:checked + label::before {
  background: #95afd6;
}

.checkbox {
  width: 100%;
  max-width: 250px;
  height: 16px;
  margin: 10px auto 15px auto;
  display: flex;
  align-items: center;
}
.checkbox__item {
  display: none;
}
.checkbox__decor {
  /* Rectangle 19 */
  cursor: pointer;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  position: relative;
  /* active/hover */
  border: 1px solid #95afd6;
}
.checkbox__decor::before {
  /* Rectangle 20 */
  content: "";
  top: 1px;
  left: 1px;
  position: absolute;
  width: 12px;
  height: 12px;
  /* active/hover */
}
.checkbox__text {
  width: 118px; /* Запомнить меня */
  margin: 0 0 0 26px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  cursor: pointer;
  /* white */
  color: #f2f2f2;
}

.login-footer {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: flex;
}
.login-footer__text {
  /* Нет аккаунта? Зарегистрируйся! */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
  /* white */
  color: #f2f2f2;
}
.login-footer__link {
  color: #95afd6;
  text-decoration: none;
  margin: 0 0 0 3px; /* Нет аккаунта? Зарегистрируйся! */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
}

.req-chek__input:checked + label .req-chek__box::before {
  background: #95afd6;
}

.req-chek__input {
  display: none;
}
.req-chek__label {
  display: flex;
  width: 100%;
  cursor: pointer;
}
.req-chek__box {
  /* Rectangle 19 */
  cursor: pointer;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  position: relative;
  /* active/hover */
  border: 1px solid #95afd6;
}
.req-chek__box::before {
  /* Rectangle 20 */
  content: "";
  top: 1px;
  left: 1px;
  position: absolute;
  width: 12px;
  height: 12px;
  /* active/hover */
}

@media (max-width: 1300px) {
  .login__img-container {
    display: none;
  }
  .login {
    overflow: auto;
  }
  .login__container {
    margin: 0 auto;
  }
  .reg__container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 999px) {
  body {
    overflow: auto;
    height: 100%;
  }
  .login__title {
    margin: 50px auto 100px auto;
  }
  .login__container {
    margin: 0 auto;
    padding: 0 20px;
  }
  .title__img svg {
    width: 100%;
  }
  .reg {
    align-items: start;
  }
}
@media (max-width: 450px) {
  body {
    overflow: auto;
    height: 100%;
  }
  .login__title {
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
    margin: 50px auto 10px auto;
  }
  .bg {
    height: 1100px;
  }
  .reg__title {
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
    margin: 50px auto 10px auto;
  }
  .req-form {
    padding: 0 20px;
  }
  .login__container {
    margin: 0 auto;
    padding: 0 20px;
  }
  .login-form {
    margin: 0;
  }
  .title__img svg {
    width: 100%;
  }
  .login-form__input {
    max-width: 100%;
  }
  .reg {
    height: 1100px;
  }
}
@media (max-width: 350px) {
  .bg {
    height: 1100px;
    /* max-height: max-content; */
  }
  .reg {
    overflow: auto;
    height: 1100px;
  }
}
.title__text {
  /* Через эту форму Вы можете отправить на почту ссылку для сброса пароля от аккаунта и снятия ограничения входа по IP.Обратите внимание, что без доступа к почте восстановить аккаунт практически невозможно. Если так вдруг случилось, что Вы действительно забыли свою почту, либо изначально ввели неверную – обратитесь в личные сообщения нашей группы в ВК. */
}
.title__text {
  /* Через эту форму Вы можете отправить на почту ссылку для сброса пароля от аккаунта и снятия ограничения входа по IP.Обратите внимание, что без доступа к почте восстановить аккаунт практически невозможно. Если так вдруг случилось, что Вы действительно забыли свою почту, либо изначально ввели неверную – обратитесь в личные сообщения нашей группы в ВК. */
}
.reg-form__container {
  margin: 0 0 40px 0;
}
.reg-form__label {
  /* Восстановление доступа по логину */
  margin: 0 0 25px 0;
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  /* white */
  color: #f2f2f2;
}

.req__container-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 787px;
}
.req__text {
  /* Через эту форму Вы можете отправить на почту ссылку для сброса пароля от аккаунта и снятия ограничения входа по IP.Обратите внимание, что без доступа к почте восстановить аккаунт практически невозможно. Если так вдруг случилось, что Вы действительно забыли свою почту, либо изначально ввели неверную – обратитесь в личные сообщения нашей группы в ВК. */
  width: 100%;
  max-width: 753px;
}
.req__text p {
  color: #f2f2f2;
  margin: 0 0 20px 0;
  font-family: "Roboto";
  font-weight: 500;
  font-style: "Medium";
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
}
.req__text a {
  /* Через эту форму Вы можете отправить на почту ссылку для сброса пароля от аккаунта и снятия ограничения входа по IP.Обратите внимание, что без доступа к почте восстановить аккаунт практически невозможно. Если так вдруг случилось, что Вы действительно забыли свою почту, либо изначально ввели неверную – обратитесь в личные сообщения нашей группы в ВК. */
  /* or 20px */
  text-decoration-line: underline;
  /* active/hover */
  color: #95afd6;
}

* {
  box-sizing: border-box;
}

.decor {
  background: linear-gradient(90deg, #fcb045 36.99%, #fd1d1d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-title {
  color: #e4e5ea;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body {
  overflow: auto;
}

.header {
  width: 100%;
  height: 338px;
  background: #303945;
}
.header__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 62px; /* Rectangle 10 */
  padding: 10px 0;
  display: flex;
  display: flex;
  justify-content: space-between;
}
.header__left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 205px;
  align-items: center;
}
.header__logo {
  width: 100px;
  height: 42px;
}
.header__text-decor {
  /* online */
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #49ce5d;
  margin: 0 0 0 5px;
}
.header-rights {
  width: 100%;
  max-width: 130px;
}
.header-rights__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 111px;
  align-items: center;
  cursor: pointer;
}
.header-rights__logo {
  width: 15px;
  height: 15px;
}
.header-rights__text-decor {
  /* my__paranoia */
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  /* active/hover */
  color: #95afd6;
  position: relative;
}
.header-rights__text-decor::before, .header-rights__text-decor::after {
  top: 10px;
  position: absolute;
  content: "";
  width: 5.5px;
  height: 1.5px;
  border-radius: 5px; /* Icon */
  background: #95afd6;
}
.header-rights__text-decor::before {
  right: -15px;
  transform: rotate(-40deg);
}
.header-rights__text-decor::after {
  right: -11.5px;
  transform: rotate(40deg);
}
.header-rights__bottom {
  width: 100%;
  max-width: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-rights__text {
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  /* white */
  color: #f2f2f2;
}

.decor-gold {
  /* Монет на счету: */
  /* 1240 */
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #fbd945;
}

.header-img {
  width: 100%;
  height: 276px;
  position: relative;
}
.header-img img {
  position: absolute;
  width: 100%;
  height: 276px;
  object-fit: cover;
}

.main {
  background-color: #fff;
  padding: 30px 0 50px 0;
}
.main__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.main__left {
  width: 100%;
  max-width: 328px;
  height: 1230px;
  background: #eeeeee;
}
.main__left hr {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.main__right {
  width: 100%;
  background-color: #eeeeee;
  max-width: 1070px;
}
.main__content {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}
.main__title {
  font-family: "Alumni Sans";
  margin: 15px 0 0 0;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  /* black */
  color: #1f1f1f;
}
.menu__list {
  max-width: 290px;
  margin: 22px auto;
}
.menu__item {
  cursor: pointer;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  padding: 8px 17px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  margin: 0 0 3px 0;
}
.menu__item:hover {
  background: #d9d9d9;
}
.menu__item.active {
  /* Rectangle 30 */
  /* dark blue bg */
  background: #303945;
}
.menu__item.active .menu__text {
  color: #fff;
}
.menu__item.active .menu__logo {
  fill: #95afd6; /* Vector */
}
.menu__logo {
  fill: #303945; /* Vector */
}
.menu__text {
  margin: 0 0 0 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  /* identical to box height */
  /* dark blue bg */
  color: #303945;
}

.tables {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 40px 0 0 0;
}
.decor-table .head-table__tr th:nth-child(1) {
  max-width: 69px !important;
}
.decor-table .head-table__tr th:nth-child(2) {
  max-width: 173px !important;
}
.decor-table .head-table__tr th:nth-child(3) {
  max-width: 97px !important;
}
.decor-table .head-table__tr th:nth-child(4) {
  max-width: 94px !important;
}
.decor-table .head-table__tr th:nth-child(5) {
  max-width: 123px !important;
}
.decor-table .head-table__tr th:nth-child(6) {
  max-width: 95px !important;
}
.decor-table .head-table__tr th:nth-child(7) {
  max-width: 105px !important;
}
.decor-table .head-table__tr th:nth-child(8) {
  max-width: 105px !important;
}
.decor-table .head-table__tr th:nth-child(9) {
  max-width: 104px !important;
}
.decor-table .table-body td:nth-child(1) {
  max-width: 69px !important;
}
.decor-table .table-body td:nth-child(2) {
  max-width: 173px !important;
}
.decor-table .table-body td:nth-child(3) {
  max-width: 97px !important;
}
.decor-table .table-body td:nth-child(4) {
  max-width: 94px !important;
}
.decor-table .table-body td:nth-child(5) {
  max-width: 123px !important;
}
.decor-table .table-body td:nth-child(6) {
  max-width: 95px !important;
}
.decor-table .table-body td:nth-child(7) {
  max-width: 105px !important;
}
.decor-table .table-body td:nth-child(8) {
  max-width: 105px !important;
}
.decor-table .table-body td:nth-child(9) {
  max-width: 104px !important;
}
.content-main {
  width: 100%;
  max-width: 1010px;
}
.content-main__title {
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 20px 0;
  /* black */
  color: #1f1f1f;
}
.content-main__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content-main__header .select-main {
  box-sizing: border-box;
  background: #d9d9d9;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  width: 60px;
  height: 36px;
}
.content-main__header .search {
  width: 100%;
  max-width: 140px;
  height: 36px;
  box-sizing: border-box;
  background: #d9d9d9;
  border: 1px solid #b4b4b4;
  border-radius: 3px; /* Поиск... */
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #9d9d9d;
  flex-grow: 0;
}
.content-main__header label {
  width: 100%;
  max-width: 154px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-main__text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  /* identical to box height */
  /* dark blue bg */
  color: #303945;
}
.table {
  width: 100%;
  margin: 15px 0;
}
.table tbody {
  width: 100%;
}
.table tbody tr {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  background: #e4e4e4;
  border-radius: 1px;
}
.table tbody tr td {
  /* Rectangle 49 */
}
.numbering {
  width: 100%;
  max-width: 250px;
}
.numbering__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.numbering__link {
  /* 2 */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  /* dark blue bg */
  color: #303945;
  cursor: pointer;
}
.numbering__link:active {
  /* active/hover */
  color: #95afd6;
}

.content-main {
  margin: 0 0 50px 0;
}
.head-table {
  width: 100%;
}
.head-table__tr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-table__tr th {
  display: flex;
  height: 36px;
  align-items: center;
  background: #463a3e;
  border-radius: 3px;
  /* № */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  padding: 0 0 0 10px;
  /* grey */
  color: #d9d9d9;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 100%;
  max-width: 230px;
}
.head-table__small {
  width: 1000%;
  max-width: 70px !important;
}

.table-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 0 0;
}
.table-body:nth-child(1) {
  /* †YiffMe† */
  /* identical to box height */
}
.table-body:nth-child(1) .table-body__small,
.table-body:nth-child(1) .table-body__long {
  color: #a2a252;
}
.table-body:nth-child(2) .table-body__small,
.table-body:nth-child(2) .table-body__long {
  color: #7e7979;
}
.table-body:nth-child(3) .table-body__small,
.table-body:nth-child(3) .table-body__long {
  color: #bf6640;
}
.table-body td {
  /* Rectangle 49 */
  background: #e4e4e4;
  border-radius: 1px; /* 4N */
  margin: 0 0 0 2px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  /* dark blue bg */
  color: #303945;
  padding: 0 0 0 10px;
  width: 100%;
  max-width: 230px;
}
.table-body__small {
  width: 1000%;
  max-width: 70px !important;
}

.footer {
  width: 100%;
  background: #303945;
}
.footer__link {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  /* dark blue bg */
  height: 62px;
  display: flex;
  align-items: center;
}
.footer__link ul {
  display: flex;
  width: 100%;
  margin: 367px;
}
.footer__link ul li {
  margin: 0 0 0 25px;
}
.footer__link ul li a {
  margin: 0 0 0 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  color: #95afd6;
}
.footer__title {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #95afd6;
  background: #212529;
}
.block-content {
  width: 100%;
  max-width: 356px;
}

.sub-title-dec {
  font-family: Alumni Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  color: #1f1f1f;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 25px 0;
}

.label {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  color: #1f1f1f;
  letter-spacing: 0%;
  margin: 0 0 7px 0;
}

.input-black {
  width: 100%;
  background: #1e262b;
  height: 40px;
  border: 1px solid #a2a2a2;
  font-family: Alumni Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f2f2f2;
  margin: 7px 0;
  border-radius: 3px;
  padding: 0 0 0 10px;
}

.decor-text-input {
  /* Вы получите 123 голд */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  /* dark blue bg */
  color: #303945;
}
.decor-text-input span {
  /* Вы получите 123 голд */
  color: #49ce5d;
}

.btn-green {
  border-radius: 3px;
  width: 100%;
  max-width: 356px;
  background: #6ac578;
  border: 1px solid #6ac578;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Обменять на голд шоп */
  margin: 25px 0 0 0;
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #f2f2f2;
}

.mini-grop {
  width: 100%;
  display: flex;
  width: 100%;
  max-width: 170px;
  justify-content: space-between;
}

.input-decor-mini {
  width: 100%;
  max-width: 78px;
  position: relative;
}
.input-decor-mini img {
  position: absolute;
  top: 20px;
  left: 10px;
}
.input-decor-mini .input-black {
  padding: 0 0 0 32px;
}