/* region home */
.common-home {
	background-color: #f6f6f6;
}

.main-container {
	background-color: #f6f6f6;
}

.neutral__section,
.home__section {
	padding-top: 80px;
}

.home__section--half-hearted {
	margin-top: -210px;
}

.neutral__title,
.home__title {
	margin-top: 0;
	margin-bottom: 32px;
	font-family: Muller;
	text-transform: none;
	text-align: center;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0;
	color: #000;
}

.home-indent {
	margin-top: 153px;
}

/* endregion */

/* region Здоровая еда */
.healthy-food {
	padding-top: 60px;
	font-family: MullerMedium, sans-serif;
	line-height: 1.58;
}

.healthy-food__header {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .33rem;
}

.healthy-food__content {
	padding-top: 24px;

	font-size: 18px;
}

.healthy-food p {
	margin: 0;
}

.healthy-food p + p {
	margin-top: 30px;
}

/* endregion */

/* region наши преимущества */
.advantages-list {
	display: flex;
	gap: 20px;
}

.advantages-item {
	flex-basis: 100%;
	padding: 24px;
	border-radius: 10px;
}

.advantages-number {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #000;
}

.advantages-text {
	font-size: 18px;
	color: #000;
	font-family: 'Muller';
}

/* end region */

/* region акции */
.promo-title {
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	color: #000;
	margin-bottom: 32px;
	text-transform: capitalize;
}

.promo-item {
	flex-basis: 100%;
	padding: 24px;
	border-radius: 10px;
	min-height: 290px;
	position: relative;
}

.promo-number {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #000;
}

.promo-name {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 4px;
	color: #000;
	line-height: 100%;
}

.promo-text {
	line-height: 100%;
	font-size: 18px;
	color: #000;
	font-family: 'Muller';
}

.promo-list .slick-slide {
	margin: 0 10px;
}

.promo-list .slick-list {
	margin: 0 -20px;
}

.promo-list .slick-dots {
	display: flex;
	gap: 24px;
	margin-top: 24px;
	justify-content: center;
}

.promo-list .slick-dots {
	list-style: none;
}

.promo-list .slick-dots button {
	display: none;
}

.promo-list .custom-dot {
	width: 15px;
	height: 15px;
	background-color: #77A714;
	cursor: pointer;
	border-radius: 100%;
}

.promo-list .slick-active .custom-dot {
	width: 55px;
	border-radius: 16px;

}

.promo-image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 137px;
	object-fit: contain;
}

/* end region */
.mini-wrapper {
	max-width: 960px;
	margin: 0 auto;
}

/* region доставка правильного питания */
.delivery-wrapper {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 40px;
	border-radius: 10px;

}

.delivery-content--wrapper {
	display: flex;
	gap: 20px;
	margin-bottom: 32px;
}

.delivery-title {
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: inherit;
	color: #333;
	text-align: center;
}

.delivery-content {
	font-family: Muller;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	width: 50%;
	color: #333333;

}

.delivery-content .bold {
	font-weight: 600;
}

.delivery-content p {
	margin-bottom: 16px;
}

.delivery-content p:last-child {
	margin-bottom: 0;
}

.delivery .delivery-button {
	padding: 16px 76px;
	background-color: #77A714;
	color: #fff;
	margin: 0 auto;
	display: block;
	width: fit-content;
	font-family: Muller;
	font-weight: 400;
	font-size: 18px;
}

/* end region */

/* region отзывы */
.reviews-title {
	font-family: Muller;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: unset;
}

.reviews-image {
	border-radius: 16px;
	object-fit: contain;
	width: 50px;
	height: 50px;
}

.reviews-name {
	margin-bottom: 8px;
	font-family: Muller;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
}

.reviews-text {
	font-family: Muller;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #000;
}

.reviews-item {
	padding: 24px;
	background-color: rgba(255, 255, 255, 0.7);
}

