html,body {
    overflow-x: hidden;
}
.form label,
.modal label{
    display:block;
}
.form label a,
.modal label a{
    color:#fff;
    text-decoration: underline;
}
.form label a:hover,
.modal label a:hover {
    text-decoration:none;
}
.content-style {
    background:#fff;
    padding: 70px 0;
    line-height: 1.3;
    font-family: 'Tahoma';
}
.content-style p {
    margin-bottom:20px;
}
.productText  {
    display:none;
}
.modal input.error,
.form__row input.error {
    border-color:brown;
}