

[class^="icon-"],
[class*=" icon-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25)
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
    font-family: "iconfont";
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none
}

.icon-angle-down::before {
    content: "\E001"
}

.icon-arrow-left::before {
    content: "\E002"
}

.icon-bonus::before {
    content: "\E003"
}

.icon-calendar::before {
    content: "\E004"
}

.icon-clock::before {
    content: "\E005"
}

.icon-close::before {
    content: "\E006"
}

.icon-confetti::before {
    content: "\E007"
}

.icon-country::before {
    content: "\E008"
}

.icon-currency::before {
    content: "\E009"
}

.icon-dice::before {
    content: "\E00A"
}

.icon-email-contact::before {
    content: "\E00B"
}

.icon-email::before {
    content: "\E00C"
}

.icon-fav::before {
    content: "\E00D"
}

.icon-fire::before {
    content: "\E00E"
}

.icon-gambling::before {
    content: "\E00F"
}

.icon-games::before {
    content: "\E010"
}

.icon-gender::before {
    content: "\E011"
}

.icon-gift::before {
    content: "\E012"
}

.icon-grid::before {
    content: "\E013"
}

.icon-help::before {
    content: "\E014"
}

.icon-hide::before {
    content: "\E015"
}

.icon-hourglass::before {
    content: "\E016"
}

.icon-lemon::before {
    content: "\E017"
}

.icon-lock::before {
    content: "\E018"
}

.icon-login::before {
    content: "\E019"
}

.icon-logout::before {
    content: "\E01A"
}

.icon-menu::before {
    content: "\E01B"
}

.icon-money::before {
    content: "\E01C"
}

.icon-password::before {
    content: "\E01D"
}

.icon-phone::before {
    content: "\E01E"
}

.icon-poker::before {
    content: "\E01F"
}

.icon-question::before {
    content: "\E020"
}

.icon-recommended::before {
    content: "\E021"
}

.icon-refresh::before {
    content: "\E022"
}

.icon-roulette::before {
    content: "\E023"
}

.icon-search::before {
    content: "\E024"
}

.icon-support::before {
    content: "\E025"
}

.icon-table::before {
    content: "\E026"
}

.icon-telegram-contact::before {
    content: "\E027"
}

.icon-timezone::before {
    content: "\E028"
}

.icon-toggler::before {
    content: "\E029"
}

.icon-user::before {
    content: "\E02A"
}

.icon-view::before {
    content: "\E02B"
}

.icon-youtube::before {
    content: "\E02C"
}

.icon-facebook::before {
    content: "\E02D"
}

.icon-fbh::before {
    content: "\E02E"
}

.icon-gph::before {
    content: "\E02F"
}

.icon-instagram::before {
    content: "\E030"
}

.icon-ok::before {
    content: "\E031"
}

.icon-telegram::before {
    content: "\E032"
}

.icon-twitter::before {
    content: "\E033"
}

.icon-vk::before {
    content: "\E034"
}

.icon-vkh::before {
    content: "\E035"
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-filter: hue-rotate(-60deg);
        filter: hue-rotate(-60deg)
    }

    to {
        -webkit-filter: hue-rotate(0);
        filter: hue-rotate(0)
    }
}

@keyframes pulse {
    from {
        -webkit-filter: hue-rotate(-60deg);
        filter: hue-rotate(-60deg)
    }

    to {
        -webkit-filter: hue-rotate(0);
        filter: hue-rotate(0)
    }
}

@-webkit-keyframes shaking {
    from {
        padding-left: 5px
    }

    to {
        padding-right: 5px
    }
}

@keyframes shaking {
    from {
        padding-left: 5px
    }

    to {
        padding-right: 5px
    }
}

@-webkit-keyframes twist {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes twist {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html,
body {
    overflow-x: hidden
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    min-height: 100vh;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}

iframe {
    border: 0
}

main {
    display: block
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

li {
    display: block
}

dl {
    margin-top: 0;
    margin-bottom: 0
}

dd {
    margin-left: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit
}

blockquote {
    margin: 0;
    padding: 0
}

p {
    margin-top: 0;
    margin-bottom: 0
}

sup {
    position: relative;
    top: -.5em;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

strong {
    font-weight: bold
}

figure {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: none
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}

a {
    color: inherit;
    text-decoration: none
}

button {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    text-align: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    font: inherit;
    cursor: pointer;
    -webkit-font-smoothing: inherit
}

button,
[type='text'],
[type='password'],
[type='submit'],
[type='search'],
[type='email'],
[type='tel'],
textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

::-moz-focus-inner {
    padding: 0;
    border: 0
}

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

th {
    vertical-align: middle
}

td {
    vertical-align: middle
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}

input[type='radio'],
input[type='checkbox'] {
    margin: 0
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none
}

.js-responsive-dom-placeholder {
    display: none
}

.article__content sup {
    line-height: unset
}

.container {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    background: #000;
    -webkit-box-shadow: 0 0 20px 15px #000;
    box-shadow: 0 0 20px 15px #000
}

.container--game {
    width: 95%;
    max-width: 1140px;
    height: 100%;
    margin: auto
}

.container--contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body {
    color: #fff;
    background-color: #000
}

body.fixed {
    overflow: hidden;
    height: 100vh
}

body.blur .main {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

picture.helper__bg {
    position: fixed;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

picture.helper__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.helper {
    min-height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.helper-reg {
    min-height: 100vh
}

.helper-reg .main {
    margin: 0
}

.helper-game {
    min-height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%
}

.helper-game header {
    width: 100%;
    background: #001521
}

.helper-game .header__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    font-size: 13px
}

.helper-game .header__layout a:hover {
    color: #edbc34
}

.helper-game .header__layout p {
    margin-bottom: 0
}

.helper-game .header__layout .winner__list {
    height: 15px;
    overflow: hidden;
    width: 200px;
    text-align: right
}

.helper-game .header__layout .jackpot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.helper-game .header__layout .jackpot>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.helper-game .header__layout .jackpot>ul li {
    margin-left: 12px;
    color: #edbc34;
    text-transform: uppercase
}

.helper-game .header__layout .username a {
    text-decoration: underline;
    margin-left: 5px
}

.helper-game .header__layout .username a:hover {
    text-decoration: none
}

.helper-game .header__layout .backlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.helper-game .header__layout .backlink:before {
    content: "\E002";
    margin-right: 10px;
    font-size: 14px;
    font-family: "iconfont";
    display: inline-block
}

.helper-game .header__logo {
    display: block;
    margin: auto
}

.helper-game .header__logo--mobile {
    display: none
}

.helper.moved {
    -webkit-transform: translateX(150px);
    transform: translateX(150px)
}

.main {
    margin: 15px 0
}

.section {
    width: 100%;
    padding: 50px 0
}

.section__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-transform: uppercase;
    background: #000
}

.section__title {
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: 900;
    color: #18ff00;
    text-transform: uppercase;
    margin: 20px 0 8px 0;
    padding-left: 15px
}

.section-games {
    padding: 15px;
    -webkit-box-shadow: inset 0 1px 0 0 #474646;
    box-shadow: inset 0 1px 0 0 #474646;
    background: #001621
}

.section-seo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    background: #000
}

@supports (display:grid) {
    .section-seo {
        display: grid;
        grid-template-columns: 300px auto;
        grid-gap: 15px
    }
}

.section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #000
}

@supports (display:grid) {
    .section-top {
        display: grid;
        grid-template-columns: 610px 355px;
        grid-gap: 15px
    }
}

.divider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 15px 0
}

.divider:before,
.divider:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 42%;
    background: #fff
}

.divider:before {
    left: 0
}

.divider:after {
    right: 0
}

a,
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

::-moz-selection {
    background: #18ff00;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

::selection {
    background: #18ff00;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.ieOff {
    display: none
}

.ie body {
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important
}

.ie body .ieOff {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: #243f53
}

.ie body .ieOff__content {
    width: 100%;
    max-width: 470px;
    padding: 55px 40px;
    max-height: 350px;
    text-align: center;
    background: #fff
}

.ie body .ieOff__title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    color: #243f53
}

.ie body .ieOff__text {
    margin-bottom: 30px;
    font-size: 15px;
    color: #212121;
    text-align: center
}

.ie body .ieOff-browsers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ie body .ieOff-browsers__item {
    margin: 0 20px
}

.ie body .ieOff-browsers__item a {
    font-size: 12px;
    color: #196fa5;
    text-align: center
}

.ie body .ieOff-browsers__item a:hover {
    text-decoration: underline
}

.ie body .ieOff-browsers__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding-bottom: 10px
}

.edge .divider span {
    display: block;
    margin: auto
}

.edge .games__item__overlay {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

html {
    font-size: 14px;
    font-family: 'Roboto', sans-serif
}

h1,
h2,
h3,
h4,
h5 {
    line-height: normal;
    margin-bottom: 25px
}

h1 {
    display: block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase
}

h2 {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 700
}

h3 {
    font-size: 24px;
    font-weight: 700
}

p {
    margin-bottom: 20px
}

.footer__layout {
    padding-bottom: 20px
}

.footer__layout--top {
    width: 100%;
    background: #001621;
    -webkit-box-shadow: inset 0 1px 0 0 #474646;
    box-shadow: inset 0 1px 0 0 #474646
}

.footer__menu {
    width: 100%
}

.footer__menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase
}

.footer__menu__item {
    margin: 10px 20px;
    font-size: 15px;
    font-weight: 300
}

.footer__menu__item .active {
    color: #18ff00
}

.footer-payments,
.footer-providers {
    width: 100%
}

.footer-payments__list,
.footer-providers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-payments a,
.footer-providers a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    max-width: 125px
}

.footer-payments a img,
.footer-providers a img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: auto
}

.footer-payments {
    margin-top: 20px
}

.footer__copyright {
    margin-top: 20px;
    padding: 0 25px;
    font-size: 13px;
    color: #909090;
    text-align: center
}

@supports (display:grid) {
    .footer__copyright {
        display: grid;
        grid-template-columns: 20% auto 20%;
        grid-gap: 20px;
        justify-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header {
    width: 100%
}

.header__layout {
    background: #001521
}

.header__layout--reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px
}

.header--left,
.header--middle,
.header--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto
}

.header--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto
}

