/* новый блок сертификатов (28/11/2025) */
.sertificate-work-new {
    background-color: #F9F9F9;
    padding: 64px 0;
}

.new-sert {
    position: relative;
    overflow: hidden;
    min-height: 454px;
    padding: 20px;
    border-radius: 10px;
}

.bg_sert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Orange);
    z-index: 5;
}

.img-security {
    width: 440px;
    height: 580px;
    z-index: 10;
    position: absolute;
    right: 40px;
    top: -45px;
    opacity: .15;
}

.box_contain {
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
}

.box_contain .left {
    width: 100%;
    max-width: 538px;
}

.box_contain .left img {
    border-radius: 10px;
}

.box_contain .right {
    width: 100%;
}

.box_contain .right h2 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 46px;
    max-width: 591px;
    color: white;
    margin-bottom: 20px;
}

.box_contain .right p {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: white;
    margin-bottom: 20px;
}

.box_contain .right li {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    color: white;
}

.box_contain .right li::before {
    content: "📑";
    margin-right: 8px;
}

.box_contain .right li:last-child {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .box_contain {
        flex-direction: column;
        gap: 20px;
    }

    /* .box_contain .left {
            max-width: 230px;
        } */

    .box_contain .right h2 {
        font-weight: 700;
        font-size: 24px;
    }

    .box_contain .right p {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    .box_contain .right li {
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
    }

    .img-security {
        width: 370px;
        height: 370px;
        right: -150px;
        top: initial;
        bottom: -65px;
    }
}