.reviews-body {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.reviews .slick-slide {
	margin: 0 10px;
}

.reviews .slick-list {
	margin: 0 -20px;
}

.reviews-list .slick-dots {
	display: flex;
	gap: 24px;
	margin-top: 24px;
	justify-content: center;
}

.reviews-list .slick-dots {
	list-style: none;
}

.reviews-list .slick-dots button {
	display: none;
}

.reviews-list .custom-dot {
	width: 15px;
	height: 15px;
	background-color: #77A714;
	cursor: pointer;
	border-radius: 100%;
}

.reviews-list .slick-active .custom-dot {
	width: 55px;
	border-radius: 16px;

}

/* end region */

/* region кейтеринг */
.caitering-title {
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	color: #000;
	margin-bottom: 32px;
	text-transform: capitalize;
}

.caitering-item {
	flex-basis: 100%;
	padding: 24px;
	border-radius: 10px;
	min-height: 290px;
	position: relative;
}

.caitering-number {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #000;
}

.caitering-name {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 4px;
	color: #000;
	line-height: 100%;
}

.caitering-text {
	line-height: 100%;
	font-size: 18px;
	color: #000;
	font-family: 'Muller';
}

.caitering-list .slick-slide {
	margin: 0 10px;
}

.caitering-list .slick-list {
	margin: 0 -20px;
}

.caitering-list .slick-dots {
	display: flex;
	gap: 24px;
	margin-top: 24px;
	justify-content: center;
}

.caitering-list .slick-dots {
	list-style: none;
}

.caitering-list .slick-dots button {
	display: none;
}

.caitering-list .custom-dot {
	width: 15px;
	height: 15px;
	background-color: #77A714;
	cursor: pointer;
	border-radius: 100%;
}

.caitering-list .slick-active .custom-dot {
	width: 55px;
	border-radius: 16px;

}

.caitering-image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 137px;
	object-fit: contain;
}

/* end region */

/* region Популярные категории */
.pop-cat {
	padding-top: 53px;
	margin: 0 auto;
	font-family: MullerMedium, sans-serif;
	line-height: 1.185;
}

.pop-cat__header {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .33rem;
}

.pop-cat__content {
	padding-top: 30px;

	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(263px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	overflow: hidden;
}

.pop-cat__hover {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 260px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 14px;
}

.pop-cat__subcat-list {
	flex-direction: column;
	gap: 12px;
	display: flex;
	height: 119px;
	overflow-y: auto;
}

.pop-cat--line,
.pop-cat__subcat-list {
	opacity: 0;
}

.pop-cat__hover:hover {
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(40px);
}

.pop-cat__hover:hover .pop-cat__subcat-list,
.pop-cat__hover:hover .pop-cat--line,
.pop-cat__hover:hover .pop-cat__image-float--mini {
	opacity: 1;
}

.pop-cat__image-float {
	position: absolute;
	bottom: 0;
	right: 0;
	object-fit: contain;
}

.pop-cat__image-float--mini {
	position: absolute;
	bottom: 0;
	right: 0;
	object-fit: contain;
	width: 30%;
	opacity: 0;
}

.pop-cat--title,
.pop-cat--title:visited {
	font-family: Muller;
	font-size: 36px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 100%;
}

.pop-cat--line {
	min-height: 1px;
	background-color: rgba(0, 0, 0, 0.15);
	width: 100%;
}

.pop-cat__subcat-item,
.pop-cat__subcat-item:visited {
	font-family: Muller;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 100%;
}

.pop-cat__subcat-item:hover {
	font-family: 'MullerMedium';
}

.pop-cat__item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.pop-cat__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pop-cat__inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pop-cat__info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

	display: flex;
	flex-direction: column;

	padding-top: 25px;
	padding-bottom: 13px;

	color: #fff;
	text-align: center;
	letter-spacing: .1rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.19);
}

.pop-cat__name {
	margin-bottom: auto;

	font-size: 24px;
	text-transform: uppercase;
}

.pop-cat__price {
	margin-top: auto;

	font-size: 20px;
}

.pop-cat a {
	border-radius: 10px;

}

/* endregion */

/* region Наше меню */

.b-content .our-menu {
	margin-bottom: 60px
}

.b-content .actions_list_container {
	margin-bottom: 0px
}

.our-menu {
	padding-top: 69px;
	font-family: MullerMedium, sans-serif;
	line-height: 1.185;
}

.our-menu__header {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .33rem;
}

.common-home .our-menu__header {
	margin-top: 0;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	text-align: center;
	text-transform: unset;
	color: #000;
}

.our-menu__tabs {
	display: flex;
	gap: 24px;
	padding-top: 22px;
	margin: 0 auto;

	border-bottom: none;
}

.our-menu__tabs::before,
.our-menu__tabs::after {
	display: none;
}

