

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


/* Start:/local/templates/zaborcervice/components/bitrix/news.list/reviews/style.css?17125973921199*/
div.swiper-slide-review{
    background: #f7f7f7;
    border-radius: 20px;
    height: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slide-review{
     padding: 27px 27px 11px 27px;
}
.slide-review_name{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}
.slide-review_date{
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #666666;
}
.slide-review_text{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    margin-top: 11px;
    height: 100%;
}
.review-photo img{
    width: 100%;
    height: 244px;
    border-radius: 0 0 20px 20px;
    object-fit: cover;
}
.review_all{
    border: 1px solid #238A39;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    width: 360px;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
    padding: 22px 0;
}

@media(max-width:400px){
    .review_all{
        width: 100%;
    }
}
/* End */
/* /local/templates/zaborcervice/components/bitrix/catalog.section.list/index_section/style.css?17125973923143 */
/* /local/templates/zaborcervice/components/bitrix/news.list/reviews/style.css?17125973921199 */
