.no-subscribe-form {
    display: block !important;
    width: 2000px !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    background: transparent;
    box-sizing: border-box;
}

.no-subscribe-form .no-email {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 19px;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    transition: border-color .2s ease;
    font-family: inherit;
}

.no-subscribe-form .no-email::placeholder {
    color: #bbb;
    opacity: 1;
}

.no-subscribe-form .no-email:focus {
    border-color: #8C1010;
}

.no-subscribe-form .no-submit {
    display: block;
    width: 100%;
    height: 58px;
    margin-top: 14px;
    padding: 0 19px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: #8C1010;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    transition: background .2s ease;
    font-family: inherit;
    line-height: normal;
}

.no-subscribe-form .no-submit:hover {
    background: #a51313;
}

.no-subscribe-form .no-submit:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.no-subscribe-form .no-message {
    margin: 0 0 14px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
}

.no-subscribe-form .no-success {
    background: #e8f5e9;
    color: #2e7d32;
}

.no-subscribe-form .no-error {
    background: #fbe9e7;
    color: #c62828;
}

.no-profile-form {
    display: block !important;
    width: 2000px !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    box-sizing: border-box;
}

.no-profile-form .no-message {
    margin: 0 0 24px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
}

.no-profile-form .no-success {
    background: #e8f5e9;
    color: #2e7d32;
}

.no-profile-form .no-error {
    background: #fbe9e7;
    color: #c62828;
}

.no-profile-form .no-field {
    margin-bottom: 26px;
}

.no-profile-form .no-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
    color: #1F1F1F;
    text-align: left;
}

.no-profile-form .no-required {
    color: #D93025;
    margin-left: 2px;
}

.no-profile-form .no-input {
    display: block;
    width: 100%;
    height: 57px;
    padding: 0 18px;
    font-size: 16px;
    line-height: normal;
    color: #333;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    transition: border-color .2s ease;
    font-family: inherit;
}

.no-profile-form .no-input::placeholder {
    color: #A8A8A8;
    opacity: 1;
}

.no-profile-form .no-input:focus {
    border-color: #8C1010;
}

.no-profile-form .no-input.no-error {
    border-color: #D93025;
}

.no-profile-form .no-radio-group {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-top: 2px;
}

.no-profile-form .no-radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    line-height: 1.3;
}

.no-profile-form .no-radio {
    width: 18px;
    height: 18px;
    accent-color: #8C1010;
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.no-profile-form .no-profile-submit {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 18px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background: #8C1010;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    transition: background .2s ease;
    font-family: inherit;
    line-height: normal;
}

.no-profile-form .no-profile-submit:hover {
    background: #730D0D;
}

.no-profile-form .no-profile-submit:disabled {
    opacity: .6;
    cursor: not-allowed;
}


