.product__tab  {
    flex-wrap:wrap;
}
.product__tab_point:last-child {
    margin-bottom:10px;
}
.product__tab_point {
    margin-bottom:10px;
}
.form label,
.modal label,
.study label {
    display:block;
}
.form label a,
.modal label a {
    color:#F7E01D;
    text-decoration: underline;
}
.study label a {
    color:#000;
    text-decoration: underline;
}
.productText {
    display:none;
}
.content-style {
    padding-bottom:100px;
    line-height: 1.2;
    font-family: Arial;
}
.content-style p {
    margin-bottom:25px;
}
.form input[type=text].error,
.study input[type=text].error,
.modal input[type=text].error {
   border-color: brown;
        background: transparent;
}