.header__registration {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.header__registration .socials__list li:hover .icon-fbh {
    color: #384e94
}

.header__registration .socials__list li:hover .icon-gph {
    color: #dc3000
}

.header__registration .socials__list li:hover .icon-vkh {
    color: #4a6c9e
}

.header--top {
    height: 95px;
    padding: 0 10px
}

.header--bottom,
.header--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header--bottom {
    -webkit-box-shadow: inset 0 1px 0 0 #474646;
    box-shadow: inset 0 1px 0 0 #474646;
    background: #001521
}

.header--bottom .button--profile,
.header--bottom .button--cashier,
.header--bottom .button--logout
/*.header--bottom .button--register,
.header--bottom .button--login*/ {
    display: none
}

.header--reg {
    background: #001621;
    -webkit-box-shadow: inset 0 1px 0 0 #474646;
    box-shadow: inset 0 1px 0 0 #474646
}

.header--reg .container {
    background: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.header--reg .header-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 25px
}

.header--reg .header--left {
    width: 20%
}

.header--reg .header--middle {
    width: 60%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header--reg .header--right {
    width: 20%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.back__link {
    text-decoration: underline;
    text-align: center
}

.back__link:hover {
    text-decoration: none
}

.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 165px;
    padding: 35px 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.sidebar__wrapper {
    width: 100%
}

.sidebar__title {
    font-size: 15px;
    margin: 4px 0
}

.sidebar__title h2 {
    font-size: 15px;
    margin: 4px 0
}

.sidebar__component {
    width: 100%
}

.sidebar__component:not(:last-of-type) {
    margin-bottom: 20px
}

.banner__link {
    display: block;
    width: 100%;
    height: 100%
}

.banner__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bonus {
    background: #001621
}

.bonus--top {
    width: 100%;
    height: 260px;
    background: url("/img/components/bonuses/bonus_bg.png") top center no-repeat
}

.bonus__timer {
    text-align: center
}

.bonus__timer__title {
    font-size: 26px;
    margin-bottom: 15px;
    text-transform: none
}

.bonus__timer .clockdiv {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bonus__timer .clockdiv>div {
    background: transparent;
    padding: 0;
    margin: 0 6px;
    position: relative
}

.bonus__timer .clockdiv>div:after {
    content: ":";
    position: absolute;
    top: 20px;
    right: -10px;
    display: block;
    font-size: 32px;
    font-weight: bold;
    font-family: "Roboto", "Arial", "sans-serif"
}

.bonus__timer .clockdiv>div:last-of-type:after {
    display: none
}

.bonus__timer .clockdiv>div>span {
    font-size: 38px;
    padding: 20px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7f0000), to(#ca0000));
    background: linear-gradient(to bottom, #7f0000, #ca0000);
    width: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    display: block;
    border-radius: 5px
}

.bonus__timer .clockdiv>div .smalltext {
    font-size: 14px;
    margin-top: 10px
}

.bonus__info {
    padding: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bonus__title {
    background: -webkit-gradient(linear, left bottom, left top, from(#7f0000), to(#ca0000));
    background: linear-gradient(to top, #7f0000, #ca0000);
    padding: 15px 30px;
    border-radius: 15px;
    margin-bottom: 25px;
    text-align: center
}

.bonus__title h1,
.bonus__title h2,
.bonus__title h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0
}

.bonus__description {
    padding: 25px 10px 0
}

.bonus__description p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2
}

.bonus__description p span {
    font-weight: bold
}

.bonus__subscribe .btn {
    margin-right: 10px
}

.bonus__subscribe p {
    font-size: 16px
}

.bonuses-calendar--top,
.bonus-schedule--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../img/components/bonuses/bonuses-c-bg.png") center no-repeat;
    background-size: contain;
    height: 250px;
    margin-bottom: 15px
}

.bonuses-calendar__page-title,
.bonus-schedule__page-title {
    background: -webkit-gradient(linear, left bottom, left top, from(#7f0000), to(#ca0000));
    background: linear-gradient(to top, #7f0000, #ca0000);
    padding: 15px;
    border-radius: 15px;
    position: relative;
    width: 90%;
    max-width: 470px;
    text-align: center
}

.bonuses-calendar__page-title h1,
.bonus-schedule__page-title h1 {
    font-size: 70px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 3px 0 3px rgba(0, 0, 0, 0.3);
    margin: 0
}

.bonuses-calendar__page-title:before,
.bonus-schedule__page-title:before {
    content: '';
    display: block;
    position: absolute;
    left: -27px;
    top: -60px;
    width: 85px;
    height: 80px;
    background: url("../img/components/bonuses/crown.png") center no-repeat;
    background-size: contain
}

.bonuses-calendar__item,
.bonus-schedule__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px;
    padding: 15px;
    border-radius: 15px;
    background: #000d14
}

.bonuses-calendar__title,
.bonus-schedule__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.bonuses-calendar__title .calendar,
.bonus-schedule__title .calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    padding-top: 10px;
    color: #000;
    font-weight: 700;
    background: url("../img/components/bonuses/day-bg.png") center no-repeat
}

.bonuses-calendar__title .calendar span,
.bonus-schedule__title .calendar span {
    margin-bottom: 0
}

.bonuses-calendar__description,
.bonus-schedule__description {
    margin-left: 15px
}

.bonuses-calendar__name,
.bonus-schedule__name {
    margin-bottom: 0;
    font-size: 30px;
    color: #a00
}

.bonuses-calendar__img,
.bonus-schedule__img {
    min-width: 150px;
    max-width: 150px;
    height: 150px
}

.bonuses-calendar__day,
.bonus-schedule__day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    padding-top: 10px;
    color: #000;
    font-weight: 700;
    background: url("../img/components/bonuses/day-bg.png") center no-repeat
}

.bonus-schedule--left {
    margin-right: 20px
}

.bonus-schedule__title h3 {
    margin-bottom: 0;
    font-size: 30px;
    color: #a00
}

.bonuses {
    background: #001621
}

.bonuses--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../img/components/bonuses/bonuses_bg_new.png") center no-repeat;
    background-size: contain;
    height: 250px;
    margin-bottom: 15px
}

.bonuses__title {
    background: -webkit-gradient(linear, left bottom, left top, from(#7f0000), to(#ca0000));
    background: linear-gradient(to top, #7f0000, #ca0000);
    padding: 15px 50px;
    border-radius: 15px;
    position: relative
}

.bonuses__title h1,
.bonuses__title h2,
.bonuses__title h3 {
    font-size: 70px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 3px 0 3px rgba(0, 0, 0, 0.3);
    margin: 0
}

.bonuses__title:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: -20px;
    width: 65px;
    height: 60px;
    background: url("../img/components/bonuses/bonus_title_left.png") center no-repeat
}

.bonuses__title:after {
    content: "";
    display: block;
    position: absolute;
    right: -40px;
    bottom: -10px;
    width: 85px;
    height: 80px;
    background: url("../img/components/bonuses/bonus_title_right.png") center no-repeat
}

.bonuses__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 15px;
    padding: 20px
}

.bonuses__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31%;
    flex: 0 1 31%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0))) no-repeat;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)) no-repeat;
    background-position-y: 100%;
    background-size: 100% 70%
}

.bonuses__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    osition: relative;
    padding-bottom: 100%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px
}

.bonuses__img--full {
    border: 1px solid #474646
}

.bonuses__img--full img {
    width: 100%
}

.bonuses__img img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.bonuses__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

.bonuses__description--title {
    font-size: 42px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase
}

.bonuses__description--subtitle {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    min-height: 100px;
    text-transform: uppercase
}

.bonuses__description--text {
    padding: 0 10px;
    min-height: 52px
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

.button:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.button--s1 {
    width: 160px
}

.button--s2 {
    width: 110px;
    height: 25px
}

.button--s3 {
    width: 120px;
    height: 35px
}

.button--s4 {
    width: 90px;
    height: 30px
}

.button--s5 {
    width: 200px;
    height: 25px
}

.button--s6 {
    width: 240px;
    height: 25px
}

.button--t1 {
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdca0b), color-stop(50%, #ffba00), to(#f04e23));
    background: linear-gradient(to bottom, #fdca0b 0%, #ffba00 50%, #f04e23 100%)
}

.button--t2 {
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5a00), color-stop(50%, #ff001e), to(#590000));
    background: linear-gradient(to bottom, #ff5a00 0%, #ff001e 50%, #590000 100%)
}

.button--t3 {
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#c6ff62), color-stop(50%, #00c309), to(#006017));
    background: linear-gradient(to bottom, #c6ff62 0%, #00c309 50%, #006017 100%)
}

.button--reg {
    height: 70px;
    text-shadow: 3px 4px 5px rgba(7, 4, 6, 0.08);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 35px;
    border: 2px solid #ca1a12;
    background-color: #0060b7;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#790606), to(#ce0000));
    background-image: linear-gradient(to top, #790606 0%, #ce0000 100%)
}

.button--login,
.button--register,
.button--profile,
.button--cashier,
.button--logout {
    height: 30px;
    border-left: 1px solid #474646
}

.button--register {
    background: -webkit-gradient(linear, left top, left bottom, from(#f8ca1b), to(#e84f18));
    background: linear-gradient(180deg, #f8ca1b 0%, #e84f18 100%);
    color: #000;
    margin-right: 10px
}

.button--login {
    color: #e84f18;
    background: transparent;
    border: 2px solid;
    margin-left: 10px
}

.button--profile {
    width: calc(50% - 40px)
}

.button--cashier,
.button--logout {
    width: 25%
}

.btn.btn-red,
.btn.btn-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase
}

.btn.btn-red div,
.btn.btn-blue div {
    position: relative;
    width: 40px;
    height: 40px;
    border: 2px solid #001521;
    border-radius: 20px;
    padding: 7px
}

.btn.btn-red span,
.btn.btn-blue span {
    padding: 5px 5px 5px 15px;
    margin-left: -10px
}

.btn.btn-red {
    margin-right: 5px
}

.btn.btn-red div {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#940000), to(#f00));
    background-image: linear-gradient(to top, #940000 0%, #f00 100%)
}

.btn.btn-red span {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#940000), to(#f00));
    background-image: linear-gradient(to top, #940000 0%, #f00 100%)
}

.btn.btn-blue div {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#003c6c), to(#0067b8));
    background-image: linear-gradient(to top, #003c6c 0%, #0067b8 100%)
}

.btn.btn-blue span {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#003c6c), to(#0067b8));
    background-image: linear-gradient(to top, #003c6c 0%, #0067b8 100%)
}

.pager__item--load-more a {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

form#deposit-form {
    max-width: 280px
}

html:lang(pl) .user__area--top .button--s2 {
    width: 120px
}

.captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.captcha__img {
    margin-left: 10px
}

.captcha__reload {
    color: #9e9e9e;
    line-height: 0
}

.form.form--feedback {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form.form--feedback .form__error-message {
    text-align: left
}

.form--feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%
}

.form--feedback .form__section {
    width: 25%
}

.form--feedback .form__section.message {
    width: calc(75% - 10px)
}

.form--feedback label {
    text-align: left
}

.form--feedback textarea {
    height: 220px
}

.form--feedback .captcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form--feedback .captcha__reload {
    line-height: 1;
    text-decoration: underline
}

.form--feedback .captcha__reload:hover {
    text-decoration: none
}

.form--feedback .form__input__wrapper {
    width: 100%
}

.form--feedback .form__input--captcha {
    margin-bottom: 20px
}

.form--feedback .button--s5 {
    width: 100%;
    min-width: 100px
}

.counter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

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

.counter span span {
    display: block;
    padding: 0 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px
}

.counter--separator {
    margin: 0 -5px
}

.currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 180px;
    margin-right: 10px
}

.currency__title {
    font-size: 11px;
    margin-right: 5px
}

.currency .selectric {
    border: 1px solid #474646;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.currency .selectric-items {
    border: 1px solid #474646
}

.currency .selectric-items li {
    border: none
}

.currency .selectric-wrapper {
    max-width: 100%
}

.currency .selectric .label {
    padding-left: 10px;
    line-height: 25px;
    color: #f5b31b;
    font-weight: 600
}

.currency .selectric .button {
    height: 25px;
    width: 25px
}

.currency .selectric .button:before {
    border-top: 5px solid #f5b31b
}

.currency--mobile {
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-top: 10px
}

.documents__description {
    width: calc(100% - 300px)
}

.documents__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.documents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.documents-list__item {
    width: 220px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center
}

.documents-list__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 210px;
    height: 210px;
    margin: 0 auto 20px;
    background-color: #dcdcdc;
    border-radius: 100%
}

.faq__list {
    padding: 25px 15px
}

.faq__item {
    width: 100%;
    margin-bottom: 20px;
    line-height: 24px;
    color: #fff;
    border: 1px solid #474646;
    border-radius: 10px
}

.faq__question {
    position: relative;
    padding: 20px 70px 20px 20px;
    margin-bottom: 0;
    cursor: pointer;
    text-decoration: underline
}

.faq__question:hover {
    text-decoration: none
}

.faq__question::before {
    content: '';
    position: absolute;
    top: 30px;
    right: 25px;
    width: 20px;
    height: 2px;
    background-color: #fff
}

.faq__question::after {
    content: '';
    position: absolute;
    top: 21px;
    right: 34px;
    width: 2px;
    height: 20px;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.faq--open .faq__question::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faq__answer {
    display: none;
    padding: 0 20px
}

.form--avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%
}

.form--avatar--img {
    height: 155px;
    width: 155px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto 25px auto;
    padding: 15px;
    border: 1px solid #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#413e3e), color-stop(50%, #393535), to(#000));
    background: linear-gradient(to bottom, #413e3e 0%, #393535 50%, #000 100%)
}

.form--avatar--upload {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.form--avatar .button {
    margin: 0 auto 20px auto;
    max-width: 155px
}

.form--avatar p {
    margin-bottom: 20px;
    font-size: 12px;
    color: #909090;
    text-align: center
}

.form--change-password {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px
}

.form--change-password .button {
    margin: 0 auto
}

.form--deposit .radio__item {
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 6px;
    text-align: left
}

.form--deposit h4 {
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400
}

.form--deposit label.css-label {
    font-weight: 400
}

.form--deposit label.css-label span {
    display: block;
    line-height: normal;
    font-weight: 400
}

.form--deposit label.css-label a,
.form--deposit label.css-label h4 {
    color: #18ff00
}

.form--deposit .form__input--amount {
    width: 65%
}

.form--deposit .payment__logo {
    width: 30%;
    text-align: right
}

.form__section--amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px
}

.deposit__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px
}

.deposit__amount li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 25px;
    width: 24%;
    color: #909090;
    background: #000
}

.deposit__amount li.active {
    color: #fff
}

input[type='text'],
[type='password'],
[type='email'],
[type='tel'],
[type='search'],
textarea {
    width: 100%;
    padding: 0 10px;
    height: 25px;
    background: #000;
    color: #909090;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px
}

input[type='text']::-webkit-input-placeholder,
[type='password']::-webkit-input-placeholder,
[type='email']::-webkit-input-placeholder,
[type='tel']::-webkit-input-placeholder,
[type='search']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #909090
}

input[type='text']::-moz-placeholder,
[type='password']::-moz-placeholder,
[type='email']::-moz-placeholder,
[type='tel']::-moz-placeholder,
[type='search']::-moz-placeholder,
textarea::-moz-placeholder {
    color: #909090
}

input[type='text']:-ms-input-placeholder,
[type='password']:-ms-input-placeholder,
[type='email']:-ms-input-placeholder,
[type='tel']:-ms-input-placeholder,
[type='search']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #909090
}

input[type='text']::-ms-input-placeholder,
[type='password']::-ms-input-placeholder,
[type='email']::-ms-input-placeholder,
[type='tel']::-ms-input-placeholder,
[type='search']::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #909090
}

input[type='text']::placeholder,
[type='password']::placeholder,
[type='email']::placeholder,
[type='tel']::placeholder,
[type='search']::placeholder,
textarea::placeholder {
    color: #909090
}

input[type='text']:focus,
[type='password']:focus,
[type='email']:focus,
[type='tel']:focus,
[type='search']:focus,
textarea:focus {
    border: 1px solid rgba(24, 255, 0, 0.5)
}

input[type='text']:-webkit-autofill,
[type='password']:-webkit-autofill,
[type='email']:-webkit-autofill,
[type='tel']:-webkit-autofill,
[type='search']:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-animation-name: autofill-fix;
    -webkit-animation-fill-mode: both
}

@-webkit-keyframes autofill-fix {
    to {
        color: #fff;
        background: #c4c4c4
    }
}

input[type='text'][class*="edge-auto"],
[type='password'][class*="edge-auto"],
[type='email'][class*="edge-auto"],
[type='tel'][class*="edge-auto"],
[type='search'][class*="edge-auto"],
textarea[class*="edge-auto"] {
    color: #fff !important;
    background-color: #c4c4c4 !important
}

input[type='text'][class*="edge-auto"]:focus,
[type='password'][class*="edge-auto"]:focus,
[type='email'][class*="edge-auto"]:focus,
[type='tel'][class*="edge-auto"]:focus,
[type='search'][class*="edge-auto"]:focus,
textarea[class*="edge-auto"]:focus {
    color: #fff !important;
    background-color: #c4c4c4 !important
}

textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 10px;
    resize: none;
    font-family: inherit;
    font-size: inherit
}

label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.form__title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase
}

.form__input {
    position: relative;
    width: 100%;
    margin-bottom: 10px
}

.form__input.error .form__error-message,
.form__input.form__input--error .form__error-message {
    display: block;
    text-align: left
}

.form__input.error input[type='text'],
.form__input.form__input--error input[type='text'],
.form__input.error [type='password'],
.form__input.form__input--error [type='password'],
.form__input.error [type='email'],
.form__input.form__input--error [type='email'],
.form__input.error [type='tel'],
.form__input.form__input--error [type='tel'],
.form__input.error textarea,
.form__input.form__input--error textarea,
.form__input.error .selectric,
.form__input.form__input--error .selectric {
    border-color: #f00
}

.form__input__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form--modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 320px;
    margin: 0 auto
}

.form--modal .pass-switch {
    top: 20px
}

.form__section {
    width: 100%
}

.form__section--avatar {
    width: 100%
}

.form__section--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__section--title {
    margin: 5px 0 25px 0
}

.form__section--description {
    text-align: center;
    font-size: 19px
}

.form__error-message {
    display: none;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #e10d00
}

.form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.form__item--label {
    width: 150px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.form__buttons .button {
    margin-bottom: 10px
}

.checkbox {
    text-align: left
}

.checkbox label {
    display: inline-block;
    width: auto;
    font-family: 'Roboto', sans-serif
}

.checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.checkbox input[type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/backgrounds/cross.png");
    background-repeat: no-repeat;
    background-position: center
}

.checkbox input[type="checkbox"]+label {
    position: relative;
    left: 0;
    min-height: 24px;
    padding-left: 36px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif
}

.checkbox input[type="checkbox"]+label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: #000;
    border: 1px solid #474646;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.checkbox a {
    text-decoration: underline
}

.checkbox a:hover {
    color: #e10d00;
    text-decoration: none
}

.radio__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

.radio__list label {
    display: block
}

.radio__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.radio label {
    display: inline-block;
    width: auto
}

.radio input[type="radio"] {
    position: absolute;
    left: -9999px;
    opacity: 0
}

.radio input[type="radio"]:checked+label:before {
    background-image: url("../img/backgrounds/cross.png");
    background-repeat: no-repeat;
    background-position: center
}

.radio input[type="radio"]+label {
    position: relative;
    min-height: 24px;
    padding-left: 36px;
    line-height: 24px;
    cursor: pointer
}

.radio input[type="radio"]+label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: #000;
    border: 1px solid #474646;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.radio--vertical .radio__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.radio--vertical .radio__item img {
    margin-bottom: 10px
}

