@font-face {
	font-family: 'Manrope';
	src: url('../font/manrope/light.woff2') format('woff2'),
		 url('../font/manrope/light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('../font/manrope/regular.woff2') format('woff2'),
		 url('../font/manrope/regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('../font/manrope/medium.woff2') format('woff2'),
		 url('../font/manrope/medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('../font/manrope/semibold.woff2') format('woff2'),
		 url('../font/manrope/semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope';
	src: url('../font/manrope/bold.woff2') format('woff2'),
		 url('../font/manrope/bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	font-family: 'Manrope', sans-serif;
}
header + div {
	-ms-flex-positive: 1;
	flex-grow: 1;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	margin-bottom: 1rem;
}
h1, .h1 {
	font-size: 1.72rem;
}
h2, .h2 {
	font-size: 1.6rem;
}
h3, .h3 {
	font-size: 1.44rem;
}
h4, .h4 {
	font-size: 1.3rem;
}
h5, .h5 {
	font-size: 1.125rem;
}
h6, .h6 {
	font-size: .9375rem;
}
b, strong {
	font-weight: 600;
}
a:hover {
	color: #bbd821;
}


/**************** placeholder ****************/
/*::-webkit-input-placeholder {color: #9ca4ac!important;}
::-moz-placeholder          {color: #9ca4ac!important;}
:-moz-placeholder           {color: #9ca4ac!important;}
:-ms-input-placeholder      {color: #9ca4ac!important;}
input[placeholder]          {text-overflow: ellipsis;}
input::-moz-placeholder     {text-overflow: ellipsis;}
input:-moz-placeholder      {text-overflow: ellipsis;}
input:-ms-input-placeholder {text-overflow: ellipsis;}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.2s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.2s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.2s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.2s ease;}
input:focus::-webkit-input-placeholder {opacity: 0;}
input:focus::-moz-placeholder          {opacity: 0;}
input:focus:-moz-placeholder           {opacity: 0;}
input:focus:-ms-input-placeholder      {opacity: 0;}*/

/******************** main *******************/
.container-fluid {
	max-width: 2200px;
}
@media (min-width: 768px) {
	.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

/******************** form *******************/
.form-group {
	margin-bottom: 1rem;
}
.required > label:before {
	content: '* ';
	color: #ff0000;
	font-weight: 600;
}
.form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M3 5l7 7 7-7'/%3e%3c/svg%3e");
}
@media (min-width: 576px) {
	.form-container {
		width: 550px;
		max-width: 100%;
		box-shadow: 0 0 15px rgb(0 0 0 / 5%);
		padding: 2rem;
		border-radius: 1rem;
		margin: 1.5rem auto;
	}
}

/****************** dropdown *****************/
.dropdown-menu {
	border: none;
	box-shadow: 0 2px 10px rgb(0 0 0 / 0.07);
}
.dropdown-item {
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.dropdown-item:hover,
.dropdown-item:focus {
	background-color: #f6f8f9;
}
.dropdown-item.active,
.dropdown-item:active {
	color: inherit;
	background-color: #f1f4f5;
}

/******************* modal *******************/
.modal {
	background-color: rgb(20 21 34 / 40%);
}
.modal-backdrop {
	background-color: transparent;
	transition: none;
}
.modal.fade {
	transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	-webkit-transform: translate(0, -.5%);
	transform: translate(0, -.5%);
}
.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-content {
	box-shadow: 0 0.125rem 1rem rgb(0 0 0 / 20%);
	border: none;
	border-radius: 1rem;
}
.modal-header {
	padding: .5rem .75rem .25rem .75rem;
	border: none;
	/* СѓР±СЂР°С‚СЊ СЂР°Р·РјС‹С‚РёРµ */
	margin: .5rem .5rem 0;
	background: #fff;
	border-radius: 0;
}
.modal-title {
	font-size: 1.3rem;
}
.modal-body {
	padding: .5rem .75rem .75rem .75rem;
	/* СѓР±СЂР°С‚СЊ СЂР°Р·РјС‹С‚РёРµ */
	background: #ffffff;
	margin: 0 .5rem .5rem;
}
@media (min-width: 576px) {
	.modal-header {
		padding: 1rem 1.5rem .75rem 1.5rem;
	}
	.modal-body {
		padding: .5rem 1.5rem 1.5rem 1.5rem;
	}
}

/***************** offcanvas *****************/
.offcanvas-body {
	padding-top: 0;
}
.offcanvas-backdrop {
	background-color: rgb(20 21 34 / 40%);
}
.offcanvas-backdrop.show {
	opacity: 1;
}

/****************** tooltip ******************/
.tooltip {
	font-family: inherit;
	font-size: .8125rem;
}
.tooltip.show {
	opacity: 1;
}

/******************* toast *******************/
.toast {
	position: fixed;
	z-index: 1100;
	left: 0;
	right: 0;
	margin: 0 .5rem;
	width: auto;
	overflow: hidden;
	border: none;
	transition: opacity .15s linear, top .3s linear;
	box-shadow: 0 0.25rem 1rem rgb(76 81 84 / 10%);
	color: #ffffff;
}
.toast-header {
	color: rgb(255 255 255 / 0.85);
	border-bottom-color: rgb(255 255 255 / 0.2);
	background-color: transparent;
}
.toast-header span {
	font-weight: 600;
}
.toast .icon {
	flex: 0 0 22px;
	height: 22px;
	margin-right: .5rem;
	fill: rgb(255 255 255 / 0.75);
}
.toast a {
	font-weight: 500;
	color: rgb(255 255 255 / 0.7);
}
.toast a:hover {
	color: #ffffff;
}
.toast.success {
	background-color: #3fbd45;
}
.toast.info {
	background-color: #51a5ff;
}
.toast.danger {
	background-color: #ff3e3e;;
}
@media (min-width: 576px) {
	.toast {
		left: auto;
		right: 20px;
		width: 450px;
		margin: 0;
	}
}

/**************** breadcrumb *****************/
.breadcrumb-item + .breadcrumb-item::before {
	content: '\203A';
}

/******************* tabs ********************/
.nav-tabs {
	margin-bottom: 1rem;
}

/**************** pagination *****************/
.page-item {
	margin-right: .25rem;
}
.page-item:last-child {
	margin-right: 0;
}
.page-link {
	border-radius: .35rem;
	border: none;
	color: var(--bs-body-color);
	background-color: #f8f8fb;
}
.page-link:hover {
	color: var(--bs-body-color);
}
.page-link:active,
.page-link:focus {
	z-index: 0;
}

/******************* masked ******************/
.masked {
	background: rgba(0, 0, 0, 0.05) url(/image/loading.svg) no-repeat center center;
	background-size: 55px;
	position: fixed;
	z-index: 1056;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

/************** button preloader *************/
.btn-preloader {
	color: transparent !important;
	transition: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='40' stroke='%23ececf0' fill='none' stroke-width='10' stroke-linecap='round' opacity='.3'%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='40' stroke='%23e3e3e8' fill='none' stroke-width='6' stroke-linecap='round' opacity='.8'%3E%3Canimate attributeName='stroke-dashoffset' dur='2s' repeatCount='indefinite' from='0' to='502'%3E%3C/animate%3E%3Canimate attributeName='stroke-dasharray' dur='2s' repeatCount='indefinite' values='150.6 100.4;1 250;150.6 100.4'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75% 75%;
	pointer-events: none;
	opacity: 0.75;
}

/*************** rating stars ****************/
.rating-stars {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.rating-stars input {
	display: none;
}
.rating-stars label {
	font-size: 1.5rem;
	color: #e6e6e6;
	cursor: pointer;
	margin-bottom: 0;
	padding-right: .35rem;
}
.rating-stars input[type="radio"]:checked ~ label {
	color: #ffd738;
}
.rating-stars:hover label {
	color: #e6e6e6 !important;
}
.rating-stars input[type="radio"]:hover ~ label {
	color: #ffd738 !important;
}

/******************* header ******************/
header {
	padding: .5rem 0 .75rem 0;
	margin-bottom: 1.5rem;
	box-shadow: 0 8px 8px -8px rgb(0 0 0 / 5%);
}
@media (min-width: 768px) {
	header {
		padding: 0 0 .75rem 0;
	}
}

/****************** footer *******************/
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #9aa2bf;
	padding-bottom: 60px;
}
footer h6 {
	color: #dbff83;
}
footer hr {
	margin: 0 0 1rem;
	background-color: #fff;
}
@media (min-width: 992px) {
	footer {
		padding-bottom: 0px;
	}
}

/**************** header top *****************/
.header__top {
	display: none;
	background: #fcfcfd;
	margin-bottom: .75rem;
	padding: .25rem 0;
}
.header__top-phone,
.header__top-link {
	color: var(--bs-body-color);
}
@media (min-width: 768px) {
	.header__top {
		display: block;
	}
}

/********* language, currency, city **********/
.language-dropdown .dropdown-menu,
.currency-dropdown .dropdown-menu,
.city-dropdown .dropdown-menu {
	min-width: auto;
}
.language-dropdown .dropdown-toggle,
.currency-dropdown .dropdown-toggle,
.city-dropdown .dropdown-toggle {
	color: var(--bs-body-color);
}
.language-dropdown .dropdown-toggle:after,
.currency-dropdown .dropdown-toggle:after,
.city-dropdown .dropdown-toggle:after {
	display: none;
}

/******************** logo *******************/
.header__logo {
	font-size: 1.5rem;
	font-weight: 500;
}
.header__logo img {
	width: 150px;
}

/*************** header navbar ***************/
.header__navbar {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #ffffff;
	padding-top: .75rem;
	padding-bottom: .75rem;
	justify-content: space-around;
	box-shadow: 0 0 4px rgb(0 0 0 / 5%);
}
.header__navbar > * {
	position: relative;
	text-align: center;
	flex: 1 0 0%;
}
.header__navbar .icon {
	fill: #b3b8cd;
	width: 32px;
	height: 32px;
}
.header__navbar span:not(:empty) {
	background: #a4b3ed;
	color: #ffffff;
	border-radius: .25rem;
	position: absolute;
	top: -2px;
	margin-left: -0.8125rem;
	padding: 0 3px;
	font-size: .75rem;
	box-shadow: 0 0 0 2px #ffffff;
	min-width: 1.0625rem;
	text-align: center;
	font-weight: 500;
}
.header__navbar a:hover span {
	background: #8c9dde;
}
.header__navbar small {
	display: none;
	margin-top: .15rem;
	color: #8e92a5;
	font-size: 0.75rem;
	font-weight: 500;
}
@media (min-width: 992px) {
	.header__navbar {
		position: static;
		z-index: auto;
		background: transparent;
		padding-top: 0;
		padding-bottom: 0;
		justify-content: flex-start;
		box-shadow: none;
	}
	.header__navbar > *:not(:last-child) {
		margin-right: 1.5rem;
	}
	.header__navbar small {
		display: block;
	}
}

/*********** phone, compare (mobile) **********/
.header__mobile-compare {
	position: relative;
}
.header__mobile-compare .icon,
.header__mobile-phone .icon {
	width: 30px;
	height: 30px;
	fill: #b3b8cd;
}
.header__mobile-compare {
	margin-left: .75rem;
}
.header__mobile-compare span:not(:empty) {
	background: #a4b3ed;
	color: #ffffff;
	border-radius: .25rem;
	position: absolute;
	left: 18px;
	top: -2px;
	padding: 1px 2px;
	font-size: 0.6875rem;
	box-shadow: 0 0 0 2px #ffffff;
	min-width: 1rem;
	text-align: center;
	font-weight: 500;
}

/****************** search *******************/
.header__search {
	position: relative;
	z-index: 102;
}
/* СЃС‚СЂРѕРєР° РїРѕРёСЃРєР° */
.header__search-form {
	border-radius: .35rem;
	overflow: hidden;
}
.header__search-form .icon {
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
	height: 100%;
	fill: #c9cbd1;
	padding-left: 0.75rem;
	padding-right: 0.25rem;
}
.header__search-form .icon-search {
	pointer-events: none;
}
.header__search-form .icon-arrow-search {
	display: none;
	cursor: pointer;
}
.header__search-input {
	position: relative;
	z-index: 2;
	padding: .5rem 6.5rem .5rem 2.7rem;
	line-height: 1.8;
	text-overflow: ellipsis;
	border: none;
	border-radius: 0;
	background-color: #fafbfd;
	background-clip: border-box;
}
.header__search-control {
	display: flex;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	border-radius: .35rem;
	cursor: pointer;
}
.header__search-close {
	width: 2.2rem;
	transition: opacity .2s;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / .85rem auto no-repeat;
	opacity: .2;
}
.header__search-close:hover {
	opacity: .3;
}
.header__search-find {
	background: #42d8ca;
	padding: 0 .7rem;
	color: #ffffff;
	transition: background .2s;
	display: flex;
	align-items: center;
}
.header__search-find:hover {
	background: #3dd1c3;
}
/* Р±Р»РѕРє СЃ СЂРµР·СѓР»СЊС‚Р°С‚Р°РјРё */
.header__search-result {
	display: none;
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	overflow: auto;
	padding-bottom: .75rem;
}
.header__search-header {
	display: flex;
	justify-content: space-between;
	color: #aeb3bb;
	padding: .5rem 1rem;
	cursor: default;
	font-weight: 500;
	font-size: .8125rem;
}
/* РёСЃС‚РѕСЂРёСЏ РїРѕРёСЃРєР° */
.header__search-history-clear {
	font-size: .75rem;
	cursor: pointer;
	color: #858c93;
	font-weight: 400;
}
.header__search-history-clear:hover {
	color: #2677fb;
}
.header__search-history-item {
	display: flex;
	padding: 0 1rem;
}
.header__search-history-item:hover {
	background: #fafbfd;
}
.header__search-history-request {
	width: 100%;
	line-height: 2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}
.header__search-history-delete {
	visibility: hidden;
	width: 1rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center right / .7rem auto no-repeat;
	opacity: .25;
	cursor: pointer;
}
.header__search-history-delete:hover {
	opacity: .5;
}
.header__search-history-item:hover .header__search-history-delete,
.header__search.is-touch-device .header__search-history-delete {
	visibility: visible;
}
/* СЂРµР·СѓР»СЊС‚Р°С‚С‹ РїРѕРёСЃРєР° */
.header__search-found {
	padding-top: .75rem;
}

/* РѕРєРЅРѕ РїРѕРёСЃРєР° РѕС‚РєСЂС‹С‚Рѕ */
.header__search-open .header__search {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header__search-open .header__search-form {
	border-radius: 0;
}
.header__search-open .header__search-form .icon-search {
	display: none;
}
.header__search-open .header__search-form .icon-arrow-search {
	display: block;
}
.header__search-open .header__search-control {
	border: 2px solid transparent;
	border-radius: 0;
}
.header__search-open .header__search-input {
	background: #ffffff;
}
.header__search-open .header__search-result {
	display: block;
	border-top: 1px solid #f3f4f5;
}
@media (min-width: 768px) {
	.header__search-form {
		box-shadow: 0 0px 5px rgb(0 0 0 / 5%);
	}
	.header__search-input {
		background-color: #ffffff;
		padding-top: .55rem;
		padding-bottom: .55rem;
	}
	.header__search-control {
		border: 2px solid transparent;
	}
	.header__search-result {
		border-radius: 0 0 .35rem .35rem;
		box-shadow: 0 0px 5px rgb(0 0 0 / 5%);
	}
	/* РїРѕРёСЃРє РѕС‚РєСЂС‹С‚ */
	.header__search-open .header__search {
		top: 2.4rem;
		left: 1.5rem;
		right: 1.5rem;
	}
	.header__search-open .header__search-form {
		border-radius: .35rem .35rem 0 0;
	}
	.header__search-open .header__search-control {
		border-radius: .35rem;
	}
}
@media (min-width: 1200px) {
	.header__search-input {
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	/* РїРѕРёСЃРє РѕС‚РєСЂС‹С‚ */
	.header__search-open .header__search {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
	}
	.header__search-open .header__search-form .icon-search {
		display: block;
	}
	.header__search-open .header__search-form .icon-arrow-search {
		display: none;
	}
	/* РІСЂРµРјРµРЅРЅР°СЏ РїРѕРґР»РѕР¶РєР° С‚Р°РєРѕРіРѕ Р¶Рµ СЂР°Р·РјРµСЂР° */
	.header__search-underlay {
		display: none;
	}
}
/* РїРѕРґР»РѕР¶РєР° */
.header__search-overlay {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
	animation-name: search-overlay-show;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}
@keyframes search-overlay-show {
	from {
		background: rgb(199 204 222 / 0%);
	}
	to {
		background: rgb(199 204 222 / 25%);
	}
}
/* С‚РѕРІР°СЂС‹ */
.header__search-product {
	display: flex;
	align-items: center;
	padding: .25rem 1rem;
}
.header__search-product:hover {
	background: #fafbfd;
}
.header__search-product img {
	margin-right: 1rem;
}
.header__search-product-name {
	display: block;
	line-height: 1.2;
}
.header__search-product-price {
	color: #333;
}
/* СЂРµР·СѓР»СЊС‚Р°С‚С‹ РЅРµ РЅР°Р№РґРµРЅС‹ */
.header__search-no-results {
	margin: 0;
	padding: 0 1rem;
}

/************** menu category ****************/
/* toggler */
.header__menu-toggler {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	width: 150px;
	padding: 0.5rem 1.25rem;
	border-radius: 0.35rem;
	background-color: #42d8ca;
	color: #ffffff;
	font-weight: 500;
	font-size: 0.9375rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.header__menu-toggler:hover {
	background-color: #3dd1c3;
}
.header__menu-toggler-icon {
	width: 1.25rem;
	height: 1.25rem;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='%23fff'%3e%3cpath d='M8,0H2C0.9,0,0,0.9,0,2v6c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2V2C10,0.9,9.1,0,8,0z M8.5,8c0,0.3-0.2,0.5-0.5,0.5H2 C1.7,8.5,1.5,8.3,1.5,8V2c0-0.3,0.2-0.5,0.5-0.5h6c0.3,0,0.5,0.2,0.5,0.5V8z'/%3e%3cpath d='M8,12H2c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2v-6C10,12.9,9.1,12,8,12z M8.5,20c0,0.3-0.2,0.5-0.5,0.5H2 c-0.3,0-0.5-0.2-0.5-0.5v-6c0-0.3,0.2-0.5,0.5-0.5h6c0.3,0,0.5,0.2,0.5,0.5V20z'/%3e%3cpath d='M20,0h-6c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2V2C22,0.9,21.1,0,20,0z M20.5,8c0,0.3-0.2,0.5-0.5,0.5h-6 c-0.3,0-0.5-0.2-0.5-0.5V2c0-0.3,0.2-0.5,0.5-0.5h6c0.3,0,0.5,0.2,0.5,0.5V8z'/%3e%3cpath d='M20,12h-6c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2v-6C22,12.9,21.1,12,20,12z M20.5,20 c0,0.3-0.2,0.5-0.5,0.5h-6c-0.3,0-0.5-0.2-0.5-0.5v-6c0-0.3,0.2-0.5,0.5-0.5h6c0.3,0,0.5,0.2,0.5,0.5V20z'/%3e%3c/svg%3e") center / 1.25rem auto no-repeat;
}

/* РјРµРЅСЋ РѕС‚РєСЂС‹С‚Рѕ */
.header__menu-toggler.open .header__menu-toggler-icon {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='%23fff'%3e%3cpath d='M114,100l49-49a9.9,9.9,0,0,0-14-14L100,86,51,37A9.9,9.9,0,0,0,37,51l49,49L37,149a9.9,9.9,0,0,0,14,14l49-49,49,49a9.9,9.9,0,0,0,14-14Z'/%3e%3c/svg%3e") center / 1.35rem auto no-repeat;
}
.header__menu-toggler.open + .header__menu-container-outer {
	visibility: visible;
}

/* РєРѕРЅС‚РµР№РЅРµСЂС‹ */
.header__menu-container-outer {
	--bs-gutter-x: initial;
	position: fixed;
	z-index: 103;
	visibility: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.header__menu-container-inner {
	height: 100%;
	padding: .5rem 0 1rem 0;
	background-color: #ffffff;
	overflow: auto;
}
@media (min-width: 992px) {
	.header__menu-container-outer {
		position: absolute;
		background-color: rgb(199 204 222 / 25%);
	}
	.header__menu-container-inner {
		height: auto;
		max-height: 100%;
	}

	/* РїРѕРґСЃРєР°Р·РєР° РµСЃР»Рё РєРѕРЅС‚РµР№РЅРµСЂ РЅРµ РґРѕ РєРѕРЅС†Р° РїСЂРѕРєСЂСѓС‡РµРЅ */
	.header__menu-container-inner:after {
		content: '';
		position: sticky;
		display: block;
		box-shadow: 0 20px 40px 40px #ffffff;
		bottom: 0;
	}
	.header__menu-container-inner.hide-pseudo-element:after {
		display: none;
	}
}

/* Р»РµРІС‹Р№ Р±Р»РѕРє */
.header__menu-left {
	display: none;
	flex: 0 0 300px;
	border-right: 1px solid #f3f3f7;
}

@media (min-width: 992px) {
	.header__menu-left {
		display: block;
	}
}

/* СЃРїРёСЃРѕРє РєР°С‚РµРіРѕСЂРёР№ */
.header__menu-category {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-right: 1.5rem;
	padding: .35rem .25rem .35rem .75rem;
	font-weight: 500;
	border-radius: .25rem;
	color: var(--bs-body-color);
}
.header__menu-category.active {
	background-color: #fcfcfd;
}
.header__menu-category span {
	flex: 0 0 21px;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23adb2b7'%3e%3cpath d='M202.1,450a15,15,0,0,1-10.6-25.61L365.79,250.1,191.5,75.81A15,15,0,0,1,212.71,54.6l184.9,184.9a15,15,0,0,1,0,21.21l-184.9,184.9A15,15,0,0,1,202.1,450Z'/%3e%3c/svg%3e") center / .95rem auto no-repeat;
}

/* С†РµРЅС‚СЂР°Р»СЊРЅС‹Р№ Р±Р»РѕРє */
@media (min-width: 992px) {
	.header__menu-center {
		align-self: flex-start;
		flex-grow: 1;
		position: sticky;
		top: 0;
		background: #ffffff;
		margin-left: 1.5rem;
	}
}

/* С€Р°РїРєР° РјРѕР±РёР»СЊРЅРѕРіРѕ РјРµРЅСЋ */
.header__menu-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: .5rem .5rem 1rem .5rem;
}
.header__menu-heading {
	font-size: 1.3rem;
	font-weight: 600;
}
.header__menu-close {
	flex: 0 0 25px;
	height: 25px;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1rem auto no-repeat;
	opacity: .35;
}
@media (min-width: 992px) {
	.header__menu-header {
		display: none;
	}
}

/* РїРѕРґРєР°С‚РµРіРѕСЂРёРё */
.header__menu-submenu:not(:last-child) {
	border-bottom: 1px solid #fafafb;
}

@media (min-width: 992px) {
	.header__menu-submenu {
		display: none;
	}
	.header__menu-submenu.active {
		display: block;
	}
	.header__menu-submenu:not(:last-child) {
		border-bottom: none;
	}
}

/* Р·Р°РіРѕР»РѕРІРѕРє РїРѕРґРєР°С‚РµРіРѕСЂРёР№ */
.header__menu-submenu-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .55rem .5rem;
	font-weight: 500;
	color: var(--bs-body-color);
}
.header__menu-submenu-heading .toggler {
	flex: 0 0 25px;
	align-self: stretch;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d7d9dd' viewBox='0 0 472 472'%3E%3Cpath d='M472,185H287V0H185v185H0v102h185v185h102V287h185V185z'/%3E%3C/svg%3E") center / 1rem auto no-repeat;
}
.header__menu-submenu.active .toggler {
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d7d9dd' viewBox='0 0 472 472'%3E%3Cpath d='M0,185h472v102H0V185z'/%3E%3C/svg%3E") center / 1rem auto no-repeat;
}

@media (min-width: 992px) {
	.header__menu-submenu-heading {
		display: inline-block;
		font-size: 1.2rem;
		margin-bottom: .5rem;
		color: var(--bs-body-color);
	}
	.header__menu-submenu-heading .toggler {
		display: none;
	}
}

/* СЃРїРёСЃРѕРє РїРѕРґРєР°С‚РµРіРѕСЂРёР№ */
.header__menu-submenu-container {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s;
}
.header__menu-submenu.active .header__menu-submenu-container {
	max-height: var(--max-height);
}
@media (min-width: 992px) {
	.header__menu-submenu-container {
		max-height: none;
		overflow: unset;
	}
	.header__menu-submenu.active .header__menu-submenu-container {
		max-height: none;
	}
}
.header__menu-submenu-container > a {
	display: flex;
	color: #63676d;
}
.header__menu-submenu-container > a span {
	padding: .4rem 0 .4rem 1.25rem;
}

@media (min-width: 992px) {
	.header__menu-submenu-container > a {
		margin-bottom: .75rem;
		min-height: 82px;
		color: var(--bs-body-color);
	}
	.header__menu-submenu-container > a span {
		width: 100%;
		background-color: #fcfcfd;
		border-radius: .25rem;
		padding: 1rem;
	}
	.header__menu-submenu-container > a span:hover {
		background-color: #fafafb;
	}
}

/* РїСЂР°РІС‹Р№ РєРѕРЅС‚РµР№РЅРµСЂ */
.header__menu-right {
	display: none;
	flex: 0 0 300px;
	align-self: flex-start;
	position: sticky;
	top: 0;
	margin-left: 1.5rem;
}

@media (min-width: 1200px) {
	.header__menu-right {
		display: block;
	}
}

/*************** menu custom *****************/
.header__menu-custom {

}

/********** menu mobile (toggler) ************/
.header__menu-mobile-toggler {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 1.85rem;
	height: 1.85rem;
	cursor: pointer;
}
.header__menu-mobile-toggler span {
	height: 2px;
	background-color: #b3b8cd;
}

/********* menu mobile (offcanvas) ***********/
.offcanvas-mobile-menu .offcanvas-header {
	align-items: baseline;
}
.offcanvas-mobile-menu__divider {
	margin: .75rem 0;
	border-bottom: 1px solid #f2f2f2;
}
.offcanvas-mobile-menu__phone a {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	color: var(--bs-body-color);
}
.offcanvas-mobile-menu__phone span {
	font-size: .75rem;
	margin: .25rem 0;
}
.offcanvas-mobile-menu__catalog {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.offcanvas-mobile-menu__catalog .icon {
	width: 30px;
	height: 30px;
	fill: #97a3e7;
	margin-right: .5rem;
}
.offcanvas-mobile-menu__heading {
	margin-bottom: .75rem;
	font-weight: 700;
}
.offcanvas-mobile-menu__links a {
	display: block;
	margin-bottom: .75rem;
	color: var(--bs-body-color);
}
.offcanvas-mobile-menu__localisation .dropdown-toggle {
	background: var(--bs-light);
	padding: 0.25rem 0.5rem;
	font-size: 0.765625rem;
	border-radius: 0.25rem;
	border: 1px solid var(--bs-light);
}

/****************** cookie *******************/
#cookie {
	border-top: none;
	border-left: none;
	border-right: none;
}

/**** Р±Р»РѕРє РґР»СЏ РёР·РјРµРЅРµРЅРёСЏ РєРѕР»РёС‡РµСЃС‚РІР° С‚РѕРІР°СЂР° ****/
.quantity-regulator {
	position: relative;
	max-width: 100px;
	height: 40px;
	display: flex;
	border: 1px solid #eff2f5;
	border-radius: .5rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
.quantity-regulator div {
	position: absolute;
	top: .1875rem;
	bottom: .1875rem;
	width: 1.6rem;
	border-radius: .35rem;
	background-color: #f2f6f9;
	background-repeat: no-repeat;
	background-position: center;
	background-size: .75rem;
	cursor: pointer;
	transition: background .2s;
}
.quantity-regulator div:hover {
	background-color: #edf3f7;
}
.quantity-regulator .minus {
	left: .1875rem;
	/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 42' fill='%23b2b6c3'%3e%3cpath d='M39.5,21.5v-3c0-1.48-0.43-2-2-2h-34c-1.48,0-2,0.49-2,2v3c0,1.55,0.52,2,2,2h34C39.01,23.5,39.5,23.02,39.5,21.5z'/%3e%3c/svg%3e");*/
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52' fill='%23afb8c3'%3e%3cpath d='M52,26c0,2.476-0.213,4.483-2.69,4.483H2.69C0.213,30.483,0,28.476,0,26s0.213-4.483,2.69-4.483 h46.62C51.787,21.517,52,23.524,52,26z'/%3e%3c/svg%3e");
}
.quantity-regulator .plus {
	right: .1875rem;
	/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 42' fill='%23b2b6c3'%3e%3cpath d='M39.5,22.5v-3c0-1.48-0.43-2-2-2h-13v-13c0-1.48-0.49-2-2-2h-3c-1.55,0-2,0.52-2,2v13h-14c-1.48,0-2,0.49-2,2v3	c0,1.55,0.52,2,2,2h14v14c0,1.51,0.48,2,2,2h3c1.48,0,2-0.43,2-2v-14h13C39.01,24.5,39.5,24.02,39.5,22.5z'/%3e%3c/svg%3e");*/
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='%23afb8c3'%3e%3cpath d='M55,24H34V3c0-2.762-2.238-3-5-3s-5,0.238-5,3v21H3c-2.762,0-3,2.238-3,5s0.238,5,3,5h21v21 c0,2.762,2.238,3,5,3s5-0.238,5-3V34h21c2.762,0,3-2.238,3-5S57.762,24,55,24z'/%3e%3c/svg%3e");
}
.quantity-regulator input {
	text-align: center;
	padding: 0;
	border: none;
}

/**************** modal cart *****************/
.modal__cart-row {
	margin-bottom: .5rem;
	padding: .5rem 0;
	border-bottom: 1px dashed #e1e4e8;
}
.modal__cart-remove {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer;
	fill: #d3d8dc;
	transition: fill .1s;
}
.modal__cart-remove:hover {
	fill: #c9cdd0;
}
.modal__cart-product {
	line-height: 1.3;
}
.modal__cart-product-name {
	color: var(--body);
}
.modal__cart-total {
	text-align: right;
}
.modal__cart-total-block {
	text-align: right;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.modal__cart-total-block span {
	font-weight: 500;
	font-size: 0.9375rem;
}
.modal__cart-close {
	width: 100%;
	margin-bottom: .5rem;
	border-color: #ebf0f3;
}
.modal__cart-link {
	width: 100%;
}
.modal__cart-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1rem;
}
@media (min-width: 992px) {
	.modal__cart-product {
		margin-right: 2rem;
	}
	.modal__cart-total {
		width: 90px;
	}
	.modal__cart-close {
		width: auto;
		margin-bottom: 0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.modal__cart-link {
		width: auto;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

/********** module callback modal ************/
.modal__callback-file-upload {
	display: block;
	border: 1px dashed #dee2e6;
	border-radius: .25rem;
	padding: .5rem;
	color: #82868c;
	text-align: center;
	background: #f9fafb;
	cursor: pointer;
	transition: background .2s;
}
.modal__callback-file-upload:hover {
	background: #f5f7fa;
}
.modal__callback-files .icon {
	width: 21px;
	height: 21px;
	fill: var(--bs-primary);
	margin-right: .25rem;
}

/*********** module social login *************/
.module-social-login__heading {
	font-size: 1.07rem;
	margin-top: 1.25rem;
	border-top: 1px solid #ebeef1;
	padding-top: .75rem;
}
.module-social-login__list {
	display: flex;
	justify-content: space-between;
	width: 170px;
}
.module-social-login__list div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #f5f7f9;
	border-radius: .5rem;
	cursor: pointer;
	transition: background .2s;
}
.module-social-login__list div:hover {
	background: #f1f3f5;
}
.module-social-login__list svg {
	width: 27px;
	height: 27px;
}

/*************** lock scroll *****************/
.lock-scroll {
	overflow: hidden;
	position: relative;
}

/**************** scroll top *****************/
.scroll-top {
	position: fixed;
	display: none;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 99;
	cursor: pointer;
	color: rgb(255 255 255 / 90%);
	background-color: rgb(0 10 64 / 15%);
	padding: .25rem .5rem;
	border-radius: .25rem;
	transition: background-color .5s;
}
.scroll-top:hover {
	background-color: rgb(0 10 64 / 25%);
}
.scroll-top i {
	font-size: 1.2rem;
}

/************** swiper plugin ****************/
.swiper-viewport {
	position: relative;
	margin-bottom: 2rem;
}
.swiper-heading {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
.swiper-heading h3 {
	margin: 0;
	font-size: 1.3rem;
}
.swiper-heading a {
	margin-left: 1rem;
	padding: 0 .25rem;
	font-size: .75rem;
	white-space: nowrap;
	font-weight: 500;
}
/* С‡С‚РѕР±С‹ Р±С‹Р»Р° РІРёРґРЅР° С‚РµРЅСЊ */
.swiper {
	margin: -.5rem;
	padding: .5rem;
}
/* РІСЃРµ СЃР»Р°Р№РґС‹ РѕРґРёРЅР°РєРѕРІРѕР№ РІС‹СЃРѕС‚С‹ */
.swiper-slide {
	height: auto;
}
/* pager */
.swiper-pager .swiper-button-prev,
.swiper-pager .swiper-button-next {
	background: rgb(255 255 255);
	height: 2rem;
	width: 2rem;
	margin-top: calc(-1 * 2rem/ 2);
	transition: box-shadow .3s;
	border-radius: 50%;
	box-shadow: 0 0 0 7px #ffffff61, 0 0 4px 0px rgb(0 0 0 / 15%);
}
.swiper-pager .swiper-button-prev {
	left: -.75rem;
}
.swiper-pager .swiper-button-next {
	right: -.75rem;
}
.swiper-pager .swiper-button-prev::after,
.swiper-pager .swiper-button-next::after {
	font-size: 1rem;
	color: #c7c8c9;
	transition: color .2s;
}
.swiper-pager .swiper-button-prev:hover:not(.swiper-button-disabled),
.swiper-pager .swiper-button-next:hover:not(.swiper-button-disabled) {
	box-shadow: 0 0 0 8px #ffffff61, 0 0 5px 0px rgb(0 0 0 / 15%);
}
.swiper-pager .swiper-button-prev:hover:not(.swiper-button-disabled)::after ,
.swiper-pager .swiper-button-next:hover:not(.swiper-button-disabled)::after {
	color: #a3a5a7;
}

/* pager in heading */
.swiper-heading-pager {
	display: flex;
	margin-left: auto;
	padding-left: .5rem;
}
.swiper-heading-pager .swiper-button-prev,
.swiper-heading-pager .swiper-button-next  {
	background: #e1e3eb;
	color: #ffffff;
	width: 1.8rem;
	margin-top: 0;
	height: 2.25rem;
	position: static;
	transition: .2s background;
	border-radius: .4rem;
}
.swiper-heading-pager .swiper-button-prev {
	margin-right: .25rem;
}
.swiper-heading-pager .swiper-button-prev::after,
.swiper-heading-pager .swiper-button-next::after {
	font-size: 1.25rem;
}
.swiper-heading-pager .swiper-button-prev:hover:not(.swiper-button-disabled),
.swiper-heading-pager .swiper-button-next:hover:not(.swiper-button-disabled) {
	background: #d9dce5;
}

/* РґРµР»Р°РµРј РєР»РёРєР°Р±РµР»СЊРЅС‹РјРё СЃС‚СЂРµР»РєРё СЃР»Р°Р№РґРµСЂР° */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}

@media (min-width: 576px) {
	.swiper-heading h3 {
		font-size: 1.48rem;
	}
	.swiper-heading a {
		font-size: .8125rem;
		padding: 0 .35rem;
	}
}
@media (min-width: 768px) {
	.swiper-pager .swiper-button-prev,
	.swiper-pager .swiper-button-next {
		height: 3rem;
		width: 3rem;
		margin-top: calc(-1 * 3rem/ 2);
	}
	.swiper-pager .swiper-button-prev {
		left: -1.5rem;
	}
	.swiper-pager .swiper-button-next {
		right: -1.5rem;
	}
	.swiper-pager .swiper-button-prev::after,
	.swiper-pager .swiper-button-next::after {
		font-size: 1.7rem;
	}
}


/********************** CATEGORY GROUP *************************
===============================================================*/
.category-group-product__cat {
	width: 100%;
	background-color: #fcfcfd;
	padding: 1.25rem 4.8rem 1.25rem 1.5rem;
	margin-bottom: 1.5rem;
	border-radius: .5rem;
	position: relative;
}
.category-group-product__cat-lvl-1 a {
	color: var(--bs-body-color);
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: .5rem;
}
.category-group-product__cat-lvl-1 span {
	display: flex;
	width: 65px;
	height: 60px;
	position: absolute;
	right: 1rem;
	top: .5rem;
}
.category-group-product__cat-lvl-1 img {
	height: calc(100% * var(--icon-zoom));
	margin: auto;
	max-width: 100%;
}
.category-group-product__cat-lvl-2 a {
	color: var(--bs-body-color);
	line-height: 1.3;
	display: inline-block;
	margin-bottom: .4rem;
}
.category-group-product__cat-all {
	display: inline-block;
	margin-top: .5rem;
	font-size: .75rem;
	font-weight: 500;
}


/*********************** CATEGORY PAGE *************************
===============================================================*/
.category-product__image {
	width: 180px;
}
.category-product__description {
	max-height: calc(var(--bs-body-font-size) * var(--bs-body-line-height) * 7);
	overflow: hidden;
	margin-bottom: .25rem;
}
.category-product__description p:last-child {
	margin-bottom: 0;
}
.category-product__description p {
	margin-bottom: calc(var(--bs-body-font-size) * var(--bs-body-line-height));
}
.category-product__description.show {
	max-height: none;
}

/* СЂР°СЃРєСЂС‹С‚СЊ РѕРїРёСЃР°РЅРёРµ РєР°С‚РµРіРѕСЂРёРё */
.category-product__descr-toggler {
	display: inline-block;
	font-weight: 500;
	font-size: .75rem;
	color: var(--bs-primary);
}

/* СЃРїРёСЃРѕРє РїРѕРґРєР°С‚РµРіРѕСЂРёР№ */
.category-product__cat {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.5rem;
	color: var(--bs-body-color);
	font-weight: 400;
	border-radius: .5rem;
	overflow: hidden;
	border: 1px solid #f3f5f7;
}
.category-product__cat span {
	padding: 1rem .5rem 1rem 1rem;
	line-height: 1.35;
}
.category-product__cat img {
	flex: 0 0 auto;
}

/* РєРЅРѕРїРєР° РїРѕРєР°Р·Р°С‚СЊ РµС‰С‘ */
.category-product__show-more {
	height: 50px;
	background: url(/image/show_more.png) center 30px no-repeat;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	margin: 1rem 0 2rem;
	transition: background-position .2s;
	text-align: center;
}
.category-product__show-more:hover {
	background-position: center 35px;
}


/************* РњРћР”РЈР›Р¬ Р”Р›РЇ Р’Р«Р’РћР”Рђ РЎРџРРЎРљРђ РљРђРўР•Р“РћР РР™ **************
===============================================================*/
.module-category-list {
	width: 270px;
	border-radius: .5rem;
	box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
@media (min-width: 1200px) {
	.module-category-list {
		width: 300px;
	}
}
.module-category-list a {
	color: var(--bs-body-color);
}
.module-category-list a:hover {
	color: var(--bs-primary);
}
.module-category-list__group {
	padding-top: .55rem;
	padding-bottom: .55rem;
	border-color: #eeeef3;
}
.module-category-list__group.active {
	background-color: #fff;
	border-color: #eeeef3;
}

/* РѕСЃРЅРѕРІРЅР°СЏ РєР°С‚РµРіРѕСЂРёСЏ */
.module-category-list__cat {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.module-category-list__cat a {
  font-weight: 600;
}
.module-category-list__group.active .module-category-list__cat a {
	color: var(--bs-primary);
}

/* СЂР°СЃРєСЂС‹РІР°РµС‚ РјРµРЅСЋ */
.module-category-list__cat span {
	opacity: 0;
	color: #61616d;
	flex: 0 0 1rem;
	height: 1rem;
	cursor: pointer;
	position: relative;
}
.module-category-list__cat span::before,
.module-category-list__cat span::after {
	content: '';
	position: absolute;
	background: #61616d;
}
.module-category-list__cat span::before {
	width: 100%;
	height: 2px;
	top: calc(50% - 1px);
}
.module-category-list__cat span::after {
	width: 2px;
	height: 100%;
	left: calc(50% - 1px);
	top: 0;
}
.module-category-list__cat span:hover::before,
.module-category-list__cat span:hover::after {
	background: var(--bs-primary);
}
.module-category-list__group:hover .module-category-list__cat span,
.module-category-list__group.active .module-category-list__cat span {
	opacity: 1;
}
.module-category-list__group.active .module-category-list__cat span::after {
	display: none;
}
.module-category-list__group.active .module-category-list__cat span::before,
.module-category-list__group.active .module-category-list__cat span::after {
	background: var(--bs-primary);
}

/* РїРѕРґРєР°С‚РµРіРѕСЂРёРё */
.module-category-list__subcat-lvl-1  {
	display: none;
	position: relative;
	top: 5px;
}
.module-category-list__subcat-lvl-1.active {
	display: block;
}
.module-category-list__subcat-lvl-1 a {
	display: block;
	line-height: 1.3;
	padding: .25rem 0 .25rem .5rem;
}
.module-category-list__subcat-lvl-1 a.active {
	color: var(--bs-primary);
}


/*************** РњР•РќР® Р РђР—Р”Р•Р›РћР’ Р›РР§РќРћР“Рћ РљРђР‘РРќР•РўРђ ****************
===============================================================*/
.module-account {
	width: 250px;
}
@media (min-width: 1200px) {
	.module-account {
		width: 270px;
	}
}
.module-account__header {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: .5rem;
	padding: 0 1rem;
}
.module-account a {
	display: flex;
	align-items: center;
	color: var(--bs-body-color);
	padding: .4rem 1rem;
	border-radius: .35rem;
}
.module-account a:hover {
	background-color: #fcfcfd;
}
.module-account .icon {
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	margin-right: .5rem;
	fill: #b4b4bd;
}


/************************ PRODUCT LIST *************************
===============================================================*/
.product-layout {

}
.product-grid {
	display: flex;
}
.product-list {
	width: 100%;
}


/*********************** PRODUCT THUMB *************************
===============================================================*/
.product-thumb {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 1.5rem;
	padding-top: 1rem;
	border: 1px solid #f0f1f5;
	padding: 10px;
	border-radius: .5rem;
}
.product-thumb__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: .5rem;
}
.product-thumb__name {
	display: block;
	margin-bottom: .75rem;
	line-height: 1.35;
	font-weight: 500;
	color: var(--bs-body-color);
	flex-grow: 1;
}
.product-thumb__price {
	margin-bottom: .1rem;
	font-size: 1rem;
	font-weight: 500;
}
.product-thumb__price-base {
	color: #b6bac1;
	text-decoration: line-through;
}
.product-thumb__price-base + .product-thumb__price {
	color: #ef4e4e;
}
.product-thumb__percent {
	position: absolute;
	font-weight: 500;
	background-color: #fb4949;
	color: #ffffff;
	font-size: .8125rem;
	padding: 1px 4px;
	border-radius: .25rem;
}
.product-thumb__controls {
	position: absolute;
	right: .25rem;
	top: .25rem;
	display: flex;
	flex-direction: column;
}
.product-thumb__controls i {
	font-size: 1.15rem;
	color: #d3d7dc;
	cursor: pointer;
	transition: color .15s;
	background: #fff;
	padding: .16rem;
	border-radius: .25rem;
	margin-bottom: .25rem;
}
.product-thumb__controls i:hover {
	color: #b0b4b9;
}
.product-thumb__button-add {
	cursor: pointer;
	background: #7fd97f;
	padding: 0.15rem .85rem 0.25rem;
	border-radius: .35rem;
}
.product-thumb__button-add:hover {
	background: #88d988;
}
.product-thumb__button-add .icon {
	width: 26px;
	height: 26px;
	fill: #ffffff;
}

/* С‚РѕРІР°СЂС‹ РІ РєР°СЂСѓСЃРµР»СЏС… swiper */
.swiper .product-thumb {
	margin-bottom: 0;
	height: 100%;
}


/************************* PRODUCT PAGE ************************
===============================================================*/
.product__button-wishlist,
.product__button-compare {
	font-size: 1.35rem;
	color: #c7ccd0;
	cursor: pointer;
	margin-right: .5rem;
	padding-top: .25rem;
	transition: color .2s;
}
.product__button-wishlist:hover,
.product__button-compare:hover {
	color: #b0b4b9;
}

.product__price-base,
.product__price-special {
	font-size: 1.65rem;
}
.product__price-special {
	color: #f13232;
}
.product__price-special + .product__price-base {
	margin-left: 0.25rem;
	font-size: 1.1rem;
	vertical-align: top;
	text-decoration: line-through;
}

.product__quantity.quantity-regulator {
	height: 100%;
}

.product__rating .fas,
.product__rating .far {
	color: #ffcc00;
}

.product__tags a {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	padding: 3px 8px 3px 18px;
	background: #f2f5fb;
	color: var(--bs-body-color);
	border-radius: 5px;
	border: 1px solid #e3e7ef;
	font-size: 0.81rem;
}
.product__tags a:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 6px;
	width: 9px;
	height: 9px;
	background: #ffffff;
	border: 1px solid #e3e7ef;
	border-radius: 50%;
}
.product__tags a:hover {
	background: #ebeff7;
	border-color: #e1e5ef;
}


/*************************** РћРўР—Р«Р’Р« ****************************
===============================================================*/

/* РЎРїРёСЃРѕРє РѕС‚Р·С‹РІРѕРІ */
.product__review-list ul {
	margin-top: 1.5rem;
	margin-bottom: 1.75rem;
}
.product__review-list ul li:not(:last-child) {
	margin-bottom: 1.25rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid #f0f0f3;
}
.product__review-list img {
	width: 50px;
	border-radius: .5rem;
}
.product__review-list-rating .fas,
.product__review-list-rating .far {
	color: #ffcc00;
}
.product__review-list-answer {
	border-top: 1px solid #f0f0f3;
	margin-top: .75rem;
	padding-top: .75rem;
}

/* Р¤РѕСЂРјР° РґР»СЏ РѕС‚Р·С‹РІРѕРІ */
.product__review-form .form-control {
	background: #fcfcfd;
	border-color: #f7f7f9;
}


/*************************** TAG PAGE ***************************
===============================================================*/
.product-tag__related {
	position: relative;
	display: inline-block;
	background: #ece7f5;
	color: #61586f;
	padding: 1px 7px 1px 20px;
	border-radius: .25rem;
	border: 1px solid #e5dff1;
	margin-right: 5px;
	transition: all .2s;
}
.product-tag__related:hover {
	background: #e6e0f1;
	color: #4e475a;
	border-color: #ded7ea;
}
.product-tag__related::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 6px;
	width: 10px;
	height: 10px;
	background: #ffffff;
	border: 1px solid #e5dff1;
	border-radius: 50%;
}


/*************************** РљРћР Р—РРќРђ ***************************
===============================================================*/
.cart__block {
	margin-bottom: 2rem;
}
@media (min-width: 992px) {
	.cart__block {
		padding: 1.5rem 1.5rem 1rem;
		box-shadow: 0 0 15px rgb(0 0 0 / 3%);
		border-radius: .5rem;
		margin-bottom: 1.5rem;
	}
	.cart__confirm {
		position: sticky;
		top: 10px;
		background: #f9fafb;
		box-shadow: none;
	}
}

/* СЃРїРёСЃРѕРє С‚РѕРІР°СЂРѕРІ */
.cart__product-row {
	padding: .5rem 0;
}
.cart__product-row:not(:last-child) {
	margin-bottom: .5rem;
	border-bottom: 1px dashed #e1e4e8;
}
.cart__product-remove {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer;
	fill: #d3d8dc;
	transition: fill .1s;
}
.cart__product-remove:hover {
	fill: #c9cdd0;
}
.cart__product-data {
	line-height: 1.3;
}
.cart__product-name {
	color: var(--bs-body-color);
}
.cart__product-total {
	font-weight: 500;
}
.cart__product-base-total {
	color: #c0c3c9;
	text-decoration: line-through;
	font-size: .75rem;
	line-height: 1.3;
	font-weight: 500;
}
.cart__product-base-total + .cart__product-total {
	color: #eb4c4c;
}
.cart__product-unit-price {
	color: #84878d;
	font-size: .75rem;
	line-height: 1.4;
}
@media (min-width: 576px) {
	.cart__product-data {
		margin-right: 1rem;
	}
	.cart__product-total {
		width: 100px;
	}
}
@media (min-width: 1200px) {
	.cart__product-total {
		width: 130px;
		font-size: .9375rem;
	}
}

/* РёС‚РѕРіРѕ */
.cart__confirm-coupon,
.cart__confirm-reward,
.cart__confirm-voucher {
	display: block;
	margin-bottom: .25rem;
	font-weight: 500;
}
.cart__confirm-total {
	font-size: .9375rem;
	font-weight: 500;
}
.cart__confirm-payment-method {
	margin-bottom: 1rem;
}
.cart__confirm-payment-method div {
	font-weight: 600;
}
.cart__confirm #button-confirm {
	width: 100%;
	padding: .65rem 1.5rem;
	font-size: .9375rem;
	font-weight: 500;
}
@media (min-width: 768px) {
	.cart__confirm #button-confirm {
		width: auto;
	}
}
@media (min-width: 992px) {
	.cart__confirm #button-confirm {
		width: 100%;
	}
}


/*********************** РњРћР”РЈР›Р¬ РљРђР РЈРЎР•Р›Р¬ ***********************
===============================================================*/
.carousel__image {
	display: none;
}
@media (min-width: 576px) {
	.carousel__image-mobile {
		display: none;
	}
	.carousel__image {
		display: block;
	}
}


/************************ РњРћР”РЈР›Р¬ Р‘РђРќРќР•Р  ************************
===============================================================*/
.banner__image {
	display: none;
}
@media (min-width: 576px) {
	.banner__image-mobile {
		display: none;
	}
	.banner__image {
		display: block;
	}
}


/*********************** РњРћР”РЈР›Р¬ РЎР›РђР™Р”РЁРћРЈ ***********************
===============================================================*/
.slideshow__image {
	display: none;
}
@media (min-width: 576px) {
	.slideshow__image-mobile {
		display: none;
	}
	.slideshow__image {
		display: block;
	}
}


/*********************** Р›РР§РќР«Р™ РљРђР‘РРќР•Рў ************************
===============================================================*/
.account__heading {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
.account__heading a {
	display: flex;
	flex-shrink: 0;
	margin-right: .75rem;
}
.account__heading .icon {
	width: 27px;
	height: 27px;
	border: 1px solid #e7e8ed;
	border-radius: .35rem;
	padding: 3px;
	fill: #44484c;
}

/****************** Р›РР§РќР«Р™ РљРђР‘РРќР•Рў (РћРЎРќРћР’РќРђРЇ) ******************
===============================================================*/
.account-account__container {
	width: 1100px;
	max-width: 100%;
}
.account-account__block {
	width: 100%;
	padding: 1.5rem;
	border-radius: .75rem;
	margin-bottom: 1.5rem;
	background-color: #fcfcfd;
}
.account-account__block h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.2rem;
	color: rgb(0 0 0 / 70%);
}
.account-account__block .icon {
	width: 25px;
	height: 25px;
	margin-right: .5rem;
	fill: #b4b4bd;
	flex-shrink: 0;
}
.account-account__block h4 a {
	font-size: .8rem;
	font-weight: 500;
}
.account-account__block ul a {
	color: var(--bs-body-color);
	display: flex;
	align-items: center;
	margin-bottom: .35rem;
}
.account-account__wishlist-products {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.account-account__wishlist-products:after {
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	box-shadow: 0 0 10px 15px #fcfcfd;
}
.account-account__wishlist-products a {
	margin-right: .5rem;
	display: inline-block;
	background: #ffffff;
}
.account-account__wishlist-products img {
	border-radius: .25rem;
	border: 1px solid #f3f3f7;
	padding: 2px;
}

/*************** РЎРџРРЎРћРљ Р—РђРљРђР—РћР’ (Р›РР§РќР«Р™ РљРђР‘РРќР•Рў) ***************
===============================================================*/
.account-order-list__item {
	display: flex;
	padding: .5rem;
	border-radius: .5rem;
	border: 1px solid #f0f1f3;
	margin-bottom: .75rem;
	cursor: pointer;
}
@media (min-width: 576px) {
	.account-order-list__item {
		padding: 1rem;
	}
}
.account-order-list__status-color {
	width: .5rem;
	border-radius: .25rem;
	margin-right: .75rem;
	flex-shrink: 0;
}
.account-order-list__order-status {
	font-weight: 500;
}
.account-order-list__order-total {
	font-size: 0.9375rem;
}
.account-order-list__products {
	display: flex;
	width: 208px;
	overflow: hidden;
}
@media (min-width: 400px) {
	.account-order-list__products {
		width: 260px;
	}
}
@media (min-width: 452px) {
	.account-order-list__products {
		width: 312px;
	}
}
@media (min-width: 504px) {
	.account-order-list__products {
		width: 364px;
	}
}
@media (min-width: 576px) {
	.account-order-list__products {
		width: 416px;
	}
}
@media (min-width: 650px) {
	.account-order-list__products {
		width: 468px;
	}
}
@media (min-width: 700px) {
	.account-order-list__products {
		width: 572px;
	}
}
@media (min-width: 768px) {
	.account-order-list__products {
		width: 208px;
		justify-content: end;
	}
}
@media (min-width: 992px) {
	.account-order-list__products {
		width: 520px;
		justify-content: start;
	}
}
@media (min-width: 1100px) {
	.account-order-list__products {
		width: 624px;
	}
}
@media (min-width: 1200px) {
	.account-order-list__products {
		width: 208px;
		justify-content: end;
	}
}
@media (min-width: 1300px) {
	.account-order-list__products {
		width: 260px;
	}
}
.account-order-list__products img {
	margin-right: 2px;
}
.account-order-list__view {
	margin: 0 0 auto 1rem;
	background: #f7f7fb;
	padding: 5px;
	border-radius: .35rem;
}
.account-order-list__view .icon {
	width: 23px;
	height: 23px;
	fill: #757781;
}

/************** РЎРўР РђРќРР¦Рђ Р—РђРљРђР—Рђ (Р›РР§РќР«Р™ РљРђР‘РРќР•Рў) ***************
===============================================================*/
.account-order-info__container {
	width: 100%;
	padding: 1rem;
	margin-bottom: 1rem;
	background-color: #fcfcfd;
	border-radius: .5rem;
}
.account-order-info__container td {
	border-color: #e9ebed;
}

/*************** РЎРџРРЎРћРљ РђР”Р Р•РЎРћР’ (Р›РР§РќР«Р™ РљРђР‘РРќР•Рў) ***************
===============================================================*/
.account-address__item {
	padding: 1rem;
	border-radius: .5rem;
	border: 1px solid #f0f1f3;
}
.account-address__item-address {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: .25rem;
}

/**************** РђР’РўРћР РР—РђР¦РРЇ (Р›РР§РќР«Р™ РљРђР‘РРќР•Рў) *****************
===============================================================*/
.account-login {}

/**************** Р Р•Р“РРЎРўР РђР¦РРЇ (Р›РР§РќР«Р™ РљРђР‘РРќР•Рў) *****************
===============================================================*/
.account-register {}

/*************** Р—РђР‘Р«Р›Р РџРђР РћР›Р¬ (Р›РР§РќР«Р™ РљРђР‘РРќР•Рў) ****************
===============================================================*/
.account-forgotten {}

/***************** Р’РР”Р–Р•Рў РљРћРњРњР•РќРўРђР РР•Р’ CACKLE ******************
===============================================================*/
.mc-comment-msg {
	word-break: break-word;
}

/******************* Р’РР”Р–Р•Рў РљРћРњРњР•РќРўРђР РР•Р’ VK ********************
===============================================================*/
#vk_comments {
	background: #fff !important;
}
