

/* Start:/local/templates/avalon/styles/basic.css?17664057195335*/
/* 0. presstyles START*/

/*

/* Количество шрифтов
Source Sans 3 Regular 374
PT Serif Bold 258
Source Sans 3 Bold 105
PT Serif Regular 45
Source Sans Pro Regular 21
Source Sans 3 SemiBold 19
Mulish
*/

html {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow-x: hidden;
}

body {
	height: 100%;
	overflow-x: hidden;
	font-family: 'Mulish', 'sans-serif' !important;
	/*background-color: #E3E3E3;*/
}

*,
*::before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	padding: 0;
	margin: 0;
}

:root {
	/* Контейнеры */
	/* --container: clamp(360px, 100%, 1024px); */
	--container: 100%;

	--rezervTable: 2fr repeat(8, 1fr);

	--reklamationTable: 1fr 2fr 1fr;
	--ordersTable: 1fr 1fr 1fr 1fr 1fr 1fr;
	--ordersImplementationTable: 1fr 1fr 1fr 1fr 2fr 1fr;
	--orderDetailTable: 2fr 1fr 1fr 1fr 2fr;

	/* Шрифты */
	--font-family: 'Mulish', sans-serif;
	--second-family: 'Mulish', sans-serif;
	--third-family: 'Mulish', sans-serif;

	/* цвета */
	--black-color: #0f100f;
	--svetlo-zelenyy-tekst: #8db184;
	--knopka-forma: #c5975b;
	--knopka-forma-navedenie: #e0a353;
	--zelenaya-knopka: rgba(255, 255, 255, 0.56);
	--chernyy: #0f100f;
	--zelenyy: #196b00;
	--svetlo-zelenyy: #bfd6b9;
	--zelenyy-navedenie: #145400;
}

@media (max-width: 1023px) {
	:root {
		--container: clamp(360px, 100%, 500px);
		--rezervTable: 192px 54px 65px 71px 60px 104px 60px 80px;
		--ordersTable: 171px 96px 127px 171px 106px;
		--orderDetailTable: 244px 72px 107px 153px 95px;
		--ordersImplementationTable: 158px 158px 96px 111px 206px 100px;
		--reklamationTable: 142px 443px 86px;
	}
}

.d-none {
	display: none !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.v-hidden {
	visibility: hidden !important;
}

.v-visible {
	visibility: visible !important;
}

.header * {
	padding: 0;
	margin: 0;
}

.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;
}

.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background: white;
}

/* .main__mobile-image-container {
    display: none;
}

@media (max-width: 768px) {
    .main__mobile-image-container {
        display: flex;
        justify-content: flex-end;
    }
} */

.main__mobile-image-container-image {
	width: 50px;
	object-fit: contain;
}

.footer {
}

.catalog__tabs-list-item-link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: var(--black-color);
	text-decoration: none;
}

.catalog__tabs-list-item-link:hover {
	color: unset;
	text-decoration: none;
}

.catalog__tabs-list-item--active .catalog__tabs-list-item-link {
	font-size: 16px;
	font-weight: 700;
}

/* 0. presstyles END*/

/* Поиск START */
.main-search {
	transition: 0.2s ease-in-out;
	position: absolute;
	z-index: 10;

	right: 42px;
	top: 0px;

	opacity: 0;
	visibility: hidden;
}

