/* region Шапка */

.mobile-footer, .footer.mobile-hide {
	transform: translateY(20px);
	margin-top: -20px;
}

/* region Общие стили и фон */
.header, .header a:not(.main-slider__btn) {
	font-family: 'Muller', sans-serif;
	color: #333333;
}

.header svg {
	width: 100%;
	height: 100%;
}

.header {
	position: relative;
	height: 720px;
}

.header__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header__content {
	position: relative;
	z-index: 10;
}

/*.common-home .header__content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}*/

.header__background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
}

/* region main-slider */

.main-slider:not(.slick-initialized) {
	display: flex;
	align-items: center;
}


.main-slider:not(.slick-initialized) .main-slider__item {
	flex-shrink: 0;
}

.main-slider__item,
.main-slider__item.slick-slide {
	position: relative;
	width: 100%;
	height: 720px;
	overflow: hidden;
}

.main-slider .g-container {
	display: flex;
	align-items: center;
	height: 100%;
}

.main-slider__container {
	position: relative;
	max-width: 650px;
	margin-top: 20px;
	z-index: 1;
}

.main-slider__title {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 80px;
	line-height: 100%;
	letter-spacing: -1%;
	color: rgba(0, 0, 0, 1);
}

.main-slider__btn {
	display: inline-block;
	margin-top: 24px;
	border-radius: 10px;
	padding: 12px 50px;
	background-color: rgba(119, 167, 20, 1);
	text-transform: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 1);
}

.main-slider__item img {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	height: 100%;
	transform: translateX(-50%);
	object-fit: contain;
}

.main-slider .slick-dots {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	gap: 24px;
	width: 100%;
	margin-top: 24px;
	transform: translateY(-168px);
}

.main-slider .slick-dots {
	list-style: none;
}

.main-slider.slick-dots button {
	display: none;
}

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

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

/* endregion */

.quick-order__inner .input-count {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 110px;
}

body .quick-order__bottom__slider__item-padding {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

body .quick-order__bottom__slider__item-weight {
	width: 100%;
}

body .quick-order__bottom__slider__item-count {
	position: relative;
	right: 12px;
	margin: 0;
}

body .quick-order__bottom__slider__item-price {
	width: 50%;
	display: flex;
	align-items: center;
}

body .quick-order__bottom__slider__item-count .input-count__minus {
	margin-top: 0;
	order: 1;
	line-height: 14px;
}

body .quick-order__bottom__slider__item-count .input-count__plus {
	order: 3;
	margin-top: 0;
}

body .quick-order__bottom__slider__item-count .input {
	margin: 0 5px;
	width: auto;
	order: 2;
}

.header__btns {
	position: absolute;
	z-index: 1;
	bottom: 100px;

	width: 100%;

	text-align: center;
}

.header__btn {
	display: inline-block;
	line-height: 33px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #005826 !important;
	text-decoration: none !important;
	padding: 0 26px 0 30px;
	transition: background-color 0.3s ease 0s;
	border: 2px solid #005826;
}

#header .header__btn {
	line-height: 33px;
	border: 2px solid #fff;
	border-radius: 45px;
	line-height: 38px;
	background: rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	color: #FFFFFF !important;
	font-weight: 600;
	font-size: 16px;
	transition: 200ms;
	font-family: 'Montserrat';
}

#header .header__btn:hover {
	background: rgba(0, 0, 0, 0.6);
	color: #fff !important;
}

.btn-close {
	position: relative;

	width: 23px;
	height: 23px;
}

.btn-close::before,
.btn-close::after {
	content: '';

	position: absolute;

	top: 10px;
	left: -3px;

	width: 30px;
	height: 3px;
}

.btn-close::before {
	transform: rotate(-45deg);
}

.btn-close::after {
	transform: rotate(45deg);
}

/* endregion */

/* region Шаблон сетки */
.header__logos {
	margin-top: -5px;
}

.header__line1 {
	grid-area: header-line1;
}

.header__line2 {
	grid-area: header-line2;
}

.header__lines {
	display: block;
	/* grid-template-columns: 181px auto;
	grid-column-gap: 30px;
	grid-template-areas: "header-logo header-line1" "header-logo header-line2"; */
}

/* endregion */

/* region Логотип */

.header__logo_large {
	width: 156px;
}

.header__logo_tiny {
	display: none;
}

/* endregion */

/* region Строка 1 */
.header__line2 {
	display: grid;
}

.menu-info {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 40px;
	margin-top: 24px;
	width: 100%;
}

.menu-info a:hover {
	color: #77A714;
	text-decoration: none;
}

