.documentation__content {
    position: relative;
    margin-bottom: 20px;
}

.documentation__content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 16px;
    height: 17px;
    background-image: url("/local/components/ci/ci.universal_list/templates/ci_new_2025/images/icon-arrows.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.documentation__content a {
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #231f20;
    font-weight: 500;
    padding-left: 29px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    margin: 2px 0;
}

@media (hover: hover), screen and (min-width: 0\0) {
    .documentation__content a:focus,
    .documentation__content a:hover {
        color: #bc2539;
    }
}

.documentation_container {
    padding: 0 162px;
}

@media (max-width: 640px) {
    .documentation__content a {
        font-size: 17px;
    }
}

@media (max-width: 1500px) {
    .documentation_container {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .documentation_container {
        padding: 0 10px;
    }
}

.documentation_description_images {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2rem;
    justify-content: flex-start;
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .documentation_description_images {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .documentation_description_images {
        margin-bottom: 40px;
    }
}

.description_images__item {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

@media (max-width: 1024px) {
    .description_images__item {
        flex-basis: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

@media (max-width: 768px) {
    .description_images__item {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.description_images__item_image {
    width: 120px;
    height: 185px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.description_images__item_image img{
    max-width: 100%;
}

.description_images__item_image img.document{
    display: none;
}

.description_images__item_title {
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 16px;
    color: #231f20;
}

.documentation_container .documentation__content:last-of-type {
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .documentation_container .documentation__content:last-of-type {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .documentation_container .documentation__content:last-of-type {
        margin-bottom: 40px;
    }
}

.documentation_description_container + .documentation_description_container {
    margin-top: 60px;
}


@media (max-width: 768px) {
    .documentation_description_container + .documentation_description_container {
        margin-top: 40px;
    }
}

.documentation_description_title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 768px) {
    .documentation_description_title {
        font-size: 20px;
    }
}

/** Top link **/
.documentation__info-icon {
    width: 100%;
}

.documentation__info-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 160px;
}

@media (max-width: 1700px) {
    .documentation__info-btn {
        margin-bottom: 85px;
    }
}

@media (max-width: 400px) {
    .documentation__info-btn {
        margin-bottom: 60px;
    }
}

@media (max-width: 360px) {
    .documentation__info-btn {
        margin-bottom: 60px;
    }
}

@media (max-width: 1700px) {
    .documentation__info-btn {
        column-gap: 20px;
    }
}

@media (max-width: 780px) {
    .documentation__info-btn {
        justify-content: center;
        margin: 0 auto 85px;
    }
}

@media (max-width: 400px) {
    .documentation__info-btn {
        column-gap: 15px;
        margin-bottom: 50px;
    }
}

@media (max-width: 360px) {
    .documentation__info-btn {
        column-gap: 7px;
    }
}

.documentation__info-btn-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 30px;
    height: 30px;
}

.documentation__info-btn {
    text-decoration: none;
    max-width: 310px;
}

.documentation__info-btn span {
    display: block;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

@media (max-width: 1700px) {
    .documentation__info-btn span {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .documentation__info-btn span {
        font-size: 17px;
        font-weight: 700;
    }
}

@media (max-width: 360px) {
    .documentation__info-btn span {
        font-size: 14px;
        font-weight: 700;
    }
}

.documentation__info-btn:focus .documentation__info-btn-img,
.documentation__info-btn:hover .documentation__info-btn-img  {
    background-color: #bc2539;
    color: #ffffff;
}


.documentation__info-btn:focus span,
.documentation__info-btn:hover span {
    color: #bc2539;
}

.documentation__arrow-up{
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: center;
}