.our-menu__tabs > li > a,
.our-menu__tabs > li > a:hover,
.our-menu__tabs > li > a:focus,
.our-menu__tabs > li.active > a,
.our-menu__tabs > li.active > a:hover,
.our-menu__tabs > li.active > a:focus {
	background: none;
	border: none;
	color: #000;
}

.our-menu__tabs > li > a:hover {
	background: #77A714;
	color: #fff;
}

.our-menu__tabs > li > a {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .25rem;
	padding: 10px 30px;
	border-radius: 10px;
	border: 1px solid #77A714;
}

.our-menu__tabs > li.active > a {
	background: #77A714;
	color: #fff;
}

.our-menu__tabs .prod-item__img {
	border-radius: 10px;
}

.our-menu .prod-item {
	border-radius: 10px;
	border: 2px solid #77A714;
}

.our-menu .prod-item__buy-params {
	display: flex;
}

.our-menu .prod-item__buy-params .spinedit {
	order: 1;
}

.our-menu .prod-item__btn-buy {
	border-radius: 6px;
	text-transform: initial;
	font-weight: 300;
}

/* endregion */

/* region Доставка правильного питания */
.prod-delivery {
	position: relative;

	margin-top: 276px;
	padding-top: 267px;
	padding-bottom: 95px;
	font-family: MullerMedium, sans-serif;
	line-height: 1.58;

	/*   background: url(../image/main/prod-delivery.webp) no-repeat center top;*/
	background-size: cover;
}

.prod-delivery__circles {
	position: absolute;
	top: -218px;
	left: 50%;
	margin-left: calc(947px / (-2));

	display: flex;
	justify-content: space-between;
	width: 947px;
	max-width: 100%;
}

.prod-delivery__circles img {
	max-width: 100%;
}

.prod-delivery__header {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .33rem;
}

.prod-delivery__content {
	padding-top: 22px;

	font-size: 18px;
	letter-spacing: .007rem;
}

.prod-delivery__content p {
	margin: 0;
}

.prod-delivery__content p + p {
	margin-top: 30px;
}

a.prod-delivery__read-more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 53px auto 0;

	width: 145px;
	height: 36px;
	max-width: 100%;

	font-family: Muller, sans-serif;
	font-size: 11px;
	letter-spacing: .16rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #005826;

	border: 2px solid #005826;
}

/* endregion */

/* region Фото последних заказов */

/* region As-is */
#last-order-box .last-order-box-header {
	margin-top: 35px;
	margin-bottom: 30px;

}

.last-order-box-header, .promo-about_title h1 {
	font-weight: 600;
	letter-spacing: 3px;
	color: #000;
	line-height: 1.5em;
}

#last-order-box .img {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/* region article-grid */

.article-grid__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, clamp(330px, 41.9vw, 570px));
	gap: clamp(13px, 2vw, 20px);
}

/* endregion */

/* region article-card */

.article-card {
	position: relative;
	display: block;
	min-height: 290px;
	padding: 24px;
	border-radius: 10px;
	overflow: hidden;
}


.article-card__link {
	color: #000;
}

.article-card__content {
	max-width: 370px;
	width: 100%;
}

.article-card__title {
	margin-bottom: 4px;
	font-size: 36px;
	line-height: 100%;
}


.article-card__desc {
	font-size: 18px;
	line-height: 100%;
}

.article-card__title,
.article-card__des {
	font-weight: 400;
	line-height: 100%;
}


.article-card__image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	min-height: 172px;
}

/* endregion */

/* region recall-block */
.recall-block__wrapper {
	padding: 45px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(40px);
}

.recall-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recall-block__title {
	margin-bottom: 0;
	flex-basis: 50%;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0;
	color: #000;
}

.recall-block__desc {
	margin-bottom: 0;
	flex-basis: 50%;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #000;
}

.recall-block__form {
	flex-basis: 100%;
	margin-top: 32px;
}

.recall-block__form .g-form-flex {
	align-items: flex-start;
	flex-wrap: wrap;
}

.recall-block__form .g-form__group {
	flex-basis: 35.9%;
}

/* endregion */

/* region clients */


.clients__list .slick-track {
	display: flex;
	align-items: stretch;
	gap: 18px;
}

.clients__item,
.clients__item.slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 24px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(40px);
	height: auto;
}

