

/* Start:/local/templates/main/components/bitrix/news/solutions/bitrix/news.detail/.default/style.css?17435083112841*/
.b-solution {
	padding: 30px 50px;
}

.b-solution__name {
	display: inline-block;
	border-bottom: 1px solid #DA353C;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: 'pf-regular', arial, sans-serif;
	padding: 0;
}

.b-solution__dots {
	position: relative;
	margin-bottom: 40px;
}

.b-solution__dots img {
	width: 100%;
}

.b-solution__dot {
	position: absolute;
	text-align: center;
	border-radius: 50%;
	width: 50px;
	background: rgba(255,255,255,0.8);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 20px;
}

.b-solution__dot:hover {
	cursor: pointer;
	color: #fff;
	background: #F8AE01;
}

.b-solution__group {
	margin-bottom: 10px;
}

.b-solution__group-key,
.b-solution__group-name {
	display: inline-block;
}

.b-solution__group-title {
	font-size: 23px;
	border-bottom: 1px solid #434546;;
	margin-bottom: 10px;
	font-family: 'pf-regular', arial, sans-serif;
	padding-bottom: 11px;
	text-transform: uppercase;
	color: #434546;
	scroll-margin-top: 100px;
}

.b-solution__group-desc {
	margin-bottom: 40px;
	font-size: 20px;
	color: #6E7070;
}

.b-solution__group-items {
	display: flex;
	flex-wrap: wrap;
}

.b-solution__group-item-img {
	margin-right: 10px;
}

.b-solution__group-item-img a {
	display: block;
	width: 133px;
}

.b-solution__group-item-img img {
	width: 100%;
}

.b-solution__group-item {
	width: calc(33.333333% - 1.25rem);
	margin-right: 0.625rem;
	margin-left: 0.625rem;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
}

.b-solution__group-item-title {
	display: inline-block;
	border-bottom: 1px solid #DA353C;
	font-size: 20px;
	margin-bottom: 15px;
}

.b-solution__group-item-desc {
	font-size: 16px;
	font-weight: normal;
	color: #797e87;
}

/*Говнокод для хлебных крошек*/
.bx_breadcrumbs {
	margin-bottom: 30px;
}
.bx_breadcrumbs li {
	display: inline-block;
}
.bx_breadcrumbs li:first-child a {
	padding-left: 0;
}
.bx_breadcrumbs li:first-child:before {
	display: none;
}
.bx_breadcrumbs a {
	color: #909291;
}
.bx_breadcrumbs a, .bx_breadcrumbs span {
	padding: 0 10px;
	font-size: 14px;
}
.bx_breadcrumbs li:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 5px;
	background: url(/local/templates/main/images/ar.png) no-repeat center right;
	margin-bottom: 2px;
}
/*!Говнокод для хлебных крошек*/

@media (max-width: 1400px) {
	.b-solution__group-item {
		width: calc(50% - 1.25rem);
	}

	.b-solution {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.b-solution__group-item {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.b-solution {
		padding: 30px 10px;
	}

	.b-solution__dot {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}
}

@media (max-width: 400px) {
	.b-solution__dot {
		width: 20px;
		height: 20px;
		font-size: 9px;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news/solutions/bitrix/news.detail/.default/style.css?17435083112841 */
