

/* Start:/bitrix/templates/main/components/bitrix/news.list/history/style.css?17817834792506*/
section.module-history {
    margin-top: 60px;
    margin-bottom: 60px;
}
.history-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: 'Stem', Arial, sans-serif;
}
.history-item {
    display: flex;
    gap: 30px;
    color: #000;
    align-items: center;
}
@media (max-width: 768px) {
    .history-item {
        flex-direction: column;
    }
}
.history-item--divider {
    width: 15px;
    margin-left: 115px;
}
@media (max-width: 768px) {
    .history-item--divider {
        margin-left: auto;
        margin-right: auto;
    }
}
.history-item--year {
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: center;
    border-radius: 100%;
    border: 10px solid white;
    position: relative;
}
.history-item--year:before {
    content: '';
    display: block;
    width: 230px;
    height: 230px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
    background-color: rgba(0,0,0, 50%);
}
.history-item--year:after {
    content: '';
    display: block;
    top: -12px;
    left: -12px;
    position: absolute;
    width: 250px;
    height: 250px;
    border: 2px dashed #F04248;
    border-radius: 100%;
}
.history-item--year-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.history-item--year-value {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 10px;
    text-align: center;
}
.history-item--year-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 20px;
}
.history-item--description {
    line-height: 2.4;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    .history-item--description {
        text-align: center;
        line-height: 1.5;
    }
}
.history-item--projects {
    display: flex;
    gap: 15px;
    align-items: center;
}
@media (max-width: 768px) {
    .history-item--projects {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
}
.history-item--projects svg {
    width: 50px;
    height: 50px;
}
.history-item--projects-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}
.history-item--projects-count {
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
}

/* End */
/* /bitrix/templates/main/components/bitrix/news.list/history/style.css?17817834792506 */
