

/* Start:/local/templates/.default/components/bitrix/catalog.section.list/catalog.block/style.css?17720890252043*/
.section_catalog_card{
	height:320px;
	display:block;
    background-position: center !important;
	background-size: cover !important;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.5s;
}

.section_catalog_card::after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 14%;
    bottom: 0%; 
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
}
  
/*  
.section_catalog_card:hover{ 
	transform: translateY(-5px);
}
*/

.section_catalog_card:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
 
.section_catalog_card_name{
	color: #ffffff;
    font-size: 22px !important;
    text-align: left;
    font-weight: 500;
    position: absolute;
    left: 17px;
    top: 82%;
    z-index: 5;
    line-height: 20px;
    overflow: hidden;  
    text-decoration: none;
    max-height: 50px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	transition: 0.5s;
}

.section_catalog_card:hover .section_catalog_card_name{ 
	top: 46%;
}

.section_catalog_card_description{
	color: #ffffffbd;
    font-size: 14px !important;
    text-align: left;
    font-weight: 400;
    position: absolute;
    left: 17px;
    /* bottom: 57px; */
    z-index: 5;
    line-height: 16px;
    top: 61%;
    height: 86px;
    overflow: hidden;
    max-height: 64px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	opacity: 0;
	transition: 0.5s;
}

.section_catalog_card:hover .section_catalog_card_description{ 
	opacity: 1 !important;
}


.section_catalog_card_btn{
	position: absolute;
    background: var(--color-brand);
    color: #fff;
    bottom: 15px;
    text-align: center;
    padding: 6px 25px;
    border-radius: 5px;
    z-index: 5;
    font-size: 15px;
    left: 4%;
	opacity: 0;
	transition: 0.5s;
}

.section_catalog_card:hover .section_catalog_card_btn{ 
	opacity: 1 !important;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section.list/catalog.block/style.css?17720890252043 */