.clients__item img {
	object-fit: cover;
}

.clients__list .slick-dots {
	display: flex;
	gap: 24px;
	margin-top: 24px;
	justify-content: center;
}

.clients__list .slick-dots {
	list-style: none;
}

.clients__list.slick-dots button {
	display: none;
}

.clients__list .custom-dot {
	width: 15px;
	height: 15px;
	background-color: #77A714;
	cursor: pointer;
	border-radius: 100%;
}

.clients__list .slick-active .custom-dot {
	width: 55px;
	border-radius: 16px;
}

/* endregion */

/* region gallery-grid */

.gallery-grid:not(.gallery-grid__slider) {
	display: flex;
	align-items: stretch;
	gap: 20px;
}

.gallery-grid__slider .slick-slide {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 10px;
}

.gallery-grid__slider .slick-slide div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-grid__item {
	max-width: 275px;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}

.gallery-grid__item img {
	object-fit: cover;
}

.gallery-grid__slider .slick-dots {
	display: flex;
	gap: 24px;
	margin-top: 24px;
	justify-content: center;
}

.gallery-grid__slider .slick-dots {
	list-style: none;
}

.gallery-grid__slider.slick-dots button {
	display: none;
}

.gallery-grid__slider .custom-dot {
	width: 15px;
	height: 15px;
	background-color: #77A714;
	cursor: pointer;
	border-radius: 100%;
}

.gallery-grid__slider .slick-active .custom-dot {
	width: 55px;
	border-radius: 16px;
}

/* endregion */

/* region bestseller */

.bestseller__list:not(.slick-initialized),
.bestseller__list .slick-track {
	display: flex;
}

.bestseller__list:not(.slick-initialized) {
	gap: 20px;
}

.bestseller__list .slick-slide {
	margin: 0 10px;
}

.bestseller__list .prod-item {
	border-radius: 10px;
	border: 2px solid #77A714;
	height: auto;
}

.bestseller__list .prod-item__img-wrap {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.bestseller__list .prod-item__img {
	width: 245px;
	height: 240px;
	object-fit: cover;
}

.bestseller__list .prod-item__name {
	display: block;
	margin-top: 16px;
	font-family: 'MullerMedium';
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0;
	color: #000;
}

.bestseller__list .prod-item__buy-params {
	display: flex;
}


.bestseller__list .prod-item__properties::before {
	content: none;
}

.bestseller__list .prod-item__price {
	font-family: 'MullerMedium';
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
	color: #000;
}

.bestseller__slider .slick-dots {
	display: flex;
	gap: 24px;
	margin-top: 24px;
	justify-content: center;
}

.bestseller__slider .slick-dots {
	list-style: none;
}

.bestseller__slider.slick-dots button {
	display: none;
}

.bestseller__slider .custom-dot {
	width: 15px;
	height: 15px;
	background-color: #77A714;
	cursor: pointer;
	border-radius: 100%;
}

.bestseller__slider .slick-active .custom-dot {
	width: 55px;
	border-radius: 16px;
}

/* endregion */

/* region mission */

.mission {
	padding: 40px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(40px);
}

.mission__title {
	margin-bottom: 20px;
	color: rgba(51, 51, 51, 1);
}

.mission__text {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0;
	color: rgba(51, 51, 51, 1);
}

/* endregion */

@media screen and (max-width: 1279px) {
	.promo-about-sec__item {
		margin-left: 1.025%;
		width: 23.71875%;
	}
}

@media screen and (max-width: 749px) {
	.promo-about-sec__item {
		display: block;
		margin: 0 auto 0;
		width: 231px;
	}

	.prod-delivery__content p {
		padding: 10px;
	}

	.promo-about-sec__item:first-child {
		margin-top: 0;
	}
}

.promo-about-sec__inner {
	margin: 0 15px;
	display: flex;
	position: relative;
	justify-content: flex-end;
	height: 276px;
}

@media screen and (max-width: 1279px) {
	.promo-about-sec__inner {
		padding: 0 5%;
	}
}

@media screen and (max-width: 999px) {
	.promo-about-sec__inner {
		padding: 0;
	}
}

@media screen and (max-width: 749px) {
	.promo-about-sec__inner {
		padding: 0;
		margin: 0;
		height: 160px;
	}
}

.promo-about-sec__img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

@media screen and (max-width: 1279px) {
	.promo-about-sec__img {
		width: 210px;
		height: 210px;
	}
}

@media screen and (max-width: 999px) {
	.promo-about-sec__img {
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 749px) {
	.promo-about-sec__img {
		width: 100%;
		height: 100%;
	}
}

@keyframes rotate-about-circle {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-30deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes rotate-about-icon {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(30deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.promo-about-sec__item:hover .promo-about-sec__circle {
	animation: rotate-about-circle 1s linear 0.1s;
}

.promo-about-sec__item:hover .promo-about-sec__icon {
	animation: rotate-about-icon 1s linear 0.1s;
}

.promo-about-sec__title {
	font-size: 16px;
	background: #b7e899;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	text-align: left;
	padding: 0 37px;
	position: relative;
	width: 50%;
	color: #000;
}

.promo-about-sec__title .date {
	color: #7b9c67;
	margin-bottom: 10px;
}

.promo-about-sec__title .name {
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
	.promo-about-sec__title .name {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 999px) {
	.promo-about-sec__title {
		margin-bottom: 0;
		padding: 0 10px;
		font-size: 14px;
		background: rgba(153, 232, 211, 0.82);
	}
}

@media screen and (max-width: 999px) {
	.promo-about-sec__desc {
		display: none;
	}
}

#last-order-box ul.slick-dots {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

#last-order-box ul.slick-dots li {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
}

#last-order-box ul.slick-dots li button {
	border: 2px solid transparent;
	color: transparent;
	font-size: 1px;
	display: block;
	height: 6px;
	width: 6px;
	border-radius: 16px;
	background: transparent;
	transition: all .3s linear;
	box-sizing: content-box;
	min-height: 6px;
	padding: 0;
	position: relative;
}

#last-order-box ul.slick-dots li button:before {
	content: '';
	transition: all .3s linear;
	background: #acacac;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
}

#last-order-box ul.slick-dots li.slick-active button {
	background: #000;
	border-color: #000;
}

#last-order-box ul.slick-dots li.slick-active button:before {
	background: #000;
}

/* endregion */

#last-order-box .cat-popular__header {
	font-family: MullerMedium, sans-serif;
	font-weight: normal;
	letter-spacing: .33rem;
}

