.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #fff;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--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: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Mulish", Helvetica, Arial, sans-serif;
}

#pagetitle {
	margin-bottom: 35px;
	text-align: center;
}

h1,h2,h3,h4,h5 {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

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

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

#top_bar {

}

#top_bar .tob_bar {
display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

#top_bar .top_bar_left {
display: flex;
  gap: 20px;
  align-items: center;
}

#top_bar .top_bar_left a {
color: #000;
text-decoration: none;
}

#top_bar .top_bar_right {
display: flex;
  justify-content: end;
  gap: 24px;
  align-items: center;
}

#top_bar .top_bar_right .head_soc {
display: flex;
gap: 20px;
}

#top_bar .top_bar_right .head_soc a {

}

#top_bar .top_bar_right .head_soc img {
width: 30px;
}

#top_bar .top_bar_right .head_favorite img {
width: 30px;
}

#top_bar .top_bar_right .head_cart {

}

#top_bar .top_bar_right .head_user {

}

#menu_bar {
	padding-top: 15px;
	padding-bottom: 15px;
}

#menu_bar .head_logo i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 191 47' style='enable-background:new 0 0 191 47;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7d .st1%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23BE2E21;%7d .st2%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M79,12l-5.9,8.8h5.8v2.6H68l6-8.8h-5.3V12H79z M91.9,23.3h-3.2v-1.2c-0.8,1.1-2,1.6-3.9,1.6 c-1.5,0-2.8-0.5-3.8-1.6c-1.1-1.2-1.6-2.6-1.6-4.5c0-1.8,0.6-3.3,1.8-4.4c1.1-1.1,2.4-1.6,3.8-1.6c0.9,0,1.6,0.2,2.4,0.5 c0.7,0.3,1.2,0.8,1.4,1.3V12h3.1V23.3z M88.9,17.6c0-0.9-0.3-1.7-0.9-2.4c-0.6-0.6-1.3-1-2.2-1c-0.9,0-1.6,0.3-2.2,1 c-0.6,0.6-0.9,1.4-0.9,2.3c0,0.9,0.3,1.7,0.9,2.3c0.6,0.6,1.3,0.9,2.2,0.9c0.9,0,1.6-0.3,2.2-0.9C88.6,19.3,88.9,18.6,88.9,17.6z M99.3,14.5h-1.6v8.8h-3.3v-8.8h-1.6V12h1.6V8.2h3.3V12h1.6V14.5z M116.9,23.3h-3.3V5.6h3.3V23.3z M130.4,17.9c0,2-0.5,3.4-1.4,4.4 c-0.9,1-2.4,1.4-4.3,1.4c-2,0-3.5-0.5-4.4-1.4c-0.9-1-1.4-2.4-1.4-4.4v-6h3.3v6c0,1,0.2,1.7,0.6,2.1c0.4,0.4,1,0.7,1.9,0.7 c0.9,0,1.5-0.2,1.9-0.7c0.4-0.4,0.5-1.1,0.5-2.1v-6h3.3V17.9L130.4,17.9z M143.1,23.3H139l-1.3-2.3c-0.3-0.5-0.5-1.1-0.7-1.8 c-0.1,0.6-0.4,1.2-0.8,1.8l-1.4,2.3h-3.9l4-5.7l-3.8-5.6h4.1l1.1,2.1c0.3,0.5,0.5,1.1,0.7,1.7c0.2-0.6,0.4-1.2,0.8-1.8L139,12h3.9 l-3.9,5.5L143.1,23.3z M147.7,21.6c0,0.6-0.2,1-0.6,1.4c-0.4,0.4-0.9,0.6-1.4,0.6c-0.6,0-1-0.2-1.4-0.6c-0.4-0.4-0.6-0.8-0.6-1.4 c0-0.6,0.2-1,0.6-1.4c0.4-0.4,0.9-0.6,1.4-0.6c0.6,0,1,0.2,1.4,0.6C147.5,20.6,147.7,21.1,147.7,21.6z M158.1,23 c-0.9,0.5-1.9,0.8-3,0.8c-1.8,0-3.2-0.6-4.4-1.7c-1.1-1.1-1.7-2.6-1.7-4.4c0-1.8,0.6-3.3,1.7-4.4c1.1-1.1,2.6-1.7,4.4-1.7 c1.2,0,2.1,0.2,3,0.7l0,3.3c-0.7-0.8-1.6-1.1-2.6-1.1c-0.9,0-1.7,0.3-2.2,0.8c-0.6,0.6-0.8,1.3-0.8,2.3c0,1,0.3,1.7,0.8,2.3 c0.6,0.6,1.3,0.9,2.3,0.9c1,0,1.9-0.4,2.6-1.2L158.1,23z M171.3,17.7c0,1.7-0.6,3.2-1.8,4.3c-1.2,1.2-2.7,1.7-4.5,1.7 c-1.9,0-3.4-0.6-4.6-1.8c-1.2-1.2-1.8-2.6-1.8-4.3c0-1.7,0.6-3.2,1.8-4.3c1.2-1.2,2.7-1.8,4.5-1.8c1.8,0,3.4,0.6,4.5,1.7 C170.7,14.5,171.3,15.9,171.3,17.7z M167.9,17.6c0-0.8-0.3-1.5-0.9-2.1c-0.6-0.6-1.3-0.9-2.1-0.9c-0.9,0-1.6,0.3-2.1,0.9 c-0.6,0.6-0.9,1.3-0.9,2.1c0,0.9,0.3,1.6,0.9,2.2c0.6,0.6,1.3,0.9,2.1,0.9c0.8,0,1.5-0.3,2.1-0.9C167.6,19.2,167.9,18.5,167.9,17.6z M191,23.3h-3.3v-5.6c0-1.1-0.1-1.9-0.2-2.2c-0.3-0.8-0.8-1.2-1.7-1.2c-0.9,0-1.5,0.3-1.9,1c-0.4,0.7-0.6,1.7-0.6,3.1v5h-3.3v-5.6 c0-1.1-0.1-1.8-0.2-2.2c-0.3-0.8-0.8-1.2-1.6-1.2c-0.9,0-1.5,0.3-1.9,1c-0.4,0.7-0.6,1.7-0.6,3v5h-3.3V12h3.3v1.8 c1-1.4,2.3-2.2,3.8-2.2c1.9,0,3.1,0.8,3.5,2.3c1.1-1.5,2.4-2.3,4-2.3c1.6,0,2.7,0.6,3.3,1.8c0.3,0.6,0.4,1.6,0.4,3V23.3L191,23.3z' /%3e%3cpath class='st1' d='M112.3,17.7c0,1.7-0.6,3.2-1.8,4.3c-1.2,1.2-2.7,1.7-4.5,1.7c-1.9,0-3.4-0.6-4.6-1.8c-1.2-1.2-1.8-2.6-1.8-4.3 c0-1.7,0.6-3.2,1.8-4.3c1.2-1.2,2.7-1.8,4.5-1.8c1.8,0,3.4,0.6,4.5,1.7C111.7,14.5,112.3,15.9,112.3,17.7z M108.9,17.6 c0-0.8-0.3-1.5-0.9-2.1c-0.6-0.6-1.3-0.9-2.1-0.9c-0.9,0-1.6,0.3-2.1,0.9c-0.6,0.6-0.9,1.3-0.9,2.1c0,0.9,0.3,1.6,0.9,2.2 c0.6,0.6,1.3,0.9,2.1,0.9c0.8,0,1.5-0.3,2.1-0.9C108.6,19.2,108.9,18.5,108.9,17.6z'/%3e%3cpath class='st0' d='M8,41.1c0,0.5,0.2,0.9,0.7,1.2c0.5,0.2,1.3,0.4,2.5,0.4c1.4,0,3-0.3,4.7-0.8c3.6,1.6,6.6,2.8,9,3.7 c2.4,0.9,4.4,1.4,6.2,1.4c2.5,0,4.6-0.7,6.6-2.2c2-1.6,3.1-3.5,3.1-5.7c0-0.9-0.1-1.6-0.2-2.1c-0.1-0.6-0.2-0.8-0.3-0.8 c-0.1,0-0.2,0.1-0.2,0.3c0.1,0.3,0.1,0.7,0.2,1.3c0.1,0.5,0.1,0.9,0.1,1.2c0,2.1-0.9,3.8-2.8,4.9c-1.5,0.9-3.2,1.4-5.2,1.4 c-1.9,0-5.1-0.6-9.7-1.8c-3.2-0.9-5.2-1.4-6.2-1.5c1.8-0.5,3.4-1.4,5-2.7c1.3-1.1,2.6-2.6,3.9-4.4c0.9-1.2,1.8-2.8,2.9-4.8 c0.9,0.5,1.9,0.9,2.9,1.2c1,0.2,2.1,0.4,3.3,0.4c3.1,0,5.9-0.9,8.4-2.7c2.8-2,4.2-4.5,4.2-7.5c0-1.5-0.5-2.7-1.6-3.8 c-1.1-1-2.4-1.5-4.1-1.5c-2.4,0-4.8,1.1-7.1,3.2c-2.3,2.1-4.4,5.3-6.4,9.4c-1.5-1.3-2.3-3.1-2.3-5.4c0-2.2,0.6-4,1.8-5.4 c1.2-1.5,2.7-2.2,4.5-2.2c0.4,0,0.8,0,1,0c0.2,0,0.4,0.1,0.6,0.1c0.2-0.1,0.2-0.2,0.2-0.2c0-0.3-0.7-0.4-2-0.4 c-2.2,0-4.1,0.7-5.6,2.1c-1.5,1.4-2.3,3.2-2.3,5.3c0,2.9,1.2,5.1,3.5,6.7c-1.3,2.5-2.1,3.9-2.3,4.3c-1,1.7-1.9,3-2.9,4.2 c-0.8,0.8-1.9,1.7-3.5,2.5c-1.4,0.8-2.5,1.2-3.1,1.2c-0.2,0-1.1-0.2-2.6-0.5c-1.6-0.4-2.6-0.5-3.1-0.5c-0.6,0-1,0.1-1.4,0.3 C8.2,40.7,8,40.9,8,41.1z M45.1,21.1c0,2.9-1.1,5.3-3.2,7.2c-2,1.7-4.5,2.6-7.5,2.6c-1.1,0-2.1-0.1-3.1-0.4c-1-0.3-1.9-0.7-2.7-1.3 c1.2-2.4,2.2-4.2,2.9-5.3c1.4-2.2,2.8-3.9,4.2-5.1c1.8-1.5,3.7-2.2,5.7-2.2c1.3,0,2.2,0.4,2.8,1.3C44.8,18.6,45.1,19.7,45.1,21.1z' /%3e%3cpath class='st0' d='M31.8,7.4c0.6,0.1,1.1,0.2,1.4,0.2c0.3,0,0.6,0,1.1,0c2.5,0,4.7-0.5,6.7-1.5C43.1,5,44.1,3.6,44.1,2 c0-0.5-0.2-0.9-0.6-1.2c-0.4-0.3-0.9-0.5-1.4-0.5c-1.8,0-4,1-6.9,3.1c-1,0.7-2.2,1.7-3.5,2.8c-0.8-0.4-2.6-1.6-5.4-3.7 C24.2,0.8,22.5,0,21.2,0C19,0,17,1.1,15.3,3.4s-2.6,5-2.6,8.3v1.2V13c-0.7-0.7-1.5-1.3-2.5-1.8c-1-0.5-1.9-0.8-2.8-0.8 c-0.2,0-0.4,0.1-0.4,0.3c0.2,0.1,0.4,0.2,0.6,0.2c0.7,0,1.5,0.3,2.5,0.8c1,0.6,1.8,1.2,2.5,1.9c0.4,3.7,0.9,5.6,1.6,5.6 c0.3,0,0.5-0.1,0.6-0.4c0.1-0.2,0.2-0.6,0.2-1c0-0.7-0.3-1.7-1-3c-0.6-1.3-1-2.5-1-3.5c0-2.5,0.6-4.7,1.7-6.6C16,3,17.4,2,19.1,2 c1.4,0,3.8,0.9,7,2.8c2,1.2,3.6,1.9,4.7,2.3c-1.1,1.1-3.1,3.2-5.9,6.2c-2.5,2.6-4.2,4.4-5.2,5.4c-1.7,1.7-3.3,3.1-4.8,4.3 c-1.5,1.2-3.1,2.1-5,2.9c-1.5,0.6-2.6,1-3.1,1c0,0-0.5-0.1-1.6-0.2c-1-0.2-1.8-0.2-2.4-0.2c-1,0-1.8,0.1-2.2,0.3 C0.2,26.7,0,27,0,27.3c0,0.2,0.2,0.4,0.5,0.6c0.3,0.1,1,0.2,1.9,0.2c0.6,0,1.3-0.1,2.2-0.2c0.9-0.1,1.8-0.3,2.8-0.4 c2.9,0,6,0.9,9.3,2.7c2.7,1.7,5.4,3.4,8.1,5.1C28,37.1,30.7,38,33,38c1.9,0,3.8-0.4,5.6-1.3c1.4-0.7,2.7-1.6,3.8-2.6 c1.1-1,2-2.2,2.7-3.4c0.6-1,0.9-1.6,0.9-1.9c0-0.2-0.1-0.3-0.2-0.3c-0.2,0.7-0.6,1.6-1.3,2.6c-0.7,1-1.7,2.1-3,3.1 c-0.7,0.6-1.6,1-2.7,1.3c-1,0.3-2.1,0.4-3.3,0.4c-2.4,0-5.4-0.8-9-2.3c-3.1-1.4-6.1-2.9-9.2-4.3c-3.6-1.5-6.5-2.3-8.9-2.3 c3-1.1,5.9-2.8,8.8-5.1c2-1.6,4.5-4,7.4-7.1C28.5,10.8,30.9,8.3,31.8,7.4z M42.3,0.8c0.3,0,0.6,0.1,0.8,0.3c0.2,0.2,0.4,0.4,0.4,0.7 c0,1.5-1,2.8-2.9,3.8c-1.7,1-3.4,1.4-5.2,1.4c-0.4,0-0.8,0-1.3-0.1c-0.5-0.1-1-0.2-1.5-0.4c1.9-1.7,3.4-3,4.4-3.6 C39,1.5,40.8,0.8,42.3,0.8z'/%3e%3cpath class='st2' d='M90,33.4h4.3v0.9h-3.5v2.9h3.5v0.9h-3.5v4.6H90V33.4z'/%3e%3cpath class='st2' d='M102.1,35.9v7h-0.8v-1.2c-0.3,0.5-0.7,0.8-1.2,1c-0.4,0.2-0.9,0.3-1.4,0.3c-0.9,0-1.7-0.4-2.3-1.1 c-0.6-0.7-1-1.6-1-2.6c0-1,0.3-1.9,1-2.6c0.6-0.7,1.4-1.1,2.3-1.1c0.5,0,1,0.1,1.4,0.4c0.4,0.2,0.8,0.6,1.1,1.1v-1.3H102.1z M98.8,36.5c-0.5,0-0.9,0.1-1.3,0.4c-0.4,0.2-0.7,0.6-0.9,1c-0.2,0.4-0.3,0.9-0.3,1.4c0,0.5,0.1,1,0.3,1.4c0.2,0.4,0.5,0.8,0.9,1 c0.4,0.2,0.8,0.4,1.3,0.4c0.5,0,0.9-0.1,1.3-0.4c0.4-0.2,0.7-0.6,0.9-1c0.2-0.4,0.3-0.9,0.3-1.4c0-0.8-0.2-1.5-0.7-2 C100.1,36.8,99.5,36.5,98.8,36.5z'/%3e%3cpath class='st2' d='M107.2,36.6l-0.5,0.6c-0.4-0.5-0.9-0.7-1.3-0.7c-0.3,0-0.5,0.1-0.7,0.3c-0.2,0.2-0.3,0.4-0.3,0.7 c0,0.2,0.1,0.4,0.2,0.6c0.2,0.2,0.5,0.5,1,0.7c0.6,0.3,1,0.7,1.2,1c0.2,0.3,0.3,0.7,0.3,1.1c0,0.6-0.2,1.1-0.6,1.5 c-0.4,0.4-0.8,0.6-1.4,0.6c-0.4,0-0.7-0.1-1.1-0.3c-0.3-0.2-0.6-0.4-0.8-0.7l0.5-0.6c0.4,0.5,0.9,0.8,1.3,0.8c0.3,0,0.6-0.1,0.8-0.3 c0.2-0.2,0.3-0.5,0.3-0.8c0-0.3-0.1-0.5-0.2-0.7c-0.2-0.2-0.5-0.4-1-0.7c-0.6-0.3-1-0.6-1.2-1s-0.3-0.7-0.3-1.1c0-0.5,0.2-1,0.5-1.3 c0.3-0.3,0.8-0.5,1.3-0.5C106,35.7,106.6,36,107.2,36.6z'/%3e%3cpath class='st2' d='M108.6,33.2h0.8v3.9c0.3-0.5,0.7-0.8,1.1-1.1c0.4-0.2,0.8-0.4,1.3-0.4c0.5,0,0.9,0.1,1.3,0.4 c0.4,0.3,0.6,0.6,0.8,1.1c0.2,0.4,0.3,1.1,0.3,2.1v3.6h-0.8v-3.3c0-0.8,0-1.3-0.1-1.6c-0.1-0.5-0.3-0.8-0.6-1 c-0.3-0.2-0.6-0.4-1.1-0.4c-0.5,0-0.9,0.2-1.3,0.5c-0.4,0.4-0.7,0.8-0.8,1.3c-0.1,0.3-0.1,1-0.1,1.9v2.6h-0.8V33.2z'/%3e%3cpath class='st2' d='M116.3,33c0.2,0,0.3,0.1,0.5,0.2s0.2,0.3,0.2,0.5c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.1-0.3,0.2-0.5,0.2 c-0.2,0-0.3-0.1-0.5-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.4,0.2-0.5C115.9,33.1,116.1,33,116.3,33z M115.8,35.9h0.8v7h-0.8 V35.9z'/%3e%3cpath class='st2' d='M121.4,35.7c1,0,1.8,0.4,2.4,1.2c0.6,0.7,0.9,1.5,0.9,2.5c0,1-0.3,1.8-0.9,2.6c-0.6,0.7-1.4,1.1-2.4,1.1 c-1,0-1.8-0.4-2.4-1.1c-0.6-0.7-0.9-1.6-0.9-2.6c0-1,0.3-1.8,0.9-2.5C119.6,36.1,120.4,35.7,121.4,35.7z M121.4,36.6 c-0.7,0-1.3,0.3-1.8,0.8c-0.5,0.5-0.7,1.2-0.7,2c0,0.5,0.1,1,0.3,1.4c0.2,0.4,0.5,0.8,0.9,1c0.4,0.2,0.8,0.4,1.3,0.4 s0.9-0.1,1.3-0.4c0.4-0.2,0.7-0.6,0.9-1c0.2-0.4,0.3-0.9,0.3-1.4c0-0.8-0.2-1.4-0.7-2C122.7,36.8,122.1,36.6,121.4,36.6z'/%3e%3cpath class='st2' d='M126.3,35.9h0.8v1.2c0.3-0.5,0.7-0.8,1.1-1.1c0.4-0.2,0.8-0.4,1.3-0.4c0.5,0,0.9,0.1,1.3,0.4 c0.4,0.3,0.6,0.6,0.8,1.1c0.2,0.4,0.3,1.1,0.3,2.1v3.6H131v-3.3c0-0.8,0-1.3-0.1-1.6c-0.1-0.5-0.3-0.8-0.6-1 c-0.3-0.2-0.6-0.4-1.1-0.4c-0.5,0-0.9,0.2-1.3,0.5c-0.4,0.4-0.7,0.8-0.8,1.3c-0.1,0.3-0.1,1-0.1,1.9v2.6h-0.8V35.9z'/%3e%3cpath class='st2' d='M133.1,38.9h3.2v0.8h-3.2V38.9z'/%3e%3cpath class='st2' d='M140.6,35.7c1,0,1.8,0.4,2.4,1.2c0.6,0.7,0.9,1.5,0.9,2.5c0,1-0.3,1.8-0.9,2.6c-0.6,0.7-1.4,1.1-2.4,1.1 c-1,0-1.8-0.4-2.4-1.1c-0.6-0.7-0.9-1.6-0.9-2.6c0-1,0.3-1.8,0.9-2.5C138.8,36.1,139.7,35.7,140.6,35.7z M140.6,36.6 c-0.7,0-1.3,0.3-1.8,0.8c-0.5,0.5-0.7,1.2-0.7,2c0,0.5,0.1,1,0.3,1.4c0.2,0.4,0.5,0.8,0.9,1c0.4,0.2,0.8,0.4,1.3,0.4 c0.5,0,0.9-0.1,1.3-0.4c0.4-0.2,0.7-0.6,0.9-1c0.2-0.4,0.3-0.9,0.3-1.4c0-0.8-0.2-1.4-0.7-2C141.9,36.8,141.3,36.6,140.6,36.6z'/%3e%3cpath class='st2' d='M145.4,35.9h0.8v3.2c0,0.8,0,1.3,0.1,1.6c0.1,0.4,0.3,0.8,0.7,1c0.3,0.2,0.7,0.4,1.2,0.4c0.5,0,0.8-0.1,1.2-0.4 c0.3-0.2,0.5-0.6,0.7-1c0.1-0.3,0.1-0.8,0.1-1.7v-3.2h0.8v3.4c0,1-0.1,1.7-0.3,2.2c-0.2,0.5-0.5,0.9-0.9,1.1 c-0.4,0.3-0.9,0.4-1.6,0.4s-1.1-0.1-1.6-0.4c-0.4-0.3-0.7-0.7-0.9-1.2c-0.2-0.5-0.3-1.2-0.3-2.2V35.9z'/%3e%3cpath class='st2' d='M153.5,33.3h0.8v2.6h1.3v0.8h-1.3v6.2h-0.8v-6.2h-1.1v-0.8h1.1V33.3z'/%3e%3cpath class='st2' d='M156.8,33.2h0.8v9.6h-0.8V33.2z'/%3e%3cpath class='st2' d='M164.7,40.5l0.7,0.4c-0.2,0.5-0.5,0.9-0.8,1.2c-0.3,0.3-0.6,0.5-1,0.7c-0.4,0.2-0.8,0.2-1.3,0.2 c-1,0-1.9-0.4-2.4-1.1c-0.6-0.7-0.9-1.6-0.9-2.5c0-0.9,0.2-1.7,0.7-2.4c0.6-0.9,1.5-1.3,2.5-1.3c1.1,0,2,0.4,2.6,1.3 c0.5,0.6,0.7,1.4,0.7,2.4h-5.7c0,0.8,0.3,1.5,0.7,2c0.5,0.5,1,0.8,1.7,0.8c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.6-0.3,0.8-0.5 C164.2,41.3,164.5,41,164.7,40.5z M164.7,38.6c-0.1-0.5-0.3-0.9-0.5-1.1c-0.2-0.3-0.5-0.5-0.8-0.7c-0.3-0.2-0.7-0.3-1.1-0.3 c-0.6,0-1.2,0.2-1.6,0.7c-0.3,0.3-0.6,0.8-0.7,1.4H164.7z'/%3e%3cpath class='st2' d='M167.9,33.3h0.8v2.6h1.3v0.8h-1.3v6.2h-0.8v-6.2h-1.1v-0.8h1.1V33.3z'/%3e%3c/svg%3e ");
	width: 191px;
	height: 47px;
	display: inline-block;
}

