
.bx-red,
.bx-theme-red {
	--primary: #D82046;
	--theme-color-primary: #D82046;
	--theme-color-second: #BA052A;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #D82046;
	--theme-b-link-hover: #BA052A;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #D82046;
	--theme-b-bd-primary: #D82046;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #BA052A;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #BA052A;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #4D495C;
	--theme-color-primary: #4D495C;
	--theme-color-second: #D82046;
	--theme-color-light: #D82046;
	--theme-b-link: #D82046;
	--theme-b-link-hover: #D82046;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #4D495C;
	--theme-b-bd-primary: #4D495C;
	--theme-b-sd-primary: rgba(20, 20, 20, 0.254);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #4D495C;
	--theme-b-bd-primary-hover: #4D495C;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #4D495C;
	--theme-b-bd-primary-active: #4D495C;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #4D495C;
	--theme-b-bd-primary-disabled: #4D495C;
}


:root {
    font-family: "Onest", sans-serif !important;
}

* {
    border-radius: 0;
    outline: medium none;
    margin: 0;
}

a, a:visited {
    color: #D82046;
    text-decoration: underline;
}

a:hover {
    color: #D82046;
    text-decoration: none;
}

select, option {
    -webkit-opacity: 1;
    -webkit-appearance: none;
}

body {
	background-attachment: fixed;
	background-size: cover;
    font-family: "Onest", sans-serif;
	background-color: #F6F6F6;
	font-size: 14px;
	line-height: 125%;
	/* opacity: 0.0;
		transition: all 1.00s ease-in-out; */
}

.carousel-item img,
#loyalty img,
#certificates img,
.bx-header, 
.header-tags,
.home-banner, 
.home-categories,
.bx-breadcrumb,
.page-title,
.block-title,
.catalog-section-list-tile-list,
.catalog-section-sidebar,
.sort-list,
.product-item-detail-left,
.product-item-detail-right,
.catalog-block-header,
.personal-sidebar,
.personal-main,
article {
    opacity: 0.0;
	transition: all 0.60s ease-in-out;
}

.fixed-form .page-title {
opacity: 1.0;
}

#panel {
	position: fixed;
	width: 100%;
	z-index: 9999;
}

    body.noscroll,
    html.nosccroll {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: auto;  /* Firefox */
        overflow: hidden;
    }

    body.noscroll::-webkit-scrollbar,
    html.nosccroll::-webkit-scrollbar {
        display: none;
        overflow: hidden;
    }


#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
        font-family: "Onest", sans-serif;
  color: #3B3A3F;
	font-weight: 700;
    font-size: 36px;
	margin: 20px 0px;
}

.text-primary {
color: #3B3A3F !important;
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: transparent;
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { 

}

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }


header .wrap-flex {
    justify-content: space-between;
    align-items: center;
}


.wrapper {
	width: 100%;    
	max-width: 1320px;
	margin: 0px auto;
	padding: 0px 0px;
	box-sizing: border-box;
	}
	
	.wrapper.relative {
	position: relative;
	}


.wrap-flex {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: normal;
}

	.wrap-flex-end {
		display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: normal;
	}
	
	.wrap-flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: normal;
	}
	
	.wrap-flex-top {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		}
	
	.wrap-flex-baseline {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
	
	.wrap-flex-start {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	}
	
	.wrap-flex-start-between {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
	
	
	.wrap-flex-normal {
		display: flex;
		flex-wrap: wrap;
		justify-content: normal;
		align-items: normal;
	}

	.main-header {
		padding: 35px 0px;
	}

	.top-menu {
		background: #fff;
		mix-blend-mode: normal;
		width: 100%;
		padding: 16px 0px;
		color: #3B3A3F;
		font-size: 13px;
	  }

	  .top-menu-part div {
		display: inline-block;
	  }

	  	  .top-menu-part div.top-menu-address {
	      margin-right: 20px;
		  }
		  
	  .top-menu a {
		text-decoration: none;
		color: #3B3A3F;
		display: inline-block;
		margin: 0px 6px;
		font-size: 13px;
	  }

	  

	  .top-menu a:hover {
		text-decoration: underline;
		color: #3B3A3F;
	  }

/*region Logo*/
.logo, .bx-logo-block {
	display: block;
	max-width: 200px;
	height: auto;
	border-bottom: none;
}

.logo img, .bx-logo-block img {
	max-width: 100%;
	width: auto;
}

.wrapper-relative {
	position: relative;
}



a.catalog-menu-btn {
	background-color: #D82046;
	background-image: url('images/catalog-menu.svg');
	background-size: auto auto;
	background-position: 20px center;
background-repeat: no-repeat;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	border-radius: 30px;
	text-align: center;
	height: 48px;
	box-sizing: border-box;
        padding: 15px 25px 15px 55px;

	text-decoration: none;
	cursor: pointer;
	position: relative;
    z-index: 1;
}

a.catalog-menu-btn:hover {
	text-decoration: none;
	background-color: #BA052A;
	color: #fff;
}


a.catalog-menu-btn.active {
	background-color: #D82046;
	background-image: url('images/catalog-menu-cross.svg');
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 20px center;
	text-decoration: none;
	color: #fff;

}

.header-catalog-buttons {
	display: flex;
	flex-wrap: wrap;
}

.header-catalog-button-extra {
	position: relative;
    z-index: 0;
background-color: #fff;
color: #3E2E2E;
    font-size: 15px;
    line-height: 18px;
    border-radius: 30px;
	margin-left: -50px;
    text-align: center;
    height: 48px;
    box-sizing: border-box;
    padding: 15px 25px 15px 65px;
    text-decoration: none;
		transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.header-catalog-button-extra:hover {
background-color: #D82046;
		color: #fff;
}

.header-catalog-button-extra a {
	color: #3E2E2E;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
	transition: all 0.2s ease-in-out;
    text-decoration: none;
	
}

.header-catalog-button-extra:hover a {
	text-decoration: none;
	color: #fff;
}

.catalog-menu-tabs {
	display: none;
	flex-wrap: wrap;
	height: auto;
	margin: 0px 0px 10px;
	padding: 0px 0px;
	box-sizing: border-box;
	justify-content: space-between;
}

.catalog-menu-tabs a, .catalog-menu-tabs a:hover, .catalog-menu-tabs a:visited {
color: #3E2E2E;
border-radius: 25px;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration: none;
padding: 8px 16px;
background: #D82046;
color: #fff;
display: block;
width: 48%;
text-align: center;
font-weight: 400;
animation: fadeIn 0.2s ease-in-out forwards;
}

.catalog-menu-tabs a.active {
background: #D82046;
color: #fff;
}

.catalog-menu-tabs.active {
	display: flex;
	height: auto;
}



	.top-center-header, .top-center-header a {
color: #3E2E2E;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
	}

	.top-center-header a {
margin: 0px 8px;
text-decoration: none;
	}

		.top-center-header a:hover {
text-decoration: underline;
		}


.top-header-menu-right {
	width: 200px;
	color: #4D495C;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
    justify-content: space-between;
	position: relative;
}

.top-header-menu-right a {
	color: #4D495C;
	font-size: 12px;
	display: block;
	text-decoration: none;
	text-align: center;
	width: auto;
}

.top-header-menu-right a:hover {
	color: #D82046;
}

.top-header-menu-right img {
	display: block;
	margin: 0px auto 6px;
	text-align: center;
	filter: brightness(0%);
	/* filter: grayscale(1); */
}

.top-header-menu-right a:hover > img {
	filter: grayscale(0);
	filter: brightness(100%);
}

.top-header-menu-right a.homepage-link, .top-header-menu-right a.catalog-link {
	display: none;
}


.top-header-menu-right a:hover > svg path {
	fill: #D82046; 
  }

  .basket-link {
	position: relative;
  }

  .basket-count {
	position: absolute;
	border-radius: 12px;
	display: block;
	width: auto;
	background-color: #D82046;
	color: #fff;
        font-family: "Onest", sans-serif;
	padding: 2px 8px;
	top: -10px;
    right: -10px;
  }


.page404 {
padding: 80px 0px;
text-align: center;
}

.bx-404-block {
	margin-bottom: 20px;
}

.catalog {
padding: 40px 0px;
}

.catalog-menu {
	width: 100%;
    height: calc(100vh - 0px);
	position: absolute;
	background-color: #fff;
	z-index: 99;
	left: 0;
	top: auto;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	overflow: hidden;
	display: none;
	padding: 25px 0px;
}

.catalog-menu div {
	height: 100%;
}

.catalog-menu .row {
	max-width: 1320px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	height: 100%;
}

.catalog-menu .col::before {
	content: ' ';
	width: 100%;
	height: 100vh;
	position: absolute;
    right: calc(100% - 280px);
	z-index: 1;
	background-color: #fff;
}


.catalog-menu-list-left {
	width: 280px;
	height: 100%;
	background-color: #fff;
	padding-left: 0rem;
	padding-top: 20px;
	padding-right: 5px;
	    font-family: "Onest", sans-serif;
		border-right: 1px solid #E7E7E7;
		box-sizing: border-box;
}

.menubar {
	overflow: auto;
}

.catalog-menu-list-left ul {
	overflow: auto;
	padding: 0px 0px 0px 0px;
}

.catalog-menu-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
}

.catalog-menu ul {
list-style-type: none;
padding-left: 0rem;
height: 100%;
}

.catalog-menu ul.sub-menu {
padding: 0px 0px 0px 15px;
display: none;
}

.catalog-menu .child-of ul {
width: 100%;
max-width: 480px;
padding: 0px 0px 0px 40px;
}

.catalog-menu .catalog-section-list-list li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 8px 0px;
	box-sizing: border-box;
		color: #4D495C;
	font-size: 14px;
	font-weight: 500;
	padding: 0px 30px 0px 8px;
}

.catalog-menu .catalog-section-list-list li img {
	opacity: 0.5;
	width: 32px;
	height: auto;
    margin: 0px 5px 0px 0px;
}

.catalog-menu .catalog-section-list-list li:hover img,
.catalog-menu .catalog-section-list-list li.active img {
opacity: 1.0;
}

.catalog-menu .catalog-section-list-list li:hover,
.catalog-menu .catalog-section-list-list li.active {
	background: #F7F7F7 url(images/menu-arrow.svg) no-repeat 95% center;

}



.catalog-menu .catalog-section-list-list li.first-li {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 0px 10px 8px;
	display: none;
}

.catalog-menu .catalog-section-list-list li.first-li:hover, 
.catalog-menu .catalog-section-list-list li.first-li.active {
		background: transparent;
}

.catalog-menu .catalog-section-list-list li.first-li a,
.catalog-menu .catalog-section-list-list li.first-li div {
color: #3E2E2E;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
display: inline-block;
width: calc(100% - 60px);
}

.catalog-menu .catalog-section-list-list li.first-li:hover a {
	text-decoration: underline;
}

.catalog-menu .catalog-section-list-list li.first-li svg {
	height: auto;
	width: auto;
	display: inline-block;
	vertical-align: middle;
    margin: 0px 5px 0px 0px;
}


.catalog-menu .catalog-section-list-list .sub-menu li {
padding: 0px 0px 0px 0px;
border-radius: 0px;
}

.catalog-menu .catalog-section-list-list .sub-menu li img {
display: none;
}

.catalog-menu .catalog-section-list-list .sub-menu li:hover,
.catalog-menu .catalog-section-list-list .sub-menu li.active {
background: transparent;
}


.catalog-menu .catalog-section-list-list .child-of li:hover a {
text-decoration: underline;
}

.catalog-menu .catalog-section-list-list .child-of li.menu-relative:hover a {
text-decoration: underline;
}

.catalog-menu .catalog-section-list-list .child-of li,
.catalog-menu .catalog-section-list-list .child-of li {
background: none;
cursor: pointer;
}

.catalog-menu .catalog-section-list-list .child-of li.menu-relative,
.catalog-menu .catalog-section-list-list .child-of li.menu-relative:hover {
	background: transparent url(images/menu-arrow.svg) no-repeat 95% center;
}

.catalog-menu .catalog-section-list-list .child-of li.back-to-parent-section {
	    margin-bottom: 30px;
		background: none;
cursor: pointer;
color: #9C9C9C;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.catalog-menu .catalog-section-list-list .child-of li.back-to-parent-section:hover {
background: none;
cursor: pointer;
color: #9C9C9C;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.catalog-menu .catalog-section-list-list .child-of li.back-to-parent-section svg {
	display: inline-block;
	vertical-align: middle;
	    height: auto;
		margin-right: 8px;
}

.catalog-menu .catalog-section-list-list .child-of li.back-to-parent-section a {
background: none;
color: #9C9C9C;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: inline-block;
vertical-align: middle;
    width: auto;
	    height: auto;
}

.catalog-menu .catalog-section-list-list .child-of li.back-to-parent-section:hover a {
	text-decoration: underline;
	background: none;
}


.catalog-menu .catalog-section-list-list .child-of li.parent-section a {
	font-weight: 700;
}


.catalog-section-list-list .catalog-section-list-item:before {
	display: none !important;
}

.catalog-section-list-list-link {
    white-space: normal;
}

.catalog-menu .catalog-section-list-list-title, 
.catalog-menu a.catalog-section-list-item-link {
	margin: 0px 0px;
color: #3E2E2E;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.catalog-menu .catalog-section-list-list li a {
	padding: 15px 0px 15px 5px;
	box-sizing: border-box;
	color: #4D495C;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	    font-family: "Onest", sans-serif;
	text-decoration: none;
	width: calc(100% - 40px);
	
	/* text-transform: lowercase; */
}

.catalog-menu .catalog-section-list-list .child-of li a {
	padding: 5px 0px 5px 0px;
}


.catalog-menu .catalog-section-list-list .sub-menu li a {
    padding: 5px 5px 5px 0px;
    box-sizing: border-box;
    color: #4D495C;
    font-size: 14px;
    font-weight: 500;
    display: block;
    font-family: "Onest", sans-serif;
    text-decoration: none;
    width: 100%;
}

.catalog-menu .catalog-section-list-list .sub-menu li a:hover {
text-decoration: underline;
}

/* .catalog-menu .catalog-section-list-list li a::first-letter { text-transform: uppercase; } */


.catalog-menu .catalog-section-list-list li a.span.capitalize {text-transform:lowercase}


.catalog-menu-list-right {
	width: calc(100% - 300px);
	box-sizing: border-box;
}

.child {
display: none;
opacity: 0.0;
width: 100%;
height: 100%;
}

.child.active {
	display: block;
opacity: 1.0;
}

.simplebar-content {
padding: 0px 5px 200px 0px !important;
box-sizing: border-box;
}

.simplebar-track.simplebar-vertical {
    right: -3px;
	width: 6px;
    bottom: 0;
    pointer-events: auto !important;
    overflow: visible !important;
    cursor:grabbing;
}

.simplebar-hover {
opacity: 1.0  !important;
cursor:grabbing;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1.0  !important;
    transition-delay: 0s;
    transition-duration: 0s;
    cursor:grabbing;
}

.simplebar-scrollbar:before {
    background-color: #A4A4A4 !important;
    /* background-color: #FA6A25 !important; */
    /* background-color: #4A2316 !important; */
}


.favor {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	z-index: 15;
	    transition: all .2s;
	background: #fff url(images/favorite-icons.svg) no-repeat 6px 7px;
	    border-radius: 100%;
    padding: 4px 4px;
    box-sizing: border-box;
}

.product-item .favor {
	opacity: 0.0;
}

.product-item:hover > .favor {
	opacity: 1.0;
}

.favor.active {
	background: #fff url(images/favorite-icons.svg) no-repeat -21px 7px;
}

.farovites-list {
	padding: 20px 0px 40px;
}

.wishcount {
	position: absolute;
    border-radius: 12px;
    display: block;
    width: auto;
    background-color: #D82046;
    color: #fff;
        font-family: "Onest", sans-serif;
    padding: 2px 8px;
    top: -10px;
    right: -10px;
	z-index: 2;
}

.basket-link {
	position: relative;
}

.basket-closed {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -6px;
    top: -6px;
    text-align: center;
    font-size: 0px;
    font-weight: 500;
    cursor: pointer;
    background: #D82046 url(images/basket-close.svg) no-repeat center center;
    overflow: hidden;
    background-size: 14px 14px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 100%;
}

.basket-ajax {
	display: none !important;
	opacity: 0.0;
	min-width: 300px;
    max-width: 420px;
	position: absolute;
	width: auto !important;
    border-radius: 16px;
    font-family: "Onest", sans-serif;
    background: #F9F9F9;
    border: none;
    -webkit-box-shadow: 0px 5px 7px -3px rgb(0 0 0 / 46%);
    box-shadow: 0px 5px 7px -3px rgb(0 0 0 / 46%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: visible;
	z-index: 100;
	top: -100vh;
	right: 0px;
	padding: 10px 10px;	
}

.basket-ajax.show {
    top: 30px;
    opacity: 1.0;
	right: 0px;
}

.scrollable .viewport .overview {
	/* width: 100%; */
}

.bx-basket-min-price {
display: block;
width: 100%;
clear: both;
font-size: 14px;
line-height: 130%;
text-align: left;
padding: 0px 10px;
width: auto;
}

.basket-ajax a {
	color: #D82046;
	font-size: 14px;
	width: auto;
}

.bx-basket-item-list-item-status a {
	color: #D82046;
	font-size: 14px;
	width: auto;
}

.bx-basket-min-price strong {
color: #D82046;
font-weight: 600;
}

.bx-basket-total-price strong {
	color: #D82046;
    font-size: 14px;
	vertical-align: bottom;
}

#modef {
	display:none !important;
}

#cart-scrollbar {
	width: auto;
	display: block;
	height: 340px;
	position: relative;
	border: none;
    overflow: hidden;
}

.bx-basket-item-list-container {
	 /* overflow-y: auto; */
	 display: block;
	/* max-height: 340px; 
	  overflow: hidden;  */
	  width: 360px;
	  overflow: hidden;
	  /* overflow: auto;  */
}

.bx-basket-item-list {
	border: none;
}

.bx-basket-item-list-item {
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
	display: flex;
    align-items: center;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
	display: flex;
	align-items: center;
}

.bx-basket-item-list-item-img {
	width: 60px;
    height: 60px;
    display: inline-block;
    background-position: center center;
	border-radius: 100%;
	max-width: 30%;
	margin: 0px 0px;
	position: unset;
	vertical-align: middle;
}

