

/* Start:/local/templates/picaso/components/bitrix/news/blog/style.css?175146122839*/

.articleInNews{
	margin-top: 125px;
}

/* End */


/* Start:/local/templates/picaso/components/bitrix/subscribe.form/subscribe_news/style.css?17514612281047*/
.subscribe_form{
	margin-top: 45px;
	position: relative;
}
.subscribe_form input[type=checkbox]{
	display: none;

}
.subscribe_form .error,
.subscribe_form .success{
	position: absolute;
	font-size: 12px;
	width: 100%;
	left: 0;
	top:100%;
	display: inline-block;
	padding-top: 10px;
}
.subscribe_form .error{
	color: red;
}
.subscribe_form .success{
	color: green;
}

.subscribe_form .text_field{
	border: none;
	border-bottom: 1px solid black;
	background: transparent;
	line-height: 50px;
	width: 300px; 
	display: inline-block;
	
}
.subscribe_form ::placeholder{
	color: black;
}
.sub_button{
	outline: none;
	background: url(/local/templates/picaso/components/bitrix/subscribe.form/subscribe_news/images/button.png);
	border: none;
	font-family: "FuturaPT", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: black;
	height: 53px;
	width: 280px;
	position: relative;
	display: inline-block;
	cursor: pointer;

}

@media (max-width: 768px ) {
	.subscribe_form .text_field{	
		width: 250px; 	
	}
}

@media (max-width: 576px ) {
	.sub_button{
		margin-top: 15px;
	}
	.subscribe_form{
		text-align: center;
	}
}

/* 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/blog/bitrix/news.list/.default/style.css?17514612282428*/


.blogList{
	margin-top: 60px;
	margin-left: -25px;
	overflow: hidden;
}
.blogList:after{
	display: block;
	content: '';
	clear: both;
}

.sidebar{
	margin-left: 25px;
	width: 370px;
	float:left;
}


.lastArticles__body{
	padding: 27px 29px 1px 27px;
	background: url(/local/templates/picaso/components/bitrix/news/blog/bitrix/news.list/.default/images/blogback.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.lastArticles__title{
	font-weight: 500;
	color: white; 
	font-family: "FuturaPT", sans-serif;
	font-size: 24px;
	padding: 6px 10px 10px 27px;
	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%);
}

.postPreview{
	float: left;
	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-left: 25px;
	margin-bottom: 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/blog/bitrix/news.list/.default/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 ) {

	.postPreview{
		margin: 0 auto;
	}
}

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

		height: auto;
		padding: 15px 10px 10px;
	}

}

@media (max-width: 768px ) {

}

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

		height: auto;
		padding: 15px 10px 10px;
	}

}
/* End */


/* Start:/local/templates/picaso/components/bitrix/catalog.section.list/blog_rubric/style.css?1751461228700*/

.Categories__title{
	font-weight: 500;
	color: white; 
	font-family: "FuturaPT", sans-serif;
	font-size: 24px;
	padding: 6px 10px 10px 27px;
	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%);
}


.Categories{
	margin-bottom: 35px;
}
.categoryLink{
	display: block;
	padding: 15px 15px;
	color: black;
	font-weight: 700;
	text-decoration: none;
	margin: 0 0 2px 0;
	background-color: #fff;

}
.categoryLink:hover,
.categoryLink.active{
	background-color: #4f12fd;
	color: white;
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/news.line/lastArticles/style.css?1751461228366*/
.lastArticle__date{
	color: #4f12fd;
	display: block;
	margin-bottom: 15px; 
}
.lastArticle__link{
	display: block;
	color: white;
	text-decoration: none;
	margin-bottom: 20px;
	max-height: 3em;
	overflow: hidden;
}
.lastArticle__link:hover{
	text-decoration: underline;
}
.lastArticle{
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	margin-bottom: 28px;
}
/* End */
/* /local/templates/picaso/components/bitrix/news/blog/style.css?175146122839 */
/* /local/templates/picaso/components/bitrix/subscribe.form/subscribe_news/style.css?17514612281047 */
/* /local/templates/picaso/components/bitrix/system.pagenavigation/show_more/style.css?1751461228654 */
/* /local/templates/picaso/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17514612282428 */
/* /local/templates/picaso/components/bitrix/catalog.section.list/blog_rubric/style.css?1751461228700 */
/* /local/templates/picaso/components/bitrix/news.line/lastArticles/style.css?1751461228366 */
