.big-section .document-list h4.document-list__heading,
.big-section .document-list__title,
.big-section a.document-list__group__technical_regulations,
.big-section .document-list__group-appointment,
.big-section .document-list__group__technical_regulations a {

    color: #0D1922;
}

.document-list__block.space-white {
    background: #FFFFFF;
}

.document-list__heading {
    margin-bottom: 24px;
}

.document-list__block {
    padding: 20px;
    border-radius: 20px;
}

.document-list__title {
    margin-bottom: 20px;
}

.document-list__group-appointment {
    margin-bottom: 12px;
}

.document-list__group__technical_regulations {
    display: flex;
    gap: 12px;
    margin-bottom: 11px;
    align-items: center;
}

.document-list__block {
    margin-bottom: 24px;
}

.document-list__block:last-child {
    margin-bottom: 0;
}


@media screen and (min-width: 1024px) {
    .document-list {
        margin-bottom: 40px;
    }

    .document-list__desktop-img a::before {
        content: '';
        background: url("/wp-content/uploads/2025/07/document.svg") center/contain no-repeat;
        display: flex;
        width: 15px;
        height: 20px;
        flex-shrink: 0;
    }

    .document-list__group-desktop a::before {
        content: '';
        background: linear-gradient(90.92deg, rgba(143, 201, 232, 0.64) 3.57%, rgba(203, 219, 0, 0.64) 91.35%);
        display: flex;
        width: 10px;
        height: 10px;
        flex-shrink: 0;
        border-radius: 50%;
    }
}


@media screen and (max-width: 1023.98px) {
    .document-list {
        margin-bottom: 24px;
    }

    .document-list__group__technical_regulations {
        flex-direction: column;
        align-items: flex-start;
    }

    .document-list__group-appointment {
        color: #0D1922;
    }

    .document-list__group {
        margin-bottom: 12px;
        border-radius: 20px;
    }

    .document-list__group:last-child {
        margin-bottom: 0;
    }

    .document-list__group-appointment {
        width: 100%;
        border: none;
        text-align: left;
        cursor: pointer;
        transition: background 0.3s;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .document-list__group-appointment.h7 {
        gap: 12px;
        font-size: 18px;
    }

    .document-list__group-appointment.acc-open {
        margin-bottom: 12px;
    }

    .document-list__group-appointment svg {
        transition: all ease 0.3s;
        transform: rotate(0deg);
    }

    .acc-open svg {
        transform: rotate(180deg);
        transition: all ease 0.3s;
    }

    .document-list__group__technical_regulations {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }

    body .document-list__group__technical_regulations a {
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .document-list__group__technical_regulations p {
        margin-bottom: 16px;
    }

    .document-list__group__technical_regulations p:last-child {
        margin-bottom: 0px;
    }

    .document-list__group__technical_regulations.open {
        height: auto;
    }

    .document-list__group .document-list__group__technical_regulations:last-of-type {
        margin-bottom: 0;
    }

    .document-list__accordion .document-list__group:last-of-type {
        margin-bottom: 0;
    }

    .document-list__group-svg {
        width: 30px;
        height: 30px;
        background: rgba(143, 201, 232, 0.2);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border: 1px solid rgba(232, 231, 235, 1);
    }

    .document-list__item-mobile {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .document-list__item-mobile::before {
        content: '';
        background: url("/wp-content/uploads/2025/07/document.svg") center/contain no-repeat;
        display: flex;
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }


    .document-list__list-three a::before {
        content: '';
        background: linear-gradient(90.92deg, rgba(143, 201, 232, 0.64) 3.57%, rgba(203, 219, 0, 0.64) 91.35%);
        display: flex;
        width: 10px;
        height: 10px;
        flex-shrink: 0;
        border-radius: 50%;
    }
}



