

/* Start:/bitrix/templates/energy/components/bitrix/system.pagenavigation/.default/style.css?1770185226976*/
.page-navigation{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
}
.page-navigation b,
.page-navigation a{
	margin: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 2px;
	border: 1px solid #EDEDED;
	background: #FFF;
	color: #4C1B1B;
	font-family: Nunito Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	text-decoration: none;
}
.page-navigation b{
	background: #D90000;
	border-color: #D90000;
	color:#fff;
}
.page-navigation a:hover{

	background: #D90000;
	border-color: #D90000;
	color:#fff;
}
.page-navigation .arrow-links:last-child{
	margin-right: 0px;
}
.page-navigation .arrow-links{
	border-radius: 25px;

}
.page-navigation a path{
	transition: all 0.3s ease-in;
}

.page-navigation a:hover path{
	stroke:#fff;
}

/* End */


/* Start:/bitrix/templates/energy/components/bitrix/news.list/docs/style.css?17701852262479*/
.brandblock-list { }

.brandblock-item {
	display: flex;
	margin-bottom: 12px;
	padding: 8px 12px;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	background-color: #fff;
	transition: 250ms linear all;
	align-items: center;
	position: relative;
	justify-content: center;
}

a.brandblock-item:hover {
	border-color: #333;
	background-color: #f5f5f5;
	text-decoration: none;
}

a.brandblock-item:hover .brandblock-text { color: #333; }

.brandblock-image-container {
	display: block;
	flex: 1;
}

.brandblock-image {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.brandblock-text {
	display: block;
	color: #343a40;
	font-size: 12px;
	line-height:15px;
	flex: 3;
}

.brandblock-image-container + .brandblock-text { padding-left: 10px; }

.brandblock-popup { display: none; }

.brandblock-item.hover .brandblock-popup {
	display: block;
	position: absolute;
	top: -1px;
	right: calc(100% + 3px);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.08);
	border: 1px solid #d3d3d3;
	background-color: #fff;
	border-radius:3px;
	width:100%;
	padding: 8px;
	pointer-events: none;
	z-index:10;
}

.brandblock-popup-text{
	font-size:12px;
	color: #343a40;
	line-height: 15px !important;
}

.brandblock-popup-arrow{
	position: absolute;
	transform: rotate(45deg);
	top: 10px;
	right: -6px;
	background-color: #fff;
	width:10px;
	height: 10px;
	border-radius: 0 3px 0 0;
	border-right:1px solid #d3d3d3;
	border-top:1px solid #d3d3d3;
	display: block;
}


.partners-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.partners-item{
	width: calc(25% - 30px);
	flex: 0 0 25%;
	padding: 10px;
	margin: 0 15px 30px;
	border-radius: 30px;
	border: 1px solid #EDEDED;
	background: #FFF;
	justify-content: space-between;
	display: flex;
	align-items: center;
	align-content: center;
}
.partners-item a{margin-right: auto;font-weight: bold;font-size: 18px;margin-left: auto;text-align: center;}
.partners-item a h3{margin-bottom: 10px;}
.partners-item img{height: 100px;}

@media (min-width: 360px) {
	.partners-item{
		width: calc(50% - 30px);
	}
}

@media (min-width: 768px) {
	.partners-item{
		padding: 15px;
		width: calc(33.3333% - 30px);
	}
}
@media (min-width: 1200px) {
	.partners-item{
		width: calc(25% - 30px);
	}
}

@media (min-width: 1400px) {
	.partners-list{
		margin-top: -20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.partners-item{
		width: calc(20% - 40px);
		margin: 0 20px 30px;
	}
}

/* End */
/* /bitrix/templates/energy/components/bitrix/system.pagenavigation/.default/style.css?1770185226976 */
/* /bitrix/templates/energy/components/bitrix/news.list/docs/style.css?17701852262479 */