/* endregion */

/* menu-main */

.menu-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.menu-main__item_more {
	display: none;
}

.menu-main__item {
	font-weight: 400;
	font-size: 20px;
	line-height: 16px;
}

.menu-main__item a {
	display: block;
	padding: 12px;
}

/* btn-menu */
.btn-menu {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	border-radius: 10px;
	padding: 0 30px;
	background-color: #019F40;
	z-index: 10;
}

.btn-menu:focus,
.btn-menu:hover {
	text-decoration: none;
}

.btn-menu > svg {
	width: 24px;
	height: auto;
}

.btn-menu > svg > use {
	transition: opacity .25s ease;
}

.btn-menu > svg .active {
	opacity: 0;
}

.btn-menu > span {
	display: block;
	margin-top: 4px;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
}

/* region Строка 2 */
.header__line1 {
	display: grid;
	grid-template-columns: 152px 261px 259px auto 138px;
	padding-top: 50px;
	align-items: center;
}

.header__rating {
	display: flex;
	justify-content: center;
	align-items: start;
}

.header__rating iframe {
	transform: scale(0.8);
}

.header__phones,
.header__info,
.header__soc {
	display: flex;
}

.header__info {
	gap: 24px;
}

.header__phones {
	flex-direction: column;
	gap: 12px;
	flex-shrink: 0;
}

.header__phones a {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
}

.header__soc {
	gap: 16px;
}

.header__phones a:hover {
	color: #77A714;
	text-decoration: none;
}

.header__nav {
	display: flex;
	gap: 16px;
}

.header__nav-item {
	position: relative;
	width: 40px;
	height: 40px;
	padding: 8px 0;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
	background: #FFFFFF80;
	backdrop-filter: blur(40px);
}

.header__nav-item--active {
	background: #77A71480;
}

.header__nav-item--active svg {
	stroke: #FFFFFF;
}

.header__nav-item > span {
	position: absolute;
	left: 50%;
	display: none;
	margin-top: 5px;
	padding: 3px 6px 2px;
	border-radius: 3px;
	transform: translateX(-50%);
	font-weight: 300;
	font-size: 10px;
	line-height: 100%;
	background: #FFFFFF;
}

.header__nav-item:hover > span {
	display: block;
	width: max-content;
}

.menu-action {
	position: relative;
	padding-top: 5px;
}

.menu-action A {
	font-size: 13px;
}

.menu-action__item {
	display: flex;
	align-items: center;
}

.menu-action__item a {
	text-decoration: underline;
}

.menu-action__item a:hover {
	text-decoration: none;
}

.menu-action__explanation {
	position: relative;
	top: -2px;

	display: inline-block;
	width: 12px;
	height: 17px;
	margin-left: 10px;

	background: url(../image/header/question_header.png);
}

.shopping-cart {
	display: block;
}

.shopping-cart__info,
.shopping-cart__label {
	line-height: 16px;
}

.shopping-cart__label a,
.shopping-cart__info {
	font-size: 14px;
	color: #77A714;
}

.shopping-cart__label {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
}

.shopping-cart__label a {
	font-weight: bold;
	cursor: pointer;
}

.shopping-cart__label a:hover {
	color: #fff;
	text-decoration: none;
}

.shopping-cart {
	position: relative;
}

.shopping-cart__logo > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
	background: #FFFFFF80;
	backdrop-filter: blur(40px);
}

.shopping-cart__logo > a svg {
	fill: rgba(119, 167, 20, 1);
}

/* endregion */
.hidden-menu {
	position: absolute;
	display: none;
	width: 100%;
	z-index: 10;
}

.hidden-menu-catalog {
	/*  grid-column: 1/-1;
	 grid-row: 3;
	 position: relative;
	 display: grid;
	 grid-auto-flow: column; */
	display: grid;
	grid-auto-rows: 36px;
	gap: 16px;
}

.hidden-menu-catalog__item {
	cursor: pointer;
}

.hidden-menu-catalog__item:first-child {
	border-top: none;
}

.hidden-menu-catalog__item.active {
	border-right: none;
	width: 101%;
	background-color: white;
	position: relative;
}


.hidden-menu-catalog__item a {
	display: grid;
	align-items: center;
	grid-template-columns: 40px auto;
	gap: 8px;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: #000000;
}

.hidden-menu-catalog__item.active a {
	color: #77A714;
}

.hidden-menu-catalog__item .menu-catalog-lvl2__icon {
	width: 36px;
	height: 36px;
}

.hidden-menu-catalog-lvl2 {
	display: none;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 18px;
	grid-row-gap: 23px;
	padding: 14px 25px 41px;
	width: 100%;
}

