.for-that-usluga {
    min-height: 600px;
    height: 100%;
    margin-top: 100px;
    margin-bottom: 125px;
}

.for-that-p {
    font-family: var(--font-main);
    color: #B0B2B3;
    font-weight: 300;
    font-size: 16px;
    width: 400px;

}

.for-that-cont {
    width: 91%;
    height: 140px;
    border: 2px #3d3d3d solid;
    border-radius: 10px;
    padding: 30px;
    position: relative;

    margin-top: 30px;
}

.for-that-cont-v2 {
    width: 85%;
    height: 250px;
    border: 2px #3d3d3d solid;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-top: 84px;
}

.for-that-h1 {
    font-size: 26px;
    color: #fff;
    font-family: var(--font-main);
    font-weight: 500;
}

.for-that-cont-icon {
    width: 50px;
    height: 50px;
    background-color: var(--accent-green);
    position: absolute;
    border-radius: 50%;
    top: 13%;
    left: 89.5%;
}

.for-that-cont-icon-v2 {
    width: 50px;
    height: 50px;
    background-color: var(--accent-green);
    position: absolute;
    border-radius: 50%;
    top: 9%;
    left: 87%;
}

.vigoda-first-cont {
    width: 250px;
    padding: 25px;
    height: 441px;
    background-color: #00f17a85;
    border-radius: 20px;
}

.vigoda-second-cont {
    width: 291px;
    padding: 25px;
    height: 189px;
    background-color: #121212;
    border-radius: 20px;
    margin-left: 30px;
}

.vigoda-four-cont {
    border: 2px #3d3d3d solid;
    border-radius: 20px;
    margin-left: 30px;
    width: 545px;
    padding: 25px;
    height: 189px;
}

.vigoda-three-cont {
    border: 2px #3d3d3d solid;
    border-radius: 20px;
    margin-left: 30px;
    width: 260px;
    padding: 25px;
    height: 165px;
    margin-top: 30px;
}

.vigoda-five-cont {
    width: 249px;
    padding: 25px;
    height: 169px;
    background-color: #121212;
    border-radius: 20px;
    margin-left: 30px;
    margin-top: 30px;
}

.vigoda-six-cont {
    border: 2px #3d3d3d solid;
    border-radius: 20px;
    margin-left: 30px;
    width: 242px;
    padding: 25px;
    height: 165px;
    margin-top: 30px;
}

.vigoda-cont-num {
    font-family: var(--font-headings);
    font-size: 18px;
    font-weight: 500;
}

.vigoda-cont-h1 {
    font-size: 22px;
    font-family: var(--font-accent);
    color: #fff;
    font-weight: 500;
    margin-top: 18px;
}

.vigoda-cont-p {
    font-size: 14px;
    font-family: var(--font-accent);
    color: #B0B2B3;
    font-weight: 300;
    margin-top: 10px;
}

.vigoda-cont {
    margin-bottom: 100px;
}

.shozi-projecti-cont {
    height: 500px;
    background-color: var(--bg-dark-light);
    padding-top: 80px;
    padding-bottom: 80px;
}

.shozi-projecti-cont-2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}

.shozi-projecti {
    width: 400px;
    position: relative;
    margin-right: 45px;
}

.shozi-projecti-name {
    color: #fff;
    font-size: var(--font-accent);
    margin-top: 15px;
    font-size: 22px;
    font-weight: 500;
}

.shozi-projecti-opisanie {
    color: #8e8e8e;
    font-size: var(--font-headings);
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    width: 280px;
}

.shozi-projecti-button {
    padding: 8px;
    background-color: #00000000;
    border: 1px #272727 solid;
    border-radius: 50%;
    text-transform: uppercase;
    rotate: 45deg;
    position: absolute;
    top: 84%;
    left: 91%;
}

.shozi-projecti-cont-2-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.shozi-projecti-cont-2 {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

/* Стилі для ползунка */
.progress-bar-track {
    width: 100%;
    height: 4px;
    background: #ddd;
    position: relative;
    border-radius: 10px;
    flex: 1;
    margin-right: 20px;
}

.progress-thumb {
    position: absolute;
    top: -6px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    transition: left 0.5s ease;
}

.chto-v-rozrobke-block {
    margin-top: 110px;
    margin-bottom: 110px;
    position: relative;
}

.chto-vkladki {
    height: 60px;
    border: 1px #404040 solid;
    border-radius: 10px;
    align-items: center;
    display: flex;
    position: relative;
    margin-top: 15px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.chto-vkladka-num {
    margin-left: 20px;
    font-weight: 400;
    font-family: var(--font-accent);
}

.chto-vklanka-name {
    font-family: var(--font-accent);
    font-weight: 200;
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
}

.chto-vkladka-next {
    position: absolute;
    left: 92%;
    display: none;
}

.chto-vkladki.active {
    height: 60px;
    border: 1px #404040 solid;
    border-radius: 10px;
    align-items: center;
    display: flex;
    position: relative;
    margin-top: 15px;
    background-color: var(--accent-green);
}

.chto-vkladki.active .chto-vkladka-num,
.chto-vkladki.active .chto-vklanka-name,
.chto-vkladki.active .chto-vkladka-next {
    color: #000;
    display: block;
}

.chto-v-rozrobky-cont-with-inf {
    width: 100%;
    max-width: 862px;
    background-color: var(--bg-dark-light);
    border-radius: 20px;
    height: 100%;
    margin-left: 15px;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

.chto-v-rozrobky-cont-with-inf.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    position: relative;
}

.cont-with-inf-num {
    font-size: 40px;
    margin-left: 70px;
    font-weight: 400;
    font-family: var(--font-accent);
    margin-top: 50px;
}

.cont-with-inf-head {
    font-size: 40px;
    margin-left: 30px;
    font-weight: 200;
    font-family: var(--font-accent);
    margin-top: 50px;
    width: 200px;
}

.cont-with-inf-p {
    font-size: 15px;
    margin-left: 145px;
    margin-top: 20px;
    font-family: var(--font-main);
    font-weight: 200;
    color: #B0B2B3;
    width: 500px;
}

.cont-with-inf-img {
    position: absolute;
    top: 37%;
    left: 6%;
}

.chto-vkladki:hover {
    transform: scale(1.02);
}

.inshi-poslygi {
    margin-bottom: -150px;
    margin-top: -100px;
}