/* ------- General ------- */

#gamingTop,
#gamingInfo,
#gamingForm {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* ------- Top ------- */

#gamingTop {
    background-image: url("../../images/gaming/assets/bg-top.jpg");
}

#gamingTop .headerContainer {
    position: absolute;
    width: 100rem;
    left: 20rem;
    top: 50%;
    transform: translateY(-50%);
}

#gamingTop .h1 {
    margin: 0 0 5.6rem 0;
    font-size: 10.0rem;
    line-height: 10.75rem;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
    text-shadow: 0 0 0.4rem #000000;
}

#gamingTop .text {
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 400;
    text-shadow: 0 0 0.6rem #000000;
}

#gamingTop .button {
    margin-top: 5.6rem;
    background-color: #003DA5;
}


/* ------- Info ------- */
#gamingInfo {
    background-image: url("../../images/gaming/assets/bg-info.jpg");
    background-position: bottom center;
}

#gamingInfo .text {
    padding: 1rem 18rem 6.0rem 18rem;
}

#gamingInfo .text .strong {
    font-weight: 900;
}

#gamingInfo .button {
    margin: auto;
}


/* ------- Prices ------- */

#gamingPrices {
    background: linear-gradient(121.15deg, rgba(15, 64, 169, 0.5) -44.87%, rgba(6, 25, 67, 0.5) 201.68%);
}

#gamingPrices .pricesContainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 14.0rem;
    /*gap: 6.6rem;*/
    gap: 16rem;
}

#gamingPrices .pricesContainer .item {
    width: 35.0rem;
}

#gamingPrices .pricesContainer img {
    width: 31.0rem;
    height: 37.0rem;
    object-fit: contain;
}

#gamingPrices .pricesContainer img.img03 {
    width: 24.0rem;
}

#gamingPrices .pricesContainer img.img04 {
    width: 22.0rem;
}

#gamingPrices .pricesContainer img.img05 {
    left: 50%;
    transform: translateX(-50%);
    width: 60.0rem;
}

#gamingPrices .pricesContainer img.img06 {
    width: 31.0rem;
    height: 37.0rem;
}

#gamingPrices .pricesContainer img.img07 {
    width: 31.0rem;
    height: 37.0rem;
}

#gamingPrices .pricesContainer .name {
    margin-top: 6.0rem;
    font-size: 3.0rem;
    line-height: 3.8rem;
    font-weight: 400;
    text-transform: uppercase;
}


/* ------- Road ------- */

#gamingRoad {
    background: linear-gradient(121.15deg, rgba(15, 64, 169, 0.5) -44.87%, rgba(6, 25, 67, 0.5) 201.68%);
}

#gamingRoad .events {
    display: flex;
    width: 100%;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
}

#gamingRoad .events .item,
#gamingRoad .bonusItem {
    display: flex;
    height: 27rem;
    width: 29rem;
    background: linear-gradient(360deg, #0C307E 0%, #1658E4 100%);
    border-radius: 1.0rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
}

#gamingRoad .events .item.active,
#gamingRoad .bonusItem.active {
    opacity: 1;
    border: solid 0.1rem #ffffff;
}

#gamingRoad .events .item .turn,
#gamingRoad .bonusItem .turn {
    font-size: 10.0rem;
    line-height: 11.0rem;
    font-weight: 900;
}

#gamingRoad .events .item .span,
#gamingRoad .bonusItem .span {
    font-size: 2.7rem;
    line-height: 5.7rem;
    font-weight: 700;
}

#gamingRoad .events .item .draw,
#gamingRoad .bonusItem .draw {
    font-size: 2.0rem;
    line-height: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
}

#gamingRoad .bonusItem {
    margin: 8rem auto 6rem auto;
    width: 55.0rem;
}

#gamingRoad .bonusItem .turn {
    font-size: 4.0rem;
    line-height: 8.0rem;
    text-transform: uppercase;
}


/* ------- Birells ------- */

#gamingBirells .birellSelection {
    margin-left: 4rem;
    margin-right: 4rem;
    justify-content: center;
}