header:hover #menu_bar .head_logo i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='191' height='47' viewBox='0 0 191 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M79.0263 11.9518L73.0893 20.7036H78.8842V23.2817H68.0273L74.0352 14.5301H68.7607V11.9518H79.0263ZM91.8935 23.2817H88.7004V22.1228C87.9474 23.1951 86.6544 23.7312 84.8173 23.7312C83.3114 23.7312 82.0421 23.187 81.0052 22.099C79.9053 20.9479 79.3573 19.4578 79.3573 17.6286C79.3573 15.8308 79.9723 14.3488 81.2023 13.1818C82.3061 12.1095 83.5597 11.5734 84.9631 11.5734C85.8146 11.5734 86.603 11.739 87.3285 12.0701C88.0537 12.4013 88.5347 12.8271 88.7713 13.3474V11.9518H91.8935V23.2817ZM88.8896 17.605C88.8896 16.6746 88.59 15.8901 87.9909 15.2515C87.3916 14.6128 86.6664 14.2935 85.8148 14.2935C84.9474 14.2935 84.2103 14.6168 83.603 15.2633C82.9959 15.9098 82.6925 16.6903 82.6925 17.605C82.6925 18.5353 83 19.308 83.6148 19.9229C84.2298 20.5379 84.9551 20.8454 85.791 20.8454C86.6424 20.8454 87.3718 20.5457 87.9789 19.9467C88.586 19.3474 88.8896 18.5668 88.8896 17.605ZM99.297 14.53H97.7122V23.2816H94.4244V14.53H92.8398V11.9518H94.4244V8.19093H97.7122V11.9518H99.297V14.53ZM116.871 23.2817H113.583V5.61279H116.871V23.2817ZM130.377 17.9125C130.377 19.8836 129.916 21.3462 128.993 22.3002C128.071 23.2542 126.624 23.7312 124.653 23.7312C122.634 23.7312 121.164 23.2542 120.242 22.3002C119.319 21.3462 118.858 19.8835 118.858 17.9125V11.9518H122.122V17.9125C122.122 18.8743 122.307 19.5801 122.678 20.0295C123.048 20.4788 123.691 20.7036 124.606 20.7036C125.505 20.7036 126.151 20.467 126.545 19.9939C126.908 19.5681 127.089 18.8743 127.089 17.9125V11.9518H130.377V17.9125H130.377ZM143.102 23.2817H139.01L137.686 20.9637C137.386 20.4433 137.15 19.8598 136.976 19.2133C136.834 19.7811 136.574 20.3723 136.195 20.9873L134.8 23.2816H130.897L134.918 17.5339L131.11 11.9518H135.226L136.337 14.0569C136.621 14.5931 136.85 15.1686 137.023 15.7836C137.197 15.1843 137.449 14.6008 137.78 14.0333L138.987 11.9518H142.889L139.01 17.4629L143.102 23.2817ZM147.667 21.6495C147.667 22.2015 147.474 22.6666 147.088 23.0449C146.702 23.4235 146.232 23.6129 145.68 23.6129C145.128 23.6129 144.659 23.4196 144.273 23.0333C143.887 22.647 143.693 22.1858 143.693 21.6497C143.693 21.0977 143.887 20.6286 144.273 20.2423C144.659 19.8561 145.128 19.6628 145.68 19.6628C146.232 19.6628 146.702 19.8559 147.088 20.2423C147.474 20.6286 147.667 21.0977 147.667 21.6495ZM158.075 22.9504C157.192 23.4709 156.182 23.7312 155.047 23.7312C153.265 23.7312 151.811 23.1634 150.683 22.0281C149.556 20.8928 148.992 19.4183 148.992 17.605C148.992 15.8074 149.56 14.3527 150.695 13.2411C151.83 12.1294 153.297 11.5734 155.095 11.5734C156.246 11.5734 157.239 11.8101 158.075 12.2831L158.051 15.5946C157.341 14.8376 156.458 14.4592 155.402 14.4592C154.487 14.4592 153.75 14.7392 153.19 15.3028C152.63 15.8627 152.351 16.6195 152.351 17.5695C152.351 18.5196 152.63 19.2805 153.19 19.848C153.75 20.4195 154.519 20.7034 155.496 20.7034C156.521 20.7034 157.373 20.3091 158.051 19.5207L158.075 22.9504ZM171.297 17.6522C171.297 19.387 170.706 20.8335 169.523 21.9927C168.34 23.1518 166.826 23.7313 164.981 23.7313C163.121 23.7313 161.599 23.1478 160.416 21.981C159.234 20.8142 158.642 19.3714 158.642 17.6524C158.642 15.9336 159.242 14.4909 160.44 13.3239C161.639 12.1569 163.152 11.5736 164.982 11.5736C166.827 11.5736 168.34 12.1491 169.523 13.3001C170.706 14.4512 171.297 15.9019 171.297 17.6522ZM167.938 17.6286C167.938 16.8086 167.65 16.099 167.075 15.4999C166.499 14.9005 165.793 14.601 164.958 14.601C164.106 14.601 163.397 14.8967 162.829 15.4881C162.261 16.0794 161.977 16.7929 161.977 17.6286C161.977 18.4958 162.269 19.2212 162.853 19.8047C163.436 20.3882 164.138 20.6798 164.958 20.6798C165.793 20.6798 166.499 20.388 167.075 19.8047C167.65 19.2212 167.938 18.4958 167.938 17.6286ZM191 23.2817H187.712V17.676C187.712 16.5722 187.641 15.8231 187.499 15.429C187.247 14.6406 186.687 14.2463 185.82 14.2463C184.953 14.2463 184.334 14.5734 183.963 15.228C183.593 15.8824 183.407 16.9035 183.407 18.291V23.2819H180.119V17.6604C180.119 16.6039 180.056 15.8668 179.93 15.4567C179.678 14.6486 179.157 14.2464 178.369 14.2464C177.486 14.2464 176.851 14.5736 176.465 15.2321C176.079 15.8865 175.885 16.9037 175.885 18.2794V23.2821H172.598V11.9518H175.885V13.7258C176.926 12.2908 178.195 11.5733 179.694 11.5733C181.57 11.5733 182.753 12.346 183.241 13.8913C184.298 12.346 185.623 11.5733 187.215 11.5733C188.839 11.5733 189.951 12.1645 190.55 13.3472C190.85 13.9307 191 14.9162 191 16.3039V23.2817H191Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M112.282 17.6523C112.282 19.3871 111.69 20.8337 110.508 21.9928C109.325 23.1519 107.811 23.7315 105.966 23.7315C104.105 23.7315 102.584 23.148 101.401 21.9811C100.218 20.8143 99.627 19.3715 99.627 17.6525C99.627 15.9337 100.226 14.491 101.425 13.3241C102.623 12.1571 104.137 11.5737 105.966 11.5737C107.811 11.5737 109.325 12.1492 110.508 13.3003C111.69 14.4513 112.282 15.902 112.282 17.6523ZM108.923 17.6287C108.923 16.8088 108.635 16.0991 108.06 15.5C107.484 14.9006 106.778 14.6011 105.943 14.6011C105.091 14.6011 104.382 14.8968 103.814 15.4882C103.246 16.0796 102.962 16.793 102.962 17.6287C102.962 18.4959 103.254 19.2213 103.838 19.8048C104.421 20.3883 105.123 20.6799 105.943 20.6799C106.778 20.6799 107.484 20.3882 108.06 19.8048C108.635 19.2213 108.923 18.4959 108.923 17.6287Z' fill='%23BE2E21'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 41.1185C8 41.6603 8.24578 42.0536 8.73735 42.2986C9.22892 42.5437 10.0697 42.6662 11.2598 42.6662C12.6825 42.6662 14.2349 42.4083 15.9164 41.8925C19.5124 43.466 22.5004 44.7107 24.8806 45.6264C27.2608 46.5422 29.3303 47 31.0896 47C33.5473 47 35.7333 46.252 37.6478 44.7558C39.6914 43.1564 40.7133 41.2474 40.7133 39.0292C40.7133 38.1779 40.6616 37.4749 40.558 36.9204C40.4546 36.3657 40.3381 36.0884 40.2088 36.0884C40.0795 36.0884 40.015 36.1788 40.015 36.3593C40.0668 36.6689 40.1184 37.0882 40.1702 37.6169C40.2218 38.1458 40.2478 38.539 40.2478 38.797C40.2478 40.9381 39.3294 42.5761 37.4926 43.7111C36.0179 44.6139 34.2846 45.0652 32.2926 45.0652C30.3781 45.0652 27.1574 44.4591 22.63 43.2466C19.448 42.3954 17.3912 41.8794 16.4599 41.6989C18.219 41.2089 19.8748 40.2929 21.427 38.9517C22.7464 37.8167 24.0399 36.3464 25.3076 34.5405C26.1613 33.3281 27.1315 31.7416 28.218 29.7813C29.1235 30.3231 30.0871 30.7164 31.1091 30.9614C32.1309 31.2065 33.224 31.3291 34.3882 31.3291C37.5185 31.3291 40.3255 30.4391 42.8091 28.6592C45.6031 26.673 47 24.1577 47 21.1138C47 19.6177 46.4696 18.3665 45.409 17.3606C44.3483 16.3546 42.9772 15.8516 41.2955 15.8516C38.8896 15.8516 36.5353 16.9091 34.233 19.0243C31.9305 21.1396 29.7833 24.2867 27.7913 28.4656C26.2909 27.1758 25.5405 25.383 25.5405 23.0872C25.5405 20.9204 26.1549 19.1081 27.3837 17.6507C28.6126 16.1934 30.1196 15.4645 31.9044 15.4645C32.3442 15.4645 32.6806 15.4774 32.9135 15.5032C33.1463 15.5289 33.3533 15.5676 33.5343 15.6192C33.6895 15.5161 33.7672 15.4387 33.7672 15.3871C33.7672 15.1291 33.0945 15 31.7493 15C29.5244 15 27.6488 15.6965 26.1226 17.0895C24.5961 18.4827 23.8331 20.2624 23.8331 22.4292C23.8331 25.3183 25.01 27.5626 27.3643 29.1619C26.0709 31.6125 25.3076 33.0313 25.0749 33.4182C24.1177 35.0692 23.1477 36.4621 22.1645 37.5973C21.4142 38.4228 20.2632 39.2612 18.7108 40.1124C17.288 40.8862 16.2531 41.2732 15.6064 41.2732C15.3994 41.2732 14.5197 41.0927 12.9676 40.7316C11.4154 40.3704 10.3677 40.1898 9.82438 40.1898C9.22943 40.1898 8.77669 40.2866 8.46618 40.48C8.15517 40.6736 8 40.8863 8 41.1185ZM45.0593 21.1138C45.0593 24.0546 43.9986 26.4406 41.8772 28.2721C39.8593 30.0004 37.3499 30.8646 34.3488 30.8646C33.2882 30.8646 32.2471 30.7227 31.2251 30.4389C30.2033 30.1553 29.3172 29.7295 28.567 29.1621C29.7828 26.7373 30.753 24.9574 31.4773 23.8224C32.8743 21.604 34.2843 19.9013 35.7072 18.7149C37.4923 17.2188 39.3809 16.4706 41.3729 16.4706C42.6406 16.4706 43.5718 16.8897 44.1669 17.728C44.7617 18.5665 45.0593 19.6952 45.0593 21.1138Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.8339 7.37808C32.4707 7.48394 32.9216 7.54992 33.1868 7.57639C33.4521 7.60285 33.8101 7.61608 34.2611 7.61608C36.7813 7.61608 39.0096 7.11362 40.9462 6.10868C43.0685 4.99806 44.1297 3.62297 44.1297 1.98341C44.1297 1.45448 43.9308 1.03793 43.5328 0.733942C43.1349 0.42978 42.6641 0.277698 42.1069 0.277698C40.3561 0.277698 38.068 1.2957 35.2361 3.33204C34.2347 4.04604 33.0675 4.98465 31.7477 6.1482C30.9254 5.77805 29.1413 4.53511 26.3891 2.43295C24.247 0.813333 22.5226 0 21.2293 0C18.981 0 16.998 1.14362 15.2936 3.42449C13.5892 5.70536 12.7336 8.46207 12.7336 11.695V12.8917V12.9709C12.0373 12.2833 11.2083 11.6882 10.2532 11.186C9.29819 10.6835 8.36315 10.4322 7.44793 10.4322C7.20262 10.4322 7.08316 10.5249 7.08316 10.7099C7.26882 10.8421 7.46793 10.9083 7.67997 10.9083C8.3697 10.9083 9.21855 11.186 10.2267 11.7412C11.2348 12.2966 12.0571 12.9444 12.6938 13.6849C13.0651 17.4135 13.5826 19.2777 14.2456 19.2777C14.5109 19.2777 14.7099 19.1586 14.8424 18.9208C14.9752 18.6828 15.0414 18.3654 15.0414 17.9688C15.0414 17.301 14.7231 16.3093 14.0865 14.9806C13.4499 13.6584 13.1315 12.5081 13.1315 11.5231C13.1315 9.05716 13.7017 6.85568 14.8424 4.90543C15.9833 2.95519 17.4024 1.98341 19.1003 1.98341C20.5328 1.98341 22.8806 2.92219 26.1434 4.80628C28.1597 5.96983 29.7116 6.72353 30.7992 7.06722C29.7116 8.17784 27.7484 10.2338 24.91 13.2286C22.4164 15.873 20.692 17.6646 19.7371 18.5902C18.0127 20.2825 16.4077 21.7172 14.9222 22.8807C13.4366 24.0443 11.7785 25.0161 9.9481 25.783C8.43607 26.4176 7.38829 26.735 6.80457 26.735C6.77803 26.735 6.26068 26.6556 5.25255 26.4968C4.24458 26.3382 3.43539 26.2588 2.8253 26.2588C1.79061 26.2588 1.06106 26.3514 0.636636 26.5365C0.212212 26.7216 0 26.9596 0 27.2505C0 27.4885 0.17239 27.6736 0.51717 27.8059C0.861949 27.9381 1.51203 28.0042 2.46707 28.0042C3.05061 28.0042 3.77361 27.9381 4.63574 27.8059C5.49803 27.6736 6.43307 27.5282 7.44121 27.3694C10.3593 27.3694 13.4631 28.2818 16.7527 30.1066C19.4585 31.799 22.1645 33.5048 24.8703 35.2235C27.974 37.0746 30.6933 38 33.0278 38C34.9114 38 36.7816 37.5505 38.6384 36.6514C40.071 35.9637 41.331 35.0977 42.4188 34.0533C43.5064 33.0086 44.4085 31.8915 45.1246 30.7015C45.7081 29.723 46 29.0752 46 28.7579C46 28.5464 45.9204 28.4405 45.7611 28.4405C45.5754 29.1545 45.151 30.0273 44.4878 31.0586C43.8244 32.09 42.8297 33.1212 41.5034 34.1526C40.7606 34.7343 39.8719 35.1641 38.8374 35.4416C37.8027 35.7193 36.6885 35.858 35.4947 35.858C33.0806 35.858 30.0962 35.0912 26.5415 33.5573C23.4642 32.1293 20.4001 30.7013 17.3495 29.2735C13.7946 27.7396 10.8235 26.9728 8.43607 26.9728C11.4072 25.8887 14.3385 24.1962 17.2302 21.8956C19.2197 20.3088 21.7003 17.9421 24.6714 14.7952C28.4914 10.7763 30.879 8.3038 31.8339 7.37808ZM42.3391 0.753875C42.6308 0.753875 42.8961 0.846499 43.1349 1.03157C43.3736 1.21665 43.4929 1.44159 43.4929 1.70606C43.4929 3.21329 42.5379 4.49576 40.628 5.55362C38.9301 6.50546 37.1926 6.98164 35.4151 6.98164C35.017 6.98164 34.5793 6.94847 34.102 6.88249C33.6245 6.81633 33.1337 6.69071 32.6296 6.50563C34.5397 4.7604 35.9986 3.54392 37.0068 2.85638C39.0496 1.45482 40.8271 0.753875 42.3391 0.753875Z' fill='black'/%3e%3cpath d='M90 33.4156H94.3327V34.3427H90.8583V37.2839H94.3327V38.211H90.8583V42.821H90V33.4156Z' fill='black'/%3e%3cpath d='M102.081 35.8645V42.821H101.27V41.6253C100.925 42.0814 100.537 42.4246 100.106 42.6547C99.6786 42.8849 99.2103 43 98.7008 43C97.7954 43 97.0214 42.6441 96.3786 41.9322C95.7398 41.2161 95.4203 40.3465 95.4203 39.3235C95.4203 38.3218 95.7437 37.465 96.3904 36.7532C97.037 36.0413 97.815 35.6854 98.7243 35.6854C99.2495 35.6854 99.7237 35.8069 100.147 36.0499C100.574 36.2928 100.948 36.6573 101.27 37.1432V35.8645H102.081ZM98.7889 36.5486C98.3304 36.5486 97.9071 36.6722 97.5191 36.9194C97.1311 37.1624 96.8215 37.5055 96.5902 37.9488C96.3629 38.3922 96.2493 38.861 96.2493 39.3555C96.2493 39.8457 96.3649 40.3146 96.5961 40.7621C96.8274 41.2097 97.137 41.5592 97.525 41.8107C97.9169 42.058 98.3363 42.1816 98.7831 42.1816C99.2338 42.1816 99.661 42.058 100.065 41.8107C100.468 41.5635 100.778 41.2289 100.994 40.8069C101.213 40.3849 101.323 39.9096 101.323 39.3811C101.323 38.5754 101.078 37.902 100.588 37.3606C100.102 36.8193 99.5023 36.5486 98.7889 36.5486Z' fill='black'/%3e%3cpath d='M107.155 36.6253L106.626 37.2199C106.187 36.7553 105.757 36.523 105.338 36.523C105.072 36.523 104.842 36.6189 104.65 36.8107C104.462 37.0026 104.368 37.2263 104.368 37.4821C104.368 37.708 104.446 37.9233 104.603 38.1279C104.76 38.3367 105.089 38.5818 105.591 38.8632C106.202 39.2084 106.618 39.5409 106.837 39.8606C107.053 40.1846 107.16 40.549 107.16 40.954C107.16 41.5251 106.976 42.009 106.608 42.4054C106.239 42.8018 105.779 43 105.226 43C104.858 43 104.505 42.9126 104.168 42.7379C103.835 42.5631 103.559 42.3223 103.339 42.0153L103.857 41.376C104.276 41.8917 104.721 42.1496 105.191 42.1496C105.52 42.1496 105.801 42.0345 106.032 41.8043C106.263 41.5742 106.379 41.3035 106.379 40.9923C106.379 40.7366 106.302 40.5085 106.149 40.3082C105.996 40.1121 105.652 39.8649 105.115 39.5665C104.539 39.2425 104.147 38.9228 103.939 38.6074C103.731 38.292 103.627 37.9318 103.627 37.5269C103.627 36.9983 103.792 36.5592 104.121 36.2097C104.454 35.8602 104.874 35.6854 105.379 35.6854C105.967 35.6854 106.559 35.9987 107.155 36.6253Z' fill='black'/%3e%3cpath d='M108.618 33.179H109.442V37.1113C109.775 36.6338 110.141 36.2779 110.541 36.0435C110.941 35.8048 111.374 35.6854 111.84 35.6854C112.318 35.6854 112.742 35.8176 113.11 36.0818C113.482 36.3461 113.757 36.702 113.933 37.1496C114.109 37.5929 114.198 38.2899 114.198 39.2404V42.821H113.374V39.5026C113.374 38.7012 113.345 38.1662 113.286 37.8977C113.184 37.4373 112.998 37.0921 112.728 36.8619C112.461 36.6275 112.111 36.5102 111.675 36.5102C111.178 36.5102 110.731 36.6893 110.335 37.0473C109.943 37.4054 109.684 37.8487 109.559 38.3772C109.481 38.7182 109.442 39.3491 109.442 40.2698V42.821H108.618V33.179Z' fill='black'/%3e%3cpath d='M116.255 33C116.443 33 116.604 33.0725 116.737 33.2174C116.87 33.3623 116.937 33.5371 116.937 33.7417C116.937 33.942 116.87 34.1147 116.737 34.2596C116.604 34.4045 116.443 34.477 116.255 34.477C116.071 34.477 115.912 34.4045 115.779 34.2596C115.646 34.1147 115.579 33.942 115.579 33.7417C115.579 33.5371 115.646 33.3623 115.779 33.2174C115.912 33.0725 116.071 33 116.255 33ZM115.844 35.8645H116.673V42.821H115.844V35.8645Z' fill='black'/%3e%3cpath d='M121.405 35.6854C122.389 35.6854 123.204 36.0733 123.851 36.8491C124.439 37.5567 124.733 38.3943 124.733 39.3619C124.733 40.3338 124.421 41.1841 123.798 41.913C123.179 42.6377 122.381 43 121.405 43C120.425 43 119.624 42.6377 119.001 41.913C118.381 41.1841 118.072 40.3338 118.072 39.3619C118.072 38.3986 118.366 37.5631 118.954 36.8555C119.6 36.0754 120.417 35.6854 121.405 35.6854ZM121.405 36.5614C120.723 36.5614 120.137 36.8363 119.647 37.3862C119.157 37.9361 118.912 38.601 118.912 39.3811C118.912 39.8841 119.024 40.3529 119.248 40.7877C119.471 41.2225 119.773 41.5592 120.153 41.798C120.533 42.0324 120.95 42.1496 121.405 42.1496C121.86 42.1496 122.277 42.0324 122.657 41.798C123.037 41.5592 123.339 41.2225 123.563 40.7877C123.786 40.3529 123.898 39.8841 123.898 39.3811C123.898 38.601 123.651 37.9361 123.157 37.3862C122.667 36.8363 122.083 36.5614 121.405 36.5614Z' fill='black'/%3e%3cpath d='M126.267 35.8645H127.09V37.1113C127.419 36.6338 127.784 36.2779 128.183 36.0435C128.583 35.8048 129.018 35.6854 129.489 35.6854C129.967 35.6854 130.39 35.8176 130.758 36.0818C131.131 36.3461 131.405 36.702 131.581 37.1496C131.758 37.5972 131.846 38.2941 131.846 39.2404V42.821H131.029V39.5026C131.029 38.7012 130.997 38.1662 130.935 37.8977C130.837 37.4373 130.653 37.0921 130.382 36.8619C130.112 36.6275 129.759 36.5102 129.324 36.5102C128.826 36.5102 128.379 36.6893 127.984 37.0473C127.592 37.4054 127.333 37.8487 127.208 38.3772C127.129 38.7225 127.09 39.3534 127.09 40.2698V42.821H126.267V35.8645Z' fill='black'/%3e%3cpath d='M133.081 38.8951H136.314V39.6752H133.081V38.8951Z' fill='black'/%3e%3cpath d='M140.641 35.6854C141.625 35.6854 142.44 36.0733 143.086 36.8491C143.674 37.5567 143.968 38.3943 143.968 39.3619C143.968 40.3338 143.657 41.1841 143.034 41.913C142.414 42.6377 141.617 43 140.641 43C139.661 43 138.859 42.6377 138.236 41.913C137.617 41.1841 137.307 40.3338 137.307 39.3619C137.307 38.3986 137.601 37.5631 138.189 36.8555C138.836 36.0754 139.653 35.6854 140.641 35.6854ZM140.641 36.5614C139.959 36.5614 139.373 36.8363 138.883 37.3862C138.393 37.9361 138.148 38.601 138.148 39.3811C138.148 39.8841 138.26 40.3529 138.483 40.7877C138.707 41.2225 139.008 41.5592 139.389 41.798C139.769 42.0324 140.186 42.1496 140.641 42.1496C141.095 42.1496 141.513 42.0324 141.893 41.798C142.273 41.5592 142.575 41.2225 142.798 40.7877C143.022 40.3529 143.133 39.8841 143.133 39.3811C143.133 38.601 142.887 37.9361 142.393 37.3862C141.903 36.8363 141.319 36.5614 140.641 36.5614Z' fill='black'/%3e%3cpath d='M145.397 35.8645H146.226V39.1125C146.226 39.9054 146.265 40.451 146.343 40.7494C146.461 41.1756 146.684 41.5124 147.014 41.7596C147.347 42.0068 147.743 42.1304 148.201 42.1304C148.66 42.1304 149.048 42.0111 149.365 41.7724C149.686 41.5294 149.908 41.2119 150.029 40.8197C150.112 40.5512 150.153 39.9821 150.153 39.1125V35.8645H150.994V39.2788C150.994 40.2379 150.89 40.9604 150.682 41.4463C150.478 41.9322 150.169 42.3137 149.753 42.5908C149.342 42.8636 148.824 43 148.201 43C147.578 43 147.057 42.8636 146.637 42.5908C146.222 42.3137 145.91 41.9301 145.703 41.4399C145.499 40.9454 145.397 40.2038 145.397 39.2148V35.8645Z' fill='black'/%3e%3cpath d='M153.545 33.2813H154.374V35.8645H155.679V36.6317H154.374V42.821H153.545V36.6317H152.422V35.8645H153.545V33.2813Z' fill='black'/%3e%3cpath d='M156.784 33.179H157.607V42.821H156.784V33.179Z' fill='black'/%3e%3cpath d='M164.703 40.5128L165.397 40.9092C165.17 41.3951 164.907 41.7873 164.609 42.0857C164.311 42.3841 163.976 42.6121 163.604 42.7698C163.231 42.9233 162.81 43 162.34 43C161.297 43 160.482 42.6292 159.894 41.8875C159.306 41.1415 159.012 40.2997 159.012 39.3619C159.012 38.4795 159.261 37.6931 159.759 37.0026C160.39 36.1245 161.235 35.6854 162.293 35.6854C163.382 35.6854 164.252 36.1351 164.903 37.0345C165.365 37.6697 165.601 38.4625 165.608 39.413H159.859C159.875 40.2229 160.112 40.8879 160.57 41.4079C161.029 41.9237 161.595 42.1816 162.269 42.1816C162.595 42.1816 162.91 42.1198 163.216 41.9962C163.525 41.8725 163.788 41.7084 164.004 41.5038C164.219 41.2992 164.452 40.9689 164.703 40.5128ZM164.703 38.6394C164.593 38.162 164.433 37.7805 164.221 37.4949C164.013 37.2093 163.737 36.9791 163.392 36.8043C163.047 36.6296 162.685 36.5422 162.305 36.5422C161.677 36.5422 161.139 36.7617 160.688 37.2008C160.359 37.5205 160.11 38 159.941 38.6394H164.703Z' fill='black'/%3e%3cpath d='M167.866 33.2813H168.695V35.8645H170V36.6317H168.695V42.821H167.866V36.6317H166.743V35.8645H167.866V33.2813Z' fill='black'/%3e%3c/svg%3e ");
	width: 191px;
	height: 47px;
	display: inline-block;
}

