<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/autoshow/components/bitrix/system.pagenavigation/round/style.css?14804977092495*/
.nav-string{
	padding: 10px 0 0;
}
.bx-pagination {
	margin: 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 0px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #F1F1F2;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #333;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #333;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #e8e8e8;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #FFc907;
	color: #000000;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #F1F1F2;
	line-height: 28px;
	padding: 0 10px;
	color: #333;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #F1F1F2;
	line-height: 28px;
	padding: 0 8px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #e8e8e8;
	color: #000;
}

/* End */


/* Start:/bitrix/templates/autoshow/components/bitrix/news.list/news/style.css?14809457732791*/
.news-list{
	padding:10px 0;
}

.btn-more{
	display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #FFC907;
    border-right: 1px solid #FFC907;
}

.news-item{
	position: relative;
	height:122px;
	margin:0px 0 20px 24px;
}

.news-item__link{
	text-decoration:none;
	background-color:transparent;
	display:block;
	padding-left: 200px;
	height:100%;
	overflow:hidden;
	/*box-shadow: 0 0 1px #000;*/
	
}

.news-item__link:hover .btn-more{
	/*background-color:#F1F1F2;*/
	border-bottom: 10px solid #FFC907;
    border-right: 10px solid #FFC907;
	border-left: 10px solid #000;
	border-top: 10px solid #000;
	width: 0px;
	height: 0px;
}

.news-item__img{
	position:absolute;
	width:180px;
	height:auto;
	top:0px;
	left:0px;
}

.news-date{
    height: 16px;
    width: auto;
    padding: 3px 0;
    color: #FFC907;
	font-size:16px;
    line-height: 16px;
	
    text-decoration: none;
    text-align: left;
    text-transform: lowercase;
	border-top:1px dashed  #5e4801;
	z-index: 10;
	padding: 20px 0 20px;
}

.news-date_first{
	border-top:1px dashed  transparent;
}

.news-item__name{
	font-size: 15px;
	font-weight:bold;
	color:#FFFFFF;
	padding:20px 25px 5px 0px;

}

.news-item__text{
	font-size: 14px;
	line-height:20px;
	color:#FFFFFF;
	padding:0px 25px 20px 0px;
}

@media screen and (max-width: 1199px) { /*0-1200*/
	.news-item__date{
		transform: inherit;
		-o-transform: inherit;
		-ms-transform: inherit;
		-moz-transform: inherit;
		-webkit-transform: inherit;
		top:0;
		left:0;
		
	}
}

@media screen and (max-width: 960px) { /*0-870*/
	.news-item{
		background-color: #333333;
		width: 100%;
		height: 64px;
		padding: 0px 10px 0px 106px;
		box-sizing: border-box;
		margin: 1px 0;
		overflow:hidden;
	}
	.news-item:hover{
		background-color: #454545;
	}
	
	.news-item__link{
		background-color: transparent;
		padding-left:0px;
		text-decoration:none;
		color:#333333;
	}
	.news-item__img{
		width: 96px;
		height:64px;
	}	
	.news-item__name{
		color: #F1F1F2;
		font-size: 14px;
		line-height: 20px;
		font-weight: normal;
		display: table-cell;
		vertical-align: middle;
		height: 64px;
		font-weight: normal;
		padding:0px 10px 0px 0px;
	}
	.news-item__date{
		bottom: 0px;
		top: inherit;
		left: inherit;
		right: 10px;
		background: transparent;
		color: #333333;
		font-size: 10px;
		text-align: right;	
	}

	.news-item__text{
		display:none;
	}
	.btn-more{
		display: none;
	}
	
	.news-date{
		height: 14px;
		width: auto;
		padding: 3px 0;
		color: #000000;
		font-size: 14px;
		line-height: 16px;
		text-decoration: none;
		text-align: left;
		text-transform: lowercase;
		border-top: none;
		z-index: 10;
		padding: 10px 10px 10px;
		background-color: #FFC907;
		font-weight: bold;	
	}
	
}
/* End */
/* /bitrix/templates/autoshow/components/bitrix/system.pagenavigation/round/style.css?14804977092495 */
/* /bitrix/templates/autoshow/components/bitrix/news.list/news/style.css?14809457732791 */
</pre></body></html>