

@font-face {
    font-family: la-icons;
    src: url(/index_staff/img/la-icons.ttf) format("truetype")
}

i[class*=" icon-"]:before,
i[class^=icon-]:before {
    font-family: la-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.icon-arrow-decor:before {
    content: ""
}

.icon-arrow:before {
    content: ""
}

.icon-check:before {
    content: ""
}



.icon-copy-past:before {
    content: ""
}

.icon-cross:before {
    content: ""
}

.icon-crystal:before {
    content: ""
}

.icon-download:before {
    content: ""
}

.icon-friend:before {
    content: ""
}

.icon-icon-bike:before {
    content: ""
}

.icon-icon-box:before {
    content: ""
}

.icon-icon-cloth:before {
    content: ""
}

.icon-icon-trailer:before {
    content: ""
}

.icon-icon-weapon:before {
    content: ""
}

.icon-lock:before {
    content: ""
}

.icon-logo:before {
    content: ""
}

.icon-pending:before {
    content: ""
}

.icon-refresh:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-shopping-cart:before {
    content: ""
}

.icon-social-discord:before {
    content: ""
}

.icon-social-facebook:before {
    content: ""
}

.icon-social-forum:before {
    content: ""
}

.icon-social-instagram:before {
    content: ""
}

.icon-social-mail:before {
    content: ""
}

.icon-social-odnoklassniki:before {
    content: ""
}

.icon-social-reddit:before {
    content: ""
}

.icon-social-steam-simple:before {
    content: ""
}

.icon-social-steam:before {
    content: ""
}

.icon-social-telegram:before {
    content: ""
}

.icon-social-twitch:before {
    content: ""
}

.icon-social-twitter:before {
    content: ""
}
.icons-social-twitch {
    -webkit-mask-image: url(/index_staff/img/background/twitch.svg?2);
    mask-image: url(/index_staff/img/background/twitch.svg?2);
}
.icon-social-vkontakte-clean:before {
    content: ""
}

.icon-social-vkontakte:before {
    content: ""
}

.icon-social-weibo:before {
    content: ""
}

.icon-social-youtube:before {
    content: ""
}

.icon-stopwatch:before {
    content: ""
}

.icon-triangle-full:before {
    content: ""
}

.icon-triangle:before {
    content: ""
}

.icon-unlock:before {
    content: ""
}

.icon-warning:before {
    content: ""
}

.icon-class-breaker:before {
    content: ""
}

.icon-social-vkplay:before {
    content: ""
}

.icon-social-vkvideo:before {
    content: ""
}

i[class*=" icons-"],
i[class^=icons-] {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    width: 60px;
    height: 60px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: currentColor
}

.icons-social-vkontakte {
    -webkit-mask-image: url(/index_staff/img/vkontakte.svg);
    mask-image: url(/index_staff/img/vkontakte.svg)
}

.icons-social-telegram {
    -webkit-mask-image: url(/index_staff/img/telegram.svg);
    mask-image: url(/index_staff/img/telegram.svg)
}

.icons-social-discord {
    -webkit-mask-image: url(/index_staff/img/discord.svg);
    mask-image: url(/index_staff/img/discord.svg)
}

.icons-social-youtube {
    -webkit-mask-image: url(/index_staff/img/youtube.svg);
    mask-image: url(/index_staff/img/youtube.svg)
}


* {
    padding: 0;
    border: none;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*,
:after,
:before {
    box-sizing: border-box
}

body,
html {
    width: 100%;
    height: 100%;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px;
    color: #000
}

fieldset,
img {
    border: 0
}

fieldset legend {
    display: none
}

li,
ul {
    list-style-type: none
}

img {
    vertical-align: top
}

a {
    color: inherit
}

a:hover {
    text-decoration: none
}

table {
    border: 0;
    border-collapse: collapse
}

table td {
    padding: 0;
    vertical-align: top
}

input,
select,
textarea {
    box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

::selection {
    background: #666;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #666;
    color: #fff;
    text-shadow: none
}

#__bs_notify__ {
    padding: 2px !important;
    font-size: 10px !important;
    opacity: .75;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

button {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body,
html {
    height: 100%;
    min-height: 100%
}

body {
    width: 100%;
    background: #000;
    color: #fff;
    line-height: 1.3;
    overflow-x: auto;
    overflow-y: scroll
}

body>img {
    position: absolute
}

a {
    display: inline-block;
    cursor: pointer;
    transition: all .1s linear
}

a,
a:active,
a:hover {
    text-decoration: none
}

img {
    display: inline-block;
    max-width: 100%
}

.content {
    width: 1012px;
    margin-right: auto;
    margin-left: auto
}

@media(max-width:1059px) {
    .content {
        width: 712px
    }
}

@media(max-width:767px) {
    .content {
        width: 280px
    }
}

@media(min-width:1366px) {
    .content--wide {
        width: 1358px
    }
}

body .text-center {
    text-align: center
}

.window-scroll-anchor {
    position: relative;
    top: -100px;
    width: 0;
    height: 0
}

.footer {
    position: relative;
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 20px;
    background: #000;
    line-height: 23px;
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px
}

.footer.type-desktop {
    display: none
}

.footer__groups {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px
}

.footer__group {
    display: block;
    height: 30px;
    margin: 0 7px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .4;
    transition: opacity .35s ease-out
}

.footer__group img {
    width: 100%
}

.footer__group.type-as,
.footer__group.type-sg {
    width: 88px
}

.footer__group.type-mg {
    width: 90px
}

.footer__group.type-as,
.footer__group.type-mg {
    cursor: pointer
}

.footer__group.type-as:hover,
.footer__group.type-mg:hover {
    opacity: 1
}

.footer__copyright {
    max-width: 665px;
    margin: 0 auto 20px;
    color: #666;
    text-align: center
}

.footer__links {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eee
}

.footer__link {
    display: block;
    margin: 0 15px;
    text-decoration: underline
}

.footer__link:hover {
    text-decoration: none
}

@media(min-width:768px) {
    .footer {
        min-height: 380px;
        padding-top: 60px;
        font-size: 18px;
        line-height: 30px
    }

    .footer.type-desktop {
        display: block
    }

    .footer__groups {
        margin-bottom: 19px
    }

    .footer__group {
        height: 50px;
        margin: 0 10px
    }

    .footer__group.type-as,
    .footer__group.type-sg {
        width: 147px
    }

    .footer__group.type-mg {
        width: 146px
    }

    .footer__copyright {
        margin-bottom: 30px
    }

    .footer__copyright a {
        text-decoration: underline
    }

    .footer__copyright a:hover {
        text-decoration: none
    }
}

.footer-social {
    margin-bottom: 40px
}

.footer-social,
.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-social a {
    margin: 0 6px;
    color: #fff;
    color: #888;
    cursor: pointer;
    font-size: 30px;
    text-decoration: none
}

.footer-social a,
.footer-social a .icon {
    width: 30px;
    height: 30px
}

.footer-social a:hover {
    color: #fff
}

@media(min-width:768px) {
    .footer-social {
        margin-bottom: 50px
    }

    .footer-social a {
        margin: 0 10px;
        font-size: 50px
    }

    .footer-social a,
    .footer-social a .icon {
        width: 50px;
        height: 50px
    }
}

.footer-pegi {
    position: relative;
    width: 48px;
    height: 48px;
    padding: 2px;
    border: 1px solid #888;
    margin-left: 10px;
    border-radius: 360px
}

.footer-pegi span {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: flex-end;
    background: #888;
    border-radius: 360px;
    color: #000;
    font-size: 26px
}

.registration__button {
    display: flex;
    width: 200px;
    height: 60px;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 10px;
    border: 1.4px solid #c00;
    margin-bottom: 20px;
    cursor: pointer;
    transition: border .2s ease-out
}

@media(max-width:767px) {
    .registration__button {
        width: 280px;
        margin: 10px auto
    }
}

.registration__button:hover {
    border-color: #fff
}

.registration__button span {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px;
    line-height: 20px
}

.registration__icon {
    display: flex;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 50%
}

.registration__icon i {
    height: 24px;
    color: #fff;
    font-size: 24px
}

.registration__icon--mail-auth {
    background: #1164f5
}

.registration__icon--mail-auth i {
    color: #fd9d27
}

.registration__icon--mail-reg {
    background: #c00
}

.registration__icon--ok {
    background: #ec8224
}

.registration__icon--vk {
    background: #4c77a6
}

.registration__buttons {
    display: flex;
    width: 420px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 20px
}

@media(max-width:767px) {
    .registration__buttons {
        margin: 20px auto
    }
}

.registration__links {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px;
    padding: 0 5%;
    line-height: 25px;
    text-align: center
}

.registration__links a {
    text-decoration: underline
}

.registration__links a:hover {
    text-decoration: none
}

.project-registration a {
    text-decoration: underline
}

.project-registration a:hover {
    text-decoration: none
}

.project-registration__user {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px;
    min-height: 40px;
    margin: 50px auto 0;
    line-height: 40px;
    text-align: center
}

@media(max-width:767px) {
    .project-registration__user {
        margin: 30px auto 0
    }
}

.project-registration__change-acc {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    line-height: 27px;
    text-align: center
}

.project-registration__buttons {
    display: flex;
    width: 560px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 70px
}

@media(max-width:767px) {
    .project-registration__buttons {
        width: 100%;
        justify-content: center;
        margin: 20px auto
    }

    .project-registration__buttons .button {
        margin: 5px 10px
    }
}

.project-registration__links {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px;
    padding: 0 5%;
    line-height: 25px;
    text-align: center
}

.after-register__links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    margin-top: 60px
}

.after-register__links a {
    height: 70px;
    margin-right: 30px
}

@media(max-width:767px) {
    .after-register__links a {
        margin-right: 20px
    }
}

.after-register__links a:last-child {
    margin-right: 0
}

.after-register__links a i {
    height: 70px;
    color: #fff;
    font-size: 70px
}

@media(max-width:767px) {
    .after-register__links a i {
        height: 42px;
        font-size: 42px
    }
}

.after-register__links a:hover i {
    color: #c00
}

.after-register .button {
    margin: 40px auto 20px
}

@media(max-width:767px) {
    .after-register .button {
        margin-top: 20px
    }
}

.navigation-section {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%
}

.navigation {
    position: relative;
    width: 100%;
    height: 65px;
    margin: auto;
    background-color: rgba(0, 0, 0, .8)
}

@media(max-width:767px) {
    .navigation {
        height: 50px;
        background-color: rgba(0, 0, 0, .8)
    }

    .navigation.is-opened .navigation__mobile {
        opacity: 1;
        visibility: visible
    }
}

.navigation__button,
.navigation__logo {
    position: absolute;
    z-index: 11;
    top: 0;
    display: flex;
    width: 160px;
    height: 100%;
    box-sizing: content-box;
    align-items: center
}

@media(max-width:767px) {

    .navigation__button,
    .navigation__logo {
        margin: auto
    }
}

.navigation__logo {
    left: 0;
    padding-left: 40px
}

@media(max-width:1059px) {
    .navigation__logo {
        padding-left: 20px
    }
}

@media(max-width:767px) {
    .navigation__logo {
        right: 0;
        width: 114px;
        height: 50px;
        padding: 0
    }
}

.navigation__logo img {
    width: 100%;
    height: auto
}

.navigation__button {
    right: 0;
    width: auto;
    padding-right: 40px
}

@media(max-width:1059px) {
    .navigation__button {
        padding-right: 20px
    }
}

@media(max-width:767px) {
    .navigation__button {
        position: static;
        display: flex;
        height: auto;
        justify-content: center;
        padding: 0
    }
}

@media(max-width:767px) {
    .navigation__mobile {
        overflow: auto;
        height: calc(100vh - 30px);
        background: url(/index_staff/img/navigation-mobile-bg.jpg) no-repeat;
        background-position: 50%;
        background-size: cover;
        opacity: 0;
        transition: opacity .35s ease-out;
        visibility: hidden
    }
}

.navigation__hamburger {
    display: none
}

@media(max-width:767px) {
    .navigation__hamburger {
        position: absolute;
        z-index: 10;
        top: 10px;
        left: 18px;
        display: block;
        width: 28px;
        height: 28px;
        background: none;
        cursor: pointer;
        outline: none
    }

    .navigation__hamburger:after,
    .navigation__hamburger:before {
        position: absolute;
        top: 13px;
        left: 0;
        display: block;
        width: 28px;
        height: 2px;
        background-color: #eee;
        content: "";
        transition: transform .35s ease-out
    }

    .navigation__hamburger:before {
        transform: translateY(-4px)
    }

    .navigation__hamburger:after {
        transform: translateY(4px)
    }

    .navigation__hamburger.is-opened:before {
        transform: rotate(45deg)
    }

    .navigation__hamburger.is-opened:after {
        transform: rotate(-45deg)
    }
}

.navigation__menu {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 65px;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    transition: all .35s ease-out;
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px
}

.navigation__menu:hover {
    max-height: 700px;
    background-color: #000;
    transition: all 1.35s ease-out
}

.navigation__menu:hover .navigation__menu-dropdown {
    opacity: 1
}

@media(max-width:1059px) {
    .navigation__menu {
        font-size: 10px
    }
}

@media(max-width:767px) {
    .navigation__menu {
        overflow-y: auto;
        transform: none;
        font-family: Futura PT;
        font-size: 18px;
        line-height: 30px
    }

    .navigation__menu,
    .navigation__menu:hover {
        max-height: none;
        background-color: transparent
    }
}

.navigation__menu-list {
    display: flex;
    width: 100%;
    max-width: 425px;
    justify-content: space-between;
    padding: 0;
    margin: 0 220px
}

@media(max-width:767px) {
    .navigation__menu-list {
        max-width: 100%;
        flex-wrap: wrap;
        margin: 122px 0 24px
    }
}

.navigation__menu-item {
    position: relative;
    margin: 0
}

.navigation__menu-item .icon {
    display: none
}

@media(max-width:767px) {
    .navigation__menu-item {
        width: 100%;
        margin: 0 0 35px;
        text-align: center
    }

    .navigation__menu-item .icon {
        display: inline-block;
        transform: rotate(90deg)
    }

    .navigation__menu-item.is-opened .icon {
        transform: rotate(-90deg) translateY(5px) translateX(2px)
    }

    .navigation__menu-item.is-opened .navigation__menu-dropdown {
        display: block
    }
}

.navigation__menu-dot {
    width: 6px;
    height: 6px;
    border: 1px solid hsla(0, 0%, 100%, .4);
    margin-top: 28px;
    transform: rotate(45deg)
}

.navigation__menu-dot:last-child {
    display: none
}

@media(max-width:767px) {
    .navigation__menu-dot {
        display: none
    }
}

.navigation__menu-link {
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    margin: 19px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color .35s ease-out;
    white-space: nowrap
}

.navigation__menu-link:visited {
    color: #fff
}

.navigation__menu-link.active,
.navigation__menu-link:hover {
    border-color: #c00
}

@media(max-width:767px) {
    .navigation__menu-link {
        display: inline-block;
        height: auto;
        justify-content: center;
        padding: 0;
        margin: 0
    }
}

.navigation__menu-dropdown {
    width: 10px;
    padding: 5px 0 30px;
    margin: 0;
    opacity: 0;
    transition: opacity .35s ease-out .35s
}

@media(max-width:767px) {
    .navigation__menu-dropdown {
        display: none;
        width: 100%;
        padding: 10px 0 0;
        margin: auto;
        opacity: 1
    }
}

.navigation__menu-dropdown-link {
    display: block;
    max-width: 100%;
    padding: 0 0 5px;
    background: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .35s ease-out;
    white-space: nowrap
}

.navigation__menu-dropdown-link:hover {
    color: #c00
}

.text {
    font-family: Futura PT;
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

@media(max-width:767px) {
    .text {
        font-family: Futura PT;
        font-size: 16px;
        line-height: 20px
    }
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    color: inherit
}

.text h1 {
    font-size: 72px;
    line-height: 70px;
    word-spacing: .02em
}

.text h1,
.text h2 {
    font-family: Cormorant SC, serif
}

.text h2 {
    font-size: 36px;
    line-height: 1.4;
    margin: 60px 0 30px;
    font-weight: 400;
    text-align: center
}

@media(max-width:767px) {
    .text h2 {
        font-family: Cormorant SC, serif;
        font-size: 22px;
        line-height: 1.4;
        margin: 40px 0 20px
    }
}

.text h3 {
    font-family: Futura PT;
    font-size: 22px;
    line-height: 1.4;
    margin: 30px 0;
    font-weight: 400;
    text-align: center
}

@media(max-width:767px) {
    .text h3 {
        font-family: Futura PT;
        font-size: 18px;
        line-height: 1.4;
        margin: 20px 0
    }
}

.text h4,
.text h5 {
    font-size: 18px;
    line-height: 26px
}

.text h4,
.text h5,
.text h6 {
    font-family: Futura PT;
    font-weight: 500
}

.text h6 {
    font-size: 16px;
    line-height: 24px
}

.text p {
    padding: 0 0 30px
}

@media(max-width:767px) {
    .text p {
        padding: 0 0 20px
    }
}

.text a {
    color: inherit;
    text-decoration: underline;
    transition: all .2s
}

.text a:hover {
    color: #c00;
    text-decoration: none
}

.text table {
    width: 100%;
    margin-bottom: 80px
}

.text table caption {
    padding: 5px 10px;
    background: #666;
    color: #fff;
    text-align: left;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 1.4
}

@media(max-width:767px) {
    .text table caption {
        padding: 5px 15px
    }
}

@media(max-width:767px) {
    .text table tr {
        display: block;
        padding: 10px 0
    }
}

.text table tr:nth-child(2n) {
    background-color: hsla(0, 0%, 100%, .1)
}

.text table td,
.text table th {
    padding: 10px 20px;
    text-align: left
}

@media(max-width:767px) {

    .text table td,
    .text table th {
        display: block;
        padding: 5px 15px
    }
}

.text table th {
    border-bottom: 1px solid #fff
}

@media(max-width:767px) {
    .text table th {
        display: none
    }
}

.text ol,
.text ul {
    margin: 30px 0;
    list-style: none
}

.text ol ol,
.text ol ul,
.text ul ol,
.text ul ul {
    margin: 10px 0
}

.text ol li,
.text ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 10px
}

.text ol li:before,
.text ul li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 30px;
    color: #c00;
    content: "•"
}

.text ol {
    counter-reset: li
}

.text ol>li {
    counter-increment: li
}

.text ol>li:before {
    content: counter(li) "."
}

.text embed,
.text iframe,
.text img,
.text video {
    max-width: 100%
}

.text img {
    height: auto !important
}

.text .oembed-provider-twitch,
.text .oembed-provider-youtube,
.text .video-wrap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 40px;
    float: none !important
}

@media(max-width:767px) {

    .text .oembed-provider-twitch,
    .text .oembed-provider-youtube,
    .text .video-wrap {
        margin-bottom: 20px
    }
}

.text .oembed-provider-twitch iframe,
.text .oembed-provider-youtube iframe,
.text .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.text .faq-spoiler {
    margin-bottom: 40px
}

@media(max-width:767px) {
    .text .faq-spoiler {
        margin-bottom: 20px
    }
}

.text .faq-spoiler+.faq-spoiler {
    margin-top: -40px
}

@media(max-width:767px) {
    .text .faq-spoiler+.faq-spoiler {
        margin-top: -20px
    }
}

.text .faq-spoiler__title p {
    padding: 0;
    margin: 0
}

.text kbd {
    display: inline-block;
    min-width: 30px;
    padding: 0 8px;
    border: 1px solid rgba(202, 163, 87, .5);
    margin: 0 5px;
    background: rgba(202, 163, 87, .05);
    border-radius: 8px;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    text-align: center;
    white-space: nowrap
}

.user-header {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background: #000;
    text-transform: uppercase
}

@media(max-width:767px) {
    .user-header {
        justify-content: flex-end
    }
}

.user-header .user-menu {
    position: absolute;
    z-index: 50;
    right: -10px;
    display: none;
    min-width: 100%;
    padding: 10px 0;
    background: #000
}

.user-header--leftside {
    display: flex
}

@media(max-width:767px) {
    .user-header--leftside {
        display: none
    }
}

.user-header--rightside {
    display: flex;
    justify-content: flex-end
}

.user-header__user-block {
    position: relative;
    margin-left: auto
}

.user-header__user-block:hover .user-menu {
    display: flex;
    flex-direction: column
}

.user-header__link {
    display: block;
    margin-left: 19px;
    color: #888;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .06em;
    transition: color .35s ease-out;
    font-family: Futura PT;
    font-size: 11px;
    line-height: 14px
}

.user-header__link:hover {
    color: #fff
}

.user-header__link:first-child {
    margin-left: 0
}

.user-header__link.type-left {
    margin-left: auto
}

.user-header__link--user {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    margin-left: 0;
    white-space: nowrap
}

@media(min-width:1060px) {
    .user-header {
        padding: 0 40px
    }
}

.service-popup {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.service-popup__overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .8)
}

