@font-face {
    font-family: 'bavaria_blackregular';
    src: url('../fonts/bavaria-black_hr-webfont.woff2') format('woff2'),
         url('../fonts/bavaria-black_hr-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bavaria_regularregular';
    src: url('../fonts/bavaria-regular_hr-webfont.woff2') format('woff2'),
         url('../fonts/bavaria-regular_hr-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.heading {
    font-family: 'bavaria_blackregular';
}

.container {
    max-width: 960px !important;
}

img {
    max-width: 100%;
}

body {
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    font-family: 'bavaria_regularregular';
    min-height: 100%;
    overflow-x: hidden;
}

body,
html {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
.btn {
    font-family: 'bavaria_blackregular';
}

.section--age-gate {
    height: 100vh;
    background-color: #0D3E8D;
    color: #fff;
    position: relative;
}

.section--game {
    min-height: 100vh;
    height: 100%;
    background-color: rgba(13, 62, 141, 0.9);
    color: #fff;
    position: relative;
}

.content--game {
    width: 350px;
    height: 600px;
    border-radius: 50px;
    background-color: #82A8D1;
    padding: 15px;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.16), 0 14px 22px 0 rgba(0,0,0,0.18), inset 0 -5px 9px 0 rgba(0,0,0,0.08);
}

.game {
    border-radius: 40px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(../images/game-bg.jpg);
    background-size: 100% 100%;
    position: relative;
}

.game-header {
    height: 60px;
    background-color: #0E3F8D;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 8px;
}

.lives-remaining li {
    margin: 0 1px;
    width: 20px;
    height: 20px;
    float: left;
    position:relative;
}

.lives-remaining li:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #07327C;
    z-index: 1;
}

.lives-remaining {
    height: 20px;
}

.lives-remaining li.active img {
    display: inline-block;
    z-index: 2;
    position: relative;
}

.lives-remaining li img {
    display: none;
}

.lives-remaining {
    font-size: 0;
}

.game-info--end {
    padding: 68px 14px 8px 14px;
}

.game-info--end h3 {
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}

.end-label {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}

.end-value {
    font-size: 32px;
    line-height: 45px;
    color: #E6220B;
}

.white-box {
    background-color: rgba(255, 255, 255, 0.85);
    color: #07327C;
    font-family: 'bavaria_blackregular';
    padding: 16px;
    margin-bottom: 8px;
}

.white-box .col {
    padding: 0 !important;
}

.white-box .col:first-child {
    border-right: 1px solid #07327C;
}

.game--intro__title {
    width: 190px;
    margin-bottom: 34px;
}

.game--intro {
    padding-top: 40px;
}

.game-header__inner {
    width: 100%;
    height: 60px;
    position: relative;
}

.header-item--time {
    position: absolute;
    right: 0;
    top: 2px;
}

.header-item__label {
    font-size: 10px;
    line-height: 15px;
}

.header-item--points {
    position: absolute;
    top: 2px;
    right: 50px;
}

.game-info {
    background-color: rgba(255, 255, 255, 0.85);
    margin: 68px 14px 8px 14px;
    font-size: 16px;
    color: #0E3F8D;
    padding: 16px 16px 42px 16px;
}

.game-info p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'bavaria_blackregular';
    margin-bottom: 8px;
}

.can-wrapper {
    text-align: center;
}

.can-wrapper .game--intro__can {
    width: 98px;
    margin-bottom: 34px;
}

.game .btn {
    max-width: 268px;
    height: 42px;
    line-height: 42px;
}

.game-info__points {
    margin: 16px 0 24px 0;
}

.start_game_btn_holder {
    margin-top: 16px;
}

.game-info__points img {
    max-width: 230px;
    max-height: 175px;
    margin-bottom: 0;
}

.lives-remaining {
    padding: 0;
    margin: 0;
}

.header-item--lives {
    width: 115px;
    margin-top: 5px;
}

.header-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 85px;
}


.header-item__content {
    font-size: 18px;
    line-height: 18px;
}

.lives-remaining li {
    display: inline-block;
}

.table--rang-lista,
.table--rang-lista thead,
.table--rang-lista thead th {
    border-top: 0;
    color: #0E3F8D;
    font-family: 'bavaria_blackregular';
}

.table--rang-lista thead {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #80A4CD;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #80A4CD;
}

.pagination {
    margin: 24px 0;
}

.pagination ul {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    font-size: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0 2px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: rgba(255, 255, 255, .85);
    font-size: 20px;
    font-family: 'bavaria_blackregular';
    float: left;
}

.pagination ul li a {
    color: #0D3E8D;
    text-decoration: none;
}