.hidden-menu-catalog-lvl2 .menu-catalog-lvl2__item a {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
}


.hidden-menu-catalog-main {
	display: grid;
	grid-template-columns: 370px auto;
	width: 50%;
	margin-top: 8px;
	padding: 24px 16px;
	border-radius: 10px;
	background-color: #fff;
}

.hidden-menu-catalog-lvl2 .menu-catalog-lvl2__label {
	align-self: center;
	padding-left: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #000000;
}

.hidden-menu-catalog-lvl2 .menu-catalog-lvl2__label a {
	color: #606060;
	font-size: 13px;
}

.hidden-menu-catalog-lvl2 .menu-catalog-lvl2__icon {
	width: 36px;
	height: 36px;
}

.header__line1 .icons A {
	padding-right: 10px;
}

.menu-side-phone {
	padding-left: 8px;
	padding-top: 10px;
}

.menu-side-phone .icons {
	padding-top: 10px;
}

.menu-side-phone .icons A {
	padding-right: 5px;
}

.menu-side-phone, .menu-side-phone A {
	color: black;
	line-height: 28px;
}

.menu-side-phone SPAN {
	font-size: 14px;
	color: #787878;
}

.header__line1 .shopping-cart .shopping-cart__label A {
	color: white !important;
}

.header__line2 .menu-info__item A {
	font-size: 19px;
}

.header__search {
	position: relative;
}

.header__search form {
	display: flex;
	align-items: center;
	position: relative;
}

.hidden-btn-close_menu::before, .hidden-btn-close_menu::after {
	background-color: white;
}

.hidden-btn-close_menu {
	display: inline-block;
	width: 42px;
	height: 20px;
	position: relative;
}

.hidden-btn-close_menu.btn-close IMG {
	display: none;
}

.search-input {
	height: 40px;
	background: none;
	border: none;
	opacity: 1;
	border-radius: 6px;
	padding: 13px 12px 10px 46px;
	color: #333333;
	border-image: none;
	font-size: 14px;
	width: 100%;
	line-height: 100%;
	background: #FFFFFF80;
	backdrop-filter: blur(40px);

}

.search-input::placeholder {
	color: #00000059;;
}

.search_icon {
	width: 24px;
	height: 24px;
	background-color: transparent;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	position: absolute;
	left: 13px;
}

.ajax-search-results {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	margin-top: 45px;
	padding: 16px;
	border-radius: 6px;
	background-color: white;
	list-style-type: none;
}

.ajax-search-results li {
	border-bottom: 0.6px solid transparent;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 6px;
}

.ajax-search-results li:hover {
	border-bottom: 0.6px solid #E4E4E4;
}

/* region Меню каталога */
.menu-catalog {
	grid-column: 1/-1;
	grid-row: 3;

	position: relative;

	display: grid;
	grid-auto-flow: column;

}


.menu-catalog-main {
	display: none;
	margin-top: 13px;
}

.menu-catalog.header-fixed {
	display: flex;
	padding-bottom: 0px !important;
	margin-top: 0px;
}

.menu-catalog__item a {
	font-size: 20px;
	font-weight: 500;
}

.menu-catalog__item a:hover {
	text-decoration: none;
}

.menu-catalog__inner {
	position: relative;
	text-align: center;
}

.menu-catalog__arrow {
	position: absolute;
	right: 5px;
	top: 50%;

	display: none;
	margin-top: -4px;
	width: 14px;
	height: 8px;

	background: url(../image/header/black_arrow.png);
}

.menu-catalog__inner:hover::after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	height: 2px;
	width: 100%;
	background: #000;
}

.menu-catalog__inner:hover .menu-catalog__arrow {
	display: block;
}