.service-popup__wrap {
    position: relative;
    width: 800px;
    max-width: 100%;
    max-height: 100%;
    background: url(/index_staff/img/background.jpg) 50% repeat-y
}

@media(max-width:767px) {
    .service-popup__wrap {
        height: 100%;
        overflow-y: auto
    }
}

.service-popup__content {
    width: calc(100% - 52px);
    height: calc(100% - 52px);
    padding-bottom: 20px;
    border: 1.4px solid #c00;
    margin: 26px
}

@media(max-width:767px) {
    .service-popup__content {
        width: calc(100% - 20px);
        height: auto;
        border: none;
        margin: 10px
    }
}

.service-popup__decor {
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 40px;
    height: 53px;
    margin-left: -20px;
    background: url(/index_staff/img/logo_decor.png) 0 0 no-repeat
}

@media(max-width:767px) {
    .service-popup__decor {
        display: none
    }
}

.service-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: #c00;
    border-radius: 50%;
    cursor: pointer;
    transform: rotate(-45deg);
    transition: all .15s linear
}

.service-popup__close:after,
.service-popup__close:before {
    position: absolute;
    background: #fff;
    content: "";
    transition: all .15s linear
}

.service-popup__close:before {
    top: 50%;
    left: 6px;
    width: 16px;
    height: 2px;
    margin-top: -1px
}

.service-popup__close:after {
    top: 6px;
    left: 50%;
    width: 2px;
    height: 16px;
    margin-left: -1px
}

.service-popup__close:hover {
    background: #fff
}

.service-popup__close:hover:after,
.service-popup__close:hover:before {
    background: #c00
}

@media(max-width:767px) {
    .service-popup__close {
        top: 2px;
        right: 2px;
        background: transparent
    }
}

.service-popup h4 {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    padding: 0 10%;
    margin: 50px 0 15px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    text-align: center
}

@media(max-width:767px) {
    .service-popup h4 {
        margin: 20px 0;
        font-family: Futura PT;
        font-size: 18px;
        line-height: 30px
    }
}

.service-popup p {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    padding: 0 5%;
    color: #fff;
    text-align: center
}

@media(max-width:767px) {
    .service-popup p {
        font-family: Futura PT;
        font-size: 16px;
        line-height: 22px
    }
}

.server-error__popup {
    padding-bottom: 20px
}

.server-error__popup .button {
    margin: 20px auto 0
}

.service-page {
    min-height: 100vh;
    background-color: #1c1c1c;
    background-image: url(/index_staff/img/service-page-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%
}

@media(max-width:767px) {
    .service-page {
        background-position: 79% top;
        background-size: auto 100%
    }
}

.service-page__title {
    margin-bottom: 60px;
    font-weight: 400;
    text-align: center;
    font-family: Cormorant SC, serif;
    font-size: 64px;
    line-height: 70px
}

@media(max-width:1059px) {
    .service-page__title {
        font-family: Cormorant SC, serif;
        font-size: 36px;
        line-height: 40px
    }
}

@media(max-width:767px) {
    .service-page__title {
        font-family: Cormorant SC, serif;
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 30px
    }
}

.service-page__text {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 30px;
    text-align: center
}

.service-page__text a {
    text-decoration: underline
}

.service-page__text a:hover {
    color: #c00;
    text-decoration: none
}

.service-page__buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.service-page .content {
    padding: 140px 0 120px
}

@media(max-width:767px) {
    .service-page .content {
        display: flex;
        min-height: 100vh;
        flex-direction: column;
        justify-content: center;
        padding: 120px 0
    }
}

.service-page table {
    width: 100%
}

.service-page thead {
    height: 40px;
    border-bottom: 1px solid #fff
}

@media(max-width:767px) {
    .service-page thead {
        display: none
    }
}

@media(max-width:767px) {
    .service-page tr {
        display: block;
        padding: 10px 0
    }
}

.service-page tr:nth-child(2n) {
    background-color: hsla(0, 0%, 100%, .1)
}

.service-page td,
.service-page th {
    padding: 10px 20px;
    text-align: left
}

@media(max-width:767px) {

    .service-page td,
    .service-page th {
        display: block;
        padding: 5px 15px
    }
}

.button,
.noauth__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.button--centered,
.noauth__link--centered {
    margin: 20px auto
}

.button--disabled,
.noauth__link--disabled {
    cursor: default;
    pointer-events: none
}

.button-small {
    width: 64px;
    min-width: 64px;
    height: 28px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.45 25.013L.64 14 9.45 2.987c.743-.736 1.455-1.347 2.329-1.781.874-.435 1.94-.706 3.4-.706h33.897c1.459 0 2.525.27 3.4.706.872.433 1.584 1.044 2.326 1.779L63.367 14l-8.565 11.015c-.742.735-1.454 1.346-2.326 1.78-.875.434-1.941.705-3.4.705H15.178c-1.458 0-2.525-.27-3.4-.706-.873-.434-1.585-1.045-2.328-1.781z' fill='%23C00' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-small:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.45 25.013L.64 14 9.45 2.987c.743-.736 1.455-1.347 2.329-1.781.874-.435 1.94-.706 3.4-.706h33.897c1.459 0 2.525.27 3.4.706.872.433 1.584 1.044 2.326 1.779L63.367 14l-8.565 11.015c-.742.735-1.454 1.346-2.326 1.78-.875.434-1.941.705-3.4.705H15.178c-1.458 0-2.525-.27-3.4-.706-.873-.434-1.585-1.045-2.328-1.781z' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-small.button--disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='64' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.45 25.013L.64 14 9.45 2.987c.743-.736 1.455-1.347 2.329-1.781.874-.435 1.94-.706 3.4-.706h33.897c1.459 0 2.525.27 3.4.706.872.433 1.584 1.044 2.326 1.779L63.367 14l-8.565 11.015c-.742.735-1.454 1.346-2.326 1.78-.875.434-1.941.705-3.4.705H15.178c-1.458 0-2.525-.27-3.4-.706-.873-.434-1.585-1.045-2.328-1.781z' fill='%23888' stroke='%23888'/%3E%3C/svg%3E")
}

.button-small.button-icon .icon {
    height: 17px;
    font-size: 17px;
    line-height: 17px
}

.button-small-x15 {
    width: 96px;
    min-width: 96px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 .5h48c2.341 0 4.069.459 5.496 1.206 1.433.75 2.593 1.808 3.786 3.057l.003.003L95.32 20 81.285 35.234l-.003.003c-1.193 1.25-2.353 2.306-3.786 3.057C76.069 39.04 74.34 39.5 72 39.5H24c-2.341 0-4.069-.459-5.496-1.206-1.433-.75-2.593-1.808-3.786-3.057L.68 20 14.718 4.763c1.193-1.25 2.353-2.306 3.786-3.057C19.931.96 21.66.5 24 .5z' fill='%23C00' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-small-x15:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 .5h48c2.341 0 4.069.459 5.496 1.206 1.433.75 2.593 1.808 3.786 3.057l.003.003L95.32 20 81.285 35.234l-.003.003c-1.193 1.25-2.353 2.306-3.786 3.057C76.069 39.04 74.34 39.5 72 39.5H24c-2.341 0-4.069-.459-5.496-1.206-1.433-.75-2.593-1.808-3.786-3.057L.68 20 14.718 4.763c1.193-1.25 2.353-2.306 3.786-3.057C19.931.96 21.66.5 24 .5z' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-small-x15.button--disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='96' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 .5h48c2.341 0 4.069.459 5.496 1.206 1.433.75 2.593 1.808 3.786 3.057l.003.003L95.32 20 81.285 35.234l-.003.003c-1.193 1.25-2.353 2.306-3.786 3.057C76.069 39.04 74.34 39.5 72 39.5H24c-2.341 0-4.069-.459-5.496-1.206-1.433-.75-2.593-1.808-3.786-3.057L.68 20 14.718 4.763c1.193-1.25 2.353-2.306 3.786-3.057C19.931.96 21.66.5 24 .5z' fill='%23888' stroke='%23888'/%3E%3C/svg%3E")
}

.button-small-x15.button-icon .icon {
    height: 24px;
    font-size: 24px;
    line-height: 24px
}

.button-small-x20 {
    width: 128px;
    min-width: 128px;
    height: 56px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='128' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5.5h71c2.793 0 4.859.553 6.568 1.458 1.709.904 3.091 2.176 4.505 3.67L127.375 28l-16.802 22.372c-1.414 1.495-2.796 2.766-4.505 3.67-1.709.905-3.775 1.458-6.568 1.458h-71c-2.793 0-4.859-.553-6.568-1.458-1.709-.904-3.091-2.175-4.505-3.67L.625 28 17.427 5.628c1.414-1.495 2.796-2.766 4.505-3.67C23.642 1.053 25.707.5 28.5.5z' fill='%23C00' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-small-x20:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='128' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5.5h71c2.793 0 4.859.553 6.568 1.458 1.709.904 3.091 2.176 4.505 3.67L127.375 28l-16.802 22.372c-1.414 1.495-2.796 2.766-4.505 3.67-1.709.905-3.775 1.458-6.568 1.458h-71c-2.793 0-4.859-.553-6.568-1.458-1.709-.904-3.091-2.175-4.505-3.67L.625 28 17.427 5.628c1.414-1.495 2.796-2.766 4.505-3.67C23.642 1.053 25.707.5 28.5.5z' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-small-x20.button--disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='128' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5.5h71c2.793 0 4.859.553 6.568 1.458 1.709.904 3.091 2.176 4.505 3.67L127.375 28l-16.802 22.372c-1.414 1.495-2.796 2.766-4.505 3.67-1.709.905-3.775 1.458-6.568 1.458h-71c-2.793 0-4.859-.553-6.568-1.458-1.709-.904-3.091-2.175-4.505-3.67L.625 28 17.427 5.628c1.414-1.495 2.796-2.766 4.505-3.67C23.642 1.053 25.707.5 28.5.5z' fill='%23888' stroke='%23888'/%3E%3C/svg%3E")
}

.button-small-x20.button-icon .icon {
    height: 32px;
    font-size: 32px;
    line-height: 32px
}

.button-medium {
    display: block;
    width: 144px;
    min-width: 144px;
    height: 28px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='144' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.459 24.582L.65 14 9.459 3.418c.752-.871 1.47-1.592 2.348-2.101C12.677.813 13.732.5 15.178.5h113.898c1.446 0 2.502.313 3.371.817.878.508 1.595 1.228 2.346 2.099L143.357 14l-8.564 10.584c-.751.87-1.468 1.59-2.346 2.1-.869.503-1.925.816-3.371.816H15.179c-1.447 0-2.503-.313-3.372-.817-.879-.509-1.597-1.23-2.348-2.101z' fill='%23C00' stroke='%23C00'/%3E%3C/svg%3E");
    line-height: 30px;
    font-family: Futura PT;
    font-size: 11px;
    line-height: 14px
}

.button-medium:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='144' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.459 24.582L.65 14 9.459 3.418c.752-.871 1.47-1.592 2.348-2.101C12.677.813 13.732.5 15.178.5h113.898c1.446 0 2.502.313 3.371.817.878.508 1.595 1.228 2.346 2.099L143.357 14l-8.564 10.584c-.751.87-1.468 1.59-2.346 2.1-.869.503-1.925.816-3.371.816H15.179c-1.447 0-2.503-.313-3.372-.817-.879-.509-1.597-1.23-2.348-2.101z' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-medium.button--disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='144' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.459 24.582L.65 14 9.459 3.418c.752-.871 1.47-1.592 2.348-2.101C12.677.813 13.732.5 15.178.5h113.898c1.446 0 2.502.313 3.371.817.878.508 1.595 1.228 2.346 2.099L143.357 14l-8.564 10.584c-.751.87-1.468 1.59-2.346 2.1-.869.503-1.925.816-3.371.816H15.179c-1.447 0-2.503-.313-3.372-.817-.879-.509-1.597-1.23-2.348-2.101z' fill='%23888' stroke='%23888'/%3E%3C/svg%3E")
}

.button-medium.button-icon {
    padding-left: 10px
}

.button-medium.button-icon .icon {
    height: 17px;
    font-size: 17px;
    line-height: 17px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%)
}

