.__info-component {margin-top:-70px;}

.__info-component h4 {margin-bottom:20px;}
.__info-component p a {color: #fff;}


.box-eshop {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin: 0 0 30px;
	color: #5A5A5F;
}
.box-eshop h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 20px;
	line-height: 1;
}
.box-eshop_tooltip {
	background: #EF2637;
	width: 18px;
	height: 18px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	padding-top: 3px;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
}
.box-eshop_tooltip:before {
	content: '?';
}
.box-eshop_row {
	display: flex;
}
.box-eshop_content {
	display: flex;
	flex: 1;
}
.box-eshop_img {
	border-right: 1px solid #E9E9E9;
	padding-right: 30px;
	margin-right: 30px;
}
.box-eshop_img img {
	width: 185px;
	display: block;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.box-eshop_desc {
	font-size: 16px;
}
.box-eshop_desc p {
	font-size: inherit;
	margin: 0 0 20px;
}
.box-eshop_desc p:last-child {
	margin-bottom: 0;
}
.box-eshop_price {
	font-size: 14px;
	text-align: right;
	margin: 0 0 10px;
}
.box-eshop_price strong {
	color: #4195B9;
	font-weight: 500;
	font-size: 24px;
}
.box-eshop_cta .__btn-red {
	margin: 0;
}
@media (max-width: 991px) {
	.box-eshop {
		padding: 15px;
		margin-bottom: 15px;
	}
	.box-eshop_row {
		display: block;
	}
	.box-eshop_content {
		display: block;
		margin: 0 0 15px;
	}
	.box-eshop h3 {
		font-size: 18px;
	}
	.box-eshop_desc {
		font-size: 14px;
	}
	.box-eshop_desc p {
		margin-bottom: 10px;
	}
	.box-eshop_img {
		border: 0;
		padding: 0;
		margin: 0 0 15px;
	}
	.box-eshop_price strong {
		font-size: 18px;
	}
	.box-eshop_img img {
		width: 100%;
	}
	.box-eshop_cta .__btn-red {
		display: block;
		width: 100%;
	}
}