

/* Start:/local/templates/zaborcervice/components/bitrix/catalog.section.list/zabor_section/style.css?17125973922677*/
.catalog-zabor-items{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.catalog-zabor-item{
    display: block;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.4s ease;
    overflow: hidden;
    flex: 1 1 calc(33.3333% - 10px);
    height: 200px;
    margin-right: 10px;
    border-radius: 8px;
    max-width: 370px;
}
.catalog-zabor-img{
    transition: all 0.4s ease;
    height: 100%;
}
.catalog-zabor-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.catalog-zabor-item:hover .catalog-zabor-img{
    transform: scale(1.25);
    filter: blur(2px);
}
.catalog-zabor-item:hover .overflow-zabor{
    visibility: visible;
    opacity: 1;
}
.catalog-zabor-item:hover .catalog-zabor-name{
    margin-bottom: 10px;
}
.catalog-zabor-item:hover .catalog-zabor-sub{
    visibility: visible;
    opacity: 1;
    height: 100%;
}
.catalog-zabor-item:hover .catalog-zabor-item_info{
    bottom: -55%;
}
.catalog-zabor-item img{
    width: 100%;
    height: 100%;
}
.catalog-zabor-item_info{
    position: absolute;
    left: 20px;
    bottom: -140px;
    z-index: 3;
    height: 100%;
    display: block;
    transition: all 0.4s ease;
}
.catalog-zabor-item_info.more-space{
    bottom: -120px;
}
.catalog-zabor-item_info.more-space .catalog-zabor-name{
    max-width: 300px;
}
.catalog-zabor-item_info:hover{
    text-decoration: none;
    color: #000;
}
.catalog-zabor-name{
    background: #fff;
    padding: 10px;
    color: #000;
    font-size: 16px;
    transition: all 0.4s ease;
    width: max-content;
    margin-bottom: 0;
}
.overflow-zabor{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.6);
    transition: all 0.4s ease;
    z-zabor: 2;
}
.catalog-zabor-sub{
    color: #ffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.catalog-zabor-info{
    max-width: 340px;
}
@media (max-width:1170px) {
    .catalog-zabor-item_info {
        left: 5px;
    }
    .catalog-zabor-item{
        flex: 1 1 calc(33.333% - 10px);
    }
}
@media(max-width:880px){
    .catalog-zabor-name {
        font-size: 13px;
    }
}
@media(max-width:768px){
    .catalog-zabor-item{
        flex: 1 1 calc(50% - 10px);
    }
}
@media(max-width:580px){
    .catalog-zabor-item{
        flex: 1 1 100%;
        margin-right: 0;
        max-width: 100%;
    }
    .overflow-zabor{
        opacity: 1;
        visibility: visible;
        background: transparent;
    }
}
/* End */
/* /local/templates/zaborcervice/components/bitrix/catalog.section.list/zabor_section/style.css?17125973922677 */