.bx-basket-item-list-item-img a {
	display: block;
	width: 60px;
    height: 60px;
    border: 0px solid #e6e6e6;
    border-radius: 100%;
}

.bx-basket-item-list-item-remove {
position: absolute;
right: 0px;
top: 0px;
}

.bx-basket-item-list-item-name {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
    padding: 10px 10px;
}
.bx-basket-item-list-item-name a {
	font-size: 14px;
    line-height: 140%;
    display: block;
    margin: 5px 0px;
	text-align: left;
}

.bx-basket-item-list-item-price-block {
	display: block;
    padding: 0px 0px;
}

.bx-opener .bx-basket-item-list {
	padding-bottom: 65px;
}

.basket-line-block {
    padding-left: 0px;
}


.bx-basket-item-list-item-status {
	display: block;
	margin: 0 0px 0px;
    padding: 5px 10px;
    border-radius: 0px;
    background: transparent;
    text-align: center;
    white-space: normal;
	font-size: 14px;
	color: #4D495C;
	line-height: 130%;
    font-family: "Onest", sans-serif;
}

.bx-basket-item-list-item-status a, .bx-basket-item-list-item-status a:visited {
color: #D82046;
text-decoration: underline;
}

.bx-basket-item-list-item-status a:hover {
	text-decoration: none;
}

.bx-basket-not-empty {
	font-size: 16px;	
}
.bx-basket-item-list-button-container {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 0px 10px 10px;
    border-top: 0px solid #f7f7f7;
    background: transparent;
    text-align: center;
}

.bx-basket-item-list-button-container a, .bx-basket-item-list-button-container a:visited {
    cursor: pointer;
    text-decoration: none;
border-radius: 25px;
    font-family: "Onest", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 15px 0px 15px;
    line-height: 48px;
    height: 48px;
    cursor: pointer;
    width: auto;
    display: block;
    transition: 150ms linear all;
	margin: 0px 0px;
	background: #D82046;
	border-color: #D82046;
	color: #fff;
	max-width: 300px;
    float: right;
}

.bx-basket-item-list-button-container a:hover {
background-color: transparent;
}

.bx-basket-total-price {
    float: none;
    margin: 0px 0px;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 125%;
    position: absolute;
    left: 0px;
    font-weight: 500;
}


.bx-basket-total-price strong {
	font-size: 18px;
	    font-family: "Onest", sans-serif;
		    vertical-align: baseline;
}


.bx-basket-item-list-button-container a:hover {
	background: transparent;
	border-color: #D82046;
	color: #D82046;
}

.search-header-and-button {
	width: 340px;
}

	.bx-header .search-header {
	width: 100%;
	position: relative;
	transition: 250ms linear all;
	}

	#search .input-group{
		width: auto;
		position: relative;
    /* width: 340px; */
	width: 100%;
	}
	#search .form-control, #search .form-control:hover, #search .form-control:focus {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 48px;
    color: #4D495C;
    padding: 0px 40px 0px 20px;
    border-radius: 30px;
    height: 48px;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #DCDCDC;
		transition: none;
		transition: 250ms linear all;
	    font-family: "Onest", sans-serif;
		}

		#search .form-control:focus,
		#search .form-control.active {
background-color: #fff;
border: 1px solid #D2D5DA;
background: #F9FAFB;
		box-shadow: none;
z-index: 3;
		}

		#search .form-control.empty {
			border-color: #D82046 !important;
		}

.search-title-button {
	position: absolute  !important;
top: 13px;
    right: 5px;
    width: 48px;
    height: 48px;
	box-sizing: border-box;
	border-color: transparent !important;
    background-color: transparent  !important;
	color: transparent  !important;
	z-index: 3  !important;
padding: 0px  !important;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;

	background-image: url(images/search.svg);
    background-repeat: no-repeat;
	background-position: center center;

}

.top-header-menu .search-header.btn-menu:hover .search-title-button,
.top-header-menu .search-header.btn-menu:focus .search-title-button,
.top-header-menu .search-header.btn-menu:focus-within .search-title-button,
.top-header-menu .search-header.btn-menu.active .search-title-button {
	/* left: auto;
	right: -15px;
	transition: 250ms linear all;
	border: none !important; */
}

	.top-header-menu .search-header.btn-menu:hover #search .form-control,
	.top-header-menu .search-header.btn-menu:focus #search .form-control,
	.top-header-menu .search-header.btn-menu:focus-within #search .form-control,
	.top-header-menu .search-header.btn-menu.active #search .form-control {	
		/* padding: 0px 25px 0px 0px; */
}


.search-title-result-item-current-price {
    font-weight: 500;
}

        .search-placeholder {
            position: absolute;
            left: 25px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            font-size: 15px;
			padding-right: 55px;
			    box-sizing: border-box;
            pointer-events: none;
			/* opacity: 0;
            animation: fadeInOut 2s ease-in-out infinite; */
        }

        @keyframes fadeInOut {
            0%, 100% { opacity: 0; }
            50%, 100% { opacity: 1; }
        }

        #title-search-input:focus ~ .search-placeholder,
        #title-search-input:not(:placeholder-shown) ~ .search-placeholder {
            display: none;
        }



*:focus {
    outline: none !important;
}