.button-medium-x15,
.noauth__link {
    width: 168px;
    min-width: 168px;
    height: 40px;
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='168' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 .5h126c2.028 0 3.521.453 4.755 1.192 1.244.745 2.255 1.796 3.3 3.046l.002.004L167.358 20l-12.301 15.258-.002.004c-1.045 1.25-2.056 2.301-3.3 3.046-1.234.739-2.727 1.192-4.755 1.192H21c-2.028 0-3.52-.453-4.755-1.192-1.244-.745-2.255-1.796-3.3-3.046L.642 20 12.945 4.738c1.045-1.25 2.056-2.301 3.3-3.046C17.479.953 18.972.5 21 .5z' fill='%23C00' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-medium-x15:hover,
.noauth__link:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='168' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 .5h126c2.028 0 3.521.453 4.755 1.192 1.244.745 2.255 1.796 3.3 3.046l.002.004L167.358 20l-12.301 15.258-.002.004c-1.045 1.25-2.056 2.301-3.3 3.046-1.234.739-2.727 1.192-4.755 1.192H21c-2.028 0-3.52-.453-4.755-1.192-1.244-.745-2.255-1.796-3.3-3.046L.642 20 12.945 4.738c1.045-1.25 2.056-2.301 3.3-3.046C17.479.953 18.972.5 21 .5z' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-medium-x15.button--disabled,
.noauth__link.button--disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='168' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 .5h126c2.028 0 3.521.453 4.755 1.192 1.244.745 2.255 1.796 3.3 3.046l.002.004L167.358 20l-12.301 15.258-.002.004c-1.045 1.25-2.056 2.301-3.3 3.046-1.234.739-2.727 1.192-4.755 1.192H21c-2.028 0-3.52-.453-4.755-1.192-1.244-.745-2.255-1.796-3.3-3.046L.642 20 12.945 4.738c1.045-1.25 2.056-2.301 3.3-3.046C17.479.953 18.972.5 21 .5z' fill='%23888' stroke='%23888'/%3E%3C/svg%3E")
}

.button-medium-x15.button-icon,
.noauth__link.button-icon {
    padding-left: 20px
}

.button-medium-x15.button-icon .icon,
.noauth__link.button-icon .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    transform: translateY(-50%)
}

.button-medium-x20 {
    width: 224px;
    min-width: 224px;
    height: 56px;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='224' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5.5h167c2.779 0 4.835.641 6.539 1.694 1.715 1.059 3.103 2.55 4.525 4.307l.003.003L223.365 28l-16.798 21.496-.003.003c-1.422 1.756-2.81 3.248-4.525 4.307-1.704 1.053-3.76 1.694-6.539 1.694h-167c-2.78 0-4.835-.641-6.54-1.694-1.714-1.059-3.102-2.55-4.524-4.307L.635 28l16.8-21.5c1.423-1.755 2.811-3.247 4.526-4.306C23.665 1.14 25.72.5 28.5.5z' fill='%23C00' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-medium-x20:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='224' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5.5h167c2.779 0 4.835.641 6.539 1.694 1.715 1.059 3.103 2.55 4.525 4.307l.003.003L223.365 28l-16.798 21.496-.003.003c-1.422 1.756-2.81 3.248-4.525 4.307-1.704 1.053-3.76 1.694-6.539 1.694h-167c-2.78 0-4.835-.641-6.54-1.694-1.714-1.059-3.102-2.55-4.524-4.307L.635 28l16.8-21.5c1.423-1.755 2.811-3.247 4.526-4.306C23.665 1.14 25.72.5 28.5.5z' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-medium-x20.button--disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='224' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5.5h167c2.779 0 4.835.641 6.539 1.694 1.715 1.059 3.103 2.55 4.525 4.307l.003.003L223.365 28l-16.798 21.496-.003.003c-1.422 1.756-2.81 3.248-4.525 4.307-1.704 1.053-3.76 1.694-6.539 1.694h-167c-2.78 0-4.835-.641-6.54-1.694-1.714-1.059-3.102-2.55-4.524-4.307L.635 28l16.8-21.5c1.423-1.755 2.811-3.247 4.526-4.306C23.665 1.14 25.72.5 28.5.5z' fill='%23888' stroke='%23888'/%3E%3C/svg%3E")
}

.button-medium-x20.button-icon {
    padding-left: 20px
}

.button-medium-x20.button-icon .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    transform: translateY(-50%)
}

.button-large {
    display: block;
    width: 240px;
    min-width: 240px;
    height: 28px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='240' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.459 24.582L.65 14 9.459 3.418c.752-.871 1.47-1.592 2.348-2.101C12.677.813 13.732.5 15.178.5h209.898c1.446 0 2.502.313 3.371.817.878.508 1.595 1.228 2.346 2.099L239.357 14l-8.564 10.584c-.751.87-1.468 1.59-2.346 2.1-.869.503-1.925.816-3.371.816H15.179c-1.447 0-2.503-.313-3.372-.817-.879-.509-1.597-1.23-2.348-2.101z' fill='%23C00' stroke='%23C00'/%3E%3C/svg%3E");
    line-height: 30px;
    font-family: Futura PT;
    font-size: 11px;
    line-height: 14px
}

.button-large:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='240' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.459 24.582L.65 14 9.459 3.418c.752-.871 1.47-1.592 2.348-2.101C12.677.813 13.732.5 15.178.5h209.898c1.446 0 2.502.313 3.371.817.878.508 1.595 1.228 2.346 2.099L239.357 14l-8.564 10.584c-.751.87-1.468 1.59-2.346 2.1-.869.503-1.925.816-3.371.816H15.179c-1.447 0-2.503-.313-3.372-.817-.879-.509-1.597-1.23-2.348-2.101z' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-large.button--disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='240' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.459 24.582L.65 14 9.459 3.418c.752-.871 1.47-1.592 2.348-2.101C12.677.813 13.732.5 15.178.5h209.898c1.446 0 2.502.313 3.371.817.878.508 1.595 1.228 2.346 2.099L239.357 14l-8.564 10.584c-.751.87-1.468 1.59-2.346 2.1-.869.503-1.925.816-3.371.816H15.179c-1.447 0-2.503-.313-3.372-.817-.879-.509-1.597-1.23-2.348-2.101z' fill='%23888' stroke='%23888'/%3E%3C/svg%3E")
}

.button-large.button-icon {
    padding-left: 10px
}

.button-large.button-icon .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 17px;
    font-size: 17px;
    line-height: 17px;
    transform: translateY(-50%)
}

.button-large-x15 {
    width: 294px;
    min-width: 294px;
    height: 40px;
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='294' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.52.5h246.96c2.292 0 3.981.458 5.378 1.204 1.402.75 2.538 1.806 3.707 3.055l.004.004L293.326 20l-13.757 15.237-.004.004c-1.169 1.25-2.305 2.305-3.707 3.055-1.397.746-3.086 1.204-5.378 1.204H23.52c-2.291 0-3.982-.458-5.378-1.204-1.402-.75-2.538-1.806-3.708-3.055L.674 20l13.76-15.24c1.17-1.25 2.306-2.306 3.708-3.056C19.538.958 21.23.5 23.52.5z' fill='%23C00' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-large-x15:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='294' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.52.5h246.96c2.292 0 3.981.458 5.378 1.204 1.402.75 2.538 1.806 3.707 3.055l.004.004L293.326 20l-13.757 15.237-.004.004c-1.169 1.25-2.305 2.305-3.707 3.055-1.397.746-3.086 1.204-5.378 1.204H23.52c-2.291 0-3.982-.458-5.378-1.204-1.402-.75-2.538-1.806-3.708-3.055L.674 20l13.76-15.24c1.17-1.25 2.306-2.306 3.708-3.056C19.538.958 21.23.5 23.52.5z' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-large-x15.button--disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='294' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.52.5h246.96c2.292 0 3.981.458 5.378 1.204 1.402.75 2.538 1.806 3.707 3.055l.004.004L293.326 20l-13.757 15.237-.004.004c-1.169 1.25-2.305 2.305-3.707 3.055-1.397.746-3.086 1.204-5.378 1.204H23.52c-2.291 0-3.982-.458-5.378-1.204-1.402-.75-2.538-1.806-3.708-3.055L.674 20l13.76-15.24c1.17-1.25 2.306-2.306 3.708-3.056C19.538.958 21.23.5 23.52.5z' fill='%23888' stroke='%23888'/%3E%3C/svg%3E")
}

.button-large-x15.button-icon {
    padding-left: 20px
}

.button-large-x15.button-icon .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    transform: translateY(-50%)
}

.button-large-x15.button-bonus {
    width: 298px;
    height: 44px;
    justify-content: flex-start;
    padding-left: 60px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='298' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M282.305 5.086l-.006-.007c-1.193-1.275-2.42-2.428-3.97-3.257C276.771.99 274.915.5 272.48.5H25.52c-2.436 0-4.29.49-5.849 1.322-1.55.829-2.777 1.982-3.97 3.257h0l-.006.007L1.629 20.665 1.326 21l.303.335 14.066 15.579h0l.006.006c1.193 1.276 2.42 2.43 3.97 3.258 1.558.833 3.413 1.322 5.849 1.322h246.96c2.435 0 4.291-.49 5.849-1.322 1.55-.829 2.777-1.982 3.97-3.257l.006-.007 14.066-15.579.303-.335-.303-.335-14.066-15.58z' fill='%23fff' stroke='%23fff'/%3E%3Cpath d='M205.305 5.086l-.006-.007c-1.193-1.275-2.42-2.428-3.97-3.257C199.771.99 197.915.5 195.48.5H25.52c-2.436 0-4.29.49-5.849 1.322-1.55.829-2.777 1.982-3.97 3.257h0l-.006.007L1.629 20.665 1.326 21l.303.335 14.066 15.579h0l.006.006c1.193 1.276 2.42 2.43 3.97 3.258 1.558.833 3.413 1.322 5.849 1.322h169.96c2.435 0 4.291-.49 5.849-1.322 1.55-.829 2.777-1.982 3.97-3.257l.006-.007 14.066-15.579.303-.335-.303-.335-14.066-15.58z' fill='%23C00' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-large-x15.button-bonus:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='298' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M282.305 5.086l-.006-.007c-1.193-1.275-2.42-2.428-3.97-3.257C276.771.99 274.915.5 272.48.5H25.52c-2.436 0-4.29.49-5.849 1.322-1.55.829-2.777 1.982-3.97 3.257h0l-.006.007L1.629 20.665 1.326 21l.303.335 14.066 15.579h0l.006.006c1.193 1.276 2.42 2.43 3.97 3.258 1.558.833 3.413 1.322 5.849 1.322h246.96c2.435 0 4.291-.49 5.849-1.322 1.55-.829 2.777-1.982 3.97-3.257l.006-.007 14.066-15.579.303-.335-.303-.335-14.066-15.58z' stroke='%23fff'/%3E%3Cpath d='M205.305 5.086l-.006-.007c-1.193-1.275-2.42-2.428-3.97-3.257C199.771.99 197.915.5 195.48.5H25.52c-2.436 0-4.29.49-5.849 1.322-1.55.829-2.777 1.982-3.97 3.257h0l-.006.007L1.629 20.665 1.326 21l.303.335 14.066 15.579h0l.006.006c1.193 1.276 2.42 2.43 3.97 3.258 1.558.833 3.413 1.322 5.849 1.322h169.96c2.435 0 4.291-.49 5.849-1.322 1.55-.829 2.777-1.982 3.97-3.257l.006-.007 14.066-15.579.303-.335-.303-.335-14.066-15.58z' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-large-x15.button-bonus .bonus {
    position: absolute;
    top: 50%;
    left: 225px;
    color: #c00;
    font-weight: 700;
    transform: translateY(-50%);
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

.button-large-x20 {
    width: 392px;
    min-width: 392px;
    height: 56px;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='392' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5.5h335c2.779 0 4.835.641 6.539 1.694 1.715 1.059 3.103 2.55 4.525 4.306l.003.004L391.365 28l-16.798 21.496-.003.004c-1.422 1.756-2.81 3.247-4.525 4.306-1.704 1.053-3.76 1.694-6.539 1.694h-335c-2.78 0-4.835-.641-6.54-1.694-1.714-1.059-3.102-2.55-4.524-4.307L.635 28l16.8-21.5c1.423-1.755 2.811-3.247 4.526-4.306C23.665 1.14 25.72.5 28.5.5z' fill='%23C00' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-large-x20:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='392' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5.5h335c2.779 0 4.835.641 6.539 1.694 1.715 1.059 3.103 2.55 4.525 4.306l.003.004L391.365 28l-16.798 21.496-.003.004c-1.422 1.756-2.81 3.247-4.525 4.306-1.704 1.053-3.76 1.694-6.539 1.694h-335c-2.78 0-4.835-.641-6.54-1.694-1.714-1.059-3.102-2.55-4.524-4.307L.635 28l16.8-21.5c1.423-1.755 2.811-3.247 4.526-4.306C23.665 1.14 25.72.5 28.5.5z' stroke='%23C00'/%3E%3C/svg%3E")
}

.button-large-x20.button--disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='392' height='56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5.5h335c2.779 0 4.835.641 6.539 1.694 1.715 1.059 3.103 2.55 4.525 4.306l.003.004L391.365 28l-16.798 21.496-.003.004c-1.422 1.756-2.81 3.247-4.525 4.306-1.704 1.053-3.76 1.694-6.539 1.694h-335c-2.78 0-4.835-.641-6.54-1.694-1.714-1.059-3.102-2.55-4.524-4.307L.635 28l16.8-21.5c1.423-1.755 2.811-3.247 4.526-4.306C23.665 1.14 25.72.5 28.5.5z' fill='%23888' stroke='%23888'/%3E%3C/svg%3E")
}

.button-large-x20.button-icon {
    padding-left: 20px
}

.button-large-x20.button-icon .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    transform: translateY(-50%)
}

.controller-close {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #c00;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .35s ease-out
}

.controller-close:after,
.controller-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    margin: -7px 0 0 -1px;
    background: #fff;
    content: ""
}

.controller-close:before {
    transform: rotate(45deg)
}

.controller-close:after {
    transform: rotate(-45deg)
}

.controller-close:hover {
    background-color: #c00
}

@media(min-width:768px) {
    .controller-close {
        width: 48px;
        height: 48px
    }

    .controller-close:after,
    .controller-close:before {
        height: 24px;
        margin: -12px 0 0 -1px
    }
}

.controller-play {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    display: inline-flex;
    height: 60px;
    align-items: center;
    cursor: pointer
}

.controller-play__icon {
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #c00;
    background: #c00;
    border-radius: 50%;
    transition: all .35s ease-out
}

.controller-play__icon:after {
    position: absolute;
    top: 20px;
    left: 24px;
    width: 17px;
    height: 20px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 10px 0 10px 17px;
    content: "";
    pointer-events: none
}

.controller-play__text {
    margin-left: 20px
}

.controller-play:hover .controller-play__icon {
    background: transparent
}

.controller-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    border: none;
    margin-top: -24px;
    background: none;
    color: #fff;
    cursor: pointer;
    font-size: 45px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .6);
    transition: color .35s ease-out
}

.controller-arrow:hover {
    color: hsla(0, 0%, 100%, .4)
}

.controller-arrow .icon-arrow-decor,
.controller-arrow .icon-arrow-decor:before {
    display: block
}

.controller-arrow--prev {
    left: 18px
}

.controller-arrow--prev .icon-arrow-decor {
    transform: rotate(90deg)
}

.controller-arrow--next {
    right: 18px
}

.controller-arrow--next .icon-arrow-decor {
    transform: rotate(-90deg)
}

@media(min-width:768px) {
    .controller-arrow--prev {
        left: 40px
    }

    .controller-arrow--next {
        right: 40px
    }
}

.controller-arrow--black {
    color: #000
}

.controller-arrow--black:hover {
    color: rgba(0, 0, 0, .4)
}

.controller-arrow--square {
    margin-top: -17px
}

@media(max-width:1365px) {
    .controller-arrow--square {
        margin-top: -11px
    }
}

.controller-arrow--square:before {
    display: block;
    width: 34px;
    height: 34px;
    background: rgba(0, 0, 0, .6);
    content: "";
    transform: rotate(45deg)
}

@media(max-width:1365px) {
    .controller-arrow--square:before {
        width: 23px;
        height: 23px
    }
}

.controller-arrow--square .icon-arrow-decor {
    position: absolute;
    z-index: 1;
    top: 5px;
    font-size: 24px;
    transition: all .35s ease-out
}

@media(max-width:1365px) {
    .controller-arrow--square .icon-arrow-decor {
        top: 2px;
        font-size: 18px
    }
}

.controller-arrow--square.controller-arrow--prev {
    left: 8px
}

.controller-arrow--square.controller-arrow--prev .icon-arrow-decor {
    left: -3px
}