#menu_bar .head_phone {
	padding-top: 10px;
}

#menu_bar .head_phone i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cpath class='st0' d='M15.6,5.8c0.9,0.2,1.8,0.6,2.5,1.2s1.1,1.6,1.2,2.5 M16.2,1.5c1.9,0.2,3.6,1.1,5,2.5c1.4,1.4,2.3,3.1,2.5,5 M23.7,18.3v3.4c0,1.3-1.2,2.4-2.5,2.3c-11.3,0-20-8.8-20-20c-0.1-1.3,1-2.5,2.3-2.5h3.4c0.5,0,1.1,0.2,1.5,0.5 c1.2,1,1.9,4.5,1.7,5.8c-0.2,1.1-1.3,1.8-2,2.6c1.6,2.8,4,5.2,6.8,6.8c0.7-0.7,1.5-1.8,2.6-2c1.4-0.3,4.8,0.5,5.9,1.7 C23.5,17.2,23.7,17.8,23.7,18.3z'/%3e%3c/svg%3e ");
	width: 22px;
	height: 22px;
	display: inline-block;
	background-size: cover;
	margin-top: 3px;
}

header:hover #menu_bar .head_phone i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.56 5.84229C16.4815 6.02206 17.3961 6.42844 18.06 7.09229C18.7239 7.75614 19.1302 8.67084 19.31 9.59229M16.185 1.46729C18.0994 1.67996 19.8221 2.60612 21.185 3.96729C22.5479 5.32845 23.4699 7.05315 23.685 8.96729M23.6844 18.3132V21.7003C23.6896 22.9952 22.5254 24.0764 21.2181 23.9584C9.9351 23.9673 1.18505 15.136 1.19389 3.92877C1.07615 2.62847 2.15203 1.46861 3.44519 1.4674H6.83911C7.38814 1.462 7.92041 1.65604 8.3367 2.01334C9.52021 3.02915 10.2815 6.477 9.9886 7.84764C9.7599 8.91774 8.68118 9.6664 7.9478 10.3983C9.55828 13.225 11.9034 15.5654 14.7356 17.1728C15.469 16.4408 16.2192 15.3643 17.2914 15.136C18.6669 14.8433 22.1369 15.6055 23.1486 16.7973C23.5075 17.2199 23.6981 17.7594 23.6844 18.3132Z' stroke='%23BE2E21' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
	width: 22px;
	height: 22px;
	display: inline-block;
	background-size: cover;
	margin-top: 3px;
}

#menu_bar .head_phone a {
	display: flex;
  gap: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

header:hover #menu_bar .head_phone a {
	display: flex;
  gap: 15px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.head_user i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 23 28' style='enable-background:new 0 0 23 28;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23FFFFFF;stroke-width:2;%7d .st1%7bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;%7d %3c/style%3e%3cpath class='st0' d='M11.4,11.1c2.8,0,5-2.2,5-5c0-2.8-2.2-5-5-5c-2.8,0-5,2.2-5,5C6.4,8.8,8.7,11.1,11.4,11.1z'/%3e%3cpath class='st1' d='M21.4,21.1c0-0.2,0-0.4,0-0.6c0-3.1-4.5-5.6-10-5.6c-5.5,0-10,2.5-10,5.6c0,3.1,0,5.6,10,5.6 c2.8,0,4.8-0.2,6.2-0.5'/%3e%3c/svg%3e ");
	width: 20px;
	height: 25px;
	display: inline-block;
	background-size: cover;
  margin-top: 6px;
  margin-left: 10px;
}

header:hover .head_user i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23' height='28' viewBox='0 0 23 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.4356 11.0727C14.197 11.0727 16.4356 8.83418 16.4356 6.07275C16.4356 3.31133 14.197 1.07275 11.4356 1.07275C8.67409 1.07275 6.43555 3.31133 6.43555 6.07275C6.43555 8.83418 8.67409 11.0727 11.4356 11.0727Z' stroke='black' stroke-width='2'/%3e%3cpath d='M21.4324 21.0728C21.4355 20.8675 21.4355 20.659 21.4355 20.4478C21.4355 17.3411 16.9584 14.8228 11.4355 14.8228C5.9127 14.8228 1.43555 17.3411 1.43555 20.4478C1.43555 23.5544 1.43555 26.0728 11.4355 26.0728C14.2244 26.0728 16.2353 25.8768 17.6855 25.527' stroke='black' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
	width: 20px;
	height: 25px;
	display: inline-block;
	background-size: cover;
  margin-top: 6px;
  margin-left: 10px;
}

#main_category {
	margin-bottom: 30px;
}

#main_category .cat_items {
display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
}

#main_category .cat_items .item {
position: relative;
background: #C8C8C8;
width: 33%;
}

#main_category .cat_items .item:nth-child(2) {
background: #B5B5B5;
}

#main_category .cat_items .item a {
width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

#main_category .cat_items .item a img:hover {
opacity: 0.7;
}

#main_category .cat_items .item img {
width: 100%;
}

#main_category .cat_items .item h3 {
position: relative;

  left: 0;
  right: 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  background: #fff;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
}

#main_brands {
margin-bottom: 120px;
}

#main_brands h2 {
font-size: 36px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
margin-bottom: 60px;
}

#main_brands .brands_items {
display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  margin-bottom: 60px;
}

#main_brands .brands_items .item {

}

#main_brands .brands_items .item a {
text-decoration: none;
}

#main_brands .brands_items .item a:hover {
opacity: 0.7;
}

#main_brands .brands_items .item img {

}

#main_brands .brands_items .item h3 {
font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

#main_brands .brands_btn {
text-align: center;
  margin-top: 60px;
}

#main_brands .brands_btn a {
border: 1px solid #BE2E21;
  padding: 15px 70px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

#main_brands .brands_btn a:hover {
border: 1px solid #000;
  color: #fff;
  background: #000;
}

footer {
padding: 40px 0;
}

footer .f_block {
	display: flex;
  justify-content: space-between;
}

footer .f_block .f_nav {
	
}

footer .f_block .f_nav h3 {
	font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}

footer .f_block .f_nav ul {
	list-style: none;
  margin: 0;
  padding: 0;
}

footer .f_block .f_nav ul li {
	margin: 5px 0;
}

footer .f_block .f_nav ul li a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

footer .f_block .f_nav ul li a:hover {
	text-decoration: underline;
}

.f_contacts {
text-align: right;
}

.f_contacts .f_cont {
	
}

.f_contacts .f_cont a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.f_contacts .f_cont a:last-child {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

.f_contacts .f_soc {
	display: flex;
  justify-content: end;
  gap: 15px;
  margin: 15px 0;
}

.f_contacts .f_soc a {
	
}

.f_contacts ul {
	list-style: none;
	padding: 0;
}

.f_contacts ul li {
	
}

.f_contacts ul li a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #000;
}

.f_contacts ul li a:hover{
	text-decoration: underline;
}

.f_contacts2 {

}

.f_cont_gis {
display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.f_cont_gis a {
width: 100%;
  text-align: right;
  margin-bottom: 10px;
}

.f_cont_gis img {
width: 80px;
filter: grayscale(100%);
}

.f_cont_gis span {

}

#main_advantages {
margin-bottom: 60px;
}

#main_advantages .item {
	text-align: center;
}

#main_advantages .item .img {
	height: 90px;
	display: flex;
	justify-content: center;
}

#main_advantages .item .img img {
	width: 60px;
}

#main_advantages .item h3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

#main_advantages .item p {
	font-weight: 500;
	line-height: 18px;
  font-size: 14px;
}

.head_menu {

}

.head_menu ul {
	justify-content: center;
}

.head_menu ul li.level1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.head_menu ul li.level1 > a {
	text-decoration: none;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

header:hover .head_menu ul li.level1 > a {
	color: #000;
}


.head_menu ul li.level1:nth-child(1) > a,
.head_menu ul li.level1:last-child > a {
	text-decoration: none;
	color: #BE2E21;
}

header:hover .head_menu ul li.level1:nth-child(1) > a,
header:hover .head_menu ul li.level1:last-child > a {
	text-decoration: none;
	color: #BE2E21;
}


.head_menu ul li.level2 {
	font-size: 16px;
	text-transform: none;
	font-weight: 700;
	margin-right: 30px;
}

.head_menu ul li.level2 > a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	padding: 0 !important;
}

.head_menu ul li.level2 ul {
	margin: 0;
	padding: 0;
}

.head_menu ul li.level2 ul a {
	font-size: 14px;
	color: #666;
	font-weight: 500;
	text-transform: none;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
  display: block;
}

.head_menu ul li.level2 ul a:hover {
color: #BE2E21;
text-decoration: underline;
}

.menu li.item.level1 > .display-hover {
	top: 62px !important;
}

.menu li.item.level1 a {
	display: block;
	padding-top: 14px;
	padding-bottom: 12px;
}

.display-hover .item.images img {
	border-radius: 8px;
}

.head_currency {

}

.head_currency {
	
}

.catalog-section-list-text-list h3 a {
	color: #000;
	font-size: 16px;
	padding: 10px 0;
	display: block;
	text-decoration: none;
}

.smart-filter-input-group-checkbox-list {
  overflow-y: scroll;
  max-height: 300px;
  scrollbar-width: thin;          /* "auto" или "thin"  */
  scrollbar-color: #BE2E21 #EFEFEF;   /* плашка скролла и дорожка */ 
}

