.background {
    background-image: url(../../images/gold_fon.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    min-height: 100vh;
}
.background span {
    display: none;
}
#dle-content {
    background-color: transparent!important;
    box-shadow: none!important;
}
footer {
    display: none;
}
.g_coupons {
    width: 100%;
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.g_coupons_container {
    width: 100%;
}
.g_coupons h1 {
    font-family: 'Montserrat', 'Segoe UI', sans-serif; 
    font-weight: 800; /* Extra Bold */
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    background: linear-gradient(to bottom, #fdf0a6 0%, #dca83a 45%, #966512 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0px 1px 1px rgba(255, 255, 255, 0.767));
    margin-top: 30px;
}
.g_coupons_limit {
    width: max-content;
    max-width: 100%;
    margin: 30px auto 0px;
    text-align: center;
}
.g_coupons_limit span {
    font-family: 'Montserrat', 'Segoe UI', sans-serif; 
    font-size: 12px;
    line-height: 16px;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #fdf0a6 0%, #dca83a 45%, #966512 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.g_coupons_limit_box {
    display: flex;
    align-items: center;
    width: max-content;
    height: max-content;
    max-width: 100%;
    padding: 12px 24px 10px;
    border-radius: 10px;

    background: linear-gradient(10deg, #fdf0a6 0%, #dca83a 50%, #966512 100%) border-box;
    margin-top: 10px;
}
.g_coupons_limit_box h4 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    margin: 0px 5px;
    font-family: 'Montserrat', 'Segoe UI', sans-serif; 
    color: white;
}
.g_coupons_form {
    background-color: white;
    box-shadow: var(--shadow-window);
    border-radius: 20px;
    padding: 20px;

    max-width: 500px;
    margin: 30px auto 0px;
}
.g_coupons_form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.g_coupons_form label span {
    font-size: 16px;
    line-height: 20px;
    color: rgb(56, 56, 56);
    font-weight: 600;
    font-family: 'Montserrat', 'Segoe UI', sans-serif; 
    background: linear-gradient(to bottom, #fdf0a6 0%, #dca83a 45%, #966512 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.g_coupons_form label input {
    margin-top: 6px;
    height: 42px;
    border-radius: 20px;
    padding: 0px 20px;
    font-size: 18px;
    border: 2px solid transparent;
    color: rgb(56, 56, 56);
    border-radius: 8px; /* Закругление углов */
    background: 
    linear-gradient(#ffffff, #ffffff) padding-box, /* Белый фон внутри инпута */
    linear-gradient(135deg, #fdf0a6 0%, #dca83a 50%, #966512 100%) border-box; /* Золотой градиент */
}

.cf-turnstile {
    margin: 20px 0px 0px;
    display: flex;
    justify-content: center;
}

.g_coupons_form button {
    background: linear-gradient(135deg, #fdf0a6 0%, #dca83a 50%, #966512 100%) border-box;
    color: white;
    border: none;
    font-family: 'Montserrat', 'Segoe UI', sans-serif; 
    border-radius: 12px;
    width: 100%;
    font-weight: 700;
    height: 42px;
    cursor: pointer;
    margin-top: 20px;
}

.g_coupons_form button:disabled {
    cursor: default;
    opacity: 0.5;
}
.g_coupons_desc {
    max-width: 500px;
    width: 100%;
    padding: 20px 30px;
    background-color: white;
    box-shadow: var(--shadow-window);
    margin: 50px auto 30px;
    border-radius: 20px;
    color: rgb(56, 56, 56);
}
.g_coupons_desc_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.g_coupons_desc h2 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: rgb(56, 56, 56);
}
.g_coupons_desc_top span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.g_coupons_desc_top span.arrow_up {
    transform: rotate(-135deg); 
}
.g_coupons_desc_hide {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0px 0px;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}
.g_coupons_desc_hide.open {
    max-height: 1500px; 
    opacity: 1;
    padding: 20px 0px 20px;
}
.g_coupons_desc p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 16px;
}
.g_coupons_desc p em {
    font-weight: 600;
}
.g_coupons_desc_p_1 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}
.g_coupons_desc h3 {
    margin-top: 25px;
    font-size: 18px;
    line-height: 22px;
}
.g_coupons_desc ul {
    margin-top: 14px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
}
.g_coupons_desc ul li {
    margin-bottom: 10px;
}

@media screen and (max-width: 550px) {
    .background {
        background-image: url(../../images/gold_fon_mobail.webp);
    }
}

@media screen and (max-width: 450px){

    .g_coupons h1 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 20px;
    }
    .g_coupons_limit {
        margin: 30px auto 0px;
    }
    .g_coupons_limit span {
        font-size: 12px;
        line-height: 16px;
    }
    .g_coupons_limit_box {
        padding: 10px 20px 8px;
        margin-top: 6px;
    }
    .g_coupons_limit_box h4 {
        font-size: 32px;
        line-height: 36px;
        margin: 0px 5px;
    }
    .g_coupons_form {
        padding: 20px;
        margin: 30px auto 0px;
    }
    .g_coupons_form label {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
    }
    .g_coupons_form label span {
        font-size: 14px;
        line-height: 18px;
    }
    .g_coupons_form label input {
        margin-top: 6px;
        height: 38px;
        padding: 0px 14px;
        font-size: 16px;
    }
    .g_coupons_form button {
        border-radius: 12px;
        height: 38px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 14px;
    }
    .g_coupons_desc {
        padding: 20px 20px;
        margin: 40px auto 20px;
    }
    
    .g_coupons_desc h2 {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: rgb(56, 56, 56);
    }
 
    .g_coupons_desc p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 14px;
    }
    .g_coupons_desc_p_1 {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
    }
    .g_coupons_desc h3 {
        margin-top: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .g_coupons_desc ul {
        margin-top: 12px;
        font-size: 12px;
        line-height: 16px;
        padding-left: 20px;
    }
    .g_coupons_desc ul li {
        margin-bottom: 8px;
    }

}
      