.radio--vertical input[type="radio"]+label {
    padding-left: 0;
    text-transform: uppercase
}

.radio--vertical input[type="radio"]+label:before {
    position: static;
    display: block;
    margin: 0 auto 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.radio a {
    text-decoration: underline
}

.radio a:hover {
    color: #e10d00;
    text-decoration: none
}

.form__input__notification {
    font-size: 12px;
    color: #fdca0b;
    text-align: center;
    margin-bottom: 5px
}

.form__input .amount {
    position: relative
}

.form__input .amount input {
    padding-right: 40px
}

.form__input .amount span {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #909090
}

.pass-switch {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 25px;
    font-size: 13px;
    color: #fff;
    cursor: pointer
}

.pass-switch.icon-hide {
    margin-top: -1px;
    font-size: 18px
}

#change-password-required {
    max-width: 280px
}

.selectric-hide-select.error~.selectric {
    border-color: #f00
}

.games__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@supports (display:grid) {
    .games__list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
        grid-gap: 15px;
        margin: auto
    }
}

.games__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px
}

.games__item__wrapper {
    position: relative
}

.games__item__img {
    position: relative;
    overflow: hidden;
    padding-top: 67.25%;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    background: #001621
}

.games__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.games__item:hover .games__item__overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.games__item__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.games__item__name {
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-overflow: ellipsis
}

.games__tag {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    top: 0;
    left: -13px;
    background-size: 100%
}

div.vote-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px
}

div.vote-block {
    position: relative
}

div.vote-hover {
    float: left;
    cursor: pointer
}

div.vote-stars {
    position: absolute;
    left: 0;
    top: 0
}

div.vote-active {
    position: absolute;
    left: 0;
    top: 0
}

div.vote-result {
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 190px
}

div.vote-success {
    display: none;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px
}

.game__header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.game__header .button--t1 {
    display: none
}

.game__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7)
}

.game__wrapper iframe {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform .05s linear;
    transition: -webkit-transform .05s linear;
    transition: transform .05s linear;
    transition: transform .05s linear, -webkit-transform .05s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.game__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 25px;
    line-height: 1
}

.game__title .game__img--mobile {
    display: none
}

.game__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.game__params {
    padding: 0 25px 45px 25px
}

.game__params__list {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: auto;
    grid-gap: 10px;
    margin-top: 45px
}

.game__params__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.game__params__list p {
    width: 50%;
    margin: 0
}

.game__params__list span {
    width: 50%;
    color: #ef0000
}

.game__info {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
    background-color: #001621;
    display: block
}

.game__info .showinfo {
    height: 100%;
    display: block
}

.game__info__more {
    text-align: center;
    margin: auto;
    font-size: 16px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100px
}

.game__info__more a:after {
    content: '\E001';
    font-family: "iconfont";
    display: block
}

.game__info__more a:hover {
    color: #edbc34
}

.game__info .widgets {
    width: 100%;
    padding: 40px 25px;
    border-top: 1px solid #474646;
    border-bottom: 1px solid #474646
}

.game__info .games__list {
    width: 100%
}

.game__description {
    padding: 40px 25px
}

.game__description ul,
.game__description ol {
    padding: 0 0 0 20px;
    margin-bottom: 20px
}

.game__description ul li,
.game__description ol li {
    display: list-item
}

.game__description ol li {
    list-style-type: decimal
}

.game__description ul li {
    list-style-type: disc
}

.game__description table[style] {
    width: 100% !important
}

.game__description__title {
    display: none;
    margin-bottom: 25px
}

.game__description p {
    line-height: 27px;
    text-align: justify;
    padding-bottom: 35px
}

.game__description .button.button--s1 {
    clear: both;
    width: 185px
}

.game__img {
    padding-right: 25px;
    padding-top: 5px;
    max-height: 135px;
    margin-bottom: 25px
}

.game__groups a {
    text-decoration: underline
}

.game__groups a:hover {
    text-decoration: none
}

.container--game .game__wrapper {
    background-color: #001621
}

.container--game .game__wrapper .game__play__button {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s
}

.container--game .game__wrapper .game__play__button:before {
    content: '';
    width: 0;
    height: 0;
    margin-left: 10px;
    border-top: 25px solid transparent;
    border-left: 35px solid #fff;
    border-bottom: 25px solid transparent
}

.container--game .game__wrapper .game__play__button:hover {
    -webkit-box-shadow: 0 0 20px 5px #bd0800;
    box-shadow: 0 0 20px 5px #bd0800
}

.container--game .game__wrapper .game__img__placeholder {
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
    opacity: .3;
    pointer-events: none
}

.icon-fav {
    font-size: 18px
}

.icon-fav.active {
    color: #e10d00
}

.games-favorites {
    width: calc(100vw - 62px);
    max-width: 1820px
}

.games-favorites__wrapping {
    max-width: 1870px;
    padding: 25px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    background-color: #303030;
    border-radius: 0 0 15px 15px
}

.games-favorites .games__item {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-shadow: none;
    box-shadow: none
}

.games__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.games__menu {
    width: 100%;
    font-weight: 300;
    font-size: 16px
}

.games__menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.games__menu li a i {
    font-size: 28px;
    color: #9e9e9e
}

.games__menu li a.active {
    color: #18ff00
}

.games__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.games__sort__title {
    font-size: 13px;
    font-weight: 500
}

.games__sort ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.games__sort ul li {
    padding: 0 15px;
    height: 25px;
    width: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdca0b), color-stop(50%, #ffba00), to(#f04e23));
    background: linear-gradient(to bottom, #fdca0b 0%, #ffba00 50%, #f04e23 100%);
    line-height: 25px;
    font-weight: 700;
    margin-left: 10px;
    text-align: center
}

.games-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
    padding: 15px 0
}

.games-types__wrapper {
    background: #eee;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25)
}

.games-types li {
    text-align: center
}

.games-types li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s
}

.games-types li a:hover {
    color: #ca1a12;
    text-shadow: 0 1px 10px rgba(202, 26, 18, 0.5)
}

.games-types li a i {
    font-size: 32px;
    color: #e10d00;
    margin-bottom: 5px
}

.gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px
}

.gift p {
    margin-bottom: 0
}

.gift img {
    margin-right: 10px
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 95px;
    width: 325px
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 15px;
    font-size: 16px
}

.header-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.header-menu__item:not(:last-of-type) {
    margin-right: 15px
}

.header-menu__item a.active {
    color: #18ff00
}

.jackpots {
    width: 95%;
    margin-left: auto;
    margin-right: auto
}

.jackpots ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    background: #000;
    border-top: 1px solid #474646;
    font-weight: 700;
    text-transform: uppercase
}

.jackpots ul li span:nth-of-type(1) {
    width: 25%;
    font-size: 15px;
    text-align: center
}

.jackpots ul li span:nth-of-type(2) {
    width: 25%;
    text-align: left;
    color: #909090;
    padding-left: 20px
}

.jackpots ul li span:nth-of-type(3) {
    width: 50%;
    text-align: right;
    padding-right: 10px
}