.form-control:focus {
	border-color: inherit !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #4D495C;
  }

  ::-webkit-input-placeholder {color: #838383 !important; 	font-family: "Onest", sans-serif;}
  ::-moz-placeholder          {color: #838383 !important; font-family: "Onest", sans-serif;}/* Firefox 19+ */
  :-moz-placeholder           {color: #838383 !important; font-family: "Onest", sans-serif;}/* Firefox 18- */
  :-ms-input-placeholder      {color: #838383 !important; font-family: "Onest", sans-serif;}


#title-search-input::-webkit-input-placeholder {color: #838383 !important;}

.title-search-result {
	width: auto !important;
    border-radius: 16px;
    margin-top: 20px;
    font-family: "Onest", sans-serif;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0px 5px 7px -3px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 5px 7px -3px rgba(0, 0, 0, 0.46);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.title-search-result a {
	color: #D82046;
	text-decoration: none;
}

.title-search-result a:hover {
	color: #D82046;
	text-decoration: underline;
}

.search-title-result-item-link {
	    font-size: 15px;
}

.title-search-result .all_result a, 
.title-search-result .all_result a:hover {
	color: #838383;
}


.search-title-result-last-item {
	border: none;
}

.search-page .input-group {
padding: 0px 0px;

}

.search-page .input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .search-page .input-group > .dropdown-toggle:nth-last-child(n + 3) {
    border-radius: 25px;
    padding: 0px 25px;
    box-sizing: border-box;
    margin: 0px 20px 0px 0px;
    height: 40px;
}
	
.search-page form {
	margin: 20px auto;
	display: none;
}

.relative {
	position: relative;
}


.header-tags  {
margin: 0px auto 0px;
}

.header-tags div {
	width: 100%;
}

/* .header-tags ul {
    width: 100%;
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.header-tags ul {
	    width: 100%;
    list-style-type: none;
    margin: 0px 0px;
    padding: 8px 0px;
justify-content: flex-start;
        -webkit-box-align: baseline;
        align-items: center;
        overflow: hidden;
		display: flex;
        flex-wrap: unset;
		position: relative;
		
}

.header-tags ul li {
        flex-shrink: 0;
        margin: 0 15px 0 0px;
}

.header-tags ul li.tag-to-catalog {
position: absolute;
    right: 0px;
    margin-right: 0px;
    margin-left: 50px;
    padding: 8px 0px 8px 20px;
    background: #F6F6F6;
	box-sizing: border-box;
}

.header-tags ul li a, .header-tags ul li a:visited {
	background-color: #fff;
	padding: 7px 16px;
	color: #3E2E2E;
font-size: 14px;
font-style: normal;
font-weight: 500;
text-decoration: none;
line-height: normal;
	transition: all 0.10s ease-in-out;
	border-radius: 30px;
}

.header-tags ul li a:hover {
background-color: #D82046;
color: #fff;
}


.bx-breadcrumb {
	    margin: 25px 0 25px;
}

.bx-breadcrumb .bx-breadcrumb-item span,
.bx-breadcrumb .bx-breadcrumb-item a {
color: #707677;
font-family: "Onest", sans-serif;
color: #000;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
	text-decoration: none;
	display: inline-block;
}

.bx-breadcrumb .bx-breadcrumb-item a span {
   color: #707677;
   text-decoration: underline;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover span {
    color: #707677;
	text-decoration: none;
}

.home-banner {
    margin: 35px auto 40px;
}


		.home-categories {
    padding: 60px 0px 40px;
		}


.home-categories ul, .catalog-section-list {
	list-style-type: none;
	padding: 0px 0px;
	margin: 30px 0px;
	width: 100%;
	
	/* display: flex;
flex-wrap: wrap; */
display: grid;
grid-template-columns: 2fr 2fr 2fr 2fr;
    justify-content: space-between;
    align-items: normal;
    gap: 10px;
}

.catalog-section-list { 
margin: 0px 0px 40px;
}


.home-categories .sections-list,
.home-categories .catalog-section-list,
.catalog-section-page .catalog-section-list {
display: grid;
gap: 15px;
/* grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - 0px), 1fr)); */
    grid-template-columns: 2fr 2fr 2fr;
}



.home-categories .bx_catalog_tile,
.catalog-section-list .bx_catalog_tile {
	width: 100%;
}



.sections-list li, .catalog-section-list li {
/* width: calc(25% - 8px); */
width: calc(100% - 0px);
height: 130px;
background-color: #fff;
padding: 10px 25px;
margin: 0px 0px 16px;
box-sizing: border-box;
position: relative;
background-size: auto calc(100% - 25px);
background-position: 15% center;
background-repeat: no-repeat;
border-radius: 16px;
overflow: hidden;
transition: all 0.20s ease-in-out;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-items: center;

	border: 1px solid #fff;
}



.bx-sidebar-block ul.sections-list {
    margin-top: 0;
    margin-bottom: 0rem;
    padding: 0px 0px;
}

.bx-sidebar-block .sections-list li {
    height: auto;
	display: block;
    margin: 16px 0px 16px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.bx-sidebar-block .sections-list li a {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	display: block;
}


.home-categories .sections-list li {
width: calc(100% - 8px);
height: 130px;
}

.sections-list li:hover, .catalog-section-list li:hover {
	background-color: rgba(250,250,250,0.6);
}


.sections-list li a, .catalog-section-list li a {

color: #3E2E2E;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 121.168%; /* 19.387px */

width: 100%;


display: flex;
    justify-content: space-around;
    align-items: center;
height: 100%;

text-decoration: none;
    position: initial;

}


.sections-list li img, .catalog-section-list li img {
height: auto;
width: auto;
max-width: 50%;
margin-right: 8px;
max-height: 70%;
}

.catalog-section-list li a {
	font-size: 15px;
}

.home-categories .catalog-section-list li a {
    justify-content: space-around;
}

.sections-list li a:hover, .sections-list li a:focus, .catalog-section-list li a:hover, .catalog-section-list li:focus {
	text-decoration: none;
color: #D82046;

}

.catalog-section-list li a span, .sections-list li a span {
	width: 50%;
display: block;
vertical-align: middle;
}

.catalog-section-page .catalog-section-list {
display: none;
}

.catalog-section-page h2 {
	display: none;
}


.product-item-small-card, .product-item-big-card {
	width: calc(25% - 18px);
    border-radius: 8px;
    margin: 9px 9px;
    padding: 0px 0px;
	color: #797979;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}


.catalog-section-page .product-item-small-card,
.catalog-section-page .product-item-big-card{
width: calc(33.333333% - 18px);
}

.product-item-title {
white-space: normal;
    color: #000;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    padding: 0px 25px;
    box-sizing: border-box;
	    height: 65px;
    display: flex;
    width: 100%;
    align-items: start;
	position: relative;
}

.product-item-title::after{
  content:' ';
  position: absolute;
width: 50px;
    height: 25px;
    padding-left: 1rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
    right: 25px;
    bottom: 0;
}

.product-item-small-card .product-item-title a
.product-item-big-card .product-item-title a,
.product-item-title a, .product-item-title a:visited {
	    color: #000;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.product-item-article {
color: #7F7878;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.15px;
text-align: center;
margin: 10px 0px;
}

.product-item-small-card ul,
.product-item-big-card ul,
.product-item-quantity-main {
margin: 15px auto 0px;
    list-style-type: none;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    max-width: 220px;
}

.product-item-compare-prices {
    font-size: 12px;
   list-style-type: none;
    text-align: center;
	margin: 10px auto;
}


.product-item-card-price {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin: 10px auto 0px;
    color: #D82046;
    display: block;
}

.product-item-card-price-range, 
.product-item-compare-price-item,
.product-item-info-container-title {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
    width: calc(100% - 20px);
    margin: 0px auto;
	max-width: 200px;
	color: #797979;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}

.question {
	width: 13px;
	height: 13px;
	background: #fff url(images/q.svg) no-repeat center bottom;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: -2px 5px 0px;
}

.question:hover {
		background: #fff url(images/q.svg) no-repeat center top;
}

.question .notification {
    position: absolute;
top: -55px;
    left: -53px;
    width: 120px;
    color: #fff;
    background: #3B3A3F;
    border-radius: 20px;
    padding: 5px 10px;
    font-style: normal;
    font-size: 12px;
	    line-height: 120%;
    text-align: center;
	opacity: 0.0;
	transition: all 0.20s ease-in-out;
}

.question:hover .notification { 
opacity: 1.0;
}

.question .notification::after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #3B3A3F;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -10px;
}

.product-item-compare-price { 
    width: 100%;
	font-size: 12px;
}

.product-item-card-price-range strong,
.product-item-compare-price strong,
.product-item-info-container-title strong {
color: #000;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 160% */
}

.product-item-compare-price strong {
margin-right: 5px;
}

.catalog-compare-list {
	display: none !important;
}

.product-item-image-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: initial;
    width: 100%;
    height: 240px;
	    background: #FAFAFA;
}

.product-item-container {
	height: 100%;
}

.product-item {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 8px;
	height: 100%;
	padding: 0px 0px 0px;
	box-sizing: border-box;
	position: relative;
}


.product-item-card-terms {
	text-align: center;
	margin: 10px 0px 0px;
	color: #9f9a9a;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
    text-align: center;
}
.product-item-card-terms a, .product-item-card-terms a:visited {
	color: #9f9a9a;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
    text-align: center;
	text-decoration: none;
}

.product-item-card-terms a:hover {
	text-decoration: underline;
}

.ajax-list.ajax-preload {
	opacity: 0.5;	
	pointer-events: none;
	cursor: not-allowed;
	}


	.sort-list strong {
		display: none;
	}


	.sort-list a, .sort-list a:visited {
color: #A6A6A6;
text-align: left;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
display: inline-block;
margin-right: 20px;
text-decoration: none;
	}

	.sort-list a:hover {
		text-decoration: underline;
	} 
	
	.sort-list a.active {
		color: #181818;
	}

.smart-filter-slider-ruler {
display: none;
}

.smart-filter-slider-track {
	height: 3px;
}

.smart-filter-slider-track-container {
    overflow: visible;
	z-index: 2;
	position: relative;
    padding: 25px 18px 25px;
}

.smart-filter-slider-price-bar-v {
    z-index: 2;
border-radius: 5px;
background: #D82046;
}

.smart-filter-slider-price-bar-vn, .smart-filter-slider-price-bar-vd {
	border-radius: 5px;
background: #E6E6E6;
    z-index: 1;
}

.form-control-sm {
	    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: transparent;
}

.smart-filter-slider-handle {
    position: absolute;
       top: -8px;
    width: 20px;
    display: block;
    z-index: 13;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #D82046 !important;
    background: #FFF;
    padding: 0px 0px;
    box-sizing: border-box;
}

.smart-filter-parameters-box-container .btn-primary {
	display: none;
}

.smart-filter-parameters-box-container .btn-link {
    border-radius: 50px;
    width: 100%;
    margin: 40px 0px 10px;
	color: #181818;
		border-color: transparent;
	background: #F1F1F1 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjI0MyAwLjMzODAxM0MxMi42OTMgLTAuMTExOTM5IDEzLjQyMyAtMC4xMTE5MzkgMTMuODcyOSAwLjMzODAxM0MxNC4zMjI3IDAuNzg3ODcxIDE0LjMyMjYgMS41MTY5NyAxMy44NzI5IDEuOTY2OTJMOC45ODUyMyA2Ljg1NDYxTDEzLjg3MzkgMTEuNzQzM0MxNC4zMjM4IDEyLjE5MzIgMTQuMzIzOCAxMi45MjMyIDEzLjg3MzkgMTMuMzczMkMxMy40MjQgMTMuODIzMSAxMi42OTQgMTMuODIzIDEyLjI0NCAxMy4zNzMyTDcuMzU1MzUgOC40ODQ1TDIuNDY2NjcgMTMuMzczMkMyLjAxNjc1IDEzLjgyMzEgMS4yODc3MiAxMy44MjMgMC44Mzc3NjkgMTMuMzczMkMwLjM4NzgyMSAxMi45MjMyIDAuMzg3ODI5IDEyLjE5NDIgMC44Mzc3NjkgMTEuNzQ0M0w1LjcyNTQ2IDYuODU0NjFMMC44Mzc3NjkgMS45NjY5MkMwLjM4ODA1NyAxLjUxNjk1IDAuMzg3ODk2IDAuNzg2OTA4IDAuODM3NzY5IDAuMzM3MDM2QzEuMjg3NjQgLTAuMTEyODI0IDIuMDE3NjggLTAuMTEyNjczIDIuNDY3NjUgMC4zMzcwMzZMNy4zNTUzNSA1LjIyNDczTDEyLjI0MyAwLjMzODAxM1oiIGZpbGw9IiM3OTc5NzkiLz4KPC9zdmc+Cg==") no-repeat 75% 50%;
}

.smart-filter-parameters-box-container .btn-link:hover, .smart-filter-parameters-box-container .btn-link:focus {
	border-color: transparent;
	background: #F1F1F1;
	text-decoration: underline;
	color: #181818;
		background: #F1F1F1 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjI0MyAwLjMzODAxM0MxMi42OTMgLTAuMTExOTM5IDEzLjQyMyAtMC4xMTE5MzkgMTMuODcyOSAwLjMzODAxM0MxNC4zMjI3IDAuNzg3ODcxIDE0LjMyMjYgMS41MTY5NyAxMy44NzI5IDEuOTY2OTJMOC45ODUyMyA2Ljg1NDYxTDEzLjg3MzkgMTEuNzQzM0MxNC4zMjM4IDEyLjE5MzIgMTQuMzIzOCAxMi45MjMyIDEzLjg3MzkgMTMuMzczMkMxMy40MjQgMTMuODIzMSAxMi42OTQgMTMuODIzIDEyLjI0NCAxMy4zNzMyTDcuMzU1MzUgOC40ODQ1TDIuNDY2NjcgMTMuMzczMkMyLjAxNjc1IDEzLjgyMzEgMS4yODc3MiAxMy44MjMgMC44Mzc3NjkgMTMuMzczMkMwLjM4NzgyMSAxMi45MjMyIDAuMzg3ODI5IDEyLjE5NDIgMC44Mzc3NjkgMTEuNzQ0M0w1LjcyNTQ2IDYuODU0NjFMMC44Mzc3NjkgMS45NjY5MkMwLjM4ODA1NyAxLjUxNjk1IDAuMzg3ODk2IDAuNzg2OTA4IDAuODM3NzY5IDAuMzM3MDM2QzEuMjg3NjQgLTAuMTEyODI0IDIuMDE3NjggLTAuMTEyNjczIDIuNDY3NjUgMC4zMzcwMzZMNy4zNTUzNSA1LjIyNDczTDEyLjI0MyAwLjMzODAxM1oiIGZpbGw9IiM3OTc5NzkiLz4KPC9zdmc+Cg==") no-repeat 75% 50%;
}

.smart-filter-parameters-box {
	    margin: 10px 0px 0px;
}

.smart-filter-parameters-box-title {
    padding-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
}

.smart-filter-parameters-box-title-text,
.bx-active .smart-filter-parameters-box-title-text {
color: #181818;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
    padding-left: 15px;
}


.bx-active.smart-filter-box-price .smart-filter-parameters-box-title-text {
padding-left: 0px;
}

.smart-filter-checkbox-text, .smart-filter-dropdown-text {
color: #181818;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: -2px;
}

.smart-filter-angles:after, .smart-filter-angles:before {
width: 10px;
    height: 3px;
}

.smart-filter-angles:after {
    margin-left: 6px;
}

.extra-properties {
	display: none;
}

.form-check {
padding-left: 3px;
    min-height: unset;
margin-bottom: 0px !important;
}

.smart-filter-input-group-checkbox-list .form-check {
margin-bottom: 10px !important;
}

.form-check .form-check-input {
	margin: 0px 15px 0px 0px;
}

.smart-filter-checkbox-text span {
color: #797979;
font-size: 14px;
font-style: normal;
font-weight: 300;
display: inline-block;
margin-left: 10px;
line-height: normal;
}


.ios-style.smart-filter-parameters-box {
height: 40px !important;
margin: 10px 0px 0px;
}


.ios-style.smart-filter-parameters-box .smart-filter-checkbox-text span {
	display: none;
}

.ios-style.smart-filter-parameters-box .smart-filter-block {
	display: block !important;
	opacity: 1 !important;
}

.ios-style .smart-filter-parameters-box-title-text, .ios-style .bx-active .smart-filter-parameters-box-title-text {
    padding-left: 0px;
}

.ios-style .smart-filter-angle {
    position: relative;
    display: none;
}
input[type="checkbox"].ios-switch {
    position: absolute;
    margin: 8px 0 0 16px;    
	display: none;
}
input[type="checkbox"].ios-switch + label {
    position: absolute;
    padding: 5px 0 0 50px;
    line-height: normal;
    font-size: 0px;
    height: auto;
    display: block;
    right: 0px;
    top: 0px;
}

input[type="checkbox"].ios-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	    cursor: pointer;
}
input[type="checkbox"].ios-switch + label:after {
    content: "";
    position: absolute;
    display: block;
left: 1px;
    top: 1px;
    width: 21px;
    height: 21px;
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	    cursor: pointer;
}
input[type="checkbox"].ios-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios-switch:checked + label:after {
    margin-left: 18px;
}
input[type="checkbox"].ios-switch:checked + label:before {
    background: #D82046;
	
}


/* .popup-window,
.popup-window-overlay {
	    display: none !important;
} */




.quantity-buy {
position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
}

.bx_catalog-compare-list {
	display: none;
}

.bx-catalog-element {
    margin: 0px 0px 80px;
}

.row-after-detail {
	padding: 0px 0px;
	margin: 10px 0px 30px;
	padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
	position: relative;
}

.popup-window-overlay {
	display: none !important;
}

.popup-window.popup-window-with-titlebar {
	    max-width: 420px;
		display: none !important;
}

.product-item-detail-left {
    margin-right: 60px;
    position: sticky;
    height: 100%;
    display: block;
    flex: 1 0 0;
    top: 0px;
}

.product-item-detail-left.popup {
    position: relative;
}

.product-item-detail-slider-container {
	transition: none;
	animation: none;
	margin: 0px 0px;
	z-index: 10;
}

.product-item-label-left, .product-item-label-middle {
    left: 0px;
	top: 15px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.product-item-label-bottom {
    bottom: -20px;
}

.product-item-detail-left .product-item-label-bottom {
bottom: auto;
top: 15px;
}

/* 
	.product-item-label-ring.product-item-label-left,
	.product-item-label-ring.product-item-label-middle {
		left: 5px;
	} */

.product-item-detail-left .product-item-label-left, .product-item-detail-left .product-item-label-middle {
   left: 0px;
   right: auto;
top: 15px;
}

.product-item-label-right {
    right: 15px;
}

.product-item-label-top {
    top: 15px;
}

.product-item-label-text span, .product-item-label-ring {
	    background: #D82046;
}

.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 100%;
    height: 0;
	    border-radius: 12px;
}


.product-item-detail-slider-image {
	background-color: #fff;
	border-radius: 12px;
}

.product-item-detail-slider-image img {
	    padding: 20px 20px;
    box-sizing: border-box;
}

.product-item-detail-slider-left, .product-item-detail-slider-right {
width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    box-shadow: 1px 3px 30px -1px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 1px 3px 30px -1px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 1px 3px 30px -1px rgba(0,0,0,0.59);
    border-radius: 100%;
    right: 20px;
    background-size: 10px;
	transition: all 0.15s;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 155px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	right: 150px;
}

.product-item-detail-slider-left {
	left: 20px;
	right: auto;
}

.product-item-detail-slider-left:hover {
background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk5Nl80MzQzKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTYgMjlMMiAxNUwxNiAxTDE1IDBMMSAxNEwwIDE1TDEgMTZMMTUgMzBMMTYgMjlaIiBmaWxsPSIjRDgyMDQ2Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfOTk2XzQzNDMiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMzAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat center;
    background-size: 10px;
	left: 15px;
}



.product-item-detail-slider-right:hover {
background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxNiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk5Nl80MzQzKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTYgMjlMMiAxNUwxNiAxTDE1IDBMMSAxNEwwIDE1TDEgMTZMMTUgMzBMMTYgMjlaIiBmaWxsPSIjRDgyMDQ2Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfOTk2XzQzNDMiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMzAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat center;
    background-size: 10px;
	right: 15px;
}

.product-item-detail-slider-controls-block {
    padding: 20px 0;
}

.product-item-detail-slider-controls-image {
	width: 85px;
	height: 85px;
	border-radius: 12px;
	margin: 0px 5px;
	outline: 2px solid transparent;
}

.bx-retina .product-item-detail-slider-controls-image, .product-item-detail-slider-controls-image:hover {
	outline: 2px solid transparent;
    outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
	outline-width: 2px;
}
.product-item-detail-slider-controls-image.active {
outline: 2px solid #D82046;
}

.product-item-detail-slider-container.popup {
		/* transition: none;
			animation: none; */
}


h1.product-item-detail-title {
    color: #3B3A3F;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin: 0px 0px 20px;
    padding-right: 60px;
}

p.product-item-detail-articul {
	color: #7F7878;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.15px;
margin-bottom: 10px;
}

.product-item-detail-tab {
    float: none;
    min-height: 60px;
	border-radius: 24px;
background: #FFF;
    padding: 24px 24px 24px;
    margin: 16px 0px;
	    height: auto; 
}
.product-item-detail-pay-block, .bx-retina .product-item-detail-pay-block {
    float: none;
    min-height: 60px;
    border-radius: 24px;
    background: #FFF;
    padding: 24px 24px 24px;
    margin: 16px 0px;
    height: auto;
	border: none;
}

.product-item-detail-tab-link {
	width: 100%;
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.16px;
    height: auto;
	    padding: 0px 0px;
    text-transform: none;
}

.product-item-detail-tab-link:hover:after, .product-item-detail-tab.active .product-item-detail-tab-link:after {
	display: none;
}

.product-item-detail-tab-link span {
    padding: 0px 0px;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 20px;
    float: right;
    display: block;
    width: 40px;
    height: 30px;
    margin-top: -5px;
	 background: #F6F6F6 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOSA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC43NDIgMy42OTJIMy42OTRWMC42ODZINS40NFYzLjY5Mkg4LjQxVjUuNDU2SDUuNDRWOC40OEgzLjY5NFY1LjQ1NkgwLjc0MlYzLjY5MloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=") no-repeat center center;
}

.sale-order-header span.trigger {
    padding: 0px 0px;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 20px;
    float: right;
    display: block;
    width: 40px;
    height: 30px;
	color: #fff;
	line-height: 32px;
    margin-top: 0px;
	background: #D82046;
}

.sale-order-header.active span.trigger {
	 background: #D82046;
}

.product-item-detail-tab-link.active span {
  background: #F6F6F6 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIzIiB2aWV3Qm94PSIwIDAgOSAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4yNDIgMC45N0g4LjU5NFYyLjczNEgwLjI0MlYwLjk3WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==") no-repeat center center;
}

.product-item-detail-tab-content {
	width: 100%;
	color: #2E2929;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 193.333% */
    padding: 15px 0 0px;
}

.product-item-detail-tab-content.active {
	display: block;
}

.product-item-detail-properties-item {
	    margin: 20px 0px;
		    align-items: flex-end;
}

.product-item-detail-properties-name, .product-item-detail-properties-value {
	color: #7F7878;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.15px;
}

.product-item-detail-properties-value {
color: #000;
text-align: right;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.15px;
}

a.show-props, a.show-props:visited {
    width: auto;
    padding: 10px 30px;
    height: 40px;
background: #F6F6F6;
border-radius: 25px;
text-decoration: none;
color: #000;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.15px;
    margin: 10px 0px 0px;
	display: inline-block;
}

a.show-props:hover {
text-decoration: none;
background: #e2e2e2;
}

.btn-link.product-item-detail-buy-button {
	height: auto;
}

.product-item-detail-compare-container {
    min-height: 0px;
    border-top: none;
    background: transparent;
    box-shadow: none;
	    margin: 0px 0px;
    padding: 0px 0px;
	font-size: 15px;
	color: #7F7878;
	    line-height: normal;
}

.product-item-detail-compare label {
	text-decoration: none;
	cursor: pointer;
}

.product-item-detail-compare label:hover {
		text-decoration: underline;
}

.product-item-detail-compare .checkbox input[type="checkbox"]:checked + label { 
	font-size: 0px;
  }

.product-item-detail-compare input {
	display: none;
}


ul.product-item-detail-prices {
list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
}

.product-item-detail-prices li {
display: block;
width: 18%;
    min-width: 120px;
    text-align: center;
	color: #797979;
font-size: 14px;
font-style: normal;
margin: 10px 10px;
font-weight: 400;
line-height: 24px; /* 171.429% */
}

.product-item-detail-prices li strong {
	display: block;
	color: #000;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 24px; /* 100% */
margin: 5px 0px;
}

.product-item-detail-price-current,
.product-item-price-container,
.product-item-amount-description-container {
	display: none;
}

.product-item-detail-quantity-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}


.product-item-detail-quantity-block,
.main-button-container {
	width: 49%;
}

.product-item-detail-quantity-block .product-item-amount {
margin: 0px 0px;
padding: 0px 0px;
}
.product-item-detail-quantity-block .product-item-amount-field-container {
    display: flex;
    margin: 0px 0px;
    width: 100%;
	    max-width: 100%;
}

.product-item-detail-quantity-block .product-item-amount-field {
height: 50px;
}

.product-item-detail-quantity-block .product-item-amount-field-btn-plus, 
.product-item-detail-quantity-block .product-item-amount-field-btn-minus {
height: 50px;
}

.product-item-button-container {
	margin: 0px 0px 0px;
}

.btn.product-item-detail-buy-button {
	    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 15px 30px;
    height: 50px;
    line-height: normal;
    font-weight: var(--ui-font-weight-bold);
    text-transform: uppercase;
}


.btn.product-item-detail-buy-button.can-not-buy {
	background-color: transparent;
	color: #D82046;
	cursor: default;
}

.product-item-detail-quantity-limit {
	text-align: center;
	margin: 20px 0px 0px;
	font-size: 16px;
}


.product-item-detail-info-container-title {
color: #797979;
    font-size: 14px;
}

.product-item-quantity {
    font-size: 14px;
    FONT-WEIGHT: 600;	
}

/* .product-item-max-quantity {
	display: none !important;
} */

.product-item-container .product-item-info-container.product-item-hidden {
	width: 100%;
	margin: 0px auto;
}
.bx-retina .product-item-amount-field {
border-width: 0px;
}


.product-item-amount-field {
color: #3B3A3F;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 800;
border-width: 0px;
}

.product-item-amount-field-container {
display: flex;
    width: 100%;
    max-width: 220px;
    border-radius: 25px;
    background: #E6E6E6;
    padding: 0px 0px;
    border: none;
    overflow: hidden;
	    margin: 0 auto 0px;
		display: none;
}

.product-item-amount-field-container.active,
.product-item-amount-field-container.show {
display: flex;
margin-top: 20px;
}

.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
    position: relative;
    display: block;
    min-width: 32px;
    height: 40px;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.product-item-amount-field-btn-plus:after, .product-item-amount-field-btn-minus:after {
	opacity: 1.0;
	background-color: transparent;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: transparent;
}

.product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-minus:hover {
background-color: #D82046;
}



.product-item-amount-field-btn-plus:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk1Nl80NDI0KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTggMTJWMEgxMlYxMkgwVjE4SDEyVjMwSDE4VjE4SDMwVjEySDE4WiIgZmlsbD0iIzNCM0EzRiIvPgo8cGF0aCBkPSJNMzAgMTJIMFYxOEgzMFYxMloiIGZpbGw9IiMzQjNBM0YiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF85NTZfNDQyNCI+CjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") no-repeat center;
background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDMwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMCAwSDBWNkgzMFYwWiIgZmlsbD0iIzNCM0EzRiIvPgo8L3N2Zz4K") no-repeat center;
background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after {
	  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk1Nl80NDI1KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTggMTJWMEgxMlYxMkgwVjE4SDEyVjMwSDE4VjE4SDMwVjEySDE4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTMwIDEySDBWMThIMzBWMTJaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzk1Nl80NDI1Ij4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:hover:after {
	    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDMwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMCAwSDBWNkgzMFYwWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat center;
	background-size: 10px;
}

.product-item-amount {
    margin: 0px 0px 0px;
	padding: 0px 0px 0px;
}

.product-item-button-container .btn {
	width: 100%;
	max-width: 220px;
    height: 40px;
	margin-top: 20px;
}

.product-item-button-container .btn.btn-not-available {
	margin-top: 45px;
}

.product-item-compare-container {
    position: absolute;
   top: 15px;
    left: 15px;
    margin: 0 0px;
    padding: 0px 0px;
    height: 22px;
	width: 22px;
    border-top: none;
    background: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 0px;
    line-height: 20px;
    z-index: 15;
    font-size: 0px;
    cursor: pointer;
	opacity: 0.0;
	 transition: all .2s;
	display: none !important;
}


.product-item:hover > .product-item-compare-container {
	opacity: 1.0;
}


.product-item-compare .checkbox input[type="checkbox"] {
		display: none;
  }

  .product-item-compare .checkbox label {
	background: #fff url(images/compare-icons.svg) no-repeat 8px 6px;
	font-size: 0px;
	transition: all .2s;
	border-radius: 100%;
    padding: 4px 4px;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
	cursor: pointer;
  }


  .product-item-compare .checkbox input[type="checkbox"]:checked + label { 
	background: #fff url(images/compare-icons.svg) no-repeat -16px 6px;
  }

.btn {
	    height: 40px;
    padding: 5px 30px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1.5px solid #D82046;
    background-color: #D82046;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.btn-primary {
    display: inline-block;	
height: 40px;
padding: 5px 25px;
box-sizing: border-box;	
border-radius: 25px;
border: 1.5px solid #D82046;
background-color: #D82046;
color: #FFF;
text-align: center;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 184.615% */
text-decoration: none;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-check:active,
.btn-check:active:focus,
.btn-check:active:hover,
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
	color: #D82046;
	background-color: transparent;
	border: 1.5px solid #D82046;
	box-shadow: none;
	text-decoration: none;
}

  .btn-primary:disabled,
  .btn-primary.disabled {
		color: #D82046;
	background-color: transparent;
	border: 1.5px solid #D82046;
	box-shadow: none;
	opacity: 0.5;
	text-decoration: none;
  }



  .btn-primary.add-to-basket::before {
	content: ' ';
	display: inline-block;
    /* position: absolute; */
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
	background: transparent url(images/add-to-basket.svg) no-repeat bottom center;
  }

    .btn-primary.add-to-basket:hover::before,
	.btn-primary.add-to-basket:focus::before {
	background: transparent url(images/add-to-basket.svg) no-repeat top center;
	}


	.show-more-conteiner {
margin: 30px auto;
	}

	.btn-primary.show-more-btn {
		border-radius: 50px;
background: #F1F1F1;
color: #000;
text-align: center;
font-size: 16px;
font-style: normal;
height: 50px;
font-weight: 500;
line-height: 100%; /* 150% */
padding: 10px 40px;
box-sizing: border-box;
	border: 1.5px solid #F1F1F1;
	}

	    .btn-primary.show-more-btn:hover,
	.btn-primary.show-more-btn:focus {
color: #fff;
background-color: #D82046;
	border: 1.5px solid #D82046;

	}


	.btn-check:focus + .btn, .btn:focus {
		box-shadow: none;
	}

	.btn-sm, .btn-group-sm>.btn {
    padding: 5px 20px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 25px;
    width: 100%;
}

.btn-link {
	font-weight: 600;
    color: #D82046;
    text-decoration: none;
	background-color: transparent;
	font-size: 13px;
	cursor:default;
}

.btn-link:hover, .btn-link:focus {
    color: #D82046;
    text-decoration: none;
	background-color: transparent;
	font-size: 13px;
}



	.quantity-buy .btn-link,
	.quantity-buy .btn-group-sm>.btn.btn-link {
    font-weight: 600;
    color: #D82046;
    text-decoration: none;
	background-color: transparent;
	font-size: 13px;
	cursor:default;
}

.quantity-buy .btn-link:hover, .quantity-buy .btn-link:focus {
    color: #D82046;
    text-decoration: none;
	background-color: transparent;
	font-size: 13px;
}


.catalog-block-header {
    border: none;
	color: #3B3A3F;
font-size: 36px;
font-style: normal;
font-weight: 800;
    line-height: 100%;
	margin-bottom: 0px;
}

.bx-pag-prev {

}

.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 0px 2px;
    vertical-align: middle;
	height: 32px;
    min-width: 32px;
	font-size: 0px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
	border-radius: 100%;
	background-color: transparent;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: transparent;
    color: #D82046;
}

.bx-pagination .bx-pagination-container ul li a {
	    text-decoration: none;
    display: block;
	font-size: 16px;
	background: transparent;
	border: none;
}
.bx-pagination .bx-pagination-container ul li span {
    text-decoration: none;
    display: block;
	font-size: 16px;
	border: 1px solid transparent;
	    background: transparent;
}


.bx-pagination .bx-pagination-container ul li a:hover span {
     background: #fff;
	 border: 1px solid #D82046;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: transparent;
    border-color: #D82046;
    color: #000;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .bx-pagination .bx-pagination-container ul li.bx-pag-next span {
	    border: none;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    background-color: rgba(250, 250, 250, 0.6);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
font-size: 0px;
}


.bx-pagination .bx-pagination-container ul li.bx-pag-prev a,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a {
	font-size: 0px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev:hover {
   background: #fff url(images/arrows.svg) no-repeat 11px 11px;
       background-size: 32px 40px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-next:hover {
background: #fff url(images/arrows.svg) no-repeat -11px 11px;
    background-size: 32px 40px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: transparent;
border: 1px solid transparent;
    line-height: 32px;
    padding: 0 0px;
    color: #444;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
border: 1px solid #D82046;
}



  .popup-window.popup-window-with-titlebar {
    padding: 0 10px 10px;
    border-radius: 8px;
}

.product-item-card-content {
	padding: 10px 10px 15px;
	box-sizing: border-box;
}

.catalog-section-wrapper {
    justify-content: space-between;
	margin: 50px 0px;
}

.catalog-section-sidebar {
	width: 280px;
}

.bx-sidebar-block {
	position: sticky;
    top: 0;
}
    .catalog-section-page {
        width: calc(100% - 320px);
    }

	.catalog-section .row {
		margin: 0px 0px;
		width: 100%;
		/* justify-content: space-between; */
	}

	
    .catalog-section-page .col {
    padding: 0px 0px;
	}

	.form-check-input:checked {
		    background-color: #D82046;
    border-color: #D82046;
	}

	.form-check-input:focus {
		box-shadow: none;
	}

.offer-slider {
		padding: 0px 0px;
	margin: 30px 0px;
	/* width: auto !important;  */
	display: flex !important;
	/* flex-wrap: wrap !important; */
	justify-content: space-between !important;
}

.offer-slider-item {
	width: calc(50% - 8px);
	margin: 16px 0px;
	display: flex;
	flex-wrap: wrap;
}

.offer-slider-image {
	width: 100%;
	height: 370px;
	background-size: cover;
	background-color: #a7a7a7;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.40s ease-in-out;
	margin-bottom: 8px;
	border-radius: 20px;
	display: block;
}

.offer-slider-item:hover > .offer-slider-image {
	background-position: top center;
}

.offer-slider-text {
	background-color: #fff;
	padding: 30px 40px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 20px;
}
.offer-slider-title {
	color: #D82046;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 94%; /* 30.08px */
text-decoration: none;
display: block;
margin-bottom: 15px;
}

.offer-slider-title:hover, .offer-slider-title:visited {
	color: #D82046;
}

.offer-slider-description {
color: #3B3A3F;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-decoration: none;
}

.home-services-list {
margin: 30px 0px;
}

.home-service {
border-radius: 20px;
background: #FFF;
width: calc(33.33% - 8px);
    padding: 4% 6%;

color: #000;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 125%; /* 125% */

}

.home-about, .catalog-about {
	padding: 35px 0px;
}

.page-about {

}

.home-about-1, .home-about-2,
.catalog-about-1, .catalog-about-2,
.page-about-1, .page-about-2 {
	padding: 40px 40px;
	box-sizing: border-box;
	background-color: #fff;
	width: calc(50% - 8px);
	margin: 30px 0px;
	color: #2E2929;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 175%; /* 178.571% */
border-radius: 20px;
}

.home-about-1 p, .home-about-2 p,
.catalog-about-1 p, .catalog-about-2 p,
.page-about-1 p, .page-about-2 p {
	color: #2E2929;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 178.571% */
}

.offers, .collections, .newest, .company, .partners {
	padding: 20px 0px 40px;
}




.row-slider-relative {
	position: relative;
	    width: 100% !important;
}

.row-slider-relative .block-title {

}

.row-slider {
	padding: 0px 0px;
	margin: 30px 0px;
	/* width: auto !important;  */
	display: flex !important;
	/* flex-wrap: wrap !important; */
	/* justify-content: space-between !important; */
		justify-content: normal !important;
}



.row-slider-relative .tns-controls {
    width: 140px;
    height: auto;
    right: 5px;
    top: -40px;
    position: absolute;
    z-index: 3;
	text-align: right;
}

.row-slider-relative .tns-controls button:first-child {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: #fff url(images/arrows.svg) no-repeat 18px 15px;
	border: none;
	font-size: 0px;
	margin-right: 20px;
	/* transition: all 0.20s ease-in-out; */
	display: inline-block;
}

.row-slider-relative .tns-controls button:last-child {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: #fff url(images/arrows.svg) no-repeat -16px 16px;
	border: none;
	font-size: 0px;
	/* transition: all 0.20s ease-in-out; */
	display: inline-block;
}

.row-slider-relative .tns-controls button:first-child:hover {
	background: #D82046 url(images/arrows.svg) no-repeat 18px -26px;
}

.row-slider-relative .tns-controls button:last-child:hover {
	background: #D82046 url(images/arrows.svg) no-repeat -16px -26px;
}





.popup-window-with-titlebar .popup-window-content {
    padding: 0px 0px;
}

.popup-window p {
    margin: 20px 0px 0px;
}


.about {
	background: #F9ECF0;
	position: relative;
	font-size: 16px;
	color: #4D495C;
	padding: 60px 0px;
	margin: 80px auto;
}

.about-content {
	width: 60%;
}

.about h1, .about h2, .about h3 {
	font-size: 36px;
	margin-bottom: 30px;
}

.page-title {
	
}

.unset-favorites {
	/* float: right; */
    color: #7F7878;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
}

.block-title {
	width: 100%;
	position: relative;
	margin: 0px 0px;
}

.block-title div {
	display: inline-block;
}

a.block-title-btn {
border-radius: 16px;
    display: inline-block;
    float: right;
	border: none;
    text-align: center;
    color: #727272;
    margin-top: 15px;
    padding: 0px 25px 0px 0px;
    line-height: 100%;
    height: auto;
    font-size: 14px;
	box-sizing: border-box;
	text-decoration: none;
    border-radius: 0px;
	transition: all 0.10s ease-in-out;
	font-family: "Onest", sans-serif;
	background: transparent url(images/menu-arrow.svg) no-repeat 95% center;
}

a.block-title-btn:hover, a.block-title-btn:focus {
	text-decoration: none;
    padding: 0px 20px 0px 0px;
	 outline: none !important;
	 box-shadow: none !important;
}


.carousel-inner {
border-radius: 16px;
min-height: 300px;
  background-color: #a7a7a7;
  background-image: linear-gradient(to right, transparent 0%,rgba(255,255,255,0.3) 50%,transparent 100%);
  background-repeat: no-repeat;
  background-position: -100vw;
  animation: shine 2s infinite;
}


@keyframes shine {
  0% {
    background-position: -100vw;    
  }
  100% {
    background-position: 100vw;   
  }
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.carousel-indicators li {
background-color: #D7D6D6;
	transition: all 0.15s ease-in-out;
}

.carousel-indicators li.active {
background-color: #D82046;
width: 50px;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
	left: 3%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    color: #fff;
    text-align: center;
    opacity: 1.0;
	transition: all 0.20s ease-in-out;
}

.carousel-control-next {
left: auto;
right: 3%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
	width: 48px;
    height: 48px;
    border-radius: 100%;
	border: 1px solid #C0C0C0;
}

.carousel-control-prev-icon {
   background: #fff url(images/arrows.svg) no-repeat 16px 16px;
}

.carousel-control-next-icon {
   background: #fff url(images/arrows.svg) no-repeat -18px 15px;
}

.carousel-control-prev:hover {
left: 2.5%;
    opacity: 1.0;
}

.carousel-control-next:hover {
right: 2.5%;
    opacity: 1.0;
}


footer {
	background-color: #fff;
	padding: 40px 0px 0px;
	margin-top: 40px;
}

.footer-bottom {
background: #F6F6F6;	
color: #3B3A3F;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 141.914%;
padding: 15px 15px;
margin-top: 40px;
}

.footer-column, .footer-column p {
color: #3B3A3F;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.footer-column strong, .footer-column b {
font-weight: 500;
}

.footer-column:nth-child(2),
.footer-column:nth-child(3) {
width: 16%;
font-size: 14px;
}


.footer-column:nth-child(1),
.footer-column:nth-child(4) {
width: 24%;
}


.footer-column:nth-child(1) a,
.footer-column:nth-child(2) a,
.footer-column:nth-child(3) a {
	display: block;
color: #797979;
	/* margin: 13px 0px; */
	text-decoration: none;
	font-family: "Onest", sans-serif;
	font-size: 14px;
}

.footer-column:nth-child(1) a:hover,
.footer-column:nth-child(2) a:hover,
.footer-column:nth-child(3) a:hover {
	text-decoration: underline;
}

.footer-column:nth-child(4) a, .footer-column:nth-child(4) a:visited {
	display: block;
color: #3B3A3F;
	/* margin: 13px 0px; */
	text-decoration: none;
	font-size: 16px;
	font-family: "Onest", sans-serif;
}

.footer-column:nth-child(4) p {
color: #3B3A3F;
	font-size: 14px;
	font-family: "Onest", sans-serif;
	margin: 13px 0px 20px;
		font-weight: 400;
}

.footer-column:nth-child(4) p strong, .footer-column:nth-child(4) p b {
	font-weight: 500;
}

.footer-column:nth-child(4) a, .footer-column:nth-child(4) a:visited {
	font-family: "Onest", sans-serif;
color: #3B3A3F;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	margin: 13px 10px 10px 0px;
}

.footer-column:nth-child(4) a:hover {
	text-decoration: underline;
}

.footer-columna a strong, .footer-column a b {
color: #3B3A3F;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

#scroll {
    position:fixed;
    right:15px;
    bottom:15px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#fff;
    text-indent:-9999px;
    display:none;
	z-index: 15;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
		transition: all 0.15s ease-in-out;
	background: #fff url(images/scrolltop.svg) no-repeat center top;
	background-size: 15px 89px;
}

#scroll:hover {
	background: #fff url(images/scrolltop.svg) no-repeat center bottom;
	background-size: 15px 89px;
}


.copyright {
	width: 100%;
	font-size: 12px;
	color: #C0C0C0;
	margin-top: 60px;
}

.copyright a, .copyright a:visited {
	font-size: 12px;
color: #3B3A3F;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.redround, .redround a, .footer-column:nth-child(1) a {
color: #3B3A3F;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 170%; 
display: inline-block;
}

.footer-column:nth-child(1) .redround a:visited {
text-decoration: underline;
}

.footer-column:nth-child(1) .redround a:hover {
color: #3B3A3F;
text-decoration: none;
}

.footer-messengers img {
		transition: all 0.1s ease-in-out;
}

.footer-messengers a:hover > img {
scale: 1.1;
}

.catalog-menu-mobile-btn {
	display: none;
	width: 70px;
	height: 48px;
	order: 1;
	font-size: 0px;
	background-color: #D82046;
	    border-radius: 30px;
  background-image: url(images/catalog-menu.svg);
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
}


.catalog-menu-mobile-btn.active {
background-image: url(images/catalog-menu-cross.svg);
}


.catalog-menu-mobile {
	display: block;
	left: -100%;
	top: 0px;
	position: fixed;
	z-index: 15;
	overflow: auto;
	width: 100%;
	transition: all 0.2s ease-in-out;
}

.popup-window-buttons button:first-child {
	display: none;
}

.fixed-overlay {
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	height: 100%;
	min-height: 100vh;
	background: rgba(18, 22, 22, 0.80);
	backdrop-filter: blur(5.75px);
	z-index: 111;
	display: none;
	}
	


	
	.fixed-form {
	position: fixed;
	width: calc(90% - 80px);
	height: auto;
	max-width: 560px;
	padding: 70px 70px;
	border-radius: 12px;
	box-sizing: border-box;
	text-align: left;
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition:all .3s ease-in-out;
z-index: 112;
	display: none;
	    font-family: "Onest", sans-serif;
	color: #4D495C;
	}
	
	.fixed-form.order-form {
width: max-content;
    max-width: 720px;
	 padding: 20px 20px;
	 box-sizing: border-box;
	}

	.fixed-form.popup-auth-form {
		padding: 60px 70px 0px;
	}

	
	.fixed-form-main {
		position: relative;
	}
	
	.fixed-form p a, .fixed-form p a:visited,
	.fixed-form a, .fixed-form a:visited {
	color: #4D495C;
	}
	.fixed-form p a:hover {
	text-decoration: none;
	}

	.fixed-form label, form label {
		    color: #6D7280;
	}

		.order-simple {
	/* width: 560px; */
	width: 100%;
    max-width: 100%;
		box-sizing: border-box;
		padding: 20px 20px;
	}

	.success-order {
font-weight: 700;
    font-size: 16px;
    width: 280px;
    box-sizing: border-box;
    display: flex;
    line-height: 100%;
    align-items: center;
	}

	.success-order svg {
		    margin-right: 20px;
	}

	
	.order-form-main {
		width: 100%;
		position: relative;
	}


	.order-simple__block {
    width: 100%;
    box-sizing: content-box;
    margin: 10px 0px;
}



.order-simple-prop, .order-simple__block p {
	width: 100%;
}

#order_prop_FIO, #order_prop_PHONE {
	width: calc(50% - 8px);
}

.order_prop_ADDRESS {
	display: none;
}

.space-between {
	justify-content: space-between;
}


	.order-simple__block__title {
		width: 100%;
		    margin-bottom: 5px;
		}

/* 
		


		#order-simple-price-table, #order-simple-pay-system, #order-simple-delivery {
			display: none;
		} */

		.order-simple__field.not-required {
display: none;
		}

		

		.order-simple__price-table {
			display: none;
		}

		.order-simple-flex {
			display: flex;
			flex-wrap: wrap;
			    width: 100%;
    box-sizing: content-box;
    margin: 20px 0px 10px;
	align-items: baseline;
		}


#order-simple-delivery, #order-simple-pay-system {
	width: calc(50% - 8px);
}

		.order-simple .fixed-form-title.popup-form-group-title { 
margin: 0px 0px 0px;
		}


		.order-simple .form-check-input[type="radio"] {
    margin-left: 0px;
    margin-right: 10px;
    border-radius: 0.25em;
	width: 20px;
	height: 20px;
	display: inline-block;
		}

		.order-simple-flex .form-check {
	display: flex;
	padding-left: 0px;
    margin: 10px 10px 10px 0px !important;

		}

		.order-simple .form-group.form-check label {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	display: inline-block;
	width: auto;
		}

		.order-simple .form-check-input:checked[type="radio"] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3E%3C/svg%3E");
		}

		.order-simple input[type='text'], .order-simple select, .order-simple textarea {
    width: 100%;
    max-width: 100%;
	padding: 0px 10px;
    min-width: auto;
		}

		.order-simple textarea {
    width: 100%;
    height: 60px;
    padding: 10px 10px;
    box-sizing: border-box;
		}


		.order-simple textarea.disabled {
			font-size: 0px;
			opacity: 0.5;
		}

		.main-user-consent-request-popup-button {
    border-radius: 35px;
	font-size: 15px;
    font-style: normal;
    font-weight: 600;
	text-transform: none;
    line-height: 100%;
    letter-spacing: 0.15px;
		color: #D82046;
	background-color: transparent;
	border: 1.5px solid #D82046;
		transition: all 0.10s ease-in-out;
	font-family: "Onest", sans-serif;
	    height: 42px;
    line-height: 40px;
	    -webkit-box-shadow: unset;
    box-shadow: none;
		}

				.main-user-consent-request-popup-button-acc {
background-color: #D82046;
    color: #FFF;
		border: 1.5px solid transparent;
		}

		.main-user-consent-request-popup-button:hover, .main-user-consent-request-popup-button-acc:hover {
			background-color: #D82046;
    color: #FFF;
		border: 1.5px solid transparent;
		}

		.main-user-consent-request-popup-button-rej {
    -webkit-box-shadow: unset;
    box-shadow: none;
 }

 #order-simple-consent {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	margin: 0px 0px;
 }


label.main-user-consent-request {
	width: 70%;
	display: flex;
	align-items: center;
 }


  #order-simple-consent label.main-user-consent-request {
	width: 60%;
  }

  .main-user-consent-request input {
     margin-left: 0px;
    margin-right: 35px;
    width: 0px;
    height: 0px;
}

 

   /* .order-simple .main-user-consent-request input:checked[type="checkbox"],
    .order-simple .main-user-consent-request input:checked[type="radio"] {
				background-color: #D82046;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3E%3C/svg%3E");
		} */

		   /* .order-simple .main-user-consent-request input:checked[type="checkbox"]::before {
    background-color: #D82046;
    border-color: #D82046;
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3E%3C/svg%3E");
		  } */


