:root {
    /* body */
    /* container */
    /* fonts */
    /* colors */
    /* color palette */
    /* alternative naming */
    /* other colors */
    /* input */
    /* input:placeholder */
    /* input:focus */
    /* margin */
    /* other */
    /* table */
    /* tippy */
}

/* https://Get-Web.site - Front-End Developer
*/
/* ::selection {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
} */
main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-color: rgba(0, 0, 0, 0.15);
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
}

video,
iframe {
    max-width: 100%;
}

a {
    background-color: transparent;
    color: #e9c586;
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

/* убираем выделение ссылок пунктирной рамкой в FF и IE */
a:active,
a:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #999999;
    opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

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

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

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

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

/* main */
html {
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
    font-family: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 75%;
    font-weight: 400;
    color: #fff;
    cursor: default;
}

body {
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    margin: 0;
    background-color: #1c1b21;
    background-color: rgb(11, 14, 19);
    min-height: 100vh;
    min-width: 320px;
    display: flex;
    flex-direction: column;
}

.page {
    background-image: url(../images/bg/bg-small.jpg);
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    overflow-x: hidden;
    margin: 0 auto;
    min-height: 100vh;
    width: 100%;
    min-width: 320px;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    transition: 0.3s all;
    box-sizing: border-box;
}

.section {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
/*
.container {
    max-width: calc(1400px + 10px * 4);
    width: 100%;
    min-width: 0;
    padding-right: calc(10px * 2);
    padding-left: calc(10px * 2);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
*/
.rw {
    margin-left: calc(10px * -1);
    margin-right: calc(10px * -1);
}

.cl {
    box-sizing: border-box;
    padding-left: calc(10px);
    padding-right: calc(10px);
}

.spacer {
    flex-grow: 1;
    min-height: 6.5rem;
}

/* link */
.link {
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

/* headline */
.headline {
    font-family: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
    color: #c4a457;
    font-size: 1.875rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    margin-left: 3.75rem;
    display: block;
}

.headline:before {
    display: block;
    content: "";
    width: 2.31rem;
    height: 4px;
    position: absolute;
    right: calc(100% + 1.43rem);
    top: 1.1rem;
    background-color: #3f3f45;
    transition: .2s all;
}

/* title */
.title {
    color: #e9c586;
    font-size: 1.875rem;
    font-weight: 300;
}

/* ttl */
.ttl {
    color: #fbfaf7;
    font-size: 1.87rem;
    font-weight: 300;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    margin: 0;
}

.ttl_type_1 {
    text-transform: uppercase;
    color: #e9c586;
}

/* desc */
.desc {
    color: #7b7b85;
    font-size: 12px;
    font-weight: 300;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* inf */
.inf {
    color: #c4a457;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

/* head */
.head {
    display: grid;
    grid-gap: 5px;
}

/* download */
.download {}

.download__ttl {
    margin-bottom: 1.8rem;
}

.download__list {
    display: grid;
    grid-gap: 30px;
    position: relative;
    z-index: 0;
    margin-bottom: 35px;
}

.download__files {}

.download__container {
    display: grid;
    grid-gap: 35px;
}

.download__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

/* faq */
.faq {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-gap: 1.5rem;
}

.faq_small {
    grid-gap: 0.5rem;
}

.faq__link {
    color: #fff;
    font-size: 1.375rem;
    font-weight: 300;
    text-decoration: none;
}

.faq__link_hov {
    position: relative;
    z-index: 0;
    margin-left: 3.75rem;
    display: block;
}

.faq__link_hov:before {
    display: block;
    content: "";
    width: 2.31rem;
    height: 4px;
    position: absolute;
    right: calc(100% + 1.43rem);
    top: 1rem;
    background-color: #3f3f45;
    transition: .2s all;
}

.faq__link_hov:hover:before {
    background-color: #fff;
}

/* sysreq */
.sysreq {
    width: 100%;
    font-size: 12px;
    word-break: break-all;
    color: #fff;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
}

.sysreq__header {
    background: #1F6EA8;
}

.sysreq__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.sysreq__row:nth-child(2n) {
    background-color: #18181c;
}

.sysreq__col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    min-height: 41px;
    box-sizing: border-box;
    padding: 5px 15px;
}

.sysreq__col_name {
    color: #707073;
    font-family: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
    font-weight: 300;
}

.sysreq__col_title {
    color: #e9c586;
    font-family: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* aposnow */
.aposnow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 100;
}

/* bnr */
.bnr {
    opacity: 0.3;
    transition: .3s all;
}

.bnr:hover {
    opacity: 1;
}

[type="text"],
[type="email"],
[type="tel"],
[type="url"],
[type="password"],
[type="number"],
[type="search"],
[type="button"],
[type="color"],
[type="time"],
[type="date"],
[type="datetime-local"],
[type="file"],
[type="image"],
[type="month"],
[type="reset"],
[type="week"],
select,
textarea {
    box-sizing: border-box;
    transition: none;
    width: auto;
    height: 38px;
    background-color: #fff;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 3px 10px;
    color: #455971;
    font-family: var(--font-main);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: left;
    outline: none;
    box-shadow: none;
    min-width: 0;
}

textarea {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 70px;
    resize: none;
    max-height: 70px;
    text-align: left;
    padding: 5px 10px;
    line-height: calc(14px + 2px);
}

textarea:focus {
    height: auto;
    max-height: none;
    resize: vertical;
}

[type="text"]:focus,
[type="email"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="color"]:focus,
[type="time"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="file"]:focus,
[type="image"]:focus,
[type="month"]:focus,
[type="reset"]:focus,
[type="week"]:focus {
    box-sizing: border-box;
    transition: none;
    width: var(--input-focus-width);
    height: 38px;
    background-color: #fff;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 3px 10px;
    color: #455971;
    font-family: var(--font-main);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: left;
    outline: none;
    box-shadow: none;
    min-width: 0;
}

option {
    background-color: #ffffff;
    color: #455971;
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

option:hover {
    color: #000;
    background-color: #757575;
}

/* custom checkbox styles */
.checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
}

.checkbox__label {
    height: 18px;
    display: inline-flex;
    align-items: center;
}

.checkbox__name {
    margin-right: 10px;
}

.checkbox__block {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.checkbox__block:after {
    font-family: 'gwi';
    content: "\e806";
    position: absolute;
    top: 0;
    left: 3px;
    opacity: 0;
    transition: .2s all;
    pointer-events: none;
    font-size: 11px;
    color: #3b91ff;
    transform: scale(1.5);
}

.checkbox__input {
    display: none;
}

.checkbox__input:checked+.checkbox__block:after {
    opacity: 1;
    transform: scale(1);
}

/* field */
.field {
    position: relative;
    z-index: 0;
    width: 100%;
    display: flex;
    height: 38px;
    background-color: #fff;
    color: #455971;
    border: 1px solid #DADADA;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.field_inlnie {
    width: auto;
    display: inline-flex;
}

.field_mt {
    margin-top: 15px;
}

.field_mt_xs {
    margin-top: 5px;
}

.field_mb {
    margin-bottom: 15px;
}

.field_mb_xs {
    margin-bottom: 5px;
}

.field__input,
.field__input:focus {
    border: 0;
    background-color: transparent;
    flex-grow: 1;
    align-self: stretch;
    height: auto;
    min-width: 0;
    width: auto;
}

.field__desc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    background: #2C3451;
    border: 1px solid #2C3451;
    box-sizing: border-box;
}

.field__pic {
    width: 40px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--color-placeholder);
}

/* selection */
.selection {
    padding-left: 10px;
    padding-right: 36px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/icons/selection-arrow-down.svg) no-repeat calc(100% - 12px) center;
}

/* preload */
.preload {
    background-color: #1c1b21;
    min-width: 320px;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.64, 0.14, 0.34, 1.32);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.preload_fade {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
}

.preload__logo {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

@keyframes preanimateout {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-50%, -50%) scale(0);
    }
}

.preload__progress {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: rgb(200, 129, 107);
}

/* scene */
.scene {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* char */
.char {
    display: none;
    z-index: 1;
}

.char__img {
    display: block;
}

.char_0 {
    position: absolute;
    top: 307px;
    left: calc(50% - 440px);
}

.char_1 {
    position: absolute;
    top: 197px;
    left: calc(50% + 75px);
}

/* animated */
/* char_0 */
body:not(.loaded) .char_0.char_animated {
    opacity: 0;
    transform: translateX(140px);
}

.loaded .char_0.char_animated {
    transition: 1.3s all .3s;
    opacity: 1;
    transform: translateX(0);
}

/* char_1 */
body:not(.loaded) .char_1.char_animated {
    opacity: 0;
    transform: translateX(-140px);
}

.loaded .char_1.char_animated {
    transition: 1.3s all .3s;
    opacity: 1;
    transform: translateX(0);
}


/* server-tip */
.server-tip {
    box-sizing: border-box;
    padding: 10px 15px;
}

.server-tip__heading {
    color: #0e0e0e;
    color: #90ffcc;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}
/* tippy */
.tippy-wrap {
    background-color: #fff;
    background-color: #161f26fa;
    border-radius: 5px;
    border: 0;
    font-size: 13px;
    color: #828282;
    color: #7e8e9d;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    padding: 10px 15px;
    max-width: 350px;
	font-family: Alegreya Sans SC, Open Sans, Tahoma, Arial, sans-serif;
}

.tippy-content {
    padding: 0;
}

.tippy-arrow {
    width: 31px;
    height: 31px;
    color: #fff;
    color: #161f26fa;
}

.tippy-box[data-placement^="bottom"]>.tippy-arrow::before {
    top: -15px;
    border-width: 0 15px 15px;
}

.tippy-box[data-placement^="top"]>.tippy-arrow::before {
    bottom: -15px;
    border-width: 15px 15px 0;
}

/* [data-theme="tip-def"] */
[data-theme="tip-def"] {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    font-size: 13px;
    color: #828282;
    box-sizing: border-box;
    transition: .2s all;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
}

[data-theme="tip-def"][data-animation='translate'][data-state='hidden'] {
    opacity: 0;
}

[data-theme="tip-def"][data-animation='translate'][data-state='visible'] {
    opacity: 1;
}

/* [data-theme="tip-server"] */
[data-theme="tip-server"] {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    font-size: 13px;
    color: #828282;
    box-sizing: border-box;
    transition: .2s all;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
}

[data-theme="tip-server"][data-animation='server'][data-state='hidden'] {
    opacity: 0;
    transform: translateX(50px);
}

[data-theme="tip-server"][data-animation='server'][data-state='visible'] {
    opacity: 1;
    transform: translateX(0);
}


/* top */
.top {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 0;
}

/* [data-top-scroll] {
    max-height: calc(500px - 1px);
    overflow: hidden;
} */
.top__body {
    display: grid;
    grid-gap: 5px;
}

.top__rw {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    cursor: default;
    box-sizing: border-box;
    height: 38px;
}

.top__rw:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #3b3c40;
    border-radius: 5px;
    transition: .1s all;
}

.top__rw:hover:after {
    opacity: 0.7;
}

.top__rw:not(.top__header):nth-child(1):after {
    background-color: #607957;
}

.top__rw:not(.top__header):nth-child(2):after {
    background-color: #796857;
}

.top__rw:not(.top__header):nth-child(3):after {
    background-color: #645779;
}

.top__rw:after {}

.top__rw:not(.top__header):hover {
    background-color: rgba(13, 22, 31, 0.77);
}

.top__num {
    flex-basis: 40px;
    min-width: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 16px;
}

.top__ico-col {
    flex-basis: 24px;
    min-width: 0;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 16px;
    margin: 0 5px 0 0;
}

.top__icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 24px;
    height: 12px;
    background: url(../images/rating/no-img.png) no-repeat;
}

.top__name {
    flex-grow: 1;
    min-width: 0;
    text-align: left;
    box-sizing: border-box;
    padding: 5px 5px 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}

.top__info {
    flex-basis: 130px;
    min-width: 0;
    text-align: left;
    box-sizing: border-box;
    padding: 5px;
    display: none;
    justify-content: start;
    align-items: center;
    flex-shrink: 0;
}

.top__total {
    flex-basis: 76px;
    min-width: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 14px;
}

.top__total_large {
    flex-basis: 100px;
}

.top__content {
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top__info .top__content {
    white-space: normal;
}

.top__desc {
    font-size: 14px;
    font-weight: normal;
}

.top__clan-ico {
    display: inline-block;
    position: relative;
    top: 2px;
}

.top__clan-ico:nth-last-child(1) {
    margin-right: 5px;
}

.top__header {
    height: 26px;
}

.top__header:after {
    background-color: transparent;
}

.top__header .top__content {
    cursor: default;
    color: #9d9999;
    font-size: 10px;
    font-weight: 500;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
}

/* rating */
.rating {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    padding-top: 46px;
}

.rating__btns {
    order: -1;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

.rating__btns-inner {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 25px 7px;
}

.rating__btn {
    white-space: nowrap;
    width: 53px;
    height: 23px;
    background-color: #961d14;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.rating__btn_type_1 {
    background-color: #961d14;
}

.rating__btn_type_2 {
    background-color: #965d14;
}

.rating__btn_type_3 {
    background-color: #601496;
}

[data-rating-select="true"] {
    opacity: 0.5;
    pointer-events: none;
}

[data-rating-select="true"]:after {}

[data-rating-select="true"] {}

/* .rating__btn:hover {
  background-color: rgb(149, 196, 130);
  box-shadow: inset 0 0 29px 19px rgb(17, 62, 0);
} */
.rating__box {
    width: 100%;
    overflow: hidden;
}

.rating__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    animation: fadeIn 1s ease;
}

.rating__title {
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    position: absolute;
    left: 0;
    top: 4px;
}

.rating__col {
    width: 100%;
}

/* st */
.st {
    min-width: 0;
    max-width: 100%;
}

.st__heading {
    margin-bottom: 25px;
}

.st__content {
    min-height: 282px;
}

.st__btns {
    display: flex;
    margin-top: 15px;
    grid-gap: 5px;
}

.st__btn {
    flex-basis: 50%;
    min-width: auto;
    height: 31px;
    background-color: #555658;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.55;
    transition: .3s all;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

[data-server-select="true"]:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #797979;
    pointer-events: none;
    opacity: 0;
    animation: stbrnhov .3s ease;
    border-radius: 5px;
}

@keyframes stbrnhov {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        opacity: .3;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

[data-server-select="true"] {
    opacity: 1;
    pointer-events: none;
}

.st__more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}

.st__link {
    margin-left: auto;
}

/* sidebar__st  */
.sidebar__st {
    margin-bottom: 20px;
}

/* news */
.news {
    position: relative;
    z-index: 0;
}

.news__spag {
    position: absolute;
    bottom: 21px;
    left: 6px;
    z-index: 10;
    background-color: #262c31;
    padding-left: 20px;
    padding-right: 10px;
}

.news__container {
    max-width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.news__post {
    height: 317px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    padding: 155px 20px 20px 20px;
    border-radius: 5px;
    background-color: #262c31;
    display: grid;
}

.news__bg {
    background-image: url(../images/news/img-def.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-mask: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.2) 66%,
            rgba(0, 0, 0, 0) 100%);
    height: 183px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.news__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
}

.news__desc {
    color: #9c9c9c;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 5px;
    height: 56px;
}

.news__date {
    text-align: right;
    position: relative;
    z-index: 5;
    margin-top: auto;
    color: #9c9c9c;
    font-size: 15px;
    font-weight: 500;
}

.news__link {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 10;
}

/* box */
.box {
    position: relative;
    z-index: 0;
    /* outline: 1px solid #fff; */
    min-height: 450px;
}

.box:after {
    display: block;
    content: "";
    background: url(../images/box/box-bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 11px;
    right: -13px;
    bottom: -4px;
    left: -13px;
    z-index: -1;
}

/* .box__container {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    flex-grow: 1;
}

.box__content {
    flex-grow: 1;
} */
.box__heading {
    margin-bottom: 10px;
}

.box__title {
    color: #c9c9c9;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
}

.box__forum {
    display: grid;
    grid-gap: 4px;
    min-height: 325px;
}

.box__posts {
    display: grid;
    grid-gap: 7px;
}

.box__news {
    box-sizing: border-box;
    padding: 0 6px;
}

.box__btns {
    display: flex;
    grid-gap: 3px;
    height: 69px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 0;
}

.box__btn {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../images/box/box-btn.jpg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    text-shadow: 0 6px 0 rgba(1, 1, 1, 0.19);
    color: #eef2f7;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
}

.box__btn-content {
    max-width: 100px;
    position: relative;
    z-index: 5;
}

[data-tab] {
    display: none;
}

[data-tab-btn] {
    position: relative;
    z-index: 0;
}

[data-tab-btn]:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/box/box-btn.jpg) no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}

[data-tab-btn="active"]:before {
    animation: boxbtnhov .3s ease;
}

@keyframes boxbtnhov {
    0% {
        transform: scale(1.3);
        opacity: 0;
        filter: blur(3px);
    }

    20% {
        opacity: .4;
    }

    80% {
        opacity: .05;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

[data-tab-btn]:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(32, 33, 41, 0.45);
    transition: .2s all;
}

[data-tab-btn="active"]:after {
    background-color: rgba(32, 33, 41, 0);
}

[data-tab-btn="active"] {
    pointer-events: none;
}

[data-tab] {
    animation: tab 1s ease forwards;
}

@keyframes tab {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* mid */
[data-container="mid"] {}

.mid__invite {
    box-sizing: border-box;
    padding-top: 40px;
    max-width: 100%;
    min-width: none;
}

.mid__box {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
}

/* event-tip */
.event-tip {
    box-sizing: border-box;
    padding: 10px 15px;
    max-width: 280px;
}

.event-tip__heading {
    color: #0e0e0e;
	color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

/* event */
.event {
    width: 22px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2d8138;
    flex-shrink: 0;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 0;
    box-shadow: 0 0 15px #27ff00ad, 0 0 10px #10ff00bf;
}

.events__day:hover .event:hover {
    z-index: 10;
}

.event:nth-child(1) .event__title {
    opacity: 0;
}

.event:nth-child(1):nth-last-child(1) .event__title {
    opacity: 1;
}

.events__day:hover .event .event__title {
    opacity: 0;
}

.events__day:hover .event:hover .event__title {
    opacity: 1;
}

.event__date {
    font-size: 10px;
    font-weight: 500;
}

.event__title {
    position: absolute;
    top: calc(100% + 10px);
    left: calc(50% - 0px);
    width: 70px;
    text-align: center;
    transition: .3s all;
	background: #343444;
}

.event__pic {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: calc(100% + 12px);
    left: calc(50% - 25px);
    transition: .3s all;
}

.event__pic:after {
    display: block;
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    top: 100%;
    border: 7px solid transparent;
    border-top: 8px solid #fff;
}

.event:hover .event__pic {
    transform: translateY(-5px);
}

.event__img {
    width: 46px;
    height: 46px;
    border-radius: 3px;
    display: block;
}

/* events */
[data-section="events"] {
    padding-top: 70px;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: none;
}

.events {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.events__months {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    grid-gap: 5px;
    margin-right: 10px;
    height: 2px;
}

.events__month {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    cursor: pointer;
    color: #fff;
    transition: .2s all;
	text-shadow: 0 0 5px black;
}

.events__month:hover {
    color: #e9c586;
}

.events__month_active {
    color: #27ff56;
    pointer-events: none;
}

.events__line {
    min-width: none;
    flex-grow: 1;
    height: 1px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 0;
}

.events__line:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -5;
    background-color: #7f7f7f;
}

.events__progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    background-color: #45cf56;
    box-shadow: 0 0 15px #73ff85, 0 0 10px #73ff85, 0 0 8px #73ff85, 0 0 5px #73ff85;
}

.events__day {
    width: 5px;
    height: 5px;
    background-color: #7f7f7f;
    position: relative;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.events__day_past {
    background-color: #19db32;
}

.events__day:empty {
    display: none;
}

/* page_static */
.page_static [data-section="events"] {
    padding-bottom: 50px;
}

.page_static .events:after {
    display: block;
    content: "";
    position: absolute;
    top: -40px;
    right: -20px;
    bottom: -40px;
    left: -20px;
    background: #201f26;
    z-index: -1;
	border: 1px solid #68645e75;
}

/* footer */
[data-section="footer"] {
    margin-top: auto;
}

.footer {
    box-sizing: border-box;
    display: grid;
    padding-top: 20px;
    padding-bottom: 20px;
    grid-gap: 30px;
}

.footer__bnrs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 8px 15px;
}

.footer__info {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
}

.footer__logo {
    flex-shrink: 0;
}

.footer__content {
    padding-left: 20px;
    box-sizing: border-box;
    color: #818181;
    font-size: 9px;
    font-weight: 400;
}

.footer__copyright {}

.footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer__link {
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: #fbfaf7;
    margin: 3px 8px;
    transition: .2s all;
    opacity: 0.3;
}

.footer__link:hover {
    opacity: .7;
}

/* file */
.file {
    text-decoration: none;
    background: #201f26;
    border: 1px solid #3c3c41;
    padding: 5px 5px 10px 5px;
    box-sizing: border-box;
    text-align: center;
    color: #7b7b85;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .2s all;
}

.file:hover {
    background-color: #2c2c33;
}

.file__name {
    margin-top: auto;
}

/* files */
.files {
    display: flex;
    flex-direction: column;
}

.files__list {
    grid-gap: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    margin-top: 25px;
    box-sizing: border-box;
}

/* ww */
.ww {
    max-width: calc(1400px + 60px);
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: none;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
}

.ww_small {
    max-width: calc(700px + 60px);
}

.ww__inner {
    background: transparent;
    border: 0;
    width: 100%;
    box-shadow: none;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.ww__inner_mb {
    margin-bottom: 60px;
}

.ww__body {
    padding: 15px;
    box-sizing: border-box;
    background-color: #1d1d24;
    border-radius: 5px;
    position: relative;
    z-index: 0;
}

.ww__body_padding_none {
    padding: 0;
}

.ww__body:after {
    display: block;
    pointer-events: none;
    position: absolute;
    top: -30px;
    right: -38px;
    bottom: -30px;
    left: -38px;
    z-index: 10;
    background: url(../images/ww/decor-top-left.png) no-repeat left top,
        url(../images/ww/decor-top-right.png) no-repeat right top,
        url(../images/ww/decor-top-center.png) no-repeat center 8px,
        url(../images/ww/decor-bottom-left.png) no-repeat left bottom,
        url(../images/ww/decor-bottom-right.png) no-repeat right bottom;
}

.ww__close {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    cursor: pointer;
    transition: .3s all;
    background-size: contain;
    border-radius: 50%;
}

.ww__close:before,
.ww__close:after {
    display: block;
    content: "";
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 0;
    transition: .3s all;
}

.ww__close:before {
    transform: rotate(-45deg);
}

.ww__close:after {
    transform: rotate(45deg);
}

.ww__close:hover {
    transform: rotate(90deg);
}

/* .ww__close:hover:before,
.ww__close:hover:after {
    filter: brightness(120%);
    transform: rotate(0);
} */
.ww__button-invite {
    order: -1;
    margin-bottom: 15px;
}

.ww__content {
    position: relative;
    z-index: 5;
}

/* ww_stream */
.ww_stream {
    max-width: 700px
}

.ww__body_stream {
    height: 350px;
    padding: 0;
}

.ww__body_stream iframe {
    width: 100%;
    height: 100%;
}

/* fancybox */
.fancybox-slide {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.fancybox-container {
    z-index: 666 !important;
}

.fancybox-content {
    padding: 0;
    background: transparent;
}

.fancybox-bg {
    background: rgba(24, 24, 28, 0.55);
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

/* Custom animation */
.fancybox-is-open .fancybox-content {
    animation: fancyboxIn 1s ease;
}

.fancybox-is-closing .fancybox-content {
    animation: fancyboxOut 1s ease-out;
}

@keyframes fancyboxIn {
    from {
        opacity: 0;
        transform: translate3d(0, -300px, 0) rotateX(45deg) scale(0.5);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1);
    }
}

@keyframes fancyboxOut {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -300px, 0) rotateX(45deg) scale(0.5);
    }
}

/* inav */
.inav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-gap: 7px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.inav__el {
    margin: 0;
}

.inav__ico {
    display: none;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 20px;
    margin-left: 5px;
}

.inav__img {
    max-width: 100px;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    pointer-events: none;
    display: block;
}

.inav__item {
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #201f26;
    box-shadow: inset 0 0 43px rgba(255, 255, 255, 0.03);
    height: 60px;
    box-sizing: border-box;
    padding: 10px 15px;
    cursor: pointer;
    transition: .2s all;
}

.inav__item:hover,
.inav__item_active {
    box-shadow: inset 0 0 43px rgba(255, 222, 222, 0.14);
}

.inav__title {
    color: #fbfaf7;
    font-size: 14px;
    font-weight: 300;
	padding-bottom: 3px;
}

.inav__desc {
    color: #c4a457;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 10px;
    font-weight: 300;
}

/* about */
.about {
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 30px;
}

.about__head {
    margin-bottom: 30px;
}

.about__inf {
    margin-top: 2px;
}

.about__container {
    display: grid;
    grid-gap: 50px;
    align-items: flex-start;
}

.about__content {
    font-size: 15px;
    font-weight: 300;
    color: #7b7b85;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    animation: about__content 1s ease forwards;
}

@keyframes about__content {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.about__cover {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* entrance */
.entrance {
    position: relative;
    z-index: 0;
    text-align: center;
    box-sizing: border-box;
    display: grid;
    grid-gap: 20px;
}

.entrance:after {
    display: block;
    content: "";
    z-index: -1;
    background: url(../images/entrance/bg.jpg) no-repeat center top;
    background-size: cover;
    opacity: 0.2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.entrance__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 5px;
}

.entrance__title {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 0 0.1rem #3b91ff,
        0 0 0.3rem #3b91ff,
        0 0 0.7rem #3b91ff;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    width: 100%;
}

.entrance__title:before {
    display: block;
    content: "";
    height: 1px;
    flex-grow: 1;
    max-width: 50px;
    background-color: #fff;
    margin-top: 2px;
    box-shadow: 0 0 0.7rem 3px #3b91ff;
}

.entrance__title:after {
    display: block;
    content: "";
    height: 1px;
    flex-grow: 1;
    max-width: 50px;
    background-color: #fff;
    margin-top: 2px;
    box-shadow:
        0 0 0.7rem 3px #3b91ff;
}

.entrance__rate {
    text-transform: uppercase;
    font-size: 3rem;
    text-shadow: 0 0 0.1rem #3b91ff,
        0 0 0.3rem #3b91ff,
        0 0 0.7rem #3b91ff;
}

.entrance__date {
    border: 1px solid #203b6c;
    background-color: rgba(94, 132, 223, 0.1);
    box-sizing: border-box;
    padding: 5px 15px;
    font-size: 1.2rem;
    border-radius: 3px;
    font-family: 'Philosopher', 'Times New Roman', Times, serif;
    color: #ffe6ab;
}

.entrance__desc {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    border-radius: 3px;
    color: #fbfaf7;
}

.entrance__info {
    box-sizing: border-box;
    padding: 20px;
    background-color: #16171c;
    line-height: 1.3;
}

/* def */
.pr {
    padding-right: 10px;
}

.pl {
    padding-left: 10px;
}

.pt {
    padding-top: 10px;
}

.pb {
    padding-bottom: 10px;
}

.mr {
    margin-right: 10px;
}

.ml {
    margin-left: 10px;
}

.mt {
    margin-top: 10px;
}

.mb {
    margin-bottom: 10px;
}

.m {
    margin: 10px;
}

.mra {
    margin-right: auto;
}

.mla {
    margin-left: auto;
}

.mta {
    margin-top: auto;
}

.ma {
    margin: auto;
}

.mba {
    margin-bottom: auto;
}

.mr0 {
    margin-right: 0;
}

.ml0 {
    margin-left: 0;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.m0 {
    margin: 0;
}

/* colors */
.color-light {
    color: #e8d1a6;
}

.color-dark {
    color: #000;
}

.color-red {
    color: #ff2727;
}

.color-yellow {
    color: yellow;
}

.color-orange {
    color: #ffab0b;
}

.color-pink {
    color: #ff89bb;
}

.color-purple {
    color: #b518b5;
}

.color-blue {
    color: #3b91ff;
}

.color-green {
    color: #1fc81f;
}

.color-grey {
    color: grey;
}

.color-white {
    color: white;
}

.color-black {
    color: black;
}

.color-brown {
    color: #ae5023;
}

.color-aqua {
    color: aqua;
}

/* color palette */
.color-0 {
    color: #fff;
}

.color-1 {
    color: #000;
}

.color-2 {
    color: #9491a2;
}

.color-3 {
    color: #e9c586;
}

.color-4 {
    color: #7b7b85;
}

.color-5 {
    color: #fbfaf7;
}

.color-6 {
    color: #c4a457;
}

.color-7 {
    color: #fff;
}

.color-8 {
    color: #fff;
}

.color-9 {
    color: #fff;
}

.color-accent {
    color: #e9c586;
}

/* fonts */
.font-0 {
    font-family: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
}

.font-1 {
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
}

/* alternative naming */
.color-main {
    color: #fff;
}

.color-primary {
    color: #000;
}

.color-secondary {
    color: #9491a2;
}

/* icons */
[class^="gwi_"]:before,
[class*=" gwi_"]:before {
    margin: 0;
}

/* other */
.clear {
    clear: both;
}

.hidden {
    display: none;
}

.text-uppercase {
    text-transform: uppercase;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fs08 {
    font-size: 0.8em;
}

.fs085 {
    font-size: 0.85em;
}

.fs09 {
    font-size: 0.9em;
}

.fs095 {
    font-size: 0.95em;
}

.fs11 {
    font-size: 1.1em;
}

.fs12 {
    font-size: 1.2em;
}

.fs13 {
    font-size: 1.3em;
}

.fs14 {
    font-size: 1.4em;
}

.fs15 {
    font-size: 1.5em;
}

.fs2 {
    font-size: 2em;
}

@media (min-width: 500px) {
    html {
        font-size: 87%
    }
}

@media (min-width: 550px) {
    .ww__body {
        padding: 30px 25px
    }

    .ww__body_padding_none {
        padding: 0
    }

    .ww__body_stream {
        padding: 0
    }
}

@media (min-width: 600px) {
    .btn_size_large {
        min-height: 54px
    }
}

@media (min-width: 700px) {
    .desc {
        font-size: 13px
    }

    .inf {
        font-size: 13px
    }

    .head {
        font-size: 10px
    }

    .sysreq {
        font-size: 17px
    }

    .sysreq__col {
        font-size: 17px
    }

    .btn {
        --scale: 1
    }

    .btn_small {
        --scale: 0.8
    }

    .header {
        grid-template-columns: minmax(auto, 416px) auto minmax(auto, 416px)
    }

    .header_static {
        display: flex
    }

    .header__box {
        order: 0
    }

    .header__servers {
        flex-direction: column
    }

    .header__servers_left {
        order: -10
    }

    .header__servers_right {
        order: 20
    }

    .sldinfo__title {
        font-size: 28px
    }

    .sldinfo__desc {
        font-size: 16px
    }

    .post {
        padding-left: 35%
    }

    .box__btn {
        font-size: 16px;
        line-height: 16px
    }

    .box__btn-content {
        max-width: 120px
    }

    .mid__invite {
        padding-top: 100px;
        grid-column: span 2
    }

    [data-section="events"] {
        display: flex
    }

    .ww__inner {
        padding: 40px
    }

    .ww__body:after {
        content: ""
    }

    .ww__close {
        top: 60px;
        right: 60px
    }

    .ww__button-invite {
        order: 2;
        margin-bottom: 0
    }

    .about__ttl {
        font-family: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
        white-space: nowrap;
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-columns: auto 1fr;
        grid-gap: 10px;
		text-shadow: 0 0 5px #261818;
    }

    .about__ttl:after {
        display: block;
        content: "";
        height: 2px;
        background-color: #e3e2dd;
		flex-grow: 1;
		margin-top: 3px;
		box-shadow: 0 0 20px 1px #261818b8;
    }
}

@media (min-width: 850px) {
    .mid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 40px;
        align-items: flex-start
    }
}

@media (min-width: 900px) {
    html {
        font-size: 100%
    }
}
@media (min-width: 1000px) {
    .page {
        background-image: url(../images/bg/bg.jpg)
    }

    .page_static {
        background-image: url(../images/bg/bg-static.jpg)
    }

    .navigation__btns {
        display: block
    }

    .header__countdown {
        margin-top: -25px;
        height: 70px
    }

    .header__servers {
        align-items: flex-start;
        flex-direction: row
    }

    .mid__invite {
        padding-top: 200px
    }

    .events__day:empty {
        display: flex
    }

    .footer {
        justify-content: space-between;
        grid-template-columns: 340px auto
    }

    .inav__item {
        height: 100px
    }

    .inav__title {
        font-size: 25px
    }

    .inav__desc {
        font-size: 12px
    }

    .about__container {
        grid-template-columns: 300px 1fr
    }
}

@media (min-width: 1100px) {
    .download__list {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 35px;
        border-bottom: 2px solid #4f4f52
    }

    .download__list:after {
        display: block;
        content: "";
        position: absolute;
        top: 30%;
        bottom: 0;
        left: calc(50% - 1px);
        width: 2px;
        background-color: #4f4f52
    }

    .download__container {
        grid-template-columns: 1fr 1fr
    }

    .download__btns {
        margin-bottom: -60px
    }

    .files__list {
        margin-top: auto;
        padding-top: 23px
    }
}
/*
@media (min-width: 1200px) {
    .download__list {
        grid-gap: 30px 70px
    }

    .char {
        display: block
    }

    .gw-burger {
        display: none;
    }

    .menu {
        display: flex;
    }

    .menu__content {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
        min-width: none;
    }

    .menu__list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        visibility: visible;
        flex-basis: 45%;
        padding-left: 0;
        box-sizing: border-box;
    }

    .menu__list_left {
        padding-left: 1%;
    }

    .menu__list_right {
        padding-left: 4%;
    }

    .nav-static .menu__list {}

    .menu__el {
        display: flex;
        position: relative;
        z-index: 0;
    }

    .menu__item {
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #9491a2;
        cursor: pointer;
        font-family: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        z-index: 0;
        transition: .2s all;
    }

    .menu__item:hover,
    .menu__item_open:hover {
        filter: brightness(180%);
    }

    .menu__item_hov {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        pointer-events: none;
    }

    .menu__item:hover .menu__item_hov {
        animation: menubtnhov .3s ease;
    }

    @keyframes menubtnhov {
        0% {
            transform: scale(1);
            opacity: 0;
        }

        20% {
            opacity: .3;
        }

        100% {
            transform: scale(1.3);
            opacity: 0;
        }
    }

    .menu__ico {
        display: none;
        margin-right: 8px;
        transition: .2s all;
        position: relative;
        top: -2px;
    }

    @media (min-width: 1350px) {
        .menu__ico {
            display: block
        }
    }

    [data-menu-open-sub-list]:after {
        display: block;
        content: "";
        background: url(../images/menu/arrow-down.png) no-repeat;
        width: 9px;
        height: 6px;
        margin-left: 6px;
        position: relative;
        top: 0px;
        transition: .5s all;
    }

    .menu__sub-list {
        position: absolute;
        left: 20px;
        top: calc(100% - 10px);
        list-style: none;
        padding: 10px 0;
        margin: 0;
        z-index: 100;
        min-width: 100px;
        opacity: 0;
        visibility: hidden;
        transition: .3s all;
        background: rgba(13, 13, 17, 0.88);
        display: block !important;
    }

    [data-menu-open-sub-list]:hover+.menu__sub-list,
    .menu__sub-list:hover {
        opacity: 1;
        visibility: visible;
        top: calc(100%);
    }

    .menu__sub-list:before {
        display: block;
        content: "";
        border: 9px solid transparent;
        border-bottom: 9px solid rgba(13, 13, 17, 0.88);
        position: absolute;
        bottom: 100%;
        left: 20px;
    }

    .menu__sub-item {
        padding: 10px 25px;
        border: 0;
        text-align: left;
        font-style: normal;
        color: #9491a2;
        cursor: pointer;
        font-family: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        white-space: nowrap;
        display: block;
        text-decoration: none;
    }

    .menu__sub-item:hover {
        background: rgba(148, 145, 162, 0.102);
        color: #fff;
    }

    .menu__sub-item:hover .menu__sub-name {
        color: #000;
    }

    .menu__sub-item:hover .menu__sub-desc {
        color: rgba(0, 0, 0, 0.6);
    }

    .menu__sub-pic {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        background-color: #fff;
        fill: transparent;
        stroke: #000;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin-left: auto;
        border: 1px solid #CCD6E0;
        box-sizing: border-box;
        transition: .2s all;
    }

    .menu__sub-item:hover .menu__sub-pic {
        background-color: #3b91ff;
        border: 1px solid #3b91ff;
        stroke: #fff;
    }

    .navigation__lang {
        order: 100;
        margin-right: 0;
        margin-left: 0
    }

    [data-scl-target="menu"] {
        display: none
    }

    [data-scl-target="navigation"] {
        display: block;
        margin-left: 30px;
        margin-right: 30px
    }

    .header {
        height: 200px;
        align-items: flex-start
    }

    .header_static {
        height: auto;
        min-height: 460px
    }

    .header__servers {
        justify-content: space-between;
        margin-top: 25px
    }

    .header__servers_left {
        margin-left: -20px
    }

    .header__servers_right {
        margin-right: -20px
    }

    [data-section="mid"] {
        margin-top: 114px
    }

    .mid {
        grid-template-columns: minmax(320px, 360px) auto minmax(320px, 360px);
        grid-gap: 0 15px
    }

    .mid__invite {
        grid-column: span 1;
        padding-top: 155px;
        margin-bottom: 20px
    }

    .mid__box {
        margin-bottom: 60px
    }

    .mid__box_1 {
        order: -10
    }

    .mid__box_2 {
        order: 10
    }

    .footer {
        grid-template-columns: 450px auto;
        padding-top: 6px;
        padding-bottom: 6px;
        min-height: 96px
    }

    .footer__bnrs {
        grid-gap: 8px 40px
    }

    .inav {
        grid-template-columns: 1fr
    }

    .inav__ico {
        display: flex
    }

    .about__container {
        grid-template-columns: 440px 1fr
    }
}
*/
@media (min-width: 1400px) {
    .invite__slider {
        margin: 54px auto 0 auto
    }

    .scl {
        flex-direction: column-reverse
    }

    .scl_1 {
        left: calc(100% + 12px);
        bottom: 30px;
        top: auto;
        transform: none
    }

    .scl_2 {
        right: calc(100% + 12px);
        left: auto;
        bottom: 30px;
        top: auto;
        transform: none
    }

    [data-section="mid"] {
        margin-bottom: 20px
    }

    .mid {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box
    }

    .mid__box {
        margin-bottom: 0
    }

    .files__list {
        grid-gap: 22px
    }
}

@media (min-width: 1400px) and (max-height: 1079px) {
    .header__servers {
        margin-top: 15px
    }

    [data-section="mid"] {
        margin-top: auto
    }

    .mid__invite {
        margin-top: auto
    }

    .footer {
        padding-top: 4px;
        padding-bottom: 4px;
        min-height: 80px
    }
}

@media (max-width: 1199px) {

    /* gw-burger */
    .gw-burger {
        position: relative;
        z-index: 5;
        background-color: transparent;
        width: 24px;
        height: 18px;
        border-radius: 0;
        cursor: pointer;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .gw-burger__line {
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #70767C;
        border-radius: 2px;
        transition: .3s top .3s,
            .3s bottom .3s,
            .3s opacity .4s,
            .3s transform 0s;
    }

    .gw-burger__line_pos_top {
        top: 0;
    }

    .gw-burger__line_pos_middle {
        top: 50%;
        transform: translateY(-50%);
        transition: .3s all .4s;
    }

    .gw-burger__line_pos_bottom {
        bottom: 0;
    }

    .mob-menu-active .gw-burger__line_pos_top {
        transform: rotate(45deg) translateY(-50%);
        transform-origin: center top;
        top: 50%;
        transition: .3s top .1s,
            .3s bottom .1s,
            0s opacity .1s,
            .3s transform .3s;
    }

    .mob-menu-active .gw-burger__line_pos_middle {
        opacity: 0;
        transition: .3s all .1s;
    }

    .mob-menu-active .gw-burger__line_pos_bottom {
        transform: rotate(-45deg) translateY(50%);
        transform-origin: center bottom;
        bottom: 50%;
        transition: .3s top .1s,
            .3s bottom .1s,
            0s opacity .1s,
            .3s transform .3s;
    }

    /* menu */
    .menu {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2;
        box-sizing: border-box;
        padding-top: 80px;
        padding-bottom: 40px;
        height: 100vh;
        overflow: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: rgba(8, 8, 9, 0.95);
        opacity: 0;
        transition: .5s all .3s;
        visibility: hidden;
        box-shadow: 0 0 100vh 100vh rgba(8, 8, 9, 0.95);
    }

    .nav-scroll:not(.mob-menu-active) .menu {
        padding: 0;
    }

    .mob-menu-active .menu {
        visibility: visible;
        opacity: 1;
        transition: .5s all;
    }

    .menu__content {
        margin: auto;
        transform: translateY(-30%);
        transition: .3s all;
        opacity: 0;
    }

    .mob-menu-active .menu__content {
        transform: translateY(0);
        opacity: 1;
        transition: .5s all .3s;
    }

    .menu__list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        /* height: 35vh; */
        max-height: 400px;
        /* display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column; */
    }

    .menu__list_center {
        display: none;
    }

    .menu__item {
        padding: 20px 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        text-align: center;
        color: #9491a2;
        cursor: pointer;
        font-family: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

    @media (max-height: 599px) {
        .menu__item {
            padding: 10px 20px
        }
    }

    .menu__item_hov {
        display: none;
    }

    .menu__item:hover {
        color: #fff;
    }

    .menu__ico {
        display: none;
    }

    .menu__sub-wrapper {
        display: none;
    }

    .subnav__container {
        padding: 0;
    }

    .subnav__ico {
        display: none;
    }

    .mob-menu-active {
        overflow: hidden;
    }

    [data-menu-open-sub-list]:after {
        display: block;
        content: "";
        background: url(../images/menu/arrow-down.png) no-repeat;
        width: 9px;
        height: 6px;
        margin-left: 6px;
        position: relative;
        top: 0px;
        transition: .5s all;
    }

    .menu__item_open:after {
        transform: rotateX(180deg);
    }

    /* menu__sub-list */
    .menu__sub-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: none;
        background-color: rgba(255, 255, 255, 0.06);
    }

    .menu__sub-item {
        padding: 10px 25px;
        border: 0;
        text-align: center;
        font-style: normal;
        color: #9491a2;
        cursor: pointer;
        font-family: "Alegreya Sans SC", "Open Sans", Tahoma, Arial, sans-serif;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        white-space: nowrap;
        display: block;
        text-decoration: none;
    }

    .menu__sub-item:hover {
        background: rgba(148, 145, 162, 0.102);
    }

    .menu__sub-content {
        min-width: 0;
        flex-grow: 1;
    }

    .menu__sub-name {
        font-size: 18px;
        line-height: 18px;
        color: #000;
        transition: 0.2s all;
    }

    .menu__sub-desc {
        padding-top: 3px;
        font-size: 14px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.6);
        transition: 0.2s all;
    }

    /* .menu__sub-item:hover {
        background: rgba(255, 255, 255, 0.05);
    } */
}

@media (max-width: 599px) {
    .button__content_sm_none {
        margin: 0;
        display: none
    }

    .bt__content_sm_none {
        margin: 0;
        display: none
    }
}

@media (max-width: 449px) {
    .btn__content_sm_none {
        display: none
    }
}

.main_temporal_br {
    height: 10px;
}
.main_temporal_br2 {
    height: 7px;
}
.post2__title {
    color: #fff;
    font-size: 22px;
    line-height: 14px;
    font-weight: 400;
    text-transform: lowercase;
    margin: 0 0 8px 0;
}
.post2__title2 {
    color: #fff;
    font-size: 21px;
    line-height: 14px;
    font-weight: 400;
    text-transform: lowercase;
    margin: 0 0 8px 0;
}
.post__title22 {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
}
.news__desc, .news__title {
    display: block;
}
.post__content {
    padding-top: 4px;
}
.server__hint {
    top: 60px;
}
.server__chron {
	top: -15px;
}
.server__load {
    top: -15px;
}
[data-server-num="2"] .server__hint {
    margin-top: -4px;
}
[data-server-num="3"] .server__hint {
    --color-hint: url(../images/server/hint-1.png);
}
[data-server-num="3"] .server__hint_1 {
    --color-hint: url(../images/server/hint-4.png);
}
[data-server-num="2"] .server__hint {
    --color-hint: url(../images/server/hint-2.png);
}
[data-server-num="2"] .server__hint_1 {
    --color-hint: url(../images/server/hint-3.png);
}
[data-server-num="1"] .server__hint {
    --color-hint: url(../images/server/hint-0.png);
}
[data-server-num="1"] .server__hint_1 {
    --color-hint: url(../images/server/hint-0.png);
}
[data-server-num="4"] .server__hint {
    --color-hint: url(../images/server/hint-5.png);
}
[data-server-num="4"] .server__hint_1 {
    --color-hint: url(../images/server/hint-0.png);
}

[data-server-num="3"] {
    --color-bg: #678749;
}
[data-server-num="4"] {
    --color-bg: #6f9fa3;
}

[data-server-num="1"] .server__chron {
    width: 110px;
    text-align: center;
}
[data-server-num="1"] .server__chron {
    background-color: #4683a7;
}
[data-server-num="2"] {
    --color-bg: #93663e;
}


.server-tip__desc {
    font-size: 12px;
}
.inf {
	color: #30e1e1
}
.server-tip__heading {
	color: #010101;
    color: #90ffcc;
	font-size: 13px;
	font-weight: 600;
}
.server {
	cursor: pointer;
}
.post__title {
	font-size: 13px;
}
.post__desc {
	color: #dfdfdf;
	font-size: 12px;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
}
.post__date {
	-webkit-line-clamp: 2;
	float: right;
	padding-right: 5px;
}
.news__desc {
	height: 100px;
}
.event {
	cursor: pointer;
}
.event__pic {
	cursor: pointer;
}

.event__title {
    min-width: 52px;
}


.news__bg {
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,1.0)),color-stop(66%,rgba(0,0,0,1.0)),to(transparent));
    -webkit-mask: linear-gradient(180deg,rgba(0,0,0,1.0) 0,rgba(0,0,0,1.0) 66%,transparent);
}

@media (min-width: 1200px) {
.mid {
    grid-template-columns: minmax(320px,350px) auto minmax(320px,350px);
    grid-gap: 0 15px;
}
}

@media (min-width: 1200px) {
.mid__invite {
    transform: scale(0.85);
	position: relative;
    top: 70px;
	transition: 0.3s;
}
}
/*
@media (min-width: 1200px) {
.mid__invite:hover {
    transform: scale(1.0);
    top: 60px;
}}
*/

@media (min-width: 1400px) {
.mid__box {
    margin-bottom: 0;
    transform: scale(0.88);
    top: 70px;
	/*transition: 0.3s;*/
}}
.top__rw {
    cursor: pointer;
}
@media (min-width: 1200px) {
.mid__box_2 {
    transform: scale(0.88) !important;
}}
/*
@media (min-width: 1400px) {
.mid__box:hover {
    margin-bottom: 0;
    transform: scale(1.0);
    top: 60px;
}}
*/
/* .server { */
    /* transform: scale(0.85); */
	/* transition: 0.3s; */
/* } */
/* .server:hover { */
    /* transform: scale(1.0); */
/* } */
/* .header__servers_left .server:nth-child(2) { */
    /* transform: scale(1.0); */
/* } */
/* .header__servers_left .server:nth-child(2):hover { */
    /* transform: scale(1.1); */
/* } */
/*
.header__servers_right .server:nth-child(1) {
    transform: scale(1.0);
}
.header__servers_right .server:nth-child(1):hover {
    transform: scale(1.1);
}
*/

.menu__sub-item {
    text-transform: unset;
}

@media (min-width: 700px) {
.header__box {
    transform: scale(0.85);
}}

@media (min-width: 1000px) {
.header__countdown {
    margin-top: -25px;
    height: 70px;
    transform: scale(1.2);
    position: relative;
    top: -15px;
}}

.ww_files {
    transform: scale(0.65);
}

.fancybox-is-open .fancybox-content {
    -webkit-animation: none;
    animation: none;
}
.fancybox-is-closing .fancybox-content{
	-webkit-animation: none;
	animation: none;
}

.color-green {
    color: #50ff50;
}
.color-orange {
    color: #ffb72e;
}


/*  */
@media (min-width: 1200px) {
.about__container {
    grid-template-columns: 300px 1fr;
}}
@media (min-width: 1000px) {
.inav__title {
    font-size: 16px;
    font-weight: 400;
}}
@media (min-width: 1000px) {
.inav__desc {
    font-size: 12px;
    color: #cfc3b0;
}}
.inav__ico {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 39px;
    /* background: url(../images/ico-tab.png) no-repeat; */
	filter: brightness(1.2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 12px;
	opacity: 0.5;
    filter: grayscale(0.5);
}
.inav__ico p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: auto;
    /*overflow: hidden;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inav__img {
    max-width: 100px;
	/*
    width: 50px;
    height: 50px;
	border-radius: 100%;
	*/
    width: 32px;
    height: 32px;
	border-radius: 100%;
    pointer-events: none;
    display: block;
	outline: 1px solid #68645e75;
    outline-offset: -1px;
	box-shadow: 0 0 10px 0px #fffb7e7d;
}
.inav__ico_2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 39px;
    /* background: url(../images/ico-tab.png) no-repeat; */
	filter: brightness(1.2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 12px;
}
.inav__ico_2 p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: auto;
    /*overflow: hidden;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inav__img_2 {
    max-width: 100px;
	/*
    width: 50px;
    height: 50px;
	border-radius: 100%;
	*/
    width: 32px;
    height: 32px;
	border-radius: 100%;
    pointer-events: none;
    display: block;
	outline: 1px solid #68645e75;
    outline-offset: -1px;
    box-shadow: 0 0 10px 0px #fffb7e7d;
}
.about__content-head {
    display: flex;
    align-content: center;
    align-items: center;
}
h3.about__content-ttl.ttl {
    font-size: 18px;
    font-weight: 400;
	line-height: 23px;
	font-family: 'Philosopher', 'Times New Roman', Times, serif;
}
p.about__content-inf.inf {
    font-size: 12px;
	font-family: 'Philosopher', 'Times New Roman', Times, serif;
}
.main_br {
    width: 105.1%;
    margin: 10px 0 0 -21px;
    border-bottom: 1px solid #68645e75;
}
.about__cover {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}
@media (min-width: 1000px) {
.inav__item {
    height: 65px;
}}
.inav {
    grid-gap: 0px;
	border: 1px solid #68645e75;
}
.inav__item .inav__ico, .inav__item_active.inav__ico {
	transition: 0.3s;
}
.inav__item:hover .inav__ico, .inav__item_active.inav__ico {
	-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
	opacity: 1;
    filter: grayscale(0);
}
.inav__item_active .inav__ico {
	-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
	opacity: 1;
    filter: grayscale(0);
}
.inav__item_active  {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    background: rgb(32 38 54 / 60%);
    -webkit-transition: width .3s ease-in-out, border-radius .3s ease-in-out, background .3s ease-in-out;
    -o-transition: width .3s ease-in-out, border-radius .3s ease-in-out, background .3s ease-in-out;
    transition: width .3s ease-in-out, border-radius .3s ease-in-out, background .3s ease-in-out;
}
.inav__item .inav__content, .inav__item_active.inav__content {
	transition: 0.3s;
}
.inav__item:hover .inav__content, .inav__item_active.inav__content {
	-webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.inav__item_active .inav__content {
	-webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.inav__item:hover, .inav__item_active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 1000px) {
.inav__item {
    height: 65px;
    width: 100%;
    position: relative;
	border-bottom: 1px solid #68645e75;
}}
@media (min-width: 1000px) {
.inav__el:last-child .inav__item {
	border-bottom: none;
}}

.inav__item.inav__item_active:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.inav__item:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 2px;
    background: #db9710;
    width: 2px;
    height: 100%;
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.inav__item:hover:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
}
.inav__item:after {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.03);
    -webkit-transition: width .3s ease-in-out, border-radius .3s ease-in-out, background .3s ease-in-out;
    -o-transition: width .3s ease-in-out, border-radius .3s ease-in-out, background .3s ease-in-out;
    transition: width .3s ease-in-out, border-radius .3s ease-in-out, background .3s ease-in-out;
    border-radius: 0px 80px 80px 0px;
}
.inav, .inav__el {
    border-left: none !important;
}
.inav__item.inav__item_active:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 2px;
    background: #f7bd4a;
    width: 2px;
    height: 100%;
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.inav__item.inav__item_active:hover:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
}
.inav__item.inav__item_active:after {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.00);
    -webkit-transition: width .3s ease-in-out, border-radius .3s ease-in-out, background .3s ease-in-out;
    -o-transition: width .3s ease-in-out, border-radius .3s ease-in-out, background .3s ease-in-out;
    transition: width .3s ease-in-out, border-radius .3s ease-in-out, background .3s ease-in-out;
    border-radius: 0px 80px 80px 0px;
}
@media (min-width: 1200px) {
.header_static {
    height: auto;
    min-height: 460px;
    transform: scale(0.8);
    position: relative;
    top: -25px;
}}

