.header,
main .game h1,
main .carousel__item,
main .hero-cards li:has(ul),
main .info span,
main .content__best-offers-container .best-offer,
main .content .tab__label,
main .content .tab__close,
footer .footer__content,
.header__menu,
main .contant-wraper .sitebar #popularCasino li:has(ul) .header,
main .info tr,
main .content .tab__content,
footer,
.overlay .popup {
    background-color: #9C2828;
}

main,
footer .footer__content p,
main .contant-wraper .sitebar #popularCasino li:has(ul),
.btn_sitebar,
main .prime,
 main .content #popupCasinoList .best-offer {
    background-color: #651616;
}

.btn {
    background: #F8F71F;
}


.btn_sitebar span,
main .hero-cards li:has(ul) button {
    color: #F8F71F;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

main .contant-wraper .sitebar #popularCasino li:has(ul) div:nth-child(4) {
    border: #F8F71F 1px solid;
}


main .contant-wraper .sitebar #popularCasino li:has(ul) ul li,
main .hero-cards ul li {
    list-style-image: url(../img/icons/check-yellow2.svg);
}

main .contant-wraper .sitebar #popularCasino li:has(ul) .header .star-container .star {
    background-image: url("../img/icons/star-yellow2.svg");
}

main .info {
    background-image: unset;
    border: 1px solid #F8F71F;
}

main .game,
.overlay .popup {
    background-image: unset;
    border: 3px solid #F8F71F;
    padding: unset;
}

main .hero-cards {
    background-image: unset;
    border: 3px solid #F8F71F;
    padding: unset;
}

main .hero-cards li:has(ul),
main .hero-cards li:has(ul):nth-child(3) {
    border-bottom: 3px solid #F8F71F;
}


main .info tr {
    display: flex;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid #F8F71F;
    background-color: #9C2828;
}


main .info tr td:last-child {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #F8F71F;
}


main .game #full-screen {
    background-image: url("/img/icons/full-icon-yellow.svg");
}

main .game #full-screen.full {
    background-image: url("/img/icons/min-screen-yellow.svg");
}

.btn {
    border: 1px solid #F8F71F;
}

.carousel__item {
    border: #F8F71F 1px solid;
    border-radius: 6px;
}

main .info tr:first-child {
    border-top: #F8F71F 1px solid;
}

.item__btn:hover,
.best-offer__btn:hover {
    filter: unset;
    background-color: inherit;
    color: #F8F71F;
    border: #F8F71F 1px solid;
}

.game__button:hover {
    filter: unset;
    color: #F8F71F;
    border: #F8F71F 1px solid;
    background-color: #9C2828;
}

main .contant-wraper .sitebar #popularCasino li:has(ul) {
    border: #F8F71F 1px solid;

}

.item__btn:active,
.best-offer__btn:active,
.game__button:active {
    background-color: #A63D27;
}

.btn_sitebar:hover {
    filter: unset;
    background: #9C2828;
    border-radius: 7px;
}

.btn_sitebar:active {
    background: #F8F71F;

}

.btn_sitebar:hover span {
    color: #F8F71F;
}

.btn_sitebar:active span {
    color: #651616
}

.to-top {
    background: #651616;
}