

/* Start:/local/templates/avelina/components/bitrix/breadcrumb/template1/style.css?1776029547436*/
.bx-breadcrumb{
	display: flex;
	gap: 5px;	
}

.bx-breadcrumb-item[id^="bx_breadcrumb"] a{
	color: var(--Gray-3, #828282);
	font-size: 13px;
	font-weight: 400;
}
.bx-breadcrumb-item.last-item span{
	color: var(--Blue, #009FE3);
	font-size: 13px;
	font-weight: 600;
}

@media screen  and (max-width: 560px){
	.bredcr_wrup{
		overflow: scroll;
		padding-bottom: 10px;
	}
	.bx-breadcrumb{
		width: max-content;
	}
}
/* End */


/* Start:/local/templates/avelina/components/bitrix/catalog.section.list/photogallery.section.list/style.css?17760295471299*/
.img_product_bg{
    width: 250px;
    height: 270px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.photogallery__sectionlist{
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.modular__link-button{
	color: var(--Blue, #009FE3);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    opacity: 0;
}
.productCard{
	padding: 12px;
    flex: 0 1 auto;
    width: min-content;
}
.product-item-title{
	color: var(--Black, #000);
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
}
.productCard:hover{
	border-radius: 18px;
    background: var(--White, #FFF);
    box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
}
.productCard:hover .modular__link-button{
	opacity: 1;
}


@media screen  and (max-width:560px){
    .photogallery__sectionlist{
        gap: 0;
    }
    .img_product_bg{
        width: 100%;
    }
    .productCard{
        width: 100%;
        border-radius: 18px;
        background: var(--White, #FFF);
        box-shadow: 2px 2px 16px 0px rgba(12, 37, 47, 0.2);
        margin-bottom: 10px;
    }
    .productCard .modular__link-button{
        opacity: 1;
    }
}
/* End */


/* Start:/local/templates/avelina/components/bitrix/catalog.section/photogallery/style.css?1776029546348*/
.photogallery__category .img_product_bg{
    width: 243px;
    height: 243px;
    margin: 5px;
    background-size: cover;
}

.photogallery__category{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

@media only screen and (max-width:560px) {
	.photogallery__category .img_product_bg{
		width: 100%;
	}
}
/* End */
/* /local/templates/avelina/components/bitrix/breadcrumb/template1/style.css?1776029547436 */
/* /local/templates/avelina/components/bitrix/catalog.section.list/photogallery.section.list/style.css?17760295471299 */
/* /local/templates/avelina/components/bitrix/catalog.section/photogallery/style.css?1776029546348 */