.pagination ul li.current {
    background-color: #0D3E8D;
}

.pagination ul li.current a {
    color: #fff;
}

.pagination-arrow {
    position: relative;
}

.pagination-arrow a,
.pagination-arrow img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section {
    position: relative;
    height: 100vh;
}

.section--inner-code,
.section--inner-prizes {
    height: 100vh !important;
}

.section--inner-code,
.section--intro-splash,
.section--age-gate,
.content--age-gate,
.section--inner-prizes,
.section--inner-register {
    min-height: 650px;
}

.section--inner p.copyright,
.section--intro p.copyright,
.section--inner p.copyright a,
.section--intro p.copyright a {
    color: #0D3E8D;
}

p.copyright {
    position: absolute;
    bottom: 16px;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

p.copyright img {
    margin-top: -10px;
}

p.copyright a {
    color: #fff;
    text-decoration: underline;
}

.content--age-gate {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}

.form--age-gate select {
    background: transparent;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #80A6CF;
    height: 60px;
}

.select-wrapper {
    position: relative;
}

.form--age-gate .form-control:focus {
    color: #fff;
    background-color: transparent;
    border: 1px solid #80A6CF;
    outline: 0;
    box-shadow: none;
}

.form--age-gate .select-wrapper:after {
    content: '';
    width: 14px;
    height: 9px;
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/arrow-down.svg);
    background-size: 14px 9px;
}

.bavaria-leto {
    margin-bottom: 64px;
}

.bavaria-leto.bavaria-leto--blue {
    margin-bottom: 24px;
}

.content--age-gate h3 {
    font-weight: 29px;
    line-height: 36px;
    margin-bottom: 8px;
}

.content--age-gate form {
    margin-bottom: 32px;
}

.content--age-gate p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 32px;
}

p.cookies--txt {
    font-size: 14px;
    line-height: 23px;
    color: #A1CAEF;
}

.cookies--txt a {
    color: #A1CAEF;
    text-decoration: underline;
}

.btn--enter {
    background-color: #D0AD22;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    height: 64px;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 24px;
}

.master-head {
    position: fixed;
    height: 60px;
    background-color: #0E3F8D;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.nav-item a {
    color: #fff;
    font-family: 'bavaria_blackregular';
}

.nav-link.active {
    color: #EFDE7B;
}

.navbar-brand {
    margin-left: 32px;
    margin-right: 32px;
}

.navbar {
    padding: 0;
}

.section--inner {
    padding: 100px 0;
    height: auto;
}

.section--inner-rules {
    font-size: 16px;
    line-height: 30px;
}
.section--inner-rules p,
.section--inner-rules ol,
.section--inner-rules ul,
.section--inner-rules dl {
    margin-bottom: 24px;
}

.content--white-bg {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 16px 20px;
    color: #0E3F8D;
}

.heading--white-bg {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 8px 16px;
    color: #0E3F8D;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center;
}

.form input[type=text] {
    height: 50px;
    border: 3px solid #0E3F8D;
    background-color: #fff;
    color: #0E3F8D;
    border-radius: 0;
    margin-bottom: 16px;
}

.form.form--register input[type=text] {
    margin-bottom: 8px;
}

.form.form--register .form-group {
    margin-bottom: 0;
}

.form--register .btn {
    margin-top: 8px;
}

.can-wrapper img {
    width: auto;
    max-height: 460px;
}

.form {
    font-size: 18px;
    line-height: 30px;
    color: #0E3F8D;
}

.form .form-check label {
    font-size: 14px;
    line-height: 23px;
    font-family: 'bavaria_blackregular';
}

.form label {
    margin-bottom: 0;
    font-family: 'bavaria_blackregular';
}

.form .form-check {
    margin-bottom: 0;
}

.form input:focus {
    outline: none;
    border: 3px solid #0E3F8D;
    background-color: #fff;
    color: #0E3F8D;
    box-shadow: none;
}

.form--code .btn {
    margin-bottom: 24px;
}

.vh-100--inner {
    height: calc(100vh - 100px);
}

.btn--blue {
    height: 64px;
    background-color: #0E3F8D;
    width: 100%;
    border-radius: 10px;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    line-height: 64px;
}

.btn--red {
    height: 64px;
    background-color: #E02020;
    width: 100%;
    border-radius: 10px;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    line-height: 64px;
}

.game-info--end .btn {
    font-size: 14px;
}

.section--intro  .intro-wrapper {
    margin: 32px 0 24px 0;
}

.section--intro .btn {
    width: 285px;
    margin-top: 24px;
}

.prize {

}