.controller-arrow--square.controller-arrow--next {
    right: 8px
}

.controller-arrow--square.controller-arrow--next .icon-arrow-decor {
    right: -3px
}

.readmore-link {
    position: relative;
    display: inline-flex;
    color: #fff;
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px
}

.readmore-link .icon {
    margin-top: 2px;
    margin-left: 10px;
    color: #c00;
    transform: rotate(-90deg);
    transition: all .15s linear
}

.readmore-link:hover .icon {
    margin-left: 15px
}

.form .input,
.form input[type=search],
.form input[type=text] {
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    background: none;
    caret-color: #c00;
    color: #fff;
    line-height: 2.2;
    transition: all .2s;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 30px
}

@media(max-width:1059px) {

    .form .input,
    .form input[type=search],
    .form input[type=text] {
        font-family: Futura PT;
        font-size: 16px;
        line-height: 22px
    }
}

.form .input::-moz-placeholder,
.form input[type=search]::-moz-placeholder,
.form input[type=text]::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.form .input:-ms-input-placeholder,
.form input[type=search]:-ms-input-placeholder,
.form input[type=text]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.form .input::placeholder,
.form input[type=search]::placeholder,
.form input[type=text]::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.form .input:focus,
.form .input:hover,
.form input[type=search]:focus,
.form input[type=search]:hover,
.form input[type=text]:focus,
.form input[type=text]:hover {
    border-bottom: 1px solid #fff;
    outline: none
}

.form .input:focus::-moz-placeholder,
.form .input:hover::-moz-placeholder,
.form input[type=search]:focus::-moz-placeholder,
.form input[type=search]:hover::-moz-placeholder,
.form input[type=text]:focus::-moz-placeholder,
.form input[type=text]:hover::-moz-placeholder {
    color: #fff
}

.form .input:focus:-ms-input-placeholder,
.form .input:hover:-ms-input-placeholder,
.form input[type=search]:focus:-ms-input-placeholder,
.form input[type=search]:hover:-ms-input-placeholder,
.form input[type=text]:focus:-ms-input-placeholder,
.form input[type=text]:hover:-ms-input-placeholder {
    color: #fff
}

.form .input:focus::placeholder,
.form .input:hover::placeholder,
.form input[type=search]:focus::placeholder,
.form input[type=search]:hover::placeholder,
.form input[type=text]:focus::placeholder,
.form input[type=text]:hover::placeholder {
    color: #fff
}

.form .input--error {
    border-bottom: 1px solid #c00
}

.form .error {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px;
    color: #c00;
    line-height: 1
}

.form .error a {
    text-decoration: underline
}

.form .error a:hover {
    text-decoration: none
}

.form [type=radio]:checked,
.form [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.form [type=radio]:checked+label,
.form [type=radio]:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    color: #fff;
    cursor: pointer;
    line-height: 20px
}

.form [type=radio]:checked+label:after,
.form [type=radio]:checked+label:before,
.form [type=radio]:not(:checked)+label:after,
.form [type=radio]:not(:checked)+label:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    transition: all .2s ease
}

.form [type=radio]:checked+label:before,
.form [type=radio]:not(:checked)+label:before {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #888;
    background: none
}

.form [type=radio]:checked+label:after,
.form [type=radio]:not(:checked)+label:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #c00
}

.form [type=radio]:checked+label:before {
    border-color: #c00
}

