.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 .contant-wraper .sitebar #popularCasino li:has(ul),
main .content .tab__content,
.footer {
    background-color: #006C38;
}



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

.btn {
    background: #FFC91C;
}

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

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

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

main .info,
main .contant-wraper .sitebar #popularCasino li:has(ul) div:nth-child(4) {
    border: 1px solid #FFC91C;
    background-image: unset;
}


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

.to-top {
    background: #005312;
}


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");
}