

/* Start:/local/templates/ekoseti_2026/assets/css/pages/quality.css?17842810831123*/
.certificates-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.certificates-list-item {
    width: calc((100% - (15px * 4))/5);
}

.certificates-list-item--horizontal {
    width: calc((100% - (15px * 4))/5 * 2);
}

.certificates-list-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.certificates-list-item img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1599px) {
    .certificates-list {
        gap: 13px 14px;
    }

    .certificates-list-item {
        width: calc((100% - (14px * 3))/4);
    }

    .certificates-list-item--horizontal {
        width: calc((100% - (14px * 3))/4 * 2);
    }
}

@media screen and (max-width: 1199px) {
    .certificates-list-item {
        width: calc((100% - (14px * 2))/3);
    }

    .certificates-list-item--horizontal {
        width: calc((100% - (14px * 2))/3 * 2);
    }
}

@media screen and (max-width: 759px) {
    .certificates-list {
        gap: 15px 10px;
    }
    .certificates-list-item,
    .certificates-list-item--horizontal {
        width: calc(50% - 5px);
    }
}
/* End */
/* /local/templates/ekoseti_2026/assets/css/pages/quality.css?17842810831123 */
