.technology {
    overflow: hidden
}

.technology__head {
    margin-bottom: 60px
}

.technology__wrapper {
    position: relative;
    z-index: 1
}

.technology__wrapper-main {
    position: relative;
    padding-left: 36px
}

.technology__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 3px;
    height: 100%;
    background-color: var(--gray-100);
    z-index: 0
}

@media (min-width: 1200px) {
    .technology__head {
        margin-bottom: 80px
    }

    .technology__wrapper-main {
        padding-left: 0
    }

    .technology__line {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.technology__line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c12026));
    background: linear-gradient(180deg, #fff 0, #c12026 100%)
}

.technology__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.technology__item {
    margin-top: 16px;
    position: relative;
    z-index: 1
}

@media (min-width: 1200px) {
    .technology__item:nth-child(even) .technology__item-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-left: auto;
        margin-right: 0
    }

    .technology__item:nth-child(even) .technology__item-title-xl {
        left: auto;
        right: 0
    }

    .technology__item:nth-child(even) .technology__item-description, .technology__item:nth-child(even) .technology__item-title {
        text-align: left
    }
}

@media (min-width: 1200px) and (min-width: 1440px) {
    .technology__item:nth-child(even) .technology__item-row {
        margin-right: 100px
    }
}

.technology__item:last-child .technology__item-description {
    position: relative;
    top: 0;
    left: 0
}

.technology__item-dot {
    position: absolute;
    top: 24px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -36px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--gray-100);
    z-index: 1;
    -webkit-transition: background-color var(--transition);
    transition: background-color var(--transition)
}

@media (min-width: 1200px) {
    .technology__item-dot {
        top: 24px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%
    }
}

.technology__item-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 5px solid var(--white);
    border-radius: 50%
}

.technology__item-dot.active {
    background-color: var(--accent)
}

.technology__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 20px;
    width: 100%;
    margin-right: 0
}

@media (min-width: 1200px) {
    .technology__item-row {
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 508px
    }
}

@media (min-width: 1440px) {
    .technology__item-row {
        margin-left: 100px
    }
}

.technology__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.technology__item-title-xl {
    color: #fff8e7;
    font-size: 52px;
    font-weight: var(--fw-bold);
    line-height: var(--lh-sm);
    position: absolute;
    top: -32px;
    right: 0;
    z-index: -1
}

@media (min-width: 1200px) {
    .technology__item-title-xl {
        font-size: 88px;
        top: -60px;
        left: 0;
        right: auto
    }

    .technology__item-title {
        text-align: right
    }
}

.technology__item-title {
    color: var(--black);
    font-size: var(--text-size-20);
    font-weight: var(--fw-bold);
    line-height: var(--lh-sm);
    text-transform: uppercase
}

.technology__item-description {
    color: var(--black);
    font-size: var(--text-size);
    font-weight: var(--fw-normal);
    line-height: var(--lh-sm);
    margin-top: 8px;
    will-change: transform, opacity;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
}

.technology__item-image {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

@media (min-width: 1200px) {
    .technology__item-description {
        text-align: right
    }

    .technology__item-image {
        width: 48px;
        height: 48px
    }
}

.technology__item-image img {
    width: auto;
    height: auto
}
