.salebot_tilda_block .link_group a{
    color:#ffffff !important;
}

.popup-zapis-form {
    max-width: 360px;
    margin: 24px auto 0;
    text-align: left;
}

.popup-zapis-form label {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

.popup-zapis-form__input {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 16px;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
}

.popup-zapis-form__input:focus {
    outline: none;
    border-color: #0e4319;
    box-shadow: 0 0 0 2px rgba(14, 67, 25, 0.15);
}

.popup-zapis-form__submit {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 24px;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    background: #0e4319;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.popup-zapis-form__submit:hover {
    background: #145a23;
}

.thanks-page {
    min-height: 100vh;
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    background: linear-gradient(0.761turn, #0e4319 0%, #2a4f29 51%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    box-sizing: border-box;
}

.thanks-page__inner {
    max-width: 440px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px 28px;
    backdrop-filter: blur(6px);
    text-align: center;
}

.thanks-page h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.3;
}

.thanks-page p {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.55;
    opacity: 0.92;
}

.thanks-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.thanks-actions a {
    display: block;
    padding: 14px 20px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.thanks-actions a:active {
    transform: scale(0.98);
}

.thanks-actions__telegram {
    background: #229ed9;
    color: #fff;
}

.thanks-actions__telegram:hover {
    background: #1b8fc7;
}

.thanks-actions__max {
    background: #fff;
    color: #1a1a1a;
}

.thanks-actions__max:hover {
    background: #f0f0f0;
}

.thanks-actions__channel {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.7);
}

.thanks-actions__channel:hover {
    background: rgba(255, 255, 255, 0.12);
}

.thanks-back {
    margin-top: 28px;
    font-size: 14px;
    opacity: 0.85;
}

.thanks-back a {
    color: #fff;
}