/* Deferred: desktop nav, catalog mega-menu, mobile menu, search dropdown, breadcrumbs. */

.header__catalog-main.active .catalog__nav,
.search_result.active {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.catalog__nav-dt>.menu-item:hover>a {
	background: -o-linear-gradient(344.14deg, #ff6a16 -14.72%, #ffa216 111.57%);
	background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%)
}

.header__nav,
.swiper-btn {
	-webkit-box-align: center
}

.header__nav .menu-item a:hover {
	color: var(--orange)
}

.swiper-btn-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.swiper-btn svg {
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit
}

.swiper-btn svg path {
	fill: #ff6a16
}

.swiper-btn.swiper-button-disabled svg path {
	fill: #c7ced5
}

.sw-pag .swiper-pagination {
	bottom: 0;
	line-height: 1
}

.sw-pag .swiper-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: #c7ced5
}

.sw-pag .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 5px;
	height: 5px;
	background: -o-linear-gradient(344.14deg, #ff6a16 -14.72%, #ffa216 111.57%);
	background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%)
}

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-gap: 15px;
	max-width: none;
	margin: 0 auto
}

.header__nav-wrap {
	margin-top: var(--head-height)
}

.header__nav-wrap .main-navigation {
	border-bottom: 1px solid #f8f8fa
}

.header__nav .menu-item,
.load-block,
.mobilenav-header,
.mobilenav-menu,
.mobilenav-wc,
.mobilenav-wc-list-contact,
.wpcf7-form,
.wpcf7-form .form-submit,
main.loading {
	position: relative
}

.header__nav .menu-item a {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .04em;
	color: var(--gray);
	transition: .4s ease-in-out
}

.header__nav .menu-item.menu-item-has-children>a::before {
	position: absolute;
	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: -5px;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.header__nav .menu-item.menu-item-has-children>.sub-menu {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 6;
	min-width: 340px;
	left: 50%;
	border-radius: 20px;
	width: calc(100% + 20px);
	top: 100%;
	padding: 20px;
	-webkit-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	background: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.catalog__nav-dt,
.catalog__nav-dt .sub-menu {
	min-height: 240px;
	border-radius: 20px 0 0 20px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out
}

.header__nav .menu-item.menu-item-has-children>.sub-menu .menu-item a {
	padding: 10px 0;
	font-weight: 600
}

.header__nav .menu-item.menu-item-has-children:hover>a::before {
	-webkit-transform: translate(0, -50%) rotateX(180deg);
	transform: translate(0, -50%) rotateX(180deg);
	background: url(../img/icons/arrow-down-orange.svg) center/contain no-repeat
}

.header__nav .menu-item.menu-item-has-children:hover>a::after {
	width: 100%
}

.header__nav .menu-item.menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.header__nav .menu-item.menu-item-has-children::before {
	position: absolute;
	z-index: 5;
	content: "";
	background: 0 0;
	left: 50%;
	bottom: 5px;
	width: 200%;
	max-width: 200px;
	height: 25px;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%)
}

.header__nav>.menu-item>a {
	padding: 20px 10px
}

.header__nav>.menu-item>a::after {
	bottom: 18px
}

.header-empty .header__addons-contact {
	position: relative;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 30px
}

.header-empty .footer__contact-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.catalog__nav-dt {
	position: absolute;
	z-index: 5;
	top: calc(100% + 10px);
	left: 0;
	min-width: 260px;
	background: var(--gray);
	padding: 20px 0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition: .5s ease-in-out
}

.catalog__nav-dt::before {
	position: absolute;
	z-index: 2;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--gray);
	border-radius: 20px 0 0 20px
}

.catalog__nav-dt .sub-menu,
.search_result {
	position: absolute;
	min-width: 260px;
	background: #fff;
	left: 0;
	opacity: 0
}

