.bg-gg {
	background: linear-gradient(#c9c7ca, #dad9d9, #c9c7ca);
	background: -webkit-linear-gradient(#c9c7ca, #dad9d9, #c9c7ca);
	background: -moz-linear-gradient(#c9c7ca, #dad9d9, #c9c7ca);
	background: -o-linear-gradient(#c9c7ca, #dad9d9, #c9c7ca);
	background: -ms-linear-gradient(#c9c7ca, #dad9d9, #c9c7ca);
}
.bg-glg {
	background: linear-gradient(#e7e7e7, #f6f6f6, #e7e7e7);
	background: -webkit-linear-gradient(#e7e7e7, #f6f6f6, #e7e7e7);
	background: -moz-linear-gradient(#e7e7e7, #f6f6f6, #e7e7e7);
	background: -o-linear-gradient(#e7e7e7, #f6f6f6, #e7e7e7);
	background: -ms-linear-gradient(#e7e7e7, #f6f6f6, #e7e7e7);
}
.bg-glg2 {
	background: linear-gradient(#f6f6f6, #e7e7e7);
	background: -webkit-linear-gradient(#f6f6f6, #e7e7e7);
	background: -moz-linear-gradient(#f6f6f6, #e7e7e7);
	background: -o-linear-gradient(#f6f6f6, #e7e7e7);
	background: -ms-linear-gradient(#f6f6f6, #e7e7e7);
}
.bg-gr {
	/*background: linear-gradient(#c50f0f 10%, #d90205 80%, #9d0506 100%);
	background: linear-gradient(#d90205, #ff2427, #d90205);*/
	background: linear-gradient(#e93334, #b90b07);
	background: -webkit-linear-gradient(#e93334, #b90b07);
	background: -moz-linear-gradient(#e93334, #b90b07);
	background: -o-linear-gradient(#e93334, #b90b07);
	background: -ms-linear-gradient(#e93334, #b90b07);

/*	background: linear-gradient(#ff2427, #d90205);*/
}
.bg-gy, button, .button {
/*	background: linear-gradient(#ffc200, #fbdf88, #ffc200);*/
	background: linear-gradient(#fbdf88, #ffc200);
	background: -webkit-linear-gradient(#fbdf88, #ffc200);
	background: -moz-linear-gradient(#fbdf88, #ffc200);
	background: -o-linear-gradient(#fbdf88, #ffc200);
	background: -ms-linear-gradient(#fbdf88, #ffc200);
}
button:hover, .button:hover {
	background: #ffc200;
	background: linear-gradient(#ffd655, #ffc200);
}
#head, #head-back, #logo, #auth-logo {
	height: 4.26em;
}
#head {
	position: fixed;
	z-index: 3;
	top: 0;
	width: 100%;
}
#head-back {
	position: absolute;
	width: 100%;
}
#head-back-top, #hmb-top {
	height: 68.5%;
}
#head-back-bottom, #head-bottom {
	height: 31.5%;
}
#head-back-bottom {
	background: linear-gradient(#c50f0f 10%, #d90205 80%, #9d0506 100%);
	background: -webkit-linear-gradient(#c50f0f 10%, #d90205 80%, #9d0506 100%);
	background: -moz-linear-gradient(#c50f0f 10%, #d90205 80%, #9d0506 100%);
	background: -o-linear-gradient(#c50f0f 10%, #d90205 80%, #9d0506 100%);
	background: -ms-linear-gradient(#c50f0f 10%, #d90205 80%, #9d0506 100%);
}
#head-body, #hmb-bottom-menu {
	display: flex;
	flex-direction: row;
/*	position: relative;*/
}

/*#hmb-bottom-menu {
	opacity: .5;
}
.hmb-bottom-menu-a:hover {
	color: inherit;
}*/

#head-logo-block,
#hmb-catalog,
#hmb-bottom-menu,
#hmb-home,
#hmb-desired,
#hmb-comparison,
#hmb-trigram-loupe,
#hmb-cart,
#hmb-person,
#hmb-menu {
	flex: 0 0 auto;
	z-index: 1;
}
#head-main-block, #hmb-search,
#hmb-bottom-menu .hmb-bm-item {
	flex: 1 0 auto;
	z-index: 1;
}
#hmb-search,
#hmb-catalog,
#hmb-bottom-menu .hmb-bm-item {
	padding-left: .7em;
}
.hmb-bottom-menu-a {
	padding: .5em 0;
}
.hmb-icon-count {
/*	display: none;*/
	position: absolute;
	top: 0;
	right: -.3em;
	width: 2.27em;
	background-color: #000;
	color: #fff;
	font-size: .9em;
	line-height: 1.6;
	overflow: hidden;
	text-align: center;
	border-radius: 1em;
	 -webkit-border-radius: 1em;
	 -moz-border-radius: 1em;
	 -o-border-radius: 1em;
	 -ms-border-radius: 1em;
}
.hmb-bottom-menu-a .small-icon,
.hmb-bottom-menu-a .counted .hmb-icon-count {
	opacity: 1;
}
.hmb-bottom-menu-a .counted .small-icon,
.hmb-bottom-menu-a .hmb-icon-count {
	opacity: 0;
}
/*.hmb-bottom-menu-a .counted .hmb-icon-count {
	display: block;
}*/
.hmb-bottom-menu-a .hmb-bm-text {
	margin-left: .4em;
}
#head-main-block {
}
#hmb-top {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#hmb-bottom {
}
/*#hmb-bottom .menu li {
	line-height: 1.4;
}*/
.menu .top-menu-a {
	padding: .14em .5em;
}
.menu .store-choice-address .top-menu-a {
	padding-right: 1.4em;
}

#logo {
	border-radius: .3em;
	 -webkit-border-radius: .3em;
	 -moz-border-radius: .3em;
	 -o-border-radius: .3em;
	 -ms-border-radius: .3em;
}
#hmb-search-form,
#hmb-search-form-hide {
	position: relative;
	z-index: 3;
}
#hmb-search-input {
	height: 100%;
	width: 100%;
	padding: .5em .7em;
	box-sizing: border-box;
	border: none;
	border-radius: 1.2em;
	 -webkit-border-radius: 1.2em;
	 -moz-border-radius: 1.2em;
	 -o-border-radius: 1.2em;
	 -ms-border-radius: 1.2em;
}
#hmb-search-input:focus {
	outline: none;
}
#hmb-search-submit {
	position: absolute;
	background: url(/img/loupe-black.svg) center no-repeat;
	background-size: auto;
	background-size: 65%;
	height: 2.2em;
	width: 2.2em;
	top: .05em;
	right: .15em;
	margin: 0;
}
#hmb-search-result {
	z-index: 3;
/*	top: 70%;*/
	margin: -1.3em auto 0;
}
#hmb-search-result-data {
	padding: .7em;
	height: 70vh;
	overflow-y: auto;
}
#hmb-search-result-data .image-block {
	position: relative;
	display: block;
	height: 8em;
	width: 10em;
	margin: auto;
}
#hmb-search-result-data .image-block .image {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: contain;
}

#store-choice-block,
.store-choice-address {
	position: relative;
}

.close-block {
	position: absolute;
	top: 0;
	right: 0;
	padding: .2em;
}
.close-button {
	padding: .3em .9em;
	width: 1.5em;
}
.close-button-x {
	font-size: 1.3em;
}

/*#bread-crumbs {
	margin: -0.5em 0 .5em 0;
}*/

#footer {
	font-size: .9em;
}
#footer-block {
	display: flex;
}
/*#footer-block .item {
	flex: 1 0 auto;
}*/
#fb-right .menu .inline {
	width: 100%;
}

.hmb-bottom-menu-a.deactive,
.product .add-icon .small-icon.deactive {
	opacity: .3;
	cursor: default;
}
.hmb-bottom-menu-a.deactive:hover {
	color: initial;
}
.info-buy .in-cart.deactive {
	filter: saturate(40%);
	color: #959494;
	cursor: initial;
}

@media only screen and (max-width: 1023px) {
	body {
		font-size: 4.2vw;
	}
	#hmb-search-show:checked ~ #head-logo-block,
	#hmb-search,
	#hmb-bottom-menu .hmb-bm-item.hide,
	#store-choice-block .back-drop {
		display: none;
	}
	#hmb-search-show:checked ~ #head-main-block #hmb-search {
		display: inherit;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0;
/*		padding: .9em .5em;*/
		padding: .3em .5em 1.46em;
	}
	#hmb-search-form-show {
		position: absolute;
		top: 0;
/*		padding: .9em .3em;*/
		padding: .3em;
	}
	#hmb-search-form-show-button {
		padding: .5em .9em;
		width: 1.5em;
	}
	#hmb-search-form {
		display: inline-block;
		width: 84%;
	}
	#hmb-search-submit {
		background-size: 60%;
		height: 2.4em;
		width: 2.4em;
	}
	#hmb-search-result {
		margin-top: 0;
	}
	#hmb-search-form-hide {
		width: 16%;
	}
	#hmb-search-form-hide .close-block {
		padding: 0;
	}

	#head-main-block .m-pop-show {
		background: #fff;
		border-radius: .7em;
		 -webkit-border-radius: .7em;
		 -moz-border-radius: .7em;
		 -o-border-radius: .7em;
		 -ms-border-radius: .7em;
	}
	#hmb-bottom {
		flex-direction: column;
		font-size: 1.3em;
		color: initial;
	}
	#hmb-bottom .item,
	#store-choice-block .item {
		width: 100%;
		text-align: left;
	}
	#store-choice-block {
		margin-top: 1em;
	}
	#store-choice-block .show.pos-a {
		position: relative;
		top: -2.2em;
		left: 3%;
		width: 94%;
	}
	#store-choice-block .show.pos-a .pop-menu {
		background-color: #c9c7ca;
		margin: 0;
	}
	#hmb-bottom .menu .top-menu-a {
		padding: .5em;
	}
	#hmb-bottom .menu .top-menu-a.lift:after {
		top: .8em;
	}

	#hmb-bottom-menu {
		background-color: #c9c7ca;
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
/*		border: 1px solid #dedb89;*/
		padding: .2em 0 1.8em;
		text-align: center;
		border-radius: .5em .5em 0 0;
		 -webkit-border-radius: .5em .5em 0 0;
		 -moz-border-radius: .5em .5em 0 0;
		 -o-border-radius: .5em .5em 0 0;
		 -ms-border-radius: .5em .5em 0 0;
	}
	#hmb-bottom-menu .hmb-bm-item {
		padding-left: 0;
		width: 20%;
	}
	.hmb-bottom-menu-a .hmb-bm-text {
		display: block;
		margin: 0;
		font-size: .8em;
	}

	#footer {
		padding-bottom: 5.8em;
	}
	#footer-block {
		flex-direction: column;
		text-align: center;
	}
}

@media only screen and (min-width: 1024px) {
	#head.mini {
		height: 2.9em;
		overflow: hidden;
	}
	#hmb-search {
		background: initial;
	}

	#hmb-bottom nav .menu {
		padding: 0 .5em;
	}
	#hmb-bottom .menu .top-menu-a:hover,
	#hmb-bottom .pop-menu .top-menu-a:hover,
	#hmb-bottom .menu .top-menu-a.selected,
	#hmb-bottom .pop-menu .top-menu-a.selected {
		background-color: #9d0506;
		color: inherit;
	}
	#store-choice-block {
		margin-right: -.6em;
		color: #feca26;
	}
	.store-choice-address {
		z-index: 3;
	}
	.store-choice-phone {
		width: 11.5em;
		text-align: left;
	}
}