@media (max-width: 768px) {
	.main-search {
		right: unset;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

.main-search--active {
	transition: 0.2s ease-in-out;
	top: 0;
	opacity: 1;
	visibility: visible;
}

.main-search-form {
}
.main-search-form__search-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #848484;
	border-left: 1px solid #848484;
	border-right: 1px solid #848484;
	border-radius: 0 0 8px 8px;
	width: 201px;
	height: 43px;
	position: relative;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f4f4f4),
		color-stop(32.34%, #fff),
		color-stop(83%, #dcdcdc),
		to(#b1b1b1)
	);
	background: -o-linear-gradient(
		top,
		#f4f4f4 0%,
		#fff 32.34%,
		#dcdcdc 83%,
		#b1b1b1 100%
	);
	background: linear-gradient(
		180deg,
		#f4f4f4 0%,
		#fff 32.34%,
		#dcdcdc 83%,
		#b1b1b1 100%
	);
}

@media (max-width: 768px) {
	.main-search-form__search-container {
		width: 328px;
	}
}

.main-search-form__search-container-input {
	background: none;
	border: none;
	text-indent: 16px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-search-form__search-container-input::-webkit-search-cancel-button {
	display: none;
}
.main-search-form__search-container-input:focus {
	border: none;
	outline: none;
}
.main-search-form__search-container-close-container {
	position: absolute;
	right: 11px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
}
.main-search-form__search-container-close-container-svg {
}
.main-search-form__search-container-close-container-svg-path {
	fill: #848484;
}
.main-search-form__search-container-close-container-svg-pa {
}

/* Поиск END */

/* End */


/* Start:/local/templates/avalon/styles/private/header.css?176476847521603*/
/* header для авторизованных start */

.header {
	background: #196b00;
	position: relative;
}
.header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: var(--container);
	margin: 0 auto;
	padding: 0 20px 0 20px;
	position: relative;
	background: #196b00;
	z-index: 20;
}

@media (max-width: 1023px) {
	.header-inner {
		padding: 5px 16px 4px 0px;
		width: 100%;
	}
}

.header__logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 0;
}

.header__logo-link-img {
	width: 130px;
}

.header__list {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #fff;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
	z-index: 500;
}

@media (max-width: 1023px) {
	.header__list {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: absolute;
		top: 74px;
		right: 0;
		background: -o-linear-gradient(
				340deg,
				rgba(31, 28, 43, 0.94) 0%,
				rgba(27, 24, 40, 0.93) 64.91%,
				rgba(34, 30, 54, 0.91) 100%
		);
		background: linear-gradient(
				110deg,
				rgba(31, 28, 43, 0.94) 0%,
				rgba(27, 24, 40, 0.93) 64.91%,
				rgba(34, 30, 54, 0.91) 100%
		);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: min(100%, 360px);
		padding: 0 0 38px 0;
		display: none;
		width: 100%;
		z-index: 9999;
	}
}

.header__list-icons-container {
	display: none;
}

@media (max-width: 1023px) {
	.header__list-icons-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 11px 16px 5px 17px;
	}
}

.header__list-mobile-arrow {
	display: none;
}