.smart-filter-input-group-checkbox-list:-webkit-scrollbar {
  width: 12px;               /* ширина scrollbar */
}
.smart-filter-input-group-checkbox-list:-webkit-scrollbar-track {
  background: #EFEFEF;        /* цвет дорожки */
}
.smart-filter-input-group-checkbox-list:-webkit-scrollbar-thumb {
  background-color: blue;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 3px solid orange;  /* padding вокруг плашки */
}

.smart-filter-parameters-box-title-text {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.smart-filter-title {
	display: none;
}


.mobile_menu_overlay, .mobile_menu_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay{
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	width: 300px;
	overflow: hidden;
	z-index: 10201;
	background: #fff;
}
.mobile_menu_container.loaded{
   	-webkit-transform: translateX(0px);
   	transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
}
.mobile_menu_container ul{
	margin: 0;
	padding: 0;
}
.mobile_menu_container ul li{
	list-style: none;
}
.mobile_menu_container ul li a{
	display: block;
	padding: 15px 20px;
	line-height: 20px;
	font-size: 16px;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.mobile_menu_container ul li a.parent{
	padding-right: 50px;
	background: #fff url("/images/arrow_right.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
	background: #fff url("/images/arrow_right.svg") right 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a.back{
	padding-left: 50px;
	background: #fff url("/images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
	box-sizing: border-box;
	min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
	background: #fff url("/images/arrow_left.svg") left 20px center no-repeat;
	background-size: 20px;
}
.mobile_menu_container ul li a:hover{
	background: #ddd;
}
.mobile_menu_container ul li ul{
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
	overflow-y: auto;
	overflow-x: hidden;
}

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

.product-item-scu-container {
	text-align: center;
}

.product-item-scu-item-text-container.selected {
	background: #BE2E21;
	color: #fff;
}

.product-item-scu-item-color-container, .product-item-scu-item-text-container {
	padding: 0;
	border-radius: 4px;
	background: #ddd;
}

.product-item-scu-item-text-block:hover, .product-item-scu-item-color-block:hover, .product-item-scu-item-text-container.selected .product-item-scu-item-text-block, .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	outline: transparent;
}

.product-item-scu-item-text-container {

}

.product-item-scu-item-text-block {
  position: relative;
  padding: 0 5px;
  outline: 0px solid #c0cfda;
  cursor: pointer;
}

.my-custom-product-item [data-entity="price-block"] {

}

.my-custom-product-item [data-entity="sku-block-container"] {
  min-width: 40% !important;
  max-width: 40% !important;
}

.my-custom-product-item [data-entity="buttons-block"] {
min-width: 20% !important;
  max-width: 20% !important;
}

.product-item-title a {
  color: #3f3f3f;
  text-decoration: none;
  transition: 250ms linear all;
  font-size: 14px;
  font-weight: 600;
}

.product-item-scu-item-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}

.prod_info_top .product-item-scu-item-list {
	justify-content: start;
}

.prod_info_top .product-item-scu-item-text {
font-size: 16px;
  padding: 5px;
}

.prod_info_top .product-item-scu-container-title {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}

.product-item-scu-item-text {
	font-size: 12px;
}

.product-item-scu-item-text-container {
  min-width: 26px;
}

.product-item-scu-block-title {
  font-size: 14px;
  margin-bottom: 5px;
}

.head_currency .current-currency a {
	font-size: 28px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

header:hover .head_currency .current-currency a {
	font-size: 28px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  line-height: normal;
}

.js-search-open-block {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 31' style='enable-background:new 0 0 30 31;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M12.7,0.5c0.5,0.1,1,0.1,1.5,0.2c2.5,0.5,4.7,1.7,6.4,3.6c2.3,2.5,3.4,5.5,3.1,8.9c-0.1,2.2-0.9,4.2-2.2,6 c-0.1,0.2-0.2,0.3-0.4,0.5c0,0,0,0,0,0.1c0.1,0.1,0.1,0.2,0.2,0.2c2.7,2.7,5.4,5.4,8.2,8.2c0.4,0.4,0.6,0.8,0.4,1.4 c-0.2,0.8-1.2,1.2-1.9,0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-2.7-2.7-5.4-5.4-8.1-8.1c-0.1-0.1-0.1-0.2-0.2-0.3c-0.2,0.1-0.3,0.2-0.5,0.3 c-1.5,1.1-3.2,1.9-5.1,2.2c-3.8,0.6-7.1-0.4-9.9-2.9c-2.1-1.9-3.3-4.2-3.8-7c-0.1-0.3-0.1-0.7-0.1-1c0-0.5,0-1.1,0-1.6 c0-0.3,0.1-0.7,0.1-1c0.5-2.8,1.8-5.2,4-7.1C5.7,2,7.5,1.1,9.6,0.7c0.5-0.1,1-0.2,1.5-0.2C11.6,0.5,12.1,0.5,12.7,0.5z M21.3,12.4 c0-5.2-4.2-9.4-9.4-9.4c-5.1,0-9.4,4.2-9.4,9.4c0,5.1,4.2,9.4,9.4,9.4C17,21.7,21.2,17.6,21.3,12.4z'/%3e%3c/g%3e%3c/svg%3e ");
	width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

header:hover .js-search-open-block {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 31' style='enable-background:new 0 0 30 31;' xml:space='preserve'%3e%3cg%3e%3cpath d='M12.7,0.5c0.5,0.1,1,0.1,1.5,0.2c2.5,0.5,4.7,1.7,6.4,3.6c2.3,2.5,3.4,5.5,3.1,8.9c-0.1,2.2-0.9,4.2-2.2,6 c-0.1,0.2-0.2,0.3-0.4,0.5c0,0,0,0,0,0.1c0.1,0.1,0.1,0.2,0.2,0.2c2.7,2.7,5.4,5.4,8.2,8.2c0.4,0.4,0.6,0.8,0.4,1.4 c-0.2,0.8-1.2,1.2-1.9,0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-2.7-2.7-5.4-5.4-8.1-8.1c-0.1-0.1-0.1-0.2-0.2-0.3c-0.2,0.1-0.3,0.2-0.5,0.3 c-1.5,1.1-3.2,1.9-5.1,2.2c-3.8,0.6-7.1-0.4-9.9-2.9c-2.1-1.9-3.3-4.2-3.8-7c-0.1-0.3-0.1-0.7-0.1-1c0-0.5,0-1.1,0-1.6 c0-0.3,0.1-0.7,0.1-1c0.5-2.8,1.8-5.2,4-7.1C5.7,2,7.5,1.1,9.6,0.7c0.5-0.1,1-0.2,1.5-0.2C11.6,0.5,12.1,0.5,12.7,0.5z M21.3,12.4 c0-5.2-4.2-9.4-9.4-9.4c-5.1,0-9.4,4.2-9.4,9.4c0,5.1,4.2,9.4,9.4,9.4C17,21.7,21.2,17.6,21.3,12.4z'/%3e%3c/g%3e%3c/svg%3e ");
	width: 24px;
  height: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.currency-selector .currency-dropdown {
	left: -7px !important;
}

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

.sort-container {
						display: inline-block;
						position: relative;
						display: flex;
  align-items: center;
  justify-content: end;
					}

					.sort-container span {
						margin-right: 10px;
						font-size: 16px;
					}

					.sort-dropdown {
						position: relative;
						display: inline-block;
					}

					.sort-button {
						padding: 4px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 8px;
  width: 200px;
					}

					.sort-options {
						display: none;
						position: absolute;
						top: 100%;
						left: 0;
						background-color: white;
						border: 1px solid #ccc;
						z-index: 100;
						width: 100%;
						top: 30px;
					}

					.sort-options div {
						padding: 8px 8px;
					}

					.sort-options div a {
						text-decoration: none;
  color: #000;
  display: block;
  font-size: 15px;
					}

					.sort-options div:hover {
						background-color: #f0f0f0;
					}

					.sort-dropdown:hover .sort-options {
						display: block;
					}

.product-item-button-container button {
border: 0;
  background: transparent;
}

.product-item-button-container button svg path {
fill: #D6D6D6;
}

.product-item-container.hover .product-item-button-container button svg path {
fill: #BE2E21;
}

.product-item-price-container .product-item-price-current {
color: #000;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}

.product-item-price-old {
  color: #AAAAAA;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 14px;
}

.product-item-button-container {
  text-align: center;
  margin-top: 5px;
}

.product-item-price-container {
	margin-top: 5px;
}

.product-item-scu-container {
	margin-top: -3px;
}

.product-item .product-item-title {
margin-bottom: 10px;
}

.article_prod {

}

.article_prod span {
	font-size: 14px;
	color: #666666;
}

.sku_btn {
	display: flex;
	align-items: center;
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sku-container {
	display: flex;
	align-items: center;
	gap: 20px;
}

.product-item-scu-list {
  margin-top: 5px;
}

.product-item-detail-buy-button {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	font-size: 16px;
	color: #BE2E21;
	font-weight: 600;
}

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

.sku_btn .product-item-scu-item-text {
	font-size: 16px;
}

.sku_btn .product-item-scu-item-text-block {
  position: relative;
  padding: 3px 10px;
  outline: 0px solid #c0cfda;
  cursor: pointer;
}

.description_det {
	font-size: 14px;
}

.props_table {
	display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.props_table dt {
font-weight: 500;
}

.detail-pay-block {

}

.container-search-block-pa {
  position: absolute;
  display: none;
  width: 100%;
  background: white;
  z-index: 10;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
  border-radius: 4px;
  border: 1px solid #ddd;
}

.container-search-block-pa .form-control {
border-radius: 4px;
border: 0px solid #ced4da;
}

.container-search-block-pa .search-title-button {
min-height: 100%;
}

.container-search-block-pa .search-title-button:hover {
border-color: #9B251A;
  background-color: #9B251A;
}

.container-search-block-pa input {
outline: none;
}

.form-control:focus {
  border-color: var(--theme-color-primary);
  box-shadow: 0 0 0 0rem var(--theme-b-sd-primary);
}

.head_search img:hover {
cursor: pointer;
}

.tob_bar {
	display: block;
}

#top_bar_m {
	display: none;
}

.product-item-detail-slider-block {
	padding-top: 100%;
}

.product-item-detail-tabs-container-fixed {
	display: none !important;
}

.prod_quantity {
	display: none;
}

.prod_subscribe {
	display: none;
}

.product-item-detail-pay-block {
	display: flex;
	align-items: center;
	padding: 0;
	margin-top: 30px;
	border: 0px solid #e4e4e4;
	gap: 30px;
}

.product-item-detail-price-old {
	text-align: left;
}

.product-item-detail-price-current {
	text-align: left;
	color: #000;
}

.product-item-detail-economy-price {
	text-align: left;
	color: #be2e21;
	display: none;
}

.btn-link.product-item-detail-buy-button {
  height: auto;
  background: #be2e21;
  color: #fff;
  border-radius: 60px;
  padding: 5px 30px;
}

.btn-link.product-item-detail-buy-button:hover {
  background: #000;
  color: #fff;
}

.prod_title {
	font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.prod_article {
margin-bottom: 30px;
}

.prod_article span {
	color: #555;
  font-size: 14px;
  font-weight: 500;
}

.prod_props .props_list li.id464,
.prod_props .props_list li.id484,
.prod_props .props_list li.id482 {
	display: none;
}

.product-item-detail-slider-controls-image {
	width: 160px;
  height: 160px;
}

.product-item-detail-slider-controls-image img {
	max-width: 160px;
  max-height: 160px;
}

.prod_desc p {
	font-size: 14px;
}

.product-item-detail-properties-name {
	font-size: 14px;
}

.product-item-detail-properties-value {
	font-size: 14px;
}

.product-item-detail-properties-item {
	margin-bottom: 10px;
}


.product-item-label-right .uc_label {
	background-color: #be2e21 !important;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  border-radius: 60px;
}

.product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  border-radius: 60px;
}

.product-item-button-container .btn {
	border-radius: 60px;
	padding: 5px 20px;
}

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

.catalog-block-header {
	font-size: 24px;
  font-weight: 500;
}

.smart-filter-slider-track-container {
	display: none;
}

.catalog_list_uc {
	display: flex;
  gap: 10px;
  justify-content: center;
}

.photo_gallery {
display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}

.photo_gallery a {
	width: 24%;
	height: 250px;
  display: block;
}

.photo_gallery a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.product-item-label-ring.product-item-label-small, .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: auto;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 10px;
    background-color: #fff;
  border-radius: 60px;
  border: 1px solid #be2e21;
  color: #be2e21;
}

#left-filter .bx_sitemap_ul {
	list-style: none;
  padding: 0;
}

.bx_sitemap .bx_sitemap_li_title {
	margin-bottom: 20px;
}

#left-filter .bx_sitemap_ul li ul {
	list-style: none;
  padding-left: 15px;
  margin-bottom: 30px;
}

#bx_1847241719_4320,
#bx_1847241719_4329,
#bx_1847241719_4364,
#bx_1847241719_4387,
#bx_1847241719_4395,
#bx_1847241719_4421,
#bx_1847241719_4436,
#bx_1847241719_4447,
#bx_1847241719_4488 {
	display: none;
}

#left-filter .bx_sitemap_ul a {
	color: #000;
	text-decoration: none;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
  width: 100%;
  font-size: 20px;
  margin-bottom: 30px;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
    border-bottom-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #be2e21 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.basket-item-property.basket-item-property-scu-text {
	display: none;
}

.prod_brand {
	margin-bottom: 30px;
}




.text_hide_wrap {
    width: 100%;
}

.item_text {
    width: 100%;
    padding: 0px;
}

.item_text p {
    margin-bottom: 20px;
}

.io_item {
    width: 100%;
    padding-bottom: 20px;
}

.io_button_wrap {
    text-align: center;
    margin-top: 10px;
}

.io_button {
    display: inline-block;
    border: 1px solid #be2e21;
    width: auto;
    padding: 0 20px;
    line-height: 30px;
    vertical-align: top;
    text-transform: uppercase;
    color: #be2e21 !important;
    font-size: 12px;
    border-radius: 22px;
    cursor: pointer;
    text-decoration: none;
}

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

.io_item .btn_close {
    display: none;
}

.io_item .btn_open {
    display: inline-block;
}

.io_item.open .btn_close {
    display: inline-block;
}

.io_item.open .btn_open {
    display: none;
}

.io_trans {
    width: inherit;
    position: absolute;
    height: 80px;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    transition: 1s;
}

.io_item.open .io_trans {
    height: 0;
    transition: 1s;
}

.io_item_wrap {
    position: relative;
    overflow: hidden;
    max-height: 100px;
    width: inherit;
    transition: max-height 0.5;
}
.io_item.open .io_item_wrap {
    max-height: 1999px !important;
    transition: max-height 1s;
}

.item_text p {
	font-size: 13px;
}

.item_text h2 {
	font-size: 14px;
	font-weight: 700;
}

.item_text h3 {
	font-size: 14px;
	font-weight: 700;
}

.item_text li {
	font-size: 13px;
}

.bx-soa-pp-company-smalltitle {
  padding-top: 9px;
  padding-bottom: 5px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.cart_back {
text-align: right;
margin-bottom: 30px;
}

.cart_back a {
border: 1px solid #be2e21;
  border-radius: 60px;
  color: #be2e21;
  font-size: 16px;
  font-weight: 600;
}

#main_slider {
	height: 100vh;
}

#main_slider .owl-item img {
	/*height: 100vh;*/
}

header {
	position: absolute;
  z-index: 999;
  width: 100%;
  transition: all 0.3s ease;
}

header:hover {
	background: #fff;
	transition: all 0.3s ease;
}

#main_slider_mob {
	display: none;
}

#main_slider .owl-dots {
	bottom: 10px;
  position: absolute;
  width: 100%;
}

#main_slider .owl-dot.active span {
	width: 24px;
	background: #be2e21;
}

#main_slider .owl-dot:hover span {
	background: #fff;
}

#main_slider .owl-dot {
	outline: none;
	height: 10px;
}

.head_search img {
	width: 24px;
}

.head_cart .bx_small_cart i {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-top: 5px;
  background-size: cover;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27 27' style='enable-background:new 0 0 27 27;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M26.3,13.8c0.1,2.4,0.1,4.7,0.3,7.1c0.2,3.1-1.9,5.3-3.8,5.8c-0.5,0.2-1,0.3-1.6,0.3c-5,0-10,0-15,0 c-3,0-5.5-2.5-5.6-5.5c0-1.3,0.1-2.5,0.1-3.8C0.8,15.3,0.9,13,1,10.6C1.1,9,1.1,7.4,1.2,5.8C1.3,3.3,3.5,1,6,0.7 c0.3,0,0.5-0.1,0.8-0.1c4.5,0,9.1,0,13.6,0c2.6,0,4.9,1.7,5.5,4.3c0.1,0.6,0.2,1.2,0.2,1.9C26.2,9.1,26.3,11.5,26.3,13.8z M2.8,13.7 L2.8,13.7c-0.1,2.4-0.2,4.9-0.3,7.3c-0.1,2.2,1.6,4,3.8,4c4.9,0,9.8,0,14.8,0c0.3,0,0.6,0,0.8-0.1c1.7-0.4,2.9-2.1,2.9-3.9 c0-1.1-0.1-2.3-0.1-3.4c-0.1-3.8-0.3-7.7-0.4-11.5c0-0.4-0.1-0.8-0.2-1.2c-0.5-1.5-1.9-2.4-3.5-2.4c-2.1,0-4.1,0-6.2,0 c-2.5,0-5,0-7.5,0C4.8,2.5,3.2,4.1,3.1,6C3,8.6,2.9,11.2,2.8,13.7L2.8,13.7z'/%3e%3cpath class='st0' d='M13.9,11.9C10,11.9,7,9,7,5.4c0-0.7,0.6-1.2,1.3-0.9c0.4,0.1,0.5,0.5,0.6,1C9,6.9,9.5,8.1,10.7,9 c1.5,1.2,3.2,1.4,5,0.6c1.7-0.8,2.6-2.3,2.7-4.2c0-0.6,0.3-1,0.9-1c0.6,0,1,0.3,1,1c-0.1,2.7-1.3,4.7-3.7,5.9 C15.7,11.7,14.8,11.9,13.9,11.9z'/%3e%3c/svg%3e ");
}

header:hover .head_cart .bx_small_cart i {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-top: 5px;
  background-size: cover;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.34 13.8202C26.4302 16.1738 26.4624 18.5274 26.6248 20.8715C26.8381 23.9445 24.7184 26.1373 22.801 26.7194C22.2889 26.8848 21.7558 26.9757 21.2178 26.9893C16.2178 27.0097 11.218 27.0123 6.21851 26.9971C3.18084 26.9869 0.678202 24.5031 0.641329 21.4599C0.626423 20.2047 0.714292 18.9495 0.761364 17.6942C0.84923 15.3234 0.939709 12.9528 1.03281 10.5825C1.09321 8.9962 1.13793 7.40833 1.21639 5.82202C1.34348 3.27545 3.50327 0.991706 6.04121 0.698294C6.30352 0.664363 6.56754 0.645244 6.83201 0.641025C11.3619 0.637887 15.8912 0.637887 20.42 0.641025C23.0426 0.646517 25.2746 2.38816 25.8818 4.92766C26.0262 5.53096 26.0513 6.16878 26.0779 6.79248C26.1768 9.13507 26.2545 11.4784 26.34 13.8202ZM2.79563 13.7418H2.80191C2.70855 16.1903 2.62304 18.6396 2.52027 21.0889C2.42612 23.331 4.10186 25.115 6.33854 25.1166C11.2606 25.1213 16.1825 25.1213 21.1041 25.1166C21.3881 25.117 21.6711 25.0841 21.9474 25.0185C23.6514 24.6035 24.8721 22.9301 24.8188 21.0857C24.7866 19.9489 24.7356 18.8106 24.694 17.6762C24.552 13.8265 24.4163 9.97607 24.2602 6.12641C24.2404 5.71543 24.1589 5.30975 24.0186 4.92296C23.4867 3.44177 22.1443 2.53722 20.4882 2.52859C18.4296 2.51918 16.3702 2.52859 14.3117 2.52859C11.8012 2.52859 9.29071 2.51917 6.78023 2.53251C4.83853 2.54271 3.17142 4.10156 3.09297 5.98442C2.98313 8.57021 2.89762 11.1568 2.79563 13.7426V13.7418Z' fill='black'/%3e%3cpath d='M13.8585 11.9392C9.97355 11.9392 7.00492 8.98935 7.03316 5.37975C7.03944 4.64622 7.66078 4.21709 8.34881 4.47363C8.72381 4.61406 8.89797 4.92473 8.91759 5.44016C8.9623 6.89231 9.50755 8.12088 10.6577 9.0168C12.1836 10.2046 13.8868 10.4078 15.6331 9.60284C17.3795 8.79792 18.2471 7.33871 18.3264 5.41976C18.3523 4.80234 18.6543 4.44068 19.2019 4.41008C19.806 4.37713 20.2273 4.75684 20.2077 5.37034C20.1292 8.06439 18.8991 10.0539 16.4945 11.2888C15.6762 11.7018 14.775 11.9241 13.8585 11.9392Z' fill='black'/%3e%3c/svg%3e ");
}

