

/* Start:/local/components/adhesol/documents/templates/tds/style.css?17651727901950*/
.doc-card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    .swiper-slide {
        height: auto !important;
    }

    @media (max-width: 576px) {
        gap: 10px;

    }
}

.swiper {
    .doc-card__item {
        flex: 0 0 auto;
    }
}

.doc-card__item {
    flex: 0 0 calc(100% / 3 - (20px / 3 * 2));
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--color-EFF4F9);
    gap: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;


    @media (max-width: 900px) {
        flex: 0 0 calc(100% / 2 - (20px / 2 * 1));
    }
    @media (max-width: 576px) {
        border-radius: 4px;
        flex: 0 0 100%;
    }
}

.doc-card__content-info {
    font-weight: 700;
    font-size: 14px;
    color: var(--color-3F4B69);
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px 0 20px 20px;
    @media (max-width: 576px) {
        padding: 16px;
    }

    img {
        max-width: 86px;
        width: 100%;
        height: 30px;
        object-fit: contain;
        margin-bottom: 20px;

        @media (max-width: 576px) {
            margin-bottom: 10px;
        }
    }

    .doc-card__content-text {
        font-weight: 700;
        font-size: 14px;
        color: var(--color-0074BC);
        text-transform: uppercase;
    }
}

.doc-card__content-img {
    margin: 1px;
    border-radius: 10px;
    overflow: hidden;
    height: 180px;
    width: 120px;
    flex-shrink: 0;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    @media (max-width: 576px) {

    }
}

.doc-card__btn {
    width: 50px;
    height: 50px;
    object-fit: contain;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
/* End */
/* /local/components/adhesol/documents/templates/tds/style.css?17651727901950 */