@media (max-width: 1023px) {
	.header__list-mobile-arrow {
		visibility: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border: none;
		background: none;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

.header__list-mobile-close {
	display: none;
}

@media (max-width: 1023px) {
	.header__list-mobile-close {
		top: 11px;
		right: 16px;
		border-radius: 8px;
		width: 40px;
		height: 40px;
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
		-webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.48);
		box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.48);
		background: rgba(255, 255, 255, 0.32);
		border: none;
		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;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

.header__list-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
@media (max-width: 1023px) {
	.header__list-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

.header__list-item,
.header__list-item--default {
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	height: 100%;
	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;
	padding: 0 16px;
	position: relative;
	padding: 24px 16px 16px 16px;
	cursor: pointer;
}

@media (max-width: 1023px) {
	.header__list-item,
	.header__list-item--default {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 1023px) {
	.header__list-item,
	.header__list-item--default {
		padding: 0 16px 0 16px;
		margin: 0 0 16px 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.header__list-item:last-child,
	.header__list-item--default:last-child {
		margin: 0;
	}
	.header__list-item--default:last-child {
		align-items: flex-start;
	}
}

.header__list-item:hover,
.header__list-item--default:hover {
	background: var(--zelenyy-navedenie);
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	height: 100%;
}

@media (max-width: 1023px) {
	.header__list-item:hover,
	.header__list-item--default:hover {
		background: unset;
	}
}

.header__list-item-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.header__list-link,
.header__list-link--default {
	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	height: 100%;
	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;
}

@media (max-width: 1023px) {
	.header__list-link,
	.header__list-link--default {
		font-family: var(--second-family);
		font-weight: 400;
		font-size: 24px;
		line-height: 167%;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: #fff;
	}
}

.header__list-image {
	display: none;
}

@media (max-width: 1023px) {
	.header__list-image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 15px;
		height: 15px;
	}
}

.header__submenu {
	display: none;
	width: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration: none;
	padding: 25px 0 0 0;
	top: 74px !important;
	/* max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden; */
}

/* переделка меню START (так-же скрипт расскоментить */
.header__submenu {
	max-height: 450px;
	overflow-y: scroll;
	/* overflow-x: hidden; */
}

.header__submenu-item {
	flex-direction: column;
}
.header__submenu-item-list-submenu {
	/* position: relative !important; */
}

.header__submenu::-webkit-scrollbar {
	width: 6px;
	border-radius: 8px;
	background-color: #f5f5f5;
	border-radius: 5px;
}
.header__submenu::-webkit-scrollbar-thumb {
	background: #8db184;
	width: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

/* переделка меню END */

@media (max-width: 1023px) {
	.header__submenu {
		padding: 0 0 0 20px;
		top: auto !important;
	}
}

.header__submenu--active {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	opacity: 1 !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	position: relative !important;
	background: none !important;
}

.header__submenu--hidden {
	display: none !important;
	opacity: 0 !important;
}

.header__list-item:hover .header__submenu {
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	border-radius: 0 0 8px 8px;
	background: -o-linear-gradient(
			340deg,
			rgba(31, 28, 43, 0.94) 0%,
			rgba(27, 24, 40, 0.93) 64.91%,
			rgba(34, 30, 54, 0.91) 100%
	);
	background: linear-gradient(
			110deg,
			rgba(31, 28, 43, 0.94) 0%,
			rgba(27, 24, 40, 0.93) 64.91%,
			rgba(34, 30, 54, 0.91) 100%
	);
	width: 100%;
	z-index: 30;
}

@media (max-width: 1023px) {
	.header__list-item:hover .header__submenu {
		opacity: 0;
		display: none;
	}
}

.header__submenu-link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 10px 25px 10px 16px;
	position: relative;
}

.header__submenu-link-arrow {
	position: absolute;
	right: 8px;
	top: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header__submenu-link-arrow-image {
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.header__submenu-link-arrow-image--rotate {
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.header__submenu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 190px;
}

@media (max-width: 1023px) {
	.header__submenu-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;

		max-width: 90%;
	}
	.header__submenu-link {
		width: fit-content;
	}
}

.header__submenu-item:hover {
	background: -o-linear-gradient(
			340deg,
			rgba(77, 74, 89, 0.94) 0%,
			rgba(65, 62, 77, 0.93) 64.91%,
			rgba(58, 54, 75, 0.91) 100%
	);
	background: linear-gradient(
			110deg,
			rgba(77, 74, 89, 0.94) 0%,
			rgba(65, 62, 77, 0.93) 64.91%,
			rgba(58, 54, 75, 0.91) 100%
	);
}

@media (max-width: 1023px) {
	.header__submenu-item:hover {
		background: unset;
	}
}

.header__submenu-item:hover .header__submenu-link {
	font-weight: 700;
}

/* .header__submenu-item::after {
    content: url('/local/templates/avalon_public/images/private/menu-arrow-grey.svg');
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0px, -50%);
} */

.header__submenu-item-list-submenu {
	position: absolute;
	display: none;
	list-style: none;
	/* left: 176px; */
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border-radius: 0 8px 8px 0px;
	background: -o-linear-gradient(
			340deg,
			rgba(77, 74, 89, 0.94) 0%,
			rgba(65, 62, 77, 0.93) 64.91%,
			rgba(58, 54, 75, 0.91) 100%
	);
	background: linear-gradient(
			110deg,
			rgba(77, 74, 89, 0.94) 0%,
			rgba(65, 62, 77, 0.93) 64.91%,
			rgba(58, 54, 75, 0.91) 100%
	);
	min-width: 164px;
}

@media (max-width: 1023px) {
	.header__submenu-item-list-submenu {
		background: unset;
		padding-left: 23px;
	}
}

.header__submenu-item-list-submenu--active {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	opacity: 1 !important;
	position: relative !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.header__submenu-item-list-submenu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__submenu-item-list-submenu-item:hover
.header__submenu-item-list-submenu-link {
	font-weight: 700;
}
.header__submenu-item:hover .header__submenu-item-list-submenu {
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 1023px) {
	.header__submenu-item:hover .header__submenu-item-list-submenu {
		opacity: 0;
		display: none;
	}
}
.header__submenu-item-list-submenu-link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	padding: 8px 20px 8px 16px;
	width: 100%;
}

.header__personal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	padding: 16px 0;
}

.header__personal-icons-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

@media (max-width: 1023px) {
	.header__personal-icons-list {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.header__personal-icons-list-item {
	position: relative;
}
.header__personal-icons-list-item-count-icon {
	position: absolute;
	bottom: 6px;
	left: 13px;
	width: 22px;
	height: 22px;
	background-color: #8db184;
	color: #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;

	font-family: Geologica;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	text-align: center;
}
.header__personal-icons-list-item-svg {
}

.header__personal-button-container-menu {
	list-style: none;
}
@media (max-width: 1023px) {
	.header__personal-button-container-menu {
		list-style: none;
		display: flex;
		flex-direction: row;
		gap: 18px;
	}
}

.header__personal-button-container {
	gap: 8px;
	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;

	border-radius: 8px;
	width: 163px;
	height: 42px;

	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);

	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
	background: var(--zelenaya-knopka);

	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 200%;
	color: var(--black-color);
	cursor: pointer;
}

@media (max-width: 1023px) {
	.header__personal-button-container {
		width: unset;
		height: unset;
		background: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.header__personal-button-container--active {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
	background: linear-gradient(
			180deg,
			#f4f4f4 0%,
			#fff 32.34%,
			#dcdcdc 83%,
			#b1b1b1 100%
	);
}

.header__personal-button-container-svg {
}

.header__personal-button-container-svg-path {
}

@media (max-width: 1023px) {
	.header__personal-button-container-svg-path {
		fill: white;
	}
}
.header__personal-button-container-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 200%;
	color: var(--#0f100f);
	font-weight: bold;
}

@media (max-width: 1023px) {
	.header__personal-button-container-text {
		display: none;
	}
}

.header__personal-button-container {
	position: relative;
	z-index: 3;
}

.header__personal-button-container-logout {
	position: absolute;
	z-index: 1;
	right: 58px;
	transition: transform 0.5s ease;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	border-radius: 0 0 8px 8px;
	width: 163px;
	height: 42px;

	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);

	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
	background: var(--zelenaya-knopka);

	text-decoration: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 200%;
	color: var(--black-color);
	cursor: pointer;

	opacity: 0;
	pointer-events: none;
}
.header__personal-button-container-logout-show {
	opacity: 1;
	pointer-events: auto;
	top: 53px;
}

@media (max-width: 1023px) {

	.header__personal-wrapper {
		display: flex;
		align-items: center;
		gap: 18px;
	}
	.header__personal-button-container-logout {
		position: unset;
		display: flex;
		opacity: 1;

		width: unset;
		background: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;

		z-index: unset;
		right: unset;
		height: 24px;
	}
	.header__personal-button-container-logout-show {
		transform: none;
	}
	.header__personal-button-container-logout-svg-path1,
	.header__personal-button-container-logout-svg-path2,
	.header__personal-button-container-logout-svg-path3 {
		fill: white;
	}
}

.header__personal-button-container-logout:hover {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
	background: linear-gradient(
			180deg,
			#f4f4f4 0%,
			#fff 32.34%,
			#dcdcdc 83%,
			#b1b1b1 100%
	);
}
@media (max-width: 1023px) {
	.header__personal-button-container--active,
	.header__personal-button-container-logout:hover {
		box-shadow: unset;
		background: unset;
	}
}
.header__personal-button-container-logout-svg {
}

.header__personal-button-container-logout-svg-path {
}

@media (max-width: 1023px) {
	.header__personal-button-container-logout-svg-path {
	}
}
.header__personal-button-container-logout-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 200%;
	color: var(--#0f100f);
	font-weight: bold;
}

@media (max-width: 1023px) {
	.header__personal-button-container-logout-text {
		display: none;
	}
}

.header__personal-search-container {
}

@media (max-width: 1023px) {
	.header__personal-search-container {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.header__personal-search-container-link {
}

.header__personal-search-container-link-svg {
}

.header__personal-burger-mobile {
	display: none;
}

@media (max-width: 1023px) {
	.header__personal-burger-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
}
.header__personal-burger-mobile-iimage {
}
/* Request Badge Styles START */
.request-badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 30px;
	height: 30px;
	padding: 0 5px;
	border-radius: 50%;
	background: #e53935;
	color: #fff;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.request-badge:empty {
	display: none !important;
}

/* Badge в хедере (около "Личный кабинет") */
.request-badge--header {
	position: absolute;
	top: -8px;
	right: -8px;
}

.header__personal-button-container--with-badge {
	position: relative;
}

@media (max-width: 1023px) {
	.request-badge--header {
		top: -6px;
		right: -6px;
		min-width: 18px;
		height: 18px;
		font-size: 10px;
	}
}

/* Badge в боковом меню личного кабинета */
.request-badge--menu {
	position: absolute;
	top: -8px;
	right: -8px;
	transform: none;
}

.main__aside-nav-list-item--requests .main__aside-nav-list-item-link {
	position: relative;
	overflow: visible;
}

/* Badge в мобильном меню */
.request-badge--mobile {
	margin-left: 6px;
	min-width: 18px;
	height: 18px;
	font-size: 10px;
}

.main__aside-nav-mobile-list-item--requests .main__aside-nav-mobile-list-item-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
/* Request Badge Styles END */

/* Request Widget Styles START */
.request-widget {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 8px;
}

.request-widget__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background: #e53935;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	box-shadow: 0 4px 12px rgba(229, 57, 53, 0.4);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.request-widget__link:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 16px rgba(229, 57, 53, 0.5);
}

.request-widget__count {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}

.request-widget__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 11px;
	line-height: 1.2;
	margin-top: 2px;
}

.request-widget__close {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	color: #666;
	padding: 0;
	transition: background 0.2s ease, color 0.2s ease;
}

.request-widget__close:hover {
	background: #e53935;
	color: #fff;
}

/* Mobile styles */
@media (max-width: 1023px) {
	.request-widget {
		right: 16px;
		bottom: 16px;
	}

	.request-widget__link {
		width: 60px;
		height: 60px;
	}

	.request-widget__count {
		font-size: 18px;
	}

	.request-widget__text {
		font-size: 10px;
	}

	.request-widget__close {
		width: 18px;
		height: 18px;
	}

	.request-widget__close svg {
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 480px) {
	.request-widget {
		right: 12px;
		bottom: 12px;
	}

	.request-widget__link {
		width: 55px;
		height: 55px;
	}

	.request-widget__count {
		font-size: 16px;
	}

	.request-widget__text {
		font-size: 9px;
	}
}
/* Request Widget Styles END */

/* header для авторизованных end */


/* End */


/* Start:/local/templates/avalon/styles/private/footer.css?17204509846550*/

.footer {
    background: var(--zelenyy);
}
.footer-inner {
    width: var(--container);
    margin: 0 auto;
    padding: 40px 73px 48px 40px;
}
@media (max-width: 1023px) {
    .footer-inner {
        padding: 24px 5px 32px 15px;
        width: 100%;
    }
}
.footer-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    margin: 0 0 40px 0;
    gap: 80px;
}

@media (max-width: 1023px) {
    .footer-info-container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 38px 1fr;
        grid-template-columns: 1fr min(50%, 160px);
        gap: 38px;
    }
}
.footer__info-list {
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 1px;
}

@media (max-width: 1023px) {
    .footer__info-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px 1px;
    }
}

.footer__info-list-item {

}

@media (max-width: 1023px) {
    .footer__info-list-item {
        max-width: 138px;
    }
    .footer__info-list-item:last-child{
        display: none;
    }
    .footer__info-list-item:nth-child(5),
    .footer__info-list-item:nth-child(6){
        display: none;
    }
    .footer__info-list-item:nth-last-child(4) .footer__info-list-item-list {
        margin: 0 0 0 -25px;
    }
}

.footer__info-list-item--margin {
    margin: 0 40px 0 0;
}

@media (max-width: 1023px) {
    .footer__info-list-item--margin {
        margin: 0;
    }
}

.footer__info-list-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
}
.footer__info-list-item-image {

}
.footer__info-list-item-text-container {
}
.footer__info-list-item-important-text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    margin: 0 0 8px 0;
}

@media (max-width: 1023px) {
    .footer__info-list-item-important-text {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        color: #fff;
        margin: 0;
    }
}

.footer__info-list-item-important-text-br {
    display: none;
}

@media (max-width: 768px) {
    .footer__info-list-item-important-text-br {
        display: none;
    }
}
.footer__info-list-item-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}