.head_cart .bx_small_cart {
	position: relative;
}

.head_cart .bx_small_cart strong {
	position: absolute;
  right: -15px;
  color: #fff;
  font-weight: 500;
  top: 5px;
}

header:hover .head_cart .bx_small_cart strong {
	position: absolute;
  right: -15px;
  color: #000;
  font-weight: 500;
  top: 5px;
}

#main_slider .owl-carousel.owl-drag .owl-item {
	overflow: hidden;
}

#main_slider .owl-carousel.owl-drag .owl-item .item {
	height: 100vh;
}



.head_user img {
	width: 20px;
}

.container-search-block-pr{ position:relative;}
	.container-search-block-pa{
		position:absolute; 
		display:none;
		width: 100%;
		background: white;
		z-index: 10;
top: 70px;
}

#main_category_mob {
	display: none;
}



@media (max-width: 320px){
	.mobile_menu_container{
		width: 240px;
	}
}

#title_main {
text-align: center;
margin-bottom: 100px;
}

#title_main h1 {
font-size: 30px;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: #000;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer { 
background: #F6F6F6;
}

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: #BE2E21;
  background-color: #BE2E21;
	color: var(--theme-b-tx-primary);
	border-radius: 4px;
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}



a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(images/phone_white.svg);
	background-size: auto 21px ;
}

@media (max-width: 600px) {
    footer .f_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .f_block .f_nav {
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}

.f_contacts {
  text-align: center;
}

.f_contacts .f_soc {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 15px 0;
}

.f_contacts2 {
	order: 1;
	display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  justify-content: center;
}

.f_cont_gis {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.f_cont_gis a {
	width: 100%;
	text-align: center;
}

.f_cont_gis a img {
width: 80px;
}

.f_cont_gis span {
	
}

#main_brands .brands_btn a {
  border: 1px solid #BE2E21;
  padding: 10px 40px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

#main_brands h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}

#main_category .cat_items {
  display: flex;
  width: auto;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

#main_category .cat_items .item {
  position: relative;
  width: 100%;
}

#main_category .cat_items .item img {
	width: 100%;
}

#main_brands .brands_items {
	flex-wrap: wrap;
}

#main_brands .brands_items .item {

}

#main_brands .brands_items .item img {
	width: 100%;
}

#main_brands .brands_items .item h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

#main_advantages_slide .owl-nav,
#main_brands_slide .owl-nav {
position: absolute;
  bottom: 150px;
  width: 100%;
  left: 0;
}

#main_advantages_slide .owl-nav .owl-prev,
#main_brands_slide .owl-nav .owl-prev {
left: -10px;
  position: absolute;
  outline: none;
}

#main_advantages_slide .owl-nav .owl-next,
#main_brands_slide .owl-nav .owl-next {
right: -10px;
  position: absolute;
  outline: none;
}

#main_advantages_slide .owl-nav .owl-prev span,
#main_brands_slide .owl-nav .owl-prev span {
font-size: 40px;
  color: #ccc;
}

#main_advantages_slide .owl-nav .owl-next span,
#main_brands_slide .owl-nav .owl-next span {
font-size: 40px;
  color: #ccc;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  text-decoration: none;
  outline: none;
}

#main_category {
  margin-bottom: 30px;
}

.menu_container {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
}

.sort-container span {
	display: none;
}

.sort-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.sort-button {
  padding: 4px 3px;
  background-color: #be2e21;
  border: 1px solid #be2e21;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  font-size: 12px;
  color: #fff;
}

.tob_bar {
	display: none !important;
}

#top_bar_m {
	display: block;
}

#menu_bar {
	display: none;
}

.m_top_bar {
	display: flex;
	align-items: center;
    gap: 15px;
    padding: 10px 0;
    justify-content: space-between;
}

.m_logo {
	margin-left: 15px;
    margin-right: 0px;
}

.m_logo img {
	width: 130px;
}

.m_head_currency .current-currency {
margin-top: 6px;
}

.m_head_currency .current-currency a {
color: #fff;
  text-decoration: none;
  font-size: 25px;
  line-height: 20px;
  font-weight: 300;
}

.m_head_search img {
	height: 20px;
}

.m_head_user img {
height: 20px;
}

.m_head_cart #bx_basket1 img {
	height: 20px;
}

.m_head_cart #bx_basket1 strong {
	font-weight: 400;
}

.sort-options div {
  padding: 8px 2px;
}

.sort-options div a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 12px;
}

.button-open-filter.text-right {

}

.button-open-filter.text-right button {
	padding: 4px 8px !important;
	width: 100%;
  padding: 0;
  border-radius: 60px;
  border: 1px solid #be2e21;
  font-size: 12px;
}

.button-open-filter.text-right button:focus {
	background-color: #be2e21;
	box-shadow: 0 0 0 0.0rem var(--theme-b-sd-primary);
}

.catalog_list.row {
	padding: 0;
  margin: 0;
}

.prod_detail.row {
	padding: 0;
  margin: 0;
}

.product-item-detail-slider-left, .product-item-detail-slider-right {
    max-width: 30px;
  }

.bx-breadcrumb-item-text {
  vertical-align: top;
  white-space: normal;
  font: 400 10px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  transition: 250ms linear all;
}

.bx-breadcrumb-item-angle {
  margin: 0 4px;
  color: #b5bdc2;
  vertical-align: top;
  font-size: 12px !important;
}

.product-item-price-container .product-item-price-current {
  color: #000;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
}

.product-item-price-old {
  color: #AAAAAA;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 12px;
}

.my-custom-product-item [data-entity="price-block"] {
  min-width: 100% !important;
  max-width: 100% !important;
}

.product-item-container .product-item-scu-item-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: left;
  gap: 7px;
  flex-wrap: wrap;
}

.product-item-container .product-item-scu-container {
  text-align: left;
}

.product-item-container .product-item-scu-block-title {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 14px;
}

.my-custom-product-item [data-entity="sku-block-container"] {
  min-width: 67% !important;
  max-width: 67% !important;
}

.my-custom-product-item [data-entity="buttons-block"] {
  min-width: 16% !important;
  max-width: 14% !important;
}

.product-item-container .product-item-title a {
white-space: normal;
color: #000 !important;
font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 13px !important;
}

.product-item-detail-slider-controls-image {
  width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 60px;
    margin: 5px;
}

.product-item-detail-slider-controls-image img {
  max-width: 7px;
    max-height: 7px;
    background: #fff;
    position: relative;
    border-radius: 60px;
}

.prod_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  text-align: center;
}

.prod_article {
  margin-bottom: 30px;
  text-align: center;
}

.prod_brand {
	text-align: center;
}

.prod_info_top .product-item-scu-container-title {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.prod_info_top .product-item-scu-item-list {
  justify-content: center;
}

.product-item-detail-properties-name {
  font-size: 12px;
}

.product-item-detail-properties-value {
  font-size: 12px;
}

.prod_desc p {
  font-size: 13px;
}

.product-item-detail-pay-block {
	justify-content: space-between;
}

.product-item-detail-pay-block {
	border: 0px solid #fff;
}

.product-item-detail-slider-block {
  padding-top: 120%;
}

.bx-breadcrumb {
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.product-item-detail-price-old {
  text-align: left;
  font-size: 20px;
}

.product-item-small-card {
	width: 47%;
}

.catalog_list .row [data-entity="items-row"] {
	display: flex;
  justify-content: center;
  gap: 10px;
}

.catalog_list_uc .row [data-entity="items-row"] {
	display: flex;
  justify-content: center;
  gap: 10px;
}

.catalog_list_uc .my-custom-product-item [data-entity="buttons-block"] {
    min-width: 100% !important;
    max-width: 100% !important;
  }

.catalog_list_uc .product-item-button-container .btn {
  border-radius: 60px;
  padding: 2px 20px;
  width: 100%;
  font-size: 12px;
  background-color: transparent;
  color: #000;
}

.product-item-scu-item-text {
  font-size: 10px;
}

.product-item-scu-item-text-block {
	padding: 0 0px;
}

.product-item-scu-item-text-container {
  min-width: auto;
}

.product-item-scu-item-text {
  font-size: 10px;
  font-weight: 600;
}

.product-item-scu-item-text-container.selected {
  background: #fff;
  color: #be2e21;
}

.product-item-scu-item-text-container {
  padding: 0;
  border-radius: 4px;
  background: #fff;
}

.product-item-label-right .uc_label {
  font-size: 10px;
}

.product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  border-radius: 60px;
}

.bx-pagination .bx-pagination-container ul li span {
	font-size: 11px;
}

.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 {
  color: #aab1b4;
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 8px;
}

.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: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 8px;
  color: #444;
}

.prod_info .product-item-scu-item-text-container {
	background: #ddd;
}

.prod_info .product-item-scu-item-text-container.selected {
    background: #be2e21;
    color: #fff;
  }

.smart-filter-input-group-checkbox-list {
	width: 200px;
}

.smart-filter-angle {
	margin-left: 10px;
}

.photo_gallery a {
  width: 47%;
  height: 130px;
  display: block;
}

.smart-filter-button-box {
	margin-top: 30px;
}

.product-item-label-ring.product-item-label-small, .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
  width: auto;
  height: auto;
  font-size: 10px;
  line-height: 20px;
  padding: 0px 10px;
 background-color: #fff;
  border-radius: 60px;
  border: 1px solid #be2e21;
  color: #be2e21;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
  width: 100%;
  font-size: 16px;
  margin-bottom: 30px;
}

.bx_sitemap .bx_sitemap_li_title {
  margin-bottom: 20px;
  font-size: 12px;
}

#title_main {
  text-align: center;
  margin-bottom: 60px;
}

#title_main h1 {
  font-size: 16px;
}

.cart_back {
  text-align: center;
  margin-bottom: 30px;
}

.bx-footer-section {
	text-align: center;
}

#main_slider {
	display: none;
}

#main_slider_mob {
	display: block;
}

#main_slider_mob .owl-nav {
	display: none;
}

#main_slider_mob .owl-dots {
	bottom: 10px;
  position: absolute;
  width: 100%;
}

#main_slider_mob .owl-dot.active span {
	width: 24px;
	background: #be2e21;
}

#main_slider_mob .owl-dot:hover span {
	background: #fff;
}

#main_slider_mob .owl-dot {
	outline: none;
	height: 10px;
}

#main_category_mob {
	display: block;
}

#main_category.new {
	display: none;
}

#slider_main_category_mob .item a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

#slider_main_category_mob .item h3 {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  background: #fff;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
}

#slider_main_category_mob .owl-dots {
    bottom: 60px;
    position: absolute;
    width: 100%;
  }

#slider_main_category_mob .owl-dot {
    outline: none;
    height: 10px;
  }

#slider_main_category_mob .owl-dot.active span {
    width: 24px;
    background: #be2e21;
  }


.swiper {
            width: 100%;
            height: 300px;
            margin: 20px 0;
        }
        
        .swiper-slide {
            background: #4a90e2;
            color: white;
            font-size: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
        }
        
        /* Стили для скроллбара */
        .swiper-scrollbar {
            background: rgba(0, 0, 0, 0.1);
            height: 8px;
            border-radius: 4px;
        }
        
        .swiper-scrollbar-drag {
            background: #4a90e2;
            border-radius: 4px;
        }

        #main_category_mob .item a {
            text-decoration: none;
        }

        #main_category_mob .item img {
            width: 100%;
        }

        #main_category_mob .item h3 {
            text-align: center;
            background: #fff;
            color: #000;
            font-size: 18px;
    margin-top: 10px;
        }


        #main_category_mob.swiper {
            height: 100%;
        }

.swiper-slide {
    background: #fff;
}

.swiper-wrapper {
    margin-bottom: 20px;
}

.swiper-scrollbar-drag {
	background: #000 !important;
	height: 2px !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	height: 2px !important;
}

#main_category.new {
	display: none;
}

.m_head_cart .bx_small_cart i {
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-top: 5px;
  background-size: cover;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27 27' style='enable-background:new 0 0 27 27;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M26.3,13.8c0.1,2.4,0.1,4.7,0.3,7.1c0.2,3.1-1.9,5.3-3.8,5.8c-0.5,0.2-1,0.3-1.6,0.3c-5,0-10,0-15,0 c-3,0-5.5-2.5-5.6-5.5c0-1.3,0.1-2.5,0.1-3.8C0.8,15.3,0.9,13,1,10.6C1.1,9,1.1,7.4,1.2,5.8C1.3,3.3,3.5,1,6,0.7 c0.3,0,0.5-0.1,0.8-0.1c4.5,0,9.1,0,13.6,0c2.6,0,4.9,1.7,5.5,4.3c0.1,0.6,0.2,1.2,0.2,1.9C26.2,9.1,26.3,11.5,26.3,13.8z M2.8,13.7 L2.8,13.7c-0.1,2.4-0.2,4.9-0.3,7.3c-0.1,2.2,1.6,4,3.8,4c4.9,0,9.8,0,14.8,0c0.3,0,0.6,0,0.8-0.1c1.7-0.4,2.9-2.1,2.9-3.9 c0-1.1-0.1-2.3-0.1-3.4c-0.1-3.8-0.3-7.7-0.4-11.5c0-0.4-0.1-0.8-0.2-1.2c-0.5-1.5-1.9-2.4-3.5-2.4c-2.1,0-4.1,0-6.2,0 c-2.5,0-5,0-7.5,0C4.8,2.5,3.2,4.1,3.1,6C3,8.6,2.9,11.2,2.8,13.7L2.8,13.7z'/%3e%3cpath class='st0' d='M13.9,11.9C10,11.9,7,9,7,5.4c0-0.7,0.6-1.2,1.3-0.9c0.4,0.1,0.5,0.5,0.6,1C9,6.9,9.5,8.1,10.7,9 c1.5,1.2,3.2,1.4,5,0.6c1.7-0.8,2.6-2.3,2.7-4.2c0-0.6,0.3-1,0.9-1c0.6,0,1,0.3,1,1c-0.1,2.7-1.3,4.7-3.7,5.9 C15.7,11.7,14.8,11.9,13.9,11.9z'/%3e%3c/svg%3e ");
}

header:hover .m_head_cart .bx_small_cart i {
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-top: 5px;
  background-size: cover;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.34 13.8202C26.4302 16.1738 26.4624 18.5274 26.6248 20.8715C26.8381 23.9445 24.7184 26.1373 22.801 26.7194C22.2889 26.8848 21.7558 26.9757 21.2178 26.9893C16.2178 27.0097 11.218 27.0123 6.21851 26.9971C3.18084 26.9869 0.678202 24.5031 0.641329 21.4599C0.626423 20.2047 0.714292 18.9495 0.761364 17.6942C0.84923 15.3234 0.939709 12.9528 1.03281 10.5825C1.09321 8.9962 1.13793 7.40833 1.21639 5.82202C1.34348 3.27545 3.50327 0.991706 6.04121 0.698294C6.30352 0.664363 6.56754 0.645244 6.83201 0.641025C11.3619 0.637887 15.8912 0.637887 20.42 0.641025C23.0426 0.646517 25.2746 2.38816 25.8818 4.92766C26.0262 5.53096 26.0513 6.16878 26.0779 6.79248C26.1768 9.13507 26.2545 11.4784 26.34 13.8202ZM2.79563 13.7418H2.80191C2.70855 16.1903 2.62304 18.6396 2.52027 21.0889C2.42612 23.331 4.10186 25.115 6.33854 25.1166C11.2606 25.1213 16.1825 25.1213 21.1041 25.1166C21.3881 25.117 21.6711 25.0841 21.9474 25.0185C23.6514 24.6035 24.8721 22.9301 24.8188 21.0857C24.7866 19.9489 24.7356 18.8106 24.694 17.6762C24.552 13.8265 24.4163 9.97607 24.2602 6.12641C24.2404 5.71543 24.1589 5.30975 24.0186 4.92296C23.4867 3.44177 22.1443 2.53722 20.4882 2.52859C18.4296 2.51918 16.3702 2.52859 14.3117 2.52859C11.8012 2.52859 9.29071 2.51917 6.78023 2.53251C4.83853 2.54271 3.17142 4.10156 3.09297 5.98442C2.98313 8.57021 2.89762 11.1568 2.79563 13.7426V13.7418Z' fill='black'/%3e%3cpath d='M13.8585 11.9392C9.97355 11.9392 7.00492 8.98935 7.03316 5.37975C7.03944 4.64622 7.66078 4.21709 8.34881 4.47363C8.72381 4.61406 8.89797 4.92473 8.91759 5.44016C8.9623 6.89231 9.50755 8.12088 10.6577 9.0168C12.1836 10.2046 13.8868 10.4078 15.6331 9.60284C17.3795 8.79792 18.2471 7.33871 18.3264 5.41976C18.3523 4.80234 18.6543 4.44068 19.2019 4.41008C19.806 4.37713 20.2273 4.75684 20.2077 5.37034C20.1292 8.06439 18.8991 10.0539 16.4945 11.2888C15.6762 11.7018 14.775 11.9241 13.8585 11.9392Z' fill='black'/%3e%3c/svg%3e ");
}

.m_head_cart .bx_small_cart {
	position: relative;
}

.m_head_cart .bx_small_cart strong {
	position: absolute;
  right: -15px;
  color: #fff;
  font-weight: 500;
  top: 5px;
}

header:hover .m_head_cart .bx_small_cart strong {
	position: absolute;
  right: -15px;
  color: #000;
  font-weight: 500;
  top: 5px;
}

