.sectionBox {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.boxMainInfoOurWork {
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    background: #242424;
    padding: clamp(16px, 3vw, 32px);
    box-sizing: border-box;
    gap: clamp(8px, 1vw, 16px);
    align-items: center;
    width: 100%;
    margin-bottom: clamp(48px, 4vw, 72px);
    justify-content: center;
}

.titleMainBoxOurWork {
    color: #F8F4E9;
    text-align: center;
    font-family: Muller;
    font-size: clamp(24px, 4.6vw, 44px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.descMainBoxOurWork {
    color: #F8F4E9;
    text-align: center;
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 756px;
}

.boxWorks {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}

.itemWorkService {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vw, 40px);
    padding-bottom: clamp(24px, 4vw, 40px);
    overflow: hidden;
    border-bottom: 1px solid #C2C2C2;
}

.marquee {
    height: 34px;

    display: flex;
    position: relative;
    width: 100vw;
    gap: 32px;
    align-items: start;
    justify-content: center;
    overflow: hidden;
    animation-name: scroll-abs;
}

.itemMarq {
    color: #242424;
    font-family: Muller;
    font-size: clamp(22px, 3vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

ol,
ul {
    margin: 0;
   
}

.boxAreaService {
    display: flex;
    gap: clamp(24px, 4vw, 100px);
    align-items: flex-start;
    justify-content: space-between;
}

.leftPartAreaService {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 535px;
}

.aboutService {
    color: #242424;
    font-family: Muller;
    font-size: Clamp(20px, 1.8vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nameStagesWork {
    color: #242424;
    font-family: Muller;
    font-size: clamp(16px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

ul li {
    color: #242424;
    font-family: Muller;
    font-size: clamp(16px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.boxItemsMarq {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}

.rightPartAreaService {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 2vw, 41px);
    max-width: 648px;
    width: 100%;
}

.boxAreabtnsService {
    display: grid;
    width: 100%;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-content: space-between;
}

.boxAreabtnsService {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
    background: #F8F4E9;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18);
    padding: 8px 12px 12px 12px;
    box-sizing: border-box;
}

.btnService {
    border-radius: 12px;
    background: #E6C229;
    color: #242424;
    font-family: Muller;
    font-size: clamp(16px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    padding: 8px 55px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxInfoService {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.titleServiceBox {
    color: #242424;
    font-family: Muller;
    font-size: Clamp(18px, 1.8vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.descServiceBox {
    color: #5C5C5C;
    font-family: Muller;
    font-size: clamp(16px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.areaBoxesInfoServices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(24px, 6vw, 48px);
    width: 100%;
    justify-content: space-between;

}

.btnSendOrder {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #6A4C93;
    box-sizing: border-box;
    color: #F8F4E9;
    text-align: center;

    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.24s;
}

.btnSendOrder:hover {
    background: #9a79c7;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 960px) {
    .boxAreaService {
        display: flex;
        gap: clamp(24px, 4vw, 100px);
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .leftPartAreaService,
    .rightPartAreaService {
        max-width: 100%;
    }
}


@media screen and (max-width: 580px) {
    .areaBoxesInfoServices {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: clamp(24px, 6vw, 48px);
        width: 100%;
        justify-content: space-between;
    }
}