@media (max-width: 1024px) {
    .footer__info-list-item-list {
        gap: 0;
    }
}

.footer__info-list-item-list-item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

@media (max-width: 1023px) {
    .footer__info-list-item-list-item {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        color: #fff;
    }
}
.footer__info-list-item-list-item-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 1023px) {
    .footer__info-list-item-list-item-link {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        color: #fff;
    }
}
.footer__info-list-item-list-item-link-br {

}

.footer__info-list-item-mobile-list {
    display: none;
}

@media (max-width: 1023px) {
    .footer__info-list-item-mobile-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        gap: 17px;
    }
}

.footer__info-list-item-mobile-list-item {
}
.footer__info-list-item-mobile-list-item-link {
}
.footer__info-list-item-mobile-list-item-link-image {
}


.footer__info-list-item-list-item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

.footer-container-menu-list {
    
}

@media (max-width: 1023px) {
    .footer-container-menu-list {
        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-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

}

.footer__menu-list {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;

    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}

@media (max-width: 1023px) {
    .footer__menu-list {
        min-width: 158px;
    }
}

.footer__menu-list-item {
}
.footer__menu-list-item-link {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 1023px) {
    .footer__menu-list-item-link {
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        text-transform: uppercase;
        color: #fff;
    }
}


.footer__menu-link {
    display: none;
}

@media (max-width: 1023px) {
    .footer__menu-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.footer__menu-link-image {
    width: 158px;
}

.footer__copyright {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    letter-spacing: -0.2px;
}
/* End */


/* Start:/local/components/gendalf/catalog.top.menu/templates/.default/style.css?1722436710640*/
.header__submenu-item-list-submenu--desctop{
    display: none !important;
}


.header__submenu-link-arrow--mobile{
    display: none !important;
}
@media (max-width: 1023px) {
    .header__submenu-item-list-submenu--desctop{
        display: block !important;
    }

    .header__submenu-item-list-submenu--dropdown{
        display: none !important;
    }

    .header__submenu-link-arrow--desctop{
        display: none !important;
    }

    .header__submenu-link-arrow--mobile{
        display: block !important;
    }
    .header__submenu-link-arrow--mobile.d-none{
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/avalon/components/arturgolubev/search.title/.default/style.css?175525891417896*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle-popup-history {
	padding: 0 8px 8px 8px;
}
	.bx-searchtitle-popup-history-title {
		font-size: 16px;
	}
	.bx-searchtitle-popup-history-item {
		padding: 4px 0;
	}
		.bx-searchtitle-popup-history-item::before {
			content: "";
			width: 16px;
			height: 16px;
			background: url(/local/templates/avalon/components/arturgolubev/search.title/.default/images/search-icon.svg) center center no-repeat;
			background-size: 12px auto;
			display: inline-block;
			vertical-align: middle;
			margin-right: 5px;
		}
		.bx-searchtitle-popup-history a {
			color: #222;
			text-decoration: underline;
			vertical-align: middle;
		}
		.bx-searchtitle-popup-history a:hover {
			text-decoration: none;
		}

.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/avalon/components/arturgolubev/search.title/.default/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/avalon/components/arturgolubev/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/avalon/components/arturgolubev/search.title/.default/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_title {
	font-weight: bold;
	font-size: 16px;
	margin: 4px 8px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
	color: #333;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.bx_item_block_item_image svg {

	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* clear cross */
.bx-searchtitle .bx-searchtitle-clear {
	position: absolute;
	top: 4px;
	right: 110%;
	width: 28px;
	height: 28px;
	z-index: 4;
	display: none;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: #666;
}
.bx-searchtitle .bx-searchtitle-clear:after{
	display: inline-block;
	content: "\00d7";
}

/* voice input */
.bx-searchtitle .bx-searchtitle-voice {
	position: absolute;
	top: 3px;
	right: 110%;
	width: 28px;
	height: 28px;
	z-index: 4;
	display: none;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: #666;
	background: url(/local/templates/avalon/components/arturgolubev/search.title/.default/images/voice.svg?v=3) center center no-repeat;
	background-size: 22px auto;
}
	.bx-searchtitle .bx-searchtitle-voice.voice-show {
		display: block;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after, .bx-searchtitle .bx-searchtitle-voice.active::before {
		content: '';
		position: absolute;
		border: 3px solid #3D64FF;
		left: -20px;
		opacity: 0;
		right: -20px;
		top: -20px;
		bottom: -20px;
		border-radius: 50%;
		animation: searchpulse 2.5s linear infinite;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after {
		animation-delay: 1.25s;
	}

	@keyframes searchpulse {
		0% {
			transform: scale(0.5);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			transform: scale(1.2);
			opacity: 0;
		}
	}



/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/avalon/components/arturgolubev/search.title/.default/images/loader_orange.gif) center center no-repeat #fff;
}



/* blue */
.bx_smart_searche.theme-blue .bx_item_block_item_image {
	color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/avalon/components/arturgolubev/search.title/.default/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx_smart_searche.theme-black .bx_item_block_item_image {
	color:#333;
}
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/avalon/components/arturgolubev/search.title/.default/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx_smart_searche.theme-green .bx_item_block_item_image {
	color:#159ebb;
}
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/avalon/components/arturgolubev/search.title/.default/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx_smart_searche.theme-red .bx_item_block_item_image {
	color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/avalon/components/arturgolubev/search.title/.default/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx_smart_searche.theme-yellow .bx_item_block_item_image {
	color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/avalon/components/arturgolubev/search.title/.default/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}

/*search*/

.search-button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.search-button {
	position: relative;
    transition: 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
    color: white;
    text-decoration: none;
	text-transform: inherit;
	border-radius: 8px !important;
}

.search-button:hover {
    transition: 0.2s ease-in-out;
    background: linear-gradient(180deg, #1f8600 0%, #290 32.34%, #116100 83%, #106200 100%);
}

.main-search-form__search-container {
	width: 100% !important;
}

.bx_smart_searche .bx_item_block.all_result .all_result_button {
	border: none !important;
}

.main-search {
	width: 260px;
	z-index: 100;
}

.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color: #196b00 !important;
}

.search-category_name {
	color: #196b00 !important;
}

.search-block_hrline {
	border-color: #196b00 !important;
}

@media (max-width: 768px) {
   .main-search {
		width: 100%;
		padding: 0 16px;
	}
}



/* End */


/* Start:/local/templates/avalon/components/bitrix/breadcrumb/avalon/style.css?1748955121602*/
.breadcrumbs-list {
	list-style: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #7d7d7d;
	gap: 4px;
	margin: 0 0 10px 0;
    width: max-content;
    display: flex;
    flex-direction: row;
}
.breadcrumbs-list-wrapper{
overflow-x: auto;
}
.breadcrumbs-list-item {
}

.breadcrumbs-list-item:last-child > .breadcrumbs-list-item-span{
	display: none;
}
.breadcrumbs-list-item-link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #7d7d7d;
	text-decoration: none;
}
.breadcrumbs-list-item-span {
}
/* End */


/* Start:/local/templates/avalon/template_styles.css?17501510333211*/
.page{
    
}
.page-container{
    position: relative;
    width: var(--container);
    margin: auto;
    padding: 23px 40px 56px 40px;
    position: relative;
    background: white;
}

@media (max-width: 1023px) {
    .page-container {
        width: 100%;
        padding: 24px 10px 40px 10px;

    }
}

@media (max-width: 768px) {
    .page-container {
        padding: 76px 16px 56px 16px;
    }
}

.template__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.03em;
    background: -o-linear-gradient(top, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#1c7401), color-stop(32.34%, #1a7201), color-stop(83%, #0c4300), to(#0b4200));
    background: linear-gradient(180deg, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 24px 0;
}

.container404 {
    min-height: calc(100vh - 444px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 111px;
    align-items: center;
}

.container404__img-block{
    
}
.container404__img-block__img{
    
}
.container404__text-block{
    width: 500px;
}
.container404__text-block__title{
    background: -webkit-gradient(linear, left top, left bottom, from(#1c7401), color-stop(32.34%, #1a7201), color-stop(83%, #0c4300), to(#0b4200));
    background: -o-linear-gradient(top, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
    background: linear-gradient(180deg, #1c7401 0%, #1a7201 32.34%, #0c4300 83%, #0b4200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--second-family);
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.03em;
    text-align: left;
    margin-bottom: 16px;   
}
.container404__text-block__text{
    width: 275px;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.78px;
    text-align: left;
    color: #0F100F
}
.container404__text-block__text a {
    color: #196B00;
}


.container404-search{
    margin: 24px 0 0 0 ;
}
.container404-search__form{
    position: relative;
    max-width: 225px;
}
.container404-search-input{
    height: 32px;
    color: #333;
    font-family: Source Sans 3;
    padding-left: 10px;
    border-radius: 5px;
    min-width: 225px;
    border: 1px solid #909090
}
.container404-search-input-submit{
    position: absolute;
    right: 1px;
    top: 1px;
    width: 31px;
    height: 30px;
    background: url('/search/header_search.svg') no-repeat 50% #E9E9E9;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .container404 {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 40px;
        align-items: center;
    }
    .container404__text-block{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 24px;
    }
    .container404__img-block__img{
        margin-bottom: 70px;
    }
}
/* End */
/* /local/templates/avalon/styles/basic.css?17664057195335 */
/* /local/templates/avalon/styles/private/header.css?176476847521603 */
/* /local/templates/avalon/styles/private/footer.css?17204509846550 */
/* /local/components/gendalf/catalog.top.menu/templates/.default/style.css?1722436710640 */
/* /local/templates/avalon/components/arturgolubev/search.title/.default/style.css?175525891417896 */
/* /local/templates/avalon/components/bitrix/breadcrumb/avalon/style.css?1748955121602 */
/* /local/templates/avalon/template_styles.css?17501510333211 */
