/* .disable-ads-page {
    padding: 40px 0;
    min-height: 60vh;
} */

.disable-ads {
    background: white;
    border: 1px solid #eae8e8;
    border-radius: 10px;
    margin: 20px auto;
    padding-bottom: 40px;
}

.disable-ads__title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.disable-ads__content {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body.dark .disable-ads__content {
    background: #424242;
}

.disable-ads__description {
    margin-bottom: 30px;
    padding: 0 15px;
}

.disable-ads__description p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
    text-indent: 20px;
}

.disable-ads__benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.disable-ads__benefits li {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.disable-ads__benefits li:last-child {
    border-bottom: none;
}

.disable-ads__price {
    text-align: center;
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

body.dark .disable-ads__price {
    background: #424242;
}

.disable-ads__price-value {
    display: block;
    font-size: 48px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 5px;
}

.disable-ads__price-label {
    display: block;
    font-size: 14px;
    color: #666;
}

.disable-ads__form {
    text-align: center;
    margin-bottom: 40px;
}

.disable-ads__button {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
}

.disable-ads__button:hover {
    background: #0056b3;
    box-shadow: 0 6px 12px rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
}

.disable-ads__button:active {
    transform: scale(0.98);
}

.disable-ads__success {
    max-width: 600px;
    margin: 0 auto;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
}

.disable-ads__success-text {
    font-size: 20px;
    font-weight: bold;
    color: #155724;
    margin-bottom: 15px;
}

.disable-ads__success-date {
    font-size: 16px;
    color: #155724;
}

.main__tg-zone {
    display: none;
}

/* Стили для страницы ожидания оплаты */
.disable-ads__button-link {
    display: inline-block;
    text-decoration: none;
}

.disable-ads__button-container {
    text-align: center;
    margin-top: 30px;
}

.disable-ads__intro-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.disable-ads__payment-button-container {
    text-align: center;
    margin: 30px 0;
}

.disable-ads__button--primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    font-size: 20px;
    padding: 18px 50px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
}

.disable-ads__button--primary:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    box-shadow: 0 6px 12px rgba(0, 123, 255, 0.4);
    transform: translateY(-2px);
}

.disable-ads__warning-text {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

.disable-ads__instruction-box {
    background: #f0f8ff;
    border: 2px solid #007bff;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
    text-align: left;
}

body.dark .disable-ads__instruction-box {
    background: #000;
    border: 2px solid #4e4e4e;
}

.disable-ads__instruction-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #007bff;
}

.disable-ads__instruction-list {
    margin: 0;
    padding-left: 20px;
    line-height: 1.8;
}

.disable-ads__status-container {
    margin-top: 30px;
}

.disable-ads__status-info {
    font-size: 16px;
    color: #666;
}

.disable-ads__payment-id-hidden {
    display: none;
}

.disable-ads__contact-text {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
}

.disable-ads__button-link-small {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}