.el-wrap-pi{
	height: 782px;
	margin-bottom: 70px;
}
.el-wrap-pi:before {
    content: '';
    height: 782px;
    width: 782px;
    border-radius: 50%;
    background-color: #f4f9fc;
    z-index: 0;
    position: absolute;
    left: calc(50% - 391px);
}
.el-wrap-pi .products-product-info{
	position: relative;
	padding-top: 120px;
}


.__content-head{
	font-size: 18px;
	line-height: 20px;
	color: #667384;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	padding-top: 40px;
}

.__content-h2{
	font-size: 42px;
	line-height: 50px;
	padding-top: 20px;
	max-width: 600px;
	margin: auto;
}

.products-product-info .__content-buttons{
	margin-top: 25px;
	margin-bottom: 45px;
}
.products-product-info .__content-buttons .button {
    margin: 20px 15px 0;
    display: inline-block;
    position: relative;
}

.products-product-info .section-information{
	text-align: center;
	max-width: 600px;
	margin: auto;
	color: #667384;
	font-size: 18px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 26px;
}
.products-product-info .section-information a{
	color: #101010;
	text-decoration: underline;
}
.products-product-info .section-information .__csection-text{
	margin-top: 20px;
}
.product-comment + .products-product-info .__information_content--theme{
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 767px) {
	.__content-h2{
		font-size: 32px;
		line-height: 40px;
	}
	.products-product-info .__content-buttons .button{
		display: block;
	}
	.el-wrap-pi .products-product-info{padding-top: 70px;}
	.el-wrap-pi{ background-color:#f4f9fc; height: auto; margin-bottom: 0px; padding-bottom: 40px;}
	.el-wrap-pi:before{display: none; }
}