.form [type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.form [type=radio]:not(:checked)+label:hover:before {
    border-color: #fff
}

.form [type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.error-page {
    background-color: #fff;
    background-image: url(/index_staff/img/error-page-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.error-page__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 200px 0 235px;
    text-align: center
}

@media(max-width:767px) {
    .error-page__wrap {
        min-height: 70vh;
        justify-content: center;
        padding: 120px 0 70px
    }
}

.error-page__wrap:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    display: block;
    width: 100%;
    height: 526px;
    background-image: url(/index_staff/img/error-page-art.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    content: ""
}

@media(max-width:1365px) {
    .error-page__wrap:after {
        height: 425px
    }
}

@media(max-width:767px) {
    .error-page__wrap:after {
        display: none
    }
}

.error-page__num {
    font-family: Cormorant SC, serif;
    font-size: 500px;
    line-height: 500px;
    z-index: 1;
    margin: -95px 0 0;
    background: linear-gradient(180deg, #eee, #666);
    -webkit-background-clip: text;
    background-clip: text;
    color: #eee;
    letter-spacing: .04em;
    -webkit-text-fill-color: transparent
}

@media(max-width:1365px) {
    .error-page__num {
        margin: -65px 0 0;
        font-size: 400px
    }
}

@media(max-width:767px) {
    .error-page__num {
        order: 1;
        margin: 0 0 25px;
        font-size: 110px
    }
}

.error-page__title {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px;
    z-index: 2;
    margin-bottom: 10px;
    font-weight: 400
}

@media(max-width:767px) {
    .error-page__title {
        order: 2
    }
}

.error-page__text {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 30px;
    z-index: 2
}

.error-page__text a {
    text-decoration: underline
}

.error-page__text a:hover {
    text-decoration: none
}

@media(max-width:767px) {
    .error-page__text {
        order: 3
    }
}

.error-page__social {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

@media(max-width:767px) {
    .error-page__social {
        order: 4
    }
}

.error-page__social a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    color: #fff;
    color: #888;
    cursor: pointer;
    font-size: 50px;
    text-decoration: none
}

.error-page__social a:hover {
    color: #fff
}

@media(max-width:767px) {
    .error-page__social a {
        width: 30px;
        height: 30px;
        margin: 0 6px;
        font-size: 30px
    }
}

.social-sharing {
    color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex
}

.social-sharing__item {
    margin: 0 15px;
    cursor: pointer;
    font-size: 36px;
    height: 36px;
    transition: all .15s linear
}

.sharing--fixed {
    position: fixed;
    z-index: 50;
    top: 250px;
    right: 0
}

.sharing--fixed .social-sharing {
    flex-direction: column
}

.sharing--fixed .social-sharing__item {
    margin: 3px 10px;
    font-size: 18px;
    height: 18px
}

.sharing--fixed .social-sharing__item .icon {
    width: 18px;
    height: 18px
}

@media(max-width:767px) {
    .sharing--fixed {
        display: none
    }
}

.faq {
    color: #fff
}

.faq-fullpage {
    padding: 200px 0 100px;
    background-color: #000;
    background-image: url(/index_staff/img/faq-background.jpg);
    background-position: top;
    background-repeat: no-repeat
}

.faq-fullpage h1 {
    margin-bottom: 100px;
    text-align: center;
    word-spacing: .02em;
    font-family: Cormorant SC, serif;
    font-size: 64px;
    line-height: 70px
}

.faq-onpage {
    padding: 120px 0 20px
}

.faq__title {
    font-family: Cormorant SC, serif;
    font-size: 48px;
    line-height: 50px;
    margin: 0 0 35px;
    font-weight: 400;
    text-align: center
}

@media(max-width:767px) {
    .faq__title {
        font-family: Cormorant SC, serif;
        font-size: 26px;
        line-height: 30px
    }
}

.faq--category {
    width: 1012px;
    margin: auto
}

@media(max-width:1059px) {
    .faq--category {
        width: 100%;
        padding: 0 15px
    }
}

.faq--nocategory h2 {
    display: none
}

.paginator {
    max-width: 484px;
    margin: auto
}

.paginator,
.paginator__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.paginator__item {
    width: 48px;
    height: 48px;
    margin: 0 5px;
    cursor: pointer;
    text-align: center
}

.paginator__item:before {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #c00;
    content: "";
    opacity: 0;
    transform: rotate(45deg);
    visibility: hidden;
    transition: all .15s linear
}

.paginator__item:not(.paginator__break).active:before,
.paginator__item:not(.paginator__break):hover:before {
    opacity: 1;
    visibility: visible
}

.paginator__item-link {
    z-index: 2;
    width: 100%;
    height: 100%;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 30px
}

.paginator__control,
.paginator__item-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.paginator__control {
    width: 24px;
    height: 24px;
    margin: 0 10px;
    cursor: pointer
}

.paginator__control:before {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #c00;
    background: #c00;
    content: "";
    transform: rotate(45deg);
    transition: all .15s linear
}

.paginator__control:not(.disabled):hover:before {
    background: transparent
}

.paginator__control.disabled:before {
    border-color: #666;
    background: #666
}

.paginator__control-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.paginator__control .icon-arrow {
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    display: block
}

.paginator__control .icon-arrow:before {
    display: block
}

.paginator__prev .paginator__control-link {
    rotate: 180deg;
    transform: translate(50%, 50%)
}

.scrollbar {
    max-width: 100%;
    max-height: 100%
}

.scrollbar .ps__rail-x,
.scrollbar .ps__rail-x:focus,
.scrollbar .ps__rail-x:hover {
    height: 8px;
    background: none !important;
    opacity: 1 !important
}

.scrollbar .ps__thumb-x {
    bottom: 0;
    height: 8px !important;
    background: #c00;
    border-radius: 0;
    cursor: -webkit-grab;
    cursor: grab;
    opacity: .8;
    transition: opacity .15s linear
}

.scrollbar:hover .ps__thumb-x {
    opacity: 1
}

.scrollbar .ps__rail-y {
    width: 8px !important;
    background: none !important;
    opacity: 1 !important
}

.scrollbar .ps__rail-y:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .2);
    content: ""
}

.scrollbar .ps__rail-y:focus,
.scrollbar .ps__rail-y:hover {
    width: 8px !important;
    background: none !important;
    opacity: 1 !important
}

.scrollbar .ps__thumb-y {
    right: 0;
    width: 8px !important;
    background: #c00;
    border-radius: 0;
    cursor: -webkit-grab;
    cursor: grab;
    opacity: .6;
    transition: opacity .15s linear
}

.scrollbar:hover .ps__thumb-y {
    opacity: 1
}

.ps-container {
    position: relative
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto
}

.dropdown {
    position: absolute;
    top: calc(100% - 53px);
    right: 15px;
    width: 170px;
    padding-top: 53px;
    pointer-events: none
}

.dropdown:hover,
.dropdown__arrow {
    pointer-events: auto
}

.dropdown__arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px
}

.dropdown__arrow:before {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background-color: #c00;
    content: "";
    transform: translate(-50%, -50%) rotate(45deg)
}

.dropdown__arrow .icon {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    font-size: 24px;
    line-height: 24px
}

.dropdown__menu {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    text-align: center
}

.dropdown:hover .dropdown__menu {
    display: inline-flex;
    opacity: 1;
    pointer-events: auto
}

@media(max-width:767px) {
    .dropdown:hover .dropdown__menu {
        display: flex
    }
}

.dropdown__label {
    padding: 5px;
    background-color: #a80000
}

.dropdown__option {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    background-color: #c00;
    cursor: pointer
}

.dropdown__option:nth-child(odd) {
    background-color: #a80000
}

.dropdown__option a {
    width: 100%;
    padding: 5px
}

.noauth__separator {
    display: none
}

.spoiler {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    color: #000;
    transition: border-bottom-color .2s
}

.spoiler:hover {
    border-bottom-color: #000
}

.spoiler__title {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    width: 100%;
    padding: 0 40px 0 0;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.spoiler__title:hover {
    cursor: pointer
}

.spoiler__title:hover .spoiler__icon {
    opacity: 1
}

.spoiler__icon {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 16px;
    line-height: 1;
    opacity: .3;
    transform: rotate(45deg);
    transition: all .2s
}

.spoiler.opened .spoiler__icon {
    transform: rotate(0deg)
}

.spoiler__content {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    height: 0;
    box-sizing: content-box;
    margin: 15px 0 5px
}

.spoiler.opened .spoiler__content {
    height: auto
}

.faq-spoiler {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff
}

.faq-spoiler+.faq-spoiler {
    border-top: none
}

.faq-spoiler__title {
    position: relative;
    padding: 20px 0 10px 45px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

.faq-spoiler__title p {
    margin: 0;
    font-weight: inherit;
    line-height: inherit
}

.faq-spoiler__content {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    height: 0;
    box-sizing: content-box;
    padding-left: 45px;
    color: #fff;
    opacity: 0;
    transition: all .15s linear
}

.faq-spoiler.type-opened .faq-spoiler__content {
    height: auto;
    padding-bottom: 20px;
    opacity: 1
}

.faq-spoiler__marker {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #c00;
    transform: rotate(45deg) translateY(50%);
    transition: all .15s ease-out
}

.faq-spoiler__marker-symbol {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg)
}

.faq-spoiler__marker-symbol:after,
.faq-spoiler__marker-symbol:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    background-color: #c00;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .35s ease-out
}

.faq-spoiler__marker-symbol:before {
    width: 10px;
    height: 2px
}

.faq-spoiler__marker-symbol:after {
    width: 2px;
    height: 10px
}

.faq-spoiler.type-opened .faq-spoiler__marker {
    background: #c00
}

.faq-spoiler.type-opened .faq-spoiler__marker-symbol:after,
.faq-spoiler.type-opened .faq-spoiler__marker-symbol:before {
    background-color: #fff;
    transition: transform .35s ease-out
}

.faq-spoiler.type-opened .faq-spoiler__marker-symbol:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.faq-spoiler:hover .faq-spoiler__marker {
    background: #c00
}

.faq-spoiler:hover .faq-spoiler__marker-symbol:after,
.faq-spoiler:hover .faq-spoiler__marker-symbol:before {
    background-color: #fff;
    transition: transform .35s ease-out
}

.tippy-tooltip.white-theme {
    border: none;
    background-color: #fff;
    border-radius: 0
}

.tippy-tooltip.white-theme .tippy-content {
    padding: 15px 30px;
    color: #000;
    text-align: left;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 22px
}

.tippy-tooltip.white-theme .tippy-content img {
    max-width: 100%;
    margin-bottom: 20px
}

.tippy-tooltip.white-theme .tippy-content p {
    margin-bottom: 20px
}

.tippy-tooltip.white-theme .tippy-content li {
    position: relative;
    line-height: 30px
}

.tippy-tooltip.white-theme .tippy-content li:before {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 4px;
    height: 4px;
    margin-right: 15px;
    background: #c00;
    border-radius: 50%;
    content: ""
}

@media(max-width:767px) {
    .tippy-tooltip.white-theme .tippy-content li:before {
        margin-right: 10px
    }
}

.tippy-tooltip.white-theme .tippy-popper[x-placement^=top] .tippy-arrow {
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 12px 12.5px 0
}

.tippy-tooltip.white-theme .tippy-popper[x-placement^=bottom] .tippy-arrow {
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 12.5px 12px
}

.tippy-tooltip.white-theme .tippy-popper[x-placement^=right] .tippy-arrow {
    width: 0;
    height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 12.5px 12.5px 12.5px 0
}

.tippy-tooltip.white-theme .tippy-popper[x-placement^=left] .tippy-arrow {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 12.5px 0 12.5px 12px
}

.tippy-tooltip.black-theme {
    border: none;
    background-color: #000;
    border-radius: 0
}

.tippy-tooltip.black-theme .tippy-popper[x-placement^=top] .tippy-arrow {
    width: 0;
    height: 0;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 12px 12.5px 0
}

.tippy-tooltip.black-theme .tippy-popper[x-placement^=bottom] .tippy-arrow {
    width: 0;
    height: 0;
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0 12.5px 12px
}

.tippy-tooltip.black-theme .tippy-popper[x-placement^=right] .tippy-arrow {
    width: 0;
    height: 0;
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    border-width: 12.5px 12px 12.5px 0
}

.tippy-tooltip.black-theme .tippy-popper[x-placement^=left] .tippy-arrow {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 12.5px 0 12.5px 12px
}

.tippy-tooltip.black-theme .tippy-content {
    padding: 15px 30px;
    color: #fff;
    text-align: left;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 22px
}

.tippy-tooltip.black-theme .tippy-content img {
    max-width: 100%;
    margin-bottom: 20px
}

.tippy-tooltip.black-theme .tippy-content p {
    margin-bottom: 20px
}

.tippy-tooltip.black-theme .tippy-content li {
    position: relative;
    line-height: 30px
}

.tippy-tooltip.black-theme .tippy-content li:before {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 4px;
    height: 4px;
    margin-right: 15px;
    background: #c00;
    border-radius: 50%;
    content: ""
}

@media(max-width:767px) {
    .tippy-tooltip.black-theme .tippy-content li:before {
        margin-right: 10px
    }
}

.tippy-tooltip.item-theme {
    padding: 0;
    border: none;
    background: none;
    border-radius: 0
}

.tippy-tooltip.item-theme .tippy-popper[x-placement^=bottom] .tippy-arrow,
.tippy-tooltip.item-theme .tippy-popper[x-placement^=left] .tippy-arrow,
.tippy-tooltip.item-theme .tippy-popper[x-placement^=right] .tippy-arrow,
.tippy-tooltip.item-theme .tippy-popper[x-placement^=top] .tippy-arrow {
    display: none
}

.tippy-tooltip.item-theme .tippy-content {
    padding: 0;
    text-align: left
}

.tippy-tooltip .tippy-content .rare-color-epic {
    color: #c841f4
}

.tippy-tooltip .tippy-content .rare-color-common {
    color: #fbfbfb
}

.tippy-tooltip .tippy-content .rare-color-uncommon {
    color: #8cf801
}

.tippy-tooltip .tippy-content .rare-color-rare {
    color: #00aaf2
}

.tippy-tooltip .tippy-content .rare-color-legendary {
    color: #f18d00
}

.tippy-tooltip .tippy-content .rare-color-relic {
    color: #f95d00
}

.offers-frame {
    position: relative;
    text-align: left
}

.offers-frame__frame {
    position: relative;
    overflow: hidden;
    height: 665px;
    background: #eee
}

.offers-frame__steam {
    padding: 20px 0;
    color: #000
}

.offers-frame__refresh {
    position: absolute;
    top: -60px;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    text-align: center
}

.offers-frame__refresh button {
    top: -73px;
    right: 30px;
    padding: 0 40px;
    background: none;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
    text-decoration: underline;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px
}

.offers-frame__refresh button:hover {
    text-decoration: none
}

.offers-frame__refresh:disabled {
    opacity: .5
}

.offers-select {
    position: relative;
    max-width: 520px;
    margin: 0 auto 60px;
    cursor: pointer;
    font-weight: 700;
    line-height: 19px;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

@media(max-width:767px) {
    .offers-select {
        line-height: 14px
    }
}

.offers-select__icon {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.164 0l3.152 2.431c.79.604 1.263.967 1.263 1.933 0-.966.474-1.329 1.263-1.933L10.994 0l1.585 1.478c-2.517 2.046-3.833 3.281-6 5.87-2.167-2.589-3.483-3.824-6-5.87L2.164 0z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%/13px 8px;
    fill: #fff;
    line-height: 1
}

.offers-select__icon--open {
    transform: rotate(180deg)
}

.offers-select__selection {
    height: 39px;
    padding: 0 22px;
    background: #c00;
    color: #fff;
    cursor: pointer
}

.offers-select__selection,
.offers-select__selection>span {
    display: flex;
    align-items: center
}

.offers-select__options {
    position: absolute;
    z-index: 3;
    top: 38px;
    left: 0;
    width: 100%;
    background: #c00
}

.offers-select__option {
    padding: 10px 22px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease
}

.offers-select__option:hover {
    background-color: #a80000
}

.offers-select__option--active {
    background-color: #a80000;
    cursor: default
}

.offers-select__option--acquired {
    color: hsla(0, 0%, 100%, .35);
    pointer-events: none;
    text-decoration: line-through
}

.offers-cost {
    padding: 0 22px;
    margin: 30px 0
}

.noauth {
    color: #fff;
    text-align: center;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px
}

.noauth__warning {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.noauth__warning .icon {
    margin-left: 10px
}

.noauth__links {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

@media(max-width:767px) {
    .noauth__links {
        flex-wrap: wrap
    }
}

.noauth__link {
    margin: 0 20px
}

@media(max-width:767px) {
    .noauth__link {
        margin: 0 0 20px
    }
}

.scroll-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 15%;
    color: #fff;
    font-weight: 500;
    letter-spacing: .16em;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    font-family: Futura PT;
    font-size: 12px;
    line-height: 16px
}

.scroll-down:before {
    top: 37px;
    width: 1px;
    height: calc(100% - 37px)
}

.scroll-down:after,
.scroll-down:before {
    position: absolute;
    left: 50%;
    background: #fff;
    content: ""
}

.scroll-down:after {
    top: 34px;
    width: 5px;
    height: 5px;
    margin-left: -2px;
    border-radius: 50%
}

.scroll-down-enter-active,
.scroll-down-leave-active {
    transition: opacity .2s
}

.scroll-down-enter,
.scroll-down-leave-to {
    opacity: 0
}

.log {
    margin-top: 30px;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

.log__header .log__item {
    align-items: flex-end
}

.log__header .log__cell {
    padding: 0 20px 10px;
    border-bottom: 1px solid #fff;
    margin: 0;
    color: #fff;
    font-weight: 700;
    text-align: left
}

.log__item {
    display: flex;
    min-height: 40px;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between
}

.log__item:nth-child(2n) {
    background-color: hsla(0, 0%, 100%, .1)
}

.log__cell {
    width: 100%;
    padding: 15px 10px;
    text-align: left;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

.log__cell:first-child {
    width: 35%;
    padding-left: 20px
}

.log__cell:nth-child(2) {
    width: 15%
}

.log__cell:nth-child(3) {
    width: 20%
}

.log__cell:nth-child(4) {
    width: 30%
}

.log__cell-string {
    margin: 0 0 10px
}

.log__cell-string:last-of-type {
    margin-bottom: 0
}

@media(max-width:1059px) {
    .log__cell {
        font-family: Futura PT;
        font-size: 12px;
        line-height: 18px
    }
}

@media(max-width:767px) {
    .log__cell {
        font-family: Futura PT;
        font-size: 12px;
        line-height: 18px
    }
}

@media(max-width:1059px) {
    .log {
        display: block
    }
}

@media(max-width:767px) {
    .log {
        display: none
    }
}

.log--mobile {
    display: none
}

@media(max-width:1059px) {
    .log--mobile {
        display: none
    }
}

@media(max-width:767px) {
    .log--mobile {
        display: block
    }
}

.log__offer {
    padding: 15px 15px 5px;
    text-align: left
}

.log__offer:nth-child(2n) {
    background-color: hsla(0, 0%, 100%, .1)
}

.log__mobile-item {
    padding-bottom: 10px
}

.log__mobile-item-label {
    display: inline-block;
    margin-right: 5px
}

.log__content--title {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    text-transform: uppercase
}

.log__content--amount {
    display: inline-block;
    margin-left: 10px
}

.log__content-dimmed {
    color: #eee;
    font-size: 16px;
    line-height: 22px
}

.error,
.log__content-dimmed {
    font-family: Futura PT
}

.error {
    padding: 20px 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 26px
}

.error__icon {
    position: relative;
    display: inline-block
}

.error__icon:after,
.error__icon:before {
    font-family: la-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none !important
}

.error__icon:before {
    color: #c00;
    content: "";
    height: 44px;
    font-size: 44px;
    line-height: 44px
}

.error__icon:after {
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: 14px;
    left: 13px;
    color: #fff;
    content: "";
    font-family: la-icons !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none
}

.no-char-popup {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px;
    padding: 60px 20px;
    text-align: center
}

.no-char-popup__btn {
    margin: 20px auto 0
}

.balance {
    margin: 20px auto;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px
}

.balance,
.balance__line {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between
}

.balance__warning {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.balance__warning .icon {
    margin-left: 10px
}

.balance__label {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px
}

.balance__acc-name,
.balance__balance-sum {
    padding-left: 6px;
    font-weight: 700;
    letter-spacing: 1px
}

.balance__balance>* {
    vertical-align: middle
}

.balance__balance-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 6px;
    background: url(/index_staff/img/crystal.png) 50% no-repeat;
    background-size: contain
}

@media(max-width:767px) {
    .balance__acc {
        overflow: hidden
    }
}

@media(max-width:767px) {
    .balance__acc-name {
        display: block;
        overflow: hidden;
        padding: 0;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.success-transaction {
    position: relative;
    display: flex;
    max-width: 820px;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px
}

.success-transaction--light-bg {
    color: #000
}

.success-transaction--light-bg .success-transaction__icon {
    border-color: #000
}

.success-transaction__title {
    font-family: Cormorant SC, serif;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:767px) {
    .success-transaction__title {
        font-family: Cormorant SC, serif;
        font-size: 26px;
        line-height: 30px
    }
}

.success-transaction__icon {
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    padding-top: 9px;
    border: 1px solid #fff;
    margin: 20px auto;
    border-radius: 50%;
    font-size: 24px
}

.success-transaction__message {
    margin-top: 20px
}

.success-transaction__message a {
    text-decoration: underline
}

.success-transaction__message a:hover {
    color: #a80000;
    text-decoration: none
}

.success-transaction .button {
    margin-top: 20px
}

.warning {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    background: #caa357;
    border-radius: 50%;
    color: #1c1c1c
}

.warning .icon-warning {
    height: 10px;
    font-size: 10px;
    line-height: 10px
}

.warning .icon-warning:before {
    display: block
}

.warning--white {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

@font-face {
    font-family: FrizQuadrataC;
    font-style: normal;
    font-weight: 400;
    src: url(/static/fonts/FrizQuadrataC/game.woff) format("woff"), url(/static/fonts/FrizQuadrataC/game.woff2) format("woff2")
}

.tooltip {
    position: relative;
    width: 295px;
    padding: 0 0 7px;
    background: #161518;
    color: #fbfbfb;
    font-family: FrizQuadrataC, serif;
    font-size: 14px
}

.tooltip__wrap {
    padding: 0 7px
}

.tooltip__header {
    display: flex;
    width: 100%;
    min-height: 35px;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    background: #000;
    font-size: 17px;
    line-height: 20px;
    text-align: center
}

.tooltip__item {
    display: flex;
    height: 70px;
    margin-bottom: 15px;
    background-position: -50px 0;
    background-repeat: no-repeat;
    text-shadow: 0 0 2px #000
}

.tooltip__item__image {
    display: flex;
    width: 60px;
    min-width: 60px;
    height: 100%;
    align-items: flex-end;
    margin-right: 10px
}

.tooltip__item__info {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.tooltip__info__level {
    margin-bottom: 15px;
    color: #a9a9a9;
    text-align: right
}

.tooltip__info__level span {
    color: #f5f4cf
}

.tooltip__info__condition {
    width: 200px;
    margin-bottom: 15px;
    color: #fbfbfb
}

.tooltip__info__description {
    margin-bottom: 10px;
    color: #dfc578
}

.tooltip__info__description span {
    color: #fae84f
}

.tooltip__info__warning {
    margin-bottom: 5px;
    color: #f42c2c
}

.rarity-common .tooltip__item {
    background-image: radial-gradient(ellipse at bottom, hsla(0, 0%, 98.4%, .4) 0, hsla(0, 0%, 98.4%, 0) 70%)
}

.rarity-common .tooltip__header,
.rarity-common .tooltip__item__type {
    color: #fbfbfb
}

.rarity-uncommon .tooltip__item {
    background-image: radial-gradient(ellipse at bottom, rgba(140, 248, 1, .4) 0, rgba(140, 248, 1, 0) 70%)
}

.rarity-uncommon .tooltip__header,
.rarity-uncommon .tooltip__item__type {
    color: #8cf801
}

.rarity-rare .tooltip__item {
    background-image: radial-gradient(ellipse at bottom, rgba(0, 170, 242, .4) 0, rgba(0, 170, 242, 0) 70%)
}

.rarity-rare .tooltip__header,
.rarity-rare .tooltip__item__type {
    color: #00aaf2
}

.rarity-epic .tooltip__item {
    background-image: radial-gradient(ellipse at bottom, rgba(200, 65, 244, .4) 0, rgba(200, 65, 244, 0) 70%)
}

.rarity-epic .tooltip__header,
.rarity-epic .tooltip__item__type {
    color: #c841f4
}

.rarity-legendary .tooltip__item {
    background-image: radial-gradient(ellipse at bottom, rgba(241, 141, 0, .4) 0, rgba(241, 141, 0, 0) 70%)
}

.rarity-legendary .tooltip__header,
.rarity-legendary .tooltip__item__type {
    color: #f18d00
}

.rarity-relic .tooltip__item {
    background-image: radial-gradient(ellipse at bottom, rgba(249, 93, 0, .4) 0, rgba(249, 93, 0, 0) 70%)
}

.rarity-relic .tooltip__header,
.rarity-relic .tooltip__item__type {
    color: #f95d00
}

.tippy-tooltip.la-item-theme {
    padding: 0;
    border: none;
    border-radius: 0;
    text-align: left
}

body.popup-opened {
    overflow: hidden !important
}

.popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.popup .popup__overlay {
    padding: 100px 60px
}

.popup__overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .8);
    overflow-x: hidden;
    overflow-y: auto
}

.popup__wrap {
    position: relative;
    width: 100%;
    max-width: 1012px;
    cursor: auto;
    transform: translateX(9px)
}

@media(max-width:767px) {
    .popup__wrap {
        transform: none
    }
}

.popup__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popup__closer {
    position: absolute;
    top: -50px;
    right: -50px
}

@media(max-height:700px) {
    .popup__closer {
        top: 0
    }
}

.popup-enter-active,
.popup-leave-active {
    transition: opacity .35s ease-out
}

.popup-enter,
.popup-leave-to {
    opacity: 0
}

.popup__video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1012px
}

.popup__video-height {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.popup__video-iframe {
    position: absolute;
    top: 0;
    left: 0
}

.popup__video-iframe,
.popup__video-iframe--iframe:deep(iframe) {
    width: 100%;
    height: 100%
}

.purchase-pending {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    text-align: center
}

.purchase-pending__wrap {
    max-width: 570px;
    padding: 0 20px
}

.purchase-pending__icon {
    height: 95px;
    font-size: 95px;
    line-height: 95px
}

.purchase-pending__icon:before {
    display: block
}

.purchase-pending__text {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    margin: 30px 0
}

.purchase-pending__button {
    margin: auto
}

.countdown,
.countdown__item {
    position: relative;
    text-align: center
}

.countdown__item {
    display: inline-block;
    width: 110px;
    color: #c00
}

@media(max-width:767px) {
    .countdown__item {
        width: 100px
    }
}

.countdown__item:before {
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    margin-right: -9px;
    background: #c00;
    box-shadow: 0 0 0 1px #c00;
    content: "";
    transform: rotate(-45deg)
}

.countdown__item:last-child:before {
    display: none
}

.countdown__number {
    font-family: Roboto Condensed;
    font-size: 56px;
    line-height: 1
}

.countdown__label {
    color: #888;
    line-height: 1;
    text-transform: lowercase
}

.home-aside {
    width: 325px;
    flex-shrink: 0;
    margin-left: 20px;
    text-align: center
}

@media(max-width:1059px) {
    .home-aside {
        width: 235px
    }
}

@media(max-width:767px) {
    .home-aside {
        width: 100%;
        margin-top: 60px;
        margin-left: 0
    }
}

.home-aside__block {
    margin-bottom: 20px
}

@media(max-width:1059px) {
    .home-aside__block {
        margin-bottom: 0
    }
}

.home-aside__title {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    color: #fff;
    font-weight: 400
}

@media(max-width:1059px) {
    .home-aside__title {
        height: 50px;
        font-family: Futura PT;
        font-size: 18px;
        line-height: 26px
    }
}

.home-aside__link {
    position: relative;
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 5px 60px;
    border-bottom: 1px solid #1c1c1c;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-family: Futura PT;
    font-size: 15px;
    line-height: 26px
}

@media(max-width:1059px) {
    .home-aside__link {
        min-height: 50px;
        padding: 10px 30px
    }
}

.home-aside__link:last-of-type {
    border-bottom: none
}

.home-aside__link:after,
.home-aside__link:before {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: #c00;
    content: "";
    transform: rotate(45deg)
}

.home-aside__link:before {
    left: 30px
}

@media(max-width:1059px) {
    .home-aside__link:before {
        left: 15px
    }
}

.home-aside__link:after {
    right: 30px
}

@media(max-width:1059px) {
    .home-aside__link:after {
        right: 15px
    }
}

.home-aside__link:hover {
    color: #c00
}

.home-aside__more {
    margin: 20px 0
}

@media(max-width:1059px) {
    .home-aside__more {
        margin: 15px 0
    }
}

.home-aside__update {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    height: 180px;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.home-aside__update img {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s ease-out
}

.home-aside__update:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5) 50%, transparent);
    background-position: 50%;
    background-size: 100%;
    content: ""
}

.home-aside__update:hover img {
    transform: translate(-50%, -50%) scale(1.05)
}

@media(max-width:1059px) {
    .home-aside__update {
        height: 120px;
        font-family: Futura PT;
        font-size: 18px;
        line-height: 26px
    }
}

.home-aside__social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 5px;
    border-bottom: 1px solid #1c1c1c;
    background: rgba(0, 0, 0, .5)
}

.home-aside__social-item {
    display: block;
    margin: 0 8px;
    color: #888;
    font-size: 40px
}

.home-aside__social-item:hover {
    color: #fff
}

.home-aside__social-item .icon {
    height: 40px;
    width: 40px
}

.home-aside__social-item .icon:before {
    display: block
}

@media(max-width:1059px) {
    .home-aside__social-item {
        margin: 0 5px;
        font-size: 34px
    }
}

.home__title {
    font-family: Cormorant SC, serif;
    font-size: 48px;
    line-height: 50px;
    font-weight: 400
}

@media(max-width:1059px) {
    .home__title {
        font-family: Cormorant SC, serif;
        font-size: 26px;
        line-height: 30px
    }
}

.home__title-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #c00
}

@media(max-width:767px) {
    .home__title-wrap {
        flex-wrap: wrap;
        justify-content: center
    }
}

.home__button {
    display: flex;
    align-items: center
}

.home__button:after,
.home__button:before {
    display: block;
    width: 100%;
    height: 2px;
    background: #c00;
    content: ""
}

.home__button .button {
    margin: 0 40px
}

@media(max-width:1059px) {
    .home__button .button {
        margin: 0 10px
    }
}

.home-million {
    position: relative;
    display: block;
    height: 325px;
    background-image: url(/index_staff/img/home-million.jpg);
    background-position: 50%;
    background-size: cover;
    text-align: center
}

.home-million__title {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    color: #b26728;
    font-weight: 700;
    text-transform: uppercase
}

.home-million__title:after,
.home-million__title:before {
    display: block;
    width: 90px;
    height: 2px;
    flex-shrink: 0;
    content: ""
}

@media(max-width:1059px) {

    .home-million__title:after,
    .home-million__title:before {
        width: 40px
    }
}

.home-million__title:before {
    background: linear-gradient(270deg, currentColor, transparent)
}

.home-million__title:after {
    background: linear-gradient(90deg, currentColor, transparent)
}

.home-million__content {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%
}

.home-million__left {
    margin-bottom: 5px;
    color: #efb251;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Futura PT;
    font-size: 12px;
    line-height: 18px
}

.home-million__sum-item {
    display: inline-block;
    width: 42px;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 1
}

@media(max-width:1059px) {
    .home-million__sum-item {
        width: 32px;
        font-size: 50px
    }
}

.home-million__sum-item--null {
    color: hsla(0, 0%, 100%, .2)
}

.home-news {
    position: relative;
    width: 100%
}

.home-news__category {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 3px
}

@media(max-width:767px) {
    .home-news__category {
        width: 100%;
        justify-content: center;
        margin-top: 15px
    }
}

.home-news__category-item {
    margin-left: 20px;
    color: #fff;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

@media(max-width:1059px) {
    .home-news__category-item {
        font-family: Futura PT;
        font-size: 12px;
        line-height: 20px;
        margin-left: 10px;
        line-height: 16px
    }
}

@media(max-width:767px) {
    .home-news__category-item {
        margin: 0 10px
    }
}

.home-news__category-item:hover {
    color: #c00
}

.home-news__list {
    margin-bottom: 20px
}

@media(max-width:1059px) {
    .home-news__list {
        margin-bottom: 40px
    }
}

@media(max-width:767px) {
    .home-news__list {
        margin-bottom: 30px
    }
}

.home-news__item {
    padding: 30px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.home-news__item:last-of-type {
    border-bottom: none
}

@media(max-width:1059px) {
    .home-news__item {
        padding: 15px 0
    }
}

.home-news__item-link {
    display: flex
}

.home-news__item-image {
    overflow: hidden;
    width: 325px;
    height: 180px;
    flex-shrink: 0;
    margin-right: 20px
}

.home-news__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease-out
}

.home-news__item-image:hover img {
    transform: scale(1.05)
}

@media(max-width:1059px) {
    .home-news__item-image {
        display: none
    }
}

.home-news__item-inner {
    display: flex;
    width: 100%;
    flex-direction: column
}

.home-news__item-title {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

@media(max-width:1059px) {
    .home-news__item-title {
        font-family: Futura PT;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px
    }
}

.home-news__item-lead {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 26px;
    flex-grow: 1;
    margin-bottom: 20px
}

@media(max-width:1059px) {
    .home-news__item-lead {
        font-family: Futura PT;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px
    }
}

.home-news__item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home-news__item-meta {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase
}

@media(max-width:1059px) {
    .home-news__item-meta {
        font-family: Futura PT;
        font-size: 12px;
        line-height: 20px
    }
}

.home-news__item-meta-category {
    color: #c00
}

.home-news__item-meta-separate {
    display: inline-block;
    margin: 0 5px
}

.home-promo {
    height: 220px;
    padding: 20px 0;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, .5)
}

@media(max-width:1059px) {
    .home-promo {
        height: auto;
        padding: 0
    }
}

.home-promo__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:1059px) {
    .home-promo__wrap {
        flex-wrap: wrap
    }
}

@media(max-width:767px) {
    .home-promo__wrap {
        width: 320px;
        flex-direction: column-reverse
    }
}

.home-promo__banners {
    display: flex;
    width: 100%;
    justify-content: space-between
}

@media(max-width:767px) {
    .home-promo__banners {
        flex-wrap: wrap
    }
}

.home-promo__banner {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    margin-right: 20px
}

@media(max-width:1059px) {
    .home-promo__banner {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .home-promo__banner {
        flex-basis: auto
    }
}

.home-promo__banner:last-of-type {
    margin-right: 0
}

.home-promo__banner:hover .home-promo__banner-image {
    transform: scale(1.05)
}

.home-promo__banner-link {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 180px;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px
}

.home-promo__banner-link:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, .7));
    content: ""
}

@media(max-width:1059px) {
    .home-promo__banner-link {
        height: 120px;
        padding: 15px
    }
}

@media(max-width:767px) {
    .home-promo__banner-link {
        height: 160px
    }
}

.home-promo__banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease-out
}