@media only screen and ((max-width: 1000px) or (orientation: portrait)) {

    /* ------- General ------- */

    #gamingTop,
    #gamingInfo,
    #gamingForm {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #gamingStaticTop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    #gamingStaticTop a {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 45;
    }

    #gamingStaticTop .birellLogo {
        width: 14.4rem;
        height: 6.6rem;
        background-image: url("../../images/logo-menu.svg");
        background-position: bottom center;
        background-size: cover;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        pointer-events: auto;
    }


    /* ------- Top ------- */

    #gamingTop {
        background-image: url("../../images/gaming/assets/bg-top-mobile.jpg");
    }

    #gamingTop .headerContainer {
        display: flex;
        width: 100%;
        height: 100%;
        left: 0;
        text-align: center;
        flex-direction: column;
        justify-content: space-between;
    }

    #gamingTop .headerMist {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 48rem;
        background-image: linear-gradient(transparent 00%, #000000 140%);
    }

    #gamingTop .h1 {
        margin: 7rem auto 0 auto;
        font-size: 4.2rem;
        line-height: 5.4rem;
        font-weight: 900;
        text-transform: uppercase;
        border: none;
    }

    #gamingTop .bottomPart {
        margin-bottom: 4rem;
    }

    #gamingTop .text {
        font-size: 2.0rem;
        line-height: 2.6rem;
        font-weight: 400;
    }

    #gamingTop .button {
        margin: 1.4rem auto 0 auto;
        background-color: #003DA5;
    }


    /* ------- Info ------- */
    #gamingInfo {
        background-image: url("../../images/gaming/assets/bg-info-mobile.jpg");
        background-position: bottom center;
    }

    #gamingInfo .text {
        padding: 0rem 0rem 3rem 0rem;
    }


    /* ------- Prices ------- */

    #gamingPrices {
        background: linear-gradient(121.15deg, rgba(15, 64, 169, 0.5) -44.87%, rgba(6, 25, 67, 0.5) 201.68%);
    }

    #gamingPrices .pricesContainer {
        display: block;
        margin: 8rem -4rem 0 -4rem;
        width: calc(100% + 8rem);
    }

    #gamingPrices .pricesContainer .item {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #gamingPrices .pricesContainer .itemInner {
        width: calc(100% - 8rem);
    }

    #gamingPrices .pricesContainer img {
        width: 94%;
        height: 30rem;
    }

    #gamingPrices .pricesContainer img.img02 {
        width: 80%;
        height: auto;
    }

    #gamingPrices .pricesContainer img.img03 {
        width: 66%;
        height: auto;
    }

    #gamingPrices .pricesContainer img.img04 {
        width: 66%;
        height: auto;
    }

    #gamingPrices .pricesContainer img.img05 {
        margin-bottom: 3rem;
        left: 0;
        transform: translateX(0);
        width: 80%;
        height: 16rem;
    }

    #gamingPrices .pricesContainer img.img06 {
        width: 66%;
        height: auto;
    }

    #gamingPrices .pricesContainer img.img07 {
        width: 66%;
        height: auto;
    }

    #gamingPrices .pricesContainer .name {
        margin-top: 2.0rem;
        font-size: 2.8rem;
        line-height: 3.6rem;
        font-weight: 400;
        text-transform: uppercase;
    }


    /* ------- Road ------- */

    #gamingRoad {
        background: linear-gradient(121.15deg, rgba(15, 64, 169, 0.5) -44.87%, rgba(6, 25, 67, 0.5) 201.68%);
    }

    #gamingRoad .events {
        display: flex;
        width: 100%;
        gap: 1.2rem;
        flex-wrap: wrap;
    }

    #gamingRoad .events .item {
        height: 22rem;
        width: 48%;
    }

    #gamingRoad .events .item .turn {
        font-size: 6.0rem;
        line-height: 6.0rem;
    }

    #gamingRoad .events .item .span,
    #gamingRoad .bonusItem .span {
        margin-top: 1.2rem;
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    #gamingRoad .events .item .draw,
    #gamingRoad .bonusItem .draw {
        margin-top: 1.2rem;
        font-size: 1.7rem;
        line-height: 2.3rem;
    }

    #gamingRoad .bonusItem {
        margin: 3rem auto 3rem auto;
        width: 100%;
    }
    
    #gamingRoad .bonusItem .turn {
        margin-bottom: 1rem;
        width: 80%;
        font-size: 3.6rem;
        line-height: 4.4rem;
        text-transform: uppercase;
    }


    /* ------- Birells ------- */

    #gamingBirells .birellSelection {
        margin: 4rem -2rem 0 -2rem;
        padding: 0;
    }

}