.main-user-consent-request input:checked[type="checkbox"],
.main-user-consent-request input:checked[type="radio"] {
				background-color: #D82046;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3E%3C/svg%3E");
		}


.main-user-consent-request input::before {
			content: ' ';
			display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
	    margin-left: 0px;
		    margin-top: 0px;
    margin-right: 0px;
    border-radius: 0.25em;
    width: 22px;
	height: 22px;
	    transform: translate(0%, -50%);
		}


.main-user-consent-request input:checked[type="checkbox"]::before {
    background-color: #D82046;
    border-color: #D82046;
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3E%3C/svg%3E");
		  }


		.main-user-consent-request-announce-link {
    font-size: 15px;
    line-height: 125%;
    font-weight: 500;
		}


 .main-user-consent-request-popup-cont {
	max-height: 90vh;
 }

  .fixed-form .order-simple .btn { 
     width: 40%;
    margin: 0px 0px;
}

	.fixed-form.show {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		    animation: .5s popIn;
		/* display: block; */
	}
	

@keyframes popIn {
    from {
        transform: translate(-50%, -50%) scale(.85);
        opacity: 0
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
}


	.fixed-form-title {
color: #3B3A3F;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
	}

		.fixed-form-title.popup-form-group-title { 
margin: 0px 0px 35px;
		}


	.fixed-form .close {
		background: #F6F6F6 url('images/close.svg') no-repeat center center;
		background-size: auto auto;
		transition:all .2s ease-in-out;
		width: 48px;
		height: 48px;
		padding: 10px 15px;
		box-sizing: border-box;
		display: block;
		position: fixed;
		top: 20px;
		cursor: pointer;
		right: 20px;
		border-radius: 100%;
		opacity: 1.0;
		z-index: 2;
		}
		
		.smart-filter-header .close {
		background: transparent url('images/close.svg') no-repeat center center;
		background-size: auto auto;
		width: 44px;
		height: 24px;
		padding: 0px 0px;
		box-sizing: border-box;
		display: block;
		z-index: 2;
		}

		
		.close:hover {
scale: 1.2;
		}

.fixed-form .btn-primary {
	width: 100%;
	height: 50px;
	    padding: 17px 30px;
		box-sizing: border-box;
		line-height: 100%;
		margin: 25px auto;
		font-size: 15px;
font-style: normal;
font-weight: 500;
}

.fixed-form a.btn-primary.auth-form-btn-register {
    width: 100%;
    height: 50px;
    font-weight: 500;
    font-size: 15px;
    padding: 18px 30px;
	color: #fff;
	margin: 10px auto 10px;
}

.fixed-form a.btn-primary.auth-form-btn-register:hover {
	color: #3E2E2E;
}

.fixed-form h5.page-title {
font-size: 24px;
}

.fixed-form.popup-auth-form .btn-primary.auth-form-btn-login,
.fixed-form.popup-auth-form .btn-primary.forgot-form-btn-login {
    width: 40%;
    height: 50px;
    font-weight: 500;
	margin: 0px 0px;
}

.popup-auth-form .auth-tabs-switch a, .popup-auth-form .auth-tabs-switch a:hover, .popup-auth-form.auth-tabs-switch a:visited {
    background: #E6E6E6;
}

.error-form, .form-success {
	display: none;
}

		

input[type=text], input[type=tel], input[type=email], input[type=password], input[type=tel] {
border: 1px solid #D2D5DA;
background: #F9FAFB;

font-family: "Onest", sans-serif;
color: #6D7280;

    font-optical-sizing: auto;
font-size: 15px;
font-style: normal;
font-weight: 400;
letter-spacing: -0.32px;
    padding: 25px 12px 25px 12px;
    line-height: 140%;
    box-sizing: border-box;
    height: 48px;
    margin: 10px 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    
    border-radius: 6px;
    }


select {
  border-radius: 6px;
  border: 1px solid #D2D5DA;
  background: #F9FAFB;
  color: #6D7280;
font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  padding: 0px 12px 0px 12px;
  box-sizing: border-box;
  height: 52px;
  margin: 10px 0px 20px;
  display: block;
  width: 100%;
  /* max-width: 560px; */
  background: #F9FAFB url(images/select.svg) no-repeat calc(100% - 12px) center;
  }

  option {
    color: #6D7280 !important;
  }

  option:not(:first-of-type) {
    color: #6D7280 !important;
  }

::placeholder {
  color: #6D7280;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #6D7280;
}


	input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus {
border: 1px solid #D2D5DA;
background: #F9FAFB;
		box-shadow: none;
	}



	textarea {
border: 1px solid #D2D5DA;
background: #F9FAFB;

font-family: "Onest", sans-serif;
color: #6D7280;
		
		font-optical-sizing: auto;

		width: 100%;

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.32px;
	
		padding: 10px 12px 5px 12px;
		line-height: 140%;
		box-sizing: border-box;
		height: 48px;
		margin: 10px 0px;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		
		height: 120px;

		border-radius: 6px;
		}
	
		textarea:focus {
			border: 1px solid #D2D5DA;
			box-shadow: none;
		}


	input[type=text].error-field, input[type=tel].error-field, input[type=email].error-field, input[type=password].error-field, select.error-field {
		border-color: #DC2626;
		background-color: #FEF2F2;
	}


		.form-success {
			text-align: center;
		}


		.form-success p {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: -0.176px;
font-family: "Onest", sans-serif;
color: #6D7280;
		}


		p.form-group-title {
color: #6D7280;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
letter-spacing: -0.28px;
margin: 10px 0px 0px;
		}

		
	
		
		.popup-form-success h5 {
			font-size: 32px;
			line-height: 30.08px;
letter-spacing: 0.32px;
color: #000000;
		}

		.popup-form-success p.superstrong {
			font-size: 18px;
line-height: 25.37px;
word-wrap: break-word
		}

		.popup-form-success-content {
			margin: 25px 0px 0px;
		}

		.success-title {
color: #3B3A3F;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
			display: block;
			margin: 0px auto 10px;
		}

		.success-checkmark {
			width: 80px;
			height: 115px;
			margin: 0px auto 0px;
		}
			.check-icon {
				width: 80px;
				height: 80px;
				position: relative;
				border-radius: 50%;
				box-sizing: content-box;
				border: 4px solid #04E430;
			}
				.check-icon::before {
					top: 3px;
					left: -2px;
					width: 30px;
					transform-origin: 100% 50%;
					border-radius: 100px 0 0 100px;
				}
				
				.check-icon::after {
					top: 0;
					left: 30px;
					width: 60px;
					transform-origin: 0 50%;
					border-radius: 0 100px 100px 0;
					animation: rotate-circle 4.25s ease-in;
				}
				
				.check-icon::before, .check-icon::after {
					content: '';
					height: 100px;
					position: absolute;
					background: transparent;
					transform: rotate(-45deg);
				}
				
				.icon-line {
					height: 5px;
					background-color: #04E430;
					display: block;
					border-radius: 2px;
					position: absolute;
					z-index: 10;
				}
	
					.icon-line.line-tip {
						top: 46px;
						left: 14px;
						width: 25px;
						transform: rotate(45deg);
						animation: icon-line-tip 0.75s;
					}
					
					.icon-line.line-long {
						top: 38px;
						right: 8px;
						width: 47px;
						transform: rotate(-45deg);
						animation: icon-line-long 0.75s;
					}
				
				.icon-circle {
					top: -4px;
					left: -4px;
					z-index: 10;
					width: 80px;
					height: 80px;
					border-radius: 50%;
					position: absolute;
					box-sizing: content-box;
					border: 4px solid #04E430;
				}
				
				.icon-fix {
					top: 8px;
					width: 5px;
					left: 26px;
					z-index: 1;
					height: 85px;
					position: absolute;
					transform: rotate(-45deg);
					background-color: transparent;
				}
	 
		
		@keyframes rotate-circle {
			0% {
				transform: rotate(-45deg);
			}
			5% {
				transform: rotate(-45deg);
			}
			12% {
				transform: rotate(-405deg);
			}
			100% {
				transform: rotate(-405deg);
			}
		}
		
		@keyframes icon-line-tip {
			0% {
				width: 0;
				left: 1px;
				top: 19px;
			}
			54% {
				width: 0;
				left: 1px;
				top: 19px;
			}
			70% {
				width: 50px;
				left: -8px;
				top: 37px;
			}
			84% {
				width: 17px;
				left: 21px;
				top: 48px;
			}
			100% {
				width: 25px;
				left: 14px;
				top: 45px;
			}
		}
		
		@keyframes icon-line-long {
			0% {
				width: 0;
				right: 46px;
				top: 54px;
			}
			65% {
				width: 0;
				right: 46px;
				top: 54px;
			}
			84% {
				width: 55px;
				right: 0px;
				top: 35px;
			}
			100% {
				width: 47px;
				right: 8px;
				top: 38px;
			}
		}




.catalog .wrap-flex {
	justify-content: normal;
    align-items: normal;
}

.certificates-list {
	padding: 20px 0px 60px;
}

.certificates-list a {
	display: inline-block;
	width: calc(25% - 16px);
	margin: 16px 8px;
	border-radius: 16px;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: center;
}

.certificates-list a img {
	transition:all .2s ease-in-out;
	width: 100%;
	height: auto;
}

.certificates-list a:hover img {
opacity: 0.7;
}

.loyalty-block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	    align-items: center;
		    justify-content: center;
		margin: 40px 0px 60px;
}


