/*body #bx-panel.bx-panel-fixed{
	top: unset !important;
	bottom: 0 !important;
}
#panel{
	z-index: 99999;
	position: absolute !important;
}*/
body #panel{
	position: absolute;
	z-index: 999999 !important;
}
body.adminPanel{
	padding-top: 0;
}
.catalogBody{
	padding-top: 0;
}
.header-black{
	background-color: unset;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.catalogMainSection{
	padding: 100px 0 42px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.catalogMainSection::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 70px);
	background: #1B1E25;
	background: linear-gradient(180deg, rgba(27, 30, 37, 1) 0%, rgba(27, 30, 37, 0) 100%);
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0.9;
}
.catalogMainSection::after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: calc(100% - 210px);
	background: #1B1E25;
	background: linear-gradient(180deg, rgba(27, 30, 37, 0) 0%, rgba(27, 30, 37, 1) 100%);
	z-index: 2;
	left: 0;
	bottom: 0;
	opacity: 0.8;
}
.catalogMainSection .catalogSectionsTabs{
	margin-bottom: 0;
	position: relative;
	z-index: 3;
}
.catalogMainSection .breadcrumbs-catalog{
	padding-top: 214px !important;
	position: relative;
	z-index: 3;
}
.catalogMainSection .breadcrumbs-header .main-header{
	margin-left: 0;
	padding-top: 0;
}
.catalogMainSection .catalogSectionsTabs a{
	color: #fff;
}
.catalogMainSection h1{
	color: #fff;
}
.catalogMainSection .breadcrumbs-item a{
	color: #fff;
}
.catalogMainSection .breadcrumbs-item,
.catalogMainSection .breadcrumbs-item-link.special-style{
	color: rgba(255, 255, 255, 0.5)
}
.breadcrumbs-item::after{
	margin-left: 10px;
}
.catalogMainSectionMobileImage{
	display: none;
}
.cartTrigger .icon svg{
	margin-left: 2px;
}
.social-link:hover:not(.social-inst) svg path,
.header-contacts-link:hover .header-contacts-icon svg, .header-contacts-link:active .header-contacts-icon svg, .header-contacts-link:focus .header-contacts-icon svg,
.header-contacts-icon svg,
.social-link svg{
	fill: none;
}
.header-black .header-contacts-link{
	font-size: 13px;
	letter-spacing: 0.7px;
}
.header-contacts-icon{
	margin-right: 11px;
}
.header-black .header-contacts-link:hover,
.header-black .header-contacts-link:active,
.header-black .header-contacts-link:focus{
	color: #fff;
}



.header-search-button, .header-search-button-submit,
.header-search-button svg, .header-search-button-submit svg{
	width: 16px;
	min-width: 16px;
	height: 14px;
}
.header.header_new .header-menu-search .header-search-input{
	padding: 0;
	border: unset;
	height: 14px;
	line-height: 14px;
	letter-spacing: 0.7px;
	font-size: 14px;
}