#last-order-box {
	padding-top: 23px;
}

.promo-about-sec__date {
	margin-bottom: 24px;
	color: #7b9c67;
}

#last-order-box .last-order-box-header {
	margin-bottom: 24px;
}

.promo-about-sec {
	position: relative;

	margin-left: -15px;
	width: calc(100% + 30px);
}

.promo-about-sec::before,
.promo-about-sec::after {
	content: '';

	position: absolute;
	top: 0;
	z-index: 100;

	display: block;
	height: 100%;
	width: 15px;
	background: #fff;
}

.promo-about-sec::before {
	left: 0;
}

.promo-about-sec::after {
	right: 0;
}

#last-order-box ul.slick-dots {
	margin-top: 44px;
}

#last-order-box .img {
	object-fit: cover;
}

/* endregion */

/* region Отзывы клиентов */

/* region As-is */
.index-reviews {
	padding: 70px 0 50px 0;
	background: #95bf41;
}

.index-reviews .section-title {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 3px;
}

@media screen and (max-width: 999px) {
	.index-reviews {
		padding: 35px 0;
		background: #99e8d3;
	}
}

.index-reviews ul.slick-dots li button:before {
	background: #64802c;
}

@media screen and (max-width: 999px) {
	.index-reviews ul.slick-dots li button:before {
		background: #679c8d;
	}
}

.index-reviews ul.slick-dots li.slick-active button:before {
	background: #000;
}

@media screen and (max-width: 999px) {
	.index-reviews .slick-slider {
		padding: 0 10px;
		margin: 0;
	}
}

.index-reviews-bg {
	font-size: 30px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 100px;
}

@media screen and (max-width: 749px) {
	.index-reviews-bg {
		margin-bottom: 0;
	}
}

.review-short-item {
	margin-left: 0.858%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 13%;
}

@media screen and (max-width: 999px) {
	.review-short-item {
		margin-left: 1.374%;
		width: 47.939%;
	}
}

@media screen and (max-width: 749px) {
	.review-short-item {
		padding-top: 32px;
		float: none;
		width: auto;
		margin: 0;
	}
}

