

/* Start:/bitrix/templates/srsly/components/bitrix/news/article_instagram/bitrix/news.list/.default/style.css?15842059971388*/
.news-list{
	position: relative;
	overflow: hidden;
}

.news-list-label{
	opacity: 0.3;
	z-index: 3;
	height: 25px;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	font-style: italic;
}

.news-list-title{
	height: 50px;
	font-size: 45px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: -0.2px;
}


.news-list-links-item{
    font-size: 15px;
    line-height: 20px;
	text-transform: uppercase;
	letter-spacing: -0.48;
	color: #000000;
	    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list-links{
	position: relative;
}

.news-list-links-item:last-child{
	z-index: 4;
}
.news-list-links-item:hover,
.news-list-links-item.active{
	opacity: 0.5;
}

.news-list-links:after{
	content: '';
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	display: block;
	height: 100%;
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
/* End */
/* /bitrix/templates/srsly/components/bitrix/news/article_instagram/bitrix/news.list/.default/style.css?15842059971388 */
