

/* Start:/local/components/utlab/history/templates/.default/style.css?17435069022143*/
.company-history {
}

.company-history__item {
    padding: 20px 0;
    background: linear-gradient(to bottom, #fff, #f0f1f2);
}
@media (min-width: 768px) {
    .company-history__item {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
}

.company-history__year {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px;
    text-align: center;
    color: #f58a28;
    border-bottom: 3px solid #f58a28;
}
@media (min-width: 768px) {
    .company-history__year {
        width: 20%;
        margin-top: 15px;
        text-align: right;
        border-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .company-history__year {
        font-size: 65px;
        padding: 0 25px;
    }
}

.company-history__item:nth-child(2n) .company-history__year {
    color: #013163;
    border-color: #013163;
}

.company-history__year::after {
}
@media (min-width: 768px) {
    .company-history__year::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -15px;
        width: 28px;
        height: 28px;
        transform: translateY(-50%);
        border: 3px solid #f58a28;
        border-radius: 50%;
        background: #fff;
    }
}

.company-history__item:nth-child(2n) .company-history__year::after {
    border-color: #013163;
}

.company-history__content {
    width: 100%;
    padding: 0 20px;
}
@media (min-width: 768px) {
    .company-history__content {
        width: 80%;
        border-left: 3px solid #f58a28;
        align-self: stretch;
    }
}
@media (min-width: 1200px) {
    .company-history__year {
        padding: 0 25px;
    }
}

.company-history__item:nth-child(2n) .company-history__content {
    border-color: #013163;
}

.company-history__text {
}

.company-history__gallery {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    gap: 0 4px;
}

.company-history__img {
    flex: 0 0 33.333%;
}

/* End */
/* /local/components/utlab/history/templates/.default/style.css?17435069022143 */
