/* * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
} */



@font-face {
    font-family: 'Intro';
    src: url(../fonts/Intro-Regular_0.otf);
}

@font-face {
    font-family: 'crystalmt3light';
    src: url(../fonts/CrystalMT3-Light.otf);
}

@font-face {
    font-family: 'CrystalBetUni';
    src: url(../fonts/crystalbetuni-medium-webfont.woff2);
}
@font-face {
    font-family: 'crystalnu4';
    src: url(../fonts/crystalnu4-regular_0-webfont.woff2);
}
h3 {
    font-size: 14px;
    font-family: CrystalBetUni;
    color: rgb(251, 228, 86);
    text-transform: uppercase;
    line-height: 1.2;
    /* margin-top: 25px; */
}

p {
    font-size: 11px;
    text-align: justify;
    font-family: crystalnu4;
    color: rgb(208, 215, 229);
    line-height: 1.818;
    text-align: justify;
}

.header {
    height: 38px;
    width: 100%;
    background: #131b21;
    border: 1px solid #39404b;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
}

/*.header p {
        color: #565b60;
        font-family: Intro;
        margin-bottom: 0;
    }

    .header span {
        color: #ffff;
        padding-left: 7px;
        font-family: Intro;
    }

.exit {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1c242c;
    background-image: url(../Images/russian_keno_images/exit.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 36px;
    width: 80px;
    padding: 9px 12px 9px 15px;
    border-bottom-left-radius: 10px;
}*/

.close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1c242c !important;
    background-image: url(../Images/russian_keno_images/X.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 36px;
    width: 80px;
    padding: 11px 7px 11px 10px;
    border-bottom-right-radius: 10px;
    opacity: inherit;
}

    .close:hover {
        opacity: inherit;
    }