#top_bar_m .m_logo i {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 191 47' style='enable-background:new 0 0 191 47;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7d .st1%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23BE2E21;%7d .st2%7bfill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M79,12l-5.9,8.8h5.8v2.6H68l6-8.8h-5.3V12H79z M91.9,23.3h-3.2v-1.2c-0.8,1.1-2,1.6-3.9,1.6 c-1.5,0-2.8-0.5-3.8-1.6c-1.1-1.2-1.6-2.6-1.6-4.5c0-1.8,0.6-3.3,1.8-4.4c1.1-1.1,2.4-1.6,3.8-1.6c0.9,0,1.6,0.2,2.4,0.5 c0.7,0.3,1.2,0.8,1.4,1.3V12h3.1V23.3z M88.9,17.6c0-0.9-0.3-1.7-0.9-2.4c-0.6-0.6-1.3-1-2.2-1c-0.9,0-1.6,0.3-2.2,1 c-0.6,0.6-0.9,1.4-0.9,2.3c0,0.9,0.3,1.7,0.9,2.3c0.6,0.6,1.3,0.9,2.2,0.9c0.9,0,1.6-0.3,2.2-0.9C88.6,19.3,88.9,18.6,88.9,17.6z M99.3,14.5h-1.6v8.8h-3.3v-8.8h-1.6V12h1.6V8.2h3.3V12h1.6V14.5z M116.9,23.3h-3.3V5.6h3.3V23.3z M130.4,17.9c0,2-0.5,3.4-1.4,4.4 c-0.9,1-2.4,1.4-4.3,1.4c-2,0-3.5-0.5-4.4-1.4c-0.9-1-1.4-2.4-1.4-4.4v-6h3.3v6c0,1,0.2,1.7,0.6,2.1c0.4,0.4,1,0.7,1.9,0.7 c0.9,0,1.5-0.2,1.9-0.7c0.4-0.4,0.5-1.1,0.5-2.1v-6h3.3V17.9L130.4,17.9z M143.1,23.3H139l-1.3-2.3c-0.3-0.5-0.5-1.1-0.7-1.8 c-0.1,0.6-0.4,1.2-0.8,1.8l-1.4,2.3h-3.9l4-5.7l-3.8-5.6h4.1l1.1,2.1c0.3,0.5,0.5,1.1,0.7,1.7c0.2-0.6,0.4-1.2,0.8-1.8L139,12h3.9 l-3.9,5.5L143.1,23.3z M147.7,21.6c0,0.6-0.2,1-0.6,1.4c-0.4,0.4-0.9,0.6-1.4,0.6c-0.6,0-1-0.2-1.4-0.6c-0.4-0.4-0.6-0.8-0.6-1.4 c0-0.6,0.2-1,0.6-1.4c0.4-0.4,0.9-0.6,1.4-0.6c0.6,0,1,0.2,1.4,0.6C147.5,20.6,147.7,21.1,147.7,21.6z M158.1,23 c-0.9,0.5-1.9,0.8-3,0.8c-1.8,0-3.2-0.6-4.4-1.7c-1.1-1.1-1.7-2.6-1.7-4.4c0-1.8,0.6-3.3,1.7-4.4c1.1-1.1,2.6-1.7,4.4-1.7 c1.2,0,2.1,0.2,3,0.7l0,3.3c-0.7-0.8-1.6-1.1-2.6-1.1c-0.9,0-1.7,0.3-2.2,0.8c-0.6,0.6-0.8,1.3-0.8,2.3c0,1,0.3,1.7,0.8,2.3 c0.6,0.6,1.3,0.9,2.3,0.9c1,0,1.9-0.4,2.6-1.2L158.1,23z M171.3,17.7c0,1.7-0.6,3.2-1.8,4.3c-1.2,1.2-2.7,1.7-4.5,1.7 c-1.9,0-3.4-0.6-4.6-1.8c-1.2-1.2-1.8-2.6-1.8-4.3c0-1.7,0.6-3.2,1.8-4.3c1.2-1.2,2.7-1.8,4.5-1.8c1.8,0,3.4,0.6,4.5,1.7 C170.7,14.5,171.3,15.9,171.3,17.7z M167.9,17.6c0-0.8-0.3-1.5-0.9-2.1c-0.6-0.6-1.3-0.9-2.1-0.9c-0.9,0-1.6,0.3-2.1,0.9 c-0.6,0.6-0.9,1.3-0.9,2.1c0,0.9,0.3,1.6,0.9,2.2c0.6,0.6,1.3,0.9,2.1,0.9c0.8,0,1.5-0.3,2.1-0.9C167.6,19.2,167.9,18.5,167.9,17.6z M191,23.3h-3.3v-5.6c0-1.1-0.1-1.9-0.2-2.2c-0.3-0.8-0.8-1.2-1.7-1.2c-0.9,0-1.5,0.3-1.9,1c-0.4,0.7-0.6,1.7-0.6,3.1v5h-3.3v-5.6 c0-1.1-0.1-1.8-0.2-2.2c-0.3-0.8-0.8-1.2-1.6-1.2c-0.9,0-1.5,0.3-1.9,1c-0.4,0.7-0.6,1.7-0.6,3v5h-3.3V12h3.3v1.8 c1-1.4,2.3-2.2,3.8-2.2c1.9,0,3.1,0.8,3.5,2.3c1.1-1.5,2.4-2.3,4-2.3c1.6,0,2.7,0.6,3.3,1.8c0.3,0.6,0.4,1.6,0.4,3V23.3L191,23.3z' /%3e%3cpath class='st1' d='M112.3,17.7c0,1.7-0.6,3.2-1.8,4.3c-1.2,1.2-2.7,1.7-4.5,1.7c-1.9,0-3.4-0.6-4.6-1.8c-1.2-1.2-1.8-2.6-1.8-4.3 c0-1.7,0.6-3.2,1.8-4.3c1.2-1.2,2.7-1.8,4.5-1.8c1.8,0,3.4,0.6,4.5,1.7C111.7,14.5,112.3,15.9,112.3,17.7z M108.9,17.6 c0-0.8-0.3-1.5-0.9-2.1c-0.6-0.6-1.3-0.9-2.1-0.9c-0.9,0-1.6,0.3-2.1,0.9c-0.6,0.6-0.9,1.3-0.9,2.1c0,0.9,0.3,1.6,0.9,2.2 c0.6,0.6,1.3,0.9,2.1,0.9c0.8,0,1.5-0.3,2.1-0.9C108.6,19.2,108.9,18.5,108.9,17.6z'/%3e%3cpath class='st0' d='M8,41.1c0,0.5,0.2,0.9,0.7,1.2c0.5,0.2,1.3,0.4,2.5,0.4c1.4,0,3-0.3,4.7-0.8c3.6,1.6,6.6,2.8,9,3.7 c2.4,0.9,4.4,1.4,6.2,1.4c2.5,0,4.6-0.7,6.6-2.2c2-1.6,3.1-3.5,3.1-5.7c0-0.9-0.1-1.6-0.2-2.1c-0.1-0.6-0.2-0.8-0.3-0.8 c-0.1,0-0.2,0.1-0.2,0.3c0.1,0.3,0.1,0.7,0.2,1.3c0.1,0.5,0.1,0.9,0.1,1.2c0,2.1-0.9,3.8-2.8,4.9c-1.5,0.9-3.2,1.4-5.2,1.4 c-1.9,0-5.1-0.6-9.7-1.8c-3.2-0.9-5.2-1.4-6.2-1.5c1.8-0.5,3.4-1.4,5-2.7c1.3-1.1,2.6-2.6,3.9-4.4c0.9-1.2,1.8-2.8,2.9-4.8 c0.9,0.5,1.9,0.9,2.9,1.2c1,0.2,2.1,0.4,3.3,0.4c3.1,0,5.9-0.9,8.4-2.7c2.8-2,4.2-4.5,4.2-7.5c0-1.5-0.5-2.7-1.6-3.8 c-1.1-1-2.4-1.5-4.1-1.5c-2.4,0-4.8,1.1-7.1,3.2c-2.3,2.1-4.4,5.3-6.4,9.4c-1.5-1.3-2.3-3.1-2.3-5.4c0-2.2,0.6-4,1.8-5.4 c1.2-1.5,2.7-2.2,4.5-2.2c0.4,0,0.8,0,1,0c0.2,0,0.4,0.1,0.6,0.1c0.2-0.1,0.2-0.2,0.2-0.2c0-0.3-0.7-0.4-2-0.4 c-2.2,0-4.1,0.7-5.6,2.1c-1.5,1.4-2.3,3.2-2.3,5.3c0,2.9,1.2,5.1,3.5,6.7c-1.3,2.5-2.1,3.9-2.3,4.3c-1,1.7-1.9,3-2.9,4.2 c-0.8,0.8-1.9,1.7-3.5,2.5c-1.4,0.8-2.5,1.2-3.1,1.2c-0.2,0-1.1-0.2-2.6-0.5c-1.6-0.4-2.6-0.5-3.1-0.5c-0.6,0-1,0.1-1.4,0.3 C8.2,40.7,8,40.9,8,41.1z M45.1,21.1c0,2.9-1.1,5.3-3.2,7.2c-2,1.7-4.5,2.6-7.5,2.6c-1.1,0-2.1-0.1-3.1-0.4c-1-0.3-1.9-0.7-2.7-1.3 c1.2-2.4,2.2-4.2,2.9-5.3c1.4-2.2,2.8-3.9,4.2-5.1c1.8-1.5,3.7-2.2,5.7-2.2c1.3,0,2.2,0.4,2.8,1.3C44.8,18.6,45.1,19.7,45.1,21.1z' /%3e%3cpath class='st0' d='M31.8,7.4c0.6,0.1,1.1,0.2,1.4,0.2c0.3,0,0.6,0,1.1,0c2.5,0,4.7-0.5,6.7-1.5C43.1,5,44.1,3.6,44.1,2 c0-0.5-0.2-0.9-0.6-1.2c-0.4-0.3-0.9-0.5-1.4-0.5c-1.8,0-4,1-6.9,3.1c-1,0.7-2.2,1.7-3.5,2.8c-0.8-0.4-2.6-1.6-5.4-3.7 C24.2,0.8,22.5,0,21.2,0C19,0,17,1.1,15.3,3.4s-2.6,5-2.6,8.3v1.2V13c-0.7-0.7-1.5-1.3-2.5-1.8c-1-0.5-1.9-0.8-2.8-0.8 c-0.2,0-0.4,0.1-0.4,0.3c0.2,0.1,0.4,0.2,0.6,0.2c0.7,0,1.5,0.3,2.5,0.8c1,0.6,1.8,1.2,2.5,1.9c0.4,3.7,0.9,5.6,1.6,5.6 c0.3,0,0.5-0.1,0.6-0.4c0.1-0.2,0.2-0.6,0.2-1c0-0.7-0.3-1.7-1-3c-0.6-1.3-1-2.5-1-3.5c0-2.5,0.6-4.7,1.7-6.6C16,3,17.4,2,19.1,2 c1.4,0,3.8,0.9,7,2.8c2,1.2,3.6,1.9,4.7,2.3c-1.1,1.1-3.1,3.2-5.9,6.2c-2.5,2.6-4.2,4.4-5.2,5.4c-1.7,1.7-3.3,3.1-4.8,4.3 c-1.5,1.2-3.1,2.1-5,2.9c-1.5,0.6-2.6,1-3.1,1c0,0-0.5-0.1-1.6-0.2c-1-0.2-1.8-0.2-2.4-0.2c-1,0-1.8,0.1-2.2,0.3 C0.2,26.7,0,27,0,27.3c0,0.2,0.2,0.4,0.5,0.6c0.3,0.1,1,0.2,1.9,0.2c0.6,0,1.3-0.1,2.2-0.2c0.9-0.1,1.8-0.3,2.8-0.4 c2.9,0,6,0.9,9.3,2.7c2.7,1.7,5.4,3.4,8.1,5.1C28,37.1,30.7,38,33,38c1.9,0,3.8-0.4,5.6-1.3c1.4-0.7,2.7-1.6,3.8-2.6 c1.1-1,2-2.2,2.7-3.4c0.6-1,0.9-1.6,0.9-1.9c0-0.2-0.1-0.3-0.2-0.3c-0.2,0.7-0.6,1.6-1.3,2.6c-0.7,1-1.7,2.1-3,3.1 c-0.7,0.6-1.6,1-2.7,1.3c-1,0.3-2.1,0.4-3.3,0.4c-2.4,0-5.4-0.8-9-2.3c-3.1-1.4-6.1-2.9-9.2-4.3c-3.6-1.5-6.5-2.3-8.9-2.3 c3-1.1,5.9-2.8,8.8-5.1c2-1.6,4.5-4,7.4-7.1C28.5,10.8,30.9,8.3,31.8,7.4z M42.3,0.8c0.3,0,0.6,0.1,0.8,0.3c0.2,0.2,0.4,0.4,0.4,0.7 c0,1.5-1,2.8-2.9,3.8c-1.7,1-3.4,1.4-5.2,1.4c-0.4,0-0.8,0-1.3-0.1c-0.5-0.1-1-0.2-1.5-0.4c1.9-1.7,3.4-3,4.4-3.6 C39,1.5,40.8,0.8,42.3,0.8z'/%3e%3cpath class='st2' d='M90,33.4h4.3v0.9h-3.5v2.9h3.5v0.9h-3.5v4.6H90V33.4z'/%3e%3cpath class='st2' d='M102.1,35.9v7h-0.8v-1.2c-0.3,0.5-0.7,0.8-1.2,1c-0.4,0.2-0.9,0.3-1.4,0.3c-0.9,0-1.7-0.4-2.3-1.1 c-0.6-0.7-1-1.6-1-2.6c0-1,0.3-1.9,1-2.6c0.6-0.7,1.4-1.1,2.3-1.1c0.5,0,1,0.1,1.4,0.4c0.4,0.2,0.8,0.6,1.1,1.1v-1.3H102.1z M98.8,36.5c-0.5,0-0.9,0.1-1.3,0.4c-0.4,0.2-0.7,0.6-0.9,1c-0.2,0.4-0.3,0.9-0.3,1.4c0,0.5,0.1,1,0.3,1.4c0.2,0.4,0.5,0.8,0.9,1 c0.4,0.2,0.8,0.4,1.3,0.4c0.5,0,0.9-0.1,1.3-0.4c0.4-0.2,0.7-0.6,0.9-1c0.2-0.4,0.3-0.9,0.3-1.4c0-0.8-0.2-1.5-0.7-2 C100.1,36.8,99.5,36.5,98.8,36.5z'/%3e%3cpath class='st2' d='M107.2,36.6l-0.5,0.6c-0.4-0.5-0.9-0.7-1.3-0.7c-0.3,0-0.5,0.1-0.7,0.3c-0.2,0.2-0.3,0.4-0.3,0.7 c0,0.2,0.1,0.4,0.2,0.6c0.2,0.2,0.5,0.5,1,0.7c0.6,0.3,1,0.7,1.2,1c0.2,0.3,0.3,0.7,0.3,1.1c0,0.6-0.2,1.1-0.6,1.5 c-0.4,0.4-0.8,0.6-1.4,0.6c-0.4,0-0.7-0.1-1.1-0.3c-0.3-0.2-0.6-0.4-0.8-0.7l0.5-0.6c0.4,0.5,0.9,0.8,1.3,0.8c0.3,0,0.6-0.1,0.8-0.3 c0.2-0.2,0.3-0.5,0.3-0.8c0-0.3-0.1-0.5-0.2-0.7c-0.2-0.2-0.5-0.4-1-0.7c-0.6-0.3-1-0.6-1.2-1s-0.3-0.7-0.3-1.1c0-0.5,0.2-1,0.5-1.3 c0.3-0.3,0.8-0.5,1.3-0.5C106,35.7,106.6,36,107.2,36.6z'/%3e%3cpath class='st2' d='M108.6,33.2h0.8v3.9c0.3-0.5,0.7-0.8,1.1-1.1c0.4-0.2,0.8-0.4,1.3-0.4c0.5,0,0.9,0.1,1.3,0.4 c0.4,0.3,0.6,0.6,0.8,1.1c0.2,0.4,0.3,1.1,0.3,2.1v3.6h-0.8v-3.3c0-0.8,0-1.3-0.1-1.6c-0.1-0.5-0.3-0.8-0.6-1 c-0.3-0.2-0.6-0.4-1.1-0.4c-0.5,0-0.9,0.2-1.3,0.5c-0.4,0.4-0.7,0.8-0.8,1.3c-0.1,0.3-0.1,1-0.1,1.9v2.6h-0.8V33.2z'/%3e%3cpath class='st2' d='M116.3,33c0.2,0,0.3,0.1,0.5,0.2s0.2,0.3,0.2,0.5c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.1-0.3,0.2-0.5,0.2 c-0.2,0-0.3-0.1-0.5-0.2c-0.1-0.1-0.2-0.3-0.2-0.5c0-0.2,0.1-0.4,0.2-0.5C115.9,33.1,116.1,33,116.3,33z M115.8,35.9h0.8v7h-0.8 V35.9z'/%3e%3cpath class='st2' d='M121.4,35.7c1,0,1.8,0.4,2.4,1.2c0.6,0.7,0.9,1.5,0.9,2.5c0,1-0.3,1.8-0.9,2.6c-0.6,0.7-1.4,1.1-2.4,1.1 c-1,0-1.8-0.4-2.4-1.1c-0.6-0.7-0.9-1.6-0.9-2.6c0-1,0.3-1.8,0.9-2.5C119.6,36.1,120.4,35.7,121.4,35.7z M121.4,36.6 c-0.7,0-1.3,0.3-1.8,0.8c-0.5,0.5-0.7,1.2-0.7,2c0,0.5,0.1,1,0.3,1.4c0.2,0.4,0.5,0.8,0.9,1c0.4,0.2,0.8,0.4,1.3,0.4 s0.9-0.1,1.3-0.4c0.4-0.2,0.7-0.6,0.9-1c0.2-0.4,0.3-0.9,0.3-1.4c0-0.8-0.2-1.4-0.7-2C122.7,36.8,122.1,36.6,121.4,36.6z'/%3e%3cpath class='st2' d='M126.3,35.9h0.8v1.2c0.3-0.5,0.7-0.8,1.1-1.1c0.4-0.2,0.8-0.4,1.3-0.4c0.5,0,0.9,0.1,1.3,0.4 c0.4,0.3,0.6,0.6,0.8,1.1c0.2,0.4,0.3,1.1,0.3,2.1v3.6H131v-3.3c0-0.8,0-1.3-0.1-1.6c-0.1-0.5-0.3-0.8-0.6-1 c-0.3-0.2-0.6-0.4-1.1-0.4c-0.5,0-0.9,0.2-1.3,0.5c-0.4,0.4-0.7,0.8-0.8,1.3c-0.1,0.3-0.1,1-0.1,1.9v2.6h-0.8V35.9z'/%3e%3cpath class='st2' d='M133.1,38.9h3.2v0.8h-3.2V38.9z'/%3e%3cpath class='st2' d='M140.6,35.7c1,0,1.8,0.4,2.4,1.2c0.6,0.7,0.9,1.5,0.9,2.5c0,1-0.3,1.8-0.9,2.6c-0.6,0.7-1.4,1.1-2.4,1.1 c-1,0-1.8-0.4-2.4-1.1c-0.6-0.7-0.9-1.6-0.9-2.6c0-1,0.3-1.8,0.9-2.5C138.8,36.1,139.7,35.7,140.6,35.7z M140.6,36.6 c-0.7,0-1.3,0.3-1.8,0.8c-0.5,0.5-0.7,1.2-0.7,2c0,0.5,0.1,1,0.3,1.4c0.2,0.4,0.5,0.8,0.9,1c0.4,0.2,0.8,0.4,1.3,0.4 c0.5,0,0.9-0.1,1.3-0.4c0.4-0.2,0.7-0.6,0.9-1c0.2-0.4,0.3-0.9,0.3-1.4c0-0.8-0.2-1.4-0.7-2C141.9,36.8,141.3,36.6,140.6,36.6z'/%3e%3cpath class='st2' d='M145.4,35.9h0.8v3.2c0,0.8,0,1.3,0.1,1.6c0.1,0.4,0.3,0.8,0.7,1c0.3,0.2,0.7,0.4,1.2,0.4c0.5,0,0.8-0.1,1.2-0.4 c0.3-0.2,0.5-0.6,0.7-1c0.1-0.3,0.1-0.8,0.1-1.7v-3.2h0.8v3.4c0,1-0.1,1.7-0.3,2.2c-0.2,0.5-0.5,0.9-0.9,1.1 c-0.4,0.3-0.9,0.4-1.6,0.4s-1.1-0.1-1.6-0.4c-0.4-0.3-0.7-0.7-0.9-1.2c-0.2-0.5-0.3-1.2-0.3-2.2V35.9z'/%3e%3cpath class='st2' d='M153.5,33.3h0.8v2.6h1.3v0.8h-1.3v6.2h-0.8v-6.2h-1.1v-0.8h1.1V33.3z'/%3e%3cpath class='st2' d='M156.8,33.2h0.8v9.6h-0.8V33.2z'/%3e%3cpath class='st2' d='M164.7,40.5l0.7,0.4c-0.2,0.5-0.5,0.9-0.8,1.2c-0.3,0.3-0.6,0.5-1,0.7c-0.4,0.2-0.8,0.2-1.3,0.2 c-1,0-1.9-0.4-2.4-1.1c-0.6-0.7-0.9-1.6-0.9-2.5c0-0.9,0.2-1.7,0.7-2.4c0.6-0.9,1.5-1.3,2.5-1.3c1.1,0,2,0.4,2.6,1.3 c0.5,0.6,0.7,1.4,0.7,2.4h-5.7c0,0.8,0.3,1.5,0.7,2c0.5,0.5,1,0.8,1.7,0.8c0.3,0,0.6-0.1,0.9-0.2c0.3-0.1,0.6-0.3,0.8-0.5 C164.2,41.3,164.5,41,164.7,40.5z M164.7,38.6c-0.1-0.5-0.3-0.9-0.5-1.1c-0.2-0.3-0.5-0.5-0.8-0.7c-0.3-0.2-0.7-0.3-1.1-0.3 c-0.6,0-1.2,0.2-1.6,0.7c-0.3,0.3-0.6,0.8-0.7,1.4H164.7z'/%3e%3cpath class='st2' d='M167.9,33.3h0.8v2.6h1.3v0.8h-1.3v6.2h-0.8v-6.2h-1.1v-0.8h1.1V33.3z'/%3e%3c/svg%3e ");
  width: 119px;
    height: 30px;
  display: inline-block;
}