.menu-catalog-lvl2 {
	position: absolute;
	left: 0;

	display: none;
	grid-template-columns: repeat(7, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 12px;

	padding: 25px 10px;
	width: 100%;

	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.menu-catalog__item:hover .menu-catalog-lvl2 {
	display: grid;
}

.menu-catalog-lvl2 .menu-catalog-lvl2__item {
	text-align: center;
}

.menu-catalog-lvl2 .menu-catalog-lvl2__item:hover a {
	font-weight: bold;
}

.menu-catalog-lvl2 .menu-catalog-lvl2__label {
	padding-top: 14px;
}

.menu-catalog-lvl2 .menu-catalog-lvl2__label a {
	color: #000;
	font-size: 13px;
}

.menu-mobile-catalog__submenu {
	grid-row: 2/2;
	grid-column: 1/-1;
}

.menu-catalog__name_short {
	display: none;
}

/* endregion */

.menu-catalog-main .header-fixed__left, .menu-catalog-main .header-fixed__right {
	display: none;
}

.header-fixed .header-fixed__right {
	display: block;
}


/* region Фиксированная шапка */
.header-fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;

	display: none;
	align-items: center;

	width: 100%;
	height: 73px;

	background-color: #fff;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);

	font-family: Muller, sans-serif;
}

.header-fixed .header-fixed__inner {
	display: grid;
	grid-template-columns: 190px auto 236px;
	grid-column-gap: 10px;
	grid-auto-flow: column;
}

.header-fixed .header-fixed__left {
	display: grid;
	grid-template-columns: 40px auto;
	grid-column-gap: 20px;
	align-items: center;
}

.header-fixed .header-fixed__center {
	display: flex;
	align-items: center;
	margin-top: -4px;
}

.header-fixed .header-fixed__phone,
.header-fixed .header-fixed__phone:hover {
	color: #77A714;
}

.header-fixed .header-fixed__phone {
	font-size: 16px;
}

.header-fixed .header-fixed__phone:hover {
	text-decoration: none;
}

.header-fixed .menu-catalog {
	margin: 0;
	width: 100%;
}

.header-fixed .menu-catalog__item a {
	color: #000;
	font-size: 15px;
}

.header-fixed .shopping-cart__label a:hover {
	color: #000;
}

.header-fixed .menu-catalog-lvl2 {
	width: 1140px;
	margin-left: -200px;
}

/* endregion */

/* region Мобильное меню каталога */

.menu-mobile-catalog {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
}

.menu-mobile-catalog__item {
	padding: 7px 5px;

	background: #5c8902;

	text-align: center;
	text-decoration: underline;
	box-shadow: inset 10px 3px 10px -5px rgba(0, 0, 0, 0.23);
	cursor: pointer;
}

.menu-mobile-catalog__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid #E4E4E4;
	font-size: 12px;
	color: #fff;
}

.menu-mobile-catalog__item_current,
.menu-mobile-catalog__item_current::after {
	background: #6ca200;
}

.menu-mobile-catalog__item_current {
	position: relative;
	box-shadow: none;
}

.menu-mobile-catalog__item_current,
.menu-mobile-catalog__item_current a {
	text-decoration: none;
}

.menu-mobile-catalog__item_current a {
	color: #000;
}

.menu-mobile-catalog__item_current::after {
	content: '';

	position: absolute;
	top: 100%;
	left: 0;
	right: 0;

	width: 100%;
	padding-bottom: 20px;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.menu-mobile-catalog-lvl2 {
	/*display: block;*/
	display: none;
	column-count: 2;
	column-gap: 25px;

	padding: 37px 15px 10px;

	background: #90ce6a;
}

.menu-mobile-catalog-lvl2_active {
	display: block;
}

.menu-mobile-catalog-lvl2 .menu-catalog-lvl2__item {
	text-align: left;
}

.menu-mobile-catalog-lvl2 .menu-catalog-lvl2__item a {
	color: #000;
	font-size: 13px;
}

.menu-mobile-catalog-lvl2 .menu-catalog-lvl2__icon {
	display: none;
}

/* endregion */

/* region Мобильная шапка */
.header-mobile {
	position: fixed;
	top: 0;
	z-index: 110;

	/*display: flex;*/
	display: none;
	justify-content: space-between;
	align-items: center;

	width: 100%;
	padding: 12px;

	background: #95BF41;
	font-family: Muller, sans-serif;
}

.header-mobile a {
	color: #fff;
}

.header-mobile__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 30px;
	height: 30px;
	margin: 0;
}

.header-mobile__search,
.header-mobile__cart {
	position: relative;
	top: -3px;
}

.header-mobile__menu-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 10px;
	background-color: #52B69A;
	border-radius: 5px;
}

.header-mobile__menu-icon img {
	width: 100%;
}

.header-mobile__logo {
	position: relative;
	top: -3px;
}

.header-mobile__phone {
	font-size: 14px;
}

.header-mobile__cart {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 30px;
	height: 30px;
}

.header-mobile__cart .header-mobile__count {
	position: absolute;
	left: -1px;
	top: -1px;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 19px;
	border-radius: 18px;
	font-size: 11px;
	background: #fc551e;
	text-align: center;
}

.header-mobile__cart img {
	position: relative;
	left: 1px;
}

/* endregion */

