

.mb-25 {
	margin-bottom: 25px;
}
.section__grey {
	padding: 60px 0;
	background: #F0F3F7;
	box-shadow: 1000px 0 0 #F0F3F7,
				-1000px 0 0 #f0f3f7;
}


p.title {
	font-size: 18px;
	line-height: 21px;
	font-family: "SF UI Display Bold", Arial sans-serif;
	margin-bottom: 17px;
}
.dir-item {
	padding: 10px;
	background: #fff;
}
ul.benefit_ul {
	padding: 0;
	margin: 0;
}
ul.benefit_ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	padding-bottom: 12px;
}
ul.benefit_ul li:before {
	position: absolute;
	content: url("/local/templates/evolenta.site/assets/images/check.svg");
	width: 9px;
	height: 9px;
	top: 4px;
	margin-left: -20px;
	border-radius: 0;
	background: none;
	left: 20px;
}

.detail__product .product__info .product__text .direction {
	margin-bottom: 40px;
}
.detail__product .product__info .product__text .direction .direction__list {
	display: flex;
	flex-wrap: wrap;
}
.detail__product .product__info .product__text .direction .direction__list .item a {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	font-family: 'SF UI Display', Arial sans-serif;
	background: #fff;
}
.detail__product .product__info .product__text .direction .direction__list .item a img {
	margin-right: 5px;
}

.detail__direction .container .row {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.detail__direction .container .row .back-rect {
	margin-right: 30px;
}
.detail__direction .container .row .back-rect img {
	width: 50px;
	height: 50px;
}
.detail__direction .direction__slider {
	background-position: center;
}
.detail__direction .direction__slider .text {
	padding: 50px 0;
	width: 50%;
}
.detail__direction .direction__slider .text h1 {
	font-size: 36px;
	line-height: 39px;
	margin-bottom: 34px;
	font-family: "SF UI Display Bold", Arial sans-serif;
}
.detail__direction .direction__slider .text h5 {
	font-family: 'SF UI Display Medium', Arial sans-serif;
	margin-bottom: 34px;
}
.detail__direction .direction__slider .text .info_block h5 {
	font-family: "SF UI Display Bold", Arial sans-serif;
	margin-bottom: 17px;
}
.detail__direction .direction__benefit .title-block {
	margin-bottom: 40px;
}
.detail__direction .direction__benefit .content {
	display: flex;
	flex-wrap: wrap;
}
.detail__direction .direction__benefit .content .offer,
.detail__direction .direction__benefit .content .benefit {
	position: relative;
	padding: 50px;
	overflow: hidden;
	box-sizing: border-box;
}
.detail__direction .direction__benefit .content .offer h2,
.detail__direction .direction__benefit .content .benefit h2 {
	font-family: "SF UI Display Bold", Arial sans-serif;
	font-size: 32px;
	line-height: 106.34%;
	position: relative;
	padding-right: 90px;
}
.detail__direction .direction__benefit .content .offer h4,
.detail__direction .direction__benefit .content .benefit h4 {
	font-family: "SF UI Display Bold", Arial sans-serif;
	margin-bottom: 20px;
}
.detail__direction .direction__benefit .content .offer img.icon-image,
.detail__direction .direction__benefit .content .benefit img.icon-image {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	top: -40px;
	padding: 50px;
	right: -30px;
}
.detail__direction .direction__benefit .content .offer ul,
.detail__direction .direction__benefit .content .benefit ul {
	margin-bottom: 25px;
}
.detail__direction .direction__benefit .content .offer ul:last-of-type,
.detail__direction .direction__benefit .content .benefit ul:last-of-type {
	margin-bottom: 0;
}
.detail__direction .direction__benefit .content .offer {
	width: calc(60% - 20px);
	margin-right: 20px;
	background: #F0F3F7;
}
.detail__direction .direction__benefit .content .benefit {
	width: calc(40%);
	background: #414E5E;
}
.detail__direction .direction__benefit .content .benefit h2 {
	color: #fff;
}
.detail__direction .direction__benefit .content .benefit img.icon-image {
	background: #667382;
}
.detail__direction .direction__benefit .content .benefit .benefit__list {
	padding: 60px 0 0 0;
}
.detail__direction .direction__benefit .content .benefit .benefit__list .item {
	display: flex;
	margin-bottom: 50px;
	align-items: center;
}
.detail__direction .direction__benefit .content .benefit .benefit__list .item:last-of-type {
	margin-bottom: 0;
}
.detail__direction .direction__benefit .content .benefit .benefit__list .item img {
	width: 30px;
	margin-right: 35px;
}
.detail__direction .direction__benefit .content .benefit .benefit__list .item h4 {
	color: #fff;
	font-family: "SF UI Display Bold", Arial sans-serif;
	margin-bottom: 0;
}
