

/* Start:/history/style.css?17487632481213*/
.main section.article-history {
    background-color: #fdfbe4;
    padding-top: 30px;
}

.article-history__img_center {
    margin: 30px auto 30px auto;
    max-width: 300px;
}

.article-history__row {
    display: flex;
    max-width: 900px;
    margin: 0 auto 20px auto;
}

.article-history__row-img {
    max-width:50%;
    margin: 0 10px;
}

.article-history__row-desc {
    max-width: 50%;
    padding: 0 10px;
}

.article-history__row-desc .text_block h2 {
    margin-top: 0;
}

.article-history__row:nth-child(odd) {
    flex-direction: row-reverse;
}

.article-history__group-img {
    display: flex;
    flex-wrap: wrap;
}

.article-history__group-img_full {
    width: 100%;
    margin: 5px;
}

.article-history__group-img_not-whole {
    width: calc(50% - 10px);
    margin: 5px;
}

.article-history__group-img_big {
    width: 100%;
    margin: 0 10px 20px 10px;
}

@media (max-width: 991px) {
    .article-history__row,
    .article-history__row:nth-child(odd) {
        flex-direction: column;
    }

    .article-history__row-desc {
        max-width: 100%;
    }

    .article-history__row-img {
        max-width: 100%;
    }
}

/* End */
/* /history/style.css?17487632481213 */