/* region Сайдбар меню */
.menu-side {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;

	/*display: flex;*/
	display: none;
	flex-direction: column;

	width: 100%;
	height: 100%;

	font-family: Muller, sans-serif;
}

.menu-side a {
	text-decoration: none;
}

.menu-side__header {
	display: grid;
	grid-template-columns: 108px auto;

	padding: 41px 15px 0 7px;

	background: #E5E5E5;
}

.menu-side__body {
	height: 100%;
	min-height: 300px;
	overflow: auto;
	background-color: #f9f9f9;
	padding-bottom: 28px;
}

.btn-close_menu {
	justify-self: end;
}

.menu-side__body {
	grid-column: 1 / -1;
}

.menu-mobile__label {
	padding-top: 17px;
	padding-bottom: 9px;
	padding-left: 21px;

	font-size: 15px;
	text-transform: uppercase;
	color: #9c9c9c;
}


.menu-mobile__logo img {
	width: 108px;
}

.btn-close_menu::before,
.btn-close_menu::after {
	background-color: #96D135;
}

.menu-side-personal,
.menu-side-personal a {
	color: black;
}

.menu-side-personal {
	display: grid;
	border-bottom: 1px solid #e8e8e8;
	grid-row-gap: 10px;

	padding: 12px 0;
	/* background-color: #303D43; */
}

.menu-side-personal__item {
	display: grid;
	grid-template-columns: 21px auto;
	grid-column-gap: 5px;
	align-items: center;
	padding-left: 6px;
}

.menu-side-personal__label A {
	display: block;
	margin-top: 2px;
	font-size: 14px;
}

.menu-side-personal__icon {
	text-align: center;
}

.menu-side-personal__icon img {
}

.menu-side-personal__label {
	font-size: 11px;
}

.menu-side-info__item {
	display: inline-block;
	background-color: white;
	/* padding-left: 10px; */

	width: 100%;
	line-height: 20px;
	border-bottom: 1px solid #e8e8e8;
	padding: 12px 10px;
}

.menu-side-info__item a {
	display: block;
	height: 15px;
	align-items: center;
	font-size: 14px;
	color: #303D43;
}

/* endregion */

/* region Сайдбар меню каталога */
.menu-side-catalog {

}

.menu-side-catalog__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;

	border-bottom: 1px solid #e8e8e8;
	padding: 12px 10px;
}

.menu-side-catalog__item a, .menu-side-back-to-main a {
	display: block;
	height: 15px;
	background-color: white;
	align-items: center;

	font-size: 14px;
	color: black;
	text-transform: uppercase;
}

.side-submenu .menu-side-catalog__item a {
	background-color: transparent;
}

.side-submenu {
	position: absolute;
	left: 100%;
	width: 100%;
	display: none;
}

.side-submenu.active {
	display: block;
}


.menu-side .header-mobile {
	position: relative;
}

.menu-side-catalog__arrow {
	display: block;
	width: 8px;
	height: 15px;
	background: url(/image/catalog/arrow-side.png) no-repeat;
	transition: transform 0.3s ease-out 0s;
}

.menu-side-catalog__item:focus {
	outline: none;
}

.menu-side-catalog__item:focus .menu-side-catalog__inner {
	border-bottom: 2px solid #000;
}

.menu-side-catalog__item:focus .menu-side-catalog__arrow {
	opacity: 1;
}

.menu-side-catalog__item_active .menu-side-catalog__arrow {
	transform: rotate(-180deg);
}

.menu-side-catalog-lvl2-wrap {

}

.menu-side-catalog-lvl2 {
	display: grid;

	background: #fff;
}

.menu-side-catalog-lvl2 .menu-catalog-lvl2__item {
	display: flex;
	align-items: center;
	padding: 5px;
	border-bottom: 1px solid #e8e8e8;
}

.menu-side-catalog-lvl2 .menu-catalog-lvl2__item a {
	font-size: 13px;
	color: #000;
}

.menu-catalog-lvl2 SPAN {
	display: block;
	color: #000;
	font-size: 13px;
}

/* endregion */

/* region Шапка без слайдера */
.header_no-slide {
	position: static;
	height: auto;
}

.header_no-slide .header__inner {
	position: static;
}

.header_no-slide .menu-catalog-main {
	padding-bottom: 22px;
}

.header_color_green {
	background: #6BA200;
}

.header_color_blue {
	background: #89C6FE;
}

.header_color_violet {
	background: #94A8E7;
}

/* endregion */

/* endregion */

/* region Адаптивность */
@media (max-width: 1570px) {
	body .floated_navigation {
		display: none !important;
	}

}

