.review-error {
    color: red;
    font-weight: bold;
    padding: 20px;
}

.review-thank {
    color: green;
    font-size: 3rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.typeFarm_1__help p {
    text-align: center;
}

.content h2 {
    font-size: 2.5rem;
}

.content h3 {
    font-size: 2rem;
}

.basket-coupon-text{
    color: #000;
}
.basketCoupon .close-link{
    color: #000;
    cursor: pointer;
    background: #fff;
    padding: 3px 10px;
    box-sizing: border-box;
    border-radius: 12px;
    margin: 0 0 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}
.basketCoupon .close-link:hover, .basketCoupon .close-link:focus{
    background: #16202f;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gamePayment {
    flex-direction: column;
}

.payeer__submit {
    background: #5095D3;
    border-radius: 3px;
    color: #fff;
    padding: 10px 110px;
    font-size: 18px;
}

.payeer__submit:hover {
    cursor: pointer;
}

/* Product hero LCP: real <img> beats CSS background for PageSpeed */
.wrapSectionHeader {
    position: relative;
}
.wrapSectionHeader > .bhHeroLcpImg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
    user-select: none;
}
.wrapSectionHeader > .sectionHeader {
    position: relative;
    /* Above hero/title band (z-index:2). Inline style in header.php must match —
     * otherwise sticky burger is painted under page content while scrolling. */
    z-index: 100;
}
/* Themed heroes paint photo via ::before — drop it when LCP <img> is present */
main.pageCard_1 > .wrapSectionHeader:has(> .bhHeroLcpImg)::before {
    content: none !important;
    display: none !important;
    background-image: none !important;
}