.about-testimonial .testimonials__photo img {
    max-width: 41px;
    border-radius: 50%;
}
.about-advantages .about-advantages__descr b,
section.contacts b {
    font-weight: 500;
}
footer .footer__address-text b {
    font-weight: inherit;
}

.consultation-form__wrap .form-error,
.help-form__wrap .form-error,
.program-popup-form-wrap .form-error,
.program-form__wrap .form-error,
.form-news__content .form-error {
    display: block;
    position: inherit;
}

.program-top .program-top__location img,
.program-filter .program-filter__droplist li img,
.program-filter .program-filter__select img,
.program-item .program-item__city img {
    max-width: 58px;
}

.direction-top .without-info:before {
    display: none;
}

.program-info__price .program-info__price-title {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: .5px solid #c4c4c4;
}
.program-info__price .program-info__price-value {
    border-top: none;
}

form .textarea-wrap div.form-group {
    display: flex;
    flex-direction: column;
}

.nav__item--lang:first-child {
    border-right: 0px;
}

.nav__content img.nav__logo-text {
    max-width: 196px;
}

.without-border {
    border: none !important;
}