

/* Start:/bitrix/templates/x3/components/bitrix/news/inbiznes_promo/bitrix/news.detail/.default/style.css?1678718905954*/
.btns{
	width: 100%;
	margin-right: 50px;
	margin-top: 30px;
}

.btns-left, .btns-right{
	width: 49%;
	display: inline-block;
	vertical-align: bottom;	
}
.btns-right{
	text-align: right;
}
.fb-share-label{
	display: inline-block;
    font-size: 22px;
    padding-right: 5px;
}
#newsDetail{
	margin-top: 24px;
}

#newsDetail .item-text{
	max-width: 800px; 
	display: block; 
	padding-bottom: 20px;
	font-size: 1.2em;
}

#newsDetail .newsDate{
	margin-top: 24px;
	color: #888888;
}

#newsDetail .description{
	line-height: 21px;
	max-width: 850px;
}

#newsDetail .more{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	margin-top: 12px;
	color: #ffffff;
	padding: 4px 12px;
}


#newsDetail .more:active{
	position: relative;
	top: 1px;
}

#newsDetail .bigPicture img{
	max-width: 100%;
}
#newsDetail h3, #newsDetail h2{
	font-weight: 400;
}
/* End */


/* Start:/bitrix/templates/x3/components/bitrix/news.list/brands/style.css?16787189051783*/
#brands{
	margin-top: 24px;
}

#brandList{
	margin-top: 24px;
	overflow: hidden;
}

#brandList .heading{
	background-color: #424242;
	margin-bottom: 0px !important;
    padding-left: 18px;
	line-height: 50px;
    font-size: 17px;
    display: block;
    color: #ffffff;
    height: 50px;
}

#brandList .items{
	list-style: none;
	overflow: hidden;
}

#brandList .item{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background-color: #ffffff;
	border-right: 1px solid #e7e8ea;
	border-bottom: 1px solid #e7e8ea;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
	float: left;
	width: 20%;

}

#brandList .item:nth-child(1),
#brandList .item:nth-child(2),
#brandList .item:nth-child(3),
#brandList .item:nth-child(4),
#brandList .item:nth-child(5){
	border-top: 1px solid #e7e8ea;
}

#brandList .item:nth-child(5n+1){
	border-left: 1px solid #e7e8ea;
}

#brandList .tabloid{
	position: relative;
	padding: 12px;
}

#brandList .markerContainer{
	position: absolute;
	top: 8px;
	left: 8px;
}

#brandList .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	background-color: #424242;
	margin-bottom: 8px;
	color: #fff;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}

#brandList .picture{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	opacity: 0.8;
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
}

#brandList .picture:hover{
	opacity: 1;
}

#brandList .picture img{
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#brandList .name{
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #000000;
	margin: 12px 0;
}

#brandList .last{
	background: #f3f3f3;
}
/* End */


/* Start:/bitrix/templates/x3/components//bitrix/system.pagenavigation/round/style.css?16787189052357*/
.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;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.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: #fff;
	border-color: #DADADA;
	color: #000;
}

/* End */


/* Start:/bitrix/templates/x3/components/bitrix/news/inbiznes_promo/bitrix/news.list/.default/style.css?16787189052491*/
#empty{
	padding: 15px;
}

#news{
	margin-top: 24px;
}

#newsContainer{
	overflow: hidden;
	background: white;
	padding: 20px 20px 0 20px;
	margin: 0;
}

#newsContainer .content{
	position: relative;
}

#newsContainer .column{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	width: 33%;
	display: inline-block;
}

#newsContainer .column .items{
	overflow: hidden;
	height: 100%;
	display: flex;
}

#newsContainer .column .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e8ea;
	padding: 0 24px 24px 24px;
	margin-bottom: 24px;
    position: relative;
    height: 100%;
    width: 100%;	
}

#newsContainer .column .item .bigPicture{
	text-align: center;
	margin-top: 24px;
	height: 200px;
}

#newsContainer .column .item .bigPicture a:active{
	position: relative;
	top: 1px;
}

#newsContainer .column .item .bigPicture img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#newsContainer .column .item .bigPicture img:hover{
	opacity: 0.9;
}

#newsContainer .column .item .title{
	margin-top: 24px;
}

#newsContainer .column .item .title a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	display: block;
}

#newsContainer .column .item .title a:active{
	position: relative;
	top: 1px;
}

#newsContainer .column .item .newsDate{
	margin-top: 12px;
	color: #888888;
}

#newsContainer .column .item .newsDate .pic{
	vertical-align: middle;
	padding-right: 4px;
	margin-top: -4px;
}

#newsContainer .column .item .description{
	margin-top: 12px;
	font-size: 14px;
	color: #888888;
	max-height: 64px;
	overflow: hidden;
}

#newsContainer .column .item .more{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	margin-top: 12px;
	color: #ffffff;
	padding: 4px 12px;
	border-radius: 3px;
}

#news .column .item .more{
	right: 0;
}

@media all and (max-width: 1366px) {
	#newsContainer .column{
		width:33.1%;
	}		
}

@media all and (max-width: 1100px) {
	#newsContainer .column{
		width:49%;
	}	
}
@media all and (max-width: 870px) {
	#newsContainer .column{
		width:100%;
	}	
}
/* End */
/* /bitrix/templates/x3/components/bitrix/news/inbiznes_promo/bitrix/news.detail/.default/style.css?1678718905954 */
/* /bitrix/templates/x3/components/bitrix/news.list/brands/style.css?16787189051783 */
/* /bitrix/templates/x3/components//bitrix/system.pagenavigation/round/style.css?16787189052357 */
/* /bitrix/templates/x3/components/bitrix/news/inbiznes_promo/bitrix/news.list/.default/style.css?16787189052491 */
