.casino-table {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    grid-auto-rows: auto;
    border-radius: 14px;
    box-shadow: 0px 2px 9px 0 #000;
    border: solid 2px #ffb600;
    padding: 15px 0;
    position: relative;
    min-height: 210px;
}
.casino-table.first {
    box-shadow: 0 0 50px 2px rgba(255, 102, 0, 0.65);
}

.casino-table__rank {
    position: absolute;
    top: -18px;
    left: 13px;
    height: 40px;
    padding: 0px 12px 0px 4px;
    border-radius: 20px;
    background-color: #ffb600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #1d1c19;
    letter-spacing: 0.7px;
}
.casino-table.first .casino-table__rank {
    border: solid 1px #fffa6d;
    background-color: #fffa6d;
    box-shadow: 0 0 10px 2px rgba(255, 102, 0, 0.65), inset 0 0 10px 3px rgba(255, 102, 0, 0.65);
}
.casino-table__rank-number {
    width: 30px;
    height: 30px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: #ffb600;
    background-color: #1d1c19;
    border-radius: 100%;
    margin-right: 8px;
}

.casino-table {
    display: flex;
}
.casino-table__cell {
    width: calc((100% - 200px) / 4);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.casino-table__cell-1 {
    width: 200px;
    flex-direction: column;
    padding: 15px 15px 0;
}
.casino-table__cell-1 .casino-table__logo {
    width: 100%;
    max-width: 138px;
}
.casino-table__cell-1 .casino-table__logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100px;
}
.casino-table__cell-1 .casino-table__title {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 100%;
    max-width: 170px;
    height: 55px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.casino-table__cell-2 {
    flex-direction: column;
}
.casino-table__cell-2 .promo-img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.casino-table__cell-2 .promo-img__holder {
    margin-bottom: 17px;
}
.casino-table__cell-2 .promo__feature-item {
    list-style-type: none;
    font-size: 12px;
    letter-spacing: 0.56px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 3px;
}
.casino-table__cell-2 .promo__feature-item span {
    color: #fff;
}
.promo__award {
    text-shadow: 0.5px 0.9px 1px #000;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    flex-direction: column;
    background: #bf0000;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    max-width: 220px;
}
.promo__award strong {
    font-weight: 700;
}
.casino-table__cell-2 .casino-announce {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}
.casino-table__cell-2 img {
    max-width: 100%;
}
.casino-table .casino-table__offer .casino-table__bonus-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    line-height: 0.85;
    letter-spacing: 0px;
}
.casino-table__bonus-title span {
    color: #ffb500;
    font-size: 25px;
}
.casino-table__bonus-title span.bonus-small {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    font-family: initial;
}

.casino-table__cell-4 {
    flex-direction: column;
}
.loop-container {
    width: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
    -webkit-mask-image: linear-gradient( to right, transparent 0%, black 10%, black 90%, transparent 100% );
}
.casino-table .payment-options {
    position: relative;
    left: 0;
    top: 0;
    white-space: nowrap;
    width: 100%;
}
.casino-table .payment-options::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: inherit;
    background-size: cover;
    background-position: center;
    background-image: url(../logo/payment-options.jpg);
    background-repeat: repeat-x;
    animation: loop-animation 30s linear infinite;
    width: 100%;
    height: 50px;
    margin: 20px 0 10px;
}
@keyframes loop-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1000px 0;
    }
}
.btn.btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    height: 62px;
    padding: 0 28px;
    padding-top: 0px;
    border-radius: 100px;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.45);
    background-color: #00aa63;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
    line-height: 1.2;
    letter-spacing: 1px;
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: border-box;
    text-transform: uppercase;
    position: relative;
    transition: all 0.2s ease-in-out;
    padding-top: 0 !important;
}
.btn.btn-main:hover {
    transform: scale(1.05);
    background-color: #00aa63;
    color: #fff;
}
.btn.btn-main::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: -3px;
    background: linear-gradient(to bottom, #73d0a9, #005732);
    border-radius: 100px;
}
.btn.btn-main::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: #00aa63;
    border-radius: 100px;
}
.btn.btn-main span {
    position: relative;
    z-index: 1;
}
.casino-table__cell-mobile {
    display: none;
}
@media screen and (max-width: 991px) {
    .casino-table {
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .casino-table__cell-1 {
        width: 100%;
        flex-direction: row;
        padding-bottom: 15px;
    }
    .casino-table__cell-1 .casino-table__logo, .casino-table__cell-1 .casino-table__title {
        width: 50%;
        max-width: initial;
    }
    .casino-table__cell-1 .casino-table__logo img {
        width: 100%;
        max-width: 111px;
        height: auto;
    }

    .casino-table__cell-2, .casino-table__cell-3, .casino-table__cell-4 {
        display: none;
    }
    .casino-table__cell-mobile {
        display: flex;
        width: 100%;
    }
    .casino-table__cell-mobile .left, .casino-table__cell-mobile .right {
        width: 50%;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        gap: 17px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .mobile-p {
        padding: 0;
    }

    .promo__award {
        width: 100%;
        max-width: initial;
        display: flex;
        flex-direction: revert;
        gap: 5px;
    }
    .casino-table__cell-5 {
        width: 100%;
        margin-top: 15px;
    }
    .casino-table .payment-options::after {
        margin-bottom: 0;
    }
}

@media(max-width: 575px) {
    .casino-table__rank {
        font-size: 4vw;
        height: 8.5333333333vw;
    }
    .casino-table__rank-number {
        font-size: 3.2vw;
        width: 6.4vw;
        height: 6.4vw;
        margin-right: 2.6666666667vw;
    }
    .casino-table__cell-mobile {
        padding: 0 5px;
    }
    .casino-table__cell-mobile .left, .casino-table__cell-mobile .right {
        padding: 0 5px;
    }
    .promo__features-list .promo__feature-item {
        font-size: 2.6vw;
        color: rgba(255, 255, 255, 0.5);
    }
    .promo__features-list .promo__feature-item span {
        color: #fff;
    }
    .casino-table__bonus-title {
        font-size: 3.2vw;
        line-height: 1;
    }
    .casino-table__bonus-title span {
        font-size: 21px;
    }
    .casino-table__bonus-title span.bonus-small {
        font-size: 11px;
    }
}