.jackpots ul li .gold {
    color: #a4601e;
    text-shadow: 0 1px 1px #ffeb00;
    background: #ffd401;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd401), color-stop(33%, #fdc106), color-stop(66%, #faa80c), to(#f15821));
    background: linear-gradient(to bottom, #ffd401 0%, #fdc106 33%, #faa80c 66%, #f15821 100%)
}

.jackpots ul li .silver {
    text-shadow: 0 1px 1px #fff;
    color: #5f5f5f;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(69%, #999), color-stop(69%, #999), to(#474747));
    background: linear-gradient(to bottom, #fff 0%, #999 69%, #999 69%, #474747 100%)
}

.jackpots ul li .bronze {
    color: #4e2100;
    text-shadow: 0 1px 1px #ffeb00;
    background: #ffa200;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa200), to(#522801));
    background: linear-gradient(to bottom, #ffa200 0%, #522801 100%)
}

.jackpots ul li .ultimate {
    color: #901c1c;
    text-shadow: 0 1px 1px #ff7d7d;
    background: #ff5a00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5a00), color-stop(50%, #ff001e), to(#590000));
    background: linear-gradient(to bottom, #ff5a00 0%, #ff001e 50%, #590000 100%)
}

.lang {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 75px;
    height: 30px;
    margin: 1px 0
}

.lang-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.lang-select li,
.lang-select li a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lang-select li.active,
.lang-select li a.active {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    pointer-events: none
}

.lang-select li.active:before,
.lang-select li a.active:before {
    content: '';
    position: absolute;
    top: 12px;
    right: 5px;
    z-index: 2;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.lang-select li {
    min-height: 30px;
    padding: 5px
}

.lang-select li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 10px);
    padding: 5px;
    margin: -5px
}

.lang-select li a:hover {
    background-color: rgba(204, 204, 204, 0.5)
}

.lang-select li img {
    display: block;
    width: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.lang-select li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.lang-select li:hover {
    cursor: pointer
}

.lang-select.open {
    z-index: 1;
    height: auto;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.lang-select.open li {
    background: #000
}

.lang-select.open .active::before {
    top: 12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.lang--mobile {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    margin: auto
}

.lang--mobile:before,
.lang--mobile:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(71, 70, 70, 0)), color-stop(50%, #474646), to(rgba(71, 70, 70, 0)));
    background: linear-gradient(90deg, rgba(71, 70, 70, 0) 0%, #474646 50%, rgba(71, 70, 70, 0) 100%)
}

.lang--mobile:before {
    top: 0
}

.lang--mobile:after {
    bottom: 0
}

.lang--mobile li {
    height: 25px;
    width: 40px;
    margin: 0 5px
}

.lang--mobile li.active {
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 3px #fff;
    box-shadow: 0 0 3px #fff
}

.lang--mobile li a {
    width: 40px;
    height: 25px
}

.lang--mobile li img {
    display: block;
    width: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.dot {
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-animation: rotation 2.5s ease infinite;
    animation: rotation 2.5s ease infinite;
    margin-bottom: 15px
}

.dot:before {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    -webkit-animation: dot 2.5s ease infinite;
    animation: dot 2.5s ease infinite
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dot {

    0%,
    95%,
    100% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-position: center top, 59px 5px, 73px 20px, right center, 73px 59px, 59px 73px, center bottom
    }

    3% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none
    }

    12% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none
    }

    15% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none
    }

    19% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none
    }

    25% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none, none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none, none
    }

    28% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none, none, none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none, none, none
    }

    31% {
        background-image: none, none, none, none, none, none, none
    }

    32% {
        background-image: none, none, none, none, none, none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, none, none, none, none, none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }

    40% {
        background-image: none, none, none, none, none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, none, none, none, none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }

    43% {
        background-image: none, none, none, none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, none, none, none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }

    54% {
        background-image: none, none, none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, none, none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }

    64% {
        background-image: none, none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }

    72% {
        background-image: none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }
}

@keyframes dot {

    0%,
    95%,
    100% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-position: center top, 59px 5px, 73px 20px, right center, 73px 59px, 59px 73px, center bottom
    }

    3% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none
    }

    12% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none
    }

    15% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none
    }

    19% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none
    }

    25% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none, none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none, none
    }

    28% {
        background-image: radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none, none, none;
        background-image: radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), none, none, none, none, none, none
    }

    31% {
        background-image: none, none, none, none, none, none, none
    }

    32% {
        background-image: none, none, none, none, none, none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, none, none, none, none, none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }

    40% {
        background-image: none, none, none, none, none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, none, none, none, none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }

    43% {
        background-image: none, none, none, none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, none, none, none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }

    54% {
        background-image: none, none, none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, none, none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }

    64% {
        background-image: none, none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }

    72% {
        background-image: none, radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50%, at 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-image: none, radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), radial-gradient(closest-side at 50% 50%, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, #ccc, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))
    }
}

.form--login .forgot-link {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: right;
    text-decoration: underline
}

.form--login .forgot-link:hover {
    text-decoration: none;
    color: #e10d00
}

.form--login .form__input--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.form--login .form__input.checkbox {
    line-height: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.loyalty {
    padding: 25px 15px
}

.loyalty__item {
    padding: 10px 20px 1px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 5px
}

.loyalty-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px
}

.loyalty-list span:first-of-type {
    font-weight: bold
}

.loyalty-list span:last-of-type {
    padding-left: 20px;
    text-align: right;
    color: #fff
}

.loyalty--diamond {
    background-color: rgba(138, 221, 247, 0.8)
}

.loyalty--platinum {
    background-color: rgba(69, 121, 137, 0.8)
}

.loyalty--gold {
    background-color: rgba(156, 128, 86, 0.8)
}

.loyalty--silver {
    background-color: rgba(145, 145, 145, 0.8)
}

.loyalty--black {
    background-color: rgba(0, 0, 0, 0.8)
}

.msg {
    width: 100%
}

.msg__list {
    width: 100%
}

.msg__list li {
    position: relative;
    padding: 10px 0 15px
}

.msg__list li:not(:last-of-type) {
    border-bottom: 1px solid #dcdcdc
}

.msg__list li span {
    position: absolute;
    top: 15px;
    right: 0
}

.msg__list li p {
    margin-bottom: 0
}

.msg__title {
    margin: 0 80px 20px 0
}

.msg__footer {
    margin: 20px 0
}

.mfp-content .wrapping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.25);
    background: #001621;
    color: #fff;
    outline: none
}

.mfp-content .wrapping h3 {
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 45px;
    background: #1f1f1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#010000));
    background: linear-gradient(to bottom, #1f1f1f 0%, #010000 100%);
    -webkit-box-shadow: inset 0 -1px 0 0 #474646;
    box-shadow: inset 0 -1px 0 0 #474646
}

.mfp-content .wrapping p span {
    color: #f33
}

.modal__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, auto));
    grid-gap: 25px
}

.modal__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal__list li a {
    margin: 5px 0
}

.modal__content {
    padding: 25px 85px
}

.modal__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 360px;
    margin: auto
}

.modal__buttons .button {
    margin: 10px
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-content {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-content {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top.mfp-wrap {
    top: 70px
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    max-width: 100%
}

.mfp-move-from-top .mfp-content {
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.mfp-move-from-top.mfp-bg {
    z-index: 9;
    opacity: 0
}

.mfp-move-from-top.mfp-ready .mfp-content {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mfp-move-from-top.mfp-removing {
    -webkit-transition: all 2s;
    transition: all 2s
}

.mfp-move-from-top.mfp-removing .mfp-content {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-wrap.mobile-wrapper.mfp-ready {
    z-index: 9
}

.mfp-wrap.mobile-wrapper.mfp-ready .mfp-content {
    width: 100%;
    max-width: 325px;
    height: 100%;
    overflow: auto;
    padding: 0 0 70px 0
}

.mobile-content {
    border: 1px solid #fff
}

.mobile-wrapper .mfp-close {
    top: 0;
    right: 0;
    font-size: 24px;
    color: rgba(222, 222, 222, 0.1)
}

.mobile-wrapper .mfp-container {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.mobile-wrapper.mfp-bg {
    z-index: 9;
    background: rgba(0, 0, 0, 0.9);
    opacity: 1;
    ransition: all .5s
}

.mobile-wrapper.mfp-ready .mfp-container {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0
}

.mobile-wrapper.mfp-removing {
    -webkit-transition: all .5s;
    transition: all .5s
}

.mobile-wrapper.mfp-removing.mfp-container {
    opacity: 0;
    ransition: all .5s
}

.mobile-wrapper.mfp-removing.mfp-bg {
    opacity: 0;
    ransition: all .5s
}

.news__list {
    padding: 25px 15px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #474646;
    padding-bottom: 20px
}

.news__item__title {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-decoration: none
}

.news__img {
    position: relative;
    padding-bottom: 230px;
    width: 100%;
    max-width: 600px;
    background: #dcdcdc;
    margin: 0 auto 25px
}

.news__img.no__image {
    border: 1px solid #999;
    background: transparent
}

.news__img.no__image img {
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news__img--sm {
    position: relative;
    width: 265px;
    padding-bottom: 150px;
    background: #dcdcdc
}

.news__img--sm img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.news__img img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.news__status p {
    margin-bottom: 0
}

.news__status--active {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #18ff0b
}

.news__status--over {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #ff0b0b
}

.news__info {
    width: calc(100% - 280px)
}

.news__description {
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 10px
}

.news__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: #474646;
    position: relative
}

.news__date i {
    padding-right: 10px
}

.news__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news__title {
    margin-bottom: 25px
}

.news__link {
    color: #febb01;
    font-weight: bold;
    text-transform: uppercase
}

.pager {
    padding: 25px 0;
    margin: 0 auto;
    color: #909090;
    font-weight: 500
}

.pager__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pager__item {
    margin: 0 2px;
    line-height: 28px
}

.pager__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 1;
    text-decoration: underline;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3c3a3a), to(#2a2828));
    background: linear-gradient(to bottom, #3c3a3a 1%, #2a2828 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 0 1px #000;
    box-shadow: 0 1px 0 1px #000;
    -webkit-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s
}

.pager__item a:hover {
    text-decoration: none
}

.pager__item--active a {
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdca0b), color-stop(50%, #ffba00), to(#f04e23));
    background: linear-gradient(to bottom, #fdca0b 0%, #ffba00 50%, #f04e23 100%);
    border: none;
    cursor: text
}

.pager__item--active a:hover {
    color: #000
}

.pager__item--load-more .button {
    margin: 0 auto
}

.pager--prev a,
.pager--next a {
    width: unset;
    padding: 0 10px;
    text-transform: uppercase
}

.hidden {
    display: none
}

.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners span:before {
    content: '';
    display: block;
    height: 40px;
    width: 3px;
    margin: 0 10px 2px;
    background-color: #666
}

.points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px
}

.points__title {
    margin-right: 5px
}

.points__value {
    text-align: left
}

.preloader {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    border: 4px solid #e10d00;
    border-bottom-color: #dcdcdc;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: spin .75s infinite linear;
    animation: spin .75s infinite linear
}

.preloader__wrapper {
    position: fixed;
    z-index: 9000;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #dcdcdc
}

.account-point {
    display: block;
    border: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    background: #474646;
    border-radius: 50%;
    cursor: pointer
}

.sidebar__menu {
    width: 100%;
    font-weight: 700
}

.sidebar__menu li {
    height: 30px
}

.sidebar__menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0
}

.sidebar__menu li a:hover,
.sidebar__menu li a.active {
    color: #e10d00
}

.profile-socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.profile-socials__list li {
    margin: 0 5px
}

.profile-socials__list li.active .icon-fbh,
.profile-socials__list li:hover .icon-fbh {
    color: #384e94
}

.profile-socials__list li.active .icon-gph,
.profile-socials__list li:hover .icon-gph {
    color: #dc3000
}

.profile-socials__list li.active .icon-vkh,
.profile-socials__list li:hover .icon-vkh {
    color: #4a6c9e
}

.profile-socials__list--wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.profile-socials__list--wrapper .profile-socials__list {
    width: auto
}

.promo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@supports (display:grid) {
    .promo__list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-column-gap: 40px
    }
}

.promo__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21%;
    flex: 0 1 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 35px
}

.promo__img {
    position: relative;
    background: #dcdcdc;
    border-radius: 50%;
    padding-bottom: 100%;
    width: 100%;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px
}

.promo__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%
}

.promo__params {
    margin-bottom: 25px;
    width: 100%
}

.promo__params li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b8b8b8;
    padding: 10px 5px
}

.promo__params li span {
    color: #000
}

.registration-fast {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 300px;
    padding: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #b4b4b4;
    border-radius: 10px
}

.registration-fast .socials__list {
    margin-bottom: 15px
}

.registration-fast .button {
    width: 100%
}

.registration-fast__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
    margin-right: 25px;
    text-transform: uppercase;
    color: #18ff00;
    font-weight: 500;
    font-size: 13px
}

.registration-fast__link i {
    padding-right: 5px
}

.form--registration,
.form--login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    margin: auto
}

.form--registration .form__input,
.form--login .form__input {
    margin-bottom: 20px;
    max-width: 400px
}

.form--registration .form__input__wrapper,
.form--login .form__input__wrapper {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset
}

.form--registration .form__input__wrapper label,
.form--login .form__input__wrapper label {
    font-size: 20px
}

.form--registration .socials__list,
.form--login .socials__list {
    font-size: 42px;
    margin-bottom: 25px
}

.form--registration .socials__list .icon-fbh,
.form--login .socials__list .icon-fbh {
    color: #384e94
}

.form--registration .socials__list .icon-vkh,
.form--login .socials__list .icon-vkh {
    color: #4a6c9e
}

.form--registration .socials__list .icon-gph,
.form--login .socials__list .icon-gph {
    color: #dc3000
}

.form--registration .socials__list i:hover,
.form--login .socials__list i:hover {
    color: #fff
}

.form--registration .socials__list li,
.form--login .socials__list li {
    margin: 0 10px
}

.form--registration label,
.form--login label {
    position: absolute;
    left: 20px;
    z-index: 1;
    display: block;
    width: auto;
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none
}

.form--registration label.email:before,
.form--login label.email:before {
    content: "\E006"
}

.form--registration label.login:before,
.form--login label.login:before {
    content: "\E01B"
}

.form--registration label.code:before,
.form--login label.code:before {
    content: "\E016"
}

.form--registration label.gender:before,
.form--login label.gender:before {
    content: "\E00A"
}

.form--registration label.password:before,
.form--login label.password:before {
    content: "\E012"
}

.form--registration label.calendar:before,
.form--login label.calendar:before {
    content: "\E001"
}

.form--registration label.currency:before,
.form--login label.currency:before {
    content: "\E004"
}

.form--registration input[type='text'],
.form--login input[type='text'],
.form--registration [type='password'],
.form--login [type='password'],
.form--registration [type='email'],
.form--login [type='email'],
.form--registration [type='tel'],
.form--login [type='tel'] {
    height: 60px;
    font-size: 16px;
    padding-left: 50px;
    color: #fff;
    border-radius: 15px;
    border: 2px solid #023351;
    background-color: rgba(0, 0, 0, 0.39)
}

.form--registration .checkbox input[type="checkbox"]+label,
.form--login .checkbox input[type="checkbox"]+label {
    font-size: 12px
}