.loyalty-block:nth-child(even) img {
    order: 1;
}

.loyalty-block img {
	max-width: 50%;
	height: auto;
}

.loyalty-block-content {
    width: 50%;
    height: auto;
    padding: 0px 10%;
    box-sizing: border-box;
	color: #3B3A3F;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: -0.176px;
}


.row {

}

.row-flex {
    width: 100%;
	    display: flex;
    flex-wrap: wrap;
	margin: 40px 0px 40px;
}


.row-flex-left {
    position: relative;
    width: 300px;
    box-sizing: border-box;
        margin-right: 150px;
color: #3B3A3F;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: right;
}

.row-flex-right {
	width: calc(100% - 450px);
	color: #3B3A3F;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.176px;
}

.row-flex-right p { 
	color: #3B3A3F;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.176px;
}

.row-flex-padding {
background-color: #fff;
    padding: 4% 5% 2.5%;
    border-radius: 20px;
}

.terms-infoblocks {
	width: 100%;
	margin: 20px auto 50px;
}

.term-infoblock {
	border-radius: 20px;
    background: #FFF;
    width: calc(33.33% - 8px);
padding: 2.5% 4%;
color: #3B3A3F;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: -0.176px;
}


p.block-subtitle {
color: #3B3A3F;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 18.8px */
margin: 35px 0px 25px;
}


.term-infoblock p {
color: #3B3A3F;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: -0.176px;
    margin: 0px auto 0px;
}

.term-amount,
p.term-amount {
	color: #3B3A3F;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
    margin: 25px auto 10px;
}


.term-badge,
p.term-badge {
	display: inline-block;
    border-radius: 25px;
background: #D82046;
	color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 8px 16px;

}

.delivery-tabs-switch {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px 30px;
}

.delivery-tabs-switch a, .delivery-tabs-switch a:hover, .delivery-tabs-switch a:visited {
color: #3E2E2E;
border-radius: 25px;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration: none;
padding: 8px 16px;
background: #fff;
display: block;
margin-right: 16px;
}

.delivery-tabs-switch a.active {
background: #D82046;
color: #fff;
}

.delivery-tab {
	display: none;
}

.delivery-tab.active {
	display: block;
}


h2.store-list-title,
.store-list-title {
color: #3B3A3F;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.store-list-properties {
	width: 280px;
	display: flex;
	flex-wrap: wrap;
	    align-items: normal;
}

.store-list-row {
	margin: 40px 0px 60px;
}

.ymaps-map, .ymaps-glass-pane {
	height: 100% !important;
}

.ymaps-layers-pane {
	filter: grayscale(100%) !important;
}

.store-list-properties div {
border-radius: 20px;
background: #FFF;
padding: 24px 32px;
box-sizing: border-box;
margin: 0px 0px 10px;
width: 100%;
}

.store-list-properties div:last-child {
margin: 0px 0px 0px;
}

.store-list-properties p {
color: #797979;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 8.4px */
letter-spacing: -0.154px;
margin: 0px 0px 10px;
}

.store-list-properties a, .store-list-properties a:visited, .store-list-properties a:hover, .store-list-properties span {
color: #3B3A3F;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 90%;
letter-spacing: -0.176px;
text-decoration: none;
}

.store-list-map {
	width: calc(100% - 300px);
	min-height: 385px;
	height: auto !important;
	max-height: 460px;
	border-radius: 20px;
background: #FFF;
overflow: hidden;
}

.contact-page-popup-form {
	text-align: center;
	box-sizing: border-box;
	max-width: 640px;
	margin: 120px auto;
}

.contact-page-popup-form .btn-primary {
	    padding: 17px 30px;
    width: 260px;
margin: 20px auto;
height: 50px;
box-sizing: border-box;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 100%;
letter-spacing: 0.15px;

}

.privacy-notification {
color: #6D7280;
text-align: center;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 138.462% */
letter-spacing: -0.26px;
}



.catalog-compare-filter {
	display: none;
}

#compare .wrapper {
padding: 0px 0px;
}

.compare-page {
	margin: 40px auto;
}

#compare thead, #compare tbody, #compare tfoot, #compare tr, #compare td, #compare th {
	border: none;
}

#compare th {
background: #F7F7F7;

width: 280px;

color: #000;

font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 18px */

padding: 20px 20px 10px;
box-sizing: border-box;

border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
}

#compare td {

    padding: 20px 20px 10px;
	box-sizing: border-box;

	background-color: #fff;
color: #000;

width: 280px;

font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 18px */

padding: 20px 20px;
box-sizing: border-box;

border-right: 1px solid #ddd;

}

#compare tr:nth-child(2){ 
	border-top: 1px solid #ddd;
}

#compare tr:last-child {
	border-bottom: 1px solid #ddd;
}

tr.ID,
tr.DETAIL_PICTURE,
tr.SUBTITLE,
tr.MANUFACTURER,
tr.MORE_PHOTO,
tr.MANUALS,
tr.PHOTO_PORTS,
tr.PHOTO_COMPLECT
{
display: none;
}


#compare th.DIFFERENT_SWITCHER {
    vertical-align: bottom;
background-color: transparent;
	padding: 0px 0px 35px;
    text-align: left;
	border: none;
}

th.DIFFERENT_SWITCHER a, th.DIFFERENT_SWITCHER a:visited, th.DIFFERENT_SWITCHER a:hover {

	padding: 12px 24px 12px 50px;
border-radius: 8px;
	box-sizing: border-box;
background-color: #fff;
width: 100%;
display: block;
position: relative;

text-align: left;
color: #000;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 19.6px */

text-decoration: none;

}

th.DIFFERENT_SWITCHER a span {
display: inline-block;	
top: 12px;
left: 24px;
position: absolute;	
border-radius: 4px;
width: 18px;
height: 18px;
background: #fff url(/bitrix/templates/eshop_bootstrap_v4/images/checkmarker-compare.svg) no-repeat center center;
    border: 1px solid #D82046;
}

th.DIFFERENT_SWITCHER a.btn-all span {
	background: #D82046 url(/bitrix/templates/eshop_bootstrap_v4/images/checkmarker-compare.svg) no-repeat center center;
}

#compare td.compare-item {
	text-align: center;
	border: none;
	padding: 0px 10px 35px;
	background-color: transparent;
}

.compare-item img {
	width: auto;
	margin: 0px auto 0px;
	display: inline-block;
    background: #fff;
    border-radius: 8px;
    padding: 4px;
    box-sizing: border-box;
}

a.compare-item-title, a.compare-item-title:focus {
color: #000;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: block;
text-decoration: none;
margin: 10px auto 10px;
}

a.compare-item-title:hover {
text-decoration: underline;
}

.compare-item-price {
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 700;
text-align: center;
line-height: normal;
}

a.text-danger:hover {
text-decoration: none;
}

.btn-primary.btn-compare {
	background: transparent;
	text-decoration: none;
	color: #D82046;
    padding: 5px 20px;
    line-height: 27px;
    margin: 0px auto 0px;
}

.btn-primary.btn-compare::before {
    content: ' ';
    display: inline-block;
    /* position: absolute; */
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
	background: transparent url(images/add-to-basket.svg) no-repeat top center;
vertical-align: middle;
}

    .btn-primary.btn-compare:hover {
background-color: #D82046;
color: #FFF;
	}

    .btn-primary.btn-compare:hover::before,
	.btn-primary.btn-compare:focus::before {
	background: transparent url(images/add-to-basket.svg) no-repeat bottom center;
	}


	.basket-row-items-list {
width: calc(70% - 0px);
max-width: 900px;
	}

	.basket-row-total-block {
    width: 30%;
    max-width: 390px;
	}

	.basket-row-warnings {
		width: 100%;
		    margin-bottom: 20px;
	}

	.basket-row-remove {
    position: relative;
    padding: 20px 25px 20px;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
	justify-content: space-between;
	align-items: center;
	}

		.basket-row-remove a, .basket-row-remove a:visited {
color: #3E2E2E;
text-decoration: none;
		}

		 .basket-row-remove a:hover {
			text-decoration: underline;
		 }

	.basket-items-list-wrapper, .basket-items-list-wrapper-compact {
    border: none;
    border-radius: 8px;
    margin: 0px 0px !important;
    overflow: hidden;
}

.basket-checkout-container, .basket-total-not-login {
	display: flex;
    margin-bottom: 20px;
    padding: 20px 25px;
	box-sizing: border-box;
    border: none;
    border-radius: 8px;
	color: #6D7280;
	font-size: 14px;
	line-height: 125%;
		font-weight: 500;
	width: 100%;
	background-color: #fff;
}

.basket-total-not-login {
 padding: 25px 25px;
}

.basket-total-not-login svg {
margin-right: 10px;
}

.basket-checkout-section-inner {
    display: block;
}

.basket-checkout-block-total-price {
	display: inline-block;
}

.basket-checkout-block-total-description {
	/* display: none; */
	width: 100%;
	margin: 10px 0px;
	font-size: 14px;
	line-height: 125%;
		font-weight: 500;
	color: #6D7280;
}

.basket-checkout-block-btn {
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
    width: 100%;
}

.basket-checkout-section .btn-primary {
display: block;
height: 60px;
	width: 100%;
    border-radius: 35px;
	margin: 20px auto 10px;
	font-size: 18px;
}

.basket-checkout-section .btn-primary.btn-login {
	line-height: 50px;
background-color: #D9D9D9;
color: #6D7280;
border-color: transparent;
}