.catalog__nav-dt a {
	position: relative;
	padding: 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .04em;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.banner del,
.slidetabs .tabs-item-link a {
	line-height: 1
}

.catalog__nav-dt>.menu-item {
	padding: 0 10px
}

.catalog__nav-dt>.menu-item>a {
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 10px;
	color: #fff;
	border-radius: 58px
}

.catalog__nav-dt>.menu-item.menu-item-has-children>a::before {
	position: absolute;
	content: "";
	right: -10px;
	top: 0;
	height: 100%;
	width: 10px
}

.catalog__nav-dt>.menu-item.menu-item-has-children>a::after {
	position: absolute;
	content: "";
	right: 8px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 10px;
	height: 10px;
	background: url(../img/icons/arrow_right_white.svg) center/contain no-repeat
}

.catalog__nav-dt>.menu-item:hover>a {
	background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%)
}

.catalog__nav-dt>.menu-item>.sub-menu {
	opacity: 0;
	overflow: hidden;
	height: 0;
	width: 0;

}

.catalog__nav-dt>.menu-item:hover>.sub-menu {
	opacity: 1;
	border-radius: 0 20px 20px 0;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	height: auto;
	width: auto;
	left: -50px;
}

.catalog__nav-dt .sub-menu {
	z-index: 1;
	top: 0;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	transition: .5s ease-in-out;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
	grid-gap: 10px
}

.catalog__nav-dt .menu-item-has-children.active .sub-menu {
	opacity: 1
}

.catalog__nav-dt .menu-item-has-children.active .sub-menu .menu-item {
	width: auto
}

.catalog__nav-dt .sub-menu .menu-item a:hover,
.herobanner-title span,
.search_result .s-item a:hover {
	color: var(--orange)
}

.search_result {
	z-index: 5;
	top: calc(100% + 10px);
	width: 100%;
	padding: 20px 10px;
	border-radius: 20px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	pointer-events: none;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .04em
}

.search_result .s-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 10px;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.breadcrumb-list span,
.mobilenav-menu .site-nav,
.search_result .s-item figure {
	display: -webkit-box;
	display: -ms-flexbox
}

.search_result .s-item p {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.search_result .s-item figure {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 40px;
	width: 40px;
	height: 40px
}

.search_result .s-item figure img {
	max-width: 32px;
	-o-object-fit: contain;
	object-fit: contain
}

.search_result-list,
.search_result-list > li {
	margin: 0;
	padding: 0;
	list-style: none
}

.search_result .s-item figure,
.search_result .s-item p {
	margin: 0;
	padding: 0
}

.search_result .oll-searching {
	margin-top: 15px
}

.search_result .oll-searching a {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 8px;
	color: var(--orange)
}

.breadcrumb_last,
.search_result .oll-searching p {
	color: #5c5c66
}

.home .header__nav-wrap .main-navigation {
	border-bottom: none
}

.breadcrumb-list {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 20px;
	white-space: nowrap
}

.breadcrumb-list span {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 10px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.breadcrumb-list a,
.breadcrumb-list>span>span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #5c5c66
}

.breadcrumb-list>span>span:first-child>a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	min-height: 24px;
	font-weight: 400;
	color: #5c5c66;
	width: auto;
	height: auto;
	background: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.breadcrumb-list>span>span:first-child>a::before {
	content: "";
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background-color: #5c5c66;
	-webkit-mask: url(../img/icons/home.svg) center/contain no-repeat;
	mask: url(../img/icons/home.svg) center/contain no-repeat;
}

.breadcrumb-list i {
	flex-shrink: 0;
	width: 6px;
	height: 8px;
	display: block;
	font-style: normal;
	border-radius: 0;
	background-color: #5c5c66;
	-webkit-mask: url(../img/icons/arrow_right_single.svg) center / contain no-repeat;
	mask: url(../img/icons/arrow_right_single.svg) center / contain no-repeat;
}

.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-not-hovered img,
.menu-image-title-before.menu-image-title {
	padding-right: 0
}

.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title,
.menu-image-title-before.menu-image-not-hovered img {
	padding-left: 0
}

.wc-notices .woocommerce-error,
.wc-notices .woocommerce-info,
.wc-notices .woocommerce-message,
.wc-notices .woocommerce-noreviews,
.wc-notices p.no-comments {
	padding: 15px;
	margin-bottom: 20px;
	background: -o-linear-gradient(344.14deg, #ff6a16 -14.72%, #ffa216 111.57%);
	background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%);
	border-radius: 10px;
	color: #fff;
	font-weight: 300
}

.popup-consult .popup__close,
.wc-notices .woocommerce-error {
	background: #333
}

.header.burger-active .mobilenav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.catalog__nav-mb-wrap,
.mobilenav {
	position: fixed;
	overflow: hidden;
	z-index: 100;
	top: 0;
	left: 0;
	width: calc(100% - 32px);
	max-width: 480px;
	height: 100%;
	background: var(--gray);
	color: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out
}

.mobilenav {
	visibility: hidden
}

.mobilenav__block {
	overflow-y: auto;
	padding: 20px 20px 40px 30px
}

.mobilenav-header::before,
.mobilenav-menu::before,
.mobilenav-wc::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #464646
}

