.page-product {
	background-color: var(--blue);
	padding: 20px 0 50px;
	position: relative;
}
h1.section-title {
	position: relative;
    color: #fff;
    margin-top: 0;
	z-index: 1;
}
h3 {
	margin: 0;
	color: var(--green);
}

.page-product .row {
	align-items: center;
	z-index: 1;
}

.page-product .col:first-of-type {
	position: relative;
}
.page-product .col:first-of-type img {
	z-index: 0;
}

.title-decor {
    position: absolute;
    color: #fff;
    z-index: 2;
    top: 42%;
    right: 10%;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: right;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
}

.fruit .title-decor {
	max-width: 350px;
	right: -10%;
}

.page-product .col:last-of-type {
	padding-left: 10%;
}

.page-product .page-text {
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
	color: var(--green);
	font-size: 18px;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-product .page-text p:last-of-type {
    margin: 0;
}

.page-product-info {
	position: relative;
    margin: 40px 0 0;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    font-size: 22px;
	z-index: 1;
}

.left-decor {
	position: absolute;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 260px;
	text-transform: uppercase;
	line-height: 1;
	writing-mode: vertical-lr;
	white-space: nowrap;
	letter-spacing: 0.04em;
	color: #b3c4cf;
	left: -12%;
	opacity: 0.8;
}

.page-product-info {
	display: none;
}

@media screen and (max-width:1600px)  {
	.left-decor {
		left: -5%;
	}
	.page-product .col:first-of-type {
		display: flex;
		justify-content: flex-end;
	}
	.title-decor {
		right: -10%;
	}
}

@media screen and (max-width:1300px)  {
	.left-decor {
		left: 0%;
	}
}


@media screen and (max-width:1100px)  {
	.page-product .col:last-of-type {
		padding-left: 5%;
	}
	.title-decor {
		right: 0%;
		font-size: 40px;
	}
	.fruit h1 {
		text-align: center;
	}
	.fruit .title-decor {
		max-width: 280px;
		right: -5%;
		font-size: 30px;
	}
	.fruit-img {
		height: 280px;
		width: auto;
	}
	.page-product.fruit .page-text {
		padding: 25px;
		font-size: 22px;
		min-height: 220px;
	}
}


@media screen and (max-width:991px)  {
	.left-decor {display: none;}
	.page-product .row {
		flex-direction: row;
	}
	.page-product .col-8 {
		flex: 66.6666%;
	}
	.page-product .col-4 {
		flex: 33.3333%;
	}
	.fruit .title-decor {
		max-width: 180px;
		right: 10%;
		font-size: 24px;
	}
	.fruit-img {
		height: 200px;
		width: auto;
	}
	.page-product.fruit .page-text {
		padding: 18px;
		font-size: 16px;
		min-height: 180px;
	}
}

@media screen and (max-width:767px)  {
	/*.page-product .row {
		flex-direction: column;
	}
	.page-product .col-8, .page-product .col-4 {
		flex: 100%;
	}	*/
	.page-product {
		padding: 30px 0 50px;
	}
	h1.section-title {
		text-align: center;
	}
	.page-product .col:first-of-type {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.page-product .col:last-of-type {
		padding-left: 0;
	}
	.page-product .col:first-of-type img {
		width: 140px;
		height: auto;
	}
	.title-decor {
		font-size: 26px;
		right: 10%;
	}
	.page-product .page-text {
		padding: 18px;
		font-size: 16px;
		min-height: 180px;
	}
	.page-product-info {
		margin: 30px 0 0;
		padding: 25px;
		font-size: 18px;
	}
	.page-product.fruit .row {
		align-items: stretch;
	}
	.page-product.fruit .col:first-of-type {
		align-items: flex-end;
		position: relative;
		justify-content: center;
	}
	.page-product .col:first-of-type img {
		margin-right: 10%;
	}
}

@media screen and (max-width:500px)  {
	.page-product .col:first-of-type {
		align-items: flex-start;
	}
	.page-product .col:first-of-type img {
		width: 80px;
	}
	.page-product.fruit .page-text {
		padding: 15px;
		font-size: 15px;
	}
	.page-product .row {
		margin-bottom: 30px;
		flex-direction: column;
	}
	.page-product .row:last-of-type {
		margin-bottom: 0px;
	}
	.title-decor {
		font-size: 20px;
		right: 10%;
		top: 35%;
	}
	.fruit .title-decor {
		position: relative;
		top: auto;
	}
}