.header-menu-button-text{
	letter-spacing: 0.7px;
}
.header-menu-arrow{
	fill: none;
}
.childSections{
	margin-top: 80px;
}
.childSectionItem .mobileImage{
	display: none;
}
.childSectionItem a{
	display: block;
	position: relative;
}
.childSectionItem a .csTitle{
	display: block;
	align-items: center;
	position: absolute;
	top: 30px;
	left: 32px;
	font-family: "Orchidea", "Arial", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #fff;
	z-index: 2;
}
.childSectionItem a .csTitle::after{
	content: '';
	display: inline-block;
	position: relative;
	top: -1px;
	right: -6px;
	width: 4px;
	height: 6px;
	background: url("../img/svg/arrow_right.svg") no-repeat center;
	background-size: contain;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.childSectionItem.darkText a .csTitle{
	color: #1E1E1E;
}
.childSectionItem.darkText a .csTitle::after{
	background: url("../img/svg/arrow_right_dark.svg") no-repeat center;
	background-size: contain;
}
.childSectionItem a:hover .csTitle::after{
	right: -9px;
}
.childSectionItem a img{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}
.childSections{
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}
.childSectionItem{
	width: calc(50% - 1px);
}
.childSectionItem4{
	margin-top: -240px;
}
.childSectionItem.noImage{
	height: 300px;
	background: url("../img/no_photo.png") no-repeat center;
	background-size: cover;
}
.childSectionItem.noImage a{
	width: 100%;
	height: 100%;
}
.footer-copyright{
	margin-top: 80px;
}
.footerMenuTitle{
	font-family: "Orchidea", "Arial", sans-serif;
	font-size: 14px;
	letter-spacing: 1.4px;
	margin-bottom: 28px;
}
.footer-copyright,
.footer-nav-link{
	font-size: 14px;
	line-height: 16px;
	color: #72716E;
}
.footer-nav-item+.footer-nav-item{
	margin-top: 20px;
}
.footer-tel{
	letter-spacing: 2px;
}
.footer-callback-trigger{
	font-size: 14px;
	line-height: 16px;
}
.footer-address{
	display: inline-block;
	margin-top: 46px;
	font-size: 14px;
	line-height: 16px;
}
.footer-social .social-link+.social-link{
	margin-left: 0;
}
.footer-social{
	margin-top: 40px;
	gap: 16px;
	justify-content: flex-end;
}
.cookie-modal{
	position: fixed;
}
.newSection .catalog-filter.filter{
	display: none;
}
.newSection .catalog-filter-sort-list{
	padding: 0;
	border: unset;
	overflow: unset;
}
.newSection .newFilters .quickSorting{
	margin-right: -14px;
}
.newSection .newFilters{
	margin-left: -14px;
}
.newSection ul.catalog-list .category-product-list{
	border: unset;
	column-gap: 25.5px;
	row-gap: 20px;
}
.newSection .product{
	border: unset;
	width: calc(100% / 3 - 17px);
	margin: 0;
}
.newSection .product.hover-effect:hover .product-inner{
	box-shadow: unset;
}
.newSection .catalog-list{
	margin-top: 30px;
}
.newSection .product-img{
	/* width: 100%;
	height: auto;
	max-height: 460px; */
	/* height: 370px; */
	height: 460px;
	width: 100%;
	object-fit: cover;
}
.newSection .product-img img{
	object-fit: cover;
}
.newSection .product-inner{
	padding: 0;
}
.newSection .product-labels{
	top: unset;
	bottom: 0;
	width: 100%;
	justify-content: center;
}
.newSection .hoverImageIndicators{
	padding: 20px 21px 0 21px;
}
.newSection .hoverImageIndicators .hoverImageItemIndicator::before{
	opacity: 1;
	background: #7F7F7F;
}
.newSection .hoverImageIndicators .hoverImageItemIndicator.active::before{
	opacity: 1;
	background: #4E76C6;
}
.newSection .product-title{
	letter-spacing: 0.2px;
	min-height: unset;
}
.newSection .price_container{
	margin-top: 8px;
	color: #72716E;
}
.newSection .product-price{
	color: #72716E;
	font-size: 16px;
	letter-spacing: 0.2px;
	margin-bottom: 0;
}
.newSection ._product-bottom{
	margin-top: 8px;
}
body .newSection .sku-item-color-container,
body .newSection .sku-item-text-container{
	padding: 0 !important;
}
.newSection .sku-item-color{
	border-radius: 5px;
}
.newSection .sku-item-color-container{
	width: 22px;
	height: 22px;
	border-radius: 5px;
}
.newSection .category-pagination-more{
	padding: 0;
	margin: 30px 0 0 0;
}
.catalog.newSection{
	padding-bottom: 0;
	margin-bottom: 80px;
}
.newSection .pagination-item{
	border: 1px solid #ECEAE7;
}
.newSection .pagination-item.active,
.newSection .pagination-item:hover{
	border-color: #1E1E1E;
}
.catalogSectionsTabs.marginedTop{
	margin: 100px 0 19px 0;
}
.newBreadcrumbs .breadcrumbs-item{
	font-size: 12px;
}
.newBreadcrumbs.catalogNextLevel .main-header{
	font-size: 20px;
	letter-spacing: 2px;
	display: inline-flex;
	align-items: center;
	gap: 3px;
}
.counterInTitle{
	font-size: 14px;
	color: #BFC0C7;
	letter-spacing: 1.4px;
	display: block;
	height: 20px;
	opacity: 0;
}
.counterInTitle .text{
	display: none;
}
.childSectionsMaybeSlider{
	margin: 20px 0 12px 0;
}
.childSectionsMaybeSlider.few-slides .slick-track{
	/*justify-content: center !important;*/
	display: flex;
	width: auto !important;
	transform: unset !important;
}
.childSectionsMaybeSlider .slick-list{
	margin: 0 0px 0 -5px;
}
.childSectionItemRounded{
	border: 1px solid #ECEAE7;
	border-radius: 88px;
	padding: 12px 40px 12px 12px;
	margin: 0 5px;
	float: left;
}
.childSectionItemRounded a{
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 26px;
}
.childSectionItemRounded .image{
	width: 120px;
	height: 120px;
	border-radius: 120px;
	overflow: hidden;
	background: #E7E3DB;
	display: block;
}
.childSectionItemRounded .image img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.childSectionItemRounded .csrTitle{
	display: block;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #1E1E1E;
	font-weight: 500;
	font-family: "Orchidea", "Arial", sans-serif;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.childSectionItemRounded a:hover .csrTitle{
	color: #4E76C6;
}


.childSectionsMaybeSlider .slick-arrow{
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #ECEAE7;
	top: 50%;
	margin-top: -25px;
	text-indent: -9999px;
	z-index: 10;
	background: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.childSectionsMaybeSlider .slick-arrow.slick-disabled{
	display: none !important;
}
.childSectionsMaybeSlider .slick-arrow:hover{
	background: #E7E3DB;
}
.childSectionsMaybeSlider .slick-arrow::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
	background: url("../img/svg/small-right.svg") no-repeat center;
	background-size: contain;
}
.childSectionsMaybeSlider .slick-arrow.slick-prev::before{
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.childSectionsMaybeSlider .slick-arrow.slick-prev{
	left: -5px;
}
.childSectionsMaybeSlider .slick-arrow.slick-next{
	right: -5px;
}
.childSectionsMaybeSlider{
	height: 146px;
	overflow: hidden;
}
.childSectionsMaybeSlider.slick-initialized{
	height: auto;
	overflow: unset;
}
.childSectionsMaybeSlider::after{
	content: '';
	display: block;
	width: 83px;
	height: 100%;
	top: 0;
	right: 0;
	background: #FFF;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 9;
	position: absolute;
}
.childSectionsMaybeSlider.not-first-slide::before{
	content: '';
	display: block;
	width: 83px;
	height: 100%;
	top: 0;
	left: -5px;
	background: #FFF;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 9;
	position: absolute;
}
.catalog.newSection.noSubsections{
	margin-top: -7px;
}
.catalog.newSection.noSubsections::before{
	content: '';
	display: block;
	position: absolute;
	left: -50%;
	top: 27px;
	width: 200%;
	height: 1px;
	background: #ECEAE7;
}
.category.main{
	overflow-x: hidden;
}
.catalogMainSection .counterInTitle{
	display: none !important;
}
.newSection .sectionSeoText{
	width: 100%;
}
.catalog.newSection.noSubsections[data-level="1"]::before{
	display: none;
}
.catalog.newSection{
	z-index: 9;
}
.quickFilterRow{
	order: 1;
}
.quickFilterRow.disabled{
	order: 2;
}
.quickFilterRow.noImage .img{
	display: none;
}
.footer-social .social-link:hover svg path,
.footer-social .social-link svg path{
	fill: #fff;
}
.newBreadcrumbs[data-level="1"] .breadcrumbs-header{
	justify-content: center;
	text-align: center;
}
.newBreadcrumbs[data-level="1"] .breadcrumbs-list{
	display: none !important;
	visibility: hidden;
	position: absolute;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.social{
		gap: 10px;
	}
	.header-menu-button{
		padding: 25px 22px;
	}
	.header-social{
		margin-right: 18px;
	}
	.header-contacts{
		gap: 48px;
	}
}
@media screen and (max-width: 1460px) {
	.childSectionItem4{
		margin-top: -193px;
	}
	.container{
		padding-left: 14px;
		padding-right: 14px;
	}
	.newSection .product-img{
		height: 370px;
	}
}
@media screen and (max-width: 1210px) {
/*	.breadcrumbs-item{
		display: inline-block;
	}*/
	.childSectionItem4 {
		margin-top: -156px;
	}
	.newSection .product-img {
		height: 293px;
	}
}
@media screen and (max-width: 991px) {
	.newSection .newFilters{
		margin-left: 0;
	}
	.newSection .product{
		width: calc(100% / 2 - 13px);
	}
	.newSection .product-img {
		height: 348px;
	}
	.childSectionItem4 {
		margin-top: -121px;
	}
	.childSectionItem a .csTitle{
		top: 20px;
		left: 20px;
		font-size: 12px;
		letter-spacing: 1.2px;
	}
	.footer-inner{
		padding-top: 85px;
	}
	.footer-tel{
		margin-bottom: 8px;
	}
	.footer-address{
		margin-top: 28px;
	}
	.footer-social{
		margin-top: 20px;
		gap: 16px;
	}
	.footer-copyright{
		margin-top: 0;
	}
	.footer-last{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.newSection .product-img img{
		height: 100%;
	}
	.newBreadcrumbs .breadcrumbs-list{
		display: none;
	}
	.newBreadcrumbs .breadcrumbs-item a {
		font-size: 12px;
		line-height: 100%;
		letter-spacing: 0.1px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}
	.newBreadcrumbs .breadcrumbs-item a::before{
		content: '';
		display: block;
		width: 9px;
		height: 9px;
		background: url("../img/svg/small-right_2.svg") no-repeat center;
		background-size: contain;
	}
	.newBreadcrumbs .breadcrumbs-item{
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.newBreadcrumbs .breadcrumbs-item::after{
		display: none;
	}
	.childSectionsMaybeSlider .slick-dots{
		gap: 10px;
	}
	.childSectionsMaybeSlider .slick-dots li{
		margin: 0;
		width: 100%;
	}
	.childSectionsMaybeSlider .slick-dots li button{
		width: 100%;
	}
	.childSectionsMaybeSlider {
		/*display: none;*/
		position: relative;
	}
	.childSectionItemRounded{
		padding: 8px 20px 8px 8px;
	}
	.childSectionsMaybeSlider.not-first-slide::before,
	.childSectionsMaybeSlider::after{
		display: none;
	}
	.childSectionItemRounded .image{
		width: 80px;
		height: 80px;
		min-width: 80px;
		min-height: 80px;
	}
	.childSectionItemRounded a{
		gap: 12px;
	}
	.childSectionItemRounded .csrTitle{
		font-size: 11px;
		line-height: 16px;
		letter-spacing: 1px;
	}
	.newBreadcrumbs.catalogNextLevel .main-header{
		flex-wrap: wrap;
		gap: 0;
		justify-content: center;
		text-align: center;
		width: 100%;
	}
	.newBreadcrumbs.catalogNextLevel .main-header .counterInTitle .text{
		display: block;
		text-transform: none;
	}
	.newBreadcrumbs.catalogNextLevel .main-header .counterInTitle{
		width: 100%;
		height: auto;
		display: flex;
		gap: 6px;
		width: 100%;
		justify-content: center;
	}
	.catalogSectionsTabs.marginedTop {
		border-bottom: 1px solid #ECEAE7;
		margin-top: 78px;
	}
	.newBreadcrumbs.catalogNextLevel{
		padding-top: 10px !important;
		/*margin-bottom: -36px;*/
	}
	.catalog.newSection.noSubsections::before{
		display: none;
	}
	.newBreadcrumbs.catalogNextLevel .main-header{
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 1.4px;
	}
	.counterInTitle{
		font-size: 12px;
		line-height: 18.5px;
		letter-spacing: 0.1px;
	}
	.newSection .product{
		width: 100%;
	}
	.newSection .product-img {
		height: 348px;
	}
	.category .newSection .product-title{
		font-size: 16px;
		letter-spacing: 0.2px;
	}
	.childSections{
		margin-top: 16px;
	}
	.childSectionItem4 {
		margin-top: 0;
	}
	.childSectionItem a .desktopImage{
		display: none;
	}
	.childSectionItem a .mobileImage{
		display: block;
	}
	.childSectionItem img{
		object-fit: cover;
	}
	.childSectionItem{
		width: calc(50% - 0.5px);
	}
	.childSectionItem1,
	.childSectionItem4{
		width: 100%;
	}
	.childSections{
		gap: 1px;
	}
	.childSections[data-count="2"] .childSectionItem{
		width: 100% !important;
	}
	.cartCounter{
		top: -4px;
		right: -6px;
		text-indent: 1px;
	}
	.cartTrigger .icon{
		width: 36px;
		height: 36px;
	}
	.header {
		padding-top: 7px;
		height: 52px;
	}
	.header-active{
		max-height: 100vh;
		height: 100vh;
		background-color: #FCFCFD;
	}
	.header-black.header-active .header-search-button-submit svg path{
		fill: #1E1E1E;
	}
	.header.header_new .header-logo{
		margin-left: 18px;
	}
	.header-contacts-icon{
		margin-right: 8px;
	}
	.header-social{
		gap: 8px;
	}
	.header-contacts{
		gap: 8px;
		margin-left: 0;
	}
	.catalogSectionsTabs a{
		padding-bottom: 5px;
	}
	.catalogMainSection{
		padding: 78px 0 27px 0;
		background-position: center right;
	}
	.catalogMainSection .breadcrumbs-list{
		display: none;
	}
	.catalogMainSection .breadcrumbs-catalog{
		padding-top: 197px !important;
	}
	.catalogMainSection .main-header{
		font-size: 28px;
		text-align: center;
	}
	.catalogSectionsTabs a{
		font-size: 12px;
	}
	.catalogMainSection .catalogSectionsTabs{
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
}
@media screen and (max-width: 600px){
	.catalogMainSectionMobileImage{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}
@media screen and (max-width: 575px){
	.header-container{
		padding-right: 16px;
	}
	body .container.newContainer{
		padding-left: 16px;
		padding-right: 16px;
	}
	main.category .newSection .container{
		max-width: unset;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.childSectionItemRounded a{
		flex-wrap: wrap;
		justify-content: center;
	}
	.childSectionItemRounded .csrTitle{
		width: 100%;
		text-align: center;
	}
	.childSectionItemRounded{
		border-radius: 10px;
		padding: 8px;
	}
	.childSectionsMaybeSlider .slick-track{
		display: flex;
		align-items: stretch;
	}
	.childSectionsMaybeSlider .slick-track .slick-slide{
		height: auto;
	}
}
@media screen and (max-width: 480px){
	.category .newSection .catalog-list .category-product-list .product:nth-child(even) {
		border: unset;
	}
	.childSectionItem a .csTitle{
		max-width: calc(100% - 40px);
	}
}
@media screen and (max-width: 356px){
	.header-social .social-item:not(.social-item-max){
		display: none;
	}
	.childSectionItem a .csTitle{
		font-size: 10px;
		top: 14px;
		left: 14px;
		max-width: calc(100% - 28px);
	}
}