.catalog-btn,
.header__search .searchform .btn-cancel {
	-webkit-box-orient: vertical;
	grid-gap: 4px;
	-webkit-box-direction: normal
}

.catalog-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: var(--gray);
	-webkit-box-shadow: 0 0 15px rgba(88, 0, 0, .3);
	box-shadow: 0 0 15px rgba(88, 0, 0, .3);
	border-radius: 50%
}

.catalog-btn span.menu-btn__line {
	height: 1px;
	width: 11px
}

.catalog-btn span.menu-btn__close {
	width: 11px;
	height: 11px
}

.catalog-btn span.menu-btn__close::before {
	width: 1px;
	height: 11px
}

.catalog-btn span.menu-btn__close::after {
	height: 1px;
	width: 11px
}

.header .footer__contact a:hover {
	color: var(--orange)
}

.header__catalog-main {
	background: -o-linear-gradient(344.14deg, #ff6a16 -14.72%, #ffa216 111.57%);
	background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%);
}

.logo {
	width: 100%;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.header {
	position: relative;
	z-index: 100
}

.header-logo {
	margin-right: 40px
}

.header__main {
	display: flex;
	align-items: center;
	padding: 10px 0;
	position: relative;
	gap: 20px;
	min-height: 62px;
	box-sizing: border-box;
}

.header__main-wrap {
	width: 100%;
	position: fixed;
	z-index: 55;
	top: 0;
	left: 50%;
	max-width: 100%;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	overflow: visible
}

html.asic-layout-ready .header__main-wrap {
	-webkit-transition: -webkit-transform .5s ease-in-out, box-shadow .5s ease-in-out;
	-o-transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
	transition: transform .5s ease-in-out, box-shadow .5s ease-in-out;
}

.header__main-wrap.on-hide {
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	pointer-events: none
}

.header__main-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	grid-gap: 20px
}

.header__main::after {
	display: none
}

.header__catalog {
	width: 100%;
	max-width: 200px
}

.header__catalog-main {
	position: relative;
	background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%);
	border-radius: 52px;
	padding: 10px 10px 10px 20px
}

.header__catalog-name {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .04em;
	color: #fff
}

.header__search {
	position: relative;
	width: 100%;
	max-width: 418px;
	overflow: visible
}

.header__search .searchform {
	position: relative;
	border-radius: 58px;
	overflow: hidden
}

.header__search .searchform-label {
	position: relative;
	display: block;
	max-width: 310px;
	-webkit-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out
}

.header__search .searchform-label::after {
	pointer-events: none;
	position: absolute;
	z-index: 3;
	content: "";
	width: 24px;
	height: 24px;
	right: 13px;
	top: 25%;
	background: url(../img/icons/refresh.svg) center/contain no-repeat;
	opacity: 0;
	visibility: hidden;
	animation: none
}

.header__search .searchform input[type=search]::-webkit-search-cancel-button,
.header__search .searchform input[type=search]::-webkit-search-decoration,
.header__search .searchform input[type=search]::-webkit-search-results-button,
.header__search .searchform input[type=search]::-webkit-search-results-decoration {
	display: none
}

.header__search .searchform::before {
	position: absolute;
	pointer-events: none;
	z-index: 2;
	width: 20px;
	height: 20px;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
	background: url(../img/icons/search-icon.svg) center/contain no-repeat;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.header__search .searchform .search-field {
	display: block;
	background: var(--grayl);
	border-radius: 58px;
	padding: 15px 45px 15px 60px;
	font-family: var(--M);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .04em;
	text-transform: none;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	-webkit-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out
}

.header__addons-contact .phone-numbers,
.header__search .searchform .btn-cancel {
	position: absolute;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out
}

.header__search .searchform .search-field::-webkit-input-placeholder {
	font-family: var(--M);
	font-weight: 400;
	color: #c7ced5;
	text-transform: none
}

.header__search .searchform .search-field::-moz-placeholder {
	font-family: var(--M);
	font-weight: 400;
	color: #c7ced5;
	text-transform: none;
	opacity: 1
}

.header__search .searchform .search-field:-ms-input-placeholder {
	font-family: var(--M);
	font-weight: 400;
	color: #c7ced5;
	text-transform: none
}

.header__search .searchform .search-field::-ms-input-placeholder {
	font-family: var(--M);
	font-weight: 400;
	color: #c7ced5;
	text-transform: none
}

.header__search .searchform .search-field::placeholder {
	font-family: var(--M);
	font-weight: 400;
	color: #c7ced5;
	text-transform: none;
	opacity: 1
}

.header__search .searchform .btn-cancel {
	z-index: 2;
	width: 20px;
	height: 20px;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--gray);
	-webkit-box-shadow: 0 0 15px rgba(88, 0, 0, .3);
	box-shadow: 0 0 15px rgba(88, 0, 0, .3);
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	transition: .4s ease-in-out
}

.header__search .searchform .btn-cancel::after,
.header__search .searchform .btn-cancel::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	background: #fff
}