.prize__name {
    text-align: center;
    font-family: 'bavaria_blackregular';
    font-size: 18px;
    line-height: 22px;
}

.navbar-brand--mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    display: block;
}

.navbar-toggler {
    position: absolute;
    right: 0;
    top: 14px;
    width: 32px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    z-index: 99999;
}

.navbar-toggler span {
    height: 2px;
    width: 100%;
    background-color: transparent;
    position: relative;
}

.navbar-toggler.collapsed span {
    background-color: #fff;
}

.navbar-toggler span:before,
.navbar-toggler span:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: relative;
    display: block;
}

.navbar-toggler span:before {
    position: absolute;
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler.collapsed span:before {
    top: -8px;
    transform: rotate(0);
}

.navbar-toggler span:after {
    position: absolute;
    bottom: 0;
    transform: rotate(-45deg);
}

.navbar-toggler.collapsed span:after {
    bottom: -8px;
    transform: rotate(0);
}

@media(min-width: 992px){

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .75rem;
        padding-left: .75rem;
    }

    .navbar-brand--mobile {
        display: none;
    }
}

@media(max-width: 1280px){
    .into-img {
        max-width: 500px;
    }
}

@media(max-width: 991px){
    .copyright {
        padding: 0 10px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #0D3E8D;
        padding-top: 150px;
    }

    .navbar-collapse a {
        font-size: 22px;
    }

    .navbar-collapse .navbar-brand {
        display: none;
    }
    
    .navbar-collapse ul {
        text-align: center;
    }
}

@media(max-width: 767px){

    .bavaria-leto {
        margin-bottom: 40px;
        margin-top: 24px;
    }

    .bavaria-leto img {
        max-width: 177px;
    }

    .right-col-with-can {
        position: fixed;
        right: -50%;
        top: 205px;
        z-index: -1;
        height: 400px;
    }

    .into-img {
        max-width: 340px;
        width: 100%;
    }

    .content--age-gate h3 {
        font-size: 22px;
        line-height: 29px;
    }

    .content--age-gate p {
        font-size: 16px;
        line-height: 26px;
    }

    .form--age-gate select {
        height: 50px;
    }

    .section--age-gate,
    .content--age-gate {
        min-height: 750px;
    }

    .content--game {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        max-width: 100%;
    }

    .section--game {
        background-color: transparent;
    }

    .game {
        background-image: none;
        border-radius: 0;
    }

    .prize__img {
        text-align: center;
    }

    .prize__img img {
        width: 116px;
        margin-bottom: 15px;
    }

    .prize {
        margin-bottom: 8px;
    }

    .table--rang-lista {
        font-size: 12px;
    }

    .in-game header {
        display: none;
    }
    
    .in-game .game-header {
        position: fixed;
    }

    .in-game .copyright {
        display: none;
    }

    .content--game {
        width: 100%;
        height: 100vh;
        overflow: auto;
        margin-top: 0 !important;
        padding-top: 0;
    }

    .section--game {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        margin-top: 0 !important;
        padding-top: 0;
    }

    .game-info {
        padding-top: 30px;
        margin-top: 0;
        margin: 0 !important;
        border-radius: 0;
    }

    .content--game {
        padding-top: 130px;
        padding-left: 0;
        padding-right: 0;
    }

    .game-info--end .btn {
        font-size: 12px;
    }

    .game-info--end {
        padding: 68px 0 8px 0;
    }

    .white-box {
        padding: 10px;
    }

    .section--game .container {
        padding: 0 !important;
    }
}

@media(max-height: 820px) and (min-width: 768px){
    .section--game {
        min-height: 710px;
        margin-top: 60px;
        padding-top: 10px;
        padding-bottom: 60px;
        height: calc(100vh + 10px);
    }
}

@media(max-height: 700px) and (max-width: 767px){
    
    .content--game,
    .game-info {
        padding-top: 70px !important;
    }
}

@media(max-height: 630px) and (max-width: 767px){
    .content--game {
        min-height: 630px;
    }
}

@media(max-height: 820px){

    .section--game .my-auto {
        margin: 0 !important;
    }

    .can-wrapper img {
        width: auto;
        max-height: 360px;
    }

    .section--inner-prizes .copyright,
    .section--inner-register .copyright {
        position: relative;
        margin-top: 40px;
        bottom: 0;
    }

    .section--inner-register {
        min-height: 100%;
    }

}

.none {
    display: none;
}

#cookieAcceptBar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0E3F8D;
    color: #FFF;
    padding: 20px 0;
}
#cookieAcceptBar a {
    color: #CCC;
    text-decoration: underline;
}