.mobilenav-header {
	padding: 0 0 10px
}

.mobilenav-wc {
	padding: 20px 0 30px
}

.mobilenav-wc-list {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px
}

.mobilenav-wc-list-compare a {
	position: relative;
	padding: 0 0 0 35px
}

.mobilenav-wc-list-compare a::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 22px;
	height: 22px;
	background: url(../img/icons/compare.svg) center center/contain no-repeat;
}

.mobilenav-wc-list-compare a.is-compare::before {
	background: url(../img/icons/compare-active.svg) center center/contain no-repeat;
}

.mobilenav-wc-list-wish a,
.mobilenav-wc-list-wish a.wishlist_products_counter {
	position: relative;
	padding-left: 35px
}

.mobilenav-wc-list-wish a.wishlist_products_counter::before,
.mobilenav-wc-list-wish a::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	content: "" !important;
	width: 22px;
	height: 22px;
	background: url(../img/icons/heart.svg) center 55%/contain no-repeat;
}

.mobilenav-wc-list-contact .phone-numbers {
	pointer-events: none;
	opacity: 0;
	position: absolute;
	z-index: 5;
	left: calc(50% - 5px);
	width: calc(100% + 20px);
	bottom: -10px;
	padding: 15px;
	border-radius: 8px;
	-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);
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.mobilenav-wc-list-contact .phone-numbers-item a {
	padding: 5px 0 5px 10px;
	font-weight: 700;
	font-size: 14px;
	color: #333;
	letter-spacing: .04em;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.mobilenav-wc-list-contact .phone-numbers-btn {
	position: relative;
	background: 0 0;
	padding: 0 13px 0 34px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .04em
}

.mobilenav-wc-list-contact .phone-numbers-btn span {
	position: relative;
	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
}

.mobilenav-wc-list-contact .phone-numbers-btn::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/icons/phone-orange.svg) center/contain no-repeat;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -55%);
	-ms-transform: translate(0, -55%);
	transform: translate(0, -55%)
}

.mobilenav-wc-list .btn-compare.is-compare .count-compare,
.mobilenav-wc-list .wishlist_products_counter_number {
	position: relative;
	margin-left: 2px
}

.mobilenav-wc-list .btn-compare.is-compare .count-compare::before,
.mobilenav-wc-list .wishlist_products_counter_number::before {
	content: "( ";
	letter-spacing: -.5px
}

.mobilenav-wc-list .btn-compare.is-compare .count-compare::after,
.mobilenav-wc-list .wishlist_products_counter_number::after {
	content: " )";
	letter-spacing: -.5px
}

.mobilenav-menu {
	padding: 30px 0
}

.mobilenav-menu .site-nav {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-gap: 30px
}

.mobilenav-menu .site-nav .menu-item a {
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .04em
}

.mobilenav-menu .site-nav .menu-item.current-menu-item a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 1px
}

.mobilenav-menu .site-nav .menu-item.menu-item-has-children>a::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: url(../img/icons/arrow_right_single.svg) center/contain no-repeat;
	right: 0;
	top: 5px;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.mobilenav-menu .site-nav .menu-item.menu-item-has-children .sub-menu {
	overflow: hidden;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.mobilenav-menu .site-nav .menu-item.menu-item-has-children .sub-menu .menu-item {
	padding: 10px 0
}

.mobilenav-menu .site-nav .menu-item.menu-item-has-children .sub-menu .menu-item:first-child {
	padding: 20px 0 10px
}

.mobilenav-menu .site-nav .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
	padding: 10px 0 0
}

