

/* Start:/bitrix/templates/main_new/components/bitrix/breadcrumb/template1/style.css?1778685969714*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #5a5a5a;
	line-height: 13px;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 4px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 8px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;color: #4f4f4f!important;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {color: #e4191f!important;}
.fa-slesht:before
 {
    content: "\2044";
}
#bx_breadcrumb_0{padding-top:1px;}

/* End */


/* Start:/bitrix/templates/main_new/components/bitrix/system.pagenavigation/goodshina/style.css?17786859692814*/
.bx-pagination {
	margin: 10px 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 15px 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: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	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;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #e4191f;
	color:#fff;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #e4191f;
	color: #fff;
}
.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 #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.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 #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.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: #e4191f;
	
	color: #fff;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/main_new/components/bitrix/news/news/bitrix/news.list/.default/style.css?17786859692623*/

.news_list_block{
	box-shadow: 0px 0px 5px 0px rgb( 214, 221, 226 );
	background-color: #fefefe;
	margin: 0 0 20px 0;
	border-radius: 16px;
	height: 420px;
}
.nophoto{
	width:350px;
	height:250px;
	background-image: url('/bitrix/templates/main_new/img/noimgindex.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
}
.foto{
	text-align:left;
	position: relative;
	overflow: hidden;
	
}
.foto img{
	width: 100%;
    height: auto;
	transition: 1s;
	opacity:1;
	border-radius: 16px 16px 0 0;
}
.foto img:hover{opacity:0.8;}
.text_news{min-height:240px;margin: 0 0 10px 0;padding: 0 10px;text-align: left;}
.news_prev{text-align:left;}
.news-date-time{
	font-size: 15px;
    font-weight: 700;
    color: #000;
    position: absolute;
    bottom: 0;
    background-color: #fefefe;
    padding: 5px 8px;
    opacity: 0.7;
}
.news-name{
    font-weight: 700;
    color: #000;
    font-size: 18px;
	margin:7px 0;
}
.news-name a:link {color:#000;text-decoration:none;}
.news-name a:visited{color:#000;text-decoration:none;}
.news-name a:hover{color:#7abf00; text-decoration:underline;}
.news-name a:active {color:#7abf00; text-decoration:underline;}

.news_list_but{
	color:#fff;
	display: block;
    position: absolute;
    bottom: 27px;
    right: 22px;
}

.news-item-text{
	font-size:13px;
	color:#434343;
	height:110px;
	padding:15px 17px;
}

.news-but{
	float:right;
	font-size:15px;
	width:151px;
	height:33px;
	line-height:33px;
	text-align:center;
	background-color: #fff;
	color: #292929;
    border: 1px solid #6a1c25;
	border-radius:10px;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.news-but:hover{
	color: #fff;
    background-color: #e42329;
    text-decoration: none;
}
.newsline{
	width:100%;
	height:1px;
	background-color: rgb( 255, 197, 22 );
	margin: 2px 0 10px 0;
}
@media screen and (max-width:929px) {
	.news-name{font-size:16px;}
	.text_news_text{font-size: 14px;}
	.text_news {min-height: 238px;}
}	
@media screen and (max-width:767px) {
	.news-name{font-size:18px;}
	.text_news_text{font-size: 16px;}
	.text_news {min-height: 226px;}
}
@media screen and (max-width:659px) {
	.news-name{font-size:16px;}
	.text_news_text{font-size: 14px;}
	.text_news {min-height: 238px;}
}	
@media screen and (max-width:575px) {
	.news_list_block{height: auto;}
	.news-name{font-size:18px;}
	.text_news_text{font-size: 16px;}
	.text_news {min-height: 226px;}
}
@media screen and (max-width:356px) {
	.news-name{font-size:16px;}
	.text_news_text{font-size: 14px;}
	.text_news {min-height: 238px;}
}

/* End */
/* /bitrix/templates/main_new/components/bitrix/breadcrumb/template1/style.css?1778685969714 */
/* /bitrix/templates/main_new/components/bitrix/system.pagenavigation/goodshina/style.css?17786859692814 */
/* /bitrix/templates/main_new/components/bitrix/news/news/bitrix/news.list/.default/style.css?17786859692623 */
