/* новый блок сертификатов (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: 32px;
    /* 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 h3 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    color: white;
    display: contents;
}

.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;
    }

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

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





/* -------------------------------------- */
@media (min-width: 992px) {
    .expand-button-master {
        display: none;
    }
}

/* Показываем только на мобильных */
@media (max-width: 992px) {
    .seo-spoiler {
        display: block;
    }

    .custom-paragraph {
        max-height: 120px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
    }

    .custom-paragraph.expanded {
        max-height: none;
    }

    .spoiler-toggle-btn {
        margin-top: 10px;
        padding: 8px 16px;
        font-size: 14px;
        width: 215px;
        height: 32px;
        border: 0px solid #3B3B3B;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #c2c2c2;
    }

    .spoiler-toggle-btn::after {
        content: '▼';
        display: inline-block;
        margin-left: 5px;
        transition: transform 0.3s;
        font-size: 9px;
        position: relative;
        top: 1px;
    }

    .spoiler-toggle-btn.toggled::after {
        transform: rotate(180deg);
        top: -2px;
    }

    /* ---------  */
    .price-table-body .column-2 .device-price-table {
        padding: 12px;
    }

    .subcolumn-2.dop-2 {
        justify-content: flex-end;
    }

    .reviews-v2 {
        padding-bottom: 0;
    }

    .section-2 .container {
        overflow-y: hidden;
    }

    .expand-button-master {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
        text-decoration: underline;
        color: silver;
        font-size: 16px;
        display: flex;
        justify-content: center;
        padding-top: 100px;
        padding-bottom: 10px;
        background-image: linear-gradient(0deg, #fff 40px, hsla(0, 0%, 100%, 0));
    }

    .show_text .expand-button-master {
        background-image: none;
    }
}






@media (max-width: 992px) {
    .footer__nav-card ul {
        height: 0;
        overflow: hidden;
        opacity: 0;
        margin-top: 0;
        transition: none;
        display: block !important;
        /* перебьёт display: none */
    }

    .footer__nav-card.active ul {
        opacity: 1;
        margin-top: 10px;
    }
}