.m_head_user i {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 23 28' style='enable-background:new 0 0 23 28;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23FFFFFF;stroke-width:2;%7d .st1%7bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;%7d %3c/style%3e%3cpath class='st0' d='M11.4,11.1c2.8,0,5-2.2,5-5c0-2.8-2.2-5-5-5c-2.8,0-5,2.2-5,5C6.4,8.8,8.7,11.1,11.4,11.1z'/%3e%3cpath class='st1' d='M21.4,21.1c0-0.2,0-0.4,0-0.6c0-3.1-4.5-5.6-10-5.6c-5.5,0-10,2.5-10,5.6c0,3.1,0,5.6,10,5.6 c2.8,0,4.8-0.2,6.2-0.5'/%3e%3c/svg%3e ");
  width: 18px;
  height: 21px;
  display: inline-block;
  background-size: cover;
  margin-top: 6px;
  margin-left: 10px;
}

header:hover .m_head_user i {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23' height='28' viewBox='0 0 23 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.4356 11.0727C14.197 11.0727 16.4356 8.83418 16.4356 6.07275C16.4356 3.31133 14.197 1.07275 11.4356 1.07275C8.67409 1.07275 6.43555 3.31133 6.43555 6.07275C6.43555 8.83418 8.67409 11.0727 11.4356 11.0727Z' stroke='black' stroke-width='2'/%3e%3cpath d='M21.4324 21.0728C21.4355 20.8675 21.4355 20.659 21.4355 20.4478C21.4355 17.3411 16.9584 14.8228 11.4355 14.8228C5.9127 14.8228 1.43555 17.3411 1.43555 20.4478C1.43555 23.5544 1.43555 26.0728 11.4355 26.0728C14.2244 26.0728 16.2353 25.8768 17.6855 25.527' stroke='black' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
  width: 18px;
  height: 21px;
  display: inline-block;
  background-size: cover;
  margin-top: 6px;
  margin-left: 10px;
}

.js-search-open-block {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 31' style='enable-background:new 0 0 30 31;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M12.7,0.5c0.5,0.1,1,0.1,1.5,0.2c2.5,0.5,4.7,1.7,6.4,3.6c2.3,2.5,3.4,5.5,3.1,8.9c-0.1,2.2-0.9,4.2-2.2,6 c-0.1,0.2-0.2,0.3-0.4,0.5c0,0,0,0,0,0.1c0.1,0.1,0.1,0.2,0.2,0.2c2.7,2.7,5.4,5.4,8.2,8.2c0.4,0.4,0.6,0.8,0.4,1.4 c-0.2,0.8-1.2,1.2-1.9,0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-2.7-2.7-5.4-5.4-8.1-8.1c-0.1-0.1-0.1-0.2-0.2-0.3c-0.2,0.1-0.3,0.2-0.5,0.3 c-1.5,1.1-3.2,1.9-5.1,2.2c-3.8,0.6-7.1-0.4-9.9-2.9c-2.1-1.9-3.3-4.2-3.8-7c-0.1-0.3-0.1-0.7-0.1-1c0-0.5,0-1.1,0-1.6 c0-0.3,0.1-0.7,0.1-1c0.5-2.8,1.8-5.2,4-7.1C5.7,2,7.5,1.1,9.6,0.7c0.5-0.1,1-0.2,1.5-0.2C11.6,0.5,12.1,0.5,12.7,0.5z M21.3,12.4 c0-5.2-4.2-9.4-9.4-9.4c-5.1,0-9.4,4.2-9.4,9.4c0,5.1,4.2,9.4,9.4,9.4C17,21.7,21.2,17.6,21.3,12.4z'/%3e%3c/g%3e%3c/svg%3e ");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

header:hover .js-search-open-block {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 31' style='enable-background:new 0 0 30 31;' xml:space='preserve'%3e%3cg%3e%3cpath d='M12.7,0.5c0.5,0.1,1,0.1,1.5,0.2c2.5,0.5,4.7,1.7,6.4,3.6c2.3,2.5,3.4,5.5,3.1,8.9c-0.1,2.2-0.9,4.2-2.2,6 c-0.1,0.2-0.2,0.3-0.4,0.5c0,0,0,0,0,0.1c0.1,0.1,0.1,0.2,0.2,0.2c2.7,2.7,5.4,5.4,8.2,8.2c0.4,0.4,0.6,0.8,0.4,1.4 c-0.2,0.8-1.2,1.2-1.9,0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-2.7-2.7-5.4-5.4-8.1-8.1c-0.1-0.1-0.1-0.2-0.2-0.3c-0.2,0.1-0.3,0.2-0.5,0.3 c-1.5,1.1-3.2,1.9-5.1,2.2c-3.8,0.6-7.1-0.4-9.9-2.9c-2.1-1.9-3.3-4.2-3.8-7c-0.1-0.3-0.1-0.7-0.1-1c0-0.5,0-1.1,0-1.6 c0-0.3,0.1-0.7,0.1-1c0.5-2.8,1.8-5.2,4-7.1C5.7,2,7.5,1.1,9.6,0.7c0.5-0.1,1-0.2,1.5-0.2C11.6,0.5,12.1,0.5,12.7,0.5z M21.3,12.4 c0-5.2-4.2-9.4-9.4-9.4c-5.1,0-9.4,4.2-9.4,9.4c0,5.1,4.2,9.4,9.4,9.4C17,21.7,21.2,17.6,21.3,12.4z'/%3e%3c/g%3e%3c/svg%3e ");
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
}

header:hover .m_head_currency .current-currency a {
  font-size: 25px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  line-height: normal;
  line-height: 20px;
}

header:hover #top_bar_m .m_logo i {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='191' height='47' viewBox='0 0 191 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M79.0263 11.9518L73.0893 20.7036H78.8842V23.2817H68.0273L74.0352 14.5301H68.7607V11.9518H79.0263ZM91.8935 23.2817H88.7004V22.1228C87.9474 23.1951 86.6544 23.7312 84.8173 23.7312C83.3114 23.7312 82.0421 23.187 81.0052 22.099C79.9053 20.9479 79.3573 19.4578 79.3573 17.6286C79.3573 15.8308 79.9723 14.3488 81.2023 13.1818C82.3061 12.1095 83.5597 11.5734 84.9631 11.5734C85.8146 11.5734 86.603 11.739 87.3285 12.0701C88.0537 12.4013 88.5347 12.8271 88.7713 13.3474V11.9518H91.8935V23.2817ZM88.8896 17.605C88.8896 16.6746 88.59 15.8901 87.9909 15.2515C87.3916 14.6128 86.6664 14.2935 85.8148 14.2935C84.9474 14.2935 84.2103 14.6168 83.603 15.2633C82.9959 15.9098 82.6925 16.6903 82.6925 17.605C82.6925 18.5353 83 19.308 83.6148 19.9229C84.2298 20.5379 84.9551 20.8454 85.791 20.8454C86.6424 20.8454 87.3718 20.5457 87.9789 19.9467C88.586 19.3474 88.8896 18.5668 88.8896 17.605ZM99.297 14.53H97.7122V23.2816H94.4244V14.53H92.8398V11.9518H94.4244V8.19093H97.7122V11.9518H99.297V14.53ZM116.871 23.2817H113.583V5.61279H116.871V23.2817ZM130.377 17.9125C130.377 19.8836 129.916 21.3462 128.993 22.3002C128.071 23.2542 126.624 23.7312 124.653 23.7312C122.634 23.7312 121.164 23.2542 120.242 22.3002C119.319 21.3462 118.858 19.8835 118.858 17.9125V11.9518H122.122V17.9125C122.122 18.8743 122.307 19.5801 122.678 20.0295C123.048 20.4788 123.691 20.7036 124.606 20.7036C125.505 20.7036 126.151 20.467 126.545 19.9939C126.908 19.5681 127.089 18.8743 127.089 17.9125V11.9518H130.377V17.9125H130.377ZM143.102 23.2817H139.01L137.686 20.9637C137.386 20.4433 137.15 19.8598 136.976 19.2133C136.834 19.7811 136.574 20.3723 136.195 20.9873L134.8 23.2816H130.897L134.918 17.5339L131.11 11.9518H135.226L136.337 14.0569C136.621 14.5931 136.85 15.1686 137.023 15.7836C137.197 15.1843 137.449 14.6008 137.78 14.0333L138.987 11.9518H142.889L139.01 17.4629L143.102 23.2817ZM147.667 21.6495C147.667 22.2015 147.474 22.6666 147.088 23.0449C146.702 23.4235 146.232 23.6129 145.68 23.6129C145.128 23.6129 144.659 23.4196 144.273 23.0333C143.887 22.647 143.693 22.1858 143.693 21.6497C143.693 21.0977 143.887 20.6286 144.273 20.2423C144.659 19.8561 145.128 19.6628 145.68 19.6628C146.232 19.6628 146.702 19.8559 147.088 20.2423C147.474 20.6286 147.667 21.0977 147.667 21.6495ZM158.075 22.9504C157.192 23.4709 156.182 23.7312 155.047 23.7312C153.265 23.7312 151.811 23.1634 150.683 22.0281C149.556 20.8928 148.992 19.4183 148.992 17.605C148.992 15.8074 149.56 14.3527 150.695 13.2411C151.83 12.1294 153.297 11.5734 155.095 11.5734C156.246 11.5734 157.239 11.8101 158.075 12.2831L158.051 15.5946C157.341 14.8376 156.458 14.4592 155.402 14.4592C154.487 14.4592 153.75 14.7392 153.19 15.3028C152.63 15.8627 152.351 16.6195 152.351 17.5695C152.351 18.5196 152.63 19.2805 153.19 19.848C153.75 20.4195 154.519 20.7034 155.496 20.7034C156.521 20.7034 157.373 20.3091 158.051 19.5207L158.075 22.9504ZM171.297 17.6522C171.297 19.387 170.706 20.8335 169.523 21.9927C168.34 23.1518 166.826 23.7313 164.981 23.7313C163.121 23.7313 161.599 23.1478 160.416 21.981C159.234 20.8142 158.642 19.3714 158.642 17.6524C158.642 15.9336 159.242 14.4909 160.44 13.3239C161.639 12.1569 163.152 11.5736 164.982 11.5736C166.827 11.5736 168.34 12.1491 169.523 13.3001C170.706 14.4512 171.297 15.9019 171.297 17.6522ZM167.938 17.6286C167.938 16.8086 167.65 16.099 167.075 15.4999C166.499 14.9005 165.793 14.601 164.958 14.601C164.106 14.601 163.397 14.8967 162.829 15.4881C162.261 16.0794 161.977 16.7929 161.977 17.6286C161.977 18.4958 162.269 19.2212 162.853 19.8047C163.436 20.3882 164.138 20.6798 164.958 20.6798C165.793 20.6798 166.499 20.388 167.075 19.8047C167.65 19.2212 167.938 18.4958 167.938 17.6286ZM191 23.2817H187.712V17.676C187.712 16.5722 187.641 15.8231 187.499 15.429C187.247 14.6406 186.687 14.2463 185.82 14.2463C184.953 14.2463 184.334 14.5734 183.963 15.228C183.593 15.8824 183.407 16.9035 183.407 18.291V23.2819H180.119V17.6604C180.119 16.6039 180.056 15.8668 179.93 15.4567C179.678 14.6486 179.157 14.2464 178.369 14.2464C177.486 14.2464 176.851 14.5736 176.465 15.2321C176.079 15.8865 175.885 16.9037 175.885 18.2794V23.2821H172.598V11.9518H175.885V13.7258C176.926 12.2908 178.195 11.5733 179.694 11.5733C181.57 11.5733 182.753 12.346 183.241 13.8913C184.298 12.346 185.623 11.5733 187.215 11.5733C188.839 11.5733 189.951 12.1645 190.55 13.3472C190.85 13.9307 191 14.9162 191 16.3039V23.2817H191Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M112.282 17.6523C112.282 19.3871 111.69 20.8337 110.508 21.9928C109.325 23.1519 107.811 23.7315 105.966 23.7315C104.105 23.7315 102.584 23.148 101.401 21.9811C100.218 20.8143 99.627 19.3715 99.627 17.6525C99.627 15.9337 100.226 14.491 101.425 13.3241C102.623 12.1571 104.137 11.5737 105.966 11.5737C107.811 11.5737 109.325 12.1492 110.508 13.3003C111.69 14.4513 112.282 15.902 112.282 17.6523ZM108.923 17.6287C108.923 16.8088 108.635 16.0991 108.06 15.5C107.484 14.9006 106.778 14.6011 105.943 14.6011C105.091 14.6011 104.382 14.8968 103.814 15.4882C103.246 16.0796 102.962 16.793 102.962 17.6287C102.962 18.4959 103.254 19.2213 103.838 19.8048C104.421 20.3883 105.123 20.6799 105.943 20.6799C106.778 20.6799 107.484 20.3882 108.06 19.8048C108.635 19.2213 108.923 18.4959 108.923 17.6287Z' fill='%23BE2E21'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 41.1185C8 41.6603 8.24578 42.0536 8.73735 42.2986C9.22892 42.5437 10.0697 42.6662 11.2598 42.6662C12.6825 42.6662 14.2349 42.4083 15.9164 41.8925C19.5124 43.466 22.5004 44.7107 24.8806 45.6264C27.2608 46.5422 29.3303 47 31.0896 47C33.5473 47 35.7333 46.252 37.6478 44.7558C39.6914 43.1564 40.7133 41.2474 40.7133 39.0292C40.7133 38.1779 40.6616 37.4749 40.558 36.9204C40.4546 36.3657 40.3381 36.0884 40.2088 36.0884C40.0795 36.0884 40.015 36.1788 40.015 36.3593C40.0668 36.6689 40.1184 37.0882 40.1702 37.6169C40.2218 38.1458 40.2478 38.539 40.2478 38.797C40.2478 40.9381 39.3294 42.5761 37.4926 43.7111C36.0179 44.6139 34.2846 45.0652 32.2926 45.0652C30.3781 45.0652 27.1574 44.4591 22.63 43.2466C19.448 42.3954 17.3912 41.8794 16.4599 41.6989C18.219 41.2089 19.8748 40.2929 21.427 38.9517C22.7464 37.8167 24.0399 36.3464 25.3076 34.5405C26.1613 33.3281 27.1315 31.7416 28.218 29.7813C29.1235 30.3231 30.0871 30.7164 31.1091 30.9614C32.1309 31.2065 33.224 31.3291 34.3882 31.3291C37.5185 31.3291 40.3255 30.4391 42.8091 28.6592C45.6031 26.673 47 24.1577 47 21.1138C47 19.6177 46.4696 18.3665 45.409 17.3606C44.3483 16.3546 42.9772 15.8516 41.2955 15.8516C38.8896 15.8516 36.5353 16.9091 34.233 19.0243C31.9305 21.1396 29.7833 24.2867 27.7913 28.4656C26.2909 27.1758 25.5405 25.383 25.5405 23.0872C25.5405 20.9204 26.1549 19.1081 27.3837 17.6507C28.6126 16.1934 30.1196 15.4645 31.9044 15.4645C32.3442 15.4645 32.6806 15.4774 32.9135 15.5032C33.1463 15.5289 33.3533 15.5676 33.5343 15.6192C33.6895 15.5161 33.7672 15.4387 33.7672 15.3871C33.7672 15.1291 33.0945 15 31.7493 15C29.5244 15 27.6488 15.6965 26.1226 17.0895C24.5961 18.4827 23.8331 20.2624 23.8331 22.4292C23.8331 25.3183 25.01 27.5626 27.3643 29.1619C26.0709 31.6125 25.3076 33.0313 25.0749 33.4182C24.1177 35.0692 23.1477 36.4621 22.1645 37.5973C21.4142 38.4228 20.2632 39.2612 18.7108 40.1124C17.288 40.8862 16.2531 41.2732 15.6064 41.2732C15.3994 41.2732 14.5197 41.0927 12.9676 40.7316C11.4154 40.3704 10.3677 40.1898 9.82438 40.1898C9.22943 40.1898 8.77669 40.2866 8.46618 40.48C8.15517 40.6736 8 40.8863 8 41.1185ZM45.0593 21.1138C45.0593 24.0546 43.9986 26.4406 41.8772 28.2721C39.8593 30.0004 37.3499 30.8646 34.3488 30.8646C33.2882 30.8646 32.2471 30.7227 31.2251 30.4389C30.2033 30.1553 29.3172 29.7295 28.567 29.1621C29.7828 26.7373 30.753 24.9574 31.4773 23.8224C32.8743 21.604 34.2843 19.9013 35.7072 18.7149C37.4923 17.2188 39.3809 16.4706 41.3729 16.4706C42.6406 16.4706 43.5718 16.8897 44.1669 17.728C44.7617 18.5665 45.0593 19.6952 45.0593 21.1138Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.8339 7.37808C32.4707 7.48394 32.9216 7.54992 33.1868 7.57639C33.4521 7.60285 33.8101 7.61608 34.2611 7.61608C36.7813 7.61608 39.0096 7.11362 40.9462 6.10868C43.0685 4.99806 44.1297 3.62297 44.1297 1.98341C44.1297 1.45448 43.9308 1.03793 43.5328 0.733942C43.1349 0.42978 42.6641 0.277698 42.1069 0.277698C40.3561 0.277698 38.068 1.2957 35.2361 3.33204C34.2347 4.04604 33.0675 4.98465 31.7477 6.1482C30.9254 5.77805 29.1413 4.53511 26.3891 2.43295C24.247 0.813333 22.5226 0 21.2293 0C18.981 0 16.998 1.14362 15.2936 3.42449C13.5892 5.70536 12.7336 8.46207 12.7336 11.695V12.8917V12.9709C12.0373 12.2833 11.2083 11.6882 10.2532 11.186C9.29819 10.6835 8.36315 10.4322 7.44793 10.4322C7.20262 10.4322 7.08316 10.5249 7.08316 10.7099C7.26882 10.8421 7.46793 10.9083 7.67997 10.9083C8.3697 10.9083 9.21855 11.186 10.2267 11.7412C11.2348 12.2966 12.0571 12.9444 12.6938 13.6849C13.0651 17.4135 13.5826 19.2777 14.2456 19.2777C14.5109 19.2777 14.7099 19.1586 14.8424 18.9208C14.9752 18.6828 15.0414 18.3654 15.0414 17.9688C15.0414 17.301 14.7231 16.3093 14.0865 14.9806C13.4499 13.6584 13.1315 12.5081 13.1315 11.5231C13.1315 9.05716 13.7017 6.85568 14.8424 4.90543C15.9833 2.95519 17.4024 1.98341 19.1003 1.98341C20.5328 1.98341 22.8806 2.92219 26.1434 4.80628C28.1597 5.96983 29.7116 6.72353 30.7992 7.06722C29.7116 8.17784 27.7484 10.2338 24.91 13.2286C22.4164 15.873 20.692 17.6646 19.7371 18.5902C18.0127 20.2825 16.4077 21.7172 14.9222 22.8807C13.4366 24.0443 11.7785 25.0161 9.9481 25.783C8.43607 26.4176 7.38829 26.735 6.80457 26.735C6.77803 26.735 6.26068 26.6556 5.25255 26.4968C4.24458 26.3382 3.43539 26.2588 2.8253 26.2588C1.79061 26.2588 1.06106 26.3514 0.636636 26.5365C0.212212 26.7216 0 26.9596 0 27.2505C0 27.4885 0.17239 27.6736 0.51717 27.8059C0.861949 27.9381 1.51203 28.0042 2.46707 28.0042C3.05061 28.0042 3.77361 27.9381 4.63574 27.8059C5.49803 27.6736 6.43307 27.5282 7.44121 27.3694C10.3593 27.3694 13.4631 28.2818 16.7527 30.1066C19.4585 31.799 22.1645 33.5048 24.8703 35.2235C27.974 37.0746 30.6933 38 33.0278 38C34.9114 38 36.7816 37.5505 38.6384 36.6514C40.071 35.9637 41.331 35.0977 42.4188 34.0533C43.5064 33.0086 44.4085 31.8915 45.1246 30.7015C45.7081 29.723 46 29.0752 46 28.7579C46 28.5464 45.9204 28.4405 45.7611 28.4405C45.5754 29.1545 45.151 30.0273 44.4878 31.0586C43.8244 32.09 42.8297 33.1212 41.5034 34.1526C40.7606 34.7343 39.8719 35.1641 38.8374 35.4416C37.8027 35.7193 36.6885 35.858 35.4947 35.858C33.0806 35.858 30.0962 35.0912 26.5415 33.5573C23.4642 32.1293 20.4001 30.7013 17.3495 29.2735C13.7946 27.7396 10.8235 26.9728 8.43607 26.9728C11.4072 25.8887 14.3385 24.1962 17.2302 21.8956C19.2197 20.3088 21.7003 17.9421 24.6714 14.7952C28.4914 10.7763 30.879 8.3038 31.8339 7.37808ZM42.3391 0.753875C42.6308 0.753875 42.8961 0.846499 43.1349 1.03157C43.3736 1.21665 43.4929 1.44159 43.4929 1.70606C43.4929 3.21329 42.5379 4.49576 40.628 5.55362C38.9301 6.50546 37.1926 6.98164 35.4151 6.98164C35.017 6.98164 34.5793 6.94847 34.102 6.88249C33.6245 6.81633 33.1337 6.69071 32.6296 6.50563C34.5397 4.7604 35.9986 3.54392 37.0068 2.85638C39.0496 1.45482 40.8271 0.753875 42.3391 0.753875Z' fill='black'/%3e%3cpath d='M90 33.4156H94.3327V34.3427H90.8583V37.2839H94.3327V38.211H90.8583V42.821H90V33.4156Z' fill='black'/%3e%3cpath d='M102.081 35.8645V42.821H101.27V41.6253C100.925 42.0814 100.537 42.4246 100.106 42.6547C99.6786 42.8849 99.2103 43 98.7008 43C97.7954 43 97.0214 42.6441 96.3786 41.9322C95.7398 41.2161 95.4203 40.3465 95.4203 39.3235C95.4203 38.3218 95.7437 37.465 96.3904 36.7532C97.037 36.0413 97.815 35.6854 98.7243 35.6854C99.2495 35.6854 99.7237 35.8069 100.147 36.0499C100.574 36.2928 100.948 36.6573 101.27 37.1432V35.8645H102.081ZM98.7889 36.5486C98.3304 36.5486 97.9071 36.6722 97.5191 36.9194C97.1311 37.1624 96.8215 37.5055 96.5902 37.9488C96.3629 38.3922 96.2493 38.861 96.2493 39.3555C96.2493 39.8457 96.3649 40.3146 96.5961 40.7621C96.8274 41.2097 97.137 41.5592 97.525 41.8107C97.9169 42.058 98.3363 42.1816 98.7831 42.1816C99.2338 42.1816 99.661 42.058 100.065 41.8107C100.468 41.5635 100.778 41.2289 100.994 40.8069C101.213 40.3849 101.323 39.9096 101.323 39.3811C101.323 38.5754 101.078 37.902 100.588 37.3606C100.102 36.8193 99.5023 36.5486 98.7889 36.5486Z' fill='black'/%3e%3cpath d='M107.155 36.6253L106.626 37.2199C106.187 36.7553 105.757 36.523 105.338 36.523C105.072 36.523 104.842 36.6189 104.65 36.8107C104.462 37.0026 104.368 37.2263 104.368 37.4821C104.368 37.708 104.446 37.9233 104.603 38.1279C104.76 38.3367 105.089 38.5818 105.591 38.8632C106.202 39.2084 106.618 39.5409 106.837 39.8606C107.053 40.1846 107.16 40.549 107.16 40.954C107.16 41.5251 106.976 42.009 106.608 42.4054C106.239 42.8018 105.779 43 105.226 43C104.858 43 104.505 42.9126 104.168 42.7379C103.835 42.5631 103.559 42.3223 103.339 42.0153L103.857 41.376C104.276 41.8917 104.721 42.1496 105.191 42.1496C105.52 42.1496 105.801 42.0345 106.032 41.8043C106.263 41.5742 106.379 41.3035 106.379 40.9923C106.379 40.7366 106.302 40.5085 106.149 40.3082C105.996 40.1121 105.652 39.8649 105.115 39.5665C104.539 39.2425 104.147 38.9228 103.939 38.6074C103.731 38.292 103.627 37.9318 103.627 37.5269C103.627 36.9983 103.792 36.5592 104.121 36.2097C104.454 35.8602 104.874 35.6854 105.379 35.6854C105.967 35.6854 106.559 35.9987 107.155 36.6253Z' fill='black'/%3e%3cpath d='M108.618 33.179H109.442V37.1113C109.775 36.6338 110.141 36.2779 110.541 36.0435C110.941 35.8048 111.374 35.6854 111.84 35.6854C112.318 35.6854 112.742 35.8176 113.11 36.0818C113.482 36.3461 113.757 36.702 113.933 37.1496C114.109 37.5929 114.198 38.2899 114.198 39.2404V42.821H113.374V39.5026C113.374 38.7012 113.345 38.1662 113.286 37.8977C113.184 37.4373 112.998 37.0921 112.728 36.8619C112.461 36.6275 112.111 36.5102 111.675 36.5102C111.178 36.5102 110.731 36.6893 110.335 37.0473C109.943 37.4054 109.684 37.8487 109.559 38.3772C109.481 38.7182 109.442 39.3491 109.442 40.2698V42.821H108.618V33.179Z' fill='black'/%3e%3cpath d='M116.255 33C116.443 33 116.604 33.0725 116.737 33.2174C116.87 33.3623 116.937 33.5371 116.937 33.7417C116.937 33.942 116.87 34.1147 116.737 34.2596C116.604 34.4045 116.443 34.477 116.255 34.477C116.071 34.477 115.912 34.4045 115.779 34.2596C115.646 34.1147 115.579 33.942 115.579 33.7417C115.579 33.5371 115.646 33.3623 115.779 33.2174C115.912 33.0725 116.071 33 116.255 33ZM115.844 35.8645H116.673V42.821H115.844V35.8645Z' fill='black'/%3e%3cpath d='M121.405 35.6854C122.389 35.6854 123.204 36.0733 123.851 36.8491C124.439 37.5567 124.733 38.3943 124.733 39.3619C124.733 40.3338 124.421 41.1841 123.798 41.913C123.179 42.6377 122.381 43 121.405 43C120.425 43 119.624 42.6377 119.001 41.913C118.381 41.1841 118.072 40.3338 118.072 39.3619C118.072 38.3986 118.366 37.5631 118.954 36.8555C119.6 36.0754 120.417 35.6854 121.405 35.6854ZM121.405 36.5614C120.723 36.5614 120.137 36.8363 119.647 37.3862C119.157 37.9361 118.912 38.601 118.912 39.3811C118.912 39.8841 119.024 40.3529 119.248 40.7877C119.471 41.2225 119.773 41.5592 120.153 41.798C120.533 42.0324 120.95 42.1496 121.405 42.1496C121.86 42.1496 122.277 42.0324 122.657 41.798C123.037 41.5592 123.339 41.2225 123.563 40.7877C123.786 40.3529 123.898 39.8841 123.898 39.3811C123.898 38.601 123.651 37.9361 123.157 37.3862C122.667 36.8363 122.083 36.5614 121.405 36.5614Z' fill='black'/%3e%3cpath d='M126.267 35.8645H127.09V37.1113C127.419 36.6338 127.784 36.2779 128.183 36.0435C128.583 35.8048 129.018 35.6854 129.489 35.6854C129.967 35.6854 130.39 35.8176 130.758 36.0818C131.131 36.3461 131.405 36.702 131.581 37.1496C131.758 37.5972 131.846 38.2941 131.846 39.2404V42.821H131.029V39.5026C131.029 38.7012 130.997 38.1662 130.935 37.8977C130.837 37.4373 130.653 37.0921 130.382 36.8619C130.112 36.6275 129.759 36.5102 129.324 36.5102C128.826 36.5102 128.379 36.6893 127.984 37.0473C127.592 37.4054 127.333 37.8487 127.208 38.3772C127.129 38.7225 127.09 39.3534 127.09 40.2698V42.821H126.267V35.8645Z' fill='black'/%3e%3cpath d='M133.081 38.8951H136.314V39.6752H133.081V38.8951Z' fill='black'/%3e%3cpath d='M140.641 35.6854C141.625 35.6854 142.44 36.0733 143.086 36.8491C143.674 37.5567 143.968 38.3943 143.968 39.3619C143.968 40.3338 143.657 41.1841 143.034 41.913C142.414 42.6377 141.617 43 140.641 43C139.661 43 138.859 42.6377 138.236 41.913C137.617 41.1841 137.307 40.3338 137.307 39.3619C137.307 38.3986 137.601 37.5631 138.189 36.8555C138.836 36.0754 139.653 35.6854 140.641 35.6854ZM140.641 36.5614C139.959 36.5614 139.373 36.8363 138.883 37.3862C138.393 37.9361 138.148 38.601 138.148 39.3811C138.148 39.8841 138.26 40.3529 138.483 40.7877C138.707 41.2225 139.008 41.5592 139.389 41.798C139.769 42.0324 140.186 42.1496 140.641 42.1496C141.095 42.1496 141.513 42.0324 141.893 41.798C142.273 41.5592 142.575 41.2225 142.798 40.7877C143.022 40.3529 143.133 39.8841 143.133 39.3811C143.133 38.601 142.887 37.9361 142.393 37.3862C141.903 36.8363 141.319 36.5614 140.641 36.5614Z' fill='black'/%3e%3cpath d='M145.397 35.8645H146.226V39.1125C146.226 39.9054 146.265 40.451 146.343 40.7494C146.461 41.1756 146.684 41.5124 147.014 41.7596C147.347 42.0068 147.743 42.1304 148.201 42.1304C148.66 42.1304 149.048 42.0111 149.365 41.7724C149.686 41.5294 149.908 41.2119 150.029 40.8197C150.112 40.5512 150.153 39.9821 150.153 39.1125V35.8645H150.994V39.2788C150.994 40.2379 150.89 40.9604 150.682 41.4463C150.478 41.9322 150.169 42.3137 149.753 42.5908C149.342 42.8636 148.824 43 148.201 43C147.578 43 147.057 42.8636 146.637 42.5908C146.222 42.3137 145.91 41.9301 145.703 41.4399C145.499 40.9454 145.397 40.2038 145.397 39.2148V35.8645Z' fill='black'/%3e%3cpath d='M153.545 33.2813H154.374V35.8645H155.679V36.6317H154.374V42.821H153.545V36.6317H152.422V35.8645H153.545V33.2813Z' fill='black'/%3e%3cpath d='M156.784 33.179H157.607V42.821H156.784V33.179Z' fill='black'/%3e%3cpath d='M164.703 40.5128L165.397 40.9092C165.17 41.3951 164.907 41.7873 164.609 42.0857C164.311 42.3841 163.976 42.6121 163.604 42.7698C163.231 42.9233 162.81 43 162.34 43C161.297 43 160.482 42.6292 159.894 41.8875C159.306 41.1415 159.012 40.2997 159.012 39.3619C159.012 38.4795 159.261 37.6931 159.759 37.0026C160.39 36.1245 161.235 35.6854 162.293 35.6854C163.382 35.6854 164.252 36.1351 164.903 37.0345C165.365 37.6697 165.601 38.4625 165.608 39.413H159.859C159.875 40.2229 160.112 40.8879 160.57 41.4079C161.029 41.9237 161.595 42.1816 162.269 42.1816C162.595 42.1816 162.91 42.1198 163.216 41.9962C163.525 41.8725 163.788 41.7084 164.004 41.5038C164.219 41.2992 164.452 40.9689 164.703 40.5128ZM164.703 38.6394C164.593 38.162 164.433 37.7805 164.221 37.4949C164.013 37.2093 163.737 36.9791 163.392 36.8043C163.047 36.6296 162.685 36.5422 162.305 36.5422C161.677 36.5422 161.139 36.7617 160.688 37.2008C160.359 37.5205 160.11 38 159.941 38.6394H164.703Z' fill='black'/%3e%3cpath d='M167.866 33.2813H168.695V35.8645H170V36.6317H168.695V42.821H167.866V36.6317H166.743V35.8645H167.866V33.2813Z' fill='black'/%3e%3c/svg%3e ");
  width: 119px;
    height: 30px;
  display: inline-block;
  background-size: cover;
}

