

/* Start:/local/templates/picaso/components/bitrix/news/news/style.css?1751461228731*/
.yearSelector{
	text-align: center;
	margin-top: 65px;
}

.yearSelector__link{
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	color: black;
	width: 120px;
	height: 50px;
  	font-family: "FuturaPT", sans-serif;
  	background: transparent;
  	line-height: 50px;
  	text-align: center;
  	text-decoration: none;
  	margin-bottom: 5px;
}
.yearSelector__link_active,
.yearSelector__link:hover{
	background: rgb(78,46,191);
	background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	color: white;
}
.articleInNews{
	margin-top: 125px;
}


/* End */


/* Start:/local/templates/picaso/components/bitrix/system.pagenavigation/show_more/style.css?1751461228654*/
.ShowMore{
	font-family: "FuturaPT", sans-serif;
	font-weight: 500;
	font-size: 24px;
	width: 270px;
	height: 50px;
	line-height: 50px;
	color: white;
	text-decoration: none;
	background: rgb(78,46,191);
	background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	display: block;
	margin: 30px auto;
	text-align: center;
	
}
.ShowMore:hover{
	border: 1px solid rgb(78,46,191);
	color: rgb(78,46,191);
	background: white;
	cursor: pointer;

}



/* End */


/* Start:/local/templates/picaso/components/bitrix/news/news/bitrix/news.list/.default/style.css?17514612281814*/
.newsList{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-left: -30px;
	flex-wrap: wrap;
	margin-top: 75px;
}
.newPreview{
	margin-left: 30px;
	position: relative;
	flex:0 0 270px;
	min-height: 400px;
	overflow: hidden;
	background-color: white;
	text-decoration: none;
	margin-bottom: 30px;
}
.newPreview__image{
	display: flex;
	width: 100%;
	height: 165px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.newPreview__body{
	padding: 30px 25px 10px;
}
.newPreview__date{
	display: block;
	color: #4f12fd;
}
.newPreview__title{
	font-family: "GothamPro", sans-serif; 
	font-size: 16px;
	font-weight: 700;
	color: black;
	margin: 15px 0 15px
}
.newPreview__text{
	font-size: 16px;
	color: #77718d;
}
.newPreview__more{
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	font-family: "FuturaPT", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: white;
	background:  rgb(78,46,191) ;
	background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	left: 0;
	bottom: -45px;
	transition: 0.3s ease-in-out;

}
.newPreview:hover .newPreview__more{
	bottom: 0;
}

@media (max-width: 1200px ) {
	.newsList{
		margin-left: -75px;
	}
	.newPreview{
		margin-left:75px;
	}
}

@media (max-width: 992px ) {
	.newsList{
		margin-left: 0px;
		justify-content: space-between;
	}
	.newPreview{
		margin-left:0px;
		margin-right: 0px;
	}

}

@media (max-width: 768px ) {
	.newPreview{
		flex:0 0 260px;
		margin: 0 5px 20px; 
	}
}

@media (max-width: 576px ) {
	.newsList{
		justify-content: space-around;
	}
}

/* End */


/* Start:/local/templates/picaso/components/bitrix/news.line/articles_footer/style.css?17514612282381*/
.footerArticles{
	background: url(/local/templates/picaso/components/bitrix/news.line/articles_footer/images/footArticleBack.jpg) no-repeat center  #343238;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 0 130px;
}


.footerArticles__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerArticles__title{
	margin-bottom: 100px;
	flex:1;
	color: white
}
.footerArticles__nav{
	flex: 0 0 120px;
}

.footerArticles__body{
	padding: 2px 0;
	height: 400px;
	overflow: hidden;
}

.postPreview{
	width: 370px;
	height: 395px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background-color: white;
	color: white;
	text-decoration: none;
	overflow: hidden;
	margin-right: 25px;
}
.postPreview__image{
	display: block;
	max-width: 100%;
	transition: 0.3s ease-in-out;
}
.postPreview__text{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 142px;
	width: 100%;
	background: url(/local/templates/picaso/components/bitrix/news.line/articles_footer/images/articleBack.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 36px 38px 10px;
}
.postPreview__name{
	font-weight: 700;
}
.postPreview__date{
	position: absolute;
	right: 0;
	bottom: 100%;
	color: #4f12fd;	
	z-index: 2;
	display: inline-block;
	width: 125px;
	line-height: 35px;
	text-align: center;
	padding-right: 15px;
}

.postPreview__date::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: white;
	position: absolute;
	right: 0;bottom: 0;
	transform: skewX(30deg);
	transform-origin: right bottom;
	z-index: -1;
}

.postPreview:hover{
	text-decoration: underline;
}


.postPreview:hover .postPreview__image{
	transform: scale(1.1);
}


@media (max-width: 1200px ) {
	.footerArticles{
		padding: 20px 0 60px;
	}
	.postPreview{
		margin: 0 auto;
	}
}

@media (max-width: 992px ) {
	.footerArticles__title{
		margin: 30px 20px 30px 0;
	}
		.postPreview{
		width: 280px;
		height: 298px;
	}
	.postPreview__text{

		height: auto;
		padding: 15px 10px 10px;
	}
	.footerArticles__body{
		height: 300px;
	}

}

@media (max-width: 768px ) {

}

@media (max-width: 576px ) {
	.postPreview{
		width: 280px;
		height: 298px;
	}
	.postPreview__text{

		height: auto;
		padding: 15px 10px 10px;
	}
	.footerArticles__body{
		height: 300px;
	}
	.footerArticles__head{
		flex-flow: column;
		align-items: center;
	}
	.footerArticles__title{
		margin: 30px 0 30px;
	}
}
/* End */
/* /local/templates/picaso/components/bitrix/news/news/style.css?1751461228731 */
/* /local/templates/picaso/components/bitrix/system.pagenavigation/show_more/style.css?1751461228654 */
/* /local/templates/picaso/components/bitrix/news/news/bitrix/news.list/.default/style.css?17514612281814 */
/* /local/templates/picaso/components/bitrix/news.line/articles_footer/style.css?17514612282381 */
