.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(150, 150, 141, 0.2));
	filter: drop-shadow(0px 0px 10px rgba(150, 150, 141, 0.2));
}

.header-info {
	position: relative;
	z-index: 20;
	background-color: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
	background: -o-linear-gradient(bottom, #fff, #fff);
	background: linear-gradient(0deg, #fff, #fff);
	-webkit-box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
	box-shadow: 0 4px 5px rgb(0 0 0 / 10%);
}

.header-info__left {
	margin-right: 60px;
}

.header-info__text {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #96968d;
}


.header-info__right .btn {
	display: block;
	min-width: 200px;
}

.header-info__close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
}

.header-info__close svg path {
	-webkit-transition: fill .3s ease-in-out;
	-o-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
}

.header-info__close:hover svg path,
.header-info__close:focus svg path {
	fill: #918767;
}

.header-top {
	position: relative;
	background-color: #fafafa;
	padding: 7.5px 0;
}

.header-info__wrapper {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-top__wrapper,
.header-top__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header-top__catalog svg path,
.header-top__search svg path,
.header-top__logo svg path,
.header-top__item svg path {
	-webkit-transition: fill .3s ease-in-out;
	-o-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
}

.header-top__catalog:hover svg path,
.header-top__search:hover svg path,
.header-top__logo:hover svg path,
.header-top__item button:hover svg path,
.header-top__item a:hover svg path,
.header-top__catalog:focus svg path,
.header-top__search:focus svg path,
.header-top__logo:focus svg path,
.header-top__item button:focus svg path,
.header-top__item a:focus svg path {
	fill: #918767;
}

.header-top__catalog span,
.header-top__back-call span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-top__catalog:hover span,
.header-top__back-call:hover span,
.header-top__catalog:focus span,
.header-top__back-call:focus span {
	color: #918767;
}

.header-top__catalog,
.header-top__sections {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top__catalog {
	margin-right: 30px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.header-top__catalog span {
	display: block;
	font-size: 20px;
	line-height: 32px;
	pointer-events: none;
}

.header-top__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-top__sections {
	display: none;
}

.header-top__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: none;
}

.header-top__right {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top__list {
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-top__item {
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-top__item a,
.header-top__item button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-top__item a {
	outline: none;
}

.header-mobile__item button,
.header-mobile__item a {
	font-family: 'Helvetica Neue';
}

.header-top__login.authorized,
.header-mobile__personal-area.authorized {
	position: relative;
}

.header-top__login.authorized::before,
.header-mobile__personal-area.authorized::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #edd889;
	bottom: -7px;
	right: -7px;
}

.header-top__basket span {
	display: none;
}

.header-top__basket-active span,
.header-top__item-favorites-active span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #edd889;
	bottom: -7px;
	right: -7px;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
}

.header-top__basket,
.header-top__item-favorites {
	position: relative;
}

.header-top__item-search,
.header-top__item-back-call {
	display: none;
}

.header-top__phone {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	outline: none;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.header-top__phone:hover,
.header-top__phone:focus {
	color: #918767;
}

.header-top__back-call {
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.header-top__back-call span {
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.header-bottom {
	background-color: #F1F1F1;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	scrollbar-color: #b1b1b1 #282922;
	scrollbar-width: thin;
}

.header-bottom__wrapper {
	padding: 9.5px 0;
}

.header-bottom__title {
	display: none;
}

.header-bottom__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-bottom__item:not(:last-child) {
	margin-right: 50px;
}

.header-bottom__item-v2 {
	position: relative;
	order: 4;
}

.header-bottom__item h3,
.header-bottom__item a,
.header-bottom__header span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.header-bottom__item h3,
.header-bottom__item a {
	position: relative;
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	-o-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
	outline: none;
	border-bottom: 1px solid transparent;
}

.header-bottom__item h3::before,
.header-bottom__item a::before,
.header-bottom__header span:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #282922;
	height: 1px;
	opacity: 0;
	-webkit-transition: width .3s ease-in-out, opacity .3s ease-in-out;
	-o-transition: width .3s ease-in-out, opacity .3s ease-in-out;
	transition: width .3s ease-in-out, opacity .3s ease-in-out;
}

.header-bottom__item a:hover::before,
.header-bottom__header:hover span::before {
	width: 100%;
	opacity: 1;
}

.header-bottom__item a:focus,
.header-bottom__header:focus {
	border-color: #282922;
}

.header-bottom__item a:focus::before,
.header-bottom__header:focus::before {
	display: none;
}

.header-bottom__item-v2.opened .header-bottom__content {
	opacity: 1;
	visibility: visible;
}

.header-bottom__item-v2.opened .header-bottom__header svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-catalog,
.header-bottom__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #282922;
}

.mobile-catalog span,
.header-bottom__header span {
	position: relative;
	display: block;
	margin-right: 10px;
	-webkit-transition: border-color .3s ease-in-out;
	-o-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	border-bottom: 1px solid transparent;
}

.mobile-catalog svg,
.header-bottom__header svg {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	will-change: transform;
}

.mobile-catalog svg path,
.header-bottom__header svg path {
	-webkit-transition: fill .3s ease-in-out;
	-o-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
}

.header-bottom__content {
	background-color: #fff;
	padding: 16px 20px;
	position: absolute;
	top: 47px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header-bottom__content li:not(:last-child) {
	margin-bottom: 16px;
}

.header-bottom__content a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	white-space: nowrap;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	border: none;
}

.header-bottom__content a::before {
	display: none;
}

.header-bottom__content a:hover,
.header-bottom__content a:focus {
	color: #918767;
}

.header-bottom__close {
	display: none;
}

.header-active .header-bottom {
	opacity: 0;
	visibility: hidden;
}

.header-catalog {
	position: absolute;
	top: 100%;
	left: 120px;
	width: 340px;
	background-color: #fff;
	z-index: -1;
	height: auto;
	max-height: calc(100vh - 68px);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .5s ease-in-out;
	scrollbar-color: #b1b1b1 #282922;
	scrollbar-width: thin;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}

.header-catalog::-webkit-scrollbar {
	width: 5px;
	background-color: #b1b1b1;
}

.header-catalog::-webkit-scrollbar-thumb {
	width: 5px;
	background-color: #282922;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}


.header-catalog.active {
	opacity: 1;
	visibility: visible;
	z-index: 150;
}

.header-catalog__wrapper {
	overflow: auto;
	height: 100%;
}

.header-catalog__head {
	position: fixed;
	padding: 30.5px 0;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 50;
}

.header-catalog__title {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
}

.header-catalog__title span {
	display: block;
	margin-right: 16px;
}

.header-catalog__close {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-catalog__close svg path {
	-webkit-transition: fill .3s ease-in-out;
	-o-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
}

.header-catalog__close:hover svg path,
.header-catalog__close:focus svg path {
	fill: #918767;
}

.header-catalog__body {
	padding: 88px 0 32px;
}

.header-catalog__items {
	padding: 20px;
}

.header-catalog__item+.header-catalog__item {
	border-top: solid 1px #96968D;
	margin-top: 12px;
	padding-top: 12px;
}

.header-catalog__item {
	position: relative;
}

.catalog-card__content {}

.catalog-card__photo {
	z-index: 1;
	height: 100%;
}

.catalog-card__photo picture,
.catalog-card__photo img {
	display: block;
	height: 100%;
	width: 100%;
}

.catalog-card__photo picture {
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
	will-change: transform;
}

.catalog-card__photo img {
	-o-object-fit: cover;
	object-fit: cover;
}

.catalog-card__top {
	cursor: pointer;
}

.catalog-card__top::before {
	content: "";
	position: absolute;
	right: 0;
	tOp: 50%;
	width: 24px;
	height: 24px;
	background-image: url(/local/templates/boconcept/img/arrow_menu.svg);
	margin-top: -12px;
}

.catalog-card__top.active::before {
	-moz-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.catalog-card__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

.catalog-card__title,
.catalog-card__content-link {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #282922;
}

.catalog-card__button {
	display: none;
	margin-left: 10px;
}

.catalog-card__wrapper {
	margin-top: 12px;
	display: none;
}

.catalog-card__item a {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: #282922;
}

.catalog-card__item a:hover,
.catalog-card__item a:focus {
	text-decoration: underline;
}

.catalog-card__list {
	display: flex;
	flex-direction: column;
	opacity: 1;
	width: 100%;
	max-width: 100%;
	padding-left: 20px;
}

.catalog-card__item {
	order: 2;
	margin-top: 16px;
}

.catalog-card__item:last-child {
	order: 1;
	margin-top: 0;
}

.header-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .3s ease-in-out;
	-o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .3s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .3s ease-in-out;
}

.header-search.active {
	opacity: 1;
	visibility: visible;
	z-index: 150;
}

.header-search__field {
	padding: 26px 0;
	background-color: #FAFAFA;
}

.header-search__field .container-v2 {
	position: relative;
}

.header-search__input {
	display: block;
	padding: 0;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	outline: none;
	border: none;
	font-family: 'Helvetica Neue';
	font-weight: 500;
	font-size: 32px;
	line-height: 36px;
	color: #000;
	background-color: transparent;
}

.header-search__input::-webkit-input-placeholder {
	color: #96968D;
}

.header-search__input::-moz-placeholder {
	color: #96968D;
}

.header-search__input:-moz-placeholder {
	color: #96968D;
}

.header-search__input:-ms-input-placeholder {
	color: #96968D;
}

.header-search__close {
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-search__close svg path {
	-webkit-transition: fill .3s ease-in-out;
	-o-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
}

.header-search__close:hover svg path,
.header-search__close:focus svg path {
	fill: #918767;
}

.header-mobile {
	display: none;
}

.search-result {
	background-color: #fff;
}

.search-result__wrapper {
	padding: 40px 0;
	max-width: 550px;
	margin: 0 auto;
}

.search-result__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 9px 0;
	margin-bottom: 10px;
}

.search-result__item {
	width: 250px;
}

.search-result__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 22px 0;
	height: 100%;
}

.search-result__link:hover .search-result__title,
.search-result__link:focus .search-result__title {
	color: #000;
}

.search-result__link picture {
	margin-right: 16px;
	padding: 0 10px;
	min-width: 120px;
	max-width: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-result__link img {
	display: block;
	width: 100%;
}

.search-result__title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #96968D;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.search-result__price {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.search-result__button {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	margin: 0 auto;
	padding: 16px 21px;
	line-height: 18px;
	color: #282922;
	background-color: #F9F9F9;
}

.search-result__button:hover,
.search-result__button:focus {
	background-color: #e8e8e8;
}

.header-top__catalog.active .catalog-btn__line:nth-child(1) {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
}

.header-top__catalog.active .catalog-btn__line:nth-child(2) {
	opacity: 0;
}

.header-top__catalog.active .catalog-btn__line:nth-child(3) {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -6px;
}

.catalog-btn__lines {
	width: 24px;
	height: 24px;
	padding: 5px 2px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: none;
}

.header-top__catalog:hover .catalog-btn__line,
.header-top__catalog.active .catalog-btn__line {
	background-color: #918767;
}

.catalog-btn__line {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #282922;
	margin: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mobile-sub__content {
	display: none;
}

.mobile-sub__header {
	text-align: left;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.mobile-catalog {
	color: #282922;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.header-top__sections.active svg,
.mobile-sub__header.active svg,
.mobile-catalog.active svg {
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

.mobile-catalog__content {
	display: none;
	margin-bottom: -20px;
}

.mobile-catalog__line {
	padding: 16px 0;
}

.mobile-catalog__line+.mobile-catalog__line {
	border-top: solid 1px #96968D;
}

.mobile-sub__header span {
	color: #282922;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}

.mobile-sub__content {
	padding-left: 20px;
	padding-top: 16px;
}

.mobile-sub__content li+li {
	margin-top: 16px;
}

.mobile-sub__content li a {
	font-size: 12px;
	line-height: 14px;
	border: 0;
	margin: 0;
	padding: 0;
}

.header-bottom__item.header-bottom__item__mobile {
	border-bottom: solid 1px #96968D;
	padding-bottom: 20px;
	display: none;
}

.header-top__sections .icon-mobile {
	display: none;
}

.header-top__sections .icon-desktop {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-bottom__social {
	display: none;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.socia-links li {
	width: 100%;
	display: block;
}

.socia-links {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-left: 20px;
}

.socia-links__link svg path {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	fill: #282922;
}

.socia-links__link:hover svg path {
	fill: #9c9376;
	opacity: .75;
}

.socia-links__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

@media (max-width: 1599px) {
	.header-catalog {
		left: 30px;
	}
}

@media (max-width: 1280px) {
	.header-top {
		padding: 10px 0;
	}

	.header-top__catalog svg {
		width: 22px;
		height: 22px;
	}

	.header-top__sections svg {
		width: 24px;
		height: 24px;
		pointer-events: none;
	}

	.header-top__sections svg path {
		-webkit-transition: fill .3s ease-in-out;
		-o-transition: fill .3s ease-in-out;
		transition: fill .3s ease-in-out;
	}

	.header-top__sections:hover svg path,
	.header-top__sections:focus svg path {
		fill: #918767;

	}

	.header-top__catalog span,
	.header-top__sections span {
		display: block;
		font-size: 16px;
		line-height: 22px;
		margin-left: 10px;
	}

	.header-top__sections span {
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;
		pointer-events: none;
	}

	.header-top__sections:hover span,
	.header-top__sections:focus span {
		color: #918767;
	}

	.header-top__sections {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header-top__logo svg {
		width: 114px;
		height: 23px;
	}

	.header-top__list {
		margin-right: 0;
	}

	.header-top__item-search,
	.header-top__item-back-call {
		display: block;
	}

	.header-top__contacts {
		display: none;
	}

	.header-top__item:last-child {
		margin-right: 0;
	}

	.header-top__login svg {
		width: 22px;
		height: 24px;
	}

	.header-top__favorites svg {
		width: 24px;
		height: 22px;
	}

	.header-top__basket svg {
		width: 20px;
		height: 24px;
	}

	.header-bottom {
		position: absolute;
		top: 44px;
		left: 40px;
		width: 340px;
		height: auto;
		overflow: scroll;
		background-color: #fff;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .3s ease-in-out;
		-o-transition: opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .3s ease-in-out;
		transition: opacity .5s ease-in-out, visibility .5s ease-in-out, z-index .3s ease-in-out;
	}

	.header-bottom__title {
		display: none;
	}

	.header-bottom__close {
		display: none;
	}

	.header-bottom.active {
		opacity: 1;
		visibility: visible;
		z-index: 150;
	}

	.header-bottom .container-v2 {
		padding: 20px;
	}

	.header-bottom__wrapper {
		padding: 0;
	}

	.header-bottom__title {
		margin-bottom: 25px;
		display: block;
		text-align: center;
		text-transform: none;
	}

	.header-bottom__list {
		display: flex;
		flex-direction: column;
		align-items: inherit;
	}

	.header-bottom__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.header-bottom__item h3,
	.header-bottom__item a {
		padding-bottom: 12px;
		border-bottom: 1px solid #8B8263;
		-webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out;
		-o-transition: border-color .3s ease-in-out, color .3s ease-in-out;
		transition: border-color .3s ease-in-out, color .3s ease-in-out;
	}

	.header-bottom__item a:hover,
	.header-bottom__item a:focus {
		border-color: #918767;
		color: #918767;
	}

	.mobile-sub__header,
	.header-bottom__header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}

	.header-bottom__item a:hover::before,
	.header-bottom__header:hover span::before,
	.header-bottom__item a:focus::before,
	.header-bottom__header:focus span::before {
		display: none;
	}

	.header-bottom__item-v2,
	.header-bottom__content {
		position: static;
	}

	.header-bottom__content {
		display: none;
		opacity: 1;
		visibility: visible;
		padding: 0;
		margin-top: 12px;
		padding-left: 20px;
	}

	.header-bottom__content a {
		font-size: 12px;
		line-height: 14px;
		padding-bottom: 0;
	}

	.header-bottom__item-v2.opened .header-bottom__content {
		display: block;
	}

	.header-bottom__content a {
		border: none;
		padding: 0;
	}

	.header-bottom__content li:not(:last-child) {
		margin-bottom: 16px;
	}

	.mobile-sub__header span,
	.header-bottom__header span {
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;
	}

	.mobile-sub__header svg path,
	.header-bottom__header svg path {
		-webkit-transition: fill .3s ease-in-out;
		-o-transition: fill .3s ease-in-out;
		transition: fill .3s ease-in-out;
	}

	.mobile-sub__header:hover span,
	.header-bottom__header:hover span,
	.header-bottom__header:focus span {
		color: #918767;
	}

	.mobile-sub__header:hover svg path,
	.header-bottom__header:hover svg path,
	.header-bottom__header:focus svg path {
		fill: #918767;
	}

	.header-bottom__close {
		display: block;
		position: absolute;
		top: 30px;
		right: 64px;
	}

	.header-bottom__close svg path {
		-webkit-transition: fill .3s ease-in-out;
		-o-transition: fill .3s ease-in-out;
		transition: fill .3s ease-in-out;
	}

	.header-bottom__close:hover svg path,
	.header-bottom__close:focus svg path {
		fill: #918767;
	}

	.header-catalog__head {
		padding: 20.5px 0;
	}

	.header-catalog__body {
		padding: 68px 0 32px;
	}

	.catalog-card__button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.catalog-card__button svg {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		-o-transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		will-change: transform;
	}

	.catalog-card__wrapper {}

	.header-search__field {
		padding: 18px 0;
	}

	.header-search__input {
		font-size: 24px;
		line-height: 32px;
	}

	.header-search__close {
		right: 20px;
	}

	.header-search__close svg {
		width: 32px;
		height: 32px;
	}


	.search-result__button.btn {
		padding: 16px 21px;
	}

	.header-top__basket-active span,
	.header-top__item-favorites-active span {
		width: 20px;
		height: 20px;
	}

	.catalog-card__title,
	.catalog-card__content-link {
		font-size: 14px;
		line-height: 16px;
	}

	.catalog-card__item a {
		font-size: 12px;
		line-height: 14px;
	}

	.header-bottom__title {
		display: none;
	}

	.header-bottom__close {
		display: none;
	}

	.header-bottom__item:not(:last-child) {
		margin-bottom: 12px;
	}

	.header-bottom__item h3,
	.header-bottom__item a,
	.header-bottom__header span {
		font-size: 14px;
		line-height: 16px;
	}

	.socia-links {
		flex-direction: row;
		gap: 20px;
		margin-left: 20px;
	}

	.header__top .container-v2 {
		padding: 0 10px;
	}

	.header-bottom__item.header-bottom__item__mobile {
		display: none;
	}

	.header-bottom__item:first-child {
		order: 1;
	}

	.header-bottom__item:nth-child(2) {
		order: 2;
	}

	.header-bottom__item:nth-child(3) {
		order: 3;
	}

	.header-bottom__item {
		order: 5;
	}

	.header-catalog {
		left: 20px;
		max-height: calc(100vh - 34px);
	}

}

@media (max-width: 768px) {
	.header-top__item {
		margin-right: 24px;
	}

	.catalog-card__top {
		margin-bottom: 14px;
	}

	.catalog-card__item a {
		font-size: 14px;
		line-height: 1;
	}

	.catalog-card__item:not(:last-child) {
		margin-bottom: 12px;
	}

	.header-catalog__close {
		right: 30px;
	}

	.header-catalog__close svg {
		width: 32px;
		height: 32px;
	}

	.search-result__wrapper {
		max-width: 500px;
	}

	.search-result__link picture {
		min-width: 100px;
		max-width: 100px;
	}

	.search-result__list {
		gap: 5px 0;
	}

	.search-result__item {
		width: 230px;
	}

	.search-result__list {
		margin-bottom: 5px;
	}

	.header-catalog {
		left: 0;
	}

}

@media (max-width: 650px) {

	.header-info__left {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.header-info__wrapper {
		display: block;
	}

	.header-info__close {
		padding: 5px;
	}

	.header-info__right .btn {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.header-top__item {
		margin-right: 14px;
	}

	.header-top__catalog span,
	.header-top__sections span {
		margin-left: 7px;
		font-size: 14px;
		line-height: 20px;
	}

	.header-top__catalog {
		margin-right: 14px;
	}

	.header-bottom .container-v2 {
		padding: 0 20px;
	}

	.header-bottom__close {
		top: 10px;
		right: 20px;
	}

	.header-catalog__close {
		right: 20px;
	}

	.socia-links {
		gap: 10px;
		margin-left: 10px;
	}
}

@media (max-width: 576px) {
	.header-top__catalog {
		display: none;
	}

	.header-top__sections svg {
		width: 24px;
		height: 24px;
	}

	.header-top__sections span {
		display: none;
	}

	.header-top__logo svg {
		width: 90px;
		height: 18.5px;
	}

	.header-top__item-login,
	.header-top__item-favorites,
	.header-top__item-basket {
		display: none;
	}

	.header-top__item {
		margin-right: 20px;
	}

	.header-mobile {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 90;
		background-color: #FAFAFA;
	}

	.header-mobile__wrapper {
		padding: 8px 0;
	}

	.header-mobile__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-mobile__item:not(:last-child) {
		margin-right: 24px;
	}

	.header-mobile__link,
	.header-mobile__button {
		display: block;
		color: #282922;
	}

	.header-mobile__link svg,
	.header-mobile__button svg {
		display: block;
		margin: 0 auto 5px;
	}

	.header-mobile__link svg path,
	.header-mobile__button svg path {
		-webkit-transition: fill .3s ease-in-out;
		-o-transition: fill .3s ease-in-out;
		transition: fill .3s ease-in-out;
	}

	.header-mobile__link span,
	.header-mobile__button span {
		text-align: center;
		display: block;
		font-size: 12px;
		line-height: 14px;
		-webkit-transition: color .3s ease-in-out;
		-o-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;
	}

	.header-mobile__link:hover span,
	.header-mobile__button:hover span,
	.header-mobile__link:focus span,
	.header-mobile__button:focus span {
		color: #918767;
	}

	.header-mobile__link:hover svg path,
	.header-mobile__button:hover svg path,
	.header-mobile__link:focus svg path,
	.header-mobile__button:focus svg path {
		fill: #918767;
	}

	.header-top {
		padding: 9px 0;
	}

	.header-mobile__basket .amounth {
		display: none;
	}

	.header-mobile__basket-active,
	.header-mobile__favorite-active {
		position: relative;
	}

	.header-mobile__personal-area.authorized::before {
		width: 15px;
		height: 15px;
		bottom: auto;
		top: 12px;
		right: 7px;
	}

	.header-mobile__basket.header-mobile__basket-active .amounth,
	.header-mobile__favorite.header-mobile__favorite-active .amounth {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 17px;
		height: 17px;
		font-size: 10px;
		line-height: 1;
		border-radius: 50%;
		background-color: #edd889;
		top: 12px;
		right: 7px;
	}

	.header-info__text {
		font-size: 14px;
		line-height: 20px;
	}

	.header-info__right .btn {
		min-width: auto;
	}

	.header-bottom__close svg {
		width: 24px;
		height: 24px;
	}

	.header-bottom__wrapper {
		padding: 54px 0 100px;
	}

	.mobile-sub__header a,
	.header-bottom__item a,
	.header-bottom__header span {
		font-size: 18px;
	}

	.header-bottom__content a {
		font-size: 14px;
		line-height: 16px;
	}

	.header-search__input {
		font-size: 16px;
		line-height: 24px;
	}

	.header-search__close svg {
		width: 24px;
		height: 24px;
	}

	.header-search__field {
		padding: 10px 0;
	}

	.search-result__wrapper {
		max-width: none;
		padding: 22px 0;
	}

	.search-result__list {
		display: block;
	}

	.search-result__item {
		width: 100%;
	}

	.search-result__link {
		padding: 14px 0;
	}

	.search-result__link picture {
		min-width: 80px;
		max-width: 80px;
		padding: 0;
	}

	.header-search__result {
		overflow: auto;
		max-height: calc(100vh - 44px);
	}

	.header-search {
		max-height: 100vh;
	}

	.header-catalog__title span {
		font-size: 16px;
		line-height: 24px;
		margin-right: 10px;
	}

	.header-catalog__title svg {
		width: 100px;
		height: 20.5px;
	}

	.header-catalog__head {
		padding: 10px 0;
	}

	.header-catalog__body {
		padding: 44px 0 100px;
	}

	.catalog-card__button {
		margin-left: 12px;
	}

	.catalog-card__item:not(:last-child) {
		margin-bottom: 14px;
	}

	.header-bottom__item.header-bottom__item__mobile {
		display: block;
	}

	.header-top__sections .icon-mobile {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-top__sections .icon-desktop {
		display: none;
	}

	.header-bottom__title {
		display: block;
	}

	.header-bottom__close {
		display: block;
	}

	.header-bottom {
		position: fixed;
		height: 100vh;
		width: 100%;
		left: 0;
		top: 0;
	}

	.header-bottom__social {
		display: flex;
	}

	.header-bottom__item>.header-bottom__header span,
	.header-bottom__item>a {
		font-weight: 700;
	}

	.header-bottom__item.header-bottom__item__mobile {
		border-bottom: solid 1px #96968D;
		padding-bottom: 12px;
	}

	.mobile-catalog__content {
		margin-bottom: -12px
	}

	.header-bottom__item h3,
	.header-bottom__item a {
		padding-bottom: 16px;
	}

	.header-bottom__item:not(:last-child) {
		margin-bottom: 16px;
	}

	.header-bottom__item-v2.opened .header-bottom__content {
		padding-left: 0;
	}

	.header-bottom__item-v2.opened .header-bottom__content li:last-child {
		border-bottom: 0;
	}

	.header-bottom__item-v2.opened .header-bottom__content li {
		border-bottom: solid 1px #96968D;
	}

	.header-bottom__item-v2.opened .header-bottom__content {
		padding-top: 16px;
	}

	.header__top .socia-links {
		display: none;
	}

	.header-catalog{
		width: 320px;
	}
}