

/* Start:/local/components/HG24/PROM_galery_section/templates/.default/style.css?16453448561045*/
.catalog_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.catalog_list .item-goods {
    width: calc(100% / 3);
    padding: 10px;
}

.item-goods>div.photo {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.item-goods>div.text {
    position: relative;
}

.item-goods>div.text {
    display: block;
    padding-top: 12px;
    color: #454543;
}

.item-goods>div.photo a {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-color: #ccc;
    text-decoration: none;
}

.item-goods>div.photo a div:first-child {
    z-index: 0;
}

.item-goods>div.photo a div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    transition: all .25s ease-in-out;
}

.item-goods a.text {
    text-decoration: none;
}

.item-goods .name {
    text-align: center;
    font-size: 18px;
    padding: 10px;
    color: #000;
    text-transform: uppercase;
}
/* End */
/* /local/components/HG24/PROM_galery_section/templates/.default/style.css?16453448561045 */
