.has-error {
	border: 1px solid red!important;
}

.review-title {
    padding: 0px 0px 20px 0px;
    font-size: 30px;
    text-align: center;
}

.form-messages {
    padding-top: 20px;
}
.feedback-form__success img {
  margin: auto;
  margin-bottom: 20px;
}
.feedback-form__success {
  display: flex;
  flex-direction: column;
  width: 300px;
  text-align: center;
  line-height: 1.3;
}

.has-error input {
	border: 1px solid red!important;
}


.catalogList__list a img {
    border-radius: 50px;
}
