.subscribe__user-consent {
    display: block;
    width: 100%;
    max-width: 243px;
}

.subscribe__user-consent,
.subscribe__user-consent a{
    color: #9E978E;
    font-family: 'Geometria', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.email-not-valid {
    display: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #ff5c39;
    margin-top: 11px;
}

.email-not-valid_active {
    display: block;
}
