.index__header{
    display: block;
    margin: 30px 0 0;
}
.index__header .index__header-info{
    position: absolute;
    left: 50px;
    top: 0px;
    z-index: 3;
}

.slider {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    margin: 34px;
    border-radius: 10px;
    width: auto;
}
.slider__slide {
    width: 100%;
    flex: none;
    height: 240px;
    background-size: cover;
    background-position: center;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: #fff;
    text-transform: uppercase;
    transition: margin-left .5s ease-in-out;
    position: relative;
    overflow: hidden;
}
.slider__slide:hover {
    color: #fff;
}
.slider__slide > * {
    position: relative;
    z-index: 1;
}
.slider__slide-title {
    font: bold 50px/50px 'Montserrat', sans-serif;
    order: 2;
}
.slider__slide-title strong {
    font-weight: 900;
}
.slider__slide-subtitle {
    font: normal 16px/16px 'Lato', Arial, sans-serif;
    margin: 20px 0 40px;
    order: 1;
}
.slider__slide-button {
    height: 50px;
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 0 25px;
    text-transform: uppercase;
    color: #fff;
    font: 500 16px 'Montserrat', sans-serif;
    margin-top: 10px;
    background-color: transparent;
    transition: all .1s ease-in-out;
    order: 3;
}
.slider__slide-button:hover {
    color: #000;
    background: #fff;
}
.slider__navigation {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.slider__navigation .slider__navigation-item-active {
    position: absolute;
    top: 0;
    left: 0;
    background: #f00;
    box-shadow: 0 0 3px 1px rgba(253, 1, 0, .6);
    transition: left 0.5s ease-in-out;
    z-index: 1;
}
.slider__navigation .slider__navigation-item {
    flex: none;
    background: rgba(200, 200, 200, .4);
    cursor: pointer;
}
.slider__navigation .slider__navigation-item-active,
.slider__navigation .slider__navigation-item {
    width: 65px;
    height: 5px;
    margin: 0 8px;
}
@media (max-width: 1090px) {
    .slider__slide {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .slider {
        display: none;
    }
}

.home__welcome_box{
    font-family: 'Lato', Arial, sans-serif;
    display: flex;
    width: 100%;
    min-height: 100px;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column wrap;
    padding: 0 34px 34px;
}
body:not(.webapp) .home__welcome_box .column{
    flex: 1 1 auto;
    align-items: flex-start;
    justify-content: flex-end;
    /*margin: 10px 0 30px 0;*/
    margin: 0;
}
body:not(.webapp) .home__welcome_box .column:first-child{
    flex: 1 1 auto;
    margin: 0 34px 0 0;
    max-width: 440px;
}
.home__welcome_box .column > *{
    padding: 0;
}
body:not(.webapp) .home__welcome_box .row{
    justify-content: center;
}
body:not(.webapp) .home__welcome_box .row:last-child{
    justify-content: flex-start;
}
.home__welcome_box ul{
    width: 100%;
    display: inline-flex;
    position: relative;
    margin: 0 0 34px;
}
.home__welcome_box ul li{
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex: 1 1 auto;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    margin: 0 10px;
}
.home__welcome_box ul li:nth-of-type(1){
    margin: 0 10px 0 0;
}
.home__welcome_box ul li:nth-of-type(3){
    margin: 0 0 0 10px;
}
.home__welcome_box ul li .icon{
    font-size: 1.76em;
    margin: 0 12px 0;
}
.home__welcome_box ul li img{
    width: auto;
    height: 35px;
    margin: 0 12px 0;
}
.home__welcome_box ul li .home__welcome_box-text-title{
    color: #595959;
    margin: 0;
    font-weight: 400;
    font-size: 1.3rem;
}
.home__welcome_box ul li span:not(.icon){
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0 4px;
}
.home__welcome_box__option{
    height: 200px;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10px;
    color: #201e21;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 12px;
    padding: 10px;
    flex: 1 0 200px;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.home__welcome_box__option.play_now{
    width: 100%;
    height: 280px;
    flex: 1 0 280px;
    background-color: #211030;
    color: #fe0024;
    font-size: 1.8rem;
    margin: 0;
}
.home__welcome_box__option:hover{
    transform: translateY(-5px);
}
.home__welcome_box__option .icon,
.home__welcome_box__option img{
    margin: 0 auto 20px;
    max-height: 120px;
    width: auto;
    height: 100%;
}
.home__welcome_box__option p{
    /*min-height: 40px;*/
}
.home__welcome_box__option p.smaller{
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 4px;
}
.home__welcome_box__option.play_now .icon{
    font-size: 3rem;
}
.home__welcome_box__option:not(.play_now):nth-of-type(1){
    margin: 0 12px 0 0;
}
.home__welcome_box__option:not(.play_now):nth-of-type(4){
    margin: 0 0 0 12px;
}
.home__welcome_box .home__welcome_box-text,
.home__welcome_box .home__welcome_box-buttons{
    display: flex;
    flex-flow: row wrap;
    padding: 0;
}
.home__welcome_box .home__welcome_box-text{
    flex: 0 1 33.3%;
    flex-flow: column nowrap;
}
.home__welcome_box .home__welcome_box-text-title{
    font-size: 1.8rem;
    font-weight: 900;
    color: #2b2b2b;
    margin: 0 0 6px;
    line-height: 1.8rem;
}
.home__welcome_box .home__welcome_box-text-title+p{
    margin: 0 0 20px;
    font-size: 1.2rem;
    line-height: 1.4rem;
}
/*
.home__welcome_box .home__welcome_box-text-content{
    font-size: 1.2em;
    font-family: 'Lato', Arial, sans-serif;
    line-height: 1.2em;
    color: #4b4b4b;
}
*/
.home__welcome_box .home__welcome_box-buttons{
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/*
.home__welcome_box .home__welcome_box-buttons .button{
    margin: 10px;
    height: 60px;
    max-width: 270px;
    width: 100%;
    font-size: 1.5em;
    font-weight: 900;
    border-radius: 12px;
}
.home__welcome_box .home__welcome_box-buttons .button.cash{
    color: #00FF00;
}
.home__welcome_box .home__welcome_box-buttons .button .icon{
    font-size: 1.5em;
    margin: 0 12px 0 0;
}
.home__welcome_box .home__welcome_box-buttons .button img{
    height: 30px;
    width: auto;
    margin: 0 12px 0 0;
}

.home__welcome_box .home__welcome_box-buttons .button.button-premium{
    height: 85px;
    max-width: 320px;
    margin: 10px 10px -5px;
}
.highlights-4 {
    margin: 50px 0 30px;
}
.highlights h2 {
    margin-bottom: 0;
    box-shadow: 0 26px 22px -18px rgba(0, 0, 0, .6), 0 -15px 20px -20px rgba(0, 0, 0, .1);
}
.highlights__list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-around;
}
.highlights__grid {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
}

.highlights__highlight {
    display: flex;
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border: 0;
}
.highlights-4 .highlights__highlight {
    width: 25%;
    height: 250px;
}
.highlights-2 .highlights__highlight {
    width: 50%;
    height: 300px;
}
.highlights__highlight:hover .highlight__image img{
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
}
.highlights__highlight:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 58%, rgba(0, 0, 0, .7));
    z-index: 3;
}
.highlights__highlight > * {
    position: relative;
    z-index: 2;
}
.highlights__highlight .highlight__body{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px 15px;
    color: #fff;
    z-index: 4;
}
.highlights__highlight .highlight__title,
.highlights__highlight .highlight__text{
    font-family: 'Play', Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    text-shadow: 0 1px 4px rgba(0,0,0,.7);
}
.highlights__highlight .highlight__title{
    font-size: 1.4em;
    margin: 0 0 8px;
}
.highlights__highlight .highlight__text{
    font-size: 2.6em;
}
.highlights__highlight .highlight__image{
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.highlights__highlight .highlight__image img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    position: relative;
    object-fit: cover;
}
*/

.index__events,
.index__games,
.index__options{
    display: flex;
    flex-flow: row wrap;
    padding: 20px;
    align-items: flex-start;
    background-color: #e5e5e5;
}
.index__games{
    background-color: #eeeeee;
    max-height: 285px;
    overflow: hidden;
}
.index__events{
    max-height: 260px;
    overflow: hidden;   
}

.index__events__title,
.index__games__title,
.index__options__title{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    min-height: 36px;
}
.index__events__title .button-red,
.index__games__title .button-red{
    text-transform: none;
    background-color: #ff0126;
    font-weight: 700;
    color: #ffffff;
}
.events__title,
.games__title,
.options__title{
    text-align: center;
    font-size: 1.3em;
    line-height: 1.8rem;
    color: #201e21;
    font-weight: 700;
    margin: 0 20px 0 14px;
}
.index__options .more_options__row{
    justify-content: space-between;
}
.index__options .more_options__row .more_option{
    flex: 1 1 25%;
    height: 110px;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10px;
    color: #595959;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 14px;
    padding: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.index__options .more_options__row .more_option:hover{
    transform: translateY(-5px);
}
.index__options .more_options__row .more_option img{
    width: 46px;
    height: auto;
    margin: 0 auto 10px;
}

.news__card{
    width: 100%;
    max-width: 445px;
    min-height: 390px;
    display: flex;
    flex-flow: column nowrap;
    padding: 270px 12px 12px;
    background-color: #fff;
    border-radius: 12px;
    margin: 35px 10px;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    position: relative;
}
.news__card:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.news__card:hover .news__title{
    color: #888;
}
.news__card:hover .news__button{
    background: #c8c8c8;
}
.news__image{
    position: absolute;
    top: -59px;
    height: 310px;
    width: 100%;
    padding: 10px;
    left: 0;
}
.news__image img {
    width: 100%;
}
.news__body{
    flex: 1 0 100%;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}
.news__title{
    flex: 0 0 auto;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 8px;
    color: #444;
    transition: color .2s ease-in-out;
}
.news__text{
    flex: 1 0 auto;
    font-size: 1.1em;
    color: #444;
    line-height: 1.5em;
}
.news__button{
    flex: 0 0 auto;
    width: 240px;
    margin: 20px auto 6px;
}
.index__events .noinfo {
    color: #6f6f6f;
}
.index__ranking {
    background: rgba(0, 0, 0, .3);
}
.index__ranking .block > div > h2 {
    margin-top: 0;
}

.home .games-list {
    width: 100%;
}
.home .games-list__games{
    justify-content: center;
}

body.webapp .home__welcome_box__option.play_now{
    min-height: 46px;
    max-width: 430px;
}
body.webapp .home__welcome_box{
    padding: 10px 20px;
    max-width: 500px;
    margin: 0 auto;
}
body.webapp .home__welcome_box .column:first-child{
    text-align: left;
    justify-content: flex-start;
}
body.webapp .home__welcome_box .home__welcome_box-text-title{
    font-size: 1.6rem;
}
body.webapp .home__welcome_box .home__welcome_box-text-title+p{
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0 0 10px;
}
body.webapp .home__welcome_box .column .row{
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.2rem;
    padding: 0;
}
body.webapp .home__welcome_box .column .row > div{
    flex: 1 1 0;
}
body.webapp .home__welcome_box .column .row h2{
    font-weight: 600;
    font-size: 1.2rem;
}
body.webapp .home__welcome_box .column:last-child img{
    width: 40px;
    height: auto;
    margin: 10px;
}

@media (min-width: 2680px) {
    .slider{
        margin: 20px auto;
    }
}
@media (max-width: 1460px) {
    .home__welcome_box{
        padding: 0 10px;
        align-items: center;
        justify-content: center;
    }
    body:not(.webapp) .home__welcome_box > .row:nth-of-type(1){
        display: none;
    }
    body:not(.webapp) .home__welcome_box .column:first-child{
        margin: 0 auto;
        align-items: center;
    }
    .home__welcome_box .row:last-child,
    .home .games-list__games{
        justify-content: center;
    }

    .home__welcome_box .column,
    .home__welcome_box .column:first-child,
    body:not(.webapp) .home__welcome_box .column{
        flex: 1 1 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 10px 0 10px 0;
    }

    .home__welcome_box__option.play_now{
        flex-flow: row nowrap;
        height: auto;
        flex: 0 1 auto;
        align-items: center;
        justify-content: center;
        min-height: 100px;
        width: 100%;
        max-width: 340px;
        margin: 10px 0;
    }
    .home__welcome_box__option.play_now img{
        margin: 0;
        height: 60px;
    }
    .home__welcome_box__option.play_now p{
        min-height: 0;
        font-size: 1.7rem;
        margin: 0 0 0 14px;
    }
    .home__welcome_box__option{
        height: 170px;
        max-width: 190px;
        flex: 1 1 auto;
        min-width: 190px;
    }
    .home__welcome_box__option .icon,
    .home__welcome_box__option img{
        margin: 0 auto;
        max-height: 80px;
    }
    .home__welcome_box .home__welcome_box-buttons{
        justify-content: center;
        flex-flow: row wrap;
    }
    .home__welcome_box__option,
    .home__welcome_box__option:not(.play_now):nth-of-type(1),
    .home__welcome_box__option:not(.play_now):nth-of-type(4){
        margin: 10px;
    }

    .index__events,
    .index__games{
        max-height: max-content;
    }

    .index__events__title,
    .index__games__title,
    .index__options__title{
        flex-flow: column wrap;
    }

    .event-grid__event,
    .event-grid__event:nth-of-type(1),
    .event-grid__event:last-child{
        margin: 10px;
    }

    .events__title, .games__title, .options__title{
        margin: 0 auto 10px;
    }

    .games-list__game,.games-list__games .games-list__game:nth-of-type(1){
        margin: 10px;
    }

    .index__options .more_options__row .more_option,
    .index__options .more_options__row .more_option:first-child,
    .index__options .more_options__row .more_option:last-child{
        margin: 12px;
        flex: 1 1 30%;
    }
}


/* Webapp home event card design */
body.webapp .home__welcome_box h2{
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px auto 0;
}
body.webapp .home .event-grid{
    padding: 0;
}
body.webapp .home .event-grid__event{
    height: 90px;
    width: 100%;
    margin: 10px auto;
    flex: 1 0 auto;
    max-width: 290px;
}
body.webapp .home .event-grid__event > .row:first-of-type{
    height: 50px;
    margin: 0 0 0 40px;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
}
body.webapp .home .event-grid__event > .row:first-of-type .column.name {
    margin: 0;
    flex-flow: column wrap;
    flex: 1 0;
    max-width: 190px;
}
body.webapp .home .event-grid__event .event-grid__icon{
    height: 35px;
    position: relative;
    top: -4px;
}
body.webapp .home .event-grid__event .event-grid__name{
    text-align: left;
}
body.webapp .home .event-grid__event .event-grid__game{
    line-height: 1rem;
}
body.webapp .home .home__welcome_box .column .row > div.event-grid__eventtype{
    flex: 0 1 28px;
}
body.webapp .home .event-grid__event .row.flex-nowrap.event-grid__timeleft{
    top: 10px;
    bottom: auto;
    width: auto;
}
body.webapp .home .event-grid__event .row.flex-nowrap.event-grid__timeleft .column.flex-nowrap,
body.webapp .home .event-grid__event .column.position{
    display: none;
}
body.webapp .home .event-grid__event > .row:nth-of-type(2) > .column:first-of-type{
    margin: 0;
    flex-flow: row;
    justify-content: space-between;
}