@media (max-width: 1279px) {


	.menu-action__item {
		display: flex;
		flex-direction: column;
	}

	.menu-action__explanation {
		margin-left: 0;
		margin-top: 5px;
	}

	.menu-catalog {
		width: 940px;
		margin-left: auto;
		margin-right: auto;
	}

	.menu-catalog__item a {
		font-size: 15px;
	}

	.menu-catalog-lvl2 {
		padding: 25px;
	}

	.header__line1--search {
		grid-template-columns: 152px auto 138px;
	}

	.header__line1--search > div:nth-child(2),
	.header__line1--search > div:nth-child(3) {
		display: none;
	}
}

@media (max-width: 1200px) {
	body:not(.common-home) .g-wrapper {
		width: 960px;
		margin: 0 auto;
	}

	body .product-cart .pb__nut-sub {
		width: 90%;
	}

	body .pb__img-wrap .pb__img {
		height: auto;
	}

	body .pb__buttons {
		flex-wrap: wrap;
	}

	body .add-favorite {
		margin-right: 50%;
		margin-bottom: 10px;
	}

	body .product-block .social-list .social-list__title {
		width: 100%;
		margin-bottom: 10px;
	}

	body .product-block .social-list {
		flex-wrap: wrap;
	}
}

.footer__menu--mobile {
	display: none;
}

@media (max-width: 999px) {

	body .footer__copyright .g-wrapper {
		width: auto !important;
		margin: 0 auto;
	}


	body .product-cart a.back_section:link {
		width: max-content;
	}

	body .product-block .pb__h1 {
		width: 100%;
	}

	body .product-block .pb__img-wrap {
		grid-row-start: span 15;
		margin: 0;
		width: 100%;
	}

	body .product-block, body .keytering-block {
		display: flex;
		flex-wrap: wrap;
	}

	body:not(.common-home) .g-wrapper {
		width: 95%;
		margin: 0 auto;
	}

	.tel_soc {
		display: none;
	}

	.pop-cat .g-container,
	#header .g-container {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.header__line1 {
		grid-template-columns: 152px 261px 259px 138px;
	}

	.menu-info__item_hidden_for_more {
		display: none;
	}

	.menu-info__item_more {
		display: block;
	}

	.header__lines {
		grid-template-columns: 139px auto;
	}

	.header__line2 {
		align-items: center;
	}

	.header__logo_large {
		width: 139px;
	}

	.header__phone a {
		font-size: 23px;
	}

	.header__dots {
		display: none;
	}

	.menu-catalog {
		width: 728px;
		margin-top: 0;
	}

	.header__line2 {
		margin-top: 10px;
	}

	.menu-action {
		padding: 0;
	}

	.header-mobile__search {
		top: 0;
	}

	.header__nav {
		gap: 4px;
	}

	.shopping-cart__logo > a,
	.header__nav-item,
	.header-mobile__icon {
		width: 36px;
		height: 36px;
	}

	.menu-side-catalog__inner .menu-catalog-lvl2__icon svg {
		width: 36px;
		height: 36px;
	}

	.menu-side__body {
		background-color: white;
	}

	.menu-side-wrap__bottom {
		margin-top: 50px;
	}

	.menu-side-info__item {
		border-bottom: none;
	}

	.menu-side-info__item a {
		font-weight: 400;
		font-size: 20px;
		line-height: 100%;
		color: #000;
	}

	.menu-side-wrap__bottom {
		display: flex;
		justify-content: space-between;
		gap: 37px;
	}

	.menu-side-info {
		flex-basis: 50%;
	}

	.menu-side-phone {
		margin-top: 0;
		padding-top: 0;
		padding-left: 0;
		padding-right: 10px;
	}

	.menu-side-phone a {
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		text-align: right;
	}

	.header__soc {
		gap: 8px;
		margin-top: 16px;
	}

	.soc-icons__item {
		border: 1px solid #E4E4E4
	}

	.menu-side-catalog__inner {
		justify-content: unset;
		gap: 8px;
	}

	.menu-side-catalog__arrow {
		margin-left: auto;
	}

	.menu-side-catalog-lvl2 {
		gap: 16px;
	}

	.menu-side-phone .ft-adding-text {
		margin-top: 16px;
		margin-right: 0;
	}

	.menu-side-phone .ft-adding-text p {
		font-weight: 500;
		font-size: 14px;
		line-height: 100%;
	}

	.menu-side-phone .ft-adding-text span {
		color: #000000;
	}

	.menu-side-catalog-lvl2 {
		padding-bottom: 19px;
		border-bottom: 1px solid #0000001A;
	}

	.footer {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.footer .g-container {
		padding-left: 24px;
		padding-right: 24px;
	}

	.footer__flex {
		flex-wrap: wrap;
	}

	.footer__flex .footer__col.ft-1-1,
	.footer__flex .footer__col.ft-1-2,
	.footer__flex .footer__col.ft-1-3 {
		flex-direction: column;
		flex-basis: 50%;
	}

	.footer_phones {
		flex-direction: column;
	}

	.footer__flex .footer__col.ft-1-2 {
		order: 3;
		margin-top: 0;
	}

	.footer__flex .footer__logo svg {
		max-width: 106px;
	}

	.footer__menu {
		margin-top: 36px;
	}

	.footer__flex .footer__col.ft-1-3 {
		order: 2;
		align-items: flex-start;
		margin-top: 74px;
	}

	.footer__menu-item:not(:last-child) {
		margin-bottom: 10px;
	}

	.footer__menu-item a {
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
	}

	.footer__col--mobile {
		display: none;
	}

	.footer__menu--mobile {
		display: block;
		margin-top: 36px;
	}

	.footer__title {
		font-weight: 400;
		font-size: 20px;
		line-height: 100%;
	}

	.footer__col.ft-1-3 .ft-adding-text {
		margin-top: 24px;
		margin-right: 0;
	}

	.footer__col.ft-1-3 .ft-adding-text p {
		font-weight: 500;
		font-size: 14px;
		line-height: 100%;
	}

	.footer__soc {
		gap: 8px;
		margin-top: 10px;
	}

	.footer__rating {
		margin-top: 24px;
	}
}

