

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1717507745467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.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:0}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171750774551*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/onehost_2020/components/bitrix/news.list/news-detail/style.css?17624023073916*/
.bdr .news-list {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
}
.bdr .news-list__item  {
	margin-bottom: 0;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.bdr .news-list__item_important {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.bdr .news-list__item + .news-list__item {
	padding-top: 20px;
	margin-top: 20px;
}
.bdr .news-list__img {
	display: block;
	width: 100%;
	padding-top: 80%;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.site .sct-cnt a.news-list__img {
	border: none;
}
.bdr .news-list__img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.bdr a.news-list__img:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.bdr .news-list__img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.bdr .news-list__date {
	margin-bottom: 12px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.6);
}
.bdr .news-list h6 {
	margin: 0 0 12px 0;
	color: #333;
}
.bdr .sct-cnt .news-list h6 a {
	border: none;
}
.bdr .sct-cnt .news-list h6 a:hover {
	color: #EC3137;
}
.bdr .news-list__txt p {
	margin-bottom: 12px;
}
.bdr .news-list__txt p:last-child {
	margin-bottom: 0;
}
.bdr.news .sct-cnt .news-list__lnk-more {
	display: inline-block;
	margin-top: 24px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.12em;
	border-bottom: 1px solid rgba(88, 102, 110, 0.6);
	color: rgba(255, 255, 255, 0.6);
}
.bdr.news .sct-cnt .news-list__lnk-more:hover {
	border-color: #EC3137;
	color: #EC3137;
}



.bdr .news-list .important {
	position: relative;
	overflow: hidden;
}
.bdr .news-list .important img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.bdr .news-list .important:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.bdr .news-list .important::after {
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.bdr .news-list .important__cnt {
	padding: 30px;
	position: relative;
	z-index: 2;
}
.bdr.news .sct-cnt .news-list .important__lnk {
	display: block;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.bdr .news-list .important__toprow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 12px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.12em;
}
.bdr .news-list .important__toprow span:first-child {
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
.bdr .important__title {
	margin-bottom: 32px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1717507745467 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?171750774551 */
/* /local/templates/onehost_2020/components/bitrix/news.list/news-detail/style.css?17624023073916 */