@media screen and (max-width: 999px) {
	.review-short-item.no-tablet {
		display: none;
	}
}

@media screen and (max-width: 749px) {
	.review-short-item.no-phone {
		display: none;
	}
}

.review-short-item__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.review-short-item__photo {
	background-repeat: no-repeat;
	background-size: cover;
	width: 66px;
	height: 66px;
	background-position: center center;
	border-radius: 80px;
	margin-right: 10px;
}

.review-short-item__name {
	font-size: 16px;
	color: #000;
	margin-bottom: 3px;
	font-weight: bold;
}

.review-short-item__label {
	font-size: 16px;
	color: #000;
}

.review-short-item__header,
.review-short-item__text {
	padding: 0 60px;
}

.review-short-item__text {
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 20px;
	overflow: hidden;
	max-height: 173px;
}

@media screen and (max-width: 749px) {
	.review-short-item__text {
		padding: 0;
	}
}

.review-short-action {
	text-align: center;
}

.review-short-action .btn {
	width: 202px;
}

@media screen and (max-width: 999px) {
	.actions_list_container {
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
	}
}

.promo-about-text {
	background: url(catalog/view/theme/oct_luxury/image/home_adout_promo_bcg.jpg) no-repeat center top;
	padding: 270px 0 20px 0;
	text-align: justify;
	position: relative;
	margin-top: 230px;
}

@media screen and (max-width: 999px) {
	.promo-about-text {
		margin-top: 0;
	}
}

.promo-about-text:before {
	content: '';
	display: block;
	background: url(catalog/view/theme/oct_luxury/image/home_about_before.png) no-repeat center top;
	width: 100%;
	height: 479px;
	position: absolute;
	top: -229px;
}

@media screen and (max-width: 999px) {
	.promo-about-text:before {
		display: none;
	}
}

.promo-about-text .read_more {
	text-align: center;
	padding-top: 10px;
}

.promo-about-text .read_more a.btn {
	cursor: pointer;
	position: relative;
	transition: background-color 0.3s ease 0s;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 39px;
	text-align: center;
	color: #015927;
	border-color: #015927;
	background: transparent;
	padding: 0 40px;
	height: 40px;
}

.promo-about-text .read_more a.btn:hover {
	color: #fff;
	background: #015927;
}