.basket-checkout-section .btn-primary.btn-login:hover {
border-color: #D82046;
    background-color: #D82046;
	color: #fff;
}

.basket-items-list-item-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 25px 0px 25px;
	justify-content: space-between;
}

.basket-items-list-item-descriptions {
width: 50%;
}

.basket-coupon-block-total-price-old {
    position: relative;
    top: 0px;
}


.basket-items-list-item-price-for-one {
	/* width: auto; */
	width: 120px;
	text-align: right;
}

.basket-items-list-item-comment {
	width: 100%;
	order: 11;
	margin-left: 32px;
}

.basket-items-list-item-comment textarea {
height: 60px;
border-radius: 6px;
}

.basket-item-price-current-text {
			font-size: 24px;
	font-weight: 700;
	    font-family: "Onest", sans-serif;
}

.basket-item-price-title {
	font-family: "Onest", sans-serif;
}

.basket-items-list-item-descriptions-inner {
	    display: flex;
    align-items: center;
}

.basket-items-list-item-descriptions,
.basket-item-block-price {
	padding: 0px 0px;
	box-sizing: border-box;
	vertical-align: middle;
}

.basket-items-list-item-container > td {
    border-top: 0px solid #f2f2f2;
}

.basket-checkout-block-total {
    padding-top: 0px;
    padding-right: 0px;
    width: auto;
    text-align: left;
    display: inline-block;
	font-size: 24px;
	font-weight: 600;
}

.basket-coupon-block-total-price-current, .basket-checkout-block-total-title {
		font-size: 24px;
	font-weight: 700;
	    font-family: "Onest", sans-serif;
}

.basket-items-list {
    position: relative;
    padding: 0px 25px 0px;
}

.basket-item-price-old {
position: initial;
    top: 0px;
    right: 0;
}

.basket-item-block-image {
	width: 80px;
	height: 80px;
		max-width: 80px;
	margin-right: 12px;
	    padding: 0px 0px;
    box-sizing: border-box;
	    min-width: auto;
}


.basket-item-image-link {
	width: 80px;
	height: 80px;
	display: block;
	border: 1px solid #E1E1E1;
	border-radius: 8px;
	background-color: #fff;
}

.basket-item-image {
    display: block;
		border-radius: 8px;
}

.basket-item-info-name, .basket-item-info-name-link {
		    font-family: "Onest", sans-serif;
			font-size: 15px;
			line-height: 125%;
			font-weight: 500;
			color: #3B3A3F;
}

.basket-item-info-name:hover, .basket-item-info-name-link:hover {
			color: #D82046;
}

.basket-item-property, .basket-item-property-custom {
	padding: 0px 0px;
}

.basket-item-property-name, .basket-item-property-custom-name {
			    font-family: "Onest", sans-serif;
			font-size: 12px;
			display: inline-block;
			color: #727272;
						font-weight: 400;
margin: 0px 5px 0px 0px;
}


.basket-item-property-value, .basket-item-property-custom-value {
				    font-family: "Onest", sans-serif;
			font-size: 12px;
			display: inline-block;
			color: #727272;
			font-weight: 400;
}

.basket-items-list-item-remove {
	order: 10;
	padding: 0px 0px !important;
}

.basket-item-block-actions {
    position: relative;
    opacity: 1.0;
}

.basket-item-actions-remove:after, .basket-item-actions-remove:before {
	display: none;
}

.basket-item-actions-remove {
background-color: #F6F6F6;	
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6663 8.33333V14.1667M8.33301 8.33333V14.1667M4.99967 5V14.8333C4.99967 15.7668 4.99967 16.2331 5.18133 16.5897C5.34112 16.9033 5.5959 17.1587 5.90951 17.3185C6.26568 17.5 6.73217 17.5 7.66377 17.5H12.3356C13.2672 17.5 13.733 17.5 14.0892 17.3185C14.4028 17.1587 14.6584 16.9033 14.8182 16.5897C14.9997 16.2335 14.9997 15.7675 14.9997 14.8359V5M4.99967 5H6.66634M4.99967 5H3.33301M6.66634 5H13.333M6.66634 5C6.66634 4.22343 6.66634 3.83534 6.79321 3.52905C6.96236 3.12067 7.28661 2.79602 7.69499 2.62687C8.00127 2.5 8.38977 2.5 9.16634 2.5H10.833C11.6096 2.5 11.9979 2.5 12.3041 2.62687C12.7125 2.79602 13.0369 3.12067 13.2061 3.52905C13.3329 3.83534 13.333 4.22343 13.333 5M13.333 5H14.9997M14.9997 5H16.6663' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
background-position: center center;
background-repeat: no-repeat;
width: 32px;
height: 32px;
border-radius: 8px;
}

.basket-item-block-actions .favor {
    width: 32px;
    height: 32px;
    position: inherit;
    top: auto;
    right: auto;
    display: block;
    z-index: 15;
    border-radius: 8px;
    margin: 10px 0px;
	background: #F6F6F6 url(images/favorite.svg) no-repeat center center;
}

.basket-item-block-actions .favor.active {
    background: #F6F6F6 url(images/favorite-icons.svg) no-repeat -19px center;
}

.basket-item-actions-remove:hover, .basket-item-block-actions .favor:hover {
	scale: 1.05;
}


.basket-items-list-item-amount {
	    padding-top: 0px;
		    background: #E6E6E6;
			    border-radius: 8px;
				width: 160px;
				height: 40px;
				margin: 0px 0px;
}

.basket-item-amount-field-description {
	display: none;
}

.basket-item-block-amount {
	padding: 0 0px;
}

input[type=text].basket-item-amount-filed {
    width: 100%;
    max-width: 100%;
	height: 40px;
    border-radius: 8px;
    background: #E6E6E6;
    padding: 0px 20px;
    border: none;
    overflow: hidden;
    margin: 0 auto 0px;
	    font-size: 16px;
    font-weight: 700;
    font-family: "Onest", sans-serif;
	color: #3B3A3F;
}

.basket-item-amount-btn-plus:after, .basket-item-amount-btn-plus:before, .basket-item-amount-btn-minus:after, .basket-item-amount-btn-minus:before {
	display: none;
}

.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
    position: absolute;
	margin: 0px 0px;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 100%;
    background-color: #979797;
	    border-radius: 8px;

		    z-index: 2;

    transition: 300ms all 
ease;

    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDMwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMCAwSDBWNkgzMFYwWiIgZmlsbD0iIzNCM0EzRiIvPgo8L3N2Zz4K) no-repeat center;
    background-size: 10px;
}

.basket-item-amount-btn-plus {
	    right: 0px;
    left: auto;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzk1Nl80NDI0KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTggMTJWMEgxMlYxMkgwVjE4SDEyVjMwSDE4VjE4SDMwVjEySDE4WiIgZmlsbD0iIzNCM0EzRiIvPgo8cGF0aCBkPSJNMzAgMTJIMFYxOEgzMFYxMloiIGZpbGw9IiMzQjNBM0YiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF85NTZfNDQyNCI+CjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat center;
    background-size: 10px;
}

.personal {
    align-items: flex-start;
}

.personal-sidebar {
width: 240px;
padding: 25px 25px;
box-sizing: border-box;
background-color: #fff;
border-radius: 20px;
font-size: 15px;
color: #000;
line-height: 125%;
font-weight: 500;
}

.personal-sidebar-username {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.personal-sidebar-username img {
	margin-right: 12px;
}

ul.personal-sidebar-menu {
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px 0px;
    width: 100%;
	margin: 25px 0px;
}

ul.personal-sidebar-menu li {
	margin: 12px 0px;
	position: relative;
	width: 100%;
}

a.personal-logout {
	color: #797979;
	text-decoration: none;
}

a.personal-logout:hover {
		color: #797979;
	text-decoration: underline;
}

ul.personal-sidebar-menu li img {
	width: 24px;
	margin-right: 12px;
	vertical-align: middle;
}

ul.personal-sidebar-menu li a, 
ul.personal-sidebar-menu li a:hover, 
ul.personal-sidebar-menu li a:visited {
	display: block;
font-size: 15px;
color: #000;
line-height: 125%;
font-weight: 500;
text-decoration: none;
	border-radius: 12px;
	padding: 10px 10px 10px 10px;
}


ul.personal-sidebar-menu li a:hover,
ul.personal-sidebar-menu li a.active {
	background-color: #f1f1f1;
}

.personal-main {
	width: calc(100% - 280px);
	background-color: transparent;
	position: relative;
}

.count {
    position: absolute;
    border-radius: 12px;
    display: inline-block;
	vertical-align: middle;
    width: auto;
	font-size: 14px;
    background-color: #D82046;
    color: #fff;
    font-family: "Onest", sans-serif;
    padding: 2px 8px;
	margin: 0px 5px;
}

.sale-order {
	border-radius: 12px;
	border: 1px solid #fff;
	margin-bottom: 12px;
}

.sale-orders-header,
.main-profile-header {
width: 100%;
background-color: #FFFFFF;
border-radius: 12px;
padding: 18px 32px;
box-sizing: border-box;
position: relative;
font-size: 20px;
font-weight: 500;
color: #3E2E2E;
margin-bottom: 12px;
}



.download-price a {
	padding: 5px 10px;
	font-size: 8px;
}

.sale-order-header {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 100%;
background-color: #FFFFFF;
border-radius: 12px;
padding: 18px 32px;
box-sizing: border-box;
position: relative;
cursor: pointer;
font-size: 14px;
font-weight: 500;
color: #3E2E2E;
}

.sale-order-information {
display: none;
padding: 18px 32px;
box-sizing: border-box;
}


.sale-order-information-item {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 100%;
margin: 0px auto 12px;
color: #000000;
font-size: 14px;
}

.sale-order-information img {
margin-right: 15px;
background-color: #fff;
border-radius: 12px;
}

.sale-order-information-name {
	width: 260px;
	margin-right: 10%;
}

.sale-order-information-name a, .sale-order-information-name:visited {
	color: #000000;
	text-decoration: none;
}

 .sale-order-information-name a:hover {
	color: #000000;
	text-decoration: underline;
 }

.sale-order-information-buttons {
	width: 100%;
	    display: flex;
    align-items: center;
    justify-content: right;
}

a.sale-order-link, a.sale-order-link:visited {
    color: #797979;
    text-decoration: none;
}

a.sale-order-link:hover {
text-decoration: underline;
}


.reg-main .btn-primary {
	height: 52px;
    padding: 5px 8%;
    border-radius: 35px;
}

.reg-main .btn-primary.loading {
	background-image: url(images/loader.svg);
	background-repeat: no-repeat;
	background-position: 25px center;
	background-size: 24px 24px;
}


.reg-user, .reg-password, .reg-company {
background-color: #fff;
padding: 25px 25px;
border-radius: 24px;
margin-bottom: 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.reg-main {
	width: calc(100% - 410px);
}

.reg-user {
	width: calc(100% - 355px);
	min-width: 220px;
}

.reg-password {
	width: auto;
	width: 340px;
	min-width: 220px;
}

.reg-company {
width: 100%;
min-width: 220px;
}

.reg-company-part {
	width: 49%;
}


.reg-main .form-group {
	width: 49%;
	margin: 10px 0px;
}


.reg-password .form-group,
.reg-main .reg-company-part .form-group {
		width: 100%;
}


.reg-sidebar {
	width: 100%;
	max-width: 380px;
}

.reg-main p.reg-form-group-title { 
	width: 100%;
	color: #000;
font-size: 15px;
font-weight: 500;
line-height: 145%;
}


.reg-sidebar-block {
display: block;
margin-bottom: 20px;
box-sizing: border-box;
border: none;
color: #6D7280;
font-size: 14px;
line-height: 155%;
font-weight: 500;
width: 100%;

padding: 25px 25px;
background-color: #fff;
border-radius: 8px;
}

.reg-sidebar-message {
	display: flex;
}

.reg-sidebar-block strong:first-child {
	color: #000;
	font-size: 15px;
	font-weight: 500;
}

.reg-sidebar-block p {
	font-size: 14px;
line-height: 155%;
font-weight: 400;
width: 100%;
background-color: #fff;
width: 100%;
margin: 10px 0px 0px;
}

.reg-sidebar-block svg {
margin-right: 10px;
}

.reg-footer {
	width: 100%;
	margin: 45px auto 35px;
}

h2.reg-footer-title {
font-size: 24px;
}

.reg-footer-block-title {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	align-items: center;
	margin-bottom: 30px;
}

.reg-footer-price {
	border-radius: 8px;
	padding: 12px 12px;
	background-color: #FFEFF2;
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

.reg-footer-block {
	width: 32.6%;
	padding: 25px 25px;
	background-color: #fff;
border-radius: 8px;
margin: 25px 0px;
}

a.reg-footer-btn, a.reg-footer-btn:visited {
	display: inline-block;
	border: 1px solid #D82046;
	border-radius: 25px;
	background: transparent;
	color: #3B3A3F;
	font-size: 15px;
	font-weight: 500;
	padding: 8px 16px;
	box-sizing: border-box;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

a.reg-footer-btn:hover {
background-color: #D82046;
color: #fff;
}

.reg-company-checkboxes label {
margin: 20px 0px 0px;
}

.reg-company-buttons {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}



/* .main-profile-user .form-group label {
	width: 30%;
	text-align: left;
} */


.main-profile-user label,
.main-profile-company label {
	width: 30%;
	display: block;
	color: #2C2C2C;
	font-size: 15px;
	margin: 0px 0px 0px;
}

.main-profile-company label {
	width: 100%;
}

.main-profile-user h2,
.main-profile-company h2 {
font-size: 15px;
font-weight: 500;
color: #000;
width: 100%;
margin: 0px 0px 25px;
}

.main-profile-user .form-control:disabled, .main-profile-user .form-control[readonly], 
.main-profile-company .form-control:disabled, .main-profile-company .form-control[readonly] {
    width: 70%;
    line-height: normal;
    height: auto;
    padding: 0px 0px;
    margin: 5px 0px;
    text-align: left;
    background: transparent;
    border: none;
	font-size: 15px;
	font-weight: 500;
    color: #2C2C2C;
    vertical-align: middle;
	min-height: auto;
}

.main-profile-user .form-control:disabled, .main-profile-user .form-control[readonly] {
	text-align: right;
}

.main-profile-company .form-control:disabled, .main-profile-company .form-control[readonly] {
	width: 50%;
}

.main-profile-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
}

.main-profile-user,
.main-profile-company {
	width: calc(60% - 8px);
	padding: 25px 25px;
	box-sizing: border-box;
background-color: #fff;
border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
	    align-items: center;
	justify-content: space-between;
}

.main-profile-user {
	width: calc(40% - 8px);
}

.main-profile-user .form-group,
.main-profile-company .form-group {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
align-items: center;
margin: 0px 0px 5px;
}

.main-profile-company .form-group {
width: 48%;
align-items: center;
}

.main-profile-company .form-group.center {
justify-content: center;
}

.main-profile-company .form-group input[type=submit] {
	width: 100%;
}

.main-profile-company .form-group input[type=text], .main-profile-company .form-group input[type=text]:focus, .main-profile-company .form-group select {
	    height: auto;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
font-optical-sizing: auto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.32px;
	    line-height: 140%;
    margin: 10px 0px;
/* border: none;
border-radius: 0px;
border-bottom: 1px solid #6D7280;
background-color: transparent;
height: auto;
padding: 0px 0px 0px;
color: #b2b2b2;
    margin: 0px 0px 15px; */
}

.main-profile-company .form-group input[type=text]:focus {
/* color: #3B3A3F; */
}

.main-profile-user-avatar {
	width: 82px;
	position: relative;
}

.main-profile-user-avatar img {
	width: 82px;
	height: 82px;
}

.main-profile-user-info {
	width: calc(100% - 110px);
}

.main-profile-user-password-hidden {
display: none;
width: 100%;
}

.main-profile-user-password {
width: 100%;
margin-top: 20px;

display: flex;

flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;

}


.main-profile-user-password .form-group {
	width: 49%;
}

.main-profile-user-password label {
width: 100%;
}

.main-profile-user-password input[type="password"] {
    height: auto;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
}

.main-profile-footer {
	margin: 0px 0px;
}



.auth-tabs-switch {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px 30px;
	justify-content: space-between;
}

.auth-tabs-switch a, .auth-tabs-switch a:hover, .auth-tabs-switch a:visited {
color: #3E2E2E;
border-radius: 25px;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration: none;
padding: 8px 16px;
background: #fff;
display: block;
width: 48%;
    text-align: center;
    font-weight: 400;
	  animation: fadeIn 0.2s ease-in-out forwards;
}

.auth-tabs-switch a.active {
background: #D82046;
color: #fff;
}



.auth-tab {
	display: none;
	opacity: 0; /* Start invisible */
  animation: fadeIn 0.5s ease-in-out forwards;
}

.auth-tab.active {
	display: block;
}

.errortext {
	color: #D82046;
	opacity: 0; /* Start invisible */
  animation: fadeIn 1s ease-in-out forwards;
}

  /* Вариант 3: Открытие/закрытие замка */
        .lock-3 .shackle {
            animation: unlock 3s ease-in-out infinite;
            transform-origin: 44px 23px;
        }

        @keyframes unlock {
            0%, 30%, 100% { transform: translateY(0) rotate(0deg); }
            60%, 80% { transform: translateY(-10px) rotate(-15deg); }
        }


.ajax-load-container-animation {
	opacity: 0; 
animation: fadeIn 0.6s ease-in-out forwards;
}


.bx-auth, .bx-auth-forgot-pass {
max-width: 600px;
}

#form_auth, 
#forgot_pass_form {
/* opacity: 0;
animation: fadeIn 1s ease-in-out forwards; */
}

.auth_form_buttons {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	    margin: 20px auto 40px;
}

.auth_form_register {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}

.bx-auth p {
	color: #6D7280;
	font-size: 15px;
	line-height: 135%;
	margin: 15px 0px 20px;
	font-weight: 400;
}

.popup-form .bx-auth p { 
text-align: center;
}

.auth-form-btn-login {
	    background: transparent;
    color: #3B3A3F;
    width: 40%;
    height: 50px;
	font-weight: 500;
}

a.auth-form-btn-register {
width: 100%;
    height: 50px;
font-weight: 500;
font-size: 15px;
padding: 10px 30px;

}

a.auth-form-forgot-password, a.forgot-form-password {
font-weight: 500;
color: #3B3A3F;
font-size: 15px;
line-height: 135%;
text-align: center;
text-decoration: none;
    width: 50%;
}



a.auth-form-forgot-password:hover, a.forgot-form-password:hover {
	text-decoration: underline;
}

.popup-auth-form #result p {
margin: 10px 0px 0px;
    text-align: center;
}

.auth-form-privacy {
    text-align: center;
    font-size: 13px;
    line-height: 145%;
    color: #6D7280;
	    margin: 0px 0px;
}

.mb-4 {
	margin: 0px 0px 0px !important;
	padding: 0px 0px !important;
}

.mobile {
	display: none;
}

.not-mobile {
	display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 980px) and (max-width: 1240px){

.top-center-header {
display: none;
}


}




@media (min-width: 280px) and (max-width: 767px){



	.product-item-label-ring.product-item-label-small, .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		        font-size: 12px;
				        --product-item-label-ring-size: 30px;
						width: 30px;
        height: 30px;
	}

	
	.product-item-label-left, .product-item-label-middle {
    left: 0px;
    top: 10px;
	}

	.product-item-label-right {
    right: 5px;
}


	.product-item-detail-left .product-item-label-left, .product-item-detail-left .product-item-label-middle {
		right: 5px;
	}

	.product-item-detail-prices li {
    display: block;
    width: 18%;
    min-width: 120px;
	}

	.basic-content {
		padding: 0px 15px 25px;
	}

	.mobile {
		display: block;
	}

	.not-mobile {
		display: none;
	}

	.product-item-detail-quantity-block, .main-button-container {
    width: 100%;
    margin: 0px auto 20px;
	}

	.product-item-detail-quantity-limit {
    text-align: center;
    margin: 0px 0px 0px;
	}

	.page-notification {
	        padding: 50px 15px 50px;
        font-size: 15px;
        line-height: 150%;
        text-align: center;
	}

.btn-primary {
	font-size: 15px;
	font-weight: 400;
}

.row {
	margin-top: 0px;
    margin-right: 0px;
margin-left: 0px;
}

	.bx-header {
	background-color: transparent;
	transition: all 0.30s ease-in-out;
	}

	.main-header {
    padding: 15px 0px 0px;
}

	.bx-header.active {
	background-color: #fff;
	margin-top: -70px;
	}


.carousel-control-prev, .carousel-control-next {
display: none;
}

.header-tags {
	    margin: 0px auto 15px;
}

.header-tags ul {
        justify-content: flex-start;
        -webkit-box-align: baseline;
        align-items: center;
        overflow: auto;
		display: flex;
        flex-wrap: unset;
		
		
}

.header-tags ul li {
        flex-shrink: 0;
        margin: 0 0 0 15px;
}

	.header-tags ul li.tag-to-catalog {
    position: inherit;
    right: auto;
    margin-right: 15px;
    margin-left: 15px;
    padding: 8px 0px 8px 0px;
    background: #F6F6F6;
	}

		h1, h2, h3, h4, h5 {
			font-size: 24px;
			padding: 0px 0px;
		}
	
		.bx-basket-item-list {
			display: block;
		}
	
		.bx-basket-item-list-container {
			overflow: auto;
		}
	
		#cart-scrollbar {
			width: 100%;
			display: block;
			height: auto;
			position: relative;
			border: none;
			overflow: auto;
			margin: 20px 0px;
			padding: 0px 15px;
		}
	
		.scrollable .viewport {
			position: relative;
			overflow: hidden;
			width: 100% !important;
		}
	
		.bx-basket-item-list-container {
			width: 100%;
		}
	
		.basket-ajax {
			top: auto;
			bottom: -100vh;
		}
	
	
		.basket-ajax.show {
			bottom: 80px;
			top: auto;
			opacity: 1.0;
			z-index: 20;
			right: auto;
			left: 10px;
			width: calc(90% - 20px);
			max-width: initial;
			min-width: auto;
			border-radius: 16px;
			border-radius: 16px;
			height: auto;
			overflow: visible;
			padding: 20px 0px 20px;
		}
	
		.top-menu {
			display: none;
		}
	
		.logo {
			order: 0;
			height: 45px;
			width: auto;
		}
		
		.bx-logo-block img  {
			display: block;
			max-width: 100%;
			height: 52px;
			border-bottom: none;
		}
	
		.bx-header {
			padding: 0px 15px;
		}

		.top-header-menu-right {
			width: 160px;
		}
		
		.top-header-menu-right a {
			font-size: 0px;
		}

		.wishcount, .basket-count {
        font-size: 10px;
		}

		.top-header-menu-right img {
    margin: 0px auto 0px;
		}

		.top-header-menu-right span.top-header-menu-title {
			display: none;
		}

		

		.search-header-and-button {
			display: flex;
			flex-wrap: wrap;
        width: 100%;
        order: 3;
		        margin: 15px 0px 0px;
				        justify-content: space-between;
        align-items: center;
		}

				.bx-header .search-header {
			display: block;
			width: calc(100% - 80px);
		}

		#search .input-group {
	    width: 100%;
		}
	
		.search-placeholder {
    position: absolute;
    left: 25px;
    top: 50%;
    padding-right: 40px;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    pointer-events: none;
}

		.catalog-buttons,.top-center-header, .header-catalog-buttons {
display: none;
}

