

/* Start:/local/templates/.default/components/bitrix/news.detail/news_test/style.css?17543759074664*/
:root {
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-yellow:	#e6c100;
    --color-gray-dark:	#333;
    --color-gray-light:	#CCCCCC;
}

#navigation{
	padding: 0;
}
.lb-image-products-item a, .lb-back-to-list a{
    color: var(--color-gray-dark);
    text-decoration: none;
}
.lb-back-to-list svg{
    fill: var(--color-gray-dark);
}
.lb-back-to-list:hover svg{
    fill: var(--color-yellow);
}
.lb-image-products-item a:hover, .lb-back-to-list a:hover{
    color: var(--color-yellow);
    fill: var(--color-yellow);
}
.lb-images-next:hover{
    color: var(--color-yellow);
}
.lb{
    font-family: "Jost", "Arial", sans-serif;
    color: var(--color-gray-dark);
}
.lb-back-to-list{
    font-size: 16px;
    margin: 20px 0px;
    width: fit-content;
}
.lb-back-to-list svg{
    margin: 0 0 3px 0;
}
.lb-image{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    padding: 15px 0;
}
.lb-image-carousel{
    /*max-width: 503px;*/
	min-width: 503px;
    width: 503px;
    /*height: 750px;*/
}
.carousel-indicators {
    position: absolute!important;
    /*right: 0!important;*/
    bottom: 0!important;
    left: 0!important;
    z-index: 2!important;
    display: flex!important;
    justify-content: center!important;
    padding: 0!important;
    margin-right: 0px!important;
    margin-bottom: 1rem!important;
    margin-left: 0px!important;
	width: 100%!important;
}
.carousel-indicators .active{
	height: 3px!important;
	margin: 0!important;
    width: 30%!important;
}
.carousel-indicators{
    margin: 0
}
.carousel-indicators [data-bs-target]{
    width: 30%!important;
	height: 3px!important;
	margin: 0 3px!important;
}
.carousel-item img{
	object-fit: cover;
	width: 100%;
	height: 700px;
}
.lb-image-wrp{
    width: calc(100% - 450px);
}
.lb-image-description-title{
    font-size: 48px;
}
.lb-image-description-text{
    padding: 0 15px 0 0;
}
.lb-image-description-title, .lb-image-products-title, .lb-images-title,.lb-images-next p{
    font-family: "Cormorant Garamond", "Times New Roman", serif;
}
.lb-image-products-title{
    margin: 20px 0;
    font-size: 30px;
}
.lb-image-products-item-name{
	font-style: italic;
	font-weight:bold;
	/* autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2; // количество строк
	text-overflow: ellipsis;
	overflow: hidden;
}
.lb-images-title{
    margin: 20px 0px;
    font-size: 40px;
}
.lb-image-products-item img{
    width: 100%;
	height: 150px;
	object-fit: cover;
}
.lb-image-products-item{
    width: 150px;/*22%;*/
	margin: 0 15px 15px 0;

}
.lb-image-products{
    display: flex;
    flex-wrap: wrap;
}
.lb-image-products-item p{
    margin: 0;
    font-size: 16px;
}
.lb-images{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
}
.lb-images-next{
    position: relative;
    width: 32%;
    height: 500px;
    background-size: cover;
    font-size: 36px;
    color: var(--color-white);
    font-family: "CG", "Times New Roman", serif;
}
.lb-images-next:hover{
	cursor: pointer;
}
.lb-images-next p{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align:center;
	z-index:3;
}
.lb-images a, .lb-images a:hover{
    color: var(--color-white);
}
.lb-images-next::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.5032387955182073) 100%);
}
.page-top>div{
	padding: 0!important;
}
.page-top{
	height: 0!important;
	min-height: 0 !important;
} 
@media (max-width: 1024px) {
	.lb-back-to-list{
		padding: 0px 0px;
	}
    .lb-image{
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
    }
    .lb-image-carousel{
        width: 100%;
		min-width: 0;
		height: 400px;
    }
    .lb-image-carousel img{
        width: 100%;
		min-width: 0;
		height: 400px;
    }
    .lb-image-wrp{
        width: 100%;
        min-width:fit-content;
    }
    .lb-image-description-title{
        margin: 20px 0 0 0!important;
    }
    .lb-image-products{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .lb-image-products-item{
        width: 100%;
    }
	.lb-image-products-item img{
		height: 354px;
		width: 100%;
	}
	.lb-image-wrp{
		min-width: 0;
		width: 100%;
	}
    .lb-images-title{
        margin: 40px 0px 0 0px;
    }
    .lb-images{
        flex-wrap: wrap;
        flex-direction: column;
		margin: 0 0px;
    }
    .lb-images-next{
        margin: 10px 0;
        width: 100%;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/news_test/style.css?17543759074664 */
