@font-face {
	font-family: "Fledgling";
	src: url("../fonts/fledgling-sb.ttf") format("truetype");
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: "PTSans";
	src: url("../fonts/PT-Sans-Pro-Condensed.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "PTSans";
	src: url("../fonts/PT-Sans-Pro-Condensed-Bold.woff2") format("woff2");
	font-weight: 700;
	font-display: swap;
}
/* html,
body {
	overflow-x: hidden;
} */

.lp-root {
	position: relative;
	min-width: 320px;
	font-family: "PTSans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: #403333;
  background: url("../images/page_bg.jpg");
}

.lp-root section {
	position: relative;
}

.lp-root .title {
	width: 532px;
	text-align: center;
}
.lp-root .title span {
	margin-bottom: 4px;
	display: block;
	font-weight: 400;
	font-size: 48px;
	line-height: 120%;
}
.lp-root .title h2 {
	margin: 0;
	font-family: "Fledgling", sans-serif;
	font-weight: 600;
	font-size: 80px;
	line-height: 100%;
	text-transform: uppercase;
}
@media (max-width: 1439.98px) {
	.lp-root .title span {
		font-size: 40px;
	}
	.lp-root .title h2 {
		font-size: 68px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .title {
		width: 100%;
	}
	.lp-root .title span {
		font-size: 42px;
	}
	.lp-root .title h2 {
		font-size: 62px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .title span {
		font-size: 30px;
	}
	.lp-root .title h2 {
		font-size: 50px;
	}
}

.lp-root .swiper-wrapper {
	mix-blend-mode: multiply;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.lp-root .swiper-slide {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.lp-root .swiper-pagination {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.lp-root .swiper-pagination-bullet {
	margin: 0 10px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.lp-root .dish {
	position: relative;
}
.lp-root .dish__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}
.lp-root .dish__bg_eastern {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52.67%, #9b6659), color-stop(101.05%, #cb7a67));
	background: -o-linear-gradient(top, #9b6659 52.67%, #cb7a67 101.05%);
	background: linear-gradient(180deg, #9b6659 52.67%, #cb7a67 101.05%);
}
.lp-root .dish__bg_tomato {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62.95%, #c53b35), color-stop(100.82%, #db5758));
	background: -o-linear-gradient(top, #c53b35 62.95%, #db5758 100.82%);
	background: linear-gradient(180deg, #c53b35 62.95%, #db5758 100.82%);
}
.lp-root .dish__bg_italian {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(74.64%, #71af46), color-stop(100.56%, #68c62f));
	background: -o-linear-gradient(top, #71af46 74.64%, #68c62f 100.56%);
	background: linear-gradient(180deg, #71af46 74.64%, #68c62f 100.56%);
}
.lp-root .dish__bg_provencal {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(74.64%, #9b75a9), color-stop(100.56%, #b097b9));
	background: -o-linear-gradient(top, #9b75a9 74.64%, #b097b9 100.56%);
	background: linear-gradient(180deg, #9b75a9 74.64%, #b097b9 100.56%);
}
.lp-root .dish__bg_hops {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(74.64%, #dd832f), color-stop(100.56%, #f5a557));
	background: -o-linear-gradient(top, #dd832f 74.64%, #f5a557 100.56%);
	background: linear-gradient(180deg, #dd832f 74.64%, #f5a557 100.56%);
}
.lp-root .dish__wrap {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 45px 0;
}
@media (max-width: 1279.98px) {
	.lp-root .dish__wrap {
		padding: 37px 0;
	}
}
.lp-root .dish__title {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	font-variant: small-caps;
}
@media (max-width: 1279.98px) {
	.lp-root .dish__title {
		margin-bottom: 14px;
		font-size: 40px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .dish__title {
		font-size: 24px;
	}
}
.lp-root .dish__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.lp-root .dish__item {
	margin-right: 44px;
}
.lp-root .dish__item:last-child {
	margin: 0;
}
@media (max-width: 1279.98px) {
	.lp-root .dish__item {
		margin-right: 40px;
	}
}
@media (max-width: 374.98px) {
	.lp-root .dish__item {
		margin-right: 25px;
	}
}

.lp-root .dish-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.lp-root .dish-item__icon {
	width: 90px;
	height: 83px;
}
.lp-root .dish-item__icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1279.98px) {
	.lp-root .dish-item__icon {
		width: 70px;
		height: 51px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .dish-item__icon {
		width: 50px;
		height: 41px;
	}
}
.lp-root .dish-item__title {
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
}
@media (max-width: 1279.98px) {
	.lp-root .dish-item__title {
		font-size: 32px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .dish-item__title {
		font-size: 24px;
	}
}

.lp-root .btn {
	display: block;
	margin: 0 auto;
	padding: 1px 0 9px;
	width: 375px;
	border: 4px solid #403333;
	text-align: center;
	text-decoration: none !important;
	color: #403333 !important;
	font-weight: 700;
	font-size: 52px;
	line-height: 120%;
	font-variant: small-caps;
}
.lp-root .btn_white {
	border: 4px solid #fff;
	color: #fff !important;
}
@media (max-width: 1279.98px) {
	.lp-root .btn {
		display: block;
		width: calc(100% - 30px);
		font-size: 42px;
		padding: 1px 0 7px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .btn {
		font-size: 36px;
	}
}

.lp-root .header {
	position: relative;
	margin: 0 auto;
	padding: 44px 0;
	max-width: 1440px;
}
@media (max-width: 1279.98px) {
	.lp-root .header {
		padding: 36px 0 26px;
	}
}
.lp-root .header__title-wrap {
	margin: 0 auto;
	padding: 44px 45px 33px 34px;
	width: 833px;
	background: url("../images/mainTitleBg.png") center center/contain no-repeat;
	-webkit-transform: rotate(-2.5deg);
	    -ms-transform: rotate(-2.5deg);
	        transform: rotate(-2.5deg);
}
@media (max-width: 1439.98px) {
	.lp-root .header__title-wrap {
		padding: 34px 30px 29px;
		width: 726px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .header__title-wrap {
		padding: 28px 36px;
		width: 690px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .header__title-wrap {
		padding: 16px 22px;
		width: 345px;
	}
}
.lp-root .header__title {
	margin: 0;
	font-family: "Fledgling", sans-serif;
	font-weight: 600;
	font-size: 100.761px;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.lp-root .header__title span {
	position: relative;
	top: -53px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/R_white.svg") center center/contain no-repeat;
}
@media (max-width: 1439.98px) {
	.lp-root .header__title {
		font-size: 86.761px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .header__title {
		font-size: 82px;
	}
	.lp-root .header__title span {
		top: -40px;
		width: 16px;
		height: 16px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .header__title {
		font-size: 40px;
	}
	.lp-root .header__title span {
		top: -20px;
		width: 8px;
		height: 8px;
	}
}
.lp-root .header__tomato {
	position: absolute;
	top: -199px;
	right: -152px;
	width: 363px;
	height: 397px;
	pointer-events: none;
}
.lp-root .header__tomato img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1279.98px) {
	.lp-root .header__tomato {
		display: none;
	}
}
.lp-root .header__peppercorns {
	position: absolute;
	top: -66px;
	right: 152px;
	width: 259px;
	height: 254px;
	pointer-events: none;
}
.lp-root .header__peppercorns img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1439.98px) {
	.lp-root .header__peppercorns {
		right: 115px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .header__peppercorns {
		display: none;
	}
}
.lp-root .header__basil {
	position: absolute;
	bottom: -73px;
	left: 113px;
	-webkit-transform: rotate(-35deg);
	    -ms-transform: rotate(-35deg);
	        transform: rotate(-35deg);
	width: 226px;
	height: 205px;
	pointer-events: none;
}
.lp-root .header__basil img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1439.98px) {
	.lp-root .header__basil {
		left: 78px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .header__basil {
		display: none;
	}
}
.lp-root .header__thyme {
	position: absolute;
	bottom: -185px;
	right: 44px;
	mix-blend-mode: multiply;
	-webkit-transform: rotate(-20deg);
	    -ms-transform: rotate(-20deg);
	        transform: rotate(-20deg);
	width: 399px;
	height: 488px;
	pointer-events: none;
}
.lp-root .header__thyme img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1439.98px) {
	.lp-root .header__thyme {
		right: -10px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .header__thyme {
		display: none;
	}
}

.lp-root .info {
	margin-bottom: 190px;
	padding-top: 175px;
}
@media (max-width: 1439.98px) {
	.lp-root .info {
		margin-bottom: 150px;
		padding-top: 150px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .info {
		margin-bottom: 50px;
		padding-top: 0;
	}
}
.lp-root .info__content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media (max-width: 1279.98px) {
	.lp-root .info__content {
		display: block;
	}
}
.lp-root .info__image {
	position: absolute;
	top: -200px;
	left: -48px;
	width: 839px;
	pointer-events: none;
}
.lp-root .info__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1439.98px) {
	.lp-root .info__image {
		top: -135px;
		left: 60px;
		width: 600px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .info__image {
		display: none;
	}
}
.lp-root .info__img-wrap-xs {
	display: none;
	position: relative;
	margin-bottom: 30px;
}
@media (max-width: 1279.98px) {
	.lp-root .info__img-wrap-xs {
		display: block;
	}
}
.lp-root .info__img-xs {
	width: 116%;
	-webkit-transform: translateX(-8%);
	    -ms-transform: translateX(-8%);
	        transform: translateX(-8%);
}
.lp-root .info__img-xs img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.lp-root .info__peppercorns-xs {
	position: absolute;
	bottom: 11px;
	left: -24px;
	width: 200px;
	height: 196px;
}
.lp-root .info__peppercorns-xs img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 767.98px) {
	.lp-root .info__peppercorns-xs {
		width: 100px;
		height: 98px;
	}
}
.lp-root .info__basil-xs {
	position: absolute;
	bottom: -6px;
	right: -24px;
	width: 184px;
	height: 200px;
}
.lp-root .info__basil-xs img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 767.98px) {
	.lp-root .info__basil-xs {
		width: 92px;
		height: 100px;
	}
}
.lp-root .info__rosemary {
	position: absolute;
	bottom: -20px;
	right: 100px;
	width: 241px;
	height: 238px;
	-webkit-transform: translateY(100%) rotate(35deg);
	    -ms-transform: translateY(100%) rotate(35deg);
	        transform: translateY(100%) rotate(35deg);
}
.lp-root .info__rosemary img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1439.98px) {
	.lp-root .info__rosemary {
		bottom: 20px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .info__rosemary {
		display: none;
	}
}
.lp-root .info__text {
	width: 525px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}
.lp-root .info__text p {
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 120%;
	text-align: center;
}
.lp-root .info__text p span {
	font-weight: 700;
}
.lp-root .info__text p:last-child {
	margin-bottom: 0;
}
@media (max-width: 1439.98px) {
	.lp-root .info__text {
		width: 475px;
	}
	.lp-root .info__text p {
		margin-bottom: 32px;
		font-size: 32px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .info__text {
		width: 100%;
	}
	.lp-root .info__text p {
		font-size: 32px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .info__text p {
		margin-bottom: 20px;
		font-size: 24px;
	}
}

.lp-root .eastern-spices {
	margin-bottom: 150px;
}
@media (max-width: 1439.98px) {
	.lp-root .eastern-spices {
		margin-bottom: 100px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .eastern-spices {
		margin-bottom: 50px;
	}
}
.lp-root .eastern-spices__container {
	position: relative;
}
.lp-root .eastern-spices__pack {
	position: absolute;
	top: 0;
	right: -79px;
	width: 969px;
}
.lp-root .eastern-spices__pack img,
.lp-root .eastern-spices__pack picture {
	width: 100%;
	height: 100%;
  display: block;
}
@media (max-width: 1439.98px) {
	.lp-root .eastern-spices__pack {
		right: -70px;
		width: 800px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .eastern-spices__pack {
		position: static;
		-webkit-transform: translateX(-8%);
		    -ms-transform: translateX(-8%);
		        transform: translateX(-8%);
		width: 120%;
	}
}
.lp-root .eastern-spices__title {
	margin-bottom: 112px;
}
@media (max-width: 1439.98px) {
	.lp-root .eastern-spices__title {
		margin-bottom: 50px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .eastern-spices__title {
		margin: 0;
	}
}
.lp-root .eastern-spices__list {
	margin: 0 0 100px;
	list-style-type: none;
	padding: 0;
}
@media (max-width: 1279.98px) {
	.lp-root .eastern-spices__list {
		display: none;
	}
}
.lp-root .eastern-spices__list-xs {
	display: none;
	padding: 0;
	margin-bottom: 50px;
	list-style-type: none;
	overflow: hidden;
}
.lp-root .eastern-spices__list-xs .swiper-pagination-bullet {
	background: url("../images/eastern/ellipse_empty.svg") center center/contain no-repeat;
}
.lp-root .eastern-spices__list-xs .swiper-pagination-bullet-active {
	background: url("../images/eastern/ellipse_fill.svg") center center/contain no-repeat;
}
@media (max-width: 1279.98px) {
	.lp-root .eastern-spices__list-xs {
		display: block;
	}
}
.lp-root .eastern-spices__list-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.lp-root .eastern-spices__dish {
	margin-bottom: 65px;
}
@media (max-width: 1279.98px) {
	.lp-root .eastern-spices__dish {
		margin-bottom: 50px;
	}
}

.lp-root .eastern-item_1 {
	margin: 0 0 107px 108px;
	width: 369px;
}
.lp-root .eastern-item_1 .eastern-item__img {
	margin-left: 8px;
	width: 334px;
	height: 292px;
}
@media (max-width: 1439.98px) {
	.lp-root .eastern-item_1 {
		margin: 0 0 35px 108px;
	}
}
.lp-root .eastern-item_2 {
	margin: 0 170px 0 218px;
	width: 369px;
}
.lp-root .eastern-item_2 .eastern-item__img {
	margin-left: 8px;
	width: 366px;
	height: 363px;
}
@media (max-width: 1439.98px) {
	.lp-root .eastern-item_2 {
		margin: 0 138px 0 170px;
	}
}
.lp-root .eastern-item_3 {
	margin: 74px 0 0;
	width: 369px;
}
.lp-root .eastern-item_3 .eastern-item__img {
	margin-left: 8px;
	width: 369px;
	height: 289px;
}
.lp-root .eastern-item__img {
	mix-blend-mode: multiply;
}
.lp-root .eastern-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1279.98px) {
	.lp-root .eastern-item__img {
		margin: 0 auto;
		width: 600px;
		height: 500px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .eastern-item__img {
		width: 300px;
		height: 250px;
	}
}
.lp-root .eastern-item__title {
	margin-bottom: 20px;
	text-align: center;
	font-family: "Fledgling", sans-serif;
	font-weight: 600;
	font-size: 42px;
	line-height: 100%;
	text-transform: uppercase;
}
.lp-root .eastern-item__descr {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
}
.lp-root .eastern-item__descr p {
	margin: 0;
}

.lp-root .tomato-spices {
	margin-bottom: 150px;
}
@media (max-width: 1439.98px) {
	.lp-root .tomato-spices {
		margin-bottom: 100px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .tomato-spices {
		margin-bottom: 50px;
	}
}
.lp-root .tomato-spices__container {
	position: relative;
}
.lp-root .tomato-spices__title {
	margin: 0 0 134px auto;
}
@media (max-width: 1439.98px) {
	.lp-root .tomato-spices__title {
		margin: 0 0 53px auto;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .tomato-spices__title {
		margin: 0 auto 2px;
	}
}
.lp-root .tomato-spices__pack {
	position: absolute;
	top: 0;
	left: -80px;
	width: 968px;
}
.lp-root .tomato-spices__pack img,
.lp-root .tomato-spices__pack picture {
	width: 100%;
	height: 100%;
  display: block;
}
@media (max-width: 1439.98px) {
	.lp-root .tomato-spices__pack {
		left: -64px;
		width: 800px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .tomato-spices__pack {
		position: static;
		-webkit-transform: translateX(-8%);
		    -ms-transform: translateX(-8%);
		        transform: translateX(-8%);
		width: 120%;
	}
}
.lp-root .tomato-spices__list {
	margin: 0 0 100px;
	padding: 0;
	list-style-type: none;
}
@media (max-width: 1279.98px) {
	.lp-root .tomato-spices__list {
		display: none;
	}
}
.lp-root .tomato-spices__list-xs {
	display: none;
	padding: 0;
	margin-bottom: 50px;
	list-style-type: none;
	overflow: hidden;
}
.lp-root .tomato-spices__list-xs .swiper-pagination-bullet {
	background: url("../images/tomato/ellipse_empty.svg") center center/contain no-repeat;
}
.lp-root .tomato-spices__list-xs .swiper-pagination-bullet-active {
	background: url("../images/tomato/ellipse_fill.svg") center center/contain no-repeat;
}
@media (max-width: 1279.98px) {
	.lp-root .tomato-spices__list-xs {
		display: block;
	}
}
.lp-root .tomato-spices__list-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.lp-root .tomato-spices__dish {
	margin-bottom: 65px;
}
@media (max-width: 1279.98px) {
	.lp-root .tomato-spices__dish {
		margin-bottom: 50px;
	}
}
.lp-root
.tomato-item_1 {
	margin: 0 0 74px auto;
	display: block;
	width: 369px;
}.lp-root
.tomato-item_1 .tomato-item__img {
	margin-left: auto;
	width: 347px;
	height: 271px;
}
@media (max-width: 1439.98px) {
.lp-root 	.tomato-item_1 {
		margin: 0 40px 38px auto;
	}
}
.lp-root .tomato-item_2 {
	position: relative;
	margin: 0 293px 0 108px;
	display: block;
	width: 366px;
}
.lp-root .tomato-item_2 .tomato-item__img {
	margin-left: auto;
	width: 357px;
	height: 346px;
}
.lp-root .tomato-item_2 .tomato-item__img-addit {
	position: absolute;
	top: 125px;
	left: -111px;
	width: 207px;
	height: 230px;
}
@media (max-width: 1439.98px) {
	.lp-root .tomato-item_2 {
		margin: 0 241px 0 130px;
	}
}
.lp-root .tomato-item_3 {
	display: block;
	width: 369px;
}
.lp-root .tomato-item_3 .tomato-item__img {
	margin-top: 16px;
	width: 369px;
	height: 330px;
}
.lp-root .tomato-item__img,
.lp-root .tomato-item__img-addit {
	mix-blend-mode: multiply;
}
.lp-root .tomato-item__img img,
.lp-root .tomato-item__img-addit img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1279.98px) {
	.lp-root .tomato-item__img,
  .lp-root .tomato-item__img-addit {
		margin: 0 auto;
		width: 600px;
		height: 500px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .tomato-item__img,
  .lp-root .tomato-item__img-addit {
		width: 300px;
		height: 250px;
	}
}
.lp-root .tomato-item__title {
	margin-bottom: 20px;
	text-align: center;
	font-family: "Fledgling", sans-serif;
	font-weight: 600;
	font-size: 42px;
	line-height: 100%;
	text-transform: uppercase;
}
.lp-root .tomato-item__descr {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
}
.lp-root .tomato-item__descr p {
	margin: 0;
}

.lp-root .italian-spices {
	margin-bottom: 150px;
}
@media (max-width: 1439.98px) {
	.lp-root .italian-spices {
		margin-bottom: 100px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .italian-spices {
		margin-bottom: 50px;
	}
}
.lp-root .italian-spices__container {
	position: relative;
}
.lp-root .italian-spices__title {
	margin-bottom: 102px;
}
@media (max-width: 1439.98px) {
	.lp-root .italian-spices__title {
		margin-bottom: 25px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .italian-spices__title {
		margin: 0 auto 38px;
	}
}
.lp-root .italian-spices__pack {
	position: absolute;
	top: 0;
	right: -88px;
	width: 969px;
}
.lp-root .italian-spices__pack img,
.lp-root .italian-spices__pack picture {
	width: 100%;
	height: 100%;
  display: block;
}
@media (max-width: 1439.98px) {
	.lp-root .italian-spices__pack {
		right: -70px;
		width: 800px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .italian-spices__pack {
		position: static;
		-webkit-transform: translateX(-8%);
		    -ms-transform: translateX(-8%);
		        transform: translateX(-8%);
		width: 120%;
	}
}
.lp-root .italian-spices__list {
	margin: 0 0 100px;
	list-style-type: none;
	padding: 0;
}
@media (max-width: 1279.98px) {
	.lp-root .italian-spices__list {
		display: none;
	}
}
.lp-root .italian-spices__list-xs {
	display: none;
	padding: 0;
	margin-bottom: 50px;
	list-style-type: none;
	overflow: hidden;
}
.lp-root .italian-spices__list-xs .swiper-pagination-bullet {
	background: url("../images/italian/ellipse_empty.svg") center center/contain no-repeat;
}
.lp-root .italian-spices__list-xs .swiper-pagination-bullet-active {
	background: url("../images/italian/ellipse_fill.svg") center center/contain no-repeat;
}
@media (max-width: 1279.98px) {
	.lp-root .italian-spices__list-xs {
		display: block;
	}
}
.lp-root .italian-spices__list-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.lp-root .italian-spices__dish {
	margin-bottom: 65px;
}
@media (max-width: 1279.98px) {
	.lp-root .italian-spices__dish {
		margin-bottom: 50px;
	}
}

.lp-root .italian-item_1 {
	margin: 0 0 84px 78px;
	width: 400px;
}
.lp-root .italian-item_1 .italian-item__img {
	width: 400px;
	height: 405px;
}
@media (max-width: 1439.98px) {
	.lp-root .italian-item_1 {
		margin: 0 0 33px 108px;
	}
}
.lp-root .italian-item_2 {
	margin: 0 245px 0 218px;
	width: 329px;
}
.lp-root .italian-item_2 .italian-item__img {
	margin-left: 8px;
	width: 329px;
	height: 411px;
}
@media (max-width: 1439.98px) {
	.lp-root .italian-item_2 {
		margin: 0 196px 0 218px;
	}
}
.lp-root .italian-item_3 {
	margin: 75px 0 0;
	width: 329px;
}
.lp-root .italian-item_3 .italian-item__img {
	margin-left: 8px;
	width: 329px;
	height: 336px;
}
.lp-root .italian-item__img {
	mix-blend-mode: multiply;
}
.lp-root .italian-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1279.98px) {
	.lp-root .italian-item__img {
		margin: 0 auto;
		width: 600px;
		height: 500px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .italian-item__img {
		width: 300px;
		height: 250px;
	}
}
.lp-root .italian-item__title {
	margin-bottom: 20px;
	text-align: center;
	font-family: "Fledgling", sans-serif;
	font-weight: 600;
	font-size: 42px;
	line-height: 100%;
	text-transform: uppercase;
}
.lp-root .italian-item__descr {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
}
.lp-root .italian-item__descr p {
	margin: 0;
}

.lp-root .provencal-spices {
	margin-bottom: 150px;
}
@media (max-width: 1439.98px) {
	.lp-root .provencal-spices {
		margin-bottom: 100px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .provencal-spices {
		margin-bottom: 50px;
	}
}
.lp-root .provencal-spices__container {
	position: relative;
}
.lp-root .provencal-spices__title {
	margin: 0 0 111px auto;
}
@media (max-width: 1439.98px) {
	.lp-root .provencal-spices__title {
		margin: 0 0 33px auto;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .provencal-spices__title {
		margin: 0 auto 30px;
	}
}
.lp-root .provencal-spices__pack {
	position: absolute;
	top: 0;
	left: -80px;
	width: 970px;
}
.lp-root .provencal-spices__pack img,
.lp-root .provencal-spices__pack picture {
	width: 100%;
	height: 100%;
  display: block;
}
@media (max-width: 1439.98px) {
	.lp-root .provencal-spices__pack {
		left: -64px;
		width: 800px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .provencal-spices__pack {
		position: static;
		-webkit-transform: translateX(-8%);
		    -ms-transform: translateX(-8%);
		        transform: translateX(-8%);
		width: 120%;
	}
}
.lp-root .provencal-spices__list {
	margin: 0 0 100px;
	padding: 0;
	list-style-type: none;
}
@media (max-width: 1279.98px) {
	.lp-root .provencal-spices__list {
		display: none;
	}
}
.lp-root .provencal-spices__list-xs {
	display: none;
	padding: 0;
	margin-bottom: 50px;
	list-style-type: none;
	overflow: hidden;
}
.lp-root .provencal-spices__list-xs .swiper-pagination-bullet {
	background: url("../images/provencal/ellipse_empty.svg") center center/contain no-repeat;
}
.lp-root .provencal-spices__list-xs .swiper-pagination-bullet-active {
	background: url("../images/provencal/ellipse_fill.svg") center center/contain no-repeat;
}
@media (max-width: 1279.98px) {
	.lp-root .provencal-spices__list-xs {
		display: block;
	}
}
.lp-root .provencal-spices__list-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.lp-root .provencal-spices__dish {
	margin-bottom: 65px;
}
@media (max-width: 1279.98px) {
	.lp-root .provencal-spices__dish {
		margin-bottom: 50px;
	}
}

.lp-root .provencal-item_1 {
	margin: 0 0 30px auto;
	display: block;
	width: 329px;
}
.lp-root .provencal-item_1 .provencal-item__img {
	margin-left: auto;
	width: 329px;
	height: 362px;
}
@media (max-width: 1439.98px) {
	.lp-root .provencal-item_1 {
		margin: 0 25px 0 auto;
	}
}
.lp-root .provencal-item_2 {
	margin: 0 118px 0 130px;
	display: block;
	width: 541px;
}
.lp-root .provencal-item_2 .provencal-item__img {
	margin-left: auto;
	width: 541px;
	height: 432px;
}
.lp-root .provencal-item_2 .provencal-item__descr {
	margin: 0 auto;
	width: 329px;
}
@media (max-width: 1439.98px) {
	.lp-root .provencal-item_2 {
		margin: 0 100px 0 130px;
	}
}
.lp-root .provencal-item_3 {
	display: block;
	width: 329px;
}
.lp-root .provencal-item_3 .provencal-item__img {
	margin-top: 49px;
	width: 329px;
	height: 383px;
}
.lp-root .provencal-item_3 .provencal-item__descr {
	margin: 0 auto;
	width: 310px;
}
.lp-root .provencal-item__img {
	mix-blend-mode: multiply;
}
.lp-root .provencal-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1279.98px) {
	.lp-root .provencal-item__img {
		margin: 0 auto;
		width: 600px;
		height: 500px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .provencal-item__img {
		width: 300px;
		height: 250px;
	}
}
.lp-root .provencal-item__title {
	margin-bottom: 20px;
	text-align: center;
	font-family: "Fledgling", sans-serif;
	font-weight: 600;
	font-size: 42px;
	line-height: 100%;
	text-transform: uppercase;
}
.lp-root .provencal-item__descr {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
}
.lp-root .provencal-item__descr p {
	margin: 0;
}

.lp-root .hops-spices__container {
	position: relative;
}
.lp-root .hops-spices__title {
	margin-bottom: 107px;
}
@media (max-width: 1439.98px) {
	.lp-root .hops-spices__title {
		margin-bottom: 10px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .hops-spices__title {
		margin: 0 auto 10px;
	}
}
.lp-root .hops-spices__pack {
	position: absolute;
	top: 0;
	right: -88px;
	width: 969px;
}
.lp-root .hops-spices__pack img,
.lp-root .hops-spices__pack picture {
	width: 100%;
	height: 100%;
  display: block;
}
@media (max-width: 1439.98px) {
	.lp-root .hops-spices__pack {
		right: -70px;
		width: 800px;
	}
}
@media (max-width: 1279.98px) {
	.lp-root .hops-spices__pack {
		position: static;
		-webkit-transform: translateX(-8%);
		    -ms-transform: translateX(-8%);
		        transform: translateX(-8%);
		width: 120%;
	}
}
.lp-root .hops-spices__list {
	margin: 0 0 100px;
	list-style-type: none;
	padding: 0;
}
@media (max-width: 1279.98px) {
	.lp-root .hops-spices__list {
		display: none;
	}
}
.lp-root .hops-spices__list-xs {
	display: none;
	padding: 0;
	margin-bottom: 50px;
	list-style-type: none;
	overflow: hidden;
}
.lp-root .hops-spices__list-xs .swiper-pagination-bullet {
	background: url("../images/hops/ellipse_empty.svg") center center/contain no-repeat;
}
.lp-root .hops-spices__list-xs .swiper-pagination-bullet-active {
	background: url("../images/hops/ellipse_fill.svg") center center/contain no-repeat;
}
@media (max-width: 1279.98px) {
	.lp-root .hops-spices__list-xs {
		display: block;
	}
}
.lp-root .hops-spices__list-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.lp-root .hops-spices__dish {
	margin-bottom: 65px;
}
@media (max-width: 1279.98px) {
	.lp-root .hops-spices__dish {
		margin-bottom: 50px;
	}
}

.lp-root .hops-item_1 {
	margin: 0 0 66px 99px;
	width: 385px;
}
.lp-root .hops-item_1 .hops-item__img {
	width: 385px;
	height: 400px;
}
.lp-root .hops-item_1 .hops-item__title,
.lp-root .hops-item_1 .hops-item__descr {
	margin-left: 10px;
	width: 329px;
}
@media (max-width: 1439.98px) {
	.lp-root .hops-item_1 {
		margin: 0 0 25px 99px;
	}
}
.lp-root .hops-item_2 {
	margin: 0 162px;
	width: 456px;
}
.lp-root .hops-item_2 .hops-item__img {
	width: 456px;
	height: 358px;
}
.lp-root .hops-item_2 .hops-item__title,
.lp-root .hops-item_2 .hops-item__descr {
	margin-left: 56px;
	width: 341px;
}
@media (max-width: 1439.98px) {
	.lp-root .hops-item_2 {
		margin: 0 110px 0 162px;
	}
}
.lp-root .hops-item_3 {
	margin: 10px 0 0;
	width: 400px;
}
.lp-root .hops-item_3 .hops-item__img {
	width: 400px;
	height: 348px;
}
.lp-root .hops-item_3 .hops-item__title,
.lp-root .hops-item_3 .hops-item__descr {
	margin-left: auto;
	width: 368px;
}
.lp-root .hops-item__img {
	mix-blend-mode: multiply;
}
.lp-root .hops-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 1279.98px) {
	.lp-root .hops-item__img {
		margin: 0 auto;
		width: 600px;
		height: 500px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .hops-item__img {
		width: 300px;
		height: 250px;
	}
}
.lp-root .hops-item__title {
	margin-bottom: 20px;
	text-align: center;
	font-family: "Fledgling", sans-serif;
	font-weight: 600;
	font-size: 42px;
	line-height: 100%;
	text-transform: uppercase;
}
.lp-root .hops-item__descr {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
}
.lp-root .hops-item__descr p {
	margin: 0;
}

.lp-root .lp-footer {
	padding: 100px 0 0;
}
@media (max-width: 1279.98px) {
	.lp-root .lp-footer {
		padding: 100px 0 0;
	}
}
.lp-root .lp-footer__text {
	position: relative;
	margin: 0 auto 100px;
	width: 911px;
	font-family: "Fledgling", sans-serif;
	font-weight: 600;
	font-size: 90px;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
}
.lp-root .lp-footer__text p {
	margin: 0;
}
.lp-root .lp-footer__text p span {
	position: relative;
	top: -47px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/R.svg") center center/contain no-repeat;
}
@media (max-width: 1279.98px) {
	.lp-root .lp-footer__text {
		width: 445px;
		font-size: 60px;
	}
	.lp-root .lp-footer__text p span {
		top: -31px;
		width: 12px;
		height: 12px;
	}
}
@media (max-width: 767.98px) {
	.lp-root .lp-footer__text {
		width: 277px;
		font-size: 38px;
	}
	.lp-root .lp-footer__text p span {
		top: -19px;
		width: 8px;
		height: 8px;
	}
}
.lp-root .lp-footer__wrap {
	position: relative;
	padding: 50px 0;
}
.lp-root .lp-footer__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, color-stop(67.95%, #72B452), color-stop(160.29%, #84B051));
	background: -o-linear-gradient(left, #72B452 67.95%, #84B051 160.29%);
	background: linear-gradient(90deg, #72B452 67.95%, #84B051 160.29%);
	mix-blend-mode: multiply;
	z-index: 1;
}
.lp-root .lp-footer__btn {
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
}
@media (max-width: 1279.98px) {
	.lp-root .lp-footer__btn {
		margin-bottom: 30px;
	}
}
.lp-root .lp-footer__policy {
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #fff;
}
.lp-root .lp-footer__policy p {
	margin: 0;
}
@media (max-width: 767.98px) {
	.lp-root .lp-footer__policy {
		font-size: 14px;
	}
}