.bx-header.active .catalog-menu-btn, .catalog-menu-mobile-btn {
	display: block;
}

.catalog-menu {
    width: 100%;
    height: calc(100vh - 0px);
    position: absolute;
    background-color: #fff;
    z-index: 99;
    left: 0;
    top: auto;
    border-top: 0px solid #E6E6E6;
    border-bottom: 0px solid #E6E6E6;
    overflow: hidden;
        padding: 15px 15px;
}

.catalog-menu-list-left {
	width: 100%;
	padding: 0px 0px;
    border-right: 0px solid #E7E7E7;
}

.simplebar-content {
    padding: 0px 0px 150px 0px !important;
}

.simplebar-track.simplebar-vertical {
    right: 0px;
    width: auto;
}
	
		.bx-touch .product-item {
			padding: 0px 0 0;
			width: auto;
			background: #fff;
		}
	
		.block-title {
			position: relative;
			padding: 0px 15px;
			box-sizing: border-box;
			font-size: 28px;
		}
		
		a.block-title-btn, .block-title-btn {
			float: right;
			margin-top: 12px;
    padding: 0px 25px 0px 0px;
    line-height: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 400;
		}

		.carousel-inner {
    border-radius: 0px;
    min-height: auto;
		}

		.home-banner {
    margin: 0px auto 0px;
}

.home-categories {
    padding: 60px 0px 0px;
}

.home-categories .sections-list, .home-categories .catalog-section-list, .catalog-section-page .catalog-section-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: normal;
    padding: 0px 15px;
	box-sizing: border-box;
}


.sections-list li, .catalog-section-list li {
height: auto;
width: calc(49% - 8px);
    height: auto;
    background-color: #fff;
    padding: 25px 25px;
	margin: 0px 0px;
	text-align: center;
}

.catalog-section-list li {
width: calc(49% - 5px);
}

.bx-sidebar-block .sections-list li {
	    padding: 0px 15px;
		box-sizing: border-box;
}

	.sections-list li a, .catalog-section-list li a {
    height: auto;
	}

	.catalog-section-list li a span, .sections-list li a span {
    width: 100%;
	}

.sections-list li img, .catalog-section-list li img {
    height: auto;
    width: auto;
    max-width: 70%;
    margin: 0px auto 20px;
	text-align: center;
    max-height: max-content;
    display: block;
}

.catalog-section-list li a {
    font-size: 14px;
	display: block;
}


.offers, .collections, .newest, .company, .partners {
	padding: 0px 0px 30px;
}

		.row-slider-relative {
			padding: 0px 0px;
		}

	.tns-nav {
		display: none !important;
	}

	.row-slider-relative .tns-controls {
		display: none;
	}

	.row-slider {
		display: flex;
        flex-wrap: unset;
        overflow: auto;
        width: 100% !important;
        justify-content: left;
        /* align-items: flex-start; */
		align-items: normal;
        margin: 30px auto 0px;
        padding: 0px 15px 20px;
        box-sizing: border-box;
	}
	
	
	.product-item-small-card,
	.product-item-big-card {
		width: calc(50% - 8px) !important; 
		display: block !important;
		margin: 10px 0px; 
		border-radius: 16px;
		overflow: visible;
		padding: 0px 0px !important;
		height: auto;
	}

	.product-item-image-wrapper {
		margin-bottom: 0px;
	}
	
	.row-slider .product-item-small-card,
	.row-slider .product-item-big-card {
        width: calc(50% - 0px) !important;
		display: block !important; 
		overflow: visible;
margin: 0px 16px 0px 0px;
		max-width: 320px;
        flex-shrink: 0;
		 height: auto;
	}

	.row-slider .product-item-small-card:last-of-type,
	.row-slider .product-item-big-card:last-of-type {
		margin: 0px 0px 0px 0px;
	}
	
	.product-item-image-wrapper {
		    height: 150px;
	}

	.product-item-article {
    font-size: 12px;
	}

	.product-item-title {
		    font-size: 13px;
		padding: 0px 0px;
		    height: 48px;
		    line-height: 115%;
	}

	.product-item-small-card ul,
	.product-item-big-card ul,
	.product-item-quantity-main {
    margin: 10px auto 0px;
    padding: 0px 0px;
	}

	.product-item-card-content {
	padding: 0px 15px 15px;
}

.product-item-card-price-range, .product-item-compare-price-item, .product-item-info-container-title {
	width: 100%;
	    font-size: 12px;
		line-height: 18px;
}

.product-item-card-price-range strong, .product-item-compare-price strong, .product-item-info-container-title strong {
	font-size: 12px;
	line-height: 18px;
}


	.product-item-button-container .btn {
    width: 100%;
    height: 40px;
	        margin-top: 10px;
	}

	.product-item-amount-field-container.active, .product-item-amount-field-container.show {
		 margin-top: 13px;
	}

	.product-item-button-container .btn.btn-not-available {
    margin-top: 30px;
	}

	.btn-sm, .btn-group-sm>.btn, .product-item-button-container .btn-primary {
    padding: 5px 10px;
	    font-size: 13px;
		    font-weight: 500;
	}
	


.product-item-compare-container {
    top: 8px;
    left: 8px;
	opacity: 1.0;
}

	.product-item .favor {
		top: 8px;
    right: 8px;
		opacity: 1.0;
	}

	.offer-slider {
    padding: 0px 15px;
    margin: 30px 0px;
	        display: flex;
	        flex-wrap: unset;
        overflow: auto;
        width: 100% !important;
        align-items: flex-start;
	}

	.offer-slider-item {
        width: calc(80% - 16px) !important;
        margin: 0px 16px 0px 0px;
        max-width: 280px;
        flex-shrink: 0;
}

.offer-slider-image {
    width: 100%;
    height: 270px;
}

.offer-slider-text {
    background-color: #fff;
    padding: 20px 20px;
}

.offer-slider-title {
    color: #D82046;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}


.home-services-list {
    margin: 30px 0px;
    padding: 0px 15px;
    box-sizing: border-box;
}
.home-service {
    margin: 8px auto;
	    padding: 6% 6%;
		width: 100%;
}


.home-about, .catalog-about {
	padding: 35px 0px;
}

.home-about-1, .home-about-2, .catalog-about-1, .catalog-about-2 {
    padding: 25px 25px;
        margin: 25px 15px 0px;
	width: 100%;
}

.page-about-1 { 
    padding: 25px 25px;
    margin: 0px 15px 20px;
	width: 100%;
}

.page-about-2 { 
    margin: 0px 15px 0px;
	width: 100%;
}


.btn-about-more {
	    display: block;
    width: calc(100% - 30px);
    background: transparent;
    margin: 20px auto;
    color: #3B3A3F;
    font-size: 15px;
    font-weight: 500;
}


.bx-breadcrumb {
    margin: 25px 15px 15px;
        justify-content: flex-start;
        -webkit-box-align: baseline;
        align-items: center;
        overflow: auto;
        display: flex
;
        flex-wrap: unset;
}

.bx-breadcrumb .bx-breadcrumb-item {
	    flex-shrink: 0;
		    margin-bottom: 0px;
}

.home-categories ul, .catalog-section-list {
    display: flex;
	    flex-wrap: wrap;
		justify-content: space-between;
    align-items: normal;
}

.catalog-section-page .catalog-section-list {
	display: none;
}

.catalog-section-page {
    width: 100%;
    padding: 0px 15px;
}

.catalog-section .row {
	    justify-content: space-between;
}
	.catalog, .farovites-list {
		padding: 0px 0px;
	}
	
	.bx-touch .catalog .product-item-info-container.product-item-hidden
	.catalog .product-item-button-container .btn {
		width: 100%;
	}

	.catalog-section-wrapper { 
margin: 20px auto;
	}

	.catalog-section-sidebar {
position: fixed;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 22;
        top: 0px;
        left: -100%;
        background: #F6F6F6;
		padding: 0px 0px; 
		transition: all 0.2s ease-in-out;
}

.bx-sidebar-block {
    padding: 80px 0px 80px;
}

.smart-filter-section {
    position: relative;
}

	.catalog-section-sidebar.show {
		left: 0px;
	}

	.smart-filter-header {
		background-color: #fff;
		padding: 20px 15px;
		box-sizing: border-box;
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 2;
		width: 100%;
		align-items: center;
	}

	.smart-filter-header .btn-link, .smart-filter-header .btn-link:visited {
    font-weight: 400;
    color: #D82046;
    text-decoration: none;
    background-color: transparent;
    font-size: 14px;
    border: none;
    padding: 0px 0px;
    border-bottom: 1px dashed #d82046;
	}

	.smart-filter-header .btn-link:hover {
		border-bottom: 1px dashed transparent;
	}

.smart-filter-button-box {
	background: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 15px 15px;
	display: none;
    box-sizing: border-box;
}

.catalog-section-sidebar.show .smart-filter-header, .catalog-section-sidebar.show .smart-filter-button-box {
display: flex;
align-items: center;
}

.smart-filter-button-box .smart-filter-block, .smart-filter-parameters-box.bx-active .smart-filter-block {
	width: 100%;
}

.smart-filter-parameters-box-container .btn-primary {
	display: block !important;
    width: 100%;
}

.smart-filter-parameters-box-container .btn-link {
display: none;
}


	#modef {
    /* display: block !important; */
}

    .bx-touch .smart-filter-popup-result {
        position: absolute !important;
	}

	.catalog-filter-sort {
		margin: 10px 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}

.catalog-filter-sort .sortby {
width: auto;
max-width: 55%;
background: #fff;
border-radius: 20px;
color: #000000;
font-size: 12px;
font-weight: 500;
padding: 8px 15px 8px 40px;
box-sizing: border-box;
background: #fff url(images/sorting.svg) no-repeat 10px center;
border: none;
}

.catalog-filter-sort .filterby {
width: auto;
max-width: 45%;
border-radius: 20px;
color: #000000;
font-size: 12px;
font-weight: 500;
padding: 8px 15px 8px 40px;
box-sizing: border-box;
background: transparent url(images/filter.svg) no-repeat 10px center;
border: none;
}

.catalog-filter-sort .filterby span {
    border-radius: 12px;
    display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
    width: auto;
    background-color: #D82046;
    color: #fff;
    font-family: "Onest", sans-serif;
    padding: 2px 8px;
	        line-height: 16px;
}

	.sort-list {
    position: fixed;
    width: 100%;
    background: #fff;
    height: auto;
    bottom: -100%;
    z-index: 52;
    left: 0px;
    margin: 0px 0px;
    padding: 25px 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
			transition: all 0.3s ease-in-out;
	}

		.sort-list.show {
bottom: 0px;
		}


	.sort-list strong {
		display: block;
		font-size: 15px;
		color: #4D495C;
font-weight: 500;
padding: 0px 15px;
margin-bottom: 15px;
	}

	.sort-list a,
	.sort-list a:visited {
padding: 15px 15px;
margin: 0px auto;
background: transparent url(images/radio.svg) no-repeat 95% center;
font-size: 14px;
font-weight: 400;
display: block;
width: 100%;
border-radius: 8px;
text-decoration: none;
text-align: left;
color: #4D495C;
        box-sizing: border-box;
}

	.sort-list a.active {
background: #F6F6F6 url(images/radio-active.svg) no-repeat 95% center;
color: #4D495C;
font-weight: 500;
font-size: 14px;
text-decoration: none;
	}

	.product-item-small-card .product-item-title a .product-item-big-card .product-item-title a, .product-item-title a, .product-item-title a:visited {
    color: #000;
    font-size: 13px !important;
	line-height: 125%;
    font-style: normal;
	}

	.product-item-title::after {
    content: ' ';
    position: absolute;
    width: 30px;
    height: 18px;
    padding-left: 1rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
    right: 0px;
    bottom: 0;
	}

	.product-item-detail-left {
    margin-right: 0px;
    position: relative;
    height: 100%;
    display: block;
        flex: auto;
    top: 0px;
	margin-top: 20px;
	width: 100%;
}

.product-item-detail-slider-left, .product-item-detail-slider-right {
	display: none;
}

.product-item-detail-slider-controls-image {
	    width: 60px;
    height: 60px;
}
.product-item-detail-slider-controls-image img {
    width: 55px;
    height: 55px;
}

h1.product-item-detail-title {
	    font-size: 24px;
	margin: 0px 0px 10px;
    padding: 0px 0px;
}

a.show-props, a.show-props:visited {
    width: 100%;
    text-align: center;
}

.catalog-block-header {
        border: none;
        color: #3B3A3F;
        font-size: 24px;
        font-weight: 700;
        margin: 0px 0px;
        padding: 0px 15px;
        box-sizing: border-box;
}

.bx-catalog-element {
    margin: 0px 0px 20px;
}

.row-after-detail {
	padding: 0px 0px;
	margin: 10px 0px 20px;
}

.catalog-products-viewed {
	
}


.fixed-form {
	width: 100%;
}

.fixed-form.popup-auth-form {
    padding: 60px 15px 0px;
}

.fixed-form .page-title,
.fixed-form.popup-auth-form .page-title {
	padding: 0px 0px;
}



.reg-main, .reg-user, .reg-password, .reg-company, .reg-company-part, .reg-main .form-group {
    width: 100%;
}

label.main-user-consent-request {
    width: 100%;
}

.reg-main {
	padding: 0px 15px;
	box-sizing: border-box;
}

.reg-main .btn-primary {
    height: 52px;
    padding: 5px 55px;
    border-radius: 35px;
    width: 100%;
    box-sizing: border-box;
	margin: 20px auto 0px;
}

