.services-img{
    margin-bottom: -45px;
}
.young-team-wrapper{
    min-height: 90px;
    padding-bottom: calc(25px + 10%);
    margin-bottom: -40px;
}
.documentatciya-main-wrapper:before{
    content: '';
    height: 520px;
    width: 620px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(23%, -50%);
    z-index: -1;
    background: url("/test/uslugi/dokumentatsiya/img/main-bg.jpg") no-repeat;
    background-size: cover;
}
.documentatciya-main-wrapper{
    position: relative;
    margin-top: 80px;
}
.documentatciya-main-wrapper img{
    margin-top: calc(-100% + 70%);
    margin-bottom: 10px;
}
.main-wrapper{
    overflow: hidden;
}
.tabs-item:hover .blue-digit-box{
    background: white;
    color: #5A82FC;
}
.tabs-item:hover{
    background: #5A82FC;
    color: white;
}
.tabs-item .blue-digit-box{
    width: 32px;
    height: 32px;
    min-width: 32px;
}
.tabs-item.active .blue-digit-box{
  background: white;
    color: #5A82FC;
}
.tabs-title{
    font-size: 14px;
}
.tabs-wrapper{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}
.tabs-item.active{
    background: #5A82FC;
    color: white;
}

.tabs-item{
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: white;
    border-radius: 12px;
    border: 2px solid #5A82FC;
    cursor: pointer;
    justify-content: space-between;
}
.tabs-item:nth-child(1):before, .tabs-item:nth-child(2):before{
    content: '';
    position: absolute;
    bottom: -24px;
    left: 24px;
    width: 2px;
    height: 24px;
    background: #5a82fc;
}

.tabs-content-item {
    display: none;
}

.tabs-content-item.active {
    display: block;
}

@media(min-width: 768px){
    .tabs-title{
        font-size: 16px;
    }
    .documentatciya-main-wrapper {
        margin-top: 110px;
    }
    .young-team-wrapper {
        margin-bottom: -90px;
    }
}
@media(min-width: 992px){
    .tabs-item:nth-child(1):before, .tabs-item:nth-child(2):before {
        content: '';
        position: absolute;
        bottom: 50%;
        right: -34px;
        width: 32px;
        height: 2px;
        background: #5a82fc;
        left: unset;
    }
    .tabs-item .blue-digit-box{
        width: 48px;
        height: 48px;
        min-width: 48px;
    }
    .tabs-wrapper{
        flex-direction: row;
        gap:32px;
        margin-bottom: 32px;
    }
    .tabs-item:nth-child(1), .tabs-item:nth-child(2){
        flex-basis: calc(100% - 24px - 65%);
    }
    .tabs-item:nth-child(3){
        flex-basis: calc(100% - 24px - 70%);
    }
    .documentatciya-main-wrapper:before{
        transform: translate(20%, -56%);
    }

    .documentatciya-main-wrapper {
        margin-top: 40px;
    }
    .young-team-wrapper{
        min-height: unset;
        margin-bottom: 24px;
        padding-bottom: 40px;
    }

}
@media(min-width: 1200px){
    .tabs-item:nth-child(1):before, .tabs-item:nth-child(2):before {
        width: 50px;
        right: -52px;
    }
    .tabs-wrapper{
        margin-bottom: 40px;
    }
    .tabs-wrapper{
        flex-direction: row;
        gap:50px;
    }
    .tabs-item{
        padding: 24px;
        border-radius: 24px;
    }
    .tabs-title{
        font-size: 20px;
    }
    .services-img {
        margin-top: -100px;
    }
    .documentatciya-main-wrapper:before{
        transform: translate(-7%, -62%);
    }
}

@media(min-width: 1400px){
    .young-team-wrapper{
        margin-bottom: -45px;
    }
    .documentatciya-main-wrapper:before{
        transform: translate(-16%, -65%);
    }
}