.obmen-setps__wrapper{
    display: flex;
    flex-direction: row;
}
.obmen-setps__item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1;
    position: relative;
}
.obmen-setps__num{
    background-color: #CBC8B0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 120%;
    z-index: 1;
}
.obmen-setps__icon{
    width: 36px;
    height: 36px;
}
.obmen-setps__icon img{
    object-fit: contain;
}
.obmen-setps__text{
    font-size: 16px;
    line-height: 120%;
    padding-right: 30px;
}
.container-fluid {
    max-width: 1610px;
}
.obmen-setps__item:not(:last-child)::before{
    content: "";
    position: absolute;
    width: 100%;
    border: dashed 1px #CBC8B0;
    border-width: 1px;
    top: 10px;
}
.obmen-setps__body{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.obmen-setps__title{
    margin-bottom: 50px;
    font-size: 31px;
}
.section__title{
    text-wrap: nowrap;
    white-space: nowrap;
}

@media (max-width: 1600px){
    .container-fluid {
        max-width: 1020px;
    }
    .obmen-setps__item{
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex: 0 0 33.3333%;
        position: relative;
    }
    .obmen-setps__wrapper{
        flex-wrap: wrap;
        row-gap: 60px;
    }
    .obmen-setps__item:nth-child(3)::after{
        content: "";
        position: absolute;
        width: 500px;
        border: dashed 1px #CBC8B0;
        border-width: 1px;
        top: 10px;
        right: -502px;
    }
    .obmen-setps__item:nth-child(4)::after{
        content: "";
        position: absolute;
        width: 500px;
        border: dashed 1px #CBC8B0;
        border-width: 1px;
        top: 10px;
        left: -500px;
    }
    .all_container{
        max-width: 100%;
    }

    .obmen-setps__title{
        margin-bottom: 50px;
        font-size: 31px;
    }

}

@media (max-width: 1200px){
    .obmen-setps__item{
        flex: 0 0 50%;
    }
    .obmen-setps__item:nth-child(2)::after{
        content: "";
        position: absolute;
        width: 500px;
        border: dashed 1px #CBC8B0;
        border-width: 1px;
        top: 10px;
        right: -502px;
    }
    .obmen-setps__item:nth-child(4)::before{
        content: "";
        position: absolute;
        width: 1000px;
        border: dashed 1px #CBC8B0;
        border-width: 1px;
        top: 10px;
    }
    .obmen-setps__item:nth-child(3)::after{
        content: "";
        position: absolute;
        width: 500px;
        border: dashed 1px #CBC8B0;
        border-width: 1px;
        top: 10px;
        left: -507px;
    }
    .obmen-setps__item:nth-child(5)::after{
        content: "";
        position: absolute;
        width: 500px;
        border: dashed 1px #CBC8B0;
        border-width: 1px;
        top: 10px;
        left: -500px;
    }
}
@media (max-width: 960px){
    .section__title{
        font-size: 30px !important;
    }
}
@media (max-width: 767px){
    .obmen-setps__wrapper{
        flex-direction: column;
        position: relative;
    }
    .obmen-setps__item{
        flex-direction: row;
    }
    .obmen-setps__wrapper::before{
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 155px);
        border: dashed 1px #CBC8B0;
        border-width: 1px;
        top: 10px;
        left: 9px;
    }
    .obmen-setps__item:not(:last-child)::before{
        content: unset;
    }
    .obmen-setps__item:nth-child(2)::after{
        content: unset;
    }
    .obmen-setps__item:nth-child(4)::before{
        content: unset;
    }
    .obmen-setps__item:nth-child(3)::after{
        content: unset;
    }
    .obmen-setps__item:nth-child(5)::after{
        content: unset;
    }
    .obmen-setps__item:nth-child(4)::after{
        content: unset;
    }
    .obmen-setps__item{
        height: 154px;
        flex: auto;
    }
    .obmen-setps__wrapper {
        row-gap: 0;
    }
    .obmen-setps__title{
        margin-bottom: 40px;
        font-size: 20px;
    }    
}