.home-promo__banner-title {
    z-index: 2;
    color: #fff;
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px
}

@media(max-width:1059px) {
    .home-promo__banner-title {
        font-family: Futura PT;
        font-size: 18px;
        line-height: 20px
    }
}

.home-promo__buttons {
    width: 325px;
    flex-shrink: 0;
    margin-left: 20px
}

@media(max-width:1059px) {
    .home-promo__buttons {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 0
    }
}

.home-promo__button {
    margin: 30px 0
}

@media(max-width:1059px) {
    .home-promo__button {
        display: flex;
        width: 320px;
        justify-content: center;
        margin: 15px auto
    }
}

@media(max-width:1059px) {
    .home-promo__button--auth {
        display: none
    }
}

.home-promo__button--buy span {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home-promo__button--buy .icon-crystal {
    font-size: 17px
}

.home-promo__button--buy .icon-crystal:before {
    display: block
}

.home-promo__bonus {
    position: relative
}

.home-promo__bonus .button {
    z-index: 2;
    padding-right: 80px
}

.home-promo__bonus .button .icon-crystal:last-of-type {
    display: none
}

.home-promo__bonus-name {
    position: absolute;
    z-index: 1;
    top: 1px;
    right: 5px;
    display: flex;
    height: 38px;
    align-items: center;
    padding: 0 0 0 40px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-right: 40px;
    background: #fff;
    color: #c00;
    font-weight: 700;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

.home-promo__bonus-name:after {
    position: absolute;
    z-index: -1;
    top: -3px;
    right: -30px;
    display: block;
    width: 40px;
    height: 40px;
    background: url(/index_staff/img/button-decor-base-white.svg) 50% no-repeat;
    content: "";
    transform: rotate(180deg)
}

.home-promo__bonus:hover .home-promo__bonus-name {
    background: transparent;
    color: #fff
}

.home-promo__bonus:hover .home-promo__bonus-name:after {
    background: url(/index_staff/img/button-decor-inverse-white.svg) 50% no-repeat
}

.home-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    margin: 30px auto 0;
    background: #000
}

.home-slider:after,
.home-slider:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    display: block;
    width: 100px;
    height: 100%;
    margin-left: -50px;
    content: ""
}

.home-slider:before {
    background: linear-gradient(90deg, #000, transparent);
    transform: translateX(-910px)
}

.home-slider:after {
    background: linear-gradient(-90deg, #000, transparent);
    transform: translateX(910px)
}

.home-slider__list {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: space-between
}

.home-slider__item {
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 100%;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center
}

@media(max-width:767px) {
    .home-slider__item {
        justify-content: flex-start
    }
}

.home-slider__image {
    max-width: none;
    height: 530px
}

@media(max-width:1059px) {
    .home-slider__image {
        height: 270px
    }
}

.home-slider__content {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 700px;
    height: 200px;
    perspective: 200px;
    text-align: center;
    transform: translateX(-50%)
}

@media(max-width:1059px) {
    .home-slider__content {
        width: 480px;
        height: auto;
        padding: 10px 0
    }
}

@media(max-width:767px) {
    .home-slider__content {
        position: static;
        max-width: 320px;
        transform: none
    }
}

.home-slider__content:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 1120px;
    height: 245px;
    background: rgba(0, 0, 0, .6);
    border-radius: 55px 55px 0 0;
    content: "";
    transform: translateX(-50%) rotateX(16deg);
    transform-origin: 50% 100%
}

@media(max-width:1059px) {
    .home-slider__content:before {
        width: 600px;
        height: 125px;
        transform: translateX(-50%) rotateX(25deg)
    }
}

@media(max-width:767px) {
    .home-slider__content:before {
        display: none
    }
}

.home-slider__text {
    font-family: Cormorant SC, serif;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    margin: 20px 0 10px;
    color: #fff;
    line-height: 40px
}

@media(max-width:1059px) {
    .home-slider__text {
        font-family: Cormorant SC, serif;
        font-size: 26px;
        line-height: 30px;
        margin: 0;
        line-height: 26px
    }
}

@media(max-width:767px) {
    .home-slider__text {
        margin-bottom: 10px
    }
}

.home-slider__arrows.content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%
}

@media(max-width:767px) {
    .home-slider__arrows.content {
        width: 100%
    }
}

@media(max-width:1059px) {
    .home-slider .controller-arrow {
        margin-top: 8px
    }
}

@media(max-width:767px) {
    .home-slider .controller-arrow {
        margin-top: -60px
    }
}

.home-slider__pagination {
    position: absolute;
    z-index: 10;
    bottom: 10px !important;
    left: 50% !important;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%)
}

@media(max-width:1059px) {
    .home-slider__pagination {
        display: none
    }
}

.home-slider__pagination .swiper-pagination-bullet {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 30px !important;
    border-radius: 0;
    cursor: pointer;
    outline: 1px solid #fff;
    outline-offset: 2px;
    transform: rotate(45deg);
    transition: all .1s linear
}

.home-slider__pagination .swiper-pagination-bullet-active,
.home-slider__pagination .swiper-pagination-bullet:hover {
    background: #c00
}

.home-slider__pagination .swiper-pagination-bullet-active {
    cursor: default
}

.home-slider__pagination .swiper-pagination-bullet:after {
    position: absolute;
    top: -7px;
    left: 17px;
    display: block;
    width: 36px;
    height: 1px;
    background: hsla(0, 0%, 100%, .3);
    content: "";
    transform: rotate(-45deg);
    transform-origin: 0 0
}

.home-slider__pagination .swiper-pagination-bullet:last-of-type:after {
    display: none
}

 .home-main {
    padding-bottom: 140px;
    background-image: url(/index_staff/img/bgg2.jpg);
    background-position: 50% 50%;
   // background-repeat: no-repeat;
    background-size: 150%;
	background-attachment: fixed;
   
  }
.home-wrap {
    display: flex;
    justify-content: space-between
}

@media(max-width:767px) {
    .home-wrap {
        flex-wrap: wrap
    }
}

.promocodes {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px
}

.promocodes__enter,
.promocodes__success,
.promocodes__view {
    margin: 0 auto 140px
}

@media(max-width:767px) {

    .promocodes__enter,
    .promocodes__success,
    .promocodes__view {
        margin-bottom: 0
    }
}

.promocodes__error,
.promocodes__input {
    display: block;
    width: 410px;
    margin: 0 auto
}

@media(max-width:1059px) {

    .promocodes__error,
    .promocodes__input {
        width: 326px
    }
}

@media(max-width:767px) {

    .promocodes__error,
    .promocodes__input {
        width: 100%
    }
}

.promocodes__input {
    text-transform: uppercase
}

.promocodes__button {
    margin: 0 auto
}

.promocodes__error {
    min-height: 50px;
    padding-top: 5px;
    margin-bottom: 15px
}

.promocodes__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px
}

@media(max-width:767px) {
    .promocodes__items {
        margin-bottom: 40px
    }
}

.promocodes__item {
    text-align: center
}

.promocodes__item__image {
    position: relative;
    height: 230px
}

@media(max-width:1059px) {
    .promocodes__item__image {
        height: 180px
    }
}

.promocodes__item__image img {
    max-height: 100%
}

.promocodes__item__amount {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background: #666;
    border-radius: 360px;
    font-size: 16px
}

.promocodes__success__description {
    margin-bottom: 20px;
    opacity: .5
}

.promocodes__success__description a {
    text-decoration: underline
}

