

/* Start:/local/templates/raspp/components/bitrix/news.list/template1/style.css?17866980541554*/
.slideItem {
	display: grid;
	grid-template-columns: 600px auto;
	grid-template-areas:
		"left image";
	max-width: 100%;
}

.slide_left {
	grid-area: left;
	display: flex;
	flex-flow: column nowrap;
	max-width: 600px;
	min-width: 560px;
	width: 100%;
}
.slide_right {
	grid-area: image;
	display: flex;
	flex-flow: column nowrap;
}
.slide_img {
	display: block;
	max-width: 1169px;
	width: 100%;
	height: 100%;
}

.slide_title {
	font-family: "Bebas Neue Cyrillic";
	font-weight: 400;
	font-size: 70px;
	line-height: 105%;
	letter-spacing: 3%;
	vertical-align: bottom;
}
.slide_title-mobile {
	display: none;
}
.slide_text {
	margin-top: 30px;
	font-family: Geologica;
	font-weight: 200;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0%;
	max-width: 450px;
}

@media screen and (max-width: 1450px) {
	.slideItem {
		grid-template-columns: 500px auto;
	}
	.slide_left {
		max-width: 500px;
		min-width: 500px;
	}
	.slide_title  {
		font-size: 40px;
	}
	.slide_text {
		font-size: 18px;
	}
}

@media screen and (max-width: 1050px) {
	.slideItem {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		grid-template-areas:
		"image"
		"left";
	}
	.slide_left {
		max-width: 500px;
		min-width: 100%;
	}
	.slide_title {
		display: none;
	}
	.slide_title-mobile {
		display: block;
		font-family: "Bebas Neue Cyrillic";
		font-weight: 400;
		font-size: 32px;
		line-height: 105%;
		letter-spacing: 3%;
		margin-bottom: 10px;
	}
	.slide_text {
		font-size: 16px;
		margin-top: 20px;
	}
}
.controls.container.hidden {
	visibility: hidden;
}

/* End */


/* Start:/local/templates/raspp/components/bitrix/news.list/main_news/style.css?1786698054150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/raspp/components/bitrix/photo.section/media_gallerie_home/style.css?1786698054293*/
div.photo-section table.data-table tr.head-row td {
	padding:10px 5px;
	border-bottom:none;
}
div.photo-section table.data-table tr.data-row {
	border-top:none;
	border-bottom:none;
}
div.photo-section table.data-table th.data-cell {
	border-top:none;
	border-bottom:none;
	padding:2px 2px;
}

/* End */
/* /local/templates/raspp/components/bitrix/news.list/template1/style.css?17866980541554 */
/* /local/templates/raspp/components/bitrix/news.list/main_news/style.css?1786698054150 */
/* /local/templates/raspp/components/bitrix/photo.section/media_gallerie_home/style.css?1786698054293 */