@media (max-width: 849px) {
	body:not(.common-home) {
		padding-top: 66px;
	}

	.hidden-menu {
		display: none !important;
	}

	.header {
		height: 0;
		padding-bottom: 720px;
	}

	.header_no-slide {
		display: none;
	}

	.header__lines {
		padding-top: 150px;
	}

	.header__line1,
	.header__line2,
	.header__btns,
	.header__dots {
		display: none;
	}

	.header__background {
		height: 728px;
	}

	.header__background img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		/*top: 0;
		left: 0;
		transform: none;*/
	}

	body:not([class^="product-"]) .header-mobile.header_color_green {
		background: #FFFFFF80;
	}

	.header-mobile .header__logos svg {
		width: 70px;
		height: 100%;
	}

	.header-mobile .header__nav svg {
		width: 100%;
		height: 100%;
	}

	.menu-catalog {
		display: none;
	}

	.home__section--half-hearted {
		display: none;
	}

	.menu-mobile-catalog__item .menu-catalog__name_short {
		display: inline;
	}

	.menu-mobile-catalog__item .menu-catalog__name_regular {
		display: none;
	}

	.header-mobile {
		display: flex;
		align-items: stretch;
	}

	.menu-side {
		display: flex;
	}

	body::after {
		content: '';
		position: fixed;
		left: 0;
		top: 0;
		z-index: -10;

		width: 100vw;
		height: 100vh;

		background: #000;
		opacity: 0;

		transition: opacity 0.3s ease-out 0s;
	}

	body.menu-side-overlay::after {
		z-index: 990;
		opacity: 0.65;
	}

	#mob-search-div {
		z-index: 1100;
	}

	.main-slider__container {
		max-width: none;
		width: 100%;
	}

	.main-slider__title {
		font-size: 40px;
	}

	.main-slider__btn {
		font-size: 18px;
	}
}

/* endregion */

.menu-mobile-catalog__item {
	position: relative;
}

.menu-mobile-catalog__item svg {
	display: none;
}

.menu-mobile-catalog__item_current svg {
	display: block;
	position: absolute;
	transform: rotate(180deg);
	top: 100%;
	left: 0;
	right: 0;
}

.menu-mobile-catalog__item_current::after {
	content: none;
}

@media (max-width: 999px) {
	.block-links-list {
		margin: 0 -6px 20px -20px;
	}

	ul.slick-dots {
		margin-left: 0;
		width: 100%;
	}

	.block-links-list ul.slick-dots {
		margin-left: 15px;
	}
}

.footer-info__contacts {
	display: inline-block;
	font-size: 12px;
	margin-right: 80px;
}

@media (max-width: 1200px) {
	.footer.mobile-hide > .container {
		width: 100%;
	}

	.footer__flex .footer_phone {
		font-size: 20px;
	}

	.footer__flex .footer_phone a, .footer__flex .footer_phone a:link, .footer__flex .footer_phone a:visited {
		font-size: 20px;
	}

	.footer__flex .footer__col .callback .ft-callback {
		font-size: 11px;
	}

	.footer__flex.ft-2 .footer__col {
		width: 33%;
	}

	.footer__flex.ft-2 .footer__col.ft-2-2 {
		width: 36%;
	}

	.footer-info__contacts {
		margin-right: 30px;
	}
}