.container_main {
    width: 1200px;
    /* margin-left: -33px; */
}
.about__container {
    grid-gap: 15px;
    border-left: 1px solid #68645e75;
}
.about__head {
    margin-bottom: 15px;
    background: #201f26;
    padding: 10px 15px 10px 15px;
	border: 1px solid #68645e75;
}
.about__content {
    background: #201f26;
    padding: 10px 20px 10px 20px;
    border: 1px solid #68645e75;
	border-bottom: none;
}


.desc-main__header {
    width: 100%;
    height: 200px;
    background: url(/img/header2.jpg) 50% 25%;
    background-size: cover;
    /* border: 1px solid rgba(255, 255, 255, 0.05); */
    -webkit-box-shadow: 0px 0px 10px #150f0d;
    box-shadow: 0px 0px 10px #150f0d;
    /* border-radius: 5px; */
    position: relative;
	margin: 15px 0 15px 0;
	transition: 0.3s;
	cursor:pointer;
}
.desc-main__header:hover {
    filter: brightness(1.1);
    transform: scale(1.01);
}
.desc-main__header-info {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-bottom: 25px;
}
.flex-sbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.desc-main__header-date {
    width: 300px;
    padding: 15px 25px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    margin-left: -1px;
    border-left: 2px solid #1cf81c;
}
.desc-main__header-date-title {
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #e4d4cb;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 4px;
}
.desc-main__header-date-text {
    display: block;
    width: 100%;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    color: #f8a01c;
    font-size: 22px;
}
.desc-main__header-date.right {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    margin-left: 0px;
    margin-right: -1px;
    border-left: 0px solid #f8a01c;
    border-right: 2px solid #f8a01c;
}
.desc-main__header-date-title.right {
    text-align: right;
}
.desc-main__header-date-title {
    display: block;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #fffefe;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 4px;
}
.desc-main__header-date-text.right {
    text-align: right;
}
.desc-main__header-date-text {
    display: block;
    width: 100%;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    color: #ffd480;
    font-size: 22px;
}
.desc-text {
    width: 100%;
    height: auto;
}
.desc-text__title.fz_20 {
    font-size: 20px;
}
.desc-text__title {
    width: 100%;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    color: #fffefe;
    position: relative;
    padding-left: 30px;
}
.desc-text__title i {
    width: 26px;
    height: 26px;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-right: 3px;
    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: #ffd480;
    border-radius: 4px;
    position: absolute;
    top: -3px;
    left: 0px;
}
.desc-margin-10 {
    width: 100%;
    height: 10px;
}
.desc-text__text.fz_15 {
    font-size: 15px;
    line-height: 20px;
}
.desc-text__text {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #fffefe;
}
.desc-text__title span {
    color: #ffd480;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.desc-text__text b {
    color: #fffefe;
    font-weight: 500;
    font-family: inherit;
    font-size: inherit;
}
.desc-margin-20 {
    width: 100%;
    height: 15px;
}
.desc-sep {
    width: 100%;
    height: 1px;
    background: #68645e75;
}
.desc-bonuses {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 10px;
    overflow: hidden;
}
.flex-ss {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.desc-bonuses__item {
    width: calc( 100% / 4);
    height: 200px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background: -webkit-linear-gradient(-45deg, rgb(59 61 82 / 12%) 0%, rgb(93 93 93 / 0%) 100%);
    background: -o-linear-gradient(-45deg, rgb(59 61 82 / 12%) 0%, rgb(93 93 93 / 0%) 100%);
    background: linear-gradient(-45deg, rgb(59 61 82 / 12%) 0%, rgb(93 93 93 / 0%) 100%);
    position: relative;
    overflow: hidden;
	transition:0.3s;
}
.desc-bonuses__item:hover img {
    filter: brightness(1.5);
    transform: scale(1.1);
}
.desc-bonuses img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0px;
    left: calc( ( 100% - 700px ) / 2);
    max-width: unset;
	transition:0.3s;
}
.desc-bonuses__content {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px 0px 20px 0px;
    z-index: 2;
}
.desc-bonuses__name {
    width: 100%;
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffdfaf;
    margin-bottom: 10px;
}
.desc-bonuses .btn_m {
    height: 30px;
    width: 120px;
    margin: 0 auto;
}
.btn_m.gray {
    background: url(../images/about/gray_btn_tex.jpg);
    background-size: auto 100%;
    /* border: 1px solid #bbafa8; */
    -webkit-box-shadow: 0px 2px 0px #323244;
    box-shadow: 0px 2px 0px #323244;
}
.btn_m {
    width: 100%;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    text-decoration: none !important;
}
.flex-cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn_m.gray:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#424a69), color-stop(50%, rgba(105, 82, 66, 0)));
    background: -webkit-linear-gradient(to top, #424969 0%, rgb(66 74 105 / 0%) 50%);
    background: -o-linear-gradient(to top, #424969 0%, rgb(66 74 105 / 0%) 50%);
    background: linear-gradient(to top, #424969 0%, rgb(66 74 105 / 0%) 50%);
}
.btn_m:hover:before {
    opacity: 0;
}
.btn_m:before {
    content: '';
    width: calc( 100% + 20px);
    height: 100%;
    position: absolute;
    bottom: 0%;
    left: -10px;
    z-index: 2;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    pointer-events: none;
}
.desc-bonuses .btn_m span {
    font-size: 14px;
}
.btn_m.gray span {
    text-shadow: 0px 1px 1px #010000;
    color: #fffefe;
}
.btn_m span {
    width: calc( 100% - 30px);
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #1d1a17;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    z-index: 3;
    pointer-events: none;
    text-decoration: none !important;
    margin-top: 1px;
}
.btn_m.gray:after {
    background: -webkit-radial-gradient(ellipse farthest-side, #babbcc, rgb(186 188 204 / 0%));
    background: -o-radial-gradient(ellipse farthest-side, #babbcc, rgb(186 188 204 / 0%));
    background: radial-gradient(ellipse farthest-side, #babbcc, rgb(186 188 204 / 0%));
}
.btn_m:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50%;
    left: 0px;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    pointer-events: none;
}
.desc-info-message.yellow {
    background: rgba(197, 170, 128, 0.08);
	background: #201f26;
    color: #ff9494;
    border-bottom: 1px solid #68645e75;
    border-left: 1px solid #68645e75;
    border-right: 1px solid #68645e75;
	border: 1px solid #68645e75;
}
.desc-info-message:not(:last-child) {
    margin-bottom: 15px;
}
.desc-info-message {
    padding: 20px 20px;
    padding-left: 55px;
    background: rgba(39, 99, 20, 0.15);
    border-radius: 0px;
    color: #649476;
    border-bottom: 1px solid #21422e;
    position: relative;
}
.desc-info-message.yellow .desc-info-message__icon {
    background: #c56666;
    color: #ffffff;
}
.desc-info-message__icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: #296328;
    border-radius: 50px;
    color: #0f1b07;
    padding-left: 1px;
}

.inav__img_n_bb {
    max-width: 800px;
	background-size: cover;
    width: 102.5%;
    height: 160px;
    margin: -20px 0 -20px -5px;
	-webkit-mask: linear-gradient(180deg,rgba(0,0,0,1.0) 0,rgba(0,0,0,1.0) 66%,transparent);
    pointer-events: none;
    display: inline-block;
}
.inav__img_n_b {
    max-width: 32px;
    width: 32px;
    height: 32px;
    pointer-events: none;
    display: inline-block;
}
.inav__img_n_b2 {
    max-width: 32px;
    width: 32px;
    height: 32px;
    pointer-events: none;
    display: inline-block;
	margin-right: 8px;
    /* position: relative; */
    /* left: -35px; */
    /* box-shadow: 0 0 5px 0px #adadad; */
    /* border: 1px solid #9d9fb4; */
    /* border-radius: 100%; */
}
/* .atab__btn img { */
	/* position: absolute; */
    /* left: 35px; */
/* } */
.atab__btn_name {
	/* margin: 0 15px 0 0px; */
}
.inav__img_n {
    max-width: 32px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    display: inline-block;
}
.inav__img_mini {
    max-width: 32px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    display: inline-block;
}
.inav__img_3 {
    max-width: 32px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    display: inline-block;
	filter: saturate(0.3);
}
.inav__img_4 {
    max-width: 32px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    display: inline-block;
	filter: saturate(0.8);
}
.inav__img_5 {
    max-width: 32px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    display: inline-block;
	filter: contrast(1.3);
}
.mmm_r3 {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -3px;
    margin-left: 5px;
    justify-content: center;
	font-size: 12px;
}
.mmm_r3 span {
    padding: 0 2px 0 2px;
}
.mmm_r4 {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-bottom: 5px;
    justify-content: center;
}
.mmm_r4_b {
    display: inline-flex;
    align-items: center;
    position: relative;
	top: -10px;
    left: 5px;
    padding-bottom: 0px;
    justify-content: center;
	font-weight: 500;
}
.mmm_r5 {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -3px;
    margin: -8px 0 -15px 5px;
    justify-content: center;
	font-size: 12px;
}
.mmm_r5_mini {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -3px;
    margin: -8px 0 -15px 5px;
    justify-content: center;
	font-size: 12px;
}
.mmm_r6 {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: -8px 0 -15px 5px;
    justify-content: center;
}
.mmm_r7 {
    align-items: center;
    position: relative;
    margin: -20px 0 3px 0px;
}
.r_bold {
    font-weight: 500;
}
.mm_grid {
	display: flex;
    align-content: center;
}
.mm_01 {
	border: 1px solid #68645e75;
    padding: 15px 0 10px 15px;
	background: #201f26;
	color: #b7b7b7;
}
.mm_02 {
	border: 1px solid #68645e75;
    padding: 15px 0 10px 15px;
	background: #201f26;
	color: #c1c1c1;
	border-left: none;
}
.mm_03 {
	border: 1px solid #68645e75;
    padding: 15px 0 10px 15px;
	background: #201f26;
	color: #fff;
	border-left: none;
}
.mm_04 {
	border: 1px solid #68645e75;
    padding: 15px 0 15px 15px;
	background: #201f26;
	color: #fff;
	border-bottom: none;
}
.mm_04_2 {
	border: 1px solid #68645e75;
    padding: 15px 0 10px 15px;
	background: #201f26;
	color: #fff;
}
.mm_05 {
	border: 1px solid #68645e75;
    padding: 15px 0 10px 15px;
	background: #201f26;
	color: #fff;
	border-top: none;
}
.mm_06 {
	border: 1px solid #68645e75;
    padding: 10px 0 15px 15px;
	background: #201f26;
	color: #fff;
}
.mm_07 {
	border: 1px solid #68645e75;
    padding: 15px 0 15px 15px;
	background: #201f26;
	/* background-color: rgb(52 44 39 / 80%); */
	color: #fff;
}
.mm_07 table{
	border: 1px solid #68645e75;
	width: 98.1%;
	border-spacing: 0px;
	background: #0b0e1c;
	background: #0b0e1c59;
}
.mm_07 table tr{
	transition: 0.15s;
}
.mm_07 table tr:hover {
    background: #33334c47;
}
.mm_07 table thead td{
	border-bottom: 1px solid #68645e75;
}
.mm_07 table td{
	border-right: 1px solid #68645e75;
	text-align: center;
	border-bottom: 1px solid #68645e75;
	padding: 9px 2px 9px 2px;
    font-size: 12px;
}
.mm_07 table tr.lsls td {
	font-size: 12px;
    vertical-align: middle;
    padding: 3px 0 3px 10px;
}
.mm_07 table tr.lsls td img{
	width: 24px;
    height: 24px;
}
.mm_08 {
	border: 1px solid #68645e75;
    padding: 15px 0 15px 15px;
	background: #201f26;
	color: #fff;
	border-top: none;
}
.mm_08 table{
	border: 1px solid #68645e75;
	width: 98.1%;
	border-spacing: 0px;
	background: #0b0e1c;
	background: #0b0e1c59;
}
.mm_08 table tr{
	transition: 0.15s;
}
.mm_08 table tr:hover {
    background: #33334c47;
}
.mm_08 table thead td{
	border-bottom: 1px solid #68645e75;
}
.mm_08 table td{
	border-right: 1px solid #68645e75;
	text-align: center;
	border-bottom: 1px solid #68645e75;
	padding: 9px 2px 9px 2px;
    font-size: 12px;
}
.mm_08 table tr.lsls td {
	font-size: 12px;
    vertical-align: middle;
    padding: 3px 0 3px 10px;
}
.mm_08 table tr.lsls td img{
	width: 24px;
    height: 24px;
}
.ls_name {
	display: inline-block;
    position: relative;
    top: -4px;
}
img.inav__img_mini.ico_s22 {
    width: 24px;
    height: 24px;
    position: relative;
    top: 8px;
	padding-right: 4px;
}
img.inav__img_mini.ico_s23 {
    padding: 0 0 0 4px;
    width: 24px;
    height: 24px;
    position: relative;
    top: -1px;
}
.mm_08 table td:first-child{
	border-bottom: 1px solid #68645e75;
	text-align: left;
}
.mm_08 table td:last-child{
	border-right: none;
}
.mm_08 table tr:last-child td{
	border-bottom: none;
}
.mm_04 p{
	color: #ffcb63;
	padding: 0 2px 0 2px;
    font-weight: 500;
}
.mm_05 p{
	color: #ffcb63;
	padding: 0 2px 0 2px;
    font-weight: 500;
}
.mm_06 p{
	color: #ffcb63;
	padding: 0 2px 0 2px;
    font-weight: 500;
}
.mm_07 p{
	color: #ffcb63;
	padding: 0 2px 0 2px;
    font-weight: 500;
}
.mm_08 p{
	color: #ffcb63;
	padding: 0 2px 0 2px;
    font-weight: 500;
}
.mm_01:last-child {
	border-left: none;
}
.color-red_m {
	color: #ffffff;
}
.g_mn {
    background: #6ecf6d;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    display: inline-block;
    font-size: 9px;
	margin: 0px 14px 0 12px;
}
.g_my {
    background: #feca63;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    display: inline-block;
    font-size: 9px;
	margin: 0px 14px 0 12px;
}
.g_mb {
    background: #63f0fe;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    display: inline-block;
    font-size: 9px;
	margin: 0px 14px 0 12px;
}
.g_m {
    font-weight: 500;
    background: #269918;
    padding: 2px 4px 2px 4px;
    border-radius: 2px;
    width: 100%;
    display: inline;
    font-size: 9px;
}
.g_m2 {
    font-weight: 500;
    background: #186f99;
    padding: 0px 4px 0px 4px;
    border-radius: 2px;
	position: relative;
    top: -1px;
    width: 19px;
    height: 13px;
    line-height: 13px;
    margin-left: 3px;
    font-size: 9px;
}
.g_mr {
    font-weight: 500;
    background: #991818;
    padding: 2px 4px 2px 4px;
    border-radius: 2px;
    width: 100%;
    display: inline;
    font-size: 9px;
}
.g_mrb {
    font-weight: 500;
    background: #186f99;
    padding: 2px 4px 2px 4px;
    border-radius: 2px;
    width: 100%;
    display: inline;
    font-size: 9px;
}
.gg_r1 {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 1px;
    margin: -8px 0 -15px 3px;
    justify-content: center;
	font-size: 12px;
}
.gg_r1 p{
	color: #ffcb63;
}
.gg_r2 {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 1px;
    margin: -8px 0 -15px 0px;
    justify-content: center;
	font-size: 12px;
}
.gg_r2 p{
	color: #ffcb63;
}
.mmm_r5 s{
	color: #ff9494;
    text-decoration: none;
	padding:0 2px 0 2px;
	font-weight: 500;
}
.gg_r2 s{
	color: #ff9494;
    text-decoration: none;
	padding:0 2px 0 2px;
	font-weight: 500;
}
.gg_r2 t{
	font-weight: 500;
	padding:0 2px 0 0;
}
.gg_r2 f{
	color: #6fffff;
	padding:0 2px 0 0;
}
p {
	margin-block-start: 0px;
    margin-block-end: 0px;
}

.ico_e {
    position: relative;
    top: 0px;
    padding-right: 4px;
    padding-left: 5px;
    margin: 0 0 -1px 0;
    display: inline-block;
}
.ico_s {
    position: relative;
    top: 4px;
    padding-right: 4px;
}
.ico_s1 {
    position: relative;
    top: -1px;
	padding-right: 2px;
    padding-left: 2px;
}
.ico_s2 {
    position: relative;
    top: 3px;
    padding-right: 0px;
}
.ico_s3 {
    position: relative;
    top: 3px;
    padding-right: 4px;
}

.entrance:after {
    background: url(../images/entrance/popupx50.png) top;
    background-size: contain;
    opacity: 1;
}

.nn_pic {
	text-align:center;
	margin: 15px 0 5px 0;
}
.bord_p {
	border: 1px solid #fee35fbf;
    box-shadow: 0px 0px 15px 1px #fee35f91;
}
.bord_pE {
	border: 1px solid #fe5f5fbf;
    box-shadow: 0px 0px 15px 1px #fe5f5f91;
}
.nn_t {
	text-align:center;
	color: #ffcb63;
    font-weight: 500;
}
.nn_tE {
	text-align:center;
	color: #b1ff33;
    font-weight: 500;
}
.nn_tE2 {
	color:#b5ffbe;
	display: inline-block;
}
.nn_t2 {
	text-align:center;
	color: #ff6363;
    font-weight: 500;
	font-size: 18px;
	margin: -20px 0 0 0;
}
.nn_t2_pack {
	text-align:center;
	color: #e7f600;
    font-weight: 500;
	font-size: 16px;
    padding: 5px 0 4px 0;
    margin-top: -5px;
    border-bottom: 1px solid #f6aa00;
}
.nn_t3 {
	text-align:center;
	color: #ffb467;
    font-weight: 500;
	font-size: 18px;
	margin: -20px 0 0 0;
}
.nn_t3_pack {
	text-align:center;
	color: #e7f600;
    font-weight: 500;
	font-size: 16px;
    padding: 5px 0 4px 0;
    margin-top: -5px;
    border-bottom: 1px solid #f6aa00;
}
.nn_a {
	text-align:center;
	margin: 4px ​0 0 0;
    font-size: 12px;
}
.nn_a p{
	display: inline-block;
	color: #e3cd91;
    font-weight: 300;
}
.ll_p1 {
	margin: 0px 8px 15px 0px;
	padding: 5px 5px 15px 5px;
	border: 1px solid #ffe45f;
	cursor: pointer;
}
.ll_p2 {
	margin: 0px 0px 15px 7px;
	padding: 5px 5px 15px 5px;
	border: 1px solid #ffe45f;
	cursor: pointer;
}
.ll_p3 {
	margin: 0px 8px 15px 0px;
	padding: 5px 5px 15px 5px;
	border: 1px solid #ff7070;
	cursor: pointer;
}
.ll_p3_pack {
	margin: 0px 0 15px 0px;
	padding: 5px 5px 15px 5px;
	border: 1px solid #ffb100;
	cursor: pointer;
	transition: all .2s;
	padding: 0 0 0 0;
	background-color: #131624;
}
.ll_p3_pack:hover {
    transform: scale(1.02);
}
.ll_p4 {
	margin: 0px 0px 15px 7px;
	padding: 5px 5px 15px 5px;
	border: 1px solid #ff7070;
	cursor: pointer;
}
.ll_p4_pack {
	margin: 0px 0px 15px 7px;
	padding: 5px 5px 15px 5px;
	border: 1px solid #ffb100;
	cursor: pointer;
	transition: all .2s;
	padding: 0 0 0 0;
	background-color: #131624;
}
.ll_p4_pack:hover {
    transform: scale(1.02);
}
.nn_a2 {
    text-align: left;
    margin: 0px 0 0 5px;
    font-size: 12px;
	font-weight: 500;
}
.nn_a2_pack {
    text-align: center;
    margin: 0px 0 0 0;
    font-size: 14px;
	font-weight: 500;
    padding: 5px 0 4px 0;
    /* margin-top: -5px; */
    border-bottom: 1px solid #f6aa00;
}
.nn_a3 {
    text-align: left;
    margin: 0px 0 0 5px;
    font-size: 12px;
	font-weight: 700;
	color: #fe7070;
}
.nn_d2 {
    text-align: left;
    margin: 0px 0px -1px 0px;
    font-size: 12px;
    display: inline-flex;
	position: relative;
    top: -1px;
}
.nn_d2 p{
	color: #63d4ff;
}
.nn_d2 s{
	color: #ff9494;
    text-decoration: none;
	padding:0 2px 0 2px;
	font-weight: 500;
}
.nn_d2 t{
	font-weight: 500;
	padding:0 2px 0 0;
}
.nn_d2 f{
	color: #6fffff;
	padding:0 2px 0 0;
}
.nn_d2 g{
	color: #58ff4d;
    font-weight: 500;
}
.nn_d2 y{
	color: #fff146;
    font-weight: 300;
}

.inav__img_n_bb2 {
    max-width: 800px;
	background-size: cover;
    width: 102.5%;
    height: 200px;
    margin: -20px 0 0 -5px;
    pointer-events: none;
    display: inline-block;
	transition: 0.3s;
}
.ll_p3:hover .inav__img_n_bb2 {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.ll_p4:hover .inav__img_n_bb2 {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.gg_hide {
	overflow: hidden;
    -webkit-mask: linear-gradient( 180deg ,rgba(0,0,0,1.0) 0,rgba(0,0,0,1.0) 66%,transparent);
    margin: -20px 0 0 -5px;
    width: 102.5%;
}
.gg_hide2 {
	text-align:center;
}
img.packs_ico {
	max-width:105%;
    width: 100.8%;
	margin: -1px 0 0 -1px;
}
.pack_sels {
	text-decoration: line-through;
	color: #ff7171;
    font-weight: 700;
}
.pack_sels2 {
	color: #80ff80;
}
.pack_sels3 {
	color: #82ffff;
    font-size: 12px;
}
.pack_sels4 {
	color: #ffffff;
    font-size: 12px;
}
.gift_item_bonus {
    display: flex;
    width: 100%;
    font-family: 'Philosopher', 'Times New Roman', Times, serif;
    font-size: 12px;
    transition: all .2s;
	margin: -3px 0 0 0;
}
.gift_item_bonus:hover {
    transform: scale(1.02);
}
.gift_item_bonus-img {
    display: inline-block;
	padding: 0px 4px 0px 7px;
}
.gift_item_bonus-name {
    display: inline-block;
	position: relative;
    top: 3px;
    left: 1px;
    width: 83%;
}
.gift_item_bonus-name2 {
	display: inline-grid;
}
.gift_item_bonus-name3 {
	position: relative;
    top: -4px;
    margin: 1px 0 0 0;
    color: #bfbfbf;
    float: right;
    display: inline-grid;
    background-color: #0a0b1c;
    border: 1px solid #cdcdcd94;
    width: 38px;
    height: 24px;
    text-align: center;
	line-height: 24px;
}
.gift_item_bonus-img img {
    width: 24px;
    height: 24px;
    border: 1px solid #f7ab00;
}
.gift_item_bonus-img img {
}

.gift_btn_main {
	width: 100%;
    text-align: center;
    margin: 1px 0 9px 0;
	transition: all .2s;
}
.gift_btn_main:hover {
    transform: scale(1.02);
}
.gift_btn_main a{
	padding: 5px 75px 5px 75px;
    background-color: #4c8750;
    color: #fff;
    font-size: 12px;
	transition: all .2s;
	text-decoration: none;
	border: 1px solid #d5d5d5;
	font-weight: 500;
}
.gift_btn_main:hover a{
    background-color: #5e9562;
}

@media (min-width: 700px)
.sldinfo__title {
    font-size: 28px;
}

.mid__block {
    padding-top: 73px;
}
.block {
    width: 400px;
    height: 90px;
    position: relative;
    box-sizing: border-box;
    z-index: -1;
}

.orc {
    bottom: -190px;
	right: 0px;
}
.dwarf {
    bottom: -160px;
	left: 0px;
}
.main {
    max-height: 565px;
	margin-bottom: -200px;
}

.page_static {
    background-image: linear-gradient(180deg, #1e1c1c00 0%, #161620 35%, #0c0c12 100%);
}

.icon_main_akcii {
	display: inline-block;
}
.icon_main_akcii i{
	background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
    padding: 3px 3px 3px 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 100;
    margin-right: 3px;
}
.gg_r2_2 {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 1px;
    margin: -8px 0 -15px 0px;
    justify-content: center;
	font-size: 12px;
	color: #fff;
    font-weight: 500;
    text-decoration: underline;
}


.mm_08_n {
	color: #fff;
	width: 100%;
}
.mm_08_n table{
	border: 1px solid #68645e75;
	border-bottom: none;
	width: 100%;
	border-spacing: 0px;
	background: #0b0e1c;
	background: #0b0e1c59;
}
.mm_08_n table tr{
	transition: 0.15s;
}
.mm_08_n table tr:hover {
    background: #33334c47;
}
.mm_08_n table thead td{
	border-bottom: 1px solid #68645e75;
}
.mm_08_n table td{
	border-right: 1px solid #68645e75;
	/* text-align: center; */
	border-bottom: 1px solid #68645e75;
	padding: 5px 5px 10px 5px;
    font-size: 12px;
}
.mm_08_n table tr.lsls td {
	font-size: 12px;
    vertical-align: middle;
    padding: 3px 0 3px 10px;
}
.mm_08_n table tr.lsls td img{
	width: 24px;
    height: 24px;
}
.mm_08_n table td:first-child{
	border-bottom: 1px solid #68645e75;
	text-align: left;
}
.mm_08_n table td:last-child{
	border-right: none;
}
.mm_08 table tr:last-child td{
	border-bottom: none;
}
.inav__img_mini_n {
    max-width: 32px;
    width: 24px;
    height: 24px;
    pointer-events: none;
    display: inline-block;
	padding-right: 0px;
}
.inav__img_mini_n2 {
    max-width: 32px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    display: inline-block;
	padding-right: 0px;
}
.gg_r2_n {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -4px;
    margin: -8px 0 -15px 0px;
    justify-content: center;
    font-size: 12px;
}
.gg_r2_n2 {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 0px;
    margin: -8px 0 -15px 0px;
    justify-content: center;
	font-size: 12px;
}

body {
    background-position-y: -250px;
}