.mobilenav-menu .site-nav .menu-item.menu-item-has-children .sub-menu .menu-item a {
	padding-left: 15px
}

.mobilenav-menu .site-nav .menu-item.menu-item-has-children .sub-menu .menu-item a::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	background: #fff;
	left: 0;
	top: 8px
}

.mobilenav-menu .site-nav .menu-item.menu-item-has-children.active>a::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.mobilenav-footer {
	font-size: 14px;
	letter-spacing: .04em;
	justify-content: left !important
}

.mobilenav-footer .lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 10px
}

.mobilenav-footer .lang-item a {
	font-weight: 700;
	color: #c7ced5;
	text-transform: uppercase;
	border: 1px solid #c7ced5;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	padding: 5px;
	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
}

.mobile-catalog-close::before,
.mobilenav-catalog-btn i::before,
.mobilenav-close::before {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 20px;
	background: url(../img/icons/arrow_right_double.svg) center/contain no-repeat;
	top: 50%;
	content: ""
}

.mobilenav-footer .lang-item.current-lang a {
	border: 1px solid var(--orange);
	color: var(--orange)
}

.mobilenav-close {
	width: 40px;
	height: 40px
}

.mobilenav-catalog-btn {
	width: 100%;
	background: -o-linear-gradient(344.14deg, #ff6a16 -14.72%, #ffa216 111.57%);
	background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%);
	border-radius: 10px;
	padding: 10px 10px 10px 20px;
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	letter-spacing: .04em;
	margin-bottom: 30px
}

.mobilenav-catalog-btn i {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--gray)
}

.mobilenav-catalog-btn i::before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg)
}

.mobile-catalog-close,
.mobilenav-close {
	position: relative;
	background: 0 0
}

.mobile-catalog-close::before,
.mobilenav-close::before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.catalog__nav-mb-wrap {
	top: 72px;
	width: 100%;
	height: calc(100% - 72px);
	z-index: 2;
	padding: 20px 30px;
	overflow-y: auto
}

.catalog__nav-mb-wrap .mobile-catalog-close {
	margin-bottom: 40px;
	color: #fff;
	padding-left: 30px;
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 18px
}

.catalog__nav-mb-wrap .mobile-catalog-close::before {
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.catalog__nav-mb-wrap.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.catalog__nav-mb>.menu-item>a {
	margin-bottom: 15px;
	font-weight: 600
}

.catalog__nav-mb .sub-menu li a {
	padding: 9px 0
}


.bur-btn,
button.burger-btn.bur-btn,
button.catalog-btn.bur-btn {
	overflow: hidden;
	position: relative
}

.bur-btn span,
button.burger-btn.bur-btn span {
	pointer-events: none
}

.bur-btn.active .menu-btn__line {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0)
}

.bur-btn.active .menu-btn__close::before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

.bur-btn.active .menu-btn__close::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .85s;
	-o-transition-delay: .85s;
	transition-delay: .85s
}

.bur-btn .menu-btn__line {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 2px;
	background: #fff;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left
}