.promocodes__history {
    width: 100%;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

@media(max-width:767px) {
    .promocodes__history {
        font-family: Futura PT;
        font-size: 12px;
        line-height: 18px
    }
}

.promocodes__history__click {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    background-color: #666;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px
}

@media(max-width:767px) {
    .promocodes__history__click {
        margin-top: 60px
    }
}

.promocodes__history__click .icon-arrow {
    font-size: 12px;
    transform: rotate(90deg);
    transition: all .2s
}

.promocodes__history__click.open .icon-arrow {
    transform: rotate(-90deg)
}

.promocodes__history .code {
    text-transform: uppercase
}

.promocodes .service-page__title .icon-check {
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    display: block;
    width: 76px;
    height: 76px;
    border: 3px solid #fff;
    margin: 0 auto;
    border-radius: 100%;
    line-height: 2.6
}

@media(max-width:767px) {
    .promocodes .service-page__title .icon-check {
        width: 38px;
        height: 38px;
        border-width: 1px;
        font-size: 16px
    }
}

.promocodes__thumbs {
    position: relative;
    overflow: hidden;
    width: 100%
}

.promocodes__wrapper {
    position: relative;
    display: flex;
    justify-content: center
}

@media(max-width:767px) {
    .promocodes__wrapper {
        justify-content: flex-start
    }
}

.promocodes__wrapper--3 {
    justify-content: flex-start
}

.promocodes__thumbs .promocodes__item {
    width: 337px;
    flex-shrink: 0;
    padding: 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(max-width:767px) {
    .promocodes__thumbs .promocodes__item {
        padding: 0 40px
    }
}

.promocodes__next.swiper-button-disabled,
.promocodes__prev.swiper-button-disabled {
    opacity: .2;
    pointer-events: none
}

.promocodes__prev {
    left: -10px
}

.promocodes__next {
    right: -10px
}

.content.content--inventory {
    width: 1260px;
    padding-bottom: 20px
}

@media(max-width:1365px) {
    .content.content--inventory {
        width: 100%;
        max-width: 1260px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.inventory-wrap__text {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    opacity: .5;
    text-align: center
}

@media(max-width:1059px) {
    .inventory-wrap__text {
        margin-bottom: 40px
    }
}

.inventory {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 60px 0 20px
}

@media(max-width:1059px) {
    .inventory {
        flex-wrap: wrap
    }
}

.inventory__announcement {
    max-width: 730px;
    margin: 0 auto
}

.inventory__flex {
    display: flex;
    width: 100%;
    justify-content: center
}

.inventory__text {
    display: flex;
    margin: 20px 10px;
    text-align: center;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

.inventory__col {
    width: 405px
}

@media(max-width:1365px) {
    .inventory__col {
        width: 32%
    }
}

@media(max-width:1059px) {
    .inventory__col {
        width: 49%
    }

    .inventory__col:last-child {
        width: 100%
    }
}

@media(max-width:767px) {
    .inventory__col {
        width: 100%
    }
}

.inventory__title {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px 10px;
    border-bottom: 1px solid #fff;
    margin: 0;
    color: #fff;
    font-weight: 700;
    text-align: left
}

@media(max-width:767px) {
    .inventory__title {
        text-align: center
    }
}

.inventory__area {
    position: relative;
    z-index: 0;
    height: 320px;
    padding: 10px 0;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

@media(max-width:1059px) {
    .inventory__area {
        height: 220px
    }
}

.inventory__area-inner {
    display: flex;
    height: 100%;
    justify-content: center;
    color: #fff;
    scrollbar-color: #c00 #fff;
    scrollbar-face-color: #c00;
    scrollbar-track-color: #fff;
    scrollbar-width: thin
}

.inventory__area-inner::-webkit-scrollbar {
    width: 1px;
    height: 5px
}

.inventory__area-inner::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #c00
}

.inventory__area-inner::-webkit-scrollbar-track-piece {
    background-color: #fff
}

.inventory__area-inner.scroll {
    align-items: unset;
    overflow-y: scroll
}

.inventory .error {
    text-align: center;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

.inventory .error .icon-triangle {
    position: relative;
    color: #c00;
    font-size: 44px
}

.inventory .error .icon-warning {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #fff;
    font-size: 18px
}

.inventory-faq__title {
    font-family: Cormorant SC, serif;
    font-size: 48px;
    line-height: 50px;
    margin: 0 0 35px;
    font-weight: 400;
    text-align: center
}

@media(max-width:767px) {
    .inventory-faq__title {
        font-family: Cormorant SC, serif;
        font-size: 26px;
        line-height: 30px
    }
}

.inventory__faq {
    padding: 120px 0 20px
}

.scroll .inventory__flex {
    align-items: start
}

.inventory__items {
    width: 100%
}

.inventory__items .inventory-item {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    min-height: 44px;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
    opacity: 1;
    text-transform: uppercase;
    transition: opacity .3s ease
}

.inventory__items .inventory-item:nth-child(2n) {
    background-color: hsla(0, 0%, 100%, .1)
}

@media(max-width:1059px) {
    .inventory__items .inventory-item {
        font-family: Futura PT;
        font-size: 14px;
        line-height: 24px
    }
}

.inventory__items .inventory-item:hover {
    opacity: .8
}

.inventory__items .inventory-item--disabled {
    color: hsla(0, 0%, 100%, .15);
    pointer-events: none
}

.inventory__items .inventory-item--selected:hover {
    cursor: default;
    opacity: 1
}

.inventory__items .inventory-item__meta--selection {
    display: flex
}

.inventory__items .inventory-item__meta--selection .inventory-item__button {
    -ms-grid-row-align: center;
    align-self: center
}

.inventory__items .inventory-item__header {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    padding: 5px 0
}

.inventory__items .inventory-item__info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between
}

@media(max-width:1365px) {
    .inventory__items .inventory-item__info {
        width: 30%
    }
}

@media(max-width:1059px) {
    .inventory__items .inventory-item__info {
        width: 50%
    }
}

@media(max-width:767px) {
    .inventory__items .inventory-item__info {
        width: 40%
    }
}

.inventory__items .inventory-item__info--selection {
    justify-content: flex-start
}

.inventory__items .inventory-item__number {
    margin-right: 10px
}

.inventory__items .inventory-item__remove {
    position: relative;
    top: 3px;
    left: -10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #c00;
    border-radius: 50%;
    cursor: pointer;
    transition: all .15s ease-out
}

.inventory__items .inventory-item__remove:hover {
    background: #c00
}

.inventory__items .inventory-item__remove:after,
.inventory__items .inventory-item__remove:before {
    position: absolute;
    top: 4px;
    left: 11px;
    width: 1px;
    height: 15px;
    background-color: #fff;
    content: ""
}

.inventory__items .inventory-item__remove:before {
    transform: rotate(45deg)
}

.inventory__items .inventory-item__remove:after {
    transform: rotate(-45deg)
}

.inventory__items .inventory-item__select_icon {
    display: inline-flex;
    font-size: 27px;
    transform: rotate(-90deg)
}

.inventory__items .inventory-item__spoiler {
    width: 18px;
    height: 18px;
    border: 1px solid #c00;
    margin-top: -12px;
    margin-right: 13px;
    transform: rotate(45deg) translateY(50%);
    transition: all .15s ease-out
}

.inventory__items .inventory-item__spoiler-symbol {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg)
}

.inventory__items .inventory-item__spoiler-symbol:after,
.inventory__items .inventory-item__spoiler-symbol:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    background-color: #c00;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .35s ease-out
}

.inventory__items .inventory-item__spoiler-symbol:before {
    width: 10px;
    height: 2px
}

.inventory__items .inventory-item__spoiler-symbol:after {
    width: 2px;
    height: 10px
}

.inventory__items .inventory-item__spoiler:hover {
    background: #c00
}

.inventory__items .inventory-item__spoiler:hover .inventory-item__spoiler-symbol:after,
.inventory__items .inventory-item__spoiler:hover .inventory-item__spoiler-symbol:before {
    background-color: #fff;
    transition: transform .35s ease-out
}

.inventory__items .inventory-item__spoiler--opened {
    background: #c00
}

.inventory__items .inventory-item__spoiler--opened .inventory-item__spoiler-symbol:after,
.inventory__items .inventory-item__spoiler--opened .inventory-item__spoiler-symbol:before {
    background-color: #fff;
    transition: transform .35s ease-out
}

.inventory__items .inventory-item__spoiler--opened .inventory-item__spoiler-symbol:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.inventory__items .inventory-item__body {
    padding: 0 0 10px;
    margin-right: 50px;
    margin-left: 30px
}

.inventory__items .inventory-item__description {
    text-transform: none
}

.inventory__items .inventory-item__image {
    display: flex
}

.inventory__items .inventory-item__image img {
    max-height: 150px;
    margin: auto
}

.inventory__items .inventory-item__border {
    display: inline-block;
    width: 30px;
    padding: 3px 0;
    text-align: center
}

@media(max-width:1059px) {
    .inventory__items .inventory-item__border {
        width: 33px
    }
}

.inventory__items .inventory-item__button {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px;
    padding: 0 7px;
    background: 0;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    opacity: 1;
    transition: opacity .3s ease
}

.inventory__items .inventory-item__button:hover {
    opacity: .6
}

.inventory-form {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0 15px 0 5px
}

.inventory-form__full-button {
    width: 100%;
    height: 50px;
    margin-top: 15px
}

.inventory-form__button {
    margin-top: 20px
}

.inventory-form__button:disabled {
    pointer-events: none
}

.inventory-form__select-option {
    display: flex;
    height: 45px;
    align-items: center;
    padding-left: 20px
}

.inventory-form__select-option:nth-child(2n) {
    background-color: hsla(0, 0%, 100%, .1)
}

.inventory-confirmation {
    width: 100%;
    padding: 0 20px
}

.inventory-confirmation__button {
    margin: 10px auto 0
}

.inventory-confirmation__heading {
    width: 100%;
    padding: 10px 0;
    text-align: center
}

.inventory-confirmation__info {
    padding: 10px 0
}

.inventory-tabs {
    display: flex;
    justify-content: space-between
}

.inventory-tabs__link {
    display: flex;
    width: 50%;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #c00;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

.inventory-tabs__link--active {
    background: #c00
}

.inventory-transfer__button {
    margin-top: 10px
}

.inventory__results {
    width: 100%;
    padding: 10px 20px 0;
    text-align: center
}

.inventory__results-list {
    margin-top: 10px
}

.inventory__results .inventory-item {
    padding: 10px;
    cursor: default;
    pointer-events: none;
    text-align: left
}

.inventory__results .inventory-item:nth-child(odd) {
    background-color: hsla(0, 0%, 100%, .1)
}

.inventory__results .inventory-item:nth-child(2n) {
    background-color: transparent
}

.inventory__results-label {
    margin: 0
}

.inventory__results .success-message__icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    border-radius: 50%;
    font-size: 20px
}

.inventory__results .success-message__icon:before {
    position: absolute;
    top: 8px;
    left: 10px;
    display: inline-block;
    content: ""
}

.history__empty {
    padding: 50px 0;
    text-align: center
}

.history .paginator {
    margin-top: 20px
}

.history .paginator__item a,
.history .paginator a {
    position: relative;
    z-index: 10
}

.history .paginator__item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

.history .paginator__item.disabled {
    pointer-events: none
}

.history .paginator__dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #c00;
    margin: 0 10px;
    background: #c00;
    cursor: pointer;
    opacity: 1;
    transform: rotate(45deg);
    visibility: visible
}

.history .paginator__dot a {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%
}

.history .paginator__dot:after {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    content: ""
}

.history .paginator__dot:hover {
    background: transparent;
    transition: background-color .35s ease-out
}

.history .paginator__dot--prev {
    transform: rotate(-135deg)
}

.history .paginator__dot.disabled {
    opacity: 0
}

.news-active {
    position: relative;
    width: 50vw;
    padding-right: 40px
}

@media(max-width:1059px) {
    .news-active {
        padding-right: 20px
    }
}

@media(max-width:767px) {
    .news-active {
        display: none
    }
}

.news-active__wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.news-active__wrap:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(0deg, #1c1c1c 0, transparent), linear-gradient(0deg, #1c1c1c 0, transparent);
    content: ""
}

.news-active__image {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 100% 0;
    background-size: cover
}

.news-active__content {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    max-width: 30vw;
    padding: 10px 40px 10px 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .6)
}

@media(max-width:1365px) {
    .news-active__content {
        min-width: 100%
    }
}

.news-active__content-title {
    font-family: Cormorant SC, serif;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 20px
}

@media(max-width:1059px) {
    .news-active__content-title {
        font-family: Cormorant SC, serif;
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 10px
    }
}

.news-active__content-lead {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    line-height: 2em
}

.news-active__content-status {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #eee;
    text-transform: uppercase
}

.news-active__content.show-detail-enter-active {
    -webkit-animation: detail_position .2s linear forwards, detail_opacity .4s linear forwards;
    animation: detail_position .2s linear forwards, detail_opacity .4s linear forwards
}

.news-active__image.show-detail-enter-active {
    -webkit-animation: detail_opacity .4s linear forwards;
    animation: detail_opacity .4s linear forwards
}

.show-detail-enter,
.show-detail-leave-to {
    opacity: 0
}

@-webkit-keyframes detail_position {
    0% {
        transform: translateX(-30px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes detail_position {
    0% {
        transform: translateX(-30px)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes detail_opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes detail_opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.newsdetail {
    padding: 0 40px;
    background-color: #1c1c1c
}

@media(max-width:767px) {
    .newsdetail {
        padding: 0 10px
    }
}

.newsdetail__img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 1080px;
    margin: 0 -40px;
    background-color: #000
}

@media(max-width:1059px) {
    .newsdetail__img {
        height: 500px
    }
}

@media(max-width:767px) {
    .newsdetail__img {
        height: 250px;
        margin: 0 -10px
    }
}

.newsdetail__img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #1c1c1c 0, transparent 40%);
    content: ""
}

.newsdetail__img img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.newsdetail__content {
    position: relative;
    z-index: 2;
    max-width: 1356px;
    padding: 20px;
    margin-top: -685px;
    margin-right: auto;
    margin-left: auto;
    background-color: #1c1c1c
}

@media(max-width:1059px) {
    .newsdetail__content {
        max-width: 752px;
        margin-top: -255px
    }
}

@media(max-width:767px) {
    .newsdetail__content {
        width: 100%;
        padding: 10px;
        margin-top: -120px
    }
}

.newsdetail__content-inner {
    max-width: 1092px;
    min-height: 640px;
    margin-right: auto;
    margin-left: auto
}

@media(max-width:1059px) {
    .newsdetail__content-inner {
        max-width: 712px
    }
}

@media(max-width:767px) {
    .newsdetail__content-inner {
        max-width: 280px
    }
}

.newsdetail__info {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 700;
    line-height: .8;
    text-align: center;
    text-transform: uppercase
}

.newsdetail__info-category {
    color: inherit;
    text-decoration: none;
    transition: all .15s linear
}

.newsdetail__info-category:hover {
    color: #c00
}

.newsdetail__info-separator {
    margin: 0 15px
}

.newsdetail__title {
    padding: 60px 0 0;
    margin-bottom: 50px;
    text-align: center
}

@media(max-width:767px) {
    .newsdetail__title {
        padding: 30px 0 0;
        margin-bottom: 20px
    }
}

.newsdetail__title h1 {
    font-family: Cormorant SC, serif;
    font-size: 48px;
    line-height: 50px;
    padding: 0 0 40px;
    font-weight: 400
}

@media(max-width:767px) {
    .newsdetail__title h1 {
        font-family: Cormorant SC, serif;
        font-size: 26px;
        line-height: 30px;
        padding: 0 0 20px
    }
}

.newsdetail__title .icon-logo {
    color: #c00;
    font-size: 22px;
    line-height: 1
}

.newsdetail__footer {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    padding: 40px 0 0;
    margin: 0 -40px;
    background-color: #000
}

@media(max-width:767px) {
    .newsdetail__footer {
        margin: 0 -10px
    }
}

.newsdetail__sharing {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    color: #888
}

.newsdetail__sharing .social-sharing__item:hover {
    color: #c00
}

.newsdetail__footer-button {
    margin-bottom: 40px
}

.news {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    background: #1c1c1c;
    color: #fff
}

.news-list {
    position: relative;
    width: 50vw;
    padding-top: 150px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 0 0
}

@media(max-width:1059px) {
    .news-list {
        width: 100vw;
        padding-top: 140px;
        background-size: auto 480px
    }
}

.news-list:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, #1c1c1c 0, transparent), linear-gradient(0deg, #1c1c1c 0, transparent);
    content: ""
}

@media(max-width:767px) {
    .news-list:after {
        top: 120px;
        bottom: auto;
        height: 360px
    }
}

.news-list .scrollbar {
    overflow: hidden
}

.news-list__items-list {
    width: 40vw;
    max-width: calc(100% - 50px);
    height: calc(100vh - 200px)
}

@media(max-width:1059px) {
    .news-list__items-list {
        width: 100%;
        max-width: calc(100% - 10px)
    }
}

@media(max-width:767px) {
    .news-list__items-list {
        position: relative;
        z-index: 4;
        min-width: 320px;
        max-width: 460px;
        height: 100%;
        margin: auto
    }
}

.news-list__items-wrapper {
    overflow-x: hidden
}

.news-list__item {
    position: relative;
    width: 540px;
    max-width: 100%;
    padding-right: 10px;
    margin-bottom: 60px;
    cursor: pointer;
    transition: all .15s linear
}

@media(max-width:767px) {
    .news-list__item {
        padding: 0 10px
    }
}

.news-list__item:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #c00;
    content: "";
    opacity: 0;
    transition: all .15s linear
}

.news-list__item.active,
.news-list__item:hover {
    width: 580px;
    padding-left: 40px
}

.news-list__item.active:before,
.news-list__item:hover:before {
    opacity: 1
}

@media(max-width:1059px) {

    .news-list__item.active,
    .news-list__item:hover {
        padding-right: 5px;
        padding-left: 20px
    }
}

@media(max-width:767px) {

    .news-list__item.active,
    .news-list__item:hover {
        padding-left: 10px
    }

    .news-list__item.active:before,
    .news-list__item:hover:before {
        opacity: 0
    }
}

.news-list__item-meta {
    margin-bottom: 30px;
    color: #888;
    text-transform: uppercase;
    font-family: Futura PT;
    font-size: 12px;
    line-height: 18px
}

.news-list__item-meta span {
    margin: 0 10px
}

.news-list__item-meta a:hover {
    color: #c00
}

.news-list__item-title {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

.news-list__item-lead {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px
}

.news-list .ps__rail-y.ps--clicking .ps__thumb-y,
.news-list .ps__rail-y:focus>.ps__thumb-y,
.news-list .ps__rail-y:hover>.ps__thumb-y,
.news-list .scrollbar .ps__rail-y:after,
.news-list .scrollbar .ps__thumb-y {
    background: transparent
}

.news-list .scroll-down {
    z-index: 20;
    bottom: -20px
}

@media(max-width:767px) {
    .news .news-list__item:first-child .news-list__item-meta {
        color: #fff
    }
}

.news-latest {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.news-list__item.type-smallview {
    position: relative;
    overflow: hidden;
    width: 320px;
    height: 450px;
    padding: 200px 10px 0;
    margin: 0 0 20px;
    background-size: cover
}

.news-list__item.type-smallview:before {
    display: none
}

.news-list__item.type-smallview:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #1c1c1c 45%, hsla(0, 0%, 100%, 0));
    content: "";
    transition: all .1s linear
}

.news-list__item.type-smallview:hover:after {
    bottom: -50px
}

@media(max-width:1059px) {
    .news-list__item.type-smallview:last-child {
        display: none
    }
}

@media(max-width:767px) {
    .news-list__item.type-smallview:last-child {
        display: block
    }
}

.news-list__item.type-smallview .news-list__item-inner {
    position: relative;
    z-index: 2
}

.news-list__item.type-smallview .news-list__item-meta,
.news-list__item.type-smallview .news-list__item-title {
    margin-bottom: 15px
}

.news-list__item.type-smallview .news-list__item-lead {
    font-family: Futura PT;
    font-size: 16px;
    line-height: 22px
}

.news-paginator {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    width: 600px
}


@media(max-width:1365px) {
    .cosplay-entry {
        height: 49vw;
        min-height: 550px;
        max-height: 640px;
        padding-bottom: 40px
    }
}

@media(max-width:767px) {
    .cosplay-entry {
        min-height: 460px;
        padding-bottom: 20px
    }
}

.cosplay-entry .cosplay__align {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

.cosplay-entry .cosplay__align__title {
    font-family: Cormorant SC, serif;
    font-size: 72px;
    line-height: 70px;
    margin-bottom: 60px;
    text-transform: uppercase
}

@media(max-width:1365px) {
    .cosplay-entry .cosplay__align__title {
        font-family: Cormorant SC, serif;
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .cosplay-entry .cosplay__align__title {
        font-family: Cormorant SC, serif;
        font-size: 22px;
        line-height: 30px
    }
}

.cosplay-judge {
    position: relative;
    background: #000
}

.cosplay-judge .cosplay__title {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    margin: auto
}

.cosplay-judge__list {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: space-between
}

@media(min-width:1060px) {
    .cosplay-judge__list {
        transform: translateZ(0) !important
    }
}

.cosplay-judge__item {
    position: relative;
    min-width: 25%;
    flex-shrink: 0
}

@media(max-width:1059px) {
    .cosplay-judge__item {
        min-width: auto;
        transform: translateX(calc(50vw - 225px))
    }

    .cosplay-judge__item:not(.swiper-slide-active):after {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        content: ""
    }
}

@media(max-width:767px) {
    .cosplay-judge__item {
        transform: translateX(calc(50vw - 160px))
    }
}

.cosplay-judge__item img {
    width: 100%
}

.cosplay-judge__text {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 30px;
    left: 0;
    width: 100%;
    max-width: 300px;
    margin: auto;
    text-align: center
}

.cosplay-judge__name {
    font-weight: 700
}

.cosplay-judge__slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 2040px;
    margin: auto
}

@media(min-width:1920px) {

    .cosplay-judge__slider:after,
    .cosplay-judge__slider:before {
        position: absolute;
        z-index: 2;
        top: 0;
        display: block;
        width: 150px;
        height: 100%;
        background: linear-gradient(90deg, #000, transparent);
        content: ""
    }

    .cosplay-judge__slider:before {
        left: 0
    }

    .cosplay-judge__slider:after {
        right: 0;
        transform: rotate(180deg)
    }
}

.cosplay-judge__arrow {
    display: none
}

@media(max-width:1059px) {
    .cosplay-judge__arrow {
        display: block
    }
}

.cosplay-nomination {
    overflow: hidden
}

.cosplay-nomination .cosplay__h3 {
    position: relative;
    z-index: 1;
    text-shadow: 0 0 4px #000
}

.cosplay-nomination__list {
    display: flex;
    max-width: 2000px;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto
}

.cosplay-nomination__list:nth-child(2n) .cosplay-nomination__column:first-child {
    order: 2
}

@media(max-width:1059px) {
    .cosplay-nomination__list:nth-child(2n) .cosplay-nomination__column:first-child {
        order: 1
    }
}

.cosplay-nomination__list:nth-child(2n) .cosplay-nomination__column:nth-child(2) {
    order: 1
}

@media(max-width:1059px) {
    .cosplay-nomination__list:nth-child(2n) .cosplay-nomination__column:nth-child(2) {
        order: 2
    }
}

.cosplay-nomination__list:nth-child(2n) .cosplay-nomination__column:nth-child(3) {
    order: 3
}

.cosplay-nomination__list:nth-child(2n) .cosplay-nomination__column:nth-child(4) {
    order: 4
}

.cosplay-nomination__column {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 50%;
    max-width: 960px;
    height: 600px;
    flex-direction: column;
    padding: 0 86px
}

@media(max-width:1059px) {
    .cosplay-nomination__column {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 63vw;
        padding: 60px
    }
}

@media(max-width:767px) {
    .cosplay-nomination__column {
        padding: 20px
    }
}

.cosplay-nomination__column--lost_ark,
.cosplay-nomination__column--mmorpg {
    overflow: hidden;
    background-image: url(/index_staff/img/cosplay-nomination-bg-main.jpg)
}

@media(max-width:1059px) {

    .cosplay-nomination__column--lost_ark,
    .cosplay-nomination__column--mmorpg {
        min-height: auto
    }
}

.cosplay-nomination__column--lost_ark:after,
.cosplay-nomination__column--mmorpg:after {
    position: absolute;
    z-index: 0;
    bottom: -65px;
    display: block;
    content: ""
}

@media(min-width:1920px) {

    .cosplay-nomination__column--lost_ark:after,
    .cosplay-nomination__column--mmorpg:after {
        display: none
    }
}

.cosplay-nomination__column--lost_ark {
    background-position: 0
}

.cosplay-nomination__column--lost_ark:after {
    right: -180px;
    width: 902px;
    height: 606px;
    background: url(/index_staff/img/cosplay-nomination-hero1.png) 50% no-repeat;
    background-size: contain
}

.cosplay-nomination__column--mmorpg {
    background-position: 100%
}

.cosplay-nomination__column--mmorpg:after {
    left: 330px;
    width: 750px;
    height: 692px;
    background: url(/index_staff/img/cosplay-nomination-hero2.png) 50% no-repeat;
    background-size: contain
}

.cosplay-nomination__column--k_pop,
.cosplay-nomination__column--korean,
.cosplay-nomination__column--low_cost {
    background-image: url(/index_staff/img/cosplay-nomination-bg-other.jpg)
}

@media(max-width:1059px) {

    .cosplay-nomination__column--k_pop,
    .cosplay-nomination__column--korean,
    .cosplay-nomination__column--low_cost {
        min-height: auto
    }
}

.cosplay-nomination__column--korean {
    background-position: top
}

.cosplay-nomination__column--low_cost {
    background-position: 100%
}

.cosplay-nomination__column--k_pop {
    background-position: 0
}

.cosplay-nomination__description {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 450px;
    padding-right: 10px;
    text-shadow: 0 0 4px #000
}

@media(max-width:1059px) {
    .cosplay-nomination__description {
        max-width: 100%
    }
}

.cosplay-nomination__img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    max-width: 960px
}

@media(max-width:1059px) {
    .cosplay-nomination__img {
        width: auto;
        max-width: none;
        height: 100%
    }
}

.cosplay-nomination__video {
    margin-top: 45px
}

@media(max-width:767px) {
    .cosplay-nomination__video {
        margin-top: 25px
    }
}

.cosplay-nomination .cosplay__button {
    position: relative;
    z-index: 1;
    margin: 45px 0 0
}

@media(max-width:767px) {
    .cosplay-nomination .cosplay__button {
        width: 280px;
        margin: 25px 0
    }
}

.cosplay-partner__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.cosplay-partner__item {
    margin: 0 45px 15px
}

.cosplay-partner__item a {
    display: block
}

.cosplay-info {
    padding-bottom: 65px;
    background: url(/index_staff/img/cosplay-info-bg.jpg) 50% no-repeat;
    background-size: cover
}

.cosplay-info .cosplay-regulations-short__links,
.cosplay-info .cosplay-regulations-short__text {
    width: 100%;
    max-width: 680px;
    padding: 0 10px;
    margin: auto
}

@media(max-width:767px) {

    .cosplay-info .cosplay-regulations-short__links,
    .cosplay-info .cosplay-regulations-short__text {
        padding: 0 20px
    }
}

.cosplay-info .cosplay-regulations-short__links {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.cosplay-info .cosplay-regulations-short__link {
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase
}

.cosplay-info .cosplay-regulations-short__link:hover {
    color: #c00;
    text-decoration: none
}

.cosplay-info .cosplay-regulations {
    position: relative;
    overflow: hidden;
    padding: 230px 20px 65px;
    background: url(/index_staff/img/cosplay-regulations-bg.jpg) 50% no-repeat;
    background-size: cover
}

@media(max-width:767px) {
    .cosplay-info .cosplay-regulations {
        padding-top: 130px
    }
}

.cosplay-info .cosplay-regulations__wrap {
    position: relative
}

.cosplay-info .cosplay-regulations__wrap:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -150px;
    bottom: 0;
    display: block;
    width: 1126px;
    height: 1836px;
    margin: -50px auto 0;
    background: url(/index_staff/img/cosplay-regulations-hreo1.png) 50% no-repeat;
    content: ""
}

@media(min-width:1920px) {
    .cosplay-info .cosplay-regulations__wrap:after {
        display: none
    }
}

.cosplay-info .cosplay-regulations__text {
    position: relative;
    z-index: 2;
    width: 760px
}

@media(min-width:1920px) {
    .cosplay-info .cosplay-regulations__text {
        width: 100%
    }
}

.cosplay-info .cosplay-regulations__text h2 {
    font-weight: 700;
    text-transform: uppercase
}

.cosplay-info .cosplay-regulations__links {
    display: flex;
    width: 100%;
    justify-content: space-between
}

@media(max-width:767px) {
    .cosplay-info .cosplay-regulations__links {
        flex-wrap: wrap
    }
}

a.cosplay-regulations__link {
    text-transform: uppercase
}

@media(max-width:767px) {
    a.cosplay-regulations__link {
        margin: 5px 0
    }
}

.cosplay-social__wrap {
    margin: auto
}

.cosplay-stages {
    padding-bottom: 65px;
    background: url(/index_staff/img/cosplay-stages-bg.jpg) 50% no-repeat;
    background-size: cover
}

.cosplay-stages__list {
    display: flex;
    justify-content: center;
    margin: 65px 0
}

@media(min-width:1920px) {
    .cosplay-stages__list {
        flex-wrap: wrap;
        margin: 0 0 15px
    }
}

.cosplay-stages__item {
    position: relative;
    width: 430px;
    text-align: center;
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px
}

.cosplay-stages__item:after,
.cosplay-stages__item:before {
    position: absolute;
    z-index: 1;
    top: 86px;
    display: none;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    content: ""
}

.cosplay-stages__item:after {
    right: -8px;
    display: block
}

.cosplay-stages__item:first-of-type:before {
    left: -8px;
    display: block
}

@media(min-width:1920px) {
    .cosplay-stages__item {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        padding: 0 20px
    }

    .cosplay-stages__item:after,
    .cosplay-stages__item:first-of-type:before {
        display: none
    }
}

.cosplay-stages__item--done:after,
.cosplay-stages__item--done:before {
    background: #c00
}

.cosplay-stages__item--done .cosplay-stages__text {
    border-color: #c00
}

.cosplay-stages__text {
    display: flex;
    min-height: 96px;
    align-items: center;
    justify-content: center;
    padding: 0 75px 30px;
    border-bottom: 3px solid #fff;
    margin-bottom: 30px
}

@media(min-width:1920px) {
    .cosplay-stages__text {
        min-height: auto;
        padding: 0;
        border-bottom: 0
    }
}

@media(min-width:1920px) {
    .cosplay-stages__date {
        font-weight: 700;
        text-transform: uppercase
    }
}

.cosplay {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px;
    line-height: 30px
}

@media(max-width:767px) {
    .cosplay {
        font-family: Futura PT;
        font-size: 16px;
        line-height: 22px
    }
}

.cosplay__align {
    max-width: 1602px;
    margin: auto
}

.cosplay__title {
    font-family: Cormorant SC, serif;
    font-size: 40px;
    line-height: 56px;
    padding: 60px 0 40px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}



@media(max-width:767px) {
    .cosplay__title {
        font-family: Cormorant SC, serif;
        font-size: 26px;
        line-height: 30px;
        padding: 40px 0 20px
    }
}

.cosplay__h3 {
    font-family: Cormorant SC, serif;
    font-size: 48px;
    line-height: 50px;
    padding: 10px 0 0;
    margin: 0;
    font-weight: 400;
    letter-spacing: .02em;
    text-align: left;
    text-transform: uppercase
}

.cosplay__h3:after {
    display: block;
    width: 43px;
    height: 2px;
    margin: 45px 0;
    background: #c00;
    border-radius: 1px;
    content: ""
}

.cosplay__h3 span {
    display: flex;
    min-height: 150px;
    align-items: flex-end
}

@media(max-width:1059px) {
    .cosplay__h3 span {
        min-height: auto
    }
}

@media(max-width:767px) {
    .cosplay__h3 {
        font-family: Cormorant SC, serif;
        font-size: 32px;
        line-height: 36px
    }

    .cosplay__h3:after {
        margin: 30px 0
    }
}

.cosplay__h4 {
    font-family: Futura PT;
    font-size: 24px;
    line-height: 30px;
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase
}

.cosplay__button {
    margin: 0 auto
}

.download {
    background-color: #1c1c1c;
    background-image: url(/index_staff/img/download-bg.jpg);
    background-position: top;
    background-size: auto 100%
}

@media(max-width:1059px) {
    .download {
        background-size: cover
    }
}

.download__logo {
    height: 110px;
    margin-top: -80px;
    text-align: center
}

.download__logo img {
    height: 100%
}

@media(max-width:767px) {
    .download__logo {
        display: none
    }
}

.download .button {
    margin: 80px auto
}

@media(max-width:767px) {
    .download .button {
        display: none
    }
}

.download__mobile {
    display: none
}

@media(max-width:767px) {
    .download__mobile {
        display: block;
        margin: 40px 0 80px;
        text-align: center;
        font-family: Futura PT;
        font-size: 18px;
        line-height: 26px
    }
}

.download__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.download__subtitle {
    padding-left: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px
}

@media(max-width:767px) {
    .download__subtitle {
        padding-left: 0
    }
}

.download__list {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px
}

.download__list li {
    position: relative;
    padding-left: 30px
}

.download__list li:before {
    position: absolute;
    left: 0
}

.download__column:first-of-type {
    margin-right: 40px
}

@media(max-width:1059px) {
    .download__column:first-of-type {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.media__wrap {
    background-image: url(/index_staff/img/media-bg.jpg)
}

.media__menu {
    margin-bottom: 40px
}

.media__menu-list {
    display: flex;
    justify-content: flex-end
}

@media(max-width:767px) {
    .media__menu-list {
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

.media__menu-list li {
    font-family: Futura PT;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 10px;
    margin-left: 40px;
    cursor: pointer
}

@media(max-width:767px) {
    .media__menu-list li {
        padding: 0 10px 10px;
        margin-left: 0
    }
}

.media__menu-list li:hover {
    color: #c00
}

.media__menu-list li.is-active {
    border-bottom: 1px solid #c00;
    cursor: default
}

.media__arrow--prev {
    left: -60px
}

.media__arrow--next {
    right: -60px
}

.media-list__items-wrapper {
    display: flex;
    flex-wrap: wrap
}

.media-list__item {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 238px;
    height: 150px;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer
}

.media-list__item:nth-child(4n) {
    margin-right: 0
}

@media(max-width:1059px) {
    .media-list__item {
        width: 212px;
        height: 133px
    }

    .media-list__item:nth-child(3n) {
        margin-right: 0
    }

    .media-list__item:nth-child(4n) {
        margin-right: 20px
    }
}

@media(max-width:767px) {
    .media-list__item {
        width: 280px;
        height: 158px;
        margin-right: 0
    }

    .media-list__item:nth-child(4n) {
        margin-right: 0
    }
}

.media-list__item-image {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    min-height: 150px;
    transform: translate(-50%, -50%);
    transition: all .15s linear
}

@media(max-width:1059px) {
    .media-list__item-image {
        min-height: 133px
    }
}

@media(max-width:767px) {
    .media-list__item-image {
        max-width: 280px;
        min-height: 158px
    }
}

.media-list__item-info {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    text-align: center;
    transition: all .15s linear
}

.media-list_item:hover .media-list__item-info {
    opacity: 1
}

.media-list__item-category {
    font-family: Futura PT;
    font-size: 18px;
    line-height: 26px
}

.media-list__item-name {
    font-family: Futura PT;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px
}

.events__wrapper {
    margin: 0 auto;
    max-width: 1280px;
    max-height: 758px;
    overflow: hidden
}

.events__items {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 3px
}

@media(max-width:1279px) {
    .events__items {
        justify-content: center
    }
}

.events__item {
    max-width: 424px
}

.body-events {
    overflow: visible !important
}

.events-stand__wrapper {
    margin: 0 auto;
    max-width: 1280px;
    max-height: 758px;
    overflow: hidden
}

.events-stand__items {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 3.1px
}

@media(max-width:1279px) {
    .events-stand__items {
        justify-content: center
    }
}

.events-stand__item {
    max-width: 424px
}

.body-events-stand {
    overflow: visible !important
}