.content-wrap {
	max-width: 1170px;
}

.header-top {
	/*                                background: #fbeec4;*/
	padding: 80px 0 0;
	overflow: hidden;
	position: relative;
}

.header-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #fbeec4;
	width: 100%;
	height: 520px;
}

.zsection.bottom-image p {
	margin-bottom: 40px;
}

.zsection.bottom-image {
	margin-bottom: 50px;
}

.zsection#feature-1 h2 {
	max-width: 400px;
}

#block-panels-mini-product-menu {
	background: #fbeec4;
}

.header-top h1 {
	font-family: var(--zf-secondary-bold);
}

.zsection h2,
.bottom-cta-wrap h2 {
	font-family: var(--zf-secondary-bold);
}

* {
	box-sizing: border-box;
}

.header-top .content-wrap,
.zsection .content-wrap {
	display: flex;
	flex-wrap: wrap;
}

.zsection .content-wrap {
	align-items: center;
	justify-content: center;
}

.header-top .cont-part {
	width: 55%;
}

.header-top .img-part {
	width: 45%;
}

.header-top .img-part img {
	max-width: 350px;
	width: 100%;
	position: relative;
	bottom: 22px;
	left: -80px;
}

.img-part img {
	max-width: 90%;
}

.header-top .cont-part span {
	display: block;
	padding-bottom: 3px;
	position: relative;
	font-family: var(--zf-primary-bold);
	font-size: 18px;
	margin-bottom: 10px;
}

.header-top .cont-part span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	height: 1px;
	width: 190px;
}

.zsection {
	padding: 80px 0 0;
}

.zsection .img-part,
.zsection .cont-part {
	width: 50%;
	justify-content: center;
}

.zsection .cont-part {
	align-self: center;
}

.zsection.bottom-image .cont-part,
.zsection.bottom-image .img-part {
	width: 100%;
}

.zsection.bottom-image .cont-part {
	padding-right: 0;
	max-width: 550px;
	margin: 0 auto;
}

.zsection.bottom-image .content-wrap {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.bottom-cta-wrap h2 span {
	font-family: var(--zf-secondary-regular);
}

.bottom-cta-wrap {
	padding-bottom: 60px;
}

.bottom-cta-wrap .content-wrap h2 {
	max-width: 720px;
}

.header-top .img-part {
	text-align: center;
}


/* css for other lang */

.other-lang .header-top .cont-part span:after {
	content: none;
}


/* end of css for other lang */


/* css for arabic */

.i18n-ar .header-top h1,
.i18n-ar .header-top .cont-part span,
.i18n-ar .header-top p {
	text-align: center;
}

.i18n-ar .zsection h2,
.i18n-ar .zsection p {
	text-align: center;
}

.i18n-ar .bottom-cta-wrap .content-wrap,
.i18n-ar .bottom-cta-wrap .content-wrap h2 {
	text-align: center;
}


/* end of css for arabic */

@media screen and (min-width: 992px) {
	.zsection.right-image .cont-part {
		padding-right: 80px;
	}
	.zsection.left-image .cont-part {
		padding-left: 80px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1499px) {
	p {
		font-size: 16px;
	}
	.bottom-cta-wrap .content-wrap {
		padding: 0 0 30px;
	}
	.header-top::before {
		height: 480px;
	}
	.header-top .img-part img {
		bottom: 22px;
	}
	.header-top {
		padding: 60px 0 0;
	}
	img {
		max-width: 85%;
	}
	.zsection .content-wrap {
		max-width: 1040px;
	}
}

@media screen and (max-width: 991px) {
	.header-top .cont-part span::after {
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.zsection .img-part,
	.zsection .cont-part {
		width: 100%;
		display: block;
		text-align: center;
	}
	.zsection {
		padding: 40px 0 20px;
	}
	.header-top .cont-part,
	.header-top .img-part {
		width: 100%;
		text-align: center;
	}
	.zsection.right-image .cont-part {
		order: 1;
	}
	.zsection.right-image .img-part {
		order: 2;
	}
	.header-top {
		background: #fbeec4;
	}
	.header-top:before {
		content: none;
	}
	.header-top .img-part img {
		left: 0;
		vertical-align: middle;
		bottom: -18px;
	}
	.zsection.left-image .cont-part {
		order: 1;
	}
	.zsection.left-image .img-part {
		order: 2;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.header-top .cont-part {
		max-width: 600px;
		margin: 0 auto;
	}
	.zsection .cont-part {
		max-width: 540px;
		margin: 0 auto;
	}
	.zsection#feature-1 h2 {
		max-width: 500px;
		margin: 20px auto;
	}
	.bottom-cta-wrap .content-wrap h2 {
		max-width: 600px;
	}
	.bottom-cta-wrap .content-wrap {
		padding: 0 0 30px;
	}
	.field-body img {
		max-width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.zsection#feature-1 h2 {
		margin: 0 auto 20px;
	}
	.bottom-cta-wrap .content-wrap {
		padding: 0 0 30px;
	}
	.zsection {
		padding: 60px 0 0;
	}
	.header-top .img-part img {
		max-width: 280px;
	}
	.header-top .cont-part span::after {
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.header-top {
		padding: 40px 0 0;
	}
}