.reg-sidebar {
	width: 100%;
    max-width: 100%;
    order: 3;
	padding: 0px 15px;
    box-sizing: border-box;
}

.reg-sidebar-block {
	margin: 15px auto;
}

.reg-footer {
    width: 100%;
    margin: 15px auto 15px;
    order: 2;
	padding: 0px 15px;
    box-sizing: border-box;
}

.reg-footer-block {
    width: 100%;
    padding: 25px 25px;
    background-color: #fff;
    border-radius: 8px;
    margin: 8px 0px;
}

.loyalty-information {
	padding: 0px 15px 35px;
	box-sizing: border-box;
}

.loyalty-block {
    padding: 0px 0px;
    box-sizing: border-box;
	    margin: 0px 0px 0px;
}


.loyalty-block-content {
    width: 100%;
    height: auto;
    padding: 0px 0px;
	margin: 20px auto 20px;
}

.loyalty-block img {
    max-width: 100%;
    height: auto;
    margin: 10px auto 20px;
    display: block;
}


.loyalty-block:nth-child(even) .loyalty-block-content {
	order: 2;
}


.loyalty-block:nth-child(even) > img {
	order: 1;
}


.certificates-list {
    padding: 0px 0px 40px;
}

.certificates-list a {
    display: inline-block;
    width: calc(50% - 16px);
}

p.block-subtitle {
	    margin: 0px 0px 0px;
    padding: 0px 15px;
    box-sizing: border-box;
	    line-height: 120%;
}

.terms-infoblocks {
	padding: 0px 15px;
	    margin: 20px auto 20px;
	box-sizing: border-box;
}

.term-infoblock {
    border-radius: 20px;
    background: #FFF;
    width: 100%;
    padding: 8% 8%;
	margin: 8px auto;
}

.term-badge, p.term-badge {
    font-weight: 500;
}

.row-flex {
margin: 0px 0px 20px;
}

.row-flex-left {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-right: auto;
    color: #3B3A3F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0px 15px;
    text-align: left;
}

.row-flex-right {
    width: 100%;
    padding: 0px 0px;
	margin: 0px auto 0px;
}

.row-flex-title {
	    margin: 10px 0px 20px;
}

.row-flex-padding {
    background-color: #fff;
    padding: 8% 5% 2.5%;
    border-radius: 20px;
    margin: 0px 15px;
}

.row-flex-no-padding {
	padding: 0px 15px;
	box-sizing: border-box;
	    line-height: 150%;
}

.delivery-tabs-switch {
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center;
        overflow: auto;
		display: flex;
        flex-wrap: unset;
		word-break: keep-all;
		padding-left: 15px;
}

.delivery-tabs-switch a.active {
	flex-shrink: 0;
}

h2.store-list-title, .store-list-title {
padding: 0px 15px;
}

.store-list-row {
    margin: 0px 0px 0px;
}

.store-list-properties {
    width: 100%;
    padding: 0px 15px;
}

.store-list-map {
    width: 100%;
    min-height: 385px;
        padding: 0px 0px;
        margin: 15px 15px;
    height: auto !important;
    max-height: 460px;
    border-radius: 20px;
    background: #FFF;
    overflow: hidden;
}

.contact-page-popup-form {
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    margin: 60px auto;
}

h3.popup-page-title {
    font-size: 32px;
}

.fixed-form {
        width: 100%;
        height: 100%;
        border-radius: 0px;
		padding: 0px 15px;
			max-width: 100%;
}

.fixed-form .btn-primary {
	    padding: 17px 0px;
}

.fixed-form.order-form {
	max-width: 100%;
	overflow: auto;
}

.fixed-form.order-form .close {
	right: 10px;
}

#order-simple-delivery, #order-simple-pay-system {
    width: 100%;
}

.order-simple-flex .form-check {
	width: 100%;
}

.order-simple { 
padding: 0px 0px;
}

.order-simple-flex {
	        margin: 10px 0px;
}

.order-simple-flex .form-check {
	    margin: 10px 10px 5px 0px !important;
}

.order-simple-prop, .order-simple__block p {
	margin: 5px 0px 5px;
}

.order-simple .form-group.form-check label {
    color: #181818;
    font-size: 15px;
}

.fixed-form-title.popup-form-group-title {
    margin: 0px 0px 35px;
    padding: 0px 0px;
}

.page-title {
	padding: 0px 15px;
	font-size: 28px;
}

.bx-auth h5.page-title {
    font-size: 28px;
}
.fixed-form h5.page-title {
    font-size: 28px;
}

.compare-page {
padding: 0px 0px;
}

.catalog-compare,
.catalog-compare.mb-4 {
    margin: 0px 0px 0px 0px !important;
}

.compare-page .table {
margin-left: 15px; 
}

.product-item-compare-prices {
    font-size: 12px;
    list-style-type: none;
    text-align: center;
    margin: 10px auto;
    width: 100%;
    padding: 0px 0px;
}

.product-item-compare-price {
    width: 100%;
    font-size: 10px;
}

#compare th {
	    min-width: 240px;
}

#compare .notetext {
	padding: 0px 15px;
}

.basket-items-list {
    position: relative;
    padding: 0px 15px 0px;
}

tr.basket-items-list-item-container {
-webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		padding: 25px 0px;
		    margin: 0px 0px 0px;
}

    .basket-items-list-item-container.basket-items-list-item-container-gift, .basket-items-list-item-container.basket-items-list-item-container-gift > td, .basket-items-list .basket-items-list-item-container:first-child > td {
        margin: 0;
        padding-top: 0;
        border-top: none !important;
        padding: 0px 0px !important;
    }

.basket-item-price-current {
        text-align: left;
		display: inline-block;
		vertical-align: baseline;
    }

	.basket-items-list-item-price .basket-item-block-price .basket-item-price-title {
        text-align: left;
		display: inline-block;
		vertical-align: baseline;
	}

    .basket-items-list-item-descriptions-inner {
        -ms-flex-direction: row;
        flex-direction: row;
        webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

	.basket-item-info-name, .basket-item-info-name-link {
    margin: 0;
    padding: 0 0px 0 0;
	}

	.basket-item-block-image {
    width: 65px;
    height: 65px;
    max-width: 65px;
    padding: 0px 0px;
    box-sizing: border-box;
    min-width: 65px;
    margin: 0px 15px 0px 0px;
}


	.basket-item-image-link {
    width: 100%;
    height: auto;
	}
.basket-items-list .basket-items-list-item-container:first-child > td.basket-items-list-item-descriptions,
	td.basket-items-list-item-descriptions {
	    width: calc(100% - 30px);
		min-width: auto;
		margin-left: 10px;
}

.basket-item-block-actions {
	        display: flex;
        align-items: center;
}

.basket-items-list-item-amount,
.basket-items-list-item-remove {
    order: 4;
}

.basket-item-actions-remove, .basket-item-block-actions .favor {
    position: relative;
    display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #E6E6E6;
    vertical-align: middle;
	        margin-left: 8px;
}

.basket-item-block-actions .favor.active {
	    background: #E6E6E6 url(images/favorite-icons.svg) no-repeat -17px center;
}

.basket-items-list-item-price.basket-items-list-item-price-for-one {
        width: calc(100% - 110px);
		
}

.basket-items-list-item-descriptions, .basket-item-block-price {
	text-align: left;
}

.basket-items-list-item-amount, .basket-items-list .basket-items-list-item-container:first-child > td.basket-items-list-item-amount {
width: calc(100% - 100px);
min-width: auto;
margin-right: 0px;
}

.basket-item-info-name, .basket-item-info-name-link {
    font-size: 14px;
}

.basket-row-items-list {
    width: 100%;
    max-width: 100%;
}

.basket-row-remove {
	border-radius: 20px;
	    padding: 20px 15px 20px;
}

.basket-items-list-container {
    border-radius: 20px;
}

.basket-items-list-item-comment {
	margin: 0px 0px;
}

.basket-row-total-block {
    width: 100%;
    max-width: 100%;
}

    .basket-item-image {
        margin: 0px auto 0px;
        padding-right: 0;
        max-width: 100%;
        max-height: max-content;
        width: auto;
        height: auto;
    }

	.basket-checkout-block-total-description {
		    margin: 0px 0px 20px;
    font-size: 14px;
    line-height: 155%;
	}

	.basket-checkout-block-total {
		min-width: auto;
	}

	    .basket-checkout-block {
        display: inline-block;
        min-width: auto;
        width: auto;
    }

	.basket-checkout-block.basket-checkout-block-btn {
		display: block;
	}

	.basket-checkout-section .btn-primary {
		    font-size: 16px;
    font-weight: 500;
	}

	.personal {
        padding: 0px 15px 35px;
	}

	.personal-main {
    width: 100%;
	}

	.personal-sidebar {
		    width: 100%;
        margin: 0px 0px 25px;
	}

	.sale-orders-header, .main-profile-header {
		padding: 18px 25px;
	}

	.main-profile-user, .main-profile-company {
    width: 100%;
	margin: 8px 0px;
		padding: 15px 15px;
	}

	.main-profile-user-password .form-group {
    width: 100%;
}

.main-profile-footer {
    margin: 0px 0px;
    width: 100%;
    display: block;
}

.main-profile-footer .btn-primary {
	width: 100%;
}

.sale-order {
    border-radius: 12px;
    border: none;
}

.sale-order-header {
	justify-content: flex-start;
        align-items: flex-start;
			padding: 18px 18px;
}

.sale-order-header span.trigger {
	position: absolute;
    top: 18px;
    right: 15px;
}

.sale-order-header .col {
	width: 45%;
	text-align: left;
        flex: none;
		font-weight: 400;
}

.sale-order-header .col span {
		font-size: 13px;
		color: #797979;
}

.sale-order-header .col.sale-order-number {
	order: 0;
	width: 35%;
	font-size: 18px;
	color: #3E2E2E;
		font-weight: 500;
	        margin-bottom: 5px;
}

.sale-order-header .col.sale-order-number span {
				font-size: 15px;
		color: #797979;
		        font-weight: 400;
		        width: 100%;
        display: block;
margin: 0px 0px 8px;
}

.sale-order-header .col.sale-order-items {
	order: 1;
	padding: 8px 16px;
	border-radius: 8px;
	background-color: #F6F6F6;
	font-size: 15px;
	color: #3E2E2E;
	font-weight: 500;
	        display: flex;
        justify-content: space-between;
        margin: 0px 0px;
}

.sale-order-header .col.sale-order-date {
	order: 2;
	width: 35%;
			font-size: 13px;
		color: #797979;
		margin-top: 16px;
}

.sale-order-header .col.sale-order-date span {
	display: none;
}

.sale-order-header .col.sale-order-quantity {
	order: 3;
	padding: 8px 16px;
	border-radius: 8px;	
	background-color: #F6F6F6;
	font-size: 15px;
	color: #3E2E2E;
	font-weight: 500;
		        display: flex;
        justify-content: space-between;
        margin: 0px 0px 0px;
}

.sale-order-amount {
	order: 4;
	display: none;
}

.sale-order-information {
    padding: 15px 0px;
}

.sale-order-information-name {
    width: calc(100% - 80px);
    margin-right: 0px;
}

.sale-order-information .col {
    flex: none;
	margin: 8px 0px;
}

.sale-order-information .col:last-child {
font-weight: 600;
}

.sale-order-information-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale-order-information-buttons .btn-primary {
	width: 100%;
	padding: 10px 25px;
	height: 50px;
}

div.bx-auth {
	width: 100%;
max-width: 100%;	
}

div.bx-auth .auth-login-pass {
	padding: 0px 15px;
}

	footer {
        background-color: #fff;
        padding: 40px 15px 20px;
        margin: 0px 0px;
	}
	
	.footer-column, .footer-column p {
text-align: center;
	}

	.footer-column:nth-child(2) {
		display: none;
	}
	 


	.footer-column:nth-child(1), .footer-column:nth-child(3), .footer-column:nth-child(4) {
		width: 100%;
	}

	.footer-column:nth-child(1) {
		order: 3;
	}


	.footer-column:nth-child(3) {
		order: 0;
	}

	.footer-column:nth-child(2) {
		order: 1;
	}

    .footer-column:nth-child(4) {
    margin: 30px auto;
	}

	.footer-bottom {
		border-radius: 10px;
		margin: 40px auto;
	}

	.footer-column img {
		margin-bottom: 10px;
	}

	.footer-column:nth-child(4) a, .footer-column:nth-child(4) a:visited {
		    margin: 10px 10px 0px 10px;
	}

	.footer-messengers img {
    transition: all 0.1s 
ease-in-out;
    width: 56px;
    height: 56px;
}

	p.redround {
		    display: block;
    margin: 5px 0px;
    color: #3B3A3F;
    font-size: 13px;
	}
	
	.copyright {
		width: 100%;
		font-size: 12px;
		color: #C0C0C0;
		margin-top: 20px;
		padding: 0px 0px 80px;
	}
	
	.copyright a {
		order: 1;
		display: block;
	}
	
	.copyright span {
		order: 3;
		display: block;
	}
	
	.copyright span:nth-child(2) {
		order: 2;
		display: block;
	}
	
	}
	
	/*endregion*/

@media screen and (min-width: 1381px) {

.catalog-section-sidebar {
	padding: 0px 0px;
}

}

@media screen and (min-width: 981px) and (max-width: 1080px) {
	.top-center-header {
	display: none;
}

}

@media screen and (min-width: 981px) and (max-width: 1380px) {


h1.product-item-detail-title {
	    padding-right: 0px;
}

.product-item-detail-left {
    margin-right: 0px;
	padding: 0px 15px;
}


.product-item-detail-right {
	    padding: 0px 15px;
}

.row-after-detail {
	padding: 0px 30px;
	box-sizing: border-box;
}

.home-categories ul, .catalog-section-list {
	    grid-template-columns: 2fr 2fr 2fr;
}

 .catalog-section-list {
	    grid-template-columns: 2fr 2fr 2fr;
	padding: 0px 15px;
	box-sizing: border-box;
}


	.main-header {
		padding: 35px 15px;
	}

	.search-header-and-button {
		width: 30%;
	}
	

	.home-slider-relative, .home-categories {
		padding: 0px 15px;
	}

	.about {
		padding: 40px 15px 55px;
	}


.header-tags, .bx-breadcrumb, .page-title, .loyalty-information, .block-subtitle, .terms,
.store-list-row, .personal, .basic-content, .home-services, .home-about,
.basket-row-warnings, .basket-row-items-list, .basket-row-total-block, .reg-main, 
.reg-sidebar, .reg-footer, .auth-login-pass, .basket-row-warning,
.search-page, .search-empty {
    padding: 0px 15px;
	box-sizing: border-box;
}

.reg-main {
    width: calc(100% - 300px);
}

.reg-sidebar {
    width: 100%;
    max-width: 300px;
}

.fixed-form .page-title {
	padding: 0px 0px;
	box-sizing: border-box;
}

.row-flex-left { 
    margin-right: 100px;
}

.row-flex-right {
    width: calc(100% - 400px);
}

	.row-slider-relative {
		padding: 0px 0px;
	}
	
	.offers, .collections, .newest, .company, .partners {
        padding: 20px 15px 20px;
	}

	.row-slider-relative .tns-controls {
		width: 140px;
		height: auto;
		right: 10px;
	}


	

	footer {
		padding: 50px 15px 20px;
	}

}

@media (min-width: 768px) and (max-width: 1180px) {
		.basket-items-list-item-descriptions {
    width: calc(100% - 50px);
}
}


	@media (min-width: 768px) and (max-width: 980px) {

		.home-categories ul, .catalog-section-list {
	    grid-template-columns: 2fr 2fr 2fr;
}

 .catalog-section-list {
	    grid-template-columns: 2fr 2fr 2fr;
	padding: 0px 15px;
	box-sizing: border-box;
}



		.product-item-small-card,
		.product-item-big-card {
/* min-width: calc(33.33% - 18px); */
        width: calc(33.33% - 18px);
		}

		.top-center-header {
			display: none;
		}

		a.catalog-menu-btn {
	font-size: 0px;
    padding: 15px 20px 15px 40px;
		}

		.main-header {
    padding: 35px 15px;
}

.top-header-menu-right {
	width: auto;
}

.top-header-menu-right a {
	    margin: 0px 5px;
}

.search-placeholder {
    position: absolute;
    left: 25px;
width: calc(100% - 0px);
    font-size: 12px;
}

	.search-header-and-button { 
width: 25%;
	}

	.catalog-section-page .product-item-small-card, .catalog-section-page .product-item-big-card {
    width: calc(50% - 18px);
}


.product-item-title {
	    padding: 0px 15px;
}

.product-item-small-card .product-item-title a .product-item-big-card .product-item-title a, .product-item-title a, .product-item-title a:visited {
    color: #000;
    height: 55px;
    font-size: 16px !important;
}

.block-title {
	padding: 0px 15px;
	box-sizing: border-box;
}

.home-about-1, .home-about-2, .catalog-about-1, .catalog-about-2, .page-about-1, .page-about-2 {
}

h1.product-item-detail-title {
	    padding-right: 0px;
}

.product-item-detail-left {
    margin-right: 0px;
	padding: 0px 15px 0px 15px;
}

.header-tags, .bx-breadcrumb, .page-title, .loyalty-information, .block-subtitle, .terms,
.store-list-row, .personal, .basic-content, .home-services, .home-about,
.basket-row-warnings, .basket-row-items-list, .basket-row-total-block,
.reg-main, .reg-sidebar, .reg-footer, .auth-login-pass, .basket-row-warnings,
.search-page, .search-empty {
    padding: 0px 15px;
	box-sizing: border-box;
}

.basket-row-items-list {
    width: 60%;
}

.basket-row-total-block {
    width: 40%;
}

.reg-main {
    width: calc(100% - 300px);
}

.reg-sidebar {
    width: 100%;
    max-width: 300px;
}

.reg-user,
.reg-password {
width: 100%;
}

.reg-company-checkboxes {
	width: 48%;
}

label.main-user-consent-request {
    width: 100%;
}

.fixed-form .page-title {
	padding: 0px 0px;
	box-sizing: border-box;
}


.row-flex-left { 
    margin-right: 100px;
}

.row-flex-right {
    width: calc(100% - 400px);
}


.product-item-detail-right {
	    padding: 0px 15px;
}

.row-after-detail {
	padding: 0px 30px;
}

	footer {
		padding: 50px 15px 20px;
	}

}


