

/* Start:/local/templates/corex/components/bitrix/news.list/step_new/style.css?17427727314926*/
.step-main-wrap {
    display: flex;
}
.step-wrap {
    width: 650px;
}
.additional-wrap {
    padding-top: 85px;
    padding-left: 13vw;
}
.additional-wrap h3 {
    color: blue;
}
.step-row {
    display: flex;
}
.step-row-element {
    display: flex;
    justify-content: space-between;
    width: 255px;
}
.long-1 {
    width: 315px;
}
.long-2 {
    width: 335px;
}
.step-row-start {
    position: relative;
    width: 50px;
    height: 137px;

}
.step-row-start-2 {
    position: relative;
    width: 20px;
    height: 137px;

}
.step-row-last-round {
    position: absolute;
    bottom: 73px;
    right: 0;
    height: 16px;
    width: 16px;
    background-color: red;
    border-radius: 50%;
    z-index: 2;
}
.step-row-start-round {
    position: absolute;
    bottom: 73px;
    height: 16px;
    width: 16px;
    background-color: red;
    border-radius: 50%;
    z-index: 2;
}
.step-row-start-line {
    position: absolute;
    bottom: 80px;
    height: 2px;
    width: 100%;
    background-color:  rgb(196, 196, 196);
}
.step-row-start-line-from-top {
    position: absolute;
    top: -30px;
    left: 0;
    height: 86px;
    width: 2px;
    background-color:  rgb(196, 196, 196);
}
.step-row-line-from-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    height: 50px;
    width: 2px;
    background-color:  rgb(196, 196, 196);
}
.step-row-to-bottom-line {
    position: absolute;
    bottom: 30px;
    right: 0;
    height: 50px;
    width: 2px;
    background-color:  rgb(196, 196, 196);
}
.step-row-to-top-line {
    position: absolute;
    top: -30px;
    right: 0.2px;
    height: 86px;
    width: 2px;
    background-color:  rgb(196, 196, 196);
}
.step-row-img {
    position: relative;
    width: 100px;
    padding: 0 10px;
}
.step-row-img img{
    width: 80px;
}
.step-row-img p{
    text-align: center;
}
.step-row-end-text {
    /* width: 80px; */
}
.step-row-end-text p {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
}
.step-row-end-round {
    margin-top: 5px;
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
}
.step-row-end {
    width: 100px;
    position: relative;
}
.p0 {
    padding: 0;
}
.w180 {
    width: 180px;
}
.f-rew {
    flex-direction: row-reverse;
}
.w172 {
    width: 172px;
}
.w150 {
    width: 150px;
}
.w75 {
    width: 75px;
}
.step-column {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.step-column-element {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 9px;
}
.step-column-element img {
    width: 80px;
}

@media(max-width: 1080px) {
    .additional-wrap{
        padding-left: 8vw;
    }
    .step-column-element img, .step-row-img img{
        width: 6vw;
    }
    .step-row-img {
        width: 9vw;
    }
    .step-row-element {
        width: 20vw;
    }

}
@media(max-width: 768px) {
    .step-wrap {
        width: 100%;
    }
    .additional-wrap{
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .step-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .step-row-element {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .step-main-wrap {
        flex-wrap: wrap;
    }
    .step-row-start {
        position: relative;
        width: 50px;
        height: 76px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .step-row-start-round {
        position: absolute;
        bottom: unset;
        height: 16px;
        width: 16px;
        background-color: red;
        border-radius: 50%;
        z-index: 2;
    }
    .step-row-start-line {
        position: absolute;
        bottom: unset;
        height: 100%;
        width: 2px;
        background-color: rgb(196, 196, 196);
    }
    .step-row-line-from-bottom, .step-row-to-bottom-line, .step-row-to-top-line, .step-row-start-line-from-top {
        display: none;
    }
    .step-row-img {
        width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .step-row-img p {
        text-align: center;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .step-row-start-2 {
        height: 76px;
        display: flex;
        justify-content: center;
    }
    .step-column-element img, .step-row-img img {
        width: unset;
        height: 120px;
    }
    .step-row-element {
        width: 100%;
    }
    .step-row-end-text {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .step-row-last-round {
        position: absolute;
        bottom: unset;
        right: unset;
        height: 16px;
        width: 16px;
        background-color: red;
        border-radius: 50%;
        z-index: 2;
    }
}
/* End */


/* Start:/local/templates/corex/components/bitrix/news.list/newsListMain/style.css?1742772731179*/
.video-box {
    position: relative;
    overflow: hidden;
}
.video-box iframe {
    position: absolute;
    top: 0px;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
/* End */
/* /local/templates/corex/components/bitrix/news.list/step_new/style.css?17427727314926 */
/* /local/templates/corex/components/bitrix/news.list/newsListMain/style.css?1742772731179 */
