

/* Start:/local/templates/rutector/css/company-history.css?17445730023465*/
.history .history__title, .history .history__content-wrapper {
    display: grid;
    grid-template-columns: minmax(325px, 620px) 80px minmax(325px, 620px);
    grid-auto-flow: column;
}

.history .history__item:nth-child(odd) .history__img,
.history .history__item:nth-child(even) .history__text,
.history .history__item:nth-child(even) .history__title__text{
    grid-column: 1 / 2;
}

.history .history__item:nth-child(even) .history__img,
.history .history__item:nth-child(odd) .history__text,
.history .history__item:nth-child(even) .empty-block{
    grid-column: 3 / 4;
}

.history .history__item:nth-child(odd) .history__img{
    justify-self: end;
}

.history .history__item:nth-child(even) .history__text,
.history .history__item:nth-child(even) .history__title__text{
    text-align: right;
}

.history .history__title {
    color: #1976D3;
    font-size: 28px;
}

.history .history__title .history__title__text {
    margin-top: 6px;
}

.history  .history__content-wrapper .history__text {
    margin-top: 35px;
    margin-bottom: 75px;
    font-size: 18px;
    line-height: 24px;
}

.history .history__content-wrapper .history__img {
    margin-top: 35px;
    margin-bottom: 75px;
}

.history .history__main-line {
    width: 2px;
    height: 100%;
    background-color: #E7E8EA;
    justify-self: center;
    display: flex;
    justify-content: center;
}

.history .history__main-line .history__circle-border {
    width: fit-content;
    height: fit-content;
    border: 2px solid #E7E8EA;
    background-color: #fff;
    border-radius: 100%;
    padding: 5px;
}

.history .history__main-line .history__circle-border .history__circle {
    width: 14px;
    height: 14px;
    background-color: #1976D3;
    border-radius: 100%;
}

.history .history__item:last-child .history__main-line {
    background: rgb(231, 232, 234);
    background: linear-gradient(180deg, rgba(231, 232, 234, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.history__start.history_gradient {
    margin: 30px auto 0;
    width: 2px;
    height: 90px;
    background: rgb(231, 232, 234);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(231, 232, 234, 1) 100%);
}

@media (max-width: 767px) {
    .history .history__title, .history .history__content-wrapper {
        grid-template-columns: 30px minmax(246px, 590px);
        grid-gap: 10px;
    }

    .history .history__title .history__main-line,
    .history .history__content-wrapper .history__main-line {
        grid-column: 1 / 2 !important;
    }

    .history .history__content-wrapper .history__main-line{
        grid-row: 1 / 3;
    }

    .history .history__title .history__title__text,
    .history .history__content-wrapper .history__img,
    .history .history__content-wrapper .history__text{
        grid-column: 2 / 3 !important;
    }

    .history .history__item .history__title .history__title__text{
        text-align: left;
    }

    .history .history__title .empty-block {
        display: none;
    }

    .history .history__item .history__content-wrapper .history__img{
        margin: 20px 0;
        justify-self: start;
    }

    .history__start.history_gradient{
        height: 70px;
        margin: 0 0 0 14px;
    }

    .history .history__item .history__content-wrapper .history__text{
        margin: 0 0 40px 0;
        text-align: left;
    }
}
/* End */


/* Start:/local/templates/rutector/components/bitrix/news.list/history_template/style.css?174457300374*/
.history-start{
	width: 1px;
	height: 20px;
	background-color: #000;
}
/* End */
/* /local/templates/rutector/css/company-history.css?17445730023465 */
/* /local/templates/rutector/components/bitrix/news.list/history_template/style.css?174457300374 */
