.bingo {
    position: relative;
    background: #021c31;
    padding: 40px 20px;
    text-align: center;
    overflow: hidden;
}

.bingo ._rel {
    z-index: 99;
}

.bingo .logo {
    margin: 0 auto 50px;
    width: 300px;
}

.bingo.mob .logo {
    width: 100%;
}

.bingo .desc-h {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
}

.bingo .main p#noteikumi {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline;
    padding-bottom: 40px;
    cursor: pointer;
}

.bingo .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .bingo .flex {
        flex-direction: column;
    }
}

.bingo .main .qr {
    width: 150px;
    height: auto;
}

.bingo .splat1,
.bingo .splat2 {
    position: absolute;
    height: auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.bingo .splat1 {
    top: 0;
}

.bingo .splat2 {
    bottom: 0;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.bingo .img1,
.bingo .img2,
.bingo .feja {
    width: auto;
}

.bingo .main.dsk .img1,
.bingo .main.dsk .img2 {
    width: 280px;
}

.bingo .feja {
    position: absolute;
    top: 0;
    left: 70%;
    width: auto;
}

.bingo .feja_static {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(110%);
    width: auto;
}

.bingo .rules .heading {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
}

.bingo .rules .rule .subheading {
    color: #0086FF;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.bingo .rules .rule .desc {
    color: #FFF;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.bingo .rules .rule {
    padding-bottom: 40px;
    max-width: 700px;
    margin: 0 auto;
}

.bingo .btn-back {
    display: inline-block;
    position: absolute;
    left: 0;
    color: #fff;
    background-color: #0086ff;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    top: 0;
}

.bingo .btn-back .fa {
    padding-right: 20px;
}

.bingo.mob .flex {
    flex-direction: column;
}

.bingo.mob .flex .btn2022 {
    display: inline-block;
    color: #fff;
    position: relative;
    outline: 0;
    border: 0;
    background-color: #000000;
    font-size: 14px;
    font-weight: 700;
    max-width: 700px;
    padding: 12px 89px 12px 20px;
    box-sizing: border-box;
    white-space: nowrap;
    transition: 0.3s;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.bingo.mob .flex .btn2022.blue {
    background-color: #0086ff;
}

.bingo.mob .flex .btn2022::after {
    content: '';
    position: absolute;
    display: block;
    top: 19px;
    right: 20px;
    height: 20px;
    width: 42px;
    background: transparent url(/img/leads/voice_2022/arrow.svg) no-repeat;
    z-index: 1;
}

.bingo.mob .choose {

}

.bingo.mob .choose .flexbox {
    display: flex;
    gap: 20px;
    width: 100%;
}

.bingo.mob .choose .flexbox .item {
    flex: 1;
    height: 155px;
    display: grid;
    place-content: center;
    border: 1px solid;
    color: #FAC8D2;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
}

.bingo.mob .leader .number-generator {
    color: #fff;
    text-align: center;
    font-size: 120px;
    font-weight: 900;
    line-height: 100%;
}

.bingo.mob .leader .generate {
    border: 1px solid;
    color: #FAC8D2;
    height: 65px;
    display: grid;
    place-content: center;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    width: 100%;
    max-width: 700px;
}

.bingo.mob .leader .previous-numbers .flexbox {
    display: flex;
    color: #fff;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.bingo.mob .leader .previous-numbers .flexbox .item {
    width: 60px;
    height: 60px;
    display: grid;
    place-content: center;
    border: 1px solid #FAC8D2;
    font-size: 20px;
    font-weight: 700;
    line-height: 14px;
}

.bingo.mob .bingo-container {
    background: #021c31;
    background-size: cover;
    padding: 50px;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 0 40px 10px rgba(250, 200,210, 0.5);
}

.bingo.mob .bingo-header {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

.bingo.mob .header-letter {
    color: white;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
}

.bingo.mob .bingo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    aspect-ratio: 1/1;
}

.bingo.mob .number-cell {
    background: rgba(2, 28, 49, 1);
    border: 1px solid #FAC8D2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1rem, 3vw, 1.8rem);
    aspect-ratio: 1 / 1;
    cursor: pointer;
    transition: background-color 0.3s;
}

.bingo.mob .number-cell:has(.free) {
    border: none;
}

.bingo.mob .number-cell span {
    background: transparent;
    width: 75%;
    height: 75%;
    border-radius: 100%;
    display: grid;
    place-content: center;
}

.bingo.mob .number-cell span .free-space-img {
    width: 100%;
}

.bingo.mob .number-cell span.marked {
    background: #ed008c;
}

.bingo.mob .number-cell span.marked.free {
    background: transparent;
    width: 100%;
    height: 100%;
}

.bingo.mob .number-cell:hover {
    background: rgba(40, 40, 60, 0.8);
}

.bingo.mob .range-indicator {
    background: #381b51;
    color: white;
    padding: 12px;
    text-align: center;
    font-size: clamp(0.7rem, 2vw, 1rem);
    border: 1px solid #FAC8D2;
    line-height: 1.2;
    box-sizing: border-box;
    font-weight: 700;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 435px) {
    .bingo.mob .bingo-container {
        padding: 10px;
    }

    .bingo.mob .bingo-grid {
        gap: 5px;
    }

    .bingo.mob .bingo-header {
        gap: 5px;
    }

    .bingo.mob .number-cell {
        border-width: 1px;
    }

    .bingo.mob .range-indicator {
        padding: 6px;
    }
}

@media screen and (max-width: 767px) {
    .bingo .rules {
        padding-top: 70px;
    }
}

.bingo .new-game {
    margin-top: 20px;
    color: #FAC8D2;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.bingo .back-click {
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.bingo .winner-text {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    line-height: 100%;
}

.bingo .lottieWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 375px;
    pointer-events: none;
    z-index: 9999999999999;
}

