@media (max-width: 1440px) {
    .header__col--menu {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}

.header__col--ui{
    -ms-flex: 0 0 455px;
    flex: 0 0 455px;
}
@media (max-width: 1440px) {
    .header__col--ui {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
}
@media(max-width: 992px) {
    .header__col--ui {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

/* form errors */
.input-error {
    color: red;
}

/* reviews block */
.community__slider-item-image {
    max-width:80px;
}
.community__slider-item-image img {
    width: 100%;
    border-radius: 50%;
}
/* article additional styles */
h1,h2,h3,h4,h5 {
    margin: 0;
}
.article__content h6, .article__content h5, .article__content h4, .article__content h3, .article__content h2 {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin-top: 40px;
}
@media (max-width: 768px) {
    .article__content h6, .article__content h5, .article__content h4, .article__content h3, .article__content h2 {
        margin-top: 20px;
    }
}
.article__content h2 {
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 0;
}

.article__content h4 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 0;
}

.article__content h5 {
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 0;
}

.article__content h6 {
    margin-bottom: 0;
}

.text-with-image__img img {
    border-radius: 50%;
}
.article__content ol {
    list-style-position: inside;
    padding-left: 0;
}

.article__content>*+* {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .article__content>*+* {
        margin-top: 20px;
    }
}