@media screen and (max-width: 749px) {
	#cat-prog {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 1279px) {
	.promo-about-text {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.main_txt {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 999px) {
	.promo-about-text {
		padding: 25px;
		background-repeat: repeat-y;
	}
}

.promo-about_title {
	text-align: center;
}

.main_txt {
	max-width: 940px;
	margin: 0 auto 60px;
}

.index-reviews ul.slick-dots {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

.index-reviews ul.slick-dots li {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
}

.index-reviews ul.slick-dots li button {
	border: 2px solid transparent;
	color: transparent;
	font-size: 1px;
	display: block;
	height: 6px;
	width: 6px;
	border-radius: 16px;
	background: transparent;
	transition: all .3s linear;
	box-sizing: content-box;
	min-height: 6px;
	padding: 0;
	position: relative;
}

.index-reviews ul.slick-dots li button:before {
	content: '';
	transition: all .3s linear;
	background: #acacac;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
}

.index-reviews ul.slick-dots li.slick-active button {
	background: #000;
	border-color: #000;
}

.index-reviews ul.slick-dots li.slick-active button:before {
	background: #000;
}

/* endregion */

.index-reviews {
	margin-top: 60px;
	padding-top: 75px;
}

section.index-reviews .section-title {
	font-family: MullerMedium, sans-serif;
	font-weight: normal;
	line-height: 1.58;

	padding-bottom: 80px;
}

.index-reviews li:not(.slick-active) [id^="slick-slide-control"]::before {
	background: #64802c !important;
}

.review-short-item__photo {
	overflow: hidden;
}

.review-short-item__photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;

}

/* endregion */

/* region Адаптация */
@media (max-width: 1599px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {

	.neutral__section,
	.promo-home,
	.pop-cat.reviews,
	.home__section,
	.common-home .our-menu .g-container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.neutral__title,
	.promo-title,
	.reviews-title,
	.home__title {
		margin: 0 0 24px;
		text-align: left;
		font-size: 32px;
	}

	.promo-list .slick-slide,
	.reviews .slick-slide {
		margin: 0 6px;
	}

	.promo-item {
		min-height: 180px;
		padding: 10px;
	}

	.promo-name {
		font-size: 24px;
	}

	.promo-text {
		font-size: 14px;
	}

	.promo-image {
		height: 90px;
	}

	.prod-delivery {
		padding-top: 50px;
		margin-top: 50px;
		background: url(../image/main/prod-delivery--simple.jpg);
	}

	.prod-delivery__circles {
		display: none;
	}

	.pop-cat__hover {
		height: 170px;
		padding: 10px;
	}

	.pop-cat__image-float {

	}

	.pop-cat__content {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 13px;
		grid-row-gap: 13px;
	}

	.advantages-list {
		flex-direction: column;
		gap: 13px;
	}

	.advantages-item {
		padding: 10px;
	}

	.advantages-text {
		margin-bottom: 0;
		font-size: 14px;
	}

	.pop-cat.delivery {
		display: none;
	}

	.bestseller__slider .slick-dots {
		flex-wrap: wrap;
	}

	.reviews-list {
		overflow: hidden;
	}

	.recall-block__wrapper {
		padding: 24px;
	}

	.recall-block__title,
	.recall-block__desc {
		flex-basis: 100%;
	}

	.recall-block__title {
		margin-bottom: 4px;
		font-weight: 400;
		font-size: 24px;
		line-height: 100%;
	}

	.recall-block__desc {
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
	}

	.recall-block__form {
		margin-top: 16px;
	}

	.recall-block__form .g-form__group {
		flex-basis: 100%;
	}

	.recall-block__form .g-form-flex {
		gap: 0;
	}

	#callback-home-form .oct-terms {
		margin-top: 8px;
	}
	.article-grid__list {
		display: block;
	}
	.home-indent {
		margin-top: 56px;
	}

	.prod-item__buy-params .spinedit {
		width: auto;
		grid-template-columns: 30px auto 30px;
	}

	.gallery-grid__item {
		height: 172px;
	}

	.bestseller__list .slick-slide {
		margin: 0 6px;
	}

	.prod-item__name {
		font-weight: 500;
		font-size: 13px;
		line-height: 120%;
	}

	.prod-item__price {
		font-weight: 700;
		font-size: 16px;
		line-height: 100%;
		vertical-align: middle;
	}

	.prod-item__btns {
		gap: 8px;
	}

	.bestseller__list .slick-slide {
		display: flex;
	}

	.prod-item__btn-buy {
		width: 100%;
	}

	.common-home .our-menu {
		padding-top: 56px;
	}

	.common-home .our-menu__header {
		font-weight: 400;
		font-size: 32px;
		line-height: 100%;
		text-align: left;
	}

	.common-home .our-menu__tabs {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 13px;
	}

	.common-home .our-menu__tabs > li > a {
		text-align: center;
		padding: 10px 10px;
		font-weight: 400;
		font-size: 13px;
		line-height: 120%;
	}

	.common-home .prod-items {
		gap: 13px;
	}

	.g-container.bestseller {
		width: auto;
	}
}

@media (max-width: 849px) {
	.neutral__section, .home__section {
		padding-top: 56px;
	}

	.pop-cat {
		margin: initial;
	}

	.promo-about-sec {
		margin-left: -10px;
		width: calc(100% + 20px);
	}

	.pop-cat--title, .pop-cat--title:visited {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.our-menu {
		margin: 0 auto;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 699px) {
	.healthy-food {
		display: none;
	}

	.index-reviews {
		margin-top: 20px;
	}

	section.index-reviews .section-title {
		padding-bottom: 10px;
	}
}

@media (max-width: 579px) {
	.pop-cat__container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.pop-cat__info {
		/*25px*/
		padding-top: 4.318vw;
		/*13px*/
		padding-bottom: 2.245vw;
	}

	.pop-cat__name {
		/*24px*/
		font-size: 4.145vw;
	}

	.pop-cat__price {
		/*20px*/
		font-size: 3.454vw;
	}
}

@media (max-width: 479px) {
	.pop-cat {
		padding-top: 40px;
	}

	.our-menu {
		padding-top: 40px;
	}

	.our-menu__tabs {
		grid-column-gap: 10px;
	}

	.prod-delivery {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#last-order-box {
		padding-top: 0;
	}

	.index-reviews {
		padding-top: 40px;
	}
}

/* endregion */