.form--registration .checkbox input[type="checkbox"]+label:before,
.form--login .checkbox input[type="checkbox"]+label:before {
    width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    border: 2px solid #fff
}

.form--registration .checkbox input[type="checkbox"]:checked+label:before,
.form--login .checkbox input[type="checkbox"]:checked+label:before {
    border-color: #478cf1
}

.form--registration .checkbox input[type="checkbox"]:checked+label:after,
.form--login .checkbox input[type="checkbox"]:checked+label:after {
    background-image: url("../img/backgrounds/check.png")
}

.form--registration .form__input.error .form__error-message,
.form--login .form__input.error .form__error-message {
    text-align: center
}

.form--registration .form__error-message,
.form--login .form__error-message {
    text-align: center
}

.form--registration .pass-switch,
.form--login .pass-switch {
    top: 17px;
    right: 5px
}

.form--registration__wrapper,
.form--login__wrapper {
    width: 100%;
    max-width: 620px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 45px 15px
}

.form--registration .iti__selected-flag,
.form--login .iti__selected-flag {
    padding-left: 20px;
    font-size: 16px
}

.form--registration .iti__arrow,
.form--login .iti__arrow {
    border-top: 4px solid #fff
}

.form--registration .iti__arrow--up,
.form--login .iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #fff
}

.form--registration .selectric,
.form--login .selectric {
    border-radius: 15px;
    border: 2px solid #023351;
    background-color: rgba(0, 0, 0, 0.39)
}

.form--registration .selectric .label,
.form--login .selectric .label {
    height: 60px;
    font-size: 16px;
    line-height: 59px;
    padding-left: 55px;
    padding-right: 40px
}

.form--registration .selectric .button,
.form--login .selectric .button {
    top: 17px;
    right: 5px
}

.form--registration .selectric-below.selectric-open .selectric,
.form--login .selectric-below.selectric-open .selectric {
    border-radius: 15px 15px 0 0;
    border-bottom-color: transparent
}

.form--registration .selectric-below.selectric-open .selectric-items,
.form--login .selectric-below.selectric-open .selectric-items {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid #023351;
    border-radius: 0 0 15px 15px;
    overflow: hidden
}

.form--registration .selectric-open.selectric-above .selectric,
.form--login .selectric-open.selectric-above .selectric {
    border-radius: 0 0 15px 15px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #023351
}

.form--registration .selectric-open.selectric-above .selectric-items,
.form--login .selectric-open.selectric-above .selectric-items {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid #023351;
    border-radius: 15px 15px 0 0;
    overflow: hidden
}

.form--registration .selectric-items li,
.form--login .selectric-items li {
    border-top: 2px solid #023351;
    min-height: 60px;
    font-size: 16px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form--registration .iti__country-list,
.form--login .iti__country-list {
    background: #000;
    border: 2px solid #023351;
    z-index: 10
}

.form--registration .registration__tabs ul.registration__tabs--top,
.form--login .registration__tabs ul.registration__tabs--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.form--registration .registration__tabs ul.registration__tabs--top li,
.form--login .registration__tabs ul.registration__tabs--top li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #fff;
    padding: 0 0 10px 0;
    cursor: pointer
}

.form--registration .registration__tabs ul.registration__tabs--top li.active,
.form--login .registration__tabs ul.registration__tabs--top li.active {
    cursor: default;
    color: #18ff00;
    border-bottom: 2px solid #18ff00
}

.form--registration .registration__tabs--content,
.form--login .registration__tabs--content {
    display: none
}

.form--registration .registration__tabs--content.active,
.form--login .registration__tabs--content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[data-email-tab] i,
[data-phone-tab] i {
    margin-right: 10px
}

.recovery-link {
    text-align: center;
    margin-top: 15px;
    text-decoration: underline
}

.recovery-link:hover {
    text-decoration: none;
    color: #e10d00
}

.form--restore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px
}

.scroll-wrapper {
    position: relative;
    padding: 0 !important;
    overflow: hidden !important
}

.scroll-content {
    position: relative !important;
    top: 0;
    left: 0;
    width: auto !important;
    max-width: none !important;
    height: auto;
    max-height: none;
    padding: 0;
    margin: 0;
    border: none !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    overflow: scroll !important
}

.scroll-content::-webkit-scrollbar {
    width: 0;
    height: 0
}

.scroll-content.scroll-scrolly_visible {
    padding-right: 18px
}

.scroll-element {
    display: none
}

.scroll-element_outer {
    top: 30px !important;
    overflow: hidden
}

.scroll-element_inner {
    top: -60px
}

.scroll-element_track {
    top: -60px !important;
    left: 2px;
    width: 2px !important;
    background-color: #9e9e9e
}

.scroll-element_size {
    top: -60px !important
}

.scroll-element_size,
.scroll-element_inner-wrapper,
.scroll-element_inner,
.scroll-bar,
.scroll-bar-body,
.scroll-bar-body-inner,
.scroll-y,
.scroll-element_outer {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%
}

.scroll-bar {
    background-color: #c4c4c4;
    border-radius: 8px
}

.scroll-bar:hover {
    background-color: #b7b7b7
}

.scroll-draggable .scroll-bar {
    background-color: #ababab
}

.scroll-y {
    display: none;
    top: 0;
    right: 6px;
    width: 6px;
    height: 100%
}

.scroll-scrolly_visible.scroll-y.scroll-element_arrows_visible {
    display: block
}

.scroll--void .scroll-content {
    padding-right: 10px
}

.scroll-arrow {
    position: absolute;
    left: -3px;
    z-index: 11;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.scroll-arrow::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e
}

.scroll-arrow:hover::before {
    border-color: #858585
}

.scroll-arrow_less {
    top: 15px
}

.scroll-arrow_less::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.scroll-arrow_more {
    bottom: 5px
}

.scroll-arrow_more::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px
}

.search input {
    width: 100%;
    padding-right: 35px
}

.search-button {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    font-size: 24px;
    color: #a5a5a5
}

.search-wrapping .search-button {
    color: #fff
}

.search-wrapping .mfp-close {
    display: none
}

.icon-search {
    font-size: 18px
}

[data-search] {
    margin: 0 15px
}

.text-block {
    /*height: 220px;*/
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    /*overflow: auto;*/
    -webkit-box-shadow: inset 0 1px 0 0 #474646;
    box-shadow: inset 0 1px 0 0 #474646;
    background: #001621
}

.store__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@supports (display:grid) {
    .store__list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        grid-column-gap: 40px
    }
}

.store__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21%;
    flex: 0 1 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 35px
}

.store__img {
    position: relative;
    background: #dcdcdc;
    border-radius: 50%;
    padding-bottom: 100%;
    width: 100%;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px
}

.store__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%
}

.store__title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px
}

.store__description {
    margin-bottom: 25px;
    width: 100%
}

.form-sign-in .form__input {
    width: 130px;
    margin-bottom: 0;
    margin-right: 10px
}

.form-sign-in .form__input label {
    display: none
}

.form-sign-in .form__input input {
    height: 25px;
    background: #474646;
    color: #fff
}

.form-sign-in .form__input.password {
    position: relative
}

.form-sign-in .form__input.password .forgot-link {
    position: absolute;
    left: 0;
    line-height: 1;
    font-size: 10px;
    color: #bcbec0;
    text-decoration: underline;
    top: 30px
}

.form-sign-in .form__input.password .forgot-link:hover {
    text-decoration: none
}

.slider-games {
    position: relative;
    padding-top: 50px
}

.slider-games__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-games__slide .games__item {
    width: calc(50% - 5px);
    margin-bottom: 10px
}

.slider-games--big.games__item {
    width: 100%
}

.slider__main {
    width: 610px;
    max-height: 235px;
    background: #001621;
    height: 100%
}

.slider__main .swiper-arrow--prev {
    left: 20px
}

.slider__main .swiper-arrow--next {
    right: 20px
}

.slider__main-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.slider__main .swiper-pagination {
    top: 10px;
    right: 15px;
    height: 14px;
    padding-right: 15px;
    text-align: right
}

.slider__main .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 2px 1px 0 #000, 0 1px 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 1px 0 #000, 0 1px 1px 0 rgba(255, 255, 255, 0.2)
}

.slider__main .swiper-pagination-bullet-active {
    background: #000
}

.slider-news {
    position: relative;
    padding-top: 50px
}

.slider-news__title {
    font-size: 18px;
    margin-bottom: 25px
}

.slider-news__item {
    overflow: hidden
}

.slider-news__img {
    position: relative;
    padding-bottom: 56%;
    background: #dcdcdc
}

.slider-news__img img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider-news__description {
    padding: 25px 0;
    font-size: 16px;
    line-height: 24px
}

.slider-news__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right
}

.swiper-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.swiper-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer
}

.swiper-arrow:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-left: 3px solid #e10d00;
    border-bottom: 3px solid #e10d00
}

.swiper-arrow.swiper-button-disabled:before {
    border-color: rgba(35, 35, 35, 0.2)
}

.swiper-arrow:hover::before {
    border-color: rgba(35, 35, 35, 0.2)
}

.swiper-arrow--prev {
    left: -60px
}

.swiper-arrow--prev::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swiper-arrow--next {
    right: -60px
}

.swiper-arrow--next::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.section__header .swiper-pagination {
    position: relative;
    z-index: auto;
    height: 9px;
    margin-right: 180px;
    text-align: left;
    line-height: 9px;
    white-space: normal
}

.section__header .swiper-pagination-bullet {
    display: inline-block;
    width: 40px;
    height: 9px;
    margin: 0 5px;
    background-color: rgba(35, 35, 35, 0.2);
    border-radius: 20px;
    cursor: pointer
}

.section__header .swiper-pagination-bullet-active {
    background-color: #e10d00
}

.socials {
    text-align: center
}

.socials>p {
    width: 110%;
    margin-left: -5%
}

.socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px
}

.socials__list li {
    margin: 0 2px
}

.socials__list li:first-child {
    margin-left: 0
}

.socials__list li:last-child {
    margin-right: 0
}

.socials__list li:hover {
    color: #9e9e9e
}

.status__active {
    color: #00c745
}

.status__canceled {
    color: #e91414
}

.status__pending {
    color: $col-base-yellow-5
}

.support {
    height: 220px;
    padding: 20px 15px;
    -webkit-box-shadow: inset 0 1px 0 0 #474646;
    box-shadow: inset 0 1px 0 0 #474646;
    background: #001621
}

.support__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.support__item i {
    margin-right: 10px
}

.tables__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@supports (display:grid) {
    .tables__list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
        grid-gap: 5px;
        margin: auto
    }
}

.tables__item {
    border: 1px solid rgba(35, 35, 35, 0.2);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25)
}

.tables__item__img {
    position: relative;
    overflow: hidden;
    padding-top: 125%;
    background: #dcdcdc
}

.tables__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.tables__item__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.tables__item:hover .tables__item__overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.tables__item .online,
.tables__item .offline {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #b8b8b8;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 15px
}

.tables__item .online:before,
.tables__item .offline:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 5px
}

.tables__item .online {
    color: #00c745
}

.tables__item .online:before {
    background: #00c745
}

.tables__item .offline {
    color: #e10d00
}

.tables__item .offline:before {
    background: #e10d00
}

.tables__name {
    font-size: 18px;
    margin-bottom: 0
}

.tables__description {
    padding: 20px
}

.tables__description li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b8b8b8;
    font-size: 12px
}

.tables__description li span {
    color: #fff
}

.table {
    min-width: 100%
}

.table tbody tr.active {
    color: #18ff00
}

.table tbody tr.active .account-point {
    background: #c6ff62;
    background: -webkit-gradient(linear, left top, left bottom, from(#c6ff62), color-stop(50%, #00c309), to(#006017));
    background: linear-gradient(to bottom, #c6ff62 0%, #00c309 50%, #006017 100%)
}

.table-list table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed
}

.table-list thead {
    color: #fff;
    font-size: 18px
}

.table-list tbody tr:nth-of-type(odd) {
    background: #000
}

.table-list th {
    font-size: 14px;
    font-weight: 700
}

.table-list th,
.table-list td {
    padding: 10px 5px;
    word-break: break-word;
    border: 1px solid #474646
}

.table-list td {
    text-align: center
}

.table-list td>button,
.table-list td a {
    margin: auto
}

.table-list td img {
    max-height: 110px
}

.table-grid {
    min-width: 100%
}

.table-grid table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 0 none
}

.table-grid table thead tr {
    display: none
}

.table-grid table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@supports (display:grid) {
    .table-grid table tbody {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 25px;
        margin: auto
    }
}

.table-grid table tr {
    display: block;
    overflow: hidden;
    border: 1px solid #474646;
    border-radius: 10px;
    padding: 20px
}

.table-grid table td {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    padding-left: 50%;
    min-height: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.table-grid table td:not(:last-child) {
    margin-bottom: 10px
}

.table-grid table td p {
    width: 100%
}

.table-grid table td:before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 50%;
    color: #b8b8b8;
    padding: 10px 0;
    line-height: normal;
    text-align: left
}

.table__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.table__controls>h3 {
    margin-bottom: 0
}

.table-grid table td p {
    width: 100%;
    font-size: 13px
}

.status__active {
    color: #00c745
}

.status__pending {
    color: #ffa500
}

.status__canceled {
    color: #e10d00
}

.tabs__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle
}