.mobile_menu i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 17' style='enable-background:new 0 0 20 17;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bclip-path:url(%23SVGID_00000181069960670085641330000012427354517472379821_);%7d .st1%7bfill:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cdefs%3e%3crect id='SVGID_1_' y='0' width='20' height='16.1'/%3e%3c/defs%3e%3cclipPath id='SVGID_00000142160303268418711970000017842801301295815046_'%3e%3cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3e%3c/clipPath%3e%3cg style='clip-path:url(%23SVGID_00000142160303268418711970000017842801301295815046_);'%3e%3cpath class='st1' d='M10,8.9H0.7c-0.2,0-0.4-0.1-0.5-0.3C0.1,8.5,0,8.3,0,8.1c0-0.2,0.1-0.4,0.2-0.5c0.1-0.2,0.3-0.3,0.5-0.3h18.5 c0.2,0,0.4,0.1,0.6,0.2c0.2,0.2,0.2,0.4,0.2,0.6c0,0.2-0.1,0.4-0.2,0.6C19.7,8.9,19.5,9,19.2,9L10,8.9L10,8.9z'/%3e%3cpath class='st1' d='M10,16.1H1c-0.2,0-0.5-0.1-0.7-0.2c-0.1-0.1-0.2-0.2-0.3-0.4C0,15.4,0,15.3,0,15.1c0-0.2,0.1-0.3,0.2-0.4 c0.1-0.1,0.3-0.2,0.4-0.2h0.5h18.2c0.2,0,0.4,0.1,0.5,0.3s0.2,0.4,0.2,0.6c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.1-0.3,0.2-0.5,0.3 L10,16.1L10,16.1z'/%3e%3cpath class='st1' d='M10,0.1h9.1c0.1,0,0.2,0,0.3,0c0.1,0,0.2,0.1,0.3,0.2C19.9,0.3,20,0.4,20,0.5c0.1,0.1,0.1,0.2,0.1,0.3 c0,0.2,0,0.4-0.2,0.6c-0.1,0.2-0.3,0.3-0.5,0.3H19H0.8c-0.2,0-0.4-0.1-0.5-0.3C0.1,1.3,0,1.1,0,0.8c0-0.2,0.1-0.4,0.2-0.5 C0.4,0.2,0.6,0.1,0.8,0L10,0.1L10,0.1z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
	width: 20px;
	height: 17px;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 7px;
}

header:hover .mobile_menu i {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_660_241)'%3e%3cpath d='M10.0001 8.93347H0.72903C0.532135 8.90077 0.353257 8.79918 0.224203 8.64693C0.0951495 8.49467 0.0244141 8.30165 0.0244141 8.10206C0.0244141 7.90247 0.0951495 7.70931 0.224203 7.55705C0.353257 7.4048 0.532135 7.30321 0.72903 7.27051H19.2484C19.4719 7.27051 19.6864 7.35937 19.8444 7.51743C20.0025 7.67549 20.0912 7.88993 20.0912 8.11346C20.0912 8.33699 20.0025 8.55129 19.8444 8.70935C19.6864 8.86741 19.4719 8.95627 19.2484 8.95627H9.97746L10.0001 8.93347Z' fill='black'/%3e%3cpath d='M9.99989 16.1316H1.02494C0.785648 16.1278 0.550979 16.0652 0.341599 15.9493C0.202655 15.8645 0.097338 15.7343 0.0433754 15.5807C-0.0105873 15.4271 -0.00989248 15.2596 0.0454608 15.1065C0.0672028 14.9487 0.138468 14.8021 0.249004 14.6874C0.359541 14.5728 0.503682 14.4962 0.660539 14.4688H1.11615H19.3394C19.5466 14.5023 19.7338 14.612 19.8644 14.7763C19.995 14.9406 20.0596 15.1477 20.0455 15.3572C20.0358 15.5578 19.9548 15.7483 19.817 15.8945C19.6791 16.0407 19.4935 16.1329 19.2938 16.1544H10.0455L9.99989 16.1316Z' fill='black'/%3e%3cpath d='M10.0226 0.072606H19.1342C19.2497 0.0567226 19.3673 0.0643085 19.4798 0.0949902C19.5923 0.125672 19.6976 0.178788 19.789 0.251123C19.8805 0.323458 19.9564 0.413572 20.0122 0.51598C20.068 0.618388 20.1025 0.731068 20.1137 0.847155C20.1345 1.05099 20.0783 1.25513 19.956 1.41955C19.8338 1.58397 19.6543 1.69665 19.4531 1.73543H18.9747H0.751492C0.544305 1.70187 0.357109 1.5922 0.226507 1.42789C0.0959047 1.26359 0.031301 1.05657 0.0453476 0.847155C0.0550555 0.646479 0.136228 0.455836 0.274056 0.309656C0.411883 0.163476 0.597337 0.0712901 0.797095 0.0498047H10.0454L10.0226 0.072606Z' fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_660_241'%3e%3crect width='20' height='16.1276' fill='white' transform='translate(0 0.0268555)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
	width: 20px;
	height: 17px;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 7px;
}

}


@media (min-width: 1400px) and (max-width: 1500px) {
	.head_menu ul li.level1 {
		font-size: 12px;
	}

	#menu_bar .head_phone a {
		font-size: 14px;
	}

	#menu_bar .head_phone {
  padding-top: 14px;
}
}


@media (min-width: 1200px) and (max-width: 1400px) {
	.head_menu ul li.level1 {
		font-size: 10px;
	}

	#menu_bar .head_phone a {
		font-size: 14px;
	}

	#menu_bar .head_phone {
  padding-top: 12px;
}

.head_search img {
  width: 18px;
}

.head_currency .current-currency a {
	font-size: 22px;
}

.head_cart .bx_small_cart img {
  width: 18px;
}

.head_user img {
  width: 16px;
}

.head_currency .current-currency {
	margin-top: 2px;
}

.bx_small_cart strong {
	font-size: 12px;
}



}