.bur-btn .menu-btn__line:first-child {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

.bur-btn .menu-btn__line:nth-child(2) {
	-webkit-transition-delay: .55s;
	-o-transition-delay: .55s;
	transition-delay: .55s
}

.bur-btn .menu-btn__line:nth-child(3) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

.bur-btn .menu-btn__line:nth-child(4) {
	-webkit-transition-delay: .85s;
	-o-transition-delay: .85s;
	transition-delay: .85s
}

.bur-btn .menu-btn__close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
	-ms-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
	transform: rotate(-45deg) translateX(-50%) translateY(-50%);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

.bur-btn .menu-btn__close::after,
.bur-btn .menu-btn__close::before {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.bur-btn .menu-btn__close::before {
	width: 2px;
	height: 20px;
	top: 0;
	left: 50%;
	margin-left: -1px;
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top
}

.bur-btn .menu-btn__close::after {
	width: 20px;
	height: 2px;
	top: 50%;
	left: 0;
	margin-top: -1px;
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right
}

.bur-btn.is-active .menu-btn__line:first-child {
	-webkit-transition-delay: .45s;
	-o-transition-delay: .45s;
	transition-delay: .45s
}

.bur-btn.is-active .menu-btn__line:nth-child(2) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

.bur-btn.is-active .menu-btn__line:nth-child(3) {
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s
}

.bur-btn.is-active .menu-btn__line:nth-child(4) {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.home .header__nav-wrap .main-navigation {
	border-bottom: none
}

.breadcrumb-list {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 20px;
	white-space: nowrap
}

.breadcrumb-list span {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 10px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.breadcrumb-list a,
.breadcrumb-list>span>span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #5c5c66
}

.breadcrumb-list>span>span:first-child>a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	min-height: 24px;
	font-weight: 400;
	color: #5c5c66;
	width: auto;
	height: auto;
	background: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.breadcrumb-list>span>span:first-child>a::before {
	content: "";
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background-color: #5c5c66;
	-webkit-mask: url(../img/icons/home.svg) center/contain no-repeat;
	mask: url(../img/icons/home.svg) center/contain no-repeat;
}

.breadcrumb-list i {
	flex-shrink: 0;
	width: 6px;
	height: 8px;
	display: block;
	font-style: normal;
	border-radius: 0;
	background-color: #5c5c66;
	-webkit-mask: url(../img/icons/arrow_right_single.svg) center / contain no-repeat;
	mask: url(../img/icons/arrow_right_single.svg) center / contain no-repeat;
}


.catalog-btn,
.header__catalog-btn {
	border: 0;
	padding: 0;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none
}

.header__search .searchform .search-field {
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.header__search .searchform .search-field:focus,
.header__search .searchform .search-field:focus-visible {
	border: none;
	outline: none;
	box-shadow: none
}

.header__search .searchform::before {
	content: ""
}

@media all and (min-width: 1101px) {
	.header-logo.logo {
		width: auto;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		line-height: 0
	}

	.header-logo img {
		display: block;
		width: auto;
		height: auto;
		max-width: 160px;
		max-height: 50px;
		object-fit: contain
	}
}

/* === Responsive === */

@media all and (max-width:1100px) {
	.hide-on-mobile {
		display: none !important;
		visibility: hidden !important
	}

	.header .container-nav,
	.header-logo,
	.header__addons-compare,
	.header__addons-contact .phone-numbers-btn span,
	.header__addons-lang,
	.header__addons-wish,
	.header__catalog,
	.hide-mobile {
		display: none
	}

	.hide-mobile {
		visibility: hidden;
		width: 0;
		height: 0;
		position: absolute;
		pointer-events: none
	}

	.burger-btn,
	body.loaded .mobilenav {
		visibility: visible
	}

	.header__main {
		padding: 15px 0
	}

	.header.active-form .searchform-label,
	.header__search {
		max-width: 600px
	}

	.header__search .searchform {
		border-radius: 10px
	}

	.header__search .searchform-label {
		max-width: 400px
	}

	.header__search .searchform::before {
		left: 10px
	}

	.header__search .searchform .search-field {
		padding: 10px 45px 10px 40px;
		border-radius: 10px
	}

	.header.active-form .searchform .search-field {
		padding: 10px 15px
	}

	.header__addons-contact {
		width: 40px;
		height: 40px;
		min-width: 40px
	}

	.header__addons-contact .phone-numbers {
		width: calc(100% + 150px);
		max-width: calc(100vw - 40px);
		left: auto;
		right: 0;
		position: absolute;
		z-index: 10
	}

	.header__addons-contact.list-open .phone-numbers {
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		transform: translate(0, 100%);
		z-index: 201
	}

	.header__addons-contact.list-open {
		z-index: 200
	}

	.header__addons-contact .phone-numbers-btn {
		width: 100%;
		height: 100%;
		padding: 0;
		background: #f8f8fa;
		border-radius: 8px
	}

	.burger-btn,
	.header__addons-cart .cart-contents {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
		flex-shrink: 0
	}

	.header__addons-contact .phone-numbers-btn::before {
		width: 22px;
		height: 22px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.header__addons-contact .phone-numbers-btn::after {
		content: none
	}

	.header__addons-cart .cart-contents .count {
		right: 3px;
		top: 4px
	}

	.header__addons-cart .cart-contents::before {
		width: 23px;
		height: 23px
	}

	.header__addons,
	.header__main,
	.header__main-content {
		grid-gap: 10px
	}

	.header-empty .header__addons-contact.list-open .header__addons-widgets {
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		transform: translate(0, 100%)
	}

	.header-empty .header__addons-contact .header__addons-widgets {
		pointer-events: none;
		opacity: 0;
		position: absolute;
		bottom: -24px;
		right: 0;
		border-radius: 20px;
		min-width: 335px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		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);
		-webkit-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
		transition: .4s ease-in-out
	}

	.header-empty .header__addons-contact .footer__contact-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		grid-gap: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.burger-btn,
	button.burger-btn.bur-btn {
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		grid-gap: 4px;
		background: var(--gray);
		z-index: 55;
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
		flex-shrink: 0;
		overflow: hidden;
		line-height: normal;
		border-radius: 8px;
		-webkit-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
		transition: .4s ease-in-out
	}

	.burger-btn .reset-btn {
		border: none;
		margin: 0;
		padding: 0;
		width: auto;
		overflow: visible;
		background: 0 0;
		color: inherit;
		font: inherit;
		line-height: normal;
		-webkit-font-smoothing: inherit;
		-moz-osx-font-smoothing: inherit;
		-webkit-appearance: none
	}

	main {
		padding-top: var(--head-height)
	}
}

@media all and (max-width:1366px) {
	.header__catalog {
		max-width: 150px
	}
}

@media all and (max-width:1100px) {
	.search_result {
		position: fixed;
		left: 20px;
		width: calc(100% - 40px);
		top: calc(var(--head-height, 70px) + 10px);
		max-height: calc(100vh - var(--head-height, 70px) - 30px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}

	.breadcrumb-list {
		overflow: visible;
		white-space: normal;
		padding: 16px 0;
	}

	.breadcrumb-list > span {
		flex-wrap: wrap;
		row-gap: 8px;
		column-gap: 10px;
		align-items: center;
		max-width: 100%;
	}

	.breadcrumb-list > span > span {
		max-width: 100%;
		word-break: break-word;
	}

	.breadcrumb-list > span > span:first-child > a {
		flex-shrink: 0;
	}

	.breadcrumb-list i {
		flex-shrink: 0;
		width: 6px;
		height: 8px;
		display: block;
		font-style: normal;
		border-radius: 0;
		background-color: #5c5c66;
		-webkit-mask: url(../img/icons/arrow_right_single.svg) center / contain no-repeat;
		mask: url(../img/icons/arrow_right_single.svg) center / contain no-repeat;
	}
}

@media all and (max-width:480px) {
	.header__search,
	.header__search .searchform-label {
		background: var(--grayl);
		border-radius: 10px
	}

	.header__search .searchform {
		background: var(--grayl)
	}

	.header__search .searchform .search-field {
		padding: 10px 15px 10px 40px;
		background: 0 0
	}

	.header-empty .header__addons-contact .header__addons-widgets,
	.header__addons-contact .phone-numbers {
		position: fixed;
		left: 50%;
		right: auto;
		bottom: -8px;
		-webkit-transform: translate(-50%, 120%);
		-ms-transform: translate(-50%, 120%);
		transform: translate(-50%, 120%);
		width: calc(100vw - 20px);
		min-width: 0;
		max-width: calc(100vw - 20px);
	}

	.header-empty .header__addons-contact.list-open .header__addons-widgets,
	.header__addons-contact.list-open .phone-numbers {
		-webkit-transform: translate(-50%, 100%);
		-ms-transform: translate(-50%, 100%);
		transform: translate(-50%, 100%)
	}
}

@media all and (min-width: 1100px) {
	.mobilenav {
		display: none
	}
}