.container {
    background-image: url(../Images/russian_keno_images/backgroundvertical.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    min-width: 360px;
    min-height: 640px;
    height: 1530px;
    width: 100%;
    overflow-y: hidden;
    padding: 0;
}

/*.content {
    height: 1070px;
    width: 100%;
    display: flex;
    flex-direction: column;*/
/*padding-top: 20px;*/
/*position: absolute;
    left: 0;
}*/

.img-one {
    background-repeat: no-repeat;
    width: 100%;
    height: 61px;
    background-image: url(../Images/russian_keno_images/desktop1.png);
    background-size: contain;
}

.img-two {width: 100%;height: 260px;background-image: url(../Images/russian_keno_images/desktop2.png);background-repeat: no-repeat;}

.img-four {width: 100%;height: 221px;background-image: url(../Images/russian_keno_images/desktop4.png);background-repeat: no-repeat;}

/*.footer {
    height: 45px;
    background: #1f2731;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.nav {
    display: flex;
    list-style-type: none;
    align-items: center;
}*/




/*.statistics {
    background-image: url(../Images/russian_keno_images/statistics.png);
    display: block;
    width: 22px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
}

.history {
    background-image: url(../Images/russian_keno_images/history.png);
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
}

.settings {
    background-image: url(../Images/russian_keno_images/settings.png);
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
}

.rules {
    background-image: url(../Images/russian_keno_images/help.png);
    background-color: #2c3642;
    border-bottom: 2px solid #ff003c;
    display: block;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 35%;
}*/

/*.slide-buttons {
    display: none;
}*/

/*label:nth-child(1) {
    background-color: #fdb514;
}*/
/* .slide-buttons > label:hover {
    background-color: #fdb514;
} */
/*#r1:checked ~ .slide-buttons > label:nth-child(1) {
    background-color: #fdb514;
}

#r2:checked ~ .slide-buttons > label:nth-child(1) {
    background-color: transparent;
}

#r2:checked ~ .slide-buttons > label:nth-child(2) {
    background-color: #fdb514;
}

#r3:checked ~ .slide-buttons > label:nth-child(1) {
    background-color: transparent;
}

#r3:checked ~ .slide-buttons > label:nth-child(3) {
    background-color: #fdb514;
}

#r4:checked ~ .slide-buttons > label:nth-child(1) {
    background-color: transparent
}

#r4:checked ~ .slide-buttons > label:nth-child(4) {
    background-color: #fdb514;
}

#r5:checked ~ .slide-buttons > label:nth-child(1) {
    background-color: transparent;
}

#r5:checked ~ .slide-buttons > label:nth-child(5) {
    background-color: #fdb514;
}

input {
    display: none;
}*/


.section-1, .section-2, .section-3, .section-4, .section-5 {
    /* padding: 30px 20px; */
    /* width: 100%; */
    /* height: 315px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
}
/* .section-1 {
    margin-top: 20px;
} */
.section-3 {
    /* height: 100px; */
    /* margin-top: 50px; */
}

.section-4 {
    /* height: 333px; */
    /* margin-top: 20px; */
}

.section-5 {
    /* height: 200px !important; */
}

@media (max-width: 823px) and (orientation: landscape) {
    .container {
        min-height: 375px;
        height: 100%;
        width: 100%;
        /* overflow-y: hidden; */
        position: relative;
        background-image: url("../Images/russian_keno_images/backgroundhorizontal.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }



    .slick-next, .slick-prev {
        visibility: hidden;
    }

    .section-1,
    .section-2,
    .section-3,
    .section-4,
    .section-5 {
        /* height: 220px !important; */
        /* padding: 20px 40px; */
        /*         text-align: left; */
    }

    .section-2 {
        /* height: 250px !important; */
    }

    .section-3 {
        /* height: 100px !important; */
    }

   /* .section-3 > h3 {
        padding-top: 15px;
    }*/

    .section-5 {
        /* height: 150px !important; */
    }

    .help-slider {
        height: 370px;
    }
    /*ul {
        list-style: none;
        position: absolute;
        bottom: 3% !important;
        margin-bottom: -10px;
        left: 50%;
        transform: translate(-50%, -50%);*/
    /* margin-left: 240px;*/
    /*}
  
        ul li {
            display: inline-block;
            padding: 5px;
        }

    .slick-dots {
        display: inline;
        bottom: 55px;
    }

        .slick-dots button {
            border-radius: 50%;
            width: 20px;
            height: 20px;
            border: 1px solid white;
            text-indent: -1000em;
            outline: none !important;
            background-color: transparent;
        }*/

    /*  .slick-dots button:focus {
                background-color: #fdb514;
            }*/

    /*     .section-1 h3 {
        padding-top: 25px;
    }

    .section-2 h3 {
        padding-top: 8px;
    }

    .section-3 h3 {
        padding-top: 86px;
    } */

    /*     .section-4 h3 {
        padding-top: 10px;
    }

    .section-5 h3 {
        padding-top: 70px;
    } */



    .img-one {
        width: 560px;
        height: 57px;
        background-image: url(../Images/russian_keno_images/horizontal1.png);
    }

    .img-two {
        width: 258px;
        height: 162px;
        background-image: url(../Images/russian_keno_images/horizontal2.png);
    }

    .img-four {
        width: 308px;
        height: 168px;
        background-image: url(../Images/russian_keno_images/desktop4.png);
        background-size: contain;
        margin-bottom: -15px;
    }
}


@media (max-width: 667px) and (orientation: landscape) {
    .container {
        min-height: 375px;
        overflow-y: hidden;
        height: 375px !important;
    }

    .help-slider {
        height: 340px;
    }
}

@media (max-width: 640px) and (orientation: landscape) {

    .container {
        min-height: 320px;
        /* background-image: url("../Images/vip_keno_images/backgroundhorizontal.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;*/
        height: 360px !important;
        overflow-y: hidden;
    }

    .help-slider {
        height: 320px;
    }

    .section-1, .section-2, .section-3, .section-4 {
        margin: 0;
    }

    .section-2 {
        padding-top: 10px;
    }

    .section-5 {
        padding-top: 5px;
    }
}

@media (max-width: 568px) and (orientation: landscape) {

    .section-1, .section-2, .section-3, .section-4, .section-5 {
        padding: 7px;
    }

    .container {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 320px !important;
        overflow-x: auto;
    }

    .section-1 {
        /* position: absolute; */
        /* left: 0; */
        /* width: 100%; */
    }

    .section-2 {
        /* position: absolute; */
        /* left: 100%; */
        /* width: 100%; */
    }

    .section-3 {
        /* position: absolute; */
        /* left: 200%; */
        width: 100%;
    }

    .section-4 {
        /* position: absolute; */
        /* left: 300%; */
        /* width: 100%; */
    }

    .section-5 {
        /* position: absolute; */
        /* left: 400%; */
        /* width: 100%; */
    }
}

/* @media (min-height: 411px) and (orientation: landscape) {
   
    .container {
        min-height: 411px;
        background-image: url("../Images/backgroundhorizontal.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    } */
/* @-moz-document url-prefix() {
        #r2:checked ~ .slide-one {
            margin-left: -100%;
        } 
        #r3:checked ~ .slide-one {
            margin-left: -260%;
        } 
        #r4:checked ~ .slide-one {
            margin-left: -360%;
        } 
        #r5:checked ~ .slide-one {
            margin-left: -460%;
        }
    } */
/* } */

@media (max-width: 812px) and (orientation: landscape) {
    /* @-moz-document url-prefix() {
        #r2:checked ~ .slide-one {
            margin-left: -100%;
        } 
        #r3:checked ~ .slide-one {
            margin-left: -247%;
        } 
        #r4:checked ~ .slide-one {
            margin-left: -347%;
        } 
        #r5:checked ~ .slide-one {
            margin-left: -447%;
        }
    } */
    /* .container {
        min-height: 375px;
    } */
}

/*@media (max-width: 414px) and (orientation: portrait) {
    .container {
        overflow-y: auto;
        min-height: 823px;
    }
}*/
/* @media (max-width: 1024) and (orientation: portrait) {
    .container {
        overflow-y: auto;
        min-height: 1070px;
    }
} */

/* .section-1, .section-2, .section-3, .section-4, .section-5 {
        height: 200px;
    }*/
@media (device-height: 280px) {
    .container {
        min-height: 280px;
        height: 280px !important;
    }

    .help-slider {
        height: 280px;
    }

    .section-1, .section-2, .section-3, .section-3, .section-4, .section-5 {
        padding-top: 0;
        margin-top: 0;
    }
}

/* @media (min-width: 1100px) {
    body {
        position: relative;
        background-size: cover;
    }

    .header {
        height: 59px;
        display: block;
        width: 100%;
    }



    h3 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    .close {
        height: 56px;
        width: 119px;
        background-image: url(../Images/russian_keno_images/closedesktop.png);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #1c242c;
        cursor: pointer;
        z-index: 9999;
    }



    .container {
        height: 651px;
        width: 1070px;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        overflow-y: hidden;
        transform: translate(-50%, -50%) !important;
        background-image: url(../Images/russian_keno_images/contentback.png);
    }

    .section-1,
    .section-2,
    .section-3,
    .section-4,
    .section-5 {
        height: 570px !important;
        padding: 120px;
        width: 1070px;
    }

    .help-slider {
        height: 630px;
    }
    p {
        padding-top: 27px;
        padding-bottom: 22px;
    }

    .img-one {
        width: 775px;
        height: 79px;
        background-image: url(../Images/russian_keno_images/desktop1.png);
        padding-top: 20px;
    }

    .img-two {
        width: 414px;
        height: 260px;
        background-image: url(../Images/russian_keno_images/desktop2.png);
    }

    .img-four {
        width: 403px;
        height: 221px;
        background-image: url(../Images/russian_keno_images/desktop4.png);
    }

    .section-3 {
        padding-top: 230px;
    }

    .section-4 {
        padding-top: 89px;
    }

    .section-5 {
        padding-top: 200px;
    }

} */

.menu-rules-popup-content.menu-rules {
    font-size: 13px;
    color: #ffffff;
    counter-reset: number;
    margin-top: 0%;
    /* width: 100%; */
    /* margin-left: 4%; */
    position: absolute;
    height: 100%;
}

@media (orientation: portrait) {
    .text-align-left {
        /* width: 320px; */
        text-align: justify;
    }

    .menu-rules-popup-content.menu-rules {
        font-size: 13px;
        color: #ffffff;
        counter-reset: number;
        /* margin-top: 20%; */
        /* width: 100%; */
        /* margin-left: 4%; */
        position: relative;
        height: 104%;
        top: 0;
        left: 0;
    }

    .help-slider {
        /* width: 95vw !important; */
    }

    .section-1, .section-2, .section-3, .section-4, .section-5 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .img-four {
    width: 100%;
    height: 187px;
    background-image: url(../Images/russian_keno_images/desktop4.png);
    background-size: contain;
    background-repeat: no-repeat;
    }
    .img-two {
        background-repeat: no-repeat;
        width: 100%;height: 199px;
        background-image: url(../Images/russian_keno_images/vertical2.png);
        background-size: contain;}
    .img-one {
        width: 100%;height: 102px;
        background-image: url(../Images/russian_keno_images/vertical1.png);
        padding-top: 15px;
        background-repeat: no-repeat;
        background-size: contain;}
}