.tabs__caption li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: 1
}

.tabs__caption li:not(:last-child) {
    margin-right: 15px
}

.tabs__caption li.active:before {
    background-image: url("../img/backgrounds/cross-green.png");
    background-repeat: no-repeat;
    background-position: center
}

.tabs__caption li:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: #000;
    border: 1px solid #474646
}

.tabs__content {
    display: none
}

.tabs__content.active {
    display: block
}

.tournament {
    padding: 25px 15px
}

.tournament__top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tournament__left,
.tournament__right {
    width: 50%
}

.tournament__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tournament__point {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 275px;
    max-width: 275px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #eee;
    border-radius: 100%;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.tournament__point p {
    margin-bottom: 0
}

.tournament .slider-games {
    padding-top: 0
}

.tournament-stat li {
    margin-bottom: 30px;
    font-size: 18px
}

.tournament-stat li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.tournament-stat li p>span:last-of-type {
    margin-left: 10px
}

.tournament-winners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 15px
}

@supports (display:grid) {
    .tournament-winners {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        grid-gap: 25px;
        margin: auto
    }
}

.tournament-winners__item {
    position: relative;
    padding: 30px 15px;
    font-size: 14px;
    background: #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tournament-winners__item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tournament-winners__item li:not(:last-of-type) {
    margin-bottom: 10px
}

.tournament-winners__item li span:first-of-type {
    color: #b8b8b8
}

.transactions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@supports (display:grid) {
    .transactions__list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-column-gap: 50px
    }
}

.transactions__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21%;
    flex: 0 1 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    background: #dcdcdc;
    border-radius: 10px;
    padding: 20px 10px 40px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25)
}

.transactions__img {
    width: 150px;
    height: 150px;
    background: #c4c4c4;
    margin: 0 auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.transactions__img img {
    height: auto;
    width: 80%;
    -o-object-fit: cover;
    object-fit: cover
}

.transactions__description {
    text-align: center;
    padding: 25px 0;
    line-height: 21px;
    width: 100%
}

.form--upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 280px;
    max-width: 100%
}

.form--upload input[type="file"] {
    display: none
}

.form--upload .button {
    margin-bottom: 20px
}

.form--upload-rules {
    font-size: 14px
}

.user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.user-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
    margin-right: 10px
}

.user-info__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.user-info__links .button--logout {
    display: none
}

.user__balance {
    margin-right: 10px
}

.user__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.user__area--top,
.user__area--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user__area--bottom {
    margin-top: 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.user__area--bottom .button {
    margin-left: 10px
}

.user__name {
    display: block;
    max-width: 120px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.user__name__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    text-decoration: underline
}

.user__name__wrapper:hover {
    text-decoration: none
}

.user__name__wrapper span {
    margin-right: 5px
}

.user__avatar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #fff
}

.user__avatar img {
    width: 100%;
    heigh: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.user-loyalty {
    font-size: 14px;
    color: #929292
}

.user-loyalty li {
    margin-bottom: 10px
}

.user-loyalty li .value {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.user-menu__name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    color: #fff
}

.user-menu__name span {
    display: block;
    max-width: 135px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.user-menu__name:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(71, 70, 70, 0.5)), color-stop(50%, #474646), to(rgba(71, 70, 70, 0)));
    background: linear-gradient(90deg, rgba(71, 70, 70, 0.5) 0%, #474646 50%, rgba(71, 70, 70, 0) 100%)
}

.user-menu__name i {
    font-size: 20px
}

.user-menu__item {
    padding: 10px 0
}

.user-menu__wrapper {
    display: none
}

.user-menu__wrapper.opened {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 225px;
    padding: 25px 15px;
    font-size: 14px;
    color: #999;
    font-weight: 600;
    border: 1px solid #474646;
    background: #000
}

.view-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}

.view-switcher i {
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer
}

.view-switcher i.active {
    color: #18ff00
}

.widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widgets__title {
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 24px;
    color: #18ff00;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

.widgets__item {
    width: 100%;
    height: 110px;
    -webkit-box-shadow: inset 0 1px 0 0 #474646;
    box-shadow: inset 0 1px 0 0 #474646;
    background: #001621
}

.widgets__title.jackpot {
    color: #ffba00
}

.winners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px
}

.winners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    background: #000;
    border-top: 1px solid #474646
}

.winners__img {
    height: 18px;
    width: 24px;
    overflow: hidden
}

.winners__img img {
    height: 100%
}

.winners__name {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #909090;
    text-align: left;
    padding: 0 10px
}

.winners__value {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap
}

.winners .swiper-container {
    height: 100%;
    width: 95%
}

.mobile-bar {
    display: none
}

.mobile-bar__layout {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px
}

@supports (display:grid) {
    .mobile-bar__layout {
        display: grid;
        grid-template-columns: 75px auto 75px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.mobile-bar__layout>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-bar--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.mobile-bar--left>* {
    margin-right: 20px
}

.mobile-bar--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-bar--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mobile-bar--right>* {
    margin-left: 20px
}

/*.mobile-bar--top {
    display: none
}*/

.mobile-bar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #888
}

.mobile-bar-menu li {
    position: relative;
    margin: 0 2px
}

.mobile-bar-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mobile-bar-menu li a.active {
    color: #fff
}

.mobile-bar-menu li a:before {
    font-size: 22px;
    margin-bottom: 2px
}

.mobile-bar-menu .close {
    color: #fff
}

.mobile-bar-menu .close:before {
    content: "\E006"
}

.mobile-bar-menu .icon-money {
    color: #e84f18
}

.mobile-bar-menu .bonus__counter {
    position: absolute;
    top: -3px;
    right: 0;
    display: block;
    text-align: center;
    line-height: 15px;
    width: 15px;
    height: 15px;
    font-size: 9px;
    font-weight: 400;
    color: #fff;
    background: #9f1800;
    border-radius: 8px
}

.mobile-bar .icon-menu.active:before {
    content: '\E001';
    width: 36px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-bar-fixed-top {
    position: fixed;
    z-index: 8;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 5px #000;
    box-shadow: 0 0 10px 5px #000
}

.mobile-main {
    margin-top: 75px
}

.mobile-main~.footer {
    margin-bottom: 50px
}

.mobile-wrapper {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.mobile-wrapper .header-logo {
    margin: auto
}

.mobile-wrapper.opened {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    opacity: 1;
    visibility: visible;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.mobile-menu {
    width: 100%;
    max-width: 240px;
    margin: 15px auto;
    color: #999;
    font-weight: 500
}

.mobile-menu li {
    padding: 10px 0
}

.mobile-menu .active {
    color: #fff
}

.mobile-menu .active .submenu__link:after {
    top: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-menu .submenu {
    display: none;
    margin-top: 15px;
    border-left: 1px solid #4b4a5e
}

.mobile-menu .submenu a {
    display: block;
    color: #fff;
    padding-left: 25px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.mobile-menu .submenu__link {
    cursor: pointer;
    display: block;
    font-size: 14px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.mobile-menu .submenu__link:after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.article {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
    background: #001621;
    -webkit-box-shadow: 0 0 20px 15px #000;
    box-shadow: 0 0 20px 15px #000
}

.article__content {
    padding: 10px 15px
}

.article__content p {
    word-break: break-word;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.4
}

.article__content ul,
.article__content ol,
.article__content img,
.article__content span,
.article__content table,
.article__content iframe,
.article__content address,
.article__content em {
    margin-bottom: 20px
}

.article__content address,
.article__content em {
    font-style: italic
}

.article__content iframe {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 640px
}

.article__content table {
    width: 100% !important;
    word-break: break-word
}

.article__content img {
    margin-bottom: 25px
}

.article__content a {
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.article__content a:hover {
    text-decoration: none
}

.article__content ul,
.article__content ol {
    margin-left: 20px
}

.article__content li {
    display: list-item
}

.article__content hr {
    margin-bottom: 20px
}

.article__content iframe {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform .05s linear;
    transition: -webkit-transform .05s linear;
    transition: transform .05s linear;
    transition: transform .05s linear, -webkit-transform .05s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.article__content .videowrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 25px
}

.article__content .news__status p {
    margin: 0
}

.contacts--left {
    width: calc(75% - 8px)
}

.contacts--right {
    width: calc(25% - 8px)
}

.contacts__link {
    text-decoration: underline
}

.contacts__link:hover {
    text-decoration: none
}

.page {
    background: #001621
}

.page-main {
    padding: 0
}

.page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0 -1px 0 0 #474646;
    box-shadow: inset 0 -1px 0 0 #474646;
    background: #001621
}

.page__header--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page__title {
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0
}

.page__description {
    font-size: 18px;
    width: 100%;
    margin-bottom: 25px
}

.page-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #001621;
    padding: 25px 15px
}

.page-games {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    background: #001621
}

.page-games__content {
    width: calc(100% - 165px);
    padding: 15px;
    border-left: 1px solid #474646
}

.page-profile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    padding: 25px 15px
}

.page-blocked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.page-blocked img {
    margin-bottom: 25px
}

.page-notification {
    padding: 25px 15px
}

.page-notification__description {
    margin-bottom: 30px
}

.page-notification img {
    margin-bottom: 25px
}

.text-editor {
    background: #181818;
    padding: 15px;
    height: 300px;
    overflow: auto;
    margin-top: 20px
}

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 60vh
}

.profile .form__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px
}

.profile .form__profile .form__input {
    margin-bottom: 20px
}

.profile .form__profile .form__input__wrapper {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset
}

.profile .form__profile .form__input__wrapper label {
    font-size: 20px
}

.profile .form__profile label {
    position: absolute;
    left: 20px;
    width: 20px;
    z-index: 1;
    display: block;
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none
}

.profile .form__profile label.email:before {
    content: "\E006"
}

.profile .form__profile label.calendar:before {
    content: "\E001"
}

.profile .form__profile label.gender:before {
    content: "\E00A"
}

.profile .form__profile input[type='text'],
.profile .form__profile [type='password'],
.profile .form__profile [type='email'],
.profile .form__profile [type='tel'] {
    height: 60px;
    font-size: 16px;
    padding-left: 50px;
    color: #fff;
    border-radius: 15px;
    border: 2px solid #023351;
    background-color: rgba(0, 0, 0, 0.39)
}

.profile .form__profile .checkbox input[type="checkbox"]+label {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.profile .form__profile .checkbox input[type="checkbox"]+label:before {
    width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    border: 2px solid #fff
}

.profile .form__profile .checkbox input[type="checkbox"]:checked+label:before {
    border-color: #478cf1
}

.profile .form__profile .checkbox input[type="checkbox"]:checked+label:after {
    background-image: url("../img/backgrounds/check.png")
}

.profile .form__profile .form__input.error .form__error-message {
    text-align: center
}

.profile .form__profile .pass-switch {
    top: 17px;
    right: 5px
}

.profile .form__profile__wrapper {
    width: 100%;
    max-width: 620px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 45px 15px
}

.profile .form__profile .iti__selected-flag {
    padding-left: 20px;
    font-size: 16px
}

.profile .form__profile .iti__arrow {
    border-top: 4px solid #fff
}

.profile .form__profile .iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #fff
}

.profile .form__profile .selectric {
    border-radius: 15px;
    border: 2px solid #023351;
    background-color: rgba(0, 0, 0, 0.39)
}

.profile .form__profile .selectric .label {
    height: 60px;
    font-size: 16px;
    line-height: 59px;
    padding-left: 55px
}

.profile .form__profile .selectric .button {
    top: 17px;
    right: 5px
}

.profile .form__profile .selectric-below.selectric-open .selectric {
    border-radius: 15px 15px 0 0;
    border-bottom-color: transparent
}

.profile .form__profile .selectric-below.selectric-open .selectric-items {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid #023351;
    border-radius: 0 0 15px 15px;
    overflow: hidden
}

.profile .form__profile .selectric-open.selectric-above .selectric {
    border-radius: 0 0 15px 15px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #023351
}

.profile .form__profile .selectric-open.selectric-above .selectric-items {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 2px solid #023351;
    border-radius: 15px 15px 0 0;
    overflow: hidden
}

.profile .form__profile .selectric-items li {
    border-top: 2px solid #023351;
    min-height: 60px;
    line-height: 59px;
    font-size: 16px
}

.profile .form__profile .iti__country-list {
    background: #000;
    border: 2px solid #023351;
    z-index: 10
}

.profile .form__profile>.button {
    margin-bottom: 10px;
    width: 180px
}

.profile .form__profile__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

.profile .form__profile__code button {
    width: 180px
}

.profile .form__profile__code a {
    margin-left: 15px;
    text-decoration: underline
}

.profile .form__profile__code a:hover {
    text-decoration: none
}

.profile__accounts {
    margin-bottom: 25px
}

.profile__tabs--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #003051;
    height: 45px
}

.profile__tabs--top li {
    padding: 0 30px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent;
    border-bottom: 0;
    position: relative
}

.profile__tabs--top li.active {
    border-color: #003051
}

.profile__tabs--top li.active:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #001621
}

.profile__tabs--content {
    width: 100%;
    padding: 50px 15px 0
}

.profile__tabs--content .profile__section {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profile__tabs--content .profile__section__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profile__tabs--content .profile__section.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile__tabs--content .profile__section--left,
.profile__tabs--content .profile__section--right {
    width: 47%
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    background: #a2ddf6;
    color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    border: none;
    background: none
}

.datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.datepicker--cell {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    border-radius: 0;
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell.-disabled- {
    color: #aeaeae;
    cursor: default
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    border-radius: 4px 0 0 4px;
    background-color: rgba(92, 196, 239, 0.1)
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    border-radius: 0 4px 4px 0;
    background-color: rgba(92, 196, 239, 0.1)
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none;
    background: #5cc4ef;
    color: #fff
}

.datepicker--cell.-selected-.-current- {
    background: #5cc4ef;
    color: #fff
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 3px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.datepicker--day-name {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: #ff9a19;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex: 1;
    -ms-flex: 1
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--years {
    height: 170px
}

.datepicker--cells-years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    background: #a2ddf6;
    color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    border: none;
    background: none
}

.datepickers-container {
    position: absolute;
    top: 0;
    left: 0
}

.datepicker {
    position: absolute;
    left: -100000px;
    z-index: 100;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 250px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #4a4a4a;
    font-size: 14px;
    font-family: Tahoma, sans-serif;
    opacity: 0;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease
}

.datepicker.-from-top- {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px)
}

.datepicker.-from-right- {
    transform: translateX(8px);
    -webkit-transform: translateX(8px)
}

.datepicker.-from-bottom- {
    transform: translateY(8px);
    -webkit-transform: translateY(8px)
}

.datepicker.-from-left- {
    transform: translateX(-8px);
    -webkit-transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transform: translate(0);
    -webkit-transform: translate(0)
}

.datepicker-inline .datepicker {
    position: static;
    right: auto;
    left: auto;
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    z-index: -1;
    width: 10px;
    height: 10px;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background: #fff
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg)
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg)
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
    left: 10px
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    right: 10px
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    background: #a2ddf6;
    color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    border: none;
    background: none
}

.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 4px;
    min-height: 32px;
    border-bottom: 1px solid #efefef;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-title,
.datepicker--nav-action {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    padding: 0 8px;
    border-radius: 4px
}

.datepicker--nav-title i {
    margin-left: 5px;
    color: #9c9c9c;
    font-style: normal
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    background: none;
    cursor: default
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
    border-radius: 4px;
    color: #4eb5e6;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -ms-flex-align: center
}

.datepicker--button:hover {
    background: #f0f0f0;
    color: #4a4a4a
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    background: #a2ddf6;
    color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    border: none;
    background: none
}

.datepicker--time {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    border-top: 1px solid #efefef;
    -webkit-align-items: center;
    -ms-flex-align: center
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px;
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 0 0 10px;
    text-align: center;
    font-size: 14px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-flex: 1;
    -ms-flex: 1
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    position: relative;
    z-index: 1;
    font-size: 19px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    line-height: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    position: absolute;
    top: -3px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    z-index: -1;
    border-radius: 4px;
    background: #f0f0f0;
    content: '';
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    align-self: flex-end;
    margin-bottom: 1px;
    margin-left: 6px;
    color: #9c9c9c;
    text-transform: uppercase;
    font-size: 11px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
    font-size: 11px;
    -webkit-align-items: center;
    -ms-flex-align: center
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type='range'] {
    -webkit-box-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0;
    height: 100%;
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-appearance: none
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type='range']::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type='range']:focus {
    outline: none
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
    border-color: #5cc4ef;
    background: #5cc4ef
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
    border-color: #5cc4ef;
    background: #5cc4ef
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
    border-color: #5cc4ef;
    background: #5cc4ef
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    -moz-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type='range']::-ms-thumb {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    -ms-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
    height: 1px;
    border: none;
    background: transparent;
    color: transparent;
    cursor: pointer
}

