

/* Start:/local/components/nrj/capsule.list/templates/.default/style.css?17763269031930*/
.capsule__box{
    margin-bottom: 6rem;
}
.capsule__item .capsule__box-center{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    height: 100%;
}
.capsule__item .capsule__box-center div{
    width: calc(50% - 12px);
}
.capsule__item .capsule__box-center div:nth-child(1){
    margin: 0 12px 12px 0;
}
.capsule__item .capsule__box-center div:nth-child(2){
    margin: 0 0 12px 12px;
}
.capsule__item .capsule__box-center div:nth-child(3){
    margin: 12px 12px 0 0;
}
.capsule__item .capsule__box-center div:nth-child(4){
    margin: 12px 0 0 12px;
}
.capsule__item a,
.capsule__item a:hover{
    display: block;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 177.7777%;
}
.capsule__item a:hover video{
    opacity: 1;
}

.capsule__item video{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    opacity: 0;
    z-index: 0;
}
.capsule__link{
    margin-top: 4rem;
}

@media(max-width:992px) {
    .capsule__item .col-md-4{
        margin-bottom: 16px;
    }
    .capsule__item .capsule__box-center div{
        width: calc(50% - 8px);
    }
    .capsule__item .capsule__box-center div:nth-child(1){
        margin: 0;
        margin-bottom: 16px;
    }
    .capsule__item .capsule__box-center div:nth-child(2){
        margin: 0;
        margin-bottom: 16px;
    }
    .capsule__item .capsule__box-center div:nth-child(3){
        margin: 0;
    }
    .capsule__item .capsule__box-center div:nth-child(4){
        margin: 0;
    }
    .capsule__item a video{
        opacity: 1;
    }
    .capsule__link{
        margin-top: 2rem;
    }

    .capsule__item video,
    .capsule__item a:hover video{
        opacity: 1;
    }

}
/* End */


/* Start:/local/templates/alberello/components/bitrix/news.list/index.news/style.css?17393679491527*/
.news-box{
	padding-bottom: 40px;
}
.news-box .news-element{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
}
.news-box .news-element a{
	color: #22272b;
	text-decoration: none;
}
.news-box .news-element .news-element-img:after{
	content: '';
	display: block;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.2s ease;
	background: rgb(115,94,83);
	background: radial-gradient(circle, rgba(115,94,83,1) 70%, rgba(70,57,50,1) 100%);

}
.news-box .news-element:hover .news-element-img:after{
	opacity: 0.2;
}
.news-box .news-element .news-element-img{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: #f0f0f0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-box .news-element .news-element-img img {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s ease;
}
.news-box .news-element:hover{
	-webkit-box-shadow:0 0 25px #ccc;
	box-shadow:0 0 25px #ccc;
	-webkit-transition:.2s;
	-o-transition:.2s;
	transition:.2s;
	z-index:1;
}
.news-box .news-element:hover .news-element-img img{
	width: 106%;
	left: -3%;
}

.news-box .news-element .news-element-date{

	font-size: 0.7rem;
}
.news-box .news-element .news-element-name{


}
.news-box .news-element .news-element-preview{

}
.mb-40{
	margin-bottom: 40px;
}
/* End */
/* /local/components/nrj/capsule.list/templates/.default/style.css?17763269031930 */
/* /local/templates/alberello/components/bitrix/news.list/index.news/style.css?17393679491527 */
