@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.header__right {
    width: 100%;
    max-width: 90px;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 610px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    -webkit-transition: -webkit-text-decoration 0.5s linear;
    transition: -webkit-text-decoration 0.5s linear;
    transition: text-decoration 0.5s linear;
    transition: text-decoration 0.5s linear, -webkit-text-decoration 0.5s linear;
}

.header-list__link:hover {
    text-decoration: underline;
}

.en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.2s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    fill: rgb(255, 255, 255);
}

.en__title {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    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 {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    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;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.en__title::after {
    left: 41px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

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;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.reg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reg__container {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 0 0 260px;
}

.reg .login__img-container {
    width: auto;
    height: auto;
}

.reg__title {
    -webkit-box-sizing: border-box;
    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;
}

.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 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  /* Auto layout */
  /* white */
    border: 1px solid #f2f2f2;
    border-radius: 3px;
  /* Логин */
    font-family: "Alumni Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #babbbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  /* Auto layout */
  /* white */
    border: 1px solid #f2f2f2;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.select:focus {
    outline: none;
}

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

.chek-container {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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: -webkit-box;
    display: -ms-flexbox;
    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 {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-image: url("../images/bg-lpgin.png");
    background-repeat: no-repeat;
    background-clip: content-box;
  /* background-attachment: unset; */
    background-origin: content-box;
    background-size: cover;
    -webkit-box-sizing: border-box;
    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: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.login__container {
    width: 100%;
    max-width: 745px;
    margin: 0 0 0 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login__title {
    margin: 150px 0 50px 0;
 /* Вход в личный кабинет FalconJD */
    height: 99px;
    -webkit-box-sizing: border-box;
    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: absolute;
 /* girl */
    width: 684px;
    height: 620px;
    right: 10%;
    bottom: 0;
}

.title__img {
    position: relative;
}

.title__img svg {
    position: absolute;
    left: 0;
}

.login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  /* Auto layout */
  /* white */
    border: 1px solid #f2f2f2;
    border-radius: 3px;
  /* Логин */
    font-family: "Alumni Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #babbbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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;
}

.checkbox__item:checked + label::before {
    background: #95afd6;
}

.checkbox {
    width: 100%;
    max-width: 250px;
    height: 16px;
    margin: 10px auto 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox__item {
    display: none;
}

.checkbox__decor {
  /* Rectangle 19 */
    cursor: pointer;
    -webkit-box-sizing: border-box;
    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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer;
}

.req-chek__box {
  /* Rectangle 19 */
    cursor: pointer;
    -webkit-box-sizing: border-box;
    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: 1200px) {
    .login__img-container {
        display: none;
    }

    .login {
        overflow: auto;
    }

    .login__container {
        margin: 0 auto;
    }

    .reg__container {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@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 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

@media (max-width: 450px) {
    .login__title {
        font-weight: 600;
        font-size: 38px;
        line-height: 40px;
        margin: 50px auto 10px auto;
    }

    .bg {
        height: 120vh;
    }

    .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%;
    }
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 */
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  /* active/hover */
    color: #95afd6;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.decor {
    background: -webkit-gradient(linear, left top, right top, color-stop(36.99%, #fcb045), to(#fd1d1d));
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 205px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 111px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.header-rights__text-decor::after {
    right: -11.5px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.header-rights__bottom {
    width: 100%;
    max-width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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;
    -o-object-fit: cover;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    padding: 8px 17px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 3px 0;
}

.menu__item:hover {
  /* Rectangle 30 */
  /* dark blue bg */
    background: #303945;
}

.menu__item:hover .menu__text {
    color: #fff;
}

.menu__item:hover .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-main__header .select-main {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.content-main__header label {
    width: 100%;
    max-width: 154px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.head-table__tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 */
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 230px;
}

.head-table__small {
    width: 1000%;
    max-width: 70px !important;
}

.table-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #95afd6;
    background: #212529;
}