.section-form .form-messages {
    max-width: 700px;
    margin: 0 auto 30px;
    display: none;
}
.section-form .form-messages.error {
    display: block;
    color: #E72D80;
}
.section-form .form-messages.success {
    display: block;
    color: #D0B2D6;
    text-align: center;
}
.errorMessage {
    color: #E72D80;
    padding-top: 5px;
}
.section-reviews__item-txt p:last-child {
    margin-top: 20px;
}

@media (max-width: 768px){
.section-advice__slider-img {
    max-width: 320px;
    margin: 0 auto;
}
}