@charset "UTF-8";
@font-face {
	font-family: Product Sans Bold;
	font-display: swap;
	src: url("../fonts/Product Sans Bold.woff2") format("woff2"), url("../fonts/Product Sans Bold.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Product Sans Regular;
	font-display: swap;
	src: url("../fonts/Product Sans Regular.woff2") format("woff2"),
		url("../fonts/Product Sans Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: icons;
	font-display: swap;
	src: url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
.reviews-button-next::before,
.reviews-button-prev::before,
[class*="_icon-"]:before {
	font-family: icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class*="_icon-"]:before {
	display: block;
}
._icon-apple:before {
	content: "\e900";
}
._icon-arrov:before,
.reviews-button-next:before,
.reviews-button-prev:before {
	content: "\e901";
}
._icon-arrow-full:before {
	content: "\e902";
}
._icon-car:before {
	content: "\e903";
}
._icon-clock:before {
	content: "\e904";
}
._icon-facebook:before {
	content: "\e905";
}
._icon-fork:before {
	content: "\e906";
}
._icon-geo:before {
	content: "\e907";
}
._icon-google-play:before {
	content: "\e908";
}
._icon-in:before {
	content: "\e909";
}
._icon-inst:before {
	content: "\e90a";
}
._icon-phone:before {
	content: "\e90b";
}
._icon-spoon:before {
	content: "\e90c";
}
._icon-star:before {
	content: "\e90d";
}
._icon-twitter:before {
	content: "\e90e";
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body,
html {
	height: 100%;
	min-width: 320px;
}
body {
	color: #888;
	line-height: 1;
	font-family: "Product Sans Bold";
	font-size: 1rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
	font-family: "Product Sans Bold";
	font-size: inherit;
}
button {
	cursor: pointer;
	color: inherit;
	background-color: inherit;
}
a {
	color: inherit;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
body {
	font-style: normal;
}
.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
.wrapper > main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}
[class*="__container"] {
	max-width: 73.125rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 0.9375rem;
}
[data-showmore-button] span:last-child {
	display: none;
}
._showmore-active [data-showmore-button] span {
	display: none;
}
._showmore-active [data-showmore-button] span:last-child {
	display: block;
}
[class*="-ibg"] {
	position: relative;
}
[class*="-ibg"] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
[class*="-ibg_contain"] img {
	-o-object-fit: contain;
	object-fit: contain;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.header__container {
	position: relative;
}
.header__menu {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
}
.header__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 320px;
	flex: 0 1 320px;
}
.header__button {
	color: #fff !important;
	background: #f16214;
	border: 1.5px solid #f16214;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 120px;
	padding: 6px 16px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header__button:hover {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-family: "Product Sans regular" !important;
	color: #000 !important;
	-webkit-box-shadow: 0 4px 10px 2px rgba(212, 116, 56, 0.658);
	box-shadow: 0 4px 10px 2px rgba(212, 116, 56, 0.658);
}
.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	gap: 30px;
	position: relative;
	z-index: 5;
}
.menu__link {
	display: block;
	font-family: "Product Sans regular";
	font-size: 16px;
	line-height: 19px;
	color: #000;
}
.menu__link:hover {
	font-family: "Product Sans Bold";
	color: #f16214;
}
.icon-menu {
	display: none;
}
.footer__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 60px;
}
.footer__lead {
	margin-top: 34px;
	font-family: "Product Sans regular";
	line-height: 150%;
}
.footer__items {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 270px;
	flex: 0 1 270px;
}
.footer__title {
	font-size: 22px;
	line-height: 150%;
	color: #000;
}
.footer__list {
	margin-top: 36px;
}
.footer__item {
	font-family: "Product Sans regular";
	font-size: 16px;
	line-height: 200%;
}
.footer__link:hover {
	text-decoration: underline;
}
.footer__form {
	margin-top: 20px;
	position: relative;
}
.footer__label {
	max-width: 100%;
}
.footer__input {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 15px 50px 15px 20px;
}
.footer__input::-webkit-input-placeholder {
	font-family: "Product Sans regular";
	font-size: 13px;
	line-height: 200%;
	color: #aaa;
}
.footer__input::-moz-placeholder {
	font-family: "Product Sans regular";
	font-size: 13px;
	line-height: 200%;
	color: #aaa;
}
.footer__input:-ms-input-placeholder {
	font-family: "Product Sans regular";
	font-size: 13px;
	line-height: 200%;
	color: #aaa;
}
.footer__input::-ms-input-placeholder {
	font-family: "Product Sans regular";
	font-size: 13px;
	line-height: 200%;
	color: #aaa;
}
.footer__input::placeholder {
	font-family: "Product Sans regular";
	font-size: 13px;
	line-height: 200%;
	color: #aaa;
}
.footer__button {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 40px;
	width: 40px;
	background: #f16214;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer__button::before {
	color: #fff;
}
.footer__button:hover {
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0 0 10px 2px rgba(212, 116, 56, 0.658);
	box-shadow: 0 0 10px 2px rgba(212, 116, 56, 0.658);
}
.footer {
	background: #f5f5f5;
	padding-top: 100px;
	margin-top: 100px;
}
.footer__body {
	border-bottom: 1.5px solid #ddd;
}
.footer__copy {
	font-family: "Product Sans regular";
	font-size: 15px;
	line-height: 170%;
	text-align: center;
	padding: 22px 0;
}
.diet {
	position: relative;
	padding: 150px 0;
}
.diet__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.diet__img {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}
.diet__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 1040px;
	max-height: 100%;
	max-width: 100%;
	z-index: -2;
	-o-object-fit: cover;
	object-fit: cover;
}
.diet__about {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}
.subcribe {
	padding-top: 100px;
}
.no-webp .subcribe__body {
	background: url(../img/bg-2.png) 0 0 / cover no-repeat;
}
.subcribe__body {
	position: relative;
	border-radius: 60px 0;
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
.subcribe__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	position: absolute;
	top: 0;
	left: 30px;
	width: 100%;
	height: 100%;
	max-width: 450px;
}
.subcribe__img img {
	position: relative;
	top: -85px;
	max-width: 450px;
}
.subcribe__about {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	position: relative;
	z-index: 2;
}
.subcribe__title {
	color: #fff !important;
	margin: 0 !important;
}
.subcribe__text {
	margin-top: 15px;
}
.subcribe__form {
	margin-top: 30px;
	position: relative;
}
.subcribe__label {
	max-width: 500px;
}
.subcribe__button {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #f16214;
	border-radius: 13px;
	line-height: 150%;
	color: #fff;
	padding: 13px 22px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.subcribe__button:hover {
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0 0 10px 2px rgba(212, 116, 56, 0.658);
	box-shadow: 0 0 10px 2px rgba(212, 116, 56, 0.658);
}
.subcribe__input {
	padding: 20px 130px 20px 20px;
	width: 100%;
	background: #fff;
	border-radius: 13px;
}
.subcribe__input::-webkit-input-placeholder {
	font-size: 13px;
	line-height: 150%;
	color: #ccc;
}
.subcribe__input::-moz-placeholder {
	font-size: 13px;
	line-height: 150%;
	color: #ccc;
}
.subcribe__input:-ms-input-placeholder {
	font-size: 13px;
	line-height: 150%;
	color: #ccc;
}
.subcribe__input::-ms-input-placeholder {
	font-size: 13px;
	line-height: 150%;
	color: #ccc;
}
.subcribe__input::placeholder {
	font-size: 13px;
	line-height: 150%;
	color: #ccc;
}
.no-webp .reviews {
	background: url(../img/salate.png) 0 0 no-repeat;
}
.reviews__container {
	text-align: center;
}
.reviews__body {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.reviews__slider {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding-bottom: 100px !important;
}
.reviews__user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.reviews__text {
	margin-top: 54px;
	font-family: "Product Sans regular";
	line-height: 150%;
	text-align: center;
}
.reviews__img {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}
.reviews__img img {
	max-width: 100%;
}
.reviews-user__img {
	margin-right: 15px;
}
.reviews-user__img img {
	border-radius: 100%;
}
.reviews-user__name {
	line-height: 0.8421052632;
	color: #000;
}
.reviews-user__job {
	margin-top: 3px;
	font-family: "Product Sans regular";
	font-size: 13px;
	line-height: 1.2307692308;
}
.reviews__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.reviews-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px;
}
.reviews-button-next,
.reviews-button-prev {
	height: 50px;
	width: 50px;
	cursor: pointer;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.reviews-button-next:hover,
.reviews-button-prev:hover {
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0 0 10px 2px rgba(212, 116, 56, 0.658);
	box-shadow: 0 0 10px 2px rgba(212, 116, 56, 0.658);
}
.reviews-button-next::before,
.reviews-button-prev::before {
	padding: 15px 0;
	display: block;
	font-size: 20px;
	color: #fff;
	background: #f16214;
	border-radius: 10px;
}
.reviews-button-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 30px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.favorite {
	padding: 100px 0;
}
.favorite__container {
	text-align: center;
}
.favorite__body {
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}
.favorite__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33.333%;
	flex: 1 1 33.333%;
	text-align: center;
	max-width: 370px;
	min-width: 266px;
	padding: 70px 20px;
	border: 2px solid #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.favorite__item:hover {
	border: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #fff;
	-webkit-box-shadow: 5px 15px 45px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 15px 45px rgba(0, 0, 0, 0.1);
	border-radius: 60px 0;
}
.favorite__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	background: rgba(241, 98, 20, 0.15);
}
.favorite__title {
	margin-top: 44px;
	font-size: 26px;
	line-height: 32px;
	line-height: 1.2307692308;
	color: #000;
}
.favorite__about {
	margin-top: 22px;
	font-size: 16px;
	line-height: 160%;
}
.popular-items {
	padding: 100px 0;
}
.popular-items__container {
	text-align: center;
}
.popular-items__subtitle {
	font-size: 14px;
	line-height: 1.2142857143;
	color: #f16214;
}
.popular-items__title {
	margin-top: 6px;
	font-size: 40px;
	line-height: 1.225;
	color: #000;
	margin-bottom: 30px;
}
.popular-items__body {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}
.popular-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33%;
	flex: 1 1 33%;
	background: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
	border-radius: 50px 0;
	max-width: 370px;
	min-width: 260px;
}
.popular-item__img {
	position: relative;
	padding-bottom: 70%;
}
.popular-item__img img {
	border-top-left-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.popular-item__about {
	padding: 16px 19px 50px 19px;
}
.popular-item__title {
	font-size: 20px;
	line-height: 24px;
	color: #000;
}
.popular-item__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
}
.popular-item__rating::before {
	margin-right: 5px;
	color: #f16214;
}
.popular-item__button {
	padding: 14px 19px;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	background: #f16214;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.popular-item__button:hover {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #000;
	-webkit-box-shadow: 0 4px 10px 2px rgba(212, 116, 56, 0.658);
	box-shadow: 0 4px 10px 2px rgba(212, 116, 56, 0.658);
}
.popular-item__price {
	font-size: 20px;
	line-height: 24px;
	color: #000;
}
.popular-item__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.popular-item__block:first-child {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.popular-item__block:last-child {
	margin-top: 19px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.get-start {
	padding-top: 105px;
	position: relative;
}
.get-start .get-start__img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	max-width: 1150px;
}
.get-start__container {
	position: relative;
	z-index: 10;
}
.get-start__title {
	font-size: 75px;
	line-height: 1.2133333333;
	color: #000;
	max-width: 488px;
}
.get-start__text {
	margin-top: 15px;
	font-family: "Product Sans regular";
	line-height: 150%;
	max-width: 570px;
}
.get-start__button {
	margin-top: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 150%;
	color: #fff;
	background: #f16214;
	border-radius: 54px;
	padding: 5px 5px 5px 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.get-start__button::before {
	margin-left: 20px;
	color: #f16214;
	border-radius: 50%;
	background: #fff;
	padding: 14px 16px;
}
.get-start__button:hover {
	border: 1px solid #f16214;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #f16214;
	background: #fff;
	-webkit-box-shadow: 0 4px 10px 2px rgba(212, 116, 56, 0.658);
	box-shadow: 0 4px 10px 2px rgba(212, 116, 56, 0.658);
}
.get-start__button:hover::before {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translate(5px);
	-ms-transform: translate(5px);
	transform: translate(5px);
}
.social__list {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.social__item:not(:last-child) {
	margin-right: 23px;
}
.social__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 40px;
	background: rgba(241, 98, 20, 0.15);
	border-radius: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.social__link::before {
	color: #f16214;
}
.social__link:hover {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0 4px 10px 2px rgba(212, 116, 56, 0.658);
	box-shadow: 0 4px 10px 2px rgba(212, 116, 56, 0.658);
}
.info {
	margin-top: 110px;
}
.info__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 60px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 22px 52px rgba(0, 0, 0, 0.07);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.07);
	border-radius: 60px 0;
}
.info__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 33%;
	flex: 1 1 33%;
	min-width: 177px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
}
.info__item:not(:last-child) {
	border-right: 1.5px solid #ddd;
}
.info__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 40px;
	background: #f16214;
	border-radius: 100%;
}
.info__logo::before {
	color: #fff;
}
.info__title {
	margin-top: 16px;
	line-height: 19px;
	color: #000;
}
.info__subtitle {
	margin-top: 6px;
	font-size: 13px;
	line-height: 16px;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
	opacity: 0;
}
[data-tippy-root] {
	max-width: calc(100vw - 10px);
}
.tippy-box {
	position: relative;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4;
	outline: 0;
	-webkit-transition-property: visibility, opacity, -webkit-transform;
	transition-property: visibility, opacity, -webkit-transform;
	-o-transition-property: transform, visibility, opacity;
	transition-property: transform, visibility, opacity;
	transition-property: transform, visibility, opacity, -webkit-transform;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
	bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
	bottom: -7px;
	left: 0;
	border-width: 8px 8px 0;
	border-top-color: initial;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
	top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
	top: -7px;
	left: 0;
	border-width: 0 8px 8px;
	border-bottom-color: initial;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
	right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
	border-width: 8px 0 8px 8px;
	border-left-color: initial;
	right: -7px;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
	left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
	left: -7px;
	border-width: 8px 8px 8px 0;
	border-right-color: initial;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
	-webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
	-o-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
	transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #333;
}
.tippy-arrow:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-style: solid;
}
.tippy-content {
	position: relative;
	padding: 5px 9px;
	z-index: 1;
}
.swiper {
	overflow: hidden;
}
.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
	display: none !important;
}
@media (min-width: 75em) {
	.footer__body {
		padding-bottom: 3.75rem;
	}
	.footer__list {
		margin-top: 2.25rem;
	}
	.footer {
		padding-top: 6.25rem;
	}
	.footer {
		margin-top: 6.25rem;
	}
	.diet {
		padding-bottom: 9.375rem;
	}
	.diet {
		padding-top: 9.375rem;
	}
	.subcribe {
		padding-top: 6.25rem;
	}
	.reviews__text {
		margin-top: 3.375rem;
	}
	.favorite {
		padding-bottom: 6.25rem;
	}
	.favorite {
		padding-top: 6.25rem;
	}
	.favorite__item {
		padding-bottom: 4.375rem;
	}
	.favorite__item {
		padding-top: 4.375rem;
	}
	.favorite__title {
		margin-top: 2.75rem;
	}
	.favorite__title {
		font-size: 1.625rem;
	}
	.favorite__about {
		margin-top: 1.375rem;
	}
	.popular-items {
		padding-bottom: 6.25rem;
	}
	.popular-items {
		padding-top: 6.25rem;
	}
	.popular-items__title {
		font-size: 2.5rem;
	}
	.popular-items__title {
		margin-bottom: 1.875rem;
	}
	.popular-items__body {
		margin-top: 1.875rem;
	}
	.get-start__title {
		font-size: 4.6875rem;
	}
	.get-start__text {
		margin-top: 0.9375rem;
	}
	.get-start__text {
		font-size: 1rem;
	}
	.get-start__button {
		margin-top: 2.5rem;
	}
	.social__list {
		margin-top: 2.5rem;
	}
	.info {
		margin-top: 6.875rem;
	}
}
@media (max-width: 1730px) {
	.get-start .get-start__img {
		max-width: 1000px;
	}
}
@media (max-width: 1550px) {
	.reviews {
		background-position: 0 -100px !important;
	}
}
@media (max-width: 1510px) {
	.get-start .get-start__img {
		top: 85px;
	}
}
@media (max-width: 1500px) {
	.diet__img img {
		width: 770px;
	}
}
@media (max-width: 1300px) {
	.header__menu {
		padding: 20px 0;
	}
}
@media (max-width: 1290px) {
	.get-start .get-start__img {
		max-width: 800px;
	}
}
@media (max-width: 1230px) {
	.diet__img img {
		width: 600px;
	}
}
@media (max-width: 1118px) {
	.subcribe__img img {
		top: -65px;
	}
}
@media (max-width: 1090px) {
	.get-start .get-start__img {
		max-width: 650px;
	}
}
@media (max-width: 1070px) {
	.subcribe__img {
		left: 0 !important;
	}
	.subcribe__img img {
		top: -50px !important;
	}
}
@media (max-width: 900px) {
	.header__logo {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.menu__list {
		gap: 20px;
	}
}
@media (max-width: 860px) {
	.subcribe__img {
		opacity: 0.4 !important;
	}
}
@media (max-width: 850px) {
	.footer__body {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(auto, 1fr));
		grid-template-columns: repeat(2, minmax(auto, 1fr));
	}
}
@media (max-width: 649px) {
	.get-start {
		padding-bottom: 400px !important;
	}
	.get-start .get-start__img {
		top: 440px !important;
		max-width: 650px !important;
	}
}
@media (max-width: 591px) {
	.favorite__item {
		max-width: 100%;
	}
}
@media (max-width: 580px) {
	.subcribe__about {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 85%;
		flex: 0 1 85%;
	}
	.popular-item {
		max-width: 100%;
	}
	.popular-item:not(:first-child) {
		margin-top: 20px;
	}
}
@media (max-width: 560px) {
	.info__item:not(:last-child) {
		border-right: none;
	}
	.info__item:first-child {
		border-right: 1.5px solid #ddd;
	}
	.info__item:last-child {
		margin-top: 30px;
	}
	.info__title {
		margin-top: 10px;
	}
}
@media (max-width: 550px) {
	.subcribe__body {
		padding-top: 360px !important;
	}
	.subcribe__img {
		opacity: 1 !important;
		left: 5% !important;
	}
	.subcribe__img img {
		max-width: 100% !important;
	}
	.subcribe__about {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.favorite__body {
		gap: 0;
	}
	.favorite__item:last-child {
		margin-top: 0;
	}
	.favorite__item:not(:first-child) {
		margin-top: 30px;
	}
}
@media (max-width: 520px) {
	.subcribe__img {
		left: 7px !important;
	}
}
@media (max-width: 500px) {
	.reviews {
		background-position: -110px -120px !important;
	}
}
@media (max-width: 490px) {
	.subcribe__img {
		left: 0 !important;
	}
	.get-start {
		padding-bottom: 300px !important;
	}
	.get-start .get-start__img {
		top: 420px !important;
		max-width: 500px !important;
	}
}
@media (max-width: 470px) {
	.footer__body {
		-ms-grid-columns: (minmax(auto, 1fr));
		grid-template-columns: repeat(1, minmax(auto, 1fr));
	}
}
@media (max-width: 442px) {
	.get-start .get-start__img {
		top: 480px !important;
	}
}
@media (max-width: 430px) {
	.subcribe__img {
		top: 30px !important;
	}
}
@media (max-width: 400px) {
	.subcribe__body {
		padding-top: 330px !important;
	}
}
@media (max-width: 383px) {
	.info__body {
		padding: 30px 30px;
	}
	.info__item {
		border-right: none !important;
	}
	.info__item:not(:first-child) {
		margin-top: 15px;
	}
	.info__item:not(:last-child) {
		border-bottom: 1.5px solid #ddd;
		padding-bottom: 15px;
	}
	.info__title {
		margin-top: 7px;
	}
}
@media (max-width: 380px) {
	.get-start {
		padding-bottom: 240px !important;
	}
	.get-start .get-start__img {
		max-width: 400px !important;
	}
}
@media (max-width: 355px) {
	.subcribe__body {
		padding-top: 300px !important;
	}
}
@media (max-width: 330px) {
	.subcribe__body {
		padding-top: 260px !important;
	}
}
@media (max-width: 20em) {
	.footer__body {
		padding-bottom: 1.875rem;
	}
	.footer__list {
		margin-top: 0.3125rem;
	}
	.footer {
		padding-top: 2.5rem;
	}
	.footer {
		margin-top: 2.5rem;
	}
	.diet {
		padding-bottom: 3.75rem;
	}
	.diet {
		padding-top: 3.75rem;
	}
	.subcribe {
		padding-top: 2.5rem;
	}
	.reviews__text {
		margin-top: 1.875rem;
	}
	.favorite {
		padding-bottom: 2.5rem;
	}
	.favorite {
		padding-top: 2.5rem;
	}
	.favorite__item {
		padding-bottom: 1.875rem;
	}
	.favorite__item {
		padding-top: 1.875rem;
	}
	.favorite__title {
		margin-top: 0.9375rem;
	}
	.favorite__title {
		font-size: 1.25rem;
	}
	.favorite__about {
		margin-top: 0.875rem;
	}
	.popular-items {
		padding-bottom: 2.5rem;
	}
	.popular-items {
		padding-top: 2.5rem;
	}
	.popular-items__title {
		font-size: 2rem;
	}
	.popular-items__title {
		margin-bottom: 0.9375rem;
	}
	.popular-items__body {
		margin-top: 1.25rem;
	}
	.get-start__title {
		font-size: 2.5rem;
	}
	.get-start__text {
		margin-top: 0.3125rem;
	}
	.get-start__text {
		font-size: 0.875rem;
	}
	.get-start__button {
		margin-top: 1.25rem;
	}
	.social__list {
		margin-top: 1.25rem;
	}
	.info {
		margin-top: 3.125rem;
	}
}
@media (max-width: 61.99875em) {
	.footer__copy {
		padding: 12px 0;
	}
	.diet__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 320px;
	}
	.reviews {
		background-position: 0 -120px !important;
	}
	.info {
		padding-bottom: 30px;
	}
	.info__body {
		padding: 40px 0;
	}
}
@media (max-width: 61.99875em) and (max-width: 20em) {
	.diet__body {
		padding-top: 9.375rem;
	}
}
@media (max-width: 47.99875em) {
	.header {
		position: fixed;
		z-index: 44;
	}
	.header__menu {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 5px 0;
	}
	.header__button {
		padding: 12px 20px;
	}
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
	.menu__list li {
		margin-bottom: 20px;
	}
	.menu__link {
		font-size: 28px;
	}
	.menu__body {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		-webkit-transition: left 0.3s ease 0s;
		-o-transition: left 0.3s ease 0s;
		transition: left 0.3s ease 0s;
		padding: 6.875rem 0.9375rem 3.125rem 0.9375rem;
		z-index: 10;
		overflow: auto;
	}
	.menu__body::before {
		content: "";
		position: fixed;
		width: 100%;
		height: 100%;
		left: -100%;
		top: 0;
		background: rgba(255, 255, 255, 0.929);
		-webkit-transition: left 0.2s ease 0s;
		-o-transition: left 0.2s ease 0s;
		transition: left 0.2s ease 0s;
	}
	.menu-open .menu__body {
		left: 0;
	}
	.menu-open .menu__body::before {
		left: 0;
	}
	.icon-menu {
		display: block;
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30px;
		flex: 0 0 30px;
		height: 18px;
		cursor: pointer;
		z-index: 35;
	}
	.icon-menu span,
	.icon-menu::after,
	.icon-menu::before {
		content: "";
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		left: 0;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #000;
	}
	.icon-menu::before {
		top: 0;
	}
	.icon-menu::after {
		bottom: 0;
	}
	.icon-menu span {
		top: calc(50% - 1px);
	}
	.menu-open .icon-menu span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	.menu-open .icon-menu::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: calc(50% - 1px);
	}
	.menu-open .icon-menu::after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}
	.footer__item {
		line-height: 170%;
		font-size: 18px;
	}
	.footer__input {
		padding: 20px 50px 20px 20px;
	}
	.footer__button {
		height: 50px;
		width: 50px;
	}
	.subcribe__body {
		padding: 35px !important;
	}
	.subcribe__img img {
		max-width: 400px !important;
	}
	.subcribe__about {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 70%;
		flex: 0 1 70%;
	}
	.subcribe__text {
		color: #abaaaa;
	}
	.subcribe__button {
		font-size: 14px;
		padding: 14px 22px;
	}
	.reviews {
		background-position: -50px -120px !important;
	}
	.reviews__body {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.reviews-button-prev {
		margin-right: 60px;
	}
	.favorite__body {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.get-start {
		padding-top: 80px;
		padding-bottom: 500px;
	}
	.get-start .get-start__img {
		top: 520px !important;
		max-width: 850px !important;
	}
	.info__body {
		padding: 30px 0;
	}
}
@media (min-width: 20em) and (max-width: 75em) {
	.footer__body {
		padding-bottom: clamp(1.875rem, 1.1931818182rem + 3.4090909091vw, 3.75rem);
	}
	.footer__list {
		margin-top: clamp(0.3125rem, -0.3920454545rem + 3.5227272727vw, 2.25rem);
	}
	.footer {
		padding-top: clamp(2.5rem, 1.1363636364rem + 6.8181818182vw, 6.25rem);
	}
	.footer {
		margin-top: clamp(2.5rem, 1.1363636364rem + 6.8181818182vw, 6.25rem);
	}
	.diet {
		padding-bottom: clamp(3.75rem, 1.7045454545rem + 10.2272727273vw, 9.375rem);
	}
	.diet {
		padding-top: clamp(3.75rem, 1.7045454545rem + 10.2272727273vw, 9.375rem);
	}
	.subcribe {
		padding-top: clamp(2.5rem, 1.1363636364rem + 6.8181818182vw, 6.25rem);
	}
	.reviews__text {
		margin-top: clamp(1.875rem, 1.3295454545rem + 2.7272727273vw, 3.375rem);
	}
	.favorite {
		padding-bottom: clamp(2.5rem, 1.1363636364rem + 6.8181818182vw, 6.25rem);
	}
	.favorite {
		padding-top: clamp(2.5rem, 1.1363636364rem + 6.8181818182vw, 6.25rem);
	}
	.favorite__item {
		padding-bottom: clamp(1.875rem, 0.9659090909rem + 4.5454545455vw, 4.375rem);
	}
	.favorite__item {
		padding-top: clamp(1.875rem, 0.9659090909rem + 4.5454545455vw, 4.375rem);
	}
	.favorite__title {
		margin-top: clamp(0.9375rem, 0.2784090909rem + 3.2954545455vw, 2.75rem);
	}
	.favorite__title {
		font-size: clamp(1.25rem, 1.1136363636rem + 0.6818181818vw, 1.625rem);
	}
	.favorite__about {
		margin-top: clamp(0.875rem, 0.6931818182rem + 0.9090909091vw, 1.375rem);
	}
	.popular-items {
		padding-bottom: clamp(2.5rem, 1.1363636364rem + 6.8181818182vw, 6.25rem);
	}
	.popular-items {
		padding-top: clamp(2.5rem, 1.1363636364rem + 6.8181818182vw, 6.25rem);
	}
	.popular-items__title {
		font-size: clamp(2rem, 1.8181818182rem + 0.9090909091vw, 2.5rem);
	}
	.popular-items__title {
		margin-bottom: clamp(0.9375rem, 0.5965909091rem + 1.7045454545vw, 1.875rem);
	}
	.popular-items__body {
		margin-top: clamp(1.25rem, 1.0227272727rem + 1.1363636364vw, 1.875rem);
	}
	.get-start__title {
		font-size: clamp(2.5rem, 1.7045454545rem + 3.9772727273vw, 4.6875rem);
	}
	.get-start__text {
		margin-top: clamp(0.3125rem, 0.0852272727rem + 1.1363636364vw, 0.9375rem);
	}
	.get-start__text {
		font-size: clamp(0.875rem, 0.8295454545rem + 0.2272727273vw, 1rem);
	}
	.get-start__button {
		margin-top: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem);
	}
	.social__list {
		margin-top: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem);
	}
	.info {
		margin-top: clamp(3.125rem, 1.7613636364rem + 6.8181818182vw, 6.875rem);
	}
}
@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 62em) {
	.diet__body {
		padding-top: clamp(9.375rem, 4.3154761905rem + 25.2976190476vw, 20rem);
	}
}
.webp .subcribe__body {
	background: url(../img/bg-2.webp) 0 0 / cover no-repeat;
}
.webp .reviews {
	background: url(../img/salate.webp) 0 0 no-repeat;
}