.header__search .searchform .btn-cancel::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.header__search .searchform .btn-cancel::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.header__search .searchform.has-value .btn-cancel,
body.in-search .background-blur {
	opacity: 1;
	pointer-events: all
}

.header__search.loading .searchform-label .btn-cancel {
	opacity: 0;
	pointer-events: none
}

.header__addons-wish a.wishlist-counter-with-products .wishlist_products_counter_number,
.header__addons-wish a.wishlist_products_counter.wishlist-counter-with-products .wishlist_products_counter_number {
	opacity: 1;
}

.header__search.loading .searchform-label::after {
	opacity: 1;
	visibility: visible;
	-webkit-animation: 1.5s linear infinite spin;
	animation: 1.5s linear infinite spin;
}

.header.active-form .searchform-label {
	max-width: 500px
}

.header.active-form .searchform::before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}

.header.active-form .searchform .search-field {
	padding: 15px
}

.header__addons-contact {
	position: relative;
	width: 175px;
	min-width: 175px;
	overflow: visible;
	z-index: 2
}

.header__addons,
.header__main,
.header__main-content {
	overflow: visible
}

.header__addons-wc {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.header__addons-contact .phone-numbers {
	position: absolute;
	z-index: 10;
	pointer-events: none;
	opacity: 0;
	left: 0;
	border-radius: 20px;
	min-width: 335px;
	width: calc(100% + 20px);
	bottom: -24px;
	padding: 30px;
	-webkit-transform: translate(0, 120%);
	-ms-transform: translate(0, 120%);
	transform: translate(0, 120%);
	background: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	transition: .4s ease-in-out
}

.header__addons-contact .phone-numbers-btn {
	position: relative;
	background: 0 0;
	padding: 0 13px 0 34px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	min-height: 20px;
	border: 0;
	cursor: pointer;
}

.header__addons-contact .phone-numbers-btn span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .04em;
	background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header__addons-contact .phone-numbers-btn::after,
.header__addons-contact .phone-numbers-btn::before {
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header__addons-contact .phone-numbers-btn::before {
	width: 20px;
	height: 20px;
	background: url(../img/icons/phone-orange.svg) center/contain no-repeat;
	left: 0
}

.header__addons-contact .phone-numbers-btn::after {
	background: url(../img/icons/arrow-down-orange.svg) center/contain no-repeat;
	width: 10px;
	height: 10px;
	right: 0;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.header__addons-contact.list-open .phone-numbers {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	opacity: 1;
	pointer-events: all;
	z-index: 201
}

.header__addons-contact.list-open .phone-numbers-btn::after {
	-webkit-transform: translateY(-50%) rotateX(180deg);
	transform: translateY(-50%) rotateX(180deg);
}

.header__addons-contact.list-open {
	z-index: 200
}

.header__main-wrap .container {
	overflow: visible
}

.header:has(.header__addons-contact.list-open) .header__main-wrap {
	z-index: 60
}

.contact-banner {
	background: #f8f8fa;
	border-radius: 20px;
	padding: 20px
}

.contact-banner-item {
	position: relative;
	padding-left: 27px
}

.contact-banner-item-icon {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 15px;
	max-width: 20px;
	max-height: 20px
}

.contact-banner-item-title {
	color: #7d8389
}

.contact-banner-item ul {
	margin-top: 10px
}

.contact-banner-item a {
	text-decoration: none
}

.header__addons-lang {
	position: relative;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: 0 22px;
}

.header__addons-lang::after,
.header__addons-lang::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 40px;
	background: #f8f8fa;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.header__addons-lang::before {
	left: 0
}

.header__addons-lang::after {
	right: 0
}

.header__addons-lang .lang-select-current {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0 11px 0 0;
	min-width: 31px;
}

.catalog__nav-mb .menu-item img,
.header__addons-cart .cart-contents .amount,
.header__addons-cart .cart-contents .count span,
.header__addons-wish .wishlist_products_counter_text,
body.woocommerce-checkout .header .burger-btn {
	display: none
}

.header__addons-lang .lang,
.header__addons-lang .lang-select-current::after {
	position: absolute;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out
}

.header__addons-lang .lang-select-current::after {
	content: "";
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/icons/arrow-down-dark.svg) center/contain no-repeat;
	width: 10px;
	height: 10px;
	right: 0;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.header__addons-lang .lang {
	pointer-events: none;
	opacity: 0;
	left: 50%;
	width: 100%;
	bottom: -24px;
	padding: 5px 20px;
	border-radius: 10px;
	-webkit-transform: translate(-50%, 120%);
	-ms-transform: translate(-50%, 120%);
	transform: translate(-50%, 120%);
	background: #fff;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
	transition: .4s ease-in-out
}

.header__addons-lang .lang-item a {
	position: relative;
	padding: 10px 0;
	font-weight: 700;
	font-size: 14px;
	color: #c7ced5;
	letter-spacing: .04em;
	text-align: center;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.header__addons-lang .lang-item a::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #c7ced5), color-stop(20%, rgba(255, 255, 255, 0)));
	background-image: -o-linear-gradient(left, #c7ced5 40%, rgba(255, 255, 255, 0) 20%);
	background-image: linear-gradient(to right, #c7ced5 40%, rgba(255, 255, 255, 0) 20%);
	background-position: top;
	background-size: 5px 2px;
	background-repeat: repeat-x
}

.header__addons-lang .lang-item.current-lang a,
.header__addons-lang .lang-item:hover a,
.mobilenav-wc-list-contact .phone-numbers-item a:hover {
	background: -o-linear-gradient(344.14deg, #ff6a16 -14.72%, #ffa216 111.57%);
	background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.header__addons-lang .lang-item.current-lang a::before,
.header__addons-lang .lang-item:hover a::before {
	background-image: linear-gradient(to right, #ff6a16 40%, rgba(255, 255, 255, 0) 20%)
}

.header__addons-lang.list-open .lang,
.mobilenav-wc-list-contact.list-open .phone-numbers {
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	opacity: 1;
	pointer-events: all
}

.header__addons-lang.list-open .lang-select-current::after,
.mobilenav-wc-list-contact.list-open .phone-numbers-btn::after,
.product-attr .select2-container.select2-container--open .select2-selection__arrow {
	-webkit-transform: translateY(-50%) rotateX(180deg);
	transform: translateY(-50%) rotateX(180deg);
}

.header__addons-compare a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	flex-shrink: 0;
	background: none;
}

.header__addons-compare a::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background: url(../img/icons/compare.svg) center center/contain no-repeat;
}

.header__addons-compare a.is-compare::before {
	background-image: url(../img/icons/compare-active.svg);
}

/* Бейджи-счётчики: сравнение, избранное (светлый круг #ebeff4 + оранжевая цифра). */
.header__addons-wc .header__addons-compare a .count-compare,
.header__addons-wc .header__addons-wish a.wishlist-counter-with-products .wishlist_products_counter_number,
.header__addons-wc .header__addons-wish a.wishlist_products_counter.wishlist-counter-with-products .wishlist_products_counter_number {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 2;
	background: #ebeff4;
	color: #ff6a16;
	border-radius: 50%;
	min-width: 20px;
	min-height: 20px;
	padding: 2px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	opacity: 1;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: currentColor;
	background-clip: border-box;
	text-fill-color: currentColor;
}

.header__addons-wc .header__addons-compare a .count-compare:empty,
.header__addons-wc .header__addons-wish a.wishlist-counter-with-products .wishlist_products_counter_number:empty,
.header__addons-wc .header__addons-wish a.wishlist_products_counter.wishlist-counter-with-products .wishlist_products_counter_number:empty {
	display: none;
}

.header__addons-wish a.wishlist_products_counter,
.header__addons-wish a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	flex-shrink: 0;
}

.header__addons-wish a.wishlist_products_counter::before,
.header__addons-wish a::before {
	display: block;
	margin: 0;
	width: 20px;
	height: 20px;
	content: "" !important;
	background: url(../img/icons/heart.svg) center 55%/contain no-repeat;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.header .footer__contact a {
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.header__addons-wish a.wishlist-counter-with-products::before,
.header__addons-wish a.wishlist_products_counter.wishlist-counter-with-products::before,
.mobilenav-wc-list-wish a.wishlist-counter-with-products::before,
.mobilenav-wc-list-wish a.wishlist_products_counter.wishlist-counter-with-products::before {
	background: url(../img/icons/heart-active.svg) center 55%/contain no-repeat;
}

.header__addons-cart.popup-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
}

.header__addons-cart .cart-contents {
	pointer-events: none;
	position: relative;
	width: 50px;
	height: 50px;
	background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%);
	border-radius: 10px;
	transition: opacity 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.popup-link {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.header__addons-cart.popup-link:hover .cart-contents,
.header__addons-cart.popup-link:focus-visible .cart-contents {
	opacity: 0.88;
}

.header__addons-cart.popup-link:active .cart-contents {
	transform: scale(0.94);
	opacity: 0.82;
}

.header__addons-cart.popup-link.is-active .cart-contents {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px rgba(255, 106, 22, 0.45);
}

.header__addons-cart .cart-contents .count {
	position: absolute;
	right: 7px;
	top: 6px;
	background: var(--gray2);
	color: #fff;
	border-radius: 50%;
	min-width: 18px;
	min-height: 15px;
	text-align: center;
	padding: 1px 2px;
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px
}

.header__addons-cart .cart-contents::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/icons/cart-icon.svg) center/contain no-repeat;
	width: 26px;
	height: 23px
}

.catalog__nav-mb .sub-menu,
.header .footer__contact,
.header .footer__social {
	font-size: 14px;
	letter-spacing: .04em
}

.header .footer__contact a {
	color: var(--gray);
	transition: .4s ease-in-out
}

.header .footer__social {
	margin-top: 15px;
	padding-left: 29px
}

.header .footer__social-title {
	color: #7d8389;
	font-weight: 400
}

.header__addons-contact .phone-numbers .footer__contact-icon img,
.mobilenav-wc-list-contact .phone-numbers .footer__contact-icon img {
	-webkit-filter: brightness(0) saturate(100%);
	filter: brightness(0) saturate(100%);
	opacity: .8
}