#uptocall-mini2 {
	position: fixed;
	z-index: 10;
	cursor: pointer;
}

#uptocall-mini2 {
	bottom: 20px;
	left: 20px;
	border: 10px solid rgba(164, 194, 193, 0.23);
	border-radius: 100%;
}

#uptocall-mini2 .uptocall-mini-phone {
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #36283a;
	width: 70px;
	height: 70px;
}

#uptocall-mini2 .uptocall-mini-phone {
	background-color: rgb(51, 51, 51);
}

#uptocall-mini2 .uptocall-mini-phone::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../image/mini.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: uptocallphone 1.5s linear infinite;
	-moz-animation: uptocallphone 1.5s linear infinite;
	animation: uptocallphone 1.5s linear infinite;
}

@media (max-width: 767px) {
	#uptocall-mini2 .uptocall-mini-phone {
		width: 40px;
		height: 40px;
	}

	#uptocall-mini2 .uptocall-mini-phone::before {
		background-size: 30%;
	}
}

@media (min-width: 768px) {
	#uptocall-mini2 {
		display: none;
	}
}

@media (max-width: 999px) {
	.ft-icons {
		padding-top: 0;
	}

	.mobile-footer__content {
		padding-top: 15px;
	}

	.mobile-footer__logo_container {
		margin: auto;
		margin-bottom: 20px;
		max-width: 350px;
	}

	.mobile-footer__logo_container > div.text-left img {
		width: 100px;
		height: auto;
	}

	.mobile-footer__logo_container > div.text-left {
		text-align: left;
	}

	.mobile-footer__logo_container > div.text-right {
		text-align: right;
	}

	.mobile-footer__logo_container > div.text-right a {
		margin-right: 5px;
		margin-left: 20px;
	}

	.mobile-footer .footer_phone, .mobile-footer .footer_phone a {
		color: #fff;
		font-size: 20px;
		font-weight: 900;
		height: 30px;
	}

	.mobile-footer .callback {
		margin: 15px 0;
	}

	.mobile-footer .ft-callback {
		color: #fff;
		font-weight: 600;
		font-size: 10px;
		padding: 12px;
	}

	.mobile-footer .ft-icons > a {
		margin: 0 20px;
	}

	.mobile-footer .ft-icons {
		margin: 22px 0;
	}

	.pay-mets {
		margin-left: 0;
		transform: unset;
		width: 100%;
		max-width: 240px;
		height: 26px;
		opacity: 1;
		background: url(/image/payment/white/visa.png) no-repeat 0, url(/image/payment/white/mastercard.png) no-repeat 86px, url(/image/payment/white/mir.png) no-repeat 144px;
		background-size: contain;
	}

	.footer__title--pay {
		margin-bottom: 24px;
		font-weight: 400;
		font-size: 16px;
		line-height: 100%;
		color: #FFFFFF;
		opacity: .7;
	}

	.footer__col.ft-2-1 {
		flex-basis: 100%;
	}

	.mobile-footer .footer__copyright {
		background: #544e4c;
		color: #fff;
		text-align: center;
		margin-top: -30px;
		padding-bottom: 20px;
	}

	.footer-info__contacts {
		margin-right: 0;
		font-size: 13px;
	}

	.footer__copyright .text_copy {
		color: #fff;
	}

	.footer__flex.ft-2 {
		flex-direction: column;
	}

	.footer__flex.ft-2 .footer__col.ft-2-2 {
		flex-basis: 100%;
		justify-content: flex-start;
		width: 100%;
	}

	.footer__flex.ft-2 .footer__col {
		width: 100%;
	}

	.footer__col.ft-2-1 {
		margin-bottom: 36px;
	}

	.footer__col.ft-2-2,
	.footer__col.ft-2-3 {
		margin-bottom: 10px;
	}

	.footer {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.footer-pri,
	.footer-info__copy {
		opacity: 0.7;
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		color: #fff;
	}

	.footer_phones {
		gap: 10px;
	}

	.footer_phones a {
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		text-align: right;
	}
}


.soc-icons {
	display: flex;
}

.soc-icons__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 5px;
	background: #FFFFFF80;
	backdrop-filter: blur(40px);
}


@media screen and (max-width: 568px) {
	.main-slider__btn {
		width: 100%;
		text-align: center;
	}
}
