/* Language Selector Styles */
@import url('language-selector.css');

html {
    font-size: 62.5%
}

body {
    width: 100%;
    min-width: 320px;
    padding: 0;
    margin: 0 auto;
    font-family: Roboto, Roboto Local, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    background: #0c304c
}

a {
    text-decoration: none
}

ul {
    padding: 0;
    margin: 0
}

ol li {
    color: #fff
}

section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 5px
}

h1 {
    color: #fff
}

h2 {
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

h3 {
    font-size: 1.5em;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

p {
    color: #fff
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.bold {
    font-weight: 700
}

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

.flex-v-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.flex-col {
    -ms-flex-direction: column;
    flex-direction: column
}

a.blue-link {
    color: #14a0ff;
    font-weight: 700
}

.ovhidden {
    overflow: hidden !important
}

.mask.visible {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 100
}

.mask {
    cursor: pointer;
    position: fixed;
    width: 0;
    height: 0;
    top: -70px;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    z-index: -1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.asidemenu {
    overflow: visible !important;
    display: block;
    background: #232f3c;
    position: fixed;
    z-index: 101;
    width: 228px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 228px;
    flex: 0 0 228px;
    will-change: width, flex-basis;
    right: 0;
    left: auto;
    top: -70px;
    padding-bottom: 70px;
    -webkit-transform: translate(110%, 70px);
    -ms-transform: translate(110%, 70px);
    transform: translate(110%, 70px);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 100vh;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.asidemenu.open {
    -webkit-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    transform: translate(0, 70px)
}

.asidemenu:before {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 10px;
    left: -4rem;
    line-height: 4.5rem;
    height: 4.5rem;
    color: #fff;
    font-size: 3rem;
    content: 'X';
    -webkit-transform: scaleY(.8);
    -ms-transform: scaleY(.8);
    transform: scaleY(.8);
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.asidemenu.open:before {
    opacity: 1
}

.asidemenu .menu {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.menu__item_head {
    height: 4.5rem;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.menu__item>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.menu__title {
    padding: 0 .5rem 1rem 1.5rem;
    height: 3.5rem;
    width: 228px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #b6babf;
    border-top: 1px solid #283b4d
}

.menu__item_head .menu__title {
    -webkit-transition: -webkit-transform .25s ease-in;
    transition: -webkit-transform .25s ease-in;
    -o-transition: transform .25s ease-in;
    transition: transform .25s ease-in;
    transition: transform .25s ease-in, -webkit-transform .25s ease-in
}

.menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform
}

.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    line-height: 4.5rem;
    height: 4.5rem;
    font-size: 1.5rem;
    background: #283b4d;
    color: #fff;
    -webkit-transition: color .25s ease, background .25s ease, border .25s ease;
    -o-transition: color .25s ease, background .25s ease, border .25s ease;
    transition: color .25s ease, background .25s ease, border .25s ease;
    border-top: 1px solid #232f3c;
    border-left: 2px solid transparent
}

.menu__link:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 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
}

.menu__link.active {
    background: #232f3c;
    border-left-color: #3c9fdd;
    border-top: 1px solid #283b4d;
    color: #3c9fdd
}

.menu__text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.menu__link:after,
.menu__text {
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.menu__link:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.menu__link:hover {
    background: #232f3c;
    color: #3c9fdd;
    border-color: #283b4d;
    border-left-color: #232f3c
}

.menu__link.active:hover {
    border-left-color: #3c9fdd
}

footer {
    margin: 0 10px
}

.footerColumnMenu {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 40px 0 40px;
    margin-bottom: 5px;
    background: #103856;
    font-size: 16px
}

.footerColumnMenu .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    padding: 0 2px
}

.footerColumnMenu .name {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 0;
    height: auto;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 500;
    color: #fff
}

.footerColumnMenu .name:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 3px;
    background: #4aa3d9
}

.footerColumnMenuUL {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 0;
    margin: 0;
    list-style: none
}

.footerColumnMenuUL>li {
    display: block;
    position: relative;
    padding: 5px 0;
    height: auto;
    line-height: 20px;
    white-space: nowrap
}

.footerColumnMenuUL a {
    display: inline-block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9375em;
    white-space: nowrap;
    color: #d1dfef;
    transition: color .3s ease
}

.footerColumnMenuUL a:hover {
    z-index: 1;
    max-width: 100%;
    background: none;
    color: #fff
}

@media (max-width:1439px) {
    .footerColumnMenu .name {
        font-size: .875em
    }

    .footerColumnMenuUL a {
        font-size: .8125em
    }
}

@media screen and (max-width:449px) {
    .footerColumnMenu {
        padding: 15px;
        display: block
    }

    .footerColumnMenu .name {
        text-align: center;
        display: block
    }

    .footerColumnMenuUL {
        display: block
    }

    .footerColumnMenuUL>li {
        display: inline-block;
        margin-right: 15px
    }

    .footerColumnMenuUL>li:last-child {
        margin-right: 0
    }

    .footerColumnMenu .name:before {
        display: none
    }

    .footerColumnMenuUL>li:before {
        content: "•";
        font-weight: 700;
        vertical-align: 20%;
        color: #4aa3d9
    }
}

.wrap {
    text-align: left;
    padding: 0;
    margin: 0 auto;
    margin: 0 10px;
    height: 100%;
    position: relative;
    background: #0b1b26;
    border: 1px solid #4c5159;
    padding: 20px
}

.wrap h1,
.wrap h2 {
    text-align: center;
    text-transform: uppercase
}

.greeting {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 76px 0 0;
    overflow: hidden;
    position: relative
}

.greeting .wrap {
    background: none;
    border: 0;
}

#video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.greeting h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
    font-size: 84px;
    color: #fff;
    margin: 50px 0;
    margin-top: 0
}

.btn-reg {
    background-color: #688c29;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 40px;
    font-size: 24px;
    border-radius: 15px;
    box-shadow: inset 0 50px 25px -25px #84b232;
    transition: background-color .3s ease, border .3s ease, box-shadow .3s ease !important;
    font-weight: 700
}

.btn-reg:hover {
    background-color: #84b232;
    border-bottom: none;
    box-shadow: none
}

.howto iframe {
    height: 315px;
    width: 570px;
    margin: 0 auto;
    display: block
}

@media (max-width:640px) {
    .howto iframe {
        width: 100%
    }
}

@media (max-width:449px) {
    .howto iframe {
        height: 210px
    }
}

.events-wrap {
    background: #fff;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px
}

.events-box * {
    box-sizing: border-box
}

.events-header {
    background: #d2dee2;
    padding-left: 10px;
    overflow: visible
}

.events-item {
    color: #444;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d2dee2
}

.events-item:first-of-type {
    border-top: 0
}

.sport-icon {
    background-image: url(/img/games-ico-sprite.png);
    background-repeat: no-repeat
}

.football-icon {
    background-position: 49.3852% 23.9224%;
    background-size: 2133.33%
}

.events-header .sport-icon {
    -ms-flex-item-align: center;
    align-self: center;
    width: 16px;
    height: 16px
}

.lang {
    display: inline-block;
    height: 21px;
    vertical-align: top;
    width: 21px;
    background: url(../img/flags-sprite.png) no-repeat;
    background-size: 2438.1%;
    background-position: 107.1446% 88.9362%;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

.events-lang {
    -ms-flex-item-align: center;
    align-self: center;
    width: 17px;
    height: 17px;
    margin: 0 15px
}

.cup {
    background-position: 33.1976% 9.77597%
}

.events-header .events-title {
    padding-left: 0;
    font-size: 1em
}

.events-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 5px 9px;
    font-size: .875em;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.events-title:after {
    content: "+";
    display: block;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    margin-left: auto;
    text-align: center;
    font-size: .875em
}

.events-title a {
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none
}

.events-title a:hover {
    text-decoration: underline
}

.e-bets-box {
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    width: 53%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.e-bet {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: auto;
    cursor: pointer;
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 35px;
    min-height: 30px;
    margin-right: 1px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-size: .6875em;
    color: #444;
    text-decoration: none
}

.e-bet:last-child {
    margin-right: 0
}

a.e-bet {
    background: #eee
}

a.e-bet:hover {
    background: #a4d2f4 !important
}

.e-bets .e-bet {
    overflow: initial;
    word-break: break-word;
    background: none !important
}

.events-col {
    -ms-flex-direction: column;
    flex-direction: column
}

.events-line {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 10px
}

.events-line:hover {
    background: rgba(57, 123, 175, .1)
}

.events-line:hover a.e-bet {
    background: rgba(75, 145, 180, .2)
}

.events-time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 30px;
    margin-left: 24px;
    font-size: .75em;
    color: #397baf
}

.events-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 5px 9px;
    font-size: .875em;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 0;
    text-decoration: none;
    cursor: pointer
}

.events-name:hover {
    color: #369;
    text-decoration: underline
}

.events-teams {
    position: relative;
    max-width: 100%;
    text-align: left
}

.events-team {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5
}

.odds-more-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.odds-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    transition: color .3s ease, background .3s ease;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    text-decoration: underline;
    font-size: .6875em;
    color: #444;
    cursor: pointer
}

.odds-more:hover {
    background: #fff
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 55px;
    padding: 0 10px;
    background-color: rgb(26, 86, 133);
    border-bottom: 2px solid rgb(255, 255, 255);
    box-sizing: border-box;
    z-index: 99;
    transition: transform 0.3s;
    display: block
}

.header-wrap {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    transform: translateZ(0);
    transition: transform .3s;
    box-sizing: border-box;
    color: #fefefe
}

.header-logo {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    min-width: 170px;
    height: 100%;
    transition: .3s ease;
    overflow: hidden;
    margin-left: 10px
}

.header-logo a {
    flex: 1 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    transition: .3s ease
}

.header-logo a img {
    height: 46px;
    display: block;
    max-width: 129px;
    transform: translateZ(0);
    transition: transform .3s ease, opacity .3s ease;
    cursor: pointer
}

.header a span {
    color: #fff;
    font-family: Roboto Condensed, Roboto Condensed Local;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    position: absolute;
    right: 0;
    transform: translateZ(0);
    text-transform: uppercase;
    display: block;
    opacity: 1;
    transition: transform .3s ease, opacity .3s ease;
    top: 31px
}

header .menu {
    height: 100%;
    display: inline-block;
    width: calc(100% - 230px);
    white-space: nowrap
}

.menu-wrap {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu-wrap>ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: wrap
}

.menu-wrap>ul>li {
    position: relative;
    white-space: normal;
    text-align: left;
    vertical-align: top;
    transition: height .3s ease;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu-wrap .menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s ease;
    text-decoration: none
}

.menu-wrap .menu-item:hover {
    color: #66c4ff
}

.menu-btn-box {
    display: -ms-flexbox;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px
}

.btn-m-reg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 15px;
    height: 30px;
    line-height: 24px;
    font-size: 11px;
    color: #fefefe;
    text-transform: uppercase;
    background-color: #688c29;
    cursor: pointer;
    vertical-align: bottom;
    box-sizing: border-box;
    box-shadow: inset 0 50px 25px -25px #84b232;
    transition: background-color .3s ease, border .3s ease, box-shadow .3s ease !important;
    border-radius: 5px
}

.btn-m-reg:hover {
    background-color: #84b232;
    border-bottom: none;
    box-shadow: none
}

.header__item {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2px;
    color: #fff
}

.hamburger {
    position: relative;
    width: 25px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    cursor: pointer
}

.hamburger__item {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    top: 50%;
    border-radius: 4px;
    background: #14a0ff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.hamburger__item:first-child {
    top: 0
}

.hamburger__item:not(:first-child):not(:last-child) {
    margin-top: -2px
}

.hamburger__item:last-child {
    margin-top: 6px
}

.bonus100 {
    display: none
}

.bonus100 b {
    display: inline-block;
    font-size: 16px;
    vertical-align: top
}

.bonus100 b i {
    font-size: 10px;
    font-style: normal
}

.bonus100:hover {
    background-color: #648626;
    box-shadow: none
}

.bonus100::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.shine::before {
    -webkit-animation: shine 1.25s;
    animation: shine 1.25s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@media screen and (max-width:1700px) {
    .e-bets-box {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }

    .events-team {
        display: block
    }
}

@media screen and (max-width:1440px) {
    .e-bets-box {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }

    .events-team {
        display: block
    }
}

@media screen and (max-width:659px) {
    .greeting h1 {
        font-size: 45px
    }

    .greeting {
        padding: 0
    }

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

@media screen and (max-width:449px) {
    header .menu {
        display: none
    }

    .bonus100 {
        position: fixed;
        bottom: 0;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #648626;
        font-family: Roboto Condensed, Roboto Condensed Local;
        line-height: 10px;
        padding: 0 10px;
        text-align: center;
        text-transform: uppercase;
        box-shadow: inset 0 50px 25px -25px #93c638;
        transition: background-color .3s ease, box-shadow .3s ease;
        vertical-align: bottom;
        box-sizing: border-box;
        font-size: 10px;
        color: #fefefe;
        height: 35px;
        right: 0;
        border-top-left-radius: 5px;
        overflow: hidden
    }
}

@media screen and (max-width:94em) {
    body {
        font-size: 14px
    }
}