@charset "UTF-8";

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