/* ----------------- Mobile 360px ----------------- */
@media only screen and (max-width: 500px) {

    /* ------- General ------- */

    #gamingTop,
    #gamingInfo,
    #gamingForm {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #gamingStaticTop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    #gamingStaticTop a {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 45;
    }

    #gamingStaticTop .birellLogo {
        width: 14.4rem;
        height: 6.6rem;
        background-image: url("../../images/logo-menu.svg");
        background-position: bottom center;
        background-size: cover;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        pointer-events: auto;
    }


    /* ------- Top ------- */

    #gamingTop {
        background-image: url("../../images/gaming/assets/bg-top-mobile.jpg");
    }

    #gamingTop .headerContainer {
        display: flex;
        width: 100%;
        height: 100%;
        left: 0;
        text-align: center;
        flex-direction: column;
        justify-content: space-between;
    }

    #gamingTop .headerMist {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 48rem;
        background-image: linear-gradient(transparent 00%, #000000 140%);
    }

    #gamingTop .h1 {
        margin: 7rem auto 0 auto;
        font-size: 4.2rem;
        line-height: 5.4rem;
        font-weight: 900;
        text-transform: uppercase;
        border: none;
    }

    #gamingTop .bottomPart {
        margin-bottom: 4rem;
    }

    #gamingTop .text {
        font-size: 2.0rem;
        line-height: 2.6rem;
        font-weight: 400;
    }

    #gamingTop .button {
        margin: 1.4rem auto 0 auto;
        background-color: #003DA5;
    }


    /* ------- Info ------- */
    #gamingInfo {
        background-image: url("../../images/gaming/assets/bg-info-mobile.jpg");
        background-position: bottom center;
    }

    #gamingInfo .text {
        padding: 0rem 0rem 3rem 0rem;
    }


    /* ------- Prices ------- */

    #gamingPrices {
        background: linear-gradient(121.15deg, rgba(15, 64, 169, 0.5) -44.87%, rgba(6, 25, 67, 0.5) 201.68%);
    }

    #gamingPrices .pricesContainer {
        display: block;
        margin: 8rem -4rem 0 -4rem;
        width: calc(100% + 8rem);
    }

    #gamingPrices .pricesContainer .item {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #gamingPrices .pricesContainer .itemInner {
        width: calc(100% - 8rem);
    }

    #gamingPrices .pricesContainer img {
        width: 94%;
        height: 30rem;
    }

    #gamingPrices .pricesContainer img.img02 {
        width: 80%;
        height: auto;
    }

    #gamingPrices .pricesContainer img.img03 {
        width: 66%;
        height: auto;
    }

    #gamingPrices .pricesContainer img.img04 {
        width: 66%;
        height: auto;
    }

    #gamingPrices .pricesContainer img.img05 {
        margin-bottom: 3rem;
        left: 0;
        transform: translateX(0);
        width: 80%;
        height: 16rem;
    }

    #gamingPrices .pricesContainer .name {
        margin-top: 2.0rem;
        font-size: 2.8rem;
        line-height: 3.6rem;
        font-weight: 400;
        text-transform: uppercase;
    }


    /* ------- Road ------- */

    #gamingRoad {
        background: linear-gradient(121.15deg, rgba(15, 64, 169, 0.5) -44.87%, rgba(6, 25, 67, 0.5) 201.68%);
    }

    #gamingRoad .events {
        display: flex;
        width: 100%;
        gap: 1.2rem;
        flex-wrap: wrap;
    }

    #gamingRoad .events .item {
        height: 22rem;
        width: 48%;
    }

    #gamingRoad .events .item .turn {
        font-size: 6.0rem;
        line-height: 6.0rem;
    }

    #gamingRoad .events .item .span,
    #gamingRoad .bonusItem .span {
        margin-top: 1.2rem;
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    #gamingRoad .events .item .draw,
    #gamingRoad .bonusItem .draw {
        margin-top: 1.2rem;
        font-size: 1.7rem;
        line-height: 2.3rem;
    }

    #gamingRoad .bonusItem {
        margin: 3rem auto 3rem auto;
        width: 100%;
    }
    
    #gamingRoad .bonusItem .turn {
        margin-bottom: 1rem;
        width: 80%;
        font-size: 3.6rem;
        line-height: 4.4rem;
        text-transform: uppercase;
    }


    /* ------- Birells ------- */

    #gamingBirells .birellSelection {
        margin: 4rem -2rem 0 -2rem;
        padding: 0;
    }

}