.datepicker--time-row input[type='range']::-moz-range-track {
    height: 1px;
    border: none;
    background: transparent;
    color: transparent;
    cursor: pointer
}

.datepicker--time-row input[type='range']::-ms-track {
    height: 1px;
    border: none;
    background: transparent;
    color: transparent;
    cursor: pointer
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
    background: transparent
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
    background: transparent
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
    border: 1px solid;
    border-radius: 50%;
    color: #9c9c9c;
    font-size: 16px
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    position: absolute;
    background: currentColor;
    content: ''
}

.datepicker--time-icon:after {
    top: calc(50% + 1px);
    left: calc(50% - 1px);
    width: 1px;
    height: .4em;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}

.datepicker--time-icon:before {
    top: calc(50% + 1px);
    left: calc(50% - 1px);
    width: .4em;
    height: 1px
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    background: #a2ddf6;
    color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    border: none;
    background: none
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%
}

.iti * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    vertical-align: middle
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("../img/elements/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

.iti__flag.iti__np {
    background-color: transparent
}

.comiseo-daterangepicker-triggerbutton.ui-button {
    min-width: 18em;
    text-align: left
}

.comiseo-daterangepicker-triggerbutton .ui-button-icon {
    position: absolute;
    top: 50%;
    right: .5em;
    margin-top: -8px
}

.comiseo-daterangepicker {
    position: absolute;
    padding: 5px
}

.comiseo-daterangepicker-mask {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0
}

.comiseo-daterangepicker-presets,
.comiseo-daterangepicker-calendar {
    display: table-cell;
    height: 230px;
    vertical-align: top
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-presets {
    padding: 2px 7px 7px 2px
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-presets {
    padding: 2px 2px 7px 7px
}

.comiseo-daterangepicker-presets .ui-menu {
    padding: 2px;
    white-space: nowrap
}

.comiseo-daterangepicker-presets .ui-menu-item {
    padding: 0
}

.comiseo-daterangepicker-presets .ui-menu-item>* {
    display: block;
    padding: 2px .4em;
    min-height: 0;
    text-decoration: none;
    line-height: 1.5
}

.comiseo-daterangepicker .ui-widget-content,
.comiseo-daterangepicker .ui-datepicker .ui-state-highlight {
    border-width: 0
}

.comiseo-daterangepicker>.comiseo-daterangepicker-main.ui-widget-content {
    border-bottom-width: 1px
}

.comiseo-daterangepicker .ui-datepicker .ui-datepicker-today .ui-state-highlight {
    border-width: 1px
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-calendar {
    padding-left: 5px;
    border-left-width: 1px
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-calendar {
    padding-right: 5px;
    border-right-width: 1px
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel {
    float: left
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel {
    float: right
}

.comiseo-daterangepicker-buttonpanel>button {
    margin-top: 6px
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel>button {
    margin-right: 6px
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel>button {
    margin-left: 6px
}

.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
    background: #b0c4de;
    color: #fff
}

.mfp-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1042;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1043;
    width: 100%;
    height: 100%;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    width: 100%;
    height: 100%;
    text-align: center
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    z-index: 1045;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: auto;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    position: absolute;
    top: 50%;
    right: 8px;
    left: 8px;
    z-index: 1044;
    margin-top: -.8em;
    width: auto;
    color: #ccc;
    text-align: center
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
    background-color: #232737
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

button.mfp-close,
button.mfp-arrow {
    z-index: 1046;
    display: block;
    overflow: visible;
    padding: 0;
    outline: none;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0 0 18px 10px;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-size: 39px;
    font-family: serif, monospace;
    line-height: 25px
}

.mfp-close:hover,
.mfp-close:focus {
    color: #e10d00
}

.mfp-close:active {
    color: #e10d00
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: -6px;
    padding-right: 6px;
    width: 100%;
    color: #fff;
    text-align: right
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    white-space: nowrap;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    opacity: .65;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-top: 35px;
    margin-left: 35px;
    width: 0;
    height: 0;
    border: medium inset transparent;
    content: ''
}

.mfp-arrow:after {
    top: 8px;
    border-top-width: 13px;
    border-bottom-width: 13px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    margin-left: 31px;
    border-right: 17px solid #fff
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    margin-left: 39px;
    border-left: 17px solid #fff
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    max-width: 900px;
    width: 100%;
    line-height: 0
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
    height: 0
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

img.mfp-img {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 0;
    max-width: 100%;
    width: auto;
    height: auto;
    line-height: 0
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: -1;
    display: block;
    width: auto;
    height: auto;
    background: #444;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    content: ''
}

.mfp-figure small {
    display: block;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -36px;
    width: 100%;
    cursor: auto
}

.mfp-title {
    padding-right: 36px;
    color: #f3f3f3;
    text-align: left;
    word-wrap: break-word;
    line-height: 18px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.selectric-wrapper {
    position: relative;
    width: 100%;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    position: relative;
    overflow: hidden;
    text-align: left;
    border: 1px solid #000;
    background: #000;
    border-radius: 3px
}

.selectric .label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 10px;
    line-height: 24px;
    font-size: 13px;
    color: #909090
}

.selectric .button {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: transparent;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    text-indent: -999px;
    height: 25px;
    width: 25px
}

.selectric .button:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.selectric-open .button:before {
    top: 9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.selectric-open .selectric .button:after {
    top: -10px;
    border-color: transparent transparent #707070 transparent
}

.selectric-open {
    z-index: 9999;
    border-radius: 3px 3px 0 0
}

.selectric-open.selectric-above {
    border-radius: 0 0 10px 10px
}

.selectric-open.selectric-above .selectric {
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #9e9e9e
}

.selectric-open.selectric-above .selectric-items {
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    border-top: 1px solid #9e9e9e
}

.selectric-open .selectric {
    -webkit-box-shadow: none;
    box-shadow: none
}

.selectric-open .selectric-items {
    display: block;
    border-top: none;
    overflow: hidden;
    font-size: 12px;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
    max-width: 100%
}

.selectric-disabled {
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    display: block !important;
    visibility: hidden !important
}

.selectric-items {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    display: none;
    text-align: left
}

.selectric-items .selectric-scroll {
    overflow: auto;
    height: 100%
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ul {
    background: #000
}

.selectric-items ul,
.selectric-items li {
    margin: 0;
    padding: 0;
    min-height: 20px;
    list-style: none;
    line-height: 20px
}

.selectric-items li {
    display: block;
    padding: 0 10px;
    line-height: 30px;
    cursor: pointer;
    border-top: 1px solid #474646
}

.selectric-items li.selected,
.selectric-items li.highlighted {
    display: none
}

.selectric-items li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fdca0b), color-stop(50%, #ffba00), to(#f04e23));
    background: linear-gradient(to bottom, #fdca0b 0%, #ffba00 50%, #f04e23 100%)
}

.selectric-items .disabled {
    background: none !important;
    color: #666 !important;
    opacity: .5;
    cursor: default !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    padding-left: 10px;
    background: none;
    color: #444;
    font-weight: bold;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group.disabled li {
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.selectric--void {
    cursor: auto;
    cursor: initial
}

.selectric--void .selectric {
    background: none
}

.selectric--void.selectric-open {
    -webkit-box-shadow: none;
    box-shadow: none
}

.selectric--void .selectric-items {
    display: none
}

.selectric--void .button {
    display: none
}

.selectric--void .label {
    cursor: text
}

.swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-slide {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -22px;
    width: 27px;
    height: 44px;
    background-position: center;
    background-size: 27px 44px;
    background-repeat: no-repeat;
    cursor: pointer
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    z-index: 10;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #007aff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    bottom: 3px;
    left: 1%;
    z-index: 50;
    width: 98%;
    height: 5px
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    top: 1%;
    right: 3px;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5)
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-top: -21px;
    margin-left: -21px;
    width: 42px;
    height: 42px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");*/
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    content: ''
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.swiper-container .swiper-notification {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    opacity: 0;
    pointer-events: none
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    z-index: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    visibility: visible;
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: .6
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media all and (max-width:1800px) {
    .slider-games {
        width: calc(100% - 80px);
        margin: 0 auto
    }

    .slider-news {
        width: calc(100% - 80px);
        margin: 0 auto
    }
}

@media all and (max-width:1440px),
(orientation:portrait) {
    .games__filter .search input {
        width: 200px
    }

    .games__list {
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
        grid-gap: 10px
    }

    .section__header .swiper-pagination-bullet {
        width: 20px
    }

    @supports (display:grid) {
        .tables__list {
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
        }
    }

    .profile__section--avatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 155px
    }
}

@media all and (max-width:1024px) {
    [data-reg-fast] {
        display: none;
        opacity: 0;
        visibility: hidden
    }

    .page-games {
        padding-top: 0
    }

    .tournament__left {
        width: 100%
    }

    .tournament__right {
        width: 30%;
        min-width: 330px
    }

    .tournament__point {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .container--game {
        width: 100%;
        max-width: 980px
    }

    .helper-game .header__layout {
        position: unset;
        height: 90px
    }

    .helper-game .header__layout .username,
    .helper-game .header__layout .jackpot,
    .helper-game .header__layout .slide {
        display: none
    }

    .helper-game .header__layout .backlink {
        color: transparent;
        font-size: 0
    }

    .helper-game .header__layout .backlink:before {
        font-size: 40px;
        color: #fff
    }

    .helper-game .header__logo--mobile {
        display: block
    }

    .helper-game header {
        padding: 0 25px
    }

    .helper-game main {
        margin: 0
    }

    .game__header {
        background: #000;
        grid-template-columns: 2fr 1fr;
        margin: 0;
        padding: 0
    }

    .game__header .button--s1 {
        width: 100%
    }

    .game__header .button--s1.button--disabled {
        pointer-events: none;
        opacity: .6
    }

    .game__header .button--t1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .game__header .header__logo {
        display: none
    }

    .game__wrapper {
        display: none
    }

    .game__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #000
    }

    .game__title h1 span {
        display: none
    }

    .game__title h1 {
        text-align: center
    }

    .game__title .game__img--mobile {
        display: block
    }

    .game__raiting {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .game__params {
        border-top: 1px solid #474646;
        background-color: #000
    }

    .game__params .button {
        display: none
    }

    .game__params__list {
        display: grid;
        grid-template-columns: 50% 50%
    }

    .game__info__more {
        display: none
    }

    .game__description .button.button--s1 {
        display: none
    }

    .game__description .game__img {
        display: none
    }

    .game__description p {
        line-height: 21px
    }

    .game__img {
        padding: 0;
        float: none;
        margin-bottom: 15px
    }

    .bonuses__title h1,
    .bonuses__title h2,
    .bonuses__title h3 {
        font-size: 45px
    }

    .bonuses__description--title {
        font-size: 28px
    }

    .bonuses__description--subtitle {
        font-size: 16px
    }

    .bonus__description {
        margin-bottom: 10px
    }

    .bonus__description p {
        font-size: 14px;
        margin-bottom: 10px
    }

    .bonus__title {
        padding: 10px 20px;
        margin-bottom: 20px
    }

    .bonus__title h1,
    .bonus__title h2,
    .bonus__title h3 {
        font-size: 30px
    }

    .bonus__timer__title {
        font-size: 22px;
        margin-bottom: 10px
    }

    .bonus__timer .clockdiv>div>span {
        font-size: 30px !important;
        padding: 15px 5px;
        width: 60px !important
    }

    .bonus__timer .clockdiv>div:after {
        top: 12px
    }

    .bonus__timer .clockdiv>div .smalltext {
        font-size: 12px;
        margin-top: 5px
    }
}

@media (max-width:980px) {
    .ios.iphone .mobile-bar {
        height: 70px
    }

    .ios.iphone .mobile-bar .mobile-bar-menu {
        padding-top: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media all and (max-width:980px) {
    .picture.helper__bg {
        display: none
    }

    .header--top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }

    .form-sign-in,
    .registration-fast__link {
        display: none
    }

    .jackpots__value {
        font-size: 32px
    }

    .header .header-menu,
    .header .lang {
        display: none
    }

    .header-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 260px
    }

    .header--left .icon-fav,
    .header--left .icon-search {
        display: none
    }

    .header--right .user-info__wrapper,
    .header--right .button--logout,
    .header--right .user__area {
        display: none
    }

    .header--bottom .button--profile,
    .header--bottom .button--cashier,
    .header--bottom .button--logout,
    .header--bottom .button--register,
    .header--bottom .button--login,
    .header--bottom [data-mobile-menu] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mobile-bar {
        position: fixed;
        bottom: 0;
        display: block;
        width: 100%;
        height: 50px;
        -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.25);
        border-top: 1px solid #474646;
        background-color: #000;
        z-index: 10;
        padding: 0 15px
    }

    .mobile-bar--top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 0 15px
    }

    .section-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .widgets {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin-top: 15px
    }

    .widgets .widgets__item {
        width: calc(50% - 7px)
    }

    .games-favorites {
        height: calc(100vh - 190px);
        overflow: auto
    }

    .games-favorites .swiper-container .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        grid-gap: 10px
    }

    .sidebar {
        display: none
    }

    .user-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 75px;
        margin-bottom: 25px
    }

    .user-info__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        height: 100%
    }

    .user-info__links .button--logout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .user-info .user__avatar {
        height: 75px;
        width: 75px;
        margin-left: 0;
        margin-right: 25px
    }

    .games-types__wrapper {
        display: none
    }

    .games__menu li a i {
        color: #000
    }

    .sidebar-profile {
        display: none
    }

    .page-profile__content {
        width: 100%
    }

    .profile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .profile .profile__section {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .profile__section .form__item--label,
    .profile__section .form__item--value {
        width: 35%;
        padding: 0 15px
    }

    .profile__section .form__item--label {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .profile__section .form__item .form__input,
    .profile__section .form__item .radio__list {
        width: 50%;
        padding: 0 0 0 15px
    }

    .profile__section .button--profile-save,
    .profile__section .button--profile-edit {
        margin-left: calc(35% + 15px)
    }

    .profile__tabs--content .profile__section {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section-seo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-seo .text-block {
        margin-top: 15px
    }

    .sidebar.sidebar-profile {
        display: none
    }

    .games__sort__title {
        display: none
    }

    .page-games__content,
    .page-profile__content {
        width: 100%;
        border-left: none
    }

    .currency__title {
        display: none
    }

    .currency--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #tawkchat-minified-wrapper {
        opacity: 0;
        pointer-events: none
    }
}

@media all and (max-width:980px) and (min-width:640px) {
    .header__layout {
        position: fixed;
        z-index: 8;
        top: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 10px 5px #000;
        box-shadow: 0 0 10px 5px #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header--bottom {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .main {
        margin-top: 95px
    }

    .footer {
        margin-bottom: 55px
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75);
        -webkit-transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0;
        -webkit-transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%;
        -webkit-transform-origin: 100%
    }

    .mfp-container {
        padding-right: 6px;
        padding-left: 6px
    }
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-right: 0;
        padding-left: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0, 0, 0, 0.6)
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px
    }

    .mfp-img-mobile .mfp-close {
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
        width: 35px;
        height: 35px;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        line-height: 35px
    }
}

@media all and (max-width:768px) {
    .documents__top {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .documents__description {
        width: 100%
    }

    .tournament__right {
        min-width: 260px
    }

    .tournament__point {
        width: 200px;
        height: 200px
    }

    .tournament-stat li {
        font-size: 14px
    }

    .tournament-stat li p>span:first-of-type {
        font-size: 14px
    }

    .view-switcher {
        display: none
    }

    .footer__copyright {
        grid-template-columns: auto
    }

    .container--contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts--left {
        width: 100%;
        margin-bottom: 15px
    }

    .contacts--right {
        width: 100%
    }

    .form--feedback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form--feedback .form__section {
        width: 100%
    }

    .form--feedback .form__section.message {
        width: 100%
    }

    .form--feedback .captcha {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form--feedback .captcha .form__input__wrapper {
        width: 100%
    }

    .bonuses__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%
    }

    .bonuses__title h1,
    .bonuses__title h2,
    .bonuses__title h3 {
        font-size: 35px
    }

    .bonus__title h1,
    .bonus__title h2,
    .bonus__title h3 {
        font-size: 25px
    }

    .profile__tabs--content .profile__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profile__tabs--content .profile__section--left,
    .profile__tabs--content .profile__section--right {
        width: 100%
    }

    .bonus-schedule__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bonus-schedule--left {
        margin: auto
    }

    .bonus-schedule--right {
        width: 100%
    }
}

@media all and (max-width:640px) {
    .header--top{
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .bonuses__item__params {
        width: 100%
    }

    .widgets .widgets__item {
        width: 100%;
        margin-bottom: 15px
    }

    .widgets .widgets__item.widgets__item--promo {
        height: 100%
    }

    .tournament__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tournament__top-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tournament__left,
    .tournament__right {
        width: 100%
    }

    .tournament__right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }

    .tournament__point {
        position: static;
        margin-bottom: 30px
    }

    .tournament-stat li p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .tournament-stat li p>span:last-of-type {
        margin-left: 0
    }

    .tournament-stat li p .counter {
        margin-left: -10px
    }

    .profile__section .form__item .form__input,
    .profile__section .form__item .radio__list {
        width: 70%;
        padding: 0 0 0 15px
    }

    .profile__section .form__profile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .profile__section .form__section {
        width: 100%
    }

    .profile__section .form__section--title {
        margin-left: calc(35% + 5px)
    }

    .news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news__item__title {
        font-size: 20px
    }

    .news__info {
        width: 100%
    }

    .news__img--sm {
        margin: 0 auto 20px
    }

    .modal__content {
        padding: 25px
    }

    .bonuses-calendar__page-title h1 {
        font-size: 42px
    }

    .bonuses-calendar__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bonuses-calendar__img {
        margin-bottom: 15px
    }

    .bonuses-calendar__name {
        font-size: 24px;
        line-height: 1
    }

    .bonuses--top {
        height: 155px
    }
}

@media all and (max-width:530px) {
    .bonuses--top {
        height: 165px;
        background-size: 530px
    }

    .bonuses__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

@media (max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

@media screen and (max-height:500px) {
    .user-menu {
        overflow: auto;
        max-height: 130px
    }
}

@media (max-width:480px),
(orientation:portrait) {
    .games__list {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr))
    }
}

@media all and (max-width:480px) {
    .sidebar-games .sidebar__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sidebar-games .sidebar__wrapper:after {
        content: none
    }

    .profile .form__profile .form__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .profile .form__profile .form__item--label,
    .profile .form__profile .form__item--value,
    .profile .form__profile .form__item .form__input {
        width: 100%;
        padding: 0
    }

    .profile .form__profile .form__item--label {
        margin-bottom: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .profile .form__profile__code {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .profile .form__profile__code a {
        margin: 5px 0 10px
    }

    .profile .form__section--title {
        margin: 20px 0 10px 0
    }

    .profile .form__section .button {
        margin: 0 auto 20px auto
    }

    .profile__tabs--top li {
        padding: 0 15px
    }

    .helper-game .header__logo img {
        height: 40px
    }

    .helper-game .game__params {
        padding: 25px
    }

    .helper-game .game__params__list {
        grid-template-columns: 100%;
        margin-top: 0
    }

    .bonus__title h1,
    .bonus__title h2,
    .bonus__title h3 {
        font-size: 20px
    }

    .bonus__description {
        padding: 25px 0 0
    }

    .bonus--top {
        height: 160px;
        background-size: cover
    }

    .form__section--amount {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form--deposit .form__input--amount {
        width: 100%;
        margin-bottom: 10px
    }

    .form--deposit .payment__logo {
        width: 100%;
        text-align: center
    }
}

@media all and (max-width:350px) {
    .counter span span {
        font-size: 25px
    }

    .tournament-stat li {
        font-size: 15px
    }

    .tournament__point {
        width: 275px;
        height: 275px;
        margin: 0 auto 25px
    }

    .tournament__top .button {
        width: 100%
    }

    .news__status {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .news__status p {
        margin-bottom: 10px
    }

    .article__content .news__status p {
        margin-bottom: 10px
    }

    .form--registration .selectric .label,
    .form--login .selectric .label {
        max-width: 285px
    }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }

    .iti__flag {
        background-image: url("../img/elements/flags@2x.png")
    }
}

@media (hover:hover) {
    .icon-fav:hover {
        color: #e10d00
    }

    .search-wrapping .search-button:hover {
        color: #e10d00
    }

    .icon-search:hover {
        color: #18ff00
    }
}

@media lg {
    .slider-games {
        width: calc(100% - 60px)
    }

    .slider-news {
        width: calc(100% - 60px)
    }

    .swiper-arrow {
        width: 40px
    }

    .swiper-arrow--prev {
        left: -40px
    }

    .swiper-arrow--next {
        right: -40px
    }
}

@media md {
    .slider-games {
        width: calc(100% - 30px)
    }

    .slider-news {
        width: calc(100% - 30px)
    }

    .swiper-arrow:before {
        width: 15px;
        height: 15px
    }

    .swiper-arrow--prev {
        left: -35px
    }

    .swiper-arrow--next {
        right: -35px
    }
}

@media s {
    .counter span {
        padding: 0 5px !important
    }

    .counter--separator {
        margin: 0 -10px
    }

    .faq__item {
        padding: 10px 15px;
        font-size: 15px;
        line-height: 18px
    }

    .faq__question::before {
        top: 7px;
        right: 10px
    }

    .faq__question::after {
        right: 18px;
        top: -1px
    }

    .loyalty__item {
        padding: 10px 10px 1px
    }

    .slider-news__description {
        font-size: 15px;
        line-height: 20px
    }
}

@media sm {
    .counter span {
        font-size: 15px
    }

    .counter span span {
        font-size: 35px;
        line-height: 45px
    }

    .game__description__title {
        display: block
    }

    .game__description .button.button--s1 {
        display: none
    }
}

@media print {
    .datepickers-container {
        display: none
    }
}
.nonedisplay{
    position: absolute;
    color: transparent;
    font-size: 0px;
    z-index: -9999;
}
/*# sourceMappingURL=../maps/init.css.map */