.page-pure {
    background: url('/new/static/brands/nestle-pure/images/bg-page.jpg') no-repeat left top #FAF0E1;
    background-size: cover;
	overflow: hidden;
}

.header-pure {
	min-height: 350px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	background-image: url('/new/static/brands/nestle-pure/images/bg-header.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.header-pure__content {
	width: 40%;
}

.header-pure__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 340px;
}

.header-pure__title img {
	width: 168px;
}

.header-pure__title h1 {
	margin: 11px 0 0;
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: 300;
    font-size: 28px;
    line-height: 32px;
	text-align: center;
	color: #27388A;
}

.page-pure-title {
	width: 50%;
	margin: 0 auto;
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	color: #27388A;
}

.page-pure-title.page-pure-title--longer {
	font-size: 31px;
	line-height: 30px;
}

@media screen and (max-width: 767px) {
	.page-pure-title {
		font-size: 25px;
		line-height: 28px;
	}

	.page-pure-title.page-pure-title--longer {
		font-size: 25px;
		line-height: 28px;
	}
}

.page-pure-title--short {
	width: 30%;
}

.benefits-pure {
	margin-top: 50px;
	padding: 0 16px;
	position: relative;
}

.benefits-pure__content {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.benefits-pure__img {
	text-align: center;
}

.benefits-pure__item-text {
	margin-top: 10px;
	font-family: RotonBol,Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	color: #7B3F1D;
}

.benefits-pure__content-left,
.benefits-pure__content-right {
	display: flex;
	flex-direction: column;
}

.benefits-pure__item {
	height: 50%;
	text-align: center;
	position: relative;
}

.benefits-pure__item--1 .benefits-pure__item__body {
	width: 310px;
	position: absolute;
	top: 10px;
	right: -15px;
}

.benefits-pure__item--2 .benefits-pure__item__body {
	width: 250px;
	position: absolute;
	top: -30px;
	right: 110px;
}

.benefits-pure__item--3 .benefits-pure__item__body {
	width: 250px;
	position: absolute;
	top: 10px;
	left: -68px;
}

.benefits-pure__item--4 .benefits-pure__item__body {
	width: 265px;
	position: absolute;
	top: -30px;
	left: 0px;
}

.products-pure {
	background: none;
	position: relative;
}

.products-pure .b-products__title {
	font-size: 31px;
	line-height: 30px;
}

@media screen and (max-width: 767px) {
	.products-pure .b-products__title {
		font-size: 25px;
		line-height: 28px;
	}
}

.about-pure {
	padding: 0 16px;
	position: relative;
}

.about-title__wrapper {
	display: flex;
	justify-content: center;
}

.about-title-decor {
	width: 27%;
	overflow: hidden;
}

.about-title-decor--left {
	direction: rtl;
	margin-left: -16px;
	padding-top: 5px;
}

.about-title-decor--right {
	margin-right: -16px;
	padding-top: 7px;
}

.about-pure__content {
	margin-top: 56px;
	position: relative;
}

.about-pure__bg {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin-left: -16px;
	margin-right: -16px;
	pointer-events: none;
}

.about-pure__bg img {
	width: 100%;
}

.about-pure__items {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 100px;
}

.about-pure__item {
	width: 100%;
	max-width: 866px;
	padding: 31px 45px 45px;
	background-image: url('/new/static/brands/nestle-pure/images/about-item-bg.svg');
	background-repeat: no-repeat
}

.about-pure__item:nth-child(2) {
	padding-left: 58px;
	position: relative;
}

.about-pure__item:nth-child(2)::after {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 198px;
	height: 300px;
	background-image: url('/new/static/brands/nestle-pure/images/about-item-img.png');
}

.about-pure__items .about-pure__item + .about-pure__item {
	margin-top: 15px;
}

.about-item__body {
	display: flex;
	justify-content: flex-start;
}

.about-item__img {
	margin-right: 30px;
}

.about-item__title {
	font-family: RotonReg,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #404040;
}

.about-pure__item:nth-child(1) .about-item__title {
	padding-right: 150px;
}

.about-pure__item:nth-child(2) .about-item__title {
	padding-right: 230px;
}

.about-item__list li {
	margin-top: 9px;
	font-family: RotonReg,Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #404040;
}

.about-item__list li span {
	font-family: RotonReg,Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	color: #27388A;
}

.about-decor {
	margin-top: 25px;
	text-align: center;
}

.related-pure {
	position: relative;
}

.related-pure .b-interesting {
	background: none;
}

@media (max-width: 1200px) {
	.header-pure__title {
		margin: 0 auto;
	}
	.page-pure-title {
		width: 100%;
	}
	.benefits-pure__content {
		margin-top: 15px;
		flex-direction: column;
	}
	.benefits-pure__content-left,
	.benefits-pure__content-right {
		width: 100%;
		order: 2;
		flex-direction: row;
		justify-content: center;
	}
	.benefits-pure__item {
		padding: 15px;
	}
	.benefits-pure__content .benefits-pure__item__body {
		position: static;
		width: 280px;
	}
	.benefits-pure__item-text {
		font-size: 23px;
		line-height: 26px;
	}
}

@media (max-width: 1140px) {
	.header-pure {
		align-items: flex-start;
		background-image: url('/new/static/brands/nestle-pure/images/bg-header-mob.png');
	}
	.header-pure__title {
		margin: 20px auto 0;
	}
}

@media (max-width: 1023px) {
	.header-pure {
		min-height: 450px;
		background-position: 0px 100px;
	}
	.header-pure__content {
		width: 100%;
	}
	.header-pure__title {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		max-width: none;
		padding: 0 16px;
	}
	.header-pure__title img {
		width: 92px;
		margin-right: 20px;
	}
	.header-pure__title h1 {
		margin-top: 0;
		text-align: left;
	}
	.about-pure__items {
		padding-left: 0px;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 16px;
		align-items: stretch;
		justify-content: center;
	}
	.about-decor img {
		width: 100%;
	}
	.about-item__body {
		flex-direction: column;
	}
	.about-item__img {
		margin-right: 0;
		text-align: center;
	}
	.about-item__img img {
		width: 40%;
	}
	.about-pure__item {
		max-width: none;
		width: calc((100% - 12px * 2)/ 2);
		min-height: 200px;
		padding: 30px 30px;
		background-image: none;
		background: #ffffff;
		border-radius: 60px;
	}
	.about-pure__items .about-pure__item + .about-pure__item {
		margin-top: 0;
	}
	.about-pure__item:nth-child(2) {
		padding-left: 30px;
	}
	.about-pure__item:nth-child(1) .about-item__title {
		padding-right: 0px;
	}
	.about-pure__item:nth-child(2) .about-item__title {
		padding-right: 0px;
	}
	.about-pure__item:nth-child(2)::after {
		content: none;
	}
}

@media (max-width: 767px) {
	.header-pure {
		min-height: 300px;
	}
	.header-pure__title h1 {
		font-size: 22px;
		line-height: 24px;
	}
	.benefits-pure {
		margin-top: 30px;
	}
	.benefits-pure__item-img {
		width: 165px;
	}
	.benefits-pure__item-text {
		font-size: 18px;
		line-height: 20px;
	}
	.benefits-pure__img img {
		width: 100%;
		max-width: 400px;
	}
	.benefits-pure__content-left, .benefits-pure__content-right {
		flex-direction: column;
		align-items: center;
	}
	.about-pure__content {
		margin-top: 30px;
	}
	.about-pure__item {
		width: 100%;
		max-width: 320px;
	}
}

@media (max-width: 559px) {
	.header-pure {
		min-height: 250px;
	}
	.pure-slider-nav {
		display: flex;
		justify-content: center;
	}
	.about-title-decor {
		display: none;
	}
}

@media (max-width: 459px) {
	.header-pure {
		min-height: 225px;
	}
	.header-pure__title h1 {
		font-size: 18px;
		line-height: 20px;
	}
}

/* prlx */

.prlx-content {
	position: absolute;
}
.prlx-content img {
	width: 100%;
}
@media (max-width: 1024px) {
	.prlx-content {
		display: none;
	}
}


.header-pure__prlx {
	top: 0;
	right: 0;
}
@media (max-width: 1200px) {
	.header-pure__prlx {
		width: 280px;
	}
}
@media (max-width: 1140px) {
	.header-pure__prlx {
		display: none;
	}
}


.benefits-pure__prlx {
	top: 0;
	left: 0;
}
@media (max-width: 1340px) {
	.benefits-pure__prlx {
		width: 190px;
	}
}
@media (max-width: 1200px) {
	.benefits-pure__prlx {
		top: 200px;
	}
}

.products-pure__prlx--left {
	top: -240px;
	left: 0;
}
.products-pure__prlx--right {
	top: -240px;
	right: 0;
}
.products-pure__prlx--bottom-left {
	top: 70%;
	left: 0;
}
@media (max-width: 1340px) {
	.products-pure__prlx--left {
		width: 210px
	}
	.products-pure__prlx--right {
		width: 210px
	}
	.products-pure__prlx--bottom-left {
		width: 130px;
	}
}

.about-pure__prlx--left {
	top: 230px;
	left: 0;
	z-index: 2;
}
.about-pure__prlx--right {
	top: 70px;
	right: 0;
	z-index: 2;
}
@media (max-width: 1380px) {
	.about-pure__prlx--left {
		width: 310px;
	}
	.about-pure__prlx--right {
		width: 240px;
	}
}
@media (max-width: 1320px) {
	.about-pure__prlx--left {
		width: 250px;
	}
	.about-pure__prlx--right {
		width: 200px;
	}
}
@media (max-width: 1220px) {
	.about-pure__prlx--left {
		left: -45px;
	}
	.about-pure__prlx--right {
		right: -25px;
	}
}

.related-pure__prlx--left {
	top: 0px;
	left: 0;
}
.related-pure__prlx--right {
	top: -100px;
	right: 110px;
}
@media (max-width: 1340px) {
	.related-pure__prlx--left {
		width: 180px;
	}
}
