.promotion__title {
    font-size: 59px;
    max-width: 100% !important;
    color: #3B3B46;
    margin-bottom:32px;
}
.promotion__button-block {
    margin-top:6px;
    margin-bottom: 47px;
}
.promotion__button-block a {
    font-size: 18px;
    font-weight: 900;
}
.promotion .progress__list {
    max-width:100%;
    justify-content: left;
    flex-direction: row;
    width: 670px;
    margin: 0;
}
.promotion__progress_develop .progress__item {
    width:auto !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 20px;
}
.progress__item {
    width:25% !important;
    margin-left: 0px;
}
.progress__item:first-child {
    margin-left: 0px;
}
.promotion .progress__item .box {
    box-shadow: none !important;
}
.promotion .progress__item .box img {
    width: auto !important;
    height: 64px !important;
}
.service_image_block {
    margin-left: 96px;
}
.service_image_block img {
    height: 100%;
    max-height:500px;
    width: auto;
}
@media (max-width: 991px) {
    .service_image_block {
        margin-left: 0px;
    }
    .promotion__title {
        font-size:32px;
        margin-bottom: 16px;
    }
    .promotion__paragraph {
        margin-bottom: 32px;
    }
    .promotion__button-block {
        justify-content: center;
    }
    .promotion__button-block a {
        font-size: 14px;
    }
    .promotion__button-block {
        margin-top: 0px;
        margin-bottom: 18px;
    }
    .service_image_block img {
        height: auto;
        width: 100%;
    }
    .promotion__text-block {
        margin-bottom:19px !important;
    }
    .progress__list {
        display: flex;
        gap: 10px;
        overflow: visible;
        flex-wrap: nowrap !important;
        animation: scroll 35s linear infinite; /* Настройте скорость по желанию */
    }
    .promotion__progress_develop .progress__item {
        margin:0px 10px !important;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-150%);
        }
    }
}
@media (min-width: 992px) {
    .progress__item.mobile {
        display: none;
    }
}
