

/* Start:/bitrix/templates/citrus_aproduction2_arkwood/components/bitrix/news.list/sertificats/style.css?16453063981957*/

@media all {
    .certificates-item {
        background-color: #fff;
        border: 1px solid #cdcdcd;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 18px;
        display: block;
        text-decoration: none;
        color: #000000;
    }

    .certificates-item__images {
        display: block;
        padding-bottom: 140%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }
    .certificates-item__images:after {
        content: '';
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transition: .3s ease;
    }
        a.certificates-item:hover .certificates-item__images:after {
            opacity: 1;
        }

    .certificates-item__name {
        text-align: center;
        display: block;
        margin-top: 10px;
        margin-bottom: 6px;
        font-weight: 600;
        line-height: 1.4;
    }

    .certificates-item__image-hover-btn {
        opacity: 0;
        transition: .3s ease;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 160px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        border: 1px solid;
    }
        a.certificates-item:hover .certificates-item__image-hover-btn {
            opacity: 1;
        }
}
@media (max-width: 1200px) {
    .certificates-item {
        padding: 10px;
    }
}
@media (max-width: 479px) {
    .certificates-item {
        padding: 4px;
    }
    .certificates-item__name {
        margin-top: 5px;
        line-height: 1.3;
    }
}
/* End */
/* /bitrix/templates/citrus_aproduction2_arkwood/components/bitrix/news.list/sertificats/style.css?16453063981957 */
