:root {
  --PageBackground: #ffffff;
  --SoftBackground: #f5f6f7;
  --CardBackground: #ffffff;
  --LineColor: #ededed;
  --TextColor: #2f3337;
  --MutedColor: #7b858d;
  --LightMutedColor: #a3abb2;
  --AccentColor: #f58220;
  --AccentHoverColor: #e36f0f;
  --SuccessColor: #22b36b;
  --BlueColor: #3f95d7;
  --ShadowSoft: 0 10px 24px rgba(39, 48, 56, 0.06);
  --ShadowPopup: 0 18px 42px rgba(34, 42, 49, 0.14);
  --LayoutWidth: 1512px;
  --LayoutPadding: 24px;
  --RadiusLarge: 9px;
  --RadiusMedium: 9px;
  --RadiusSmall: 9px;
}

* {
  box-sizing: border-box;
}

html 
{
	height:100%;
}
body 
{
	margin: 0;
	background: #fff;
	color: #4e4e4e;
	font-family:  'Inter Regular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:1.5em;
	margin:0;
	padding:0;
	height:100%;
}
table 
{
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
td
{
	margin: 0px;
	padding: 0px;
}
form
{
	padding: 0px;
	margin: 0px;
}
h1
{
    font-family: 'Inter Medium';
    font-size:24px;
	color:#212121;
	font-weight:normal;
	line-height:normal;
	margin:0 0 36px;
}
h2
{
    font-family: 'Inter Medium';
    font-size:24px;
	color:#212121;
	font-weight:normal;
	line-height:normal;
	margin:0 0 36px;
}
h3
{
    font-family: 'Inter Medium';
    font-size:24px;
	color:#212121;
	font-weight:normal;
	line-height:normal;
	margin:0 0 36px;
}
h4
{
    font-family: 'Inter Medium';
    font-size:24px;
	color:#212121;
	font-weight:normal;
	line-height:normal;
	margin:0 0 36px;
}
h5
{
    font-family: 'Inter Medium';
    font-size:36px;
	color:#212121;
	font-weight:normal;
	line-height:normal;
	margin:0 0 36px;
}
p
{
	padding: 0 0 35px;
	margin: 0px;
}
@font-face 
{
    font-family: 'Inter Regular';
    src: local('Inter Regular'), local('Inter Regular'),
        url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff'),
        url('fonts/Inter-Regular.ttf') format('truetype');
    font-style: normal;
	font-display: swap;
}
@font-face 
{
    font-family: 'Inter Bold';
    src: local('Inter Bold'), local('Inter Bold'),
        url('fonts/Inter-Bold.woff2') format('woff2'),
        url('fonts/Inter-Bold.woff') format('woff'),
        url('fonts/Inter-Bold.ttf') format('truetype');
    font-style: normal;
	font-display: swap;
}
@font-face 
{
    font-family: 'Inter Medium';
    src: local('Inter Medium'), local('Inter Medium'),
        url('fonts/Inter-Medium.woff2') format('woff2'),
        url('fonts/Inter-Medium.woff') format('woff'),
        url('fonts/Inter-Medium.ttf') format('truetype');
    font-style: normal;
	font-display: swap;
}
@font-face 
{
    font-family: 'Inter SemiBold';
    src: local('Inter SemiBold'), local('Inter SemiBold'),
        url('fonts/Inter-SemiBold.woff2') format('woff2'),
        url('fonts/Inter-SemiBold.woff') format('woff'),
        url('fonts/Inter-SemiBold.ttf') format('truetype');
    font-style: normal;
	font-display: swap;
}
a
{
	outline:none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
}
.Content table
{
	width:100%;
	color: #333333;
	line-height:normal;
}
.Content table td
{
	border:1px solid #eff1f5;
	vertical-align:middle !important;
	padding:18px 25px;
	font-size:15px;
}
.Content table td p
{
	padding:0 !important;
	margin:0 !important;
}
.Content table tr:first-child td
{
	background: #f8f9fb;
    padding:20px 25px;
    vertical-align: middle;
	border:1px solid #eff1f5;
    font-family: 'Inter Regular';
    font-size: 17px;
    color: #212121;
} 
.Page input[type="text"],
.Page input[type="email"],
.Page input[type="password"]
{
    background: #ffffff;
	border:1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Inter Regular';
    padding: 0 15px;
    line-height: 45px;
    height: 45px;
    color: #212121;
    font-size: 14px;
    width:100%;
}
.bx-sls .dropdown-block
{
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	box-shadow:none;
    font-family: 'Inter Regular';
    border: none;
    padding: 0 15px;
    line-height: 47px;
    height: 47px;
    color: #212121;
    font-size: 14px;
    width:100%;
}
.bx-sls .bx-ui-sls-container 
{
    overflow: hidden;
    min-height: 40px;
}
input[type=text]::placeholder,
textarea::placeholder 
{
    color: #a4a4a4;
}
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color: #a4a4a4;
}
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder
{
    color: #a4a4a4;
}
input[type=text]:-moz-placeholder,
textarea:-moz-placeholder
{
    color: #a4a4a4;
}
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
    color: #a4a4a4;
}
.bx-sls .form-control.dropdown-block, .bx-slst .form-control.dropdown-block 
{
    background: none !important;
    border: 1px solid #ededed !important;
    box-shadow: none !important;
}
.Page textarea
{
    background: #ffffff;
	border:1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Inter Regular';
    padding: 0 15px;
    line-height: 42px;
    height: 100px;
    color: #212121;
    font-size: 14px;
    width:100%;
	max-width: 100%;
}
.Page input[type="submit"]
{
    font-family: 'Inter SemiBold';
	background-color: var(--AccentColor);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border:none;
	cursor:pointer;
	padding: 0 20px;
	line-height: 46px;
	font-size:15px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease,background 0.25s ease;
}
.Page input[type="submit"]:hover 
{
	background-color: #ff8f2a;
	color: #fff;
} 
.Page input[type="submit"]::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: skewX(-20deg);
	transition: left 0.55s ease;
}
.Page input[type="submit"]:hover::before
{
	left: 130%;
} 
.Flex 
{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	justify-content:flex-start;
}
.Page 
{
    min-height: 100%;
    position: relative;
}
.Page img
{
	max-width: 100%;
	height: auto;
	display: block;
}
b, strong
{    
	font-family: 'Inter Medium';
	font-weight:normal;
}
input, textarea
{
	outline:none;
}
input:focus, textarea:focus
{
	outline:none;
}
a 
{
	color: inherit;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	text-decoration:none;
}
a:hover
{
	color: #212121;
	text-decoration:none;
	border-bottom:none;
}

[hidden] {
  display: none !important;
}

.Container 
{
  width: 100%;
  max-width: var(--LayoutWidth);
  margin: 0 auto;
  padding-left: var(--LayoutPadding);
  padding-right: var(--LayoutPadding);
}

.VisuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.TopMenu,
.CatalogList,
.FooterMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.SiteHeader 
{
	position: sticky;
	top: 0;
	z-index: 30;
	background: #fff;
	border-bottom: 1px solid var(--LineColor);
}
.Home .SiteHeader 
{
	background: #fff;
	border-bottom: 1px solid #fff;
}

.TopLine 
{
	background: #f2f2f2;
	color: #646464;
	font-size: 13px;
}
.TopLineInner 
{
	min-height: 41px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}
.TopLineEmail a
{
    background-image: url(svg/mail.svg);
    background-position: 0% 45%;
    background-repeat: no-repeat;
    background-size: 18px;
    white-space: nowrap;
    position: relative;
    padding: 0 0 0 22px;
    font-size: 14px;
    display: inline-block;
    color: #646464;
}
.TopLineEmail a:hover
{
    color: #f58220;
}
.TopLineNav 
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 0;
}

.TopMenu 
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 22px;
	white-space: nowrap;
	font-size:13px;
}
.TopMenu li a
{
	color:#646464;
}
.TopMenu li a:hover
{
    color: #f58220;
}
.TopMenu li.Active a
{
    color: #f58220;
}
.TopMenu li a.Big
{
    font-family: 'Inter SemiBold';
	color:#212121;
}
.TopMenu li a.Big:hover
{
    color: #f58220;
}
.TopMenu li.Active .Big
{
    color: #f58220;
}
.FooterColumn a:hover,
.BlogCard a:hover 
{
  color: var(--AccentColor);
}

.PhoneMenu {
  position: relative;
  min-height: 32px;
  display: flex;
  align-items: center;
}

.PhoneMenu::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 55;
  width: max(100%, 236px);
  height: 12px;
}
.TopLinePhone 
{
	display: inline-flex;
	align-items: center;
	gap: 7px;
    font-family: 'Inter Bold';
    font-size: 14px;
    color: #212121;
}
.TopLinePhone:hover
{
    color: #f58220 !important;
}

.TopLinePhone::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  transition: transform 0.2s ease;
}

.PhoneMenu:hover .TopLinePhone::after,
.PhoneMenu:focus-within .TopLinePhone::after {
  transform: rotate(180deg);
}

.PhoneDropdown {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 60;
	width: 280px;
	padding: 16px;
	color: var(--TextColor);
	background: #fff;
	border: 1px solid var(--LineColor);
	border-radius: var(--RadiusMedium);
	box-shadow: var(--ShadowPopup);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-8px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    line-height: 1.5em;
}

.PhoneDropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid var(--LineColor);
  border-left: 1px solid var(--LineColor);
  transform: rotate(45deg);
  pointer-events: none;
}

.PhoneMenu:hover .PhoneDropdown,
.PhoneMenu:focus-within .PhoneDropdown 
{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.PhoneMenu span
{
	display:block;
    font-size: 13px;
    color: #b9b9b9;
}
.PhoneMenu .Phone
{
	margin:0 0 20px;
}
.PhoneMenu .Phone a 
{
    font-family: 'Inter Bold';
    font-size: 14px;
    color: #212121 !important;
}
.PhoneMenu .Phone a:hover
{
    color: #f58220 !important;
}
.PhoneMenu .Adress
{
	margin:0 0 20px;
}
.PhoneMenu .Grafik
{
	margin:0 0 15px;
}
.PhoneMenu .Grafik p
{
	padding:0;
}
.PhoneMenu .Social
{
	margin:0 0 30px;
}
.PhoneMenu .Social a
{
	width: 32px;
	height: 32px;
	margin:0 5px 0 0;
	display: inline-block;
	line-height: 34px;
	vertical-align: middle;
}
.PhoneMenu .Social a span
{
	font-size:0px !important;
}
.PhoneMenu .Social a.Max span
{
    background-image: url(svg/max.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
	background-size:32px;
	display: inline-block;
	width: 32px;
	height: 32px;
} 
.PhoneMenu .Social a.Vk span
{
    background-image: url(svg/vk.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
	background-size: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
}
.PhoneMenu .Social a.Telegram span
{    
	background-image: url(svg/telegram.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
} 
.PhoneMenu .Button a
{
    line-height:44px;
}
.MainHeader {
  position: relative;
}

.MainHeaderInner
{
  min-height: 96px;
  display: flex;
  align-items: center;
  gap:74px;
}
#Blocks
{    
	padding: 0px 0px 437px 0px;
}
.Logo img
{
	max-width:auto;
} 
.CatalogButton button
{
	background-image: url(svg/menu.svg);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-size: 24px;
    font-family: 'Inter SemiBold';
	background-color: var(--AccentColor);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border:none;
	cursor:pointer;
	padding:0 20px 0 45px;
	line-height: 46px;
	font-size:15px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease,background 0.25s ease;
}
.CatalogButton button:hover 
{
	background-image: url(svg/menu.svg);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-size: 24px;
	background-color: #ff8f2a;
	color: #fff;
}
.CatalogButton button::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: skewX(-20deg);
	transition: left 0.55s ease;
}
.CatalogButton button:hover::before
{
	left: 130%;
}
.SearchForm 
{
	height: 44px;
	min-width: 220px;
	flex: 1 1 auto;
	display: flex;
	border: 2px solid #d7d8da;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.SearchForm > div,
.SearchForm #smart-title-search,
.SearchForm form,
.SearchForm .bx-input-group {
    width: 100%;
}
.SearchForm .bx-input-group 
{
    position: relative;
    display: flex;
    align-items: center;
}
.SearchForm input 
{
	min-width: 0;
	flex: 1 1 auto;
    width: 100%;
	height:40px !important;
	border: 0;
	padding: 0 20px !important;
	outline: none;
	color: #b7b7b7;
}
.SearchForm input::placeholder 
{
	color: #b7b7b7;
}
.SearchForm .bx-input-group-btn
{
    position: absolute;
	top:0;
    right: 0;
}
.SearchForm button,
.bx-searchtitle .bx-input-group-btn button
{
    background-image: url(svg/search.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
	background-color:transparent !important;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border: 0;
	cursor:pointer;
	color: #47515a;
	font-size: 24px;
	line-height: 1;
}
.HeaderActions 
{
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 34px;
}
.HeaderAction 
{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding:30px 0 0;
    line-height: normal;
	color: #212121;
	font-size: 13px;
	position:relative;
}
.HeaderAction:hover
{
	color: #f58220;
}
.HeaderAction .Count
{
    background: #f37923;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position:absolute;
    top: -8px;
    right: 5px;
	font-size:11px;
	color:#ffffff;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
}
.HeaderAction.Login
{
    background-image: url(svg/login.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.HeaderAction.Login:hover
{
    background-image: url(svg/login-hv.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.HeaderAction.Favorites
{
    background-image: url(svg/favorite.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.HeaderAction.Favorites:hover
{
    background-image: url(svg/favorite-hv.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.HeaderAction.Favorites .Count
{
    right: 12px;
}
.HeaderAction.Cart
{
    background-image: url(svg/cart.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.HeaderAction.Cart:hover
{
    background-image: url(svg/cart-hv.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 24px;
}

.bx-basket-items
{
	overflow-y: auto;
	max-height:400px;
	padding:0 20px 0 0;
}
.bx-basket-items::-webkit-scrollbar 
{
    width: 4px;
}
.bx-basket-items::-webkit-scrollbar-track 
{
    background-color: #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bx-basket-items::-webkit-scrollbar-thumb 
{
    background-color:#646464;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bx-basket .bx-basket-item-list 
{
    font-size: 15px;
    color: #212121;
}
.bx-basket .bx-basket-item-list 
{
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    padding:25px;
	max-width:350px;
	min-width:350px;
    top: 60px;
	text-align:left;
    right: 0;
	z-index:200; 
}
.bx-basket:hover .bx-basket-item-list 
{
    opacity: 1;
    visibility: visible;
}
.bx-basket .Total
{
    border-top: 1px solid #f8f8f8;
	padding:22px 0 0;
	margin:0 25px 0 0;
}
.bx-basket .Total .Flex
{
    justify-content: end;
    align-items: baseline;
    position: relative;
}
.bx-basket .Total .Summ
{
    font-family: 'Inter SemiBold';
    font-size: 16px;
    color: #212121;
    margin: 0 0 0 10px;
}
.bx-basket .Buttons
{
	padding:22px 0 5px;
    text-align: left;
    color: #000;
}
.bx-basket .Buttons .Button
{
    border: none !important;
    margin: 0 0 10px 0;
    text-align: center;
    display: block;
}
.bx-basket .Buttons .Button:last-child
{
    margin: 0 0 10px 0;
}
.HeaderAction.MobileMenu
{
    background-image: url(svg/panel-menu.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 26px;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0;
    line-height: normal;
    color: #212121;
    font-size: 13px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: relative;
}
.HeaderAction.MobileMenu:hover
{
    background-image: url(svg/panel-menu-hv.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 26px;
}
.HeaderAction.MobileMenu span.bars
{
    height: 30px;
    top: 0;
    width: 30px;
    position: absolute;
}
.CatalogPanel 
{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 45;
	padding-bottom: 18px;
	background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.96) 100%);
	border-top: 1px solid var(--LineColor);
	box-shadow: 0 22px 42px rgba(39, 48, 56, 0.12);
}
.CatalogPanelInner {
  display: flex;
  align-items: stretch;
  gap: 30px;
  padding: 0;
}

.CatalogPanelHeader {
  flex: 0 0 240px;
  padding: 20px;
  border-radius: 5px;
  background: #f1f1f1;
}

.CatalogPanelHeader strong 
{
    font-family: 'Inter Medium';
    font-size: 18px;
	display: block;
	font-weight:normal;
	margin-bottom: 10px;
	line-height: 1.2;
}

.CatalogPanelHeader span {
  color: var(--MutedColor);
  font-size: 13px;
}
.CatalogMegaMenu {
	display: grid;
	grid-template-columns: 310px 1fr;
	width: 100%;
	background: #fff;
	color: #222;
}

.CatalogMegaSidebar {
	position: relative;
	background: #f4f4f4;
	border-right: 1px solid #e1e1e1;
}

.CatalogMegaSidebar::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 100vw;
	background: #f4f4f4;
	pointer-events: none;
}

.CatalogMegaNav {
	padding: 18px 0;
}

.CatalogMegaNavItem {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 44px;
	padding: 8px 22px 8px 28px;
	color: #212121;
	font-size: 15px;
    font-family: 'Inter SemiBold';
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.CatalogMegaNavItem:hover,
.CatalogMegaNavItem.is-active {
	background: #fff;
	color: #ff5a00;
}

.CatalogMegaNavItem.is-active::after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	width: 4px;
	height: 100%;
	background: #ff5a00;
}

.CatalogMegaNavIcon {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
}

.CatalogMegaNavIcon img {
	display: block;
	max-width: 30px;
	max-height: 30px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.CatalogMegaIconPlaceholder {
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid currentColor;
	border-radius: 6px;
	opacity: .45;
}

.CatalogMegaActions {
	margin: 14px 14px 0;
	padding: 14px 0 0;
	border-top: 1px solid #d9d9d9;
}

.CatalogMegaAction {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 38px;
	margin-bottom: 8px;
	padding: 0 12px;
	border: 1px solid #ff5a00;
	border-radius: 5px;
	background: #fff;
	color: #ff5a00;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.CatalogMegaAction:hover {
	background: #fff4ee;
}

.CatalogMegaActionIcon {
	font-size: 22px;
	line-height: 1;
}

.CatalogMegaActionNew {
	color: #27b443;
	border-color: #27b443;
}

.CatalogMegaActionNew:hover {
	background: #f1fff4;
}

.CatalogMegaActionBadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 18px;
	padding: 0 5px;
	border-radius: 3px;
	background: #27b443;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.CatalogMegaContent {
	padding: 24px 28px 30px;
	background: #fff;
}

.CatalogMegaPanel {
	display: none;
	column-count: 4;
	column-gap: 54px;
}

.CatalogMegaPanel.is-active {
	display: block;
}

.CatalogPanelColumn {
	display: inline-block;
	width: 100%;
	margin: 0 0 26px;
	break-inside: avoid;
	page-break-inside: avoid;
}

.CatalogPanelColumn h3 
{
	margin: 0 0 10px;
	font-size: 15px;
    font-family: 'Inter SemiBold';
}

.CatalogPanelColumn h3 a 
{
	color: #212121;
	text-decoration: none;
}

.CatalogPanelColumn h3 a:hover {
	color: #ff5a00;
}

.CatalogList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.CatalogList li {
	margin: 0 0 8px;
	padding: 0;
}

.CatalogList a {
	color: #858585;
	font-size: 14px;
	line-height: 1.35;
	text-decoration: none;
}

.CatalogList a:hover,
.CatalogList a.is-active {
	color: #ff5a00;
}

@media (max-width: 1200px) 
{
	.CatalogMegaPanel {
		column-count: 3;
		column-gap: 36px;
	}
	#bx-soa-order .DeliveryBlock
	{
		width: 60% !important;
	}
	#bx-soa-order .TotalBlock
	{
		width: 40% !important;
	}
}

@media (max-width: 1280px)
{
	.bx-soa-pp-item-container .Items .bx-soa-pp-company
	{
		width: 100% !important;
		margin: 0 0 15px !important;
	}
}
@media (max-width: 960px)
{
	.OrderForm .Flex
	{
		display:block !important;
	}
	#bx-soa-order .DeliveryBlock
	{
		width: 100% !important;
	}
	#bx-soa-order .TotalBlock
	{
		width: 100% !important;
	}
	#bx-soa-order .TotalBlock
	{
		padding: 0 !important;
	}
}
@media (max-width: 900px) {
	.CatalogMegaMenu {
		grid-template-columns: 1fr;
	}

	.CatalogMegaSidebar {
		border-right: 0;
		border-bottom: 1px solid #e1e1e1;
	}

	.CatalogMegaPanel {
		column-count: 2;
	}
}

@media (max-width: 600px) {
	.CatalogMegaPanel {
		column-count: 1;
	}

	.CatalogMegaContent {
		padding: 20px 16px;
	}

	.CatalogMegaNavItem {
		padding-left: 16px;
	}
}.CatalogMegaMenu {
	display: grid;
	grid-template-columns: 310px 1fr;
	width: 100%;
	background: #fff;
	color: #222;
}

.CatalogMegaSidebar {
	position: relative;
	background: #f4f4f4;
	border-right: 1px solid #e1e1e1;
}

.CatalogMegaSidebar::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 100vw;
	background: #f4f4f4;
	pointer-events: none;
}

.CatalogMegaNav {
	padding: 18px 0;
}

.CatalogMegaNavItem {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 44px;
	padding: 8px 22px 8px 28px;
	color: #111;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.CatalogMegaNavItem:hover,
.CatalogMegaNavItem.is-active {
	background: #fff;
	color: #ff5a00;
}

.CatalogMegaNavItem.is-active::after {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	width: 4px;
	height: 100%;
	background: #ff5a00;
}

.CatalogMegaNavIcon {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
}

.CatalogMegaNavIcon img {
	display: block;
	max-width: 30px;
	max-height: 30px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.CatalogMegaIconPlaceholder {
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid currentColor;
	border-radius: 6px;
	opacity: .45;
}

.CatalogMegaActions {
	margin: 14px 14px 0;
	padding: 14px 0 0;
	border-top: 1px solid #d9d9d9;
}

.CatalogMegaAction {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 38px;
	margin-bottom: 8px;
	padding: 0 12px;
	border: 1px solid #ff5a00;
	border-radius: 5px;
	background: #fff;
	color: #ff5a00;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.CatalogMegaAction:hover {
	background: #fff4ee;
}

.CatalogMegaActionIcon {
	font-size: 22px;
	line-height: 1;
}

.CatalogMegaActionNew {
	color: #27b443;
	border-color: #27b443;
}

.CatalogMegaActionNew:hover {
	background: #f1fff4;
}

.CatalogMegaActionBadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 18px;
	padding: 0 5px;
	border-radius: 3px;
	background: #27b443;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.CatalogMegaContent {
	padding: 24px 28px 30px;
	background: #fff;
}

.CatalogMegaPanel {
	display: none;
	column-count: 4;
	column-gap: 54px;
}

.CatalogMegaPanel.is-active {
	display: block;
}

.CatalogPanelColumn {
	display: inline-block;
	width: 100%;
	margin: 0 0 26px;
	break-inside: avoid;
	page-break-inside: avoid;
}

.CatalogPanelColumn h3 {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 800;
}

.CatalogPanelColumn h3 a {
	color: #111;
	text-decoration: none;
}

.CatalogPanelColumn h3 a:hover {
	color: #ff5a00;
}

.CatalogList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.CatalogList li {
	margin: 0 0 8px;
	padding: 0;
}

.CatalogList a {
	color: #858585;
	font-size: 14px;
	line-height: 1.35;
	text-decoration: none;
}

.CatalogList a:hover,
.CatalogList a.is-active {
	color: #ff5a00;
}

@media (max-width: 1200px) {
	.CatalogMegaPanel {
		column-count: 3;
		column-gap: 36px;
	}
}

@media (max-width: 900px) {
	.CatalogMegaMenu {
		grid-template-columns: 1fr;
	}

	.CatalogMegaSidebar {
		border-right: 0;
		border-bottom: 1px solid #e1e1e1;
	}

	.CatalogMegaPanel {
		column-count: 2;
	}
}

@media (max-width: 600px) {
	.CatalogMegaPanel {
		column-count: 1;
	}

	.CatalogMegaContent {
		padding: 20px 16px;
	}

	.CatalogMegaNavItem {
		padding-left: 16px;
	}
}
.HeroGrid 
{
	display: flex;
	align-items: stretch;
	gap: 12px;
}

.HeroSlider,
.SideBanner {
  overflow: hidden;
  border-radius: var(--RadiusLarge);
  background: var(--SoftBackground);
}

.HeroSlider {
  position: relative;
  flex: 1 1 72%;
}

.HeroSide 
{
	flex: 0 0 300px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.SideBanner {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 180px;
    border-radius: 12px;
    text-decoration: none;
    background: #f3f3f3;
}

.SideBanner img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.SideBanner:hover img {
    transform: scale(1.04);
}

.SideBanner .Desc 
{
    position: absolute;
    left: 30px;
    bottom: 26px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 90%;
    transform: translateY(-50%);
}
.SideBanner .DescCount 
{
    font-size: 13px;
    line-height:normal;
    color: #ffffff;
	margin:0 0 10px;
}
.SideBanner .DescName 
{
    font-family: 'Inter Medium';
    font-size: 18px;
    line-height:normal;
    color: #ffffff;
}

.SideBanner {
  flex: 1 1 0;
  display: block;
}

.HeroSliderViewport {
  height: 100%;
  overflow: hidden;
  border-radius: var(--RadiusLarge);
}

.HeroSliderTrack {
  height: 100%;
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.HeroSlide {
    position: relative;
    flex: 0 0 100%;
    min-height: 360px;
    overflow: hidden;
    border-radius: 12px;
    background: #f3f3f3;
}

.HeroSlide img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.HeroSlide .Desc {
    position: absolute;
    top: 50%;
    left: 64px;
    z-index: 2;

    width: min(100%, 520px);
    padding: 24px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    transform: translateY(-50%);
}

.HeroSlide .Name 
{
    max-width: 670px;
    margin-bottom: 25px;
    font-family: 'Inter Medium';
    line-height: normal;
    font-size: 36px;
    color: #ffffff;
}
.HeroSlide .Anonse 
{
    max-width: 480px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #ffffff;
}
.HeroSlider img,
.SideBanner img,
.HeroSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.HeroSliderArrow 
{
	position: absolute;
	bottom: 20px;
	z-index: 4;
	width: 37px;
	height: 37px;
	border: 0;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.34);
	line-height: 1;
	cursor:pointer;
	font-size:0px;
	transform: translateY(-50%);
}
.HeroSliderArrowPrev 
{
    background-image: url(svg/arrow-left-white.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
	right: 63px;
}
.HeroSliderArrowPrev:hover
{
    background-image: url(svg/arrow-left-white.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.HeroSliderArrowNext 
{
    background-image: url(svg/arrow-right-white.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
	right: 20px;
}
.HeroSliderArrowNext:hover
{
    background-image: url(svg/arrow-right-white.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.HeroSliderDots 
{
	position: absolute;
	left: 58px;
	bottom:31px;
	z-index: 4;
	display: flex;
	gap: 8px;
}

.HeroSliderDot 
{
	width: 12px;
	height: 3px;
	cursor:pointer;
	padding: 0;
	border: 0;
	border-radius: 3px;
	background: rgba(219, 210, 208, 0.30);
}
.HeroSliderDot.IsActive 
{
	background: #dbd2d0;
}

.CategorySection 
{
    position: relative;
	padding: 44px 0 0;
}

.CategorySection .RoundArrow
{
	top:50%;
}  
.CategorySection .RoundArrow
{
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background-color:#f8f8f8;
	line-height: 1;
	cursor:pointer;
	font-size:0px;
	transform: translateY(-50%);
}

.CategorySlider,
.BrandSlider {
  position: relative;
}

.CategorySliderViewport,
.BrandSliderViewport {
  overflow: hidden;
}

.CategorySliderTrack,
.BrandSliderTrack {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.CategorySliderPage {
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.CategoryBox 
{
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.CategoryCard 
{
	position: relative;
	min-height: 170px;
	flex: 1 1 calc(25% - 12px);
	overflow: hidden;
	line-height:normal;
	padding:35px;
	border-radius: var(--RadiusMedium);
	background: #f1f1f1;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.CategoryCard:hover,
.ProductCard:hover,
.BrandCard:hover,
.FeatureCard:hover 
{
	box-shadow: var(--ShadowSoft);
}
.CategoryCardTitle 
{
    font-family: 'Inter Medium';
	display: block;
	font-size:15px; 
	line-height:normal;
	margin-bottom: 10px;
}
.CategoryCard:hover .CategoryCardTitle
{
    color: #f58220;
}
.CategoryCard small 
{
	color: #b2b2b2;
}
.CategoryCardArrow 
{
	position: absolute;
	left: 35px;
	bottom: 30px;
	color: #a2abb2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}
.CategoryCard:hover .CategoryCardArrow 
{
    transform: translateX(5px);
    color: #f58220;
}

.CategoryCard img
{
	position: absolute;
	right:0;
	top: 0;
}

.RoundArrow 
{
	position: absolute;
	z-index: 3;
	width: 24px;
	height: 24px;
	border: 0;
	margin:0;
	background-color: #fff;
	color: #9aa3aa;
	font-size: 22px;
	line-height: 1;
	transform: translateY(-50%);
	font-size:0px;
    top: calc(63px + 52px);
    transform: translateY(-50%);
}

.RoundArrowLeft 
{
    background-image: url(svg/arrow-left.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
	left: -25px;
}
.RoundArrowLeft:hover
{
    background-image: url(svg/arrow-left-hv.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}

.RoundArrowRight 
{
    background-image: url(svg/arrow-right.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
	right:-25px;
}
.RoundArrowRight:hover
{
    background-image: url(svg/arrow-right-hv.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}

.RoundArrow:disabled,
.HeroSliderArrow:disabled {
  opacity: 0.45;
  cursor: default;
}

.ProductsSection,
.SalesSection,
.BrandSection,
.BlogSection,
.AboutSection {
  padding-top:60px;
}

.SectionHeader
{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 50px;
}
.SectionTitleRow 
{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 29px;
}

.SectionHeader .Title,
.SectionTitleRow .Title,
.AboutCard .Title 
{
	font-family: 'Inter Medium';
	margin: 0;
	font-size: 24px;
	line-height: normal;
	color:#212121;
}

.TitleBox
{
    display: flex;
    justify-content: space-between;
    gap: 110px;
    align-items: baseline;
}

.SmallLink a
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	font-size:14px;
	line-height:36px;
	border-radius: 4px;
	border: 1px solid #dfe4e7;
	background: transparent;
	color: #212121;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease,background 0.25s ease;
}
.SmallLink a::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: skewX(-20deg);
	transition: left 0.55s ease;
}
.SmallLink a:hover 
{
	background: #ff8f2a;
	border: 1px solid #ff8f2a !important;
	color: #fff;
}
.SmallLink a:hover::before
{
	left: 130%;
}.FilterBox
{
    margin: 0 0 20px;
}
.FilterBox .FilterBlock
{
	position:relative;
	width:70%;
}
.Filter a
{
    background-image: url(images/svg/filter.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    font-family: 'IBM Plex Sans Bold';
    font-size: 15px;
	display:block;
	margin:0 0 19px;
	color:#212121;
	padding:0 0 0 25px;
}
.Filter .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -0.5%;
}
.FilterBlock .Labels
{
	background-image: url(images/svg/filter-icon.svg);
	background-position: 0% 42%;
	background-repeat: no-repeat;
	background-size: 18px;
	position: relative;
	padding: 0 0 0 11px;
}
.FilterBlock .Labels .Label
{
	background:#fff;
	border:1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size:14px;
	line-height:32px;
	display: inline-block;
    vertical-align: middle;
    position: relative;
	margin:0 5px 8px 0;
	padding:0 27px 0 13px;
}
.FilterBlock .Labels .Label:hover
{
	border:1px solid #efefef;
}
.FilterBlock .Label .Name
{
	cursor:pointer;
	position:relative;
	font-size:15px;
	color:#000000;
	margin:0;
	text-decoration:none;
}
.FilterBlock .Label .Name i
{
    position: absolute;
    cursor: pointer;
    display: block;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: 5px 0 0;
}
.FilterBlock .Label .Name i.Plus
{
	background:url(images/filter-close.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.FilterBlock .Label .Name i.Minus
{
	background:url(images/filter-open.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.bx_filter_block
{
    background: #fff;
    -webkit-box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    position: absolute;
    top: 40px;
    min-width: 247px;
    margin: 0;
    padding: 30px 15px;
    z-index: 90;
    left: 0;
}
.FilterBlock .PriceBox
{
    background: #f6f6f6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border:1px solid #eeeeee;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: flex-start;
}
.FilterBlock .PriceBox input
{
	font-family: 'Inter Regular';
	font-size: 14px;
	color: #212121;
	text-align:center;
}
.FilterBlock .PriceBox .min-price
{  
	border-right: 1px solid #eeeeee;
}
.FilterBlock .CheckboxList .Box
{
    overflow-y: scroll;
    max-height: 310px;
}
.FilterBlock .CheckboxList .Box::-webkit-scrollbar 
{
    width: 4px;
}
.FilterBlock .CheckboxList .Box::-webkit-scrollbar-track 
{
    background-color: #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.FilterBlock .CheckboxList .Box::-webkit-scrollbar-thumb 
{
    background-color:#646464;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.FilterBlock .checkbox:first-child
{
    margin:0;
}
.FilterBlock .checkbox
{
    margin: 15px 0 0;
}
.FilterBlock .checkbox label
{
    padding:0;
}
.FilterBlock .checkbox input[type="checkbox"] 
{
    display: none;
}
.FilterBlock input[type="checkbox"] + label div,
.FilterBlock input[type="checkbox"] + label span  
{
	background-image:url(svg/checkbox.svg);
	background-position:0% 50%;
	background-repeat:no-repeat;
	background-size:20px;
    cursor: pointer;
    display: block;
    min-height: 20px;
	line-height:normal;
    margin: 0;
    padding: 1px 0 0 29px;
    vertical-align: middle;   
	transition:none;
    color:#212121;
	font-size:14px;
} 
.FilterBlock input[type="checkbox"]:checked + label div,
.FilterBlock input[type="checkbox"]:checked + label span
{
	background-image:url(svg/checkbox-checked.svg);
	background-position:0% 50%;
	background-repeat:no-repeat;
	background-size:20px;
    color:#212121;
}
.FilterBlock .disabled
{
    color:#7b7b7b;
}
.FilterBlock .hidden
{
    display: none !important;
}
.FilterBlock input[type="button"]
{
    width: 100%;
	color:#fff;
    margin: 5px 0 0;
    display: block;
	text-decoration:none;
}
.FilterBox .bx_filter_button_box input
{
    display: none;
}
.FilterBlock .smartfilter
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: flex-start;
}
.FilterBox .SortBlock
{
	line-height:33px;
	white-space:nowrap;
}
.catalog-sort {
    position: relative;
    display: inline-block;
}

.catalog-sort__button 
{
	background:#ffffff !important;
	border:1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 13px;
    background: transparent;
    cursor: pointer;
	font-size: 14px;
	line-height: 36px !important;
	height: 36px !important;
}
.catalog-sort__button:hover 
{
    border: 1px solid #efefef;
}
.catalog-sort__button span
{
    font-size: 14px;
    color: #212121;
}
.catalog-sort__arrow path
{    
	color: #292d32;
}

.catalog-sort__arrow
{
    transition: transform .2s ease; 
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.catalog-sort.is-open .catalog-sort__arrow {
    transform: rotate(180deg);
}

.catalog-sort__menu 
{
	background: #fff;
	-webkit-box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 5px 39px 0px rgba(0, 0, 0, 0.18);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	position: absolute;
	top: 40px;
	min-width: 247px;
	margin: 0;
	padding: 30px 15px;
	z-index: 90;
	left: 0;
    display: none;
}

.catalog-sort.is-open .catalog-sort__menu {
    display: block;
}

.catalog-sort__option {
    display: block;
    padding: 0 15px;
    text-decoration: none;  
	font-size: 14px;
	color: #212121;
}

.catalog-sort__option:hover 
{
	color:#f58220;
}

.catalog-sort__option.is-selected 
{	
	color:#f58220;
}
.ProductGrid 
{
    --ProductGap: 12px;
    --ProductColumns: 4;

    display: flex;
    flex-wrap: wrap;
    gap: var(--ProductGap);
    justify-content: flex-start;
    align-items: stretch;
}
.ProductGrid.Big .ProductCard
{
	position: relative;
    min-height: 390px;
    flex: 0 0 calc(
        (100% - (var(--ProductGap) * (var(--ProductColumns) - 1)))
        / var(--ProductColumns)
    );

    max-width: calc(
        (100% - (var(--ProductGap) * (var(--ProductColumns) - 1)))
        / var(--ProductColumns)
    );

    min-width: 0;

    display: flex;
    flex-direction: column;

    padding: 21px;
    border: 1px solid var(--LineColor);
    border-radius: var(--RadiusMedium);
    background: var(--CardBackground);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ProductCard 
{
    flex: 0 0 calc((100% - 48px) / 5);
    max-width: calc((100% - 48px) / 5);

    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;

    padding: 21px;
    border: 1px solid #ededed;
    border-radius: var(--RadiusMedium);
    background: var(--CardBackground);
	margin:0 0 12px;
}

.ProductCard.IsHidden {
  display: none;
}

.ProductCardLabels 
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	gap: 4px;
	z-index: 20;
}

.ProductCardLabels span 
{
	min-height: 22px;
	display: inline-flex;
	align-items: center;
	border-radius: 2px;
	background: #ffd21f;
	padding: 0 7px;
	color: #4a4a24;
	line-height:24px;
	font-size: 13px;
}

.ProductCardLabels .Hit 
{
	background: #3a86e4;
	color: #fff;
}
.ProductCardLabels .LabelBlue 
{
	background: #3a86e4;
	color: #fff;
}

.ProductCardLabels .New 
{
	background: #79d36a;
	color: #fff;
}
.ProductCardLabels .LabelGreen 
{
	background: #79d36a;
	color: #fff;
}
.ProductCard .FavoriteButton
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.FavoriteButton 
{
    background-image: url(svg/catalog-favorite.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 25px;
	cursor:pointer;
	font-size:0px;
	width: 25px;
	height: 25px;
	border: 0;
	margin:0;
	border-radius: 50%;
	background-color: #fff;
	color: #b6bdc3;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.FavoriteButton:hover
{
    background-image: url(svg/catalog-favorite-hv.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 25px;
}
.FavoriteButton.itserw_wishlist_added
{
    background-image: url(svg/catalog-favorite-hv.svg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 25px;
}
.CatalogTabs
{
	background:#f8f8f8;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;	
	padding:65px 25px;
}
.CatalogTabs ul.TabsLink
{
	list-style:none;
	margin:0;
	padding:0;
}
.CatalogTabs ul.TabsLink li
{
    border: 0;
    background: #f1f1f1;
    transition: color 0.2s ease, background-color 0.2s ease;
	margin:0 5px 5px 0;
    padding: 0 15px;
	display:inline-block;
	cursor:pointer;
	color:#212121;
	height: 38px;
	line-height: 38px;
    border-radius:5px;
}
.CatalogTabs ul.TabsLink li.Active
{
    background:#f37923;
    color: #fff;
}
.CatalogTabs .BlockBox
{
	display:none;
}
.CatalogTabs .BlockBox.Active
{
	display:block;
}
.CatalogTabs .ProductCard
{
    border: 1px solid #fff;
}
@media (max-width: 1200px) {
    .ProductCard {
        flex-basis: calc((100% - 36px) / 4);
        max-width: calc((100% - 36px) / 4);
    }
}

@media (max-width: 992px) {
    .ProductCard {
        flex-basis: calc((100% - 24px) / 3);
        max-width: calc((100% - 24px) / 3);
    }
}

@media (max-width: 768px) {
    .ProductCard {
        flex-basis: calc((100% - 12px) / 2);
        max-width: calc((100% - 12px) / 2);
        padding: 14px;
    }
}

@media (max-width: 480px) {
    .ProductCard {
        flex-basis: 100%;
        max-width: 100%;
    }
	.BrendsList .Items .Item
	{
		width: 48% !important;
	} 
}
@media (max-width: 1200px) 
{
    .ProductGrid.Big .ProductCard 
	{
        flex-basis: calc((100% - 36px) / 4);
        max-width: calc((100% - 36px) / 4);
    }
}

@media (max-width: 992px) {
    .ProductGrid .ProductCard 
	{
        flex-basis: calc((100% - 12px) / 2);
        max-width: calc((100% - 12px) / 2);
    }
    .ProductGrid.Big .ProductCard
	{
        flex-basis: calc((100% - 12px) / 2);
        max-width: calc((100% - 12px) / 2);
    }
	.ProductsSection .Container
	{
		padding:0;
	}
	.CatalogTabs
	{
		padding: 45px 16px;
	}
}

@media (max-width: 520px) 
{
    .ProductGrid .ProductCard {
        flex-basis: calc((100% - 12px) / 2);
        max-width: calc((100% - 12px) / 2);
		margin:0;
    }
	.ProductGrid .ProductCard
	{
		padding: 15px;
	}
	 .ProductGrid.Big .ProductCard
	{
		padding: 15px;
	}
	.ProductCard .Image
	{
		height: 190px !important;
		margin: 0 0 20px !important;
	}
	.product-item-image-original, .product-item-image-alternative
	{
		height: 165px;
	}
} 
.ProductGrid 
{ 
	margin:0 0 12px;
}
.ProductCard .Image
{
	position:relative;
    height: 220px;
	margin:0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ProductCard img 
{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.ProductCard .Name
{
	font-size: 14px;
    line-height: 1.5em;
	color:#212121;
	margin:0 0 17px;
}
.ProductCard .Name a:hover
{
    color: #f58220;
}
.ProductCard .Prices 
{
	display: flex;
	flex-wrap: wrap;
	margin:0 0 18px;
	gap: 10px;
}
.ProductCard .Prices .Price
{
    font-family: 'Inter SemiBold';
	font-size: 16px;
	color:#212121;
	margin:0 10px 0 0;
}
.ProductCard .Prices .OldPrice
{
	font-size: 12px;
    color: #b6b6b6;
    text-decoration: line-through;
}
.ProductCard .item-inner,
.ProductCard .item-info,
.ProductCard .item-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ProductCard .item-content {
	flex: 1 1 auto;
}

.ProductCard .item-add,
.ProductCard .product-item-button-container,
.ProductCard .AvailableBtn {
	margin-top: auto;
}

.ProductCard .item-add {
	padding-top: 16px;
}

.AddBasket {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.ProductCard p 
{
  min-height: 58px;
  margin: 8px 0 9px;
  color: #384047;
  font-size: 13px;
  line-height: 1.35;
}
.ProductBuyCard .StockStatus 
{	
    margin: 0;
}
.StockStatus 
{	
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}
.StockStatus .Yes
{
    background-image: url(svg/checkmark.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 12px;
	padding:0 0 0 17px;
	color:#29c338;
}
.ContPage .ContBox
{
	padding:25px 0 0;
}
.Breadcrumbs
{
    color: #646464;
	font-size:13px;
    overflow: hidden;
	margin:0 0 37px;
}
.Breadcrumbs ul
{
	list-style:none;
	margin:0;
	padding:0;
}
.Breadcrumbs ul li
{
    display: inline-block;
	padding:0;
}
.Breadcrumbs .Del
{
	margin:0 10px;
}
.Breadcrumbs a
{
	color:#646464;
}
.Breadcrumbs a:hover
{
    color: #f58220;
}
h1.TitlePage span
{
    font-size: 12px;
    display: inline-block;
    color: #b3b3b3;
    vertical-align: top;
}
.LeftBlock 
{
    width: 22%;
    float: left;
}
.LeftMenu 
{
	background:#ffffff;
}
.LeftMenu .Title
{
    font-family: 'Inter SemiBold';
	font-size:16px;
    color: #212121;
	margin:0 0 29px;
}
.LeftMenu ul
{
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}
.LeftMenu ul li
{
	padding:0 !important;
	margin:0 !important;
}
.LeftMenu ul li:before
{
	display:none !important;
}
.LeftMenu > ul > li:first-child
{
    border-top:none;
}
.LeftMenu > ul > li
{
    border-top: 1px solid #eeeeee;
}
.LeftMenu ul li.Parent.Open ul
{
	display:block;
	padding:0 0 10px !important;
}
.LeftMenu ul li.Parent.Close ul
{
	display:none;
}
.LeftMenu ul li.Parent > a
{
    padding: 10px 13px;
	position:relative;
    display: block;
    color:#212121;
}
.LeftMenu ul li a:hover
{
    color: #f58220;
}
.LeftMenu ul li.Active a
{
    color:#212121;
}
.LeftMenu ul li.Parent.Open > a:before
{
    background-image: url(svg/parent-menu.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 18px;
    display: inline-block;
    content: "";
    position: absolute;
    padding: 0;
    width: 15px;
    top: 50%;
    left: -5px;
    margin: -9px 0 0 0;
    height: 15px;
}
.LeftMenu ul li.Parent ul
{
	padding:0;
}
.LeftMenu ul li ul li
{
	line-height:normal;
	margin:0;
}
.LeftMenu ul li ul li:last-child
{
	margin:0;
}
.LeftMenu ul li ul li a
{
	color:#212121;
	font-size:14px;
	display:block;
	padding:10px 25px;
}
.LeftMenu ul li ul li a:hover
{
    color: #f58220;
}
.LeftMenu ul li ul li.Active a
{
	background:#f2f2f2;
	border-radius:3px; 
	color:#212121;
}
.ContBlock 
{
    width: 78%;
    float: left;
}
.ContBlock .Content
{
    padding:0 0 0 33px;
}
.ContBox.Big .ContBlock 
{
    width: 100%;
    float: none;
}
.ContBox.Big .ContBlock .Content
{
    padding:0;
}
.ContBox.Big .ContBlock .Content .ContBlock
{
    width: 78%;
    float: left;
}
.ContBox.Big .ContBlock .Content .ContBlock .Content
{
    padding:0 0 0 33px;
}
.Content ul
{
	list-style:none;
	margin:0 0 30px;
	padding:0;
}
.Content ul li
{
    position: relative;
	padding:0 0 0 20px;
	margin:0 010px;
}
.Content ul li:before 
{
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background: #666;
    width: 11px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}    
.MobileTitle
{
	font-family: 'Inter Medium';
	display:none;
    font-size: 24px;
    color: #212121;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 36px;
}
.ProductDetail {
    padding: 32px 0 48px;
}
.ProductDetail {
    padding: 32px 0 48px;
}

.ProductDetailInner {
    display: flex;
    align-items: flex-start;
    gap: 29px;
}

.ProductGallery 
{
    flex: 0 0 40.5%;
    min-height: 600px;

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

    padding: 40px;
    border: 1px solid var(--LineColor);
    border-radius: 6px;
    background: #fff;
}

.ProductGallery {
    position: relative;
    flex: 0 0 40.5%;
    min-height: 600px;

    display: flex;
    align-items: stretch;
    justify-content: center;

    padding: 40px;
    border: 1px solid var(--LineColor);
    border-radius: 6px;
    background: #fff;
}

.ProductGallerySlider {
    position: relative;
    width: 100%;
    min-width: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ProductGalleryViewport {
    width: 100%;
    overflow: hidden;
}

.ProductGalleryTrack {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
}

.ProductGallerySlide {
    flex: 0 0 100%;
    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductGallerySlide img {
    display: block;
    max-width: 100%;
    max-height: 480px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ProductGalleryArrow {
    position: absolute;
    top: 50%;
    z-index: 3;

    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;

    background-color: #fff;
    box-shadow: var(--ShadowSoft);
    cursor: pointer;

    font-size: 0;
    transform: translateY(-50%);
}

.ProductGalleryArrowPrev {
    left: -17px;
    background-image: url(svg/arrow-left.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}

.ProductGalleryArrowNext {
    right: -17px;
    background-image: url(svg/arrow-right.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}

.ProductGalleryArrowPrev:hover {
    background-image: url(svg/arrow-left-hv.svg);
}

.ProductGalleryArrowNext:hover {
    background-image: url(svg/arrow-right-hv.svg);
}

.ProductGalleryArrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.ProductGalleryDots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    margin-top: 20px;
}

.ProductGalleryDot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;

  background: #f2f2f2;
    cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.ProductGalleryDot.IsActive 
{
  background: #f58220;
}

.ProductGallery img {
    display: block;
    max-width: 100%;
    max-height: 480px;
    object-fit: contain;
}

.ProductInfo {
    flex: 1 1 auto;
    min-width: 0;
    padding:10px 0 0;
}


.ProductLabels
{
	display: flex;
	gap: 4px;
	margin:0 0 20px;
}
.ProductLabels span 
{
	min-height: 22px;
	display: inline-flex;
	align-items: center;
	border-radius: 2px;
	background: #ffd21f;
	padding: 0 7px;
	color: #4a4a24;
	line-height:24px;
	font-size: 13px;
}


.ProductLabel.Hit {
    background: #ffd21f;
}

.ProductLabel.New {
    color: #fff;
    background: #79d36a;
}

.ProductTitle 
{
    max-width: 600px;
    margin: 0 0 44px;
    font-family: 'Inter Medium';
    font-size: 24px;
    color: #212121;
}

.ProductProps 
{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0 0 25px;
    line-height: normal;
}

.ProductProp 
{
    display: flex;
    align-items: baseline;
    gap: 5px;
    font-size: 14px;
    color: #212121;
}

.ProductProp span 
{
    color: #646464;
}
.ProductProp b 
{
    font-weight:normal;
}

.BrandButton a 
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	line-height: 36px;
	border-radius: 4px;
	background: transparent;
	border:1px solid #f2f2f2;
	color: #212121;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease,background 0.25s ease;
}
.BrandButton a::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: skewX(-20deg);
	transition: left 0.55s ease;
}
.BrandButton a:hover 
{
	background: transparent;
	border:1px solid #f58220;
	color: #f58220;
}

.ProductDescription 
{
    max-width: 560px;
    padding: 31px 0 0;
    border-top: 1px solid var(--LineColor);
	margin:35px 0 0;
    font-size: 14px;
    color: #212121;
}
.ProductDescription p
{
	padding:0;
}
.ProductAside {
    flex: 0 0 360px;

    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ProductBuyCard,
.ProductBenefits {
    border: 1px solid var(--LineColor);
    border-radius: 6px;
    background: #fff;
}

.ProductBuyCard {
    overflow: hidden;
}

.BuyCardTop 
{
    min-height: 44px;
    padding: 0 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid var(--LineColor);
}

.BuyCardBottom 
{
    padding: 40px 30px;
}

.ProductPrice 
{
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 22px;
}

.CurrentPrice 
{
    font-family: 'Inter Medium';
    font-size: 24px;
    color: #212121;
}

.OldPrice {
    position: relative;
    font-size: 13px;
    color: #b6b6b6;
    text-decoration: line-through;
}

.BuyActions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.Quantity 
{
    flex: 0 0 90px;
    height: 38px;
    display: flex;
    align-items: center;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.Quantity button 
{
    width: 30px;
    height: 100%;
    border: 0;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    color: #212121;
}

.Quantity button:hover {
    color: var(--AccentColor);
}

.Quantity input 
{
    width: 30px;
    height: 100%;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #212121;
    outline: none;
}

.AddCartButton a 
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	line-height: 36px;
	border-radius: 4px;
	background: #f58220;
	border:1px solid #f58220;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease,background 0.25s ease;
}
.AddCartButton a.AddBasket
{
	background: #212121;
	border:1px solid #212121;
	color: #fff;
}
.AddCartButton a::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: skewX(-20deg);
	transition: left 0.55s ease;
}
.AddCartButton a:hover 
{
	background: transparent;
	border:1px solid #f58220;
	color: #f58220;
}
.AddCartButton a:hover::before
{
	left: 130%;
}

.ProductBenefits {
    padding:30px;
}

.ProductBenefit {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.ProductBenefit p
{
	padding:0;
}

.ProductBenefit + .ProductBenefit {
    margin-top: 28px;
}

.BenefitIcon 
{
    background-image: url(svg/check.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    flex: 0 0 21px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    line-height: 1;
}

.ProductBenefit
{
    margin: 0;
	padding:0;
    font-size: 14px;
    color: #212121;
}

@media (max-width: 1280px) {
    .ProductDetailInner {
        gap: 20px;
    }

    .ProductGallery {
        flex-basis: 38%;
        min-height: 520px;
    }

    .ProductAside {
        flex-basis: 330px;
    }

    .ProductTitle {
        font-size: 26px;
    }

    .BuyActions {
        flex-direction: column;
        align-items: stretch;
    }

    .Quantity {
        flex-basis: 40px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .ProductDetailInner {
        flex-wrap: wrap;
    }

    .ProductGallery {
        flex: 0 0 calc(50% - 10px);
        min-height: 430px;
    }

    .ProductInfo {
        flex: 0 0 calc(50% - 10px);
    }

    .ProductAside {
        flex: 0 0 100%;
        flex-direction: row;
    }

    .ProductBuyCard,
    .ProductBenefits {
        flex: 1 1 50%;
    }

    .BuyActions {
        flex-direction: row;
    }

    .Quantity {
        flex: 0 0 90px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .ProductDetail {
        padding: 20px 0 36px;
    }

    .ProductDetailInner {
        flex-direction: column;
        gap: 18px;
    }

    .ProductGallery,
    .ProductInfo,
    .ProductAside {
        flex: 0 0 auto;
        width: 100%;
    }

    .ProductGallery {
        min-height: 340px;
        padding: 24px;
    }

    .ProductGallery img {
        max-height: 300px;
    }

    .ProductTitle {
        margin-bottom: 24px;
        font-size: 23px;
    }

    .ProductProps {
        gap: 12px;
    }

    .ProductProp {
        font-size: 15px;
    }

    .ProductDescription {
        padding-top: 22px;
    }

    .ProductDescription p {
        font-size: 15px;
    }

    .ProductAside {
        flex-direction: column;
    }

    .BuyCardBottom {
        padding: 24px 20px 28px;
    }

    .BuyCardTop {
        padding: 0 20px;
    }

    .ProductBenefits {
        padding: 22px 20px;
    }

    .ProductBenefit + .ProductBenefit {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .ProductGallery {
        min-height: 280px;
        padding: 18px;
    }

    .ProductGallery img {
        max-height: 240px;
    }

    .ProductLabels {
        margin-bottom: 10px;
    }

    .ProductTitle {
        font-size: 21px;
        line-height: 1.3;
    }

    .ProductPrice {
        flex-wrap: wrap;
    }

    .CurrentPrice {
        font-size: 26px;
    }

    .BuyActions {
        flex-direction: column;
        align-items: stretch;
    }

    .Quantity {
        width: 100%;
        flex-basis: 42px;
    }

    .AddCartButton {
        width: 100%;
        height: 44px;
    }
}

.ProductSlider {
    --ProductSliderGap: 12px;
    --ProductSliderItems: 5;
    position: relative;
}

.ProductSliderViewport {
    overflow: hidden;
}

.ProductSliderTrack {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--ProductSliderGap);

    transition: transform 0.35s ease;
    will-change: transform;
}

.ProductSliderTrack .ProductCard {
    flex: 0 0 calc(
        (100% - (var(--ProductSliderGap) * (var(--ProductSliderItems) - 1)))
        / var(--ProductSliderItems)
    );

    max-width: calc(
        (100% - (var(--ProductSliderGap) * (var(--ProductSliderItems) - 1)))
        / var(--ProductSliderItems)
    );

    min-width: 0;
}

.ProductSlider .RoundArrow {
    top: 50%;
    transform: translateY(-50%);
}

.ProductSlider .RoundArrowLeft 
{
    left: -40px;
}

.ProductSlider .RoundArrowRight 
{
    right: -40px;
}

.ProductSlider .RoundArrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.ProductSliderDots 
{
    display: none;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.ProductSliderDot {
    width: 8px;
    height: 8px;
	cursor:pointer;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background:#f2f2f2;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.ProductSliderDot.IsActive {
    background: #f58220;
    transform: scale(1.1);
}

.ProductSliderDots[hidden],
.BrandSliderDots[hidden] {
    display: none !important;
}

@media (max-width: 1200px) {
    .ProductSlider {
        --ProductSliderItems: 4;
    }
}

@media (max-width: 992px) {
    .ProductSlider {
        --ProductSliderItems: 3;
    }
}

@media (max-width: 768px) {
    .ProductSlider {
        --ProductSliderItems: 2;
    }
}

@media (max-width: 520px) {
    .ProductSlider {
        --ProductSliderItems: 2;
    }
}
.Catalog:last-child
{
	margin:0;
}
.Catalog 
{
	margin:0 0 55px;
}
.Catalog .Title
{
    font-family: 'Inter Medium';
	color:#212121;
	font-size:20px;
	margin:0 0 32px;
}
.MoreButton
{
    margin:38px 0 27px;
	text-align:center;
}
.MoreButton .Button
{
	background: transparent;
	border:1px solid #ededed;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	padding: 0 20px;
	color: #212121;
	margin: 0 auto;
}
.MoreButton .Button:hover
{
	background: transparent;
    border: 1px solid #f58220;
    color: #f58220;
}
.MoreButton .Button span 
{
    position: relative;
    padding: 0 24px 0 0;
}

.MoreButton .Button span::after 
{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url(svg/refresh.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform .2s ease-in-out;
}

.MoreButton .Button:hover span::after 
{
    background-image: url(svg/refresh-hv.svg);
    transform: translateY(-50%) rotate(45deg);
}
.Pagination
{
	text-align:center;
	margin:40px 0;
}
.Pagination .Pages .Flex
{
    align-items: center;
    justify-content: center;
}
.Pagination .Pages .Dots
{
    display: inline-block;
    vertical-align: middle;
	line-height:40px;
	width:40px;
	height:40px;
	margin:0 4px;
	color:#212121;
} 
.Pagination .Pages .Page
{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
	line-height:30px;
	width:30px;
	height:30px;
	margin:0 11px;
}
.Pagination .Pages .Page
{
	color:#212121;
}
.Pagination .Pages .Page:hover
{
    color: #f58220;
}
.Pagination .Pages .Page.Active
{
	background:#f2f2f2;
    font-family: 'Inter SemiBold';
	color:#212121;
}
.Pagination .Pages span.Prev
{
	opacity:0.5;
}
.PrevPage 
{
    background-image: url(svg/arrow-left.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    display: inline-block;
    vertical-align: middle;
	width:20px;
	height:20px;
	text-indent:-9999px;
	left: -20px;
}
.PrevPage:hover
{
    background-image: url(svg/arrow-left-hv.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.NextPage 
{
    background-image: url(svg/arrow-right.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    display: inline-block;
    vertical-align: middle;
	text-indent:-9999px;
	width:20px;
	height:20px;
	right:-20px;
}
.NextPage:hover
{
    background-image: url(svg/arrow-right-hv.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}

.PrevPage span,
.NextPage span
{
  opacity: 0.45;
  cursor: default;
}

.BrendsList .Items
{
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.5%;
}
.BrendsList .Items .Item
{
	float:left;
	width:24%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 0.5% 12px;
}
.BrendsList .Items .Item .Item_Inner
{
	background:#f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	display:block;
    width: 100%;
}
.BrendsList .Items .Item .Item_Inner
{
    background: #f1f1f1;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    position: relative;
	text-align:center;
}
.BrendsList .Items .Item .Item_Inner:before 
{
    position: absolute;
    content: ' ';
    right: 0;
    width: 100%;
    height: 100%;
}
.BrendsList .Items .Item .Item_Inner .Image
{
    height: 104px;
    background: #f1f1f1;
    border-radius: var(--RadiusMedium);
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
}
.BrendsList .Items .Item .Item_Inner .Image img 
{
    mix-blend-mode: multiply;
    display: inline-block;
    max-height:75px; 
} 
.BrendsList .Items .Item .Item_Inner .Image:before 
{
	position: absolute;
	content: ' ';
	right: 0;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
    border-radius: var(--RadiusMedium);
}
.BrendsDetail .Desc
{
    margin: 0 0 45px;
}
.Clear
{
    clear: both;
}

.bx-catalog-subscribe-button span
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	line-height: 36px;
	height: 36px;
	border-radius: 4px;
	background: transparent;
	cursor:pointer;
	border:1px solid #f58220; 
	color: #f58220;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease,background 0.25s ease;
}
.bx-catalog-subscribe-button span::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: skewX(-20deg);
	transition: left 0.55s ease;
}
.bx-catalog-subscribe-button span:hover 
{
	background: #f58220;
	border:1px solid #f58220;
	color: #fff;
}
.bx-catalog-subscribe-button span:hover::before
{
	left: 130%;
}

.CartButton
{
	margin:20px 0 0;
}
.CartButton a 
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	line-height: 36px;
	height: 36px;
	border-radius: 4px;
	background: #fff;
	border:1px solid #f58220;
	color: #f58220;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease,background 0.25s ease;
}
.CartButton a.AddBasket
{
	background: #212121;
	border:1px solid #212121;
	color:#fff;
} 
.CartButton a::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: skewX(-20deg);
	transition: left 0.55s ease;
}
.CartButton a:hover 
{
	background: #f58220;
	border:1px solid #f58220; 
	color: #fff;
}
.CartButton.InCart a:hover 
{
    background: #f58220;
    border: 1px solid #f58220;
    color: #fff;
}
.CartButton a:hover::before
{
	left: 130%;
}

.SaleCard,
.BlogCard,
.BrandCard,
.FeatureCard {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.SaleGrid {
    --BlogGap: 30px;
    --BlogColumns: 3;

    display: flex;
    flex-wrap: wrap;
    gap: var(--BlogGap);
    justify-content: flex-start;
    align-items: stretch;
} 

.SaleGrid .SaleCard 
{
    flex: 0 0 calc(
        (100% - (var(--BlogGap) * (var(--BlogColumns) - 1)))
        / var(--BlogColumns)
    );

    max-width: calc(
        (100% - (var(--BlogGap) * (var(--BlogColumns) - 1)))
        / var(--BlogColumns)
    );

    min-width: 0;
}

@media (max-width: 960px) 
{
	.MobileTitle
	{
		display:block;
	}
	.ProductTitle
	{
		display:none !important;
	}
    .SaleGrid {
        --BlogColumns: 2;
    }
	.ContBox.Big .ContBlock .Content .ContBlock .Content
	{
		padding:0;
	}
	.ContBox.Big .ContBlock .Content .ContBlock
	{
        width: 100%;
        float: none;
        clear: both;
	}
    .Breadcrumbs ul
	{
        white-space: nowrap;
        overflow-x: auto;
        margin-right: calc(var(--theme-page-width-padding) * -1);
        margin-left: calc(var(--theme-page-width-padding) * -1);
        padding-left: var(--theme-page-width-padding);
        padding-bottom: 5px;
    }
	.FilterBox
	{
		display:block !important;
	}
	.FilterBox .SortBlock 
	{
		margin: 0 0 10px;
	}
	.FilterBox .FilterBlock
	{
		width: 100%;
	}
	.FilterBlock .Labels
	{
		padding: 0;
	}
	.BrandSliderDots 
	{
		display: flex !important;
	}
	.BrandSlider .RoundArrow
	{
		display:none !important;
	}
	.ProductSliderDots 
	{
		display: flex !important;
	}
	.ProductSlider .RoundArrow
	{
		display:none !important;
	}
}

@media (max-width: 640px) {
    .SaleGrid 
	{
        --BlogColumns: 1;
    }
	#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="1"], 
	#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="2"], 
	#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="3"]
	{
		width: 98% !important;
	}
}

.SaleCard img,
.BlogCard img {
  width: 100%;
  border-radius: var(--RadiusMedium);
  object-fit: cover;
}
.SaleCard .Date 
{
	display: block;
	margin-top: 20px;
	color: #98a1a8;
	font-size: 13px;
}
.SaleCard .Name 
{
    font-family: 'Inter Medium';
	display: block;
	margin: 15px 0 0;
	font-size: 16px;
	color:#212121;
}
.SaleCard:hover .Name 
{
    color: #f58220;
}
.BrandSection 
{
	padding-top: 42px;
}
.BrandSlider {
	padding-top: 63px;
    position: relative;
	--BrandItems: 6;
}

.BrandTitleRow {
  position: absolute;
  top: 0;
  right: 24px;
  margin: 0;
}

.BrandSliderTrack {
  gap: 12px;
}

.BrandSliderDots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.BrandSliderDot {
  width: 8px;
  height: 8px;
	cursor:pointer;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.BrandSliderDot.IsActive {
  background: #f58220;
  transform: scale(1.1);
}

@media (max-width: 600px) {
  .ProductSliderDots,
  .BrandSliderDots {
    display: none !important;
  }
}

.BrandCard 
{
    flex: 0 0 calc((100% - (12px * (var(--BrandItems) - 1))) / var(--BrandItems));
    height: 104px;
    background: #f1f1f1;
    border-radius: var(--RadiusMedium);
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
}
.BrandCard img 
{
    mix-blend-mode: multiply;
    display: inline-block;
    max-height:104px; 
    margin:60px 0;
} 
.BrandCard:before 
{
	position: absolute;
	content: ' ';
	right: 0;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
    border-radius: var(--RadiusMedium);
}
.BlogGrid 
{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.BlogCard 
{
  flex: 1 1 calc(25% - 11px);
  min-width: 240px;
}
.BlogCard .Name
{
    font-family: 'Inter Medium';
	margin: 26px 0 12px;
	font-size: 16px;
	color:#212121;
	max-width:350px;
}
.BlogCard .Date 
{
	color: #98a1a8;
	font-size: 13px;
}
.BlogGrid.Big {
    --BlogGap: 25px;
    --BlogColumns: 3;

    display: flex;
    flex-wrap: wrap;
    gap: var(--BlogGap);
    justify-content: flex-start;
    align-items: stretch;
} 

.BlogGrid.Big .BlogCard {
    flex: 0 0 calc(
        (100% - (var(--BlogGap) * (var(--BlogColumns) - 1)))
        / var(--BlogColumns)
    );

    max-width: calc(
        (100% - (var(--BlogGap) * (var(--BlogColumns) - 1)))
        / var(--BlogColumns)
    );

    min-width: 0;
}

@media (max-width: 960px) {
    .BlogGrid.Big {
        --BlogColumns: 2;
    }
}

@media (max-width: 640px) {
    .BlogGrid.Big {
        --BlogColumns: 1;
    }
}
.entry-detail .blog-date
{
    color: #98a1a8;
    font-size: 13px;
	margin:15px 0 30px;
}
.AboutCard 
{
	display: flex;
	align-items: stretch;
	gap: 12px;
	margin:10px 0;
}

.AboutCardText 
{
	flex: 0 1 52%;
	padding: 47px 40px;
	border: 1px solid var(--LineColor);
	border-radius: var(--RadiusLarge);
	background: #fff;
}
.AboutCardText h1
{
	max-width:560px;
}
.AboutCardText .Anonse 
{
	margin: 20px 0 0;
	color: #4e4e4e;
	max-width:560px;
	font-size: 15px;
}

.AboutCard > img {
  width: 100%;
  min-height: 360px;
  flex: 1 1 52%;
  border-radius: var(--RadiusLarge);
  object-fit: cover;
}

.FeatureGrid 
{
	display: flex;
	margin: 10px -6px;
}

.FeatureCard {
  min-height: 160px;
  flex: 1 1 0;
  padding: 24px 28px;
  border: 1px solid var(--LineColor);
  border-radius: var(--RadiusMedium);
  margin:0 6px;
  background: #fff;
}
.FeatureCardIcon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--AccentColor);
  font-size: 26px;
}

.FeatureCard .Name 
{
    font-family: 'Inter Medium';
    margin:	25px 0 18px;
    font-size: 16px;
    color: #212121;
}

.FeatureCard .Anonse 
{
	margin: 0;
	max-width:250px;
	color: #4e4e4e;
	font-size: 14px;
}
.Button a 
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	line-height: 50px;
	border-radius: 4px;
	background: #f58220;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease,background 0.25s ease;
}
.Button a::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: skewX(-20deg);
	transition: left 0.55s ease;
}
.Button a:hover 
{
	background: #ff8f2a;
	color: #fff;
}
.Button a:hover::before
{
	left: 130%;
}
.Button.Grey a 
{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	line-height: 50px;
	border-radius: 4px;
	background: #f8f8f8;
	color: #212121;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease,background 0.25s ease;
}
.Button.Grey a::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.9), transparent);
	transition: left 0.55s ease;
}
.Button.Grey a:hover 
{
	background: #f8f8f8;
}
.Button.Grey a:hover::before 
{
	left: 130%;
}
.SiteFooter 
{
	border-top: 1px solid var(--LineColor);
	background: #fff;
    width: 100%;
    height: 354px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.FooterGrid 
{
	display: flex;
	gap: 52px;
	padding-top: 52px;
	padding-bottom: 42px;
	font-size:14px;
    color: #212121;
	line-height:normal;
}
.FooterColumn 
{
  flex: 1 1 0;
}
.FooterContacts 
{
  flex: 1.3 1 0;
}
.FooterColumn .Title 
{
    font-family: 'Inter Medium';
    margin: 0 0 28px;
    font-size: 15px;
    color: #212121;
}
.FooterColumn .Phone 
{
    font-family: 'Inter Bold';
    font-size: 14px;
    color: #212121;
    margin: 0 0 20px;
}
.FooterColumn .Adress 
{
	margin: 18px 0 0;
	color: #212121;
	font-style: normal;
}
.FooterGrid .Social 
{
	display: flex;
	gap: 8px;
	margin:40px 0 0;
}
.FooterGrid .Social a
{
	font-size:0px;
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 34px;
	vertical-align: middle;
}
.FooterGrid .Social a.Max span
{
    background-image: url(svg/max.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
	background-size:32px;
	display: inline-block;
	width: 32px;
	height: 32px;
} 
.FooterGrid .Social a.Vk span
{
    background-image: url(svg/vk.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
	background-size: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
}
.FooterGrid .Social a.Telegram span
{    
	background-image: url(svg/telegram.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 32px;
	display: inline-block;
	width: 32px;
	height: 32px;
} 
.FooterMenu li
{
	margin:0 0 20px;
}
.FooterMenu li:last-child
{
	margin:0;
}
.FooterMenu li a
{
	color:#4e4e4e;
}
.FooterMenu li a:hover
{
	color:#f58220;
}
.FooterBottom 
{
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-top: 1px solid var(--LineColor);
	color: #4e4e4e;
	font-size: 14px;
}
.FooterBottom span:last-child 
{
	display: flex;
	gap: 38px;
}
.FooterBottom a
{
	color:#4e4e4e;
}
.FooterBottom a:hover
{
	color:#f58220;
}

@media (max-width: 1180px) {
   .TopLineNav {
        display: none;
    }

    .MainHeaderInner {
        min-height: auto;
        padding-top: 14px;
        padding-bottom: 14px;

        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;

        gap: 14px 24px;
    }

    .Logo {
        order: 1;
        flex: 0 0 auto;
    }

    .Logo img {
        width: 158px;
        margin: 0;
    }

    .CatalogButton {
        order: 2;
        flex: 0 0 auto;
        width: auto;
    }

    .CatalogButton button {
        width: auto;
        min-width: 150px;
    }

    .HeaderActions {
        order: 3;
        width: auto;
        flex: 0 0 auto;

        display: flex;
        align-items: center;
        justify-content: flex-end;

        gap: 28px;
        margin-left: auto;
        padding: 0;
    }

    .HeaderAction.MobileMenu {
        display: flex;
    }

    .SearchForm {
        order: 4;
        flex: 0 0 100%;
        width: 100%;
        min-width: 0;
    }
  .TopLineInner {
    justify-content: space-between;
  }

  .TopLineNav {
    display: none;
  }

  .MainHeaderInner {
    flex-wrap: wrap;
  }

  .HeroGrid {
    flex-direction: column;
  }

  .HeroSide {
    flex: 0 0 auto;
    flex-direction: row;
  }

  .CategoryCard {
    flex-basis: calc(33.333% - 8px);
  }

  .ProductCard {
    flex-basis: calc(25% - 11px);
  }

  .CatalogPanelInner {
    flex-direction: column;
  }

  .CatalogPanelHeader {
    flex: 0 0 auto;
  }

  .CatalogPanelColumns {
    flex-wrap: wrap;
  }

  .CatalogPanelColumn {
    flex-basis: calc(50% - 9px);
  }

  .BrandSlider {
    --BrandItems: 3;
  }

  .AboutCard {
    flex-direction: column;
  }

  .AboutCardText,
  .AboutCard > img {
    flex-basis: auto;
  }
}

@media (max-width: 960px) 
{
	.MainHeaderInner 
	{
		padding-top: 20px;
		padding-bottom: 20px;
		gap: 20px;
	}

	.Logo 
	{
		flex: 1 1 auto;
	}
	
	.HeaderAction.MobileMenu
	{
		display:flex;
	}
	.CatalogButton 
	{
		flex: 0 0 130px;
	}

  .SearchForm {
    flex-basis: 100%;
  }

  .HeaderActions {
    justify-content: space-around;
    padding-bottom: 0;
  }

  .CatalogPanel {
    position: static;
    padding-bottom: 14px;
  }

  .CategoryCard,
  .ProductCard,
  .BlogCard {
    flex-basis: calc(50% - 7px);
  }

  .CatalogPanelColumn,
  .SaleCard,
  .FeatureCard,
  .FooterColumn {
    flex-basis: calc(50% - 14px);
  }

  .SaleGrid,
  .FeatureGrid,
  .FooterGrid {
    flex-wrap: wrap;
  }

  .FeatureGrid {
    gap: 12px;
  }

  .FeatureCard,
  .FeatureCard:first-child,
  .FeatureCard:last-child {
    border-radius: var(--RadiusMedium);
    border: 1px solid var(--LineColor);
  }

  .FeatureCard + .FeatureCard {
    border-left: 1px solid var(--LineColor);
  }

	.BrandSlider 
	{
		--BrandItems: 2;
	}
	.LeftBlock
	{
		width:100%;
		margin:0 0 20px;
	}
	.ContBlock
	{
		width:100%;
	}
	.ContBlock .Content
	{
		padding:0;
	}
	.SectionHeader .TitleBox
	{
		display:block;
	}
	.CatalogTabs ul.TabsLink
	{
		margin: 20px 0 0;
	}
	.FeatureCard .Anonse
	{
		max-width: 100%;
	}
	.FooterBottom {
		align-items: flex-start;
		flex-direction: column;
		padding-top: 22px;
		padding-bottom: 22px;
	}
}

@media (max-width: 768px) {
    .HeroSlide {
        min-height: auto;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
    }
    .HeroSlide img 
	{
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }
    .HeroSlide .Desc 
	{
        position: static;
        width: 100%;
        padding: 40px 40px 60px;
        align-items: flex-start;
        text-align: left;
        background: #212121;
        transform: none;
    }
    .HeroSlide .Name 
	{
        max-width: none;
		font-size: 26px;
    }
    .HeroSlide .Anonse 
	{
        max-width: none;
    }
    .HeroSlide .Button a 
	{
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 640px) {
  :root {
    --LayoutPadding: 16px;
  }

  .SiteHeader {
    position: sticky;
    top: 0;
  }

  .TopLineInner {
    min-height: 42px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .PhoneMenu {
    justify-content: center;
  }

  .PhoneMenu::after {
    right: 50%;
    width: min(280px, calc(100vw - 24px));
    transform: translateX(50%);
  }

  .PhoneDropdown {
    right: 50%;
    width: min(280px, calc(100vw - 24px));
    text-align: left;
    transform: translate(50%, -8px);
  }

  .PhoneMenu:hover .PhoneDropdown,
  .PhoneMenu:focus-within .PhoneDropdown {
    transform: translate(50%, 0);
  }

  .PhoneDropdown::before {
    right: calc(50% - 5px);
  }

  .Logo {
    flex-basis: auto;
  }

  .Logo img {
    width: 158px;
    margin: 0 auto;
  }

  .CatalogButton,
  .SearchForm {
    width: 100%;
    flex-basis: auto;
  }

  .HeaderActions 
  {
    gap: 10px;
  }

  .HeroSide,
  .SaleGrid,
  .FeatureGrid,
  .FooterGrid {
    flex-direction: column;
  }

  .HeroSlider img {
    min-height: 280px;
  }

  .SideBanner img {
    min-height: 155px;
  }

  .CategoryCard,
  .ProductCard,
  .SaleCard,
  .BlogCard,
  .FeatureCard,
  .FooterColumn,
  .CatalogPanelColumn {
    flex-basis: 100%;
    min-width: 0;
  }

  .CatalogPanelColumns {
    flex-direction: column;
  }

  .CatalogPanelColumn {
    min-height: auto;
  }

  .RoundArrow {
    top: auto;
    bottom: -42px;
    display: block;
  }

  .RoundArrowLeft,
  .ProductSlider .RoundArrowLeft {
    left: 0;
  }

  .RoundArrowRight,
  .ProductSlider .RoundArrowRight {
    right: 0;
  }

  .CategorySection,
  .BrandSection {
    padding-bottom: 44px;
  }

  .HeroSliderArrow {
    display: none;
  }

  .HeroSliderDots 
  {
	left: 40px;
    bottom: 30px;
  }

  .ProductsSection,
  .SalesSection,
  .BrandSection,
  .BlogSection,
  .AboutSection {
    padding-top: 34px;
  }

  .SectionHeader,
  .SectionTitleRow {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .SectionHeader h2,
  .SectionTitleRow h2,
  .AboutCard h2 {
    font-size: 23px;
  }

  .SmallLink {
    width: 100%;
  }

  .ProductCard {
    min-height: auto;
  }

  .ProductCard p {
    min-height: 0;
  }

  .BrandSlider {
    padding-top: 0;
    --BrandItems: 2;
  }

  .BrandTitleRow {
    position: static;
    margin-bottom: 14px;
  }

  .AboutCardText {
    padding: 28px 22px;
  }

  .AboutCard > img {
    min-height: 260px;
  }

  .FooterBottom span:last-child {
    flex-direction: column;
    gap: 10px;
  }
}


/* ===== Адаптивная шапка ===== */

@media (max-width: 1180px) {
    .TopLineNav {
        display: none;
    }

    .MainHeaderInner {
        min-height: auto;
        padding-top: 18px;
        padding-bottom: 18px;

        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px;
    }

    .Logo {
        order: 1;
        flex: 0 0 auto;
    }

    .CatalogButton {
        order: 2;
        flex: 0 0 auto;
    }

}
@media (max-width: 640px) {
    :root {
        --LayoutPadding: 16px;
    }

    .SiteHeader {
        position: static;
    }
    .MainHeaderInner {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;

        gap: 14px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .Logo {
        order: 1;
        flex: 1 1 auto;
        min-width: 120px;
    }

    .Logo img {
        width: 145px;
        margin: 0;
    }

    .HeaderActions {
        order: 2;
        width: auto;
        flex: 0 0 auto;

        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 14px;

        margin-left: auto;
    }

    .CatalogButton {
        order: 3;
        width: 100%;
        flex: 0 0 100%;
    }

    .CatalogButton button {
        width: 100%;
    }

    .SearchForm {
        order: 4;
        width: 100%;
        flex: 0 0 100%;
        min-width: 0;
    }
}
@media (max-width: 640px) {
    .HeaderAction {
        width: 30px;
        height: 30px;

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

        padding: 0;
        font-size: 0;
        line-height: 1;

        background-position: 50% 50%;
        background-size: 24px;
    }
    .HeaderAction .Count {
        top: -7px;
        right: -7px;
    }

    .HeaderAction.Login,
    .HeaderAction.Login:hover,
    .HeaderAction.Favorites,
    .HeaderAction.Favorites:hover,
    .HeaderAction.Cart,
    .HeaderAction.Cart:hover,
    .HeaderAction.MobileMenu,
    .HeaderAction.MobileMenu:hover {
        background-position: 50% 50%;
        background-size: 24px;
    }

    .HeaderAction.MobileMenu {
        display: flex;
    }
}/* ===== Шапка: адаптив до 960px ===== */

@media (max-width: 960px) {
    .TopLineNav {
        display: none;
    }

    .TopLineInner {
        min-height: 36px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .MainHeaderInner {
        min-height: auto;
        padding-top: 14px;
        padding-bottom: 14px;

        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;

        gap: 14px;
    }

    .Logo {
        order: 1;
        flex: 1 1 auto;
        min-width: 120px;
    }

    .Logo img {
        width: 158px;
        margin: 0;
    }

    .HeaderActions {
        order: 2;
        width: auto;
        flex: 0 0 auto;

        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 22px;

        margin-left: auto;
        padding: 0;
    }

    .HeaderAction {
        width: auto;
        min-width: 42px;

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

        padding: 30px 0 0;
        font-size: 13px;
        line-height: 1.2;

        background-position: 50% 0;
        background-size: 24px;
    }

    .HeaderAction span:not(.Count) {
        display: block;
        font-size: 13px;
        line-height: 1.2;
    }

    .HeaderAction.MobileMenu {
        display: flex;
    }

    .HeaderAction.MobileMenu .toggle,
    .HeaderAction.MobileMenu .bars {
        display: block;
        font-size: 13px;
        line-height: 1.2;
    }

    .CatalogButton {
        order: 3;
        flex: 0 0 100%;
        width: 100%;
    }

    .CatalogButton button {
        width: 100%;
    }

    .SearchForm {
        order: 4;
        flex: 0 0 100%;
        width: 100%;
        min-width: 0;
    }
}
@media (max-width: 640px) 
{
    .TopLineEmail a,
    .TopLinePhone {
        font-size: 13px;
    }

    .MainHeaderInner {
        gap: 12px;
    }

    .Logo {
        flex: 1 1 auto;
        min-width: 120px;
    }

    .Logo img {
        width: 150px;
    }

    .HeaderActions {
        gap: 14px;
        margin-left: auto;
    }

    .HeaderAction {
        width: 28px;
        min-width: 28px;
        height: 28px;

        padding: 0;
        font-size: 0;
        line-height: 0;

        background-position: 50% 50%;
        background-size: 24px;
    }

    .HeaderAction span:not(.Count),
    .HeaderAction.MobileMenu .toggle,
    .HeaderAction.MobileMenu .bars {
        font-size: 0;
        line-height: 0;
    }

    .HeaderAction .Count 
	{
        top: -8px;
        right: -8px !important;
    }

    .HeaderAction.Login,
    .HeaderAction.Login:hover,
    .HeaderAction.Favorites,
    .HeaderAction.Favorites:hover,
    .HeaderAction.Cart,
    .HeaderAction.Cart:hover,
    .HeaderAction.MobileMenu,
    .HeaderAction.MobileMenu:hover {
        background-position: 50% 50%;
        background-size: 24px;
    }
}
.Wishlist
{
	display:none !important;
}


.Popup 
{
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding: 40px 35px;
    margin: 0 auto;
    max-width: 500px !important;
    width: 100%;
}
.Popup .Title 
{
	font-family: 'Inter Medium';
    line-height: 1.4em;
    font-size: 24px;
    margin: 0 0 35px;
    color: #212121;
    padding: 0 80px 0 0;
}
.Popup b
{
    font-family: 'IBM Plex Sans Bold';
    font-weight:normal;
}
.Popup form 
{
    margin: 20px 0 0;
}
.fancybox-content .fancybox-close-small 
{
	background-color:transparent !important;
    top: 35px !important;
    right: 28px !important;
    padding: 0 !important;
	box-shadow:none !important;
}
.fancybox-content .fancybox-close-small span
{ 
	background-color:transparent !important;
	background-image:url(svg/close.svg);
	background-position:50% 50%;
	background-repeat:no-repeat; 
	background-size:28px;	
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	opacity:1;
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: top;
}
.fancybox-content .fancybox-close-small:hover span
{
	opacity:0.5;
}
#OrderForm
{
	max-width:420px;
}
font.notetext
{   
    font-size: 15px;
    display: block;
    color: #212121;
}
.Popup .Form p
{
    padding: 0 0 10px;
    font-size: 15px;
    line-height: 1.5em;
}
.Popup .Label.Prop148,
.Popup .Label.Prop149,
.Popup .Label.Prop150,
.Popup .Label.Prop187,
.Popup .Label.Prop188
{
	display:none !important;
} 
.Popup .Form .Label
{
    display: block;
	position:relative;
}
.Popup .Form .Submit 
{
    padding:15px 0 0;
}
.Popup .Form .AddReviews .PropNAME
{
    display: none;
}
.Popup .Form .Label .Name
{
    margin: 0 0 10px;
}
.Popup .Form .Label img
{
    position: absolute;
    top: 50%;
    margin: -4px 0 0;
    right: 10px;
}
.Popup .Form .Label label
{
	font-weight:normal;
	display: block;
}
.Popup .ask-field div
{
	display:block;
	margin:0 0 5px;
}
.Popup .Form .Label span
{
	display:block;
	margin:0 0 5px;
}
.Popup input[type="text"],
.Popup input[type="phone"], 
.Popup input[type="email"]
{
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Inter Regular';
    border: none;
    line-height: 47px;
    height: 47px;
    color: #a4a4a4;
    font-size: 14px;
    width: 100%;
    padding: 0 15px;
    margin: 0 0 15px;
}
.outtaHere
{
  display:none;
  position:absolute;
  left:-10000px;
}
.Popup .input_file_add 
{
	background-image:url(svg/upload.svg);
	background-position:0 50%;
	background-repeat:no-repeat;
	background-size:25px;
    margin: 0 0 20px !important;
    cursor: pointer;
    display: block;
	font-size:16px;
	line-height: 44px;
    padding: 0 0 0 32px;
    vertical-align: middle;   
	transition:none;
}
.Popup .Form .Label input#datestart 
{
    background-image: url(images/date-icon.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.Popup .Form .Label input#dateend
{
    background-image: url(images/date-icon.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.Popup textarea
{
	min-height:50px;
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Inter Regular';
    border: none;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.5em;
    color: #a4a4a4;
	height:100px;
    padding:10px 15px;
    width: 100%;
}
.Popup .Form .Stars 
{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin:15px 0;
    align-items: flex-start;
}
.Popup .Form .Stars .Name
{
    margin: 3px 0 0;
}
.Popup .Form .Stars .StarBox
{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: 15px;
  }
.Popup .Form .Stars input[type=radio] {
    display: none;
  }
.Popup .Form .Stars input[type=radio]:checked ~ label:before {
    background-image: url(images/svg/star-active.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #FD4;
  }
.Popup .Form .Stars label 
{
    font-size: 0;
	margin:0 5px 0 0;
    transition: transform .33s
  }
.Popup .Form .Stars label:before 
{
    background-image: url(images/svg/star.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    content: '';
    cursor: pointer;
  }
.Popup .Form .Stars label:hover 
{
    transform: scale(1.3);
}
.Popup .Form .Text 
{
    padding: 0 0 0 15px;
    color: #a6a6a6;
    font-size: 13px;
    line-height: normal;
}
.Popup input[type="submit"]
{
	background:#3d63cb;
	-webkit-box-shadow: 0px 5px 18px 0px rgba(61, 99, 203, 0.23);
	-moz-box-shadow: 0px 5px 18px 0px rgba(61, 99, 203, 0.23);
	box-shadow: 0px 5px 18px 0px rgba(61, 99, 203, 0.23);
    font-family: 'IBM Plex Sans Bold';
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    padding: 0 32px;
	font-size:16px;
	border:none;
}
.Popup input[type="submit"]:hover
{
    background:#ed1c24;
	-webkit-box-shadow: 0px 5px 18px 0px rgba(237, 28, 36, 0.23);
	-moz-box-shadow: 0px 5px 18px 0px rgba(237, 28, 36, 0.23);
	box-shadow: 0px 5px 18px 0px rgba(237, 28, 36, 0.23);
    color: #ffffff;
}
.Popup .Form .Submit input[type="submit"]
{
	background:#3d63cb;
	-webkit-box-shadow: 0px 5px 18px 0px rgba(61, 99, 203, 0.23);
	-moz-box-shadow: 0px 5px 18px 0px rgba(61, 99, 203, 0.23);
	box-shadow: 0px 5px 18px 0px rgba(61, 99, 203, 0.23);
    font-family: 'IBM Plex Sans Bold';
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    padding: 0 32px;
	font-size:16px;
	border:none;
}
.Popup .Form .Submit input[type="submit"]:hover
{
    background:#ed1c24;
	-webkit-box-shadow: 0px 5px 18px 0px rgba(237, 28, 36, 0.23);
	-moz-box-shadow: 0px 5px 18px 0px rgba(237, 28, 36, 0.23);
	box-shadow: 0px 5px 18px 0px rgba(237, 28, 36, 0.23);
    color: #ffffff;
}
.Popup .Form .Submit input[type="submit"]:disabled,
.Popup .Form .Submit input[type="submit"][disabled]
{
    background: #c4c4c4;
    cursor: default;
    color: #fff;
}
.artex-toast-close {
    border: 0;
}

/* Toast Notifications */
#artex-toast-container {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
    pointer-events: none;
}

.artex-toast {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 15px;
    width: 320px;
    display: flex;
    align-items: center;
    position: relative;
    pointer-events: auto;
    animation: artexToastIn 0.3s ease-out forwards;
    transition: opacity 0.3s, transform 0.3s;
}

.artex-toast.hiding {
    opacity: 0;
    transform: translateX(100%);
}

.artex-toast-img {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.artex-toast-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.artex-toast-content {
    flex-grow: 1;
    padding-right: 20px;
}

.artex-toast-title 
{
    font-family: 'Inter SemiBold';
    font-size: 15px;
    color: #212121;
    font-weight: normal;
    margin-bottom: 5px;
}

.artex-toast-name {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}

.artex-toast-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    transition: opacity 0.2s;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") center no-repeat;
    background-size: 14px;
}

.artex-toast-close:hover {
    opacity: 1;
}

@keyframes artexToastIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 600px) {
	#artex-toast-container {
		left: 15px;
		right: 15px;
		top: 15px;
	}

	.artex-toast {
		width: 100%;
		box-sizing: border-box;
	}
}

.BasketBlock 
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
}
.BasketBlock .BasketList
{
    width: 74%;
}
.BasketBlock .BasketList .Items
{
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.BasketBlock .BasketList .Item
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
	border-top:1px solid #ededed;
	line-height:normal;
	padding:35px;
}
.BasketBlock .BasketList .Item:first-child
{
	border-top:none;
}
.BasketBlock .BasketList .Item .DescBlock
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
	width:40%;
}
.BasketBlock .BasketList .Item .Image 
{
	border:1px solid #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
	min-width:98px;
	width:98px;
	line-height:98px;
	height:100px;
}
.BasketBlock .BasketList .Item .Image a
{
    display: flex;
    text-align: center;
    height: 98px;
    vertical-align: middle;
}
.BasketBlock .BasketList .Item .Image .basket-item-image
{
    margin: 0 auto;
    width: auto;
    padding: 10px;
}
.BasketBlock .BasketList .Item .Image .Icon
{
	position:absolute;
	right:-3px;
	bottom:9px;
}
.BasketBlock .BasketList .Item .Image .Icon span
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff !important;
	display:inline-block;
	font-size:12px;
    padding: 0 11px;
	line-height:26px;
}
.BasketBlock .BasketList .Item .Image .Icon span.New
{
    background: #a6d04d;
}
.BasketBlock .BasketList .Item .Image .Icon span.Hit
{
    background: #f2b878;
}
.BasketBlock .BasketList .Item .Image .Icon span
{
    background: #f16b60;
}
.BasketBlock .BasketList .Item .Desc
{
    padding:15px 0 0 25px;
}
.BasketBlock .BasketList .Item .Name
{
	font-size:14px;
    margin:0 0 10px;
} 
.BasketBlock .BasketList .Item .MobilePrice.CountPrice
{
	display:none;
}
.BasketBlock .BasketList .Item .Name a
{
    color:#212121;
	border:none;
}
.BasketBlock .BasketList .Item .Name a:hover
{
    color: #f16b60;
}
.BasketBlock .BasketList .Item .Props
{
    color: #8a8a8a;
	font-size:13px;
}
.BasketBlock .BasketList .Item .Props p
{
    padding:0 0 10px;
}
.BasketBlock .BasketList .Item .CountPrice
{
    padding:15px 0 0 0;
}
.BasketBlock .BasketList .Item .Price
{
    font-family: "Inter Medium";
    color: #212121;
    font-size: 18px;
}
.BasketBlock .BasketList .Item .Unit
{
    color: #8a8a8a;
	margin:10px 0 0;
    font-size:13px;
}
.BasketBlock .BasketList .Item .Count
{
    padding:10px 0 0 0;
}
.BasketBlock .BasketList .Item .basket-items-list-item-removed-container
{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	justify-content:flex-start;
}
.BasketBlock .BasketList .Item .Count .basket-item-block-amount 
{
	background:#f9f9f9;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: end;
    justify-content: flex-end;
	max-width:103px;
	margin:0 auto;
}
.BasketBlock .BasketList .Item .basket-item-block-amount input[type="text"]
{
    background: #f9f9f9;
    border: none;
	border-radius:0;
    text-align: center;
	color:#212121;
	font-size:14px;
    width: 100%;
	height: 36px;
	line-height: 36px;
    padding: 0;
}
.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
	position: relative;
	display:inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
    min-width: 36px;
	cursor: pointer;
}
.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
	background-color: transparent;
	cursor: default;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after
{
	background-color: #a0a0a0 !important;
}
.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
	width: 12px;
	height: 2px;
	background-color: #a0a0a0;
	content: "";
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after { background-color: #000000 !important; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after { background-color: #a0a0a0; }

.basket-item-amount-btn-plus:before 
{
    margin-top: -6px;
    margin-left: 0px;
    width: 2px;
    height: 12px;
}
.row > * 
{
	padding:0 !important;
}
.BasketBlock .BasketList .Item .Sum
{
    padding:15px 0 0 0;
}
.BasketBlock .BasketList .Item .Sum .OldPrice
{
	text-decoration: line-through;
    margin: 10px 0 0;
	color:#8a8a8a;
    font-size:14px;
}
.BasketBlock .BasketList .Item .Actions
{
    padding:18px 0 0 0; 
}
.BasketBlock .BasketList .Item .basket-item-actions-remove
{
	background-color:transparent !important;
	background-image:url(svg/close.svg);
	background-position:50% 50%;
	background-repeat:no-repeat; 
	background-size:15px;	
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: relative;
    display: inline-block;
	opacity:1;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.BasketBlock .BasketList .Item .basket-item-actions-remove:hover
{
	opacity:0.5;
}
.basket-coupon-alert .close-link
{
    background-image: url(svg/close-cart.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
	background-size:15px;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-indent:-9999px;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.BasketBlock .BasketList .Item .Availability
{
    background: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	line-height:36px;
    font-size:14px;
	padding:0 20px;
}
.BasketBlock .BasketList .Item .Availability .No
{
    color:#f16b60;
}
.BasketBlock .BasketTotal
{
    position: relative;
    width: 26%;
}
.BasketBlock .BasketTotal .TotalBlock
{
    position: sticky;
    padding: 0 0 0 37px;
    top: 0;
}
.BasketBlock .BasketTotal .TotalBlock .Box
{
    background: #f8f8f8; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding:50px 0 0;
	margin:0 0 23px;
}
.BasketBlock .BasketTotal .TotalBlock .Box .Title
{
	padding: 0 39px;
	font-size:16px;
	color:#212121;
	margin:0 0 30px;
}
.BasketBlock .BasketTotal .TotalBlock .Box .Item
{
    margin: 0 39px 20px !important;
}
.BasketBlock .BasketTotal .TotalBlock .Box .basket-coupon-section
{
	padding: 0 39px;
}
.BasketBlock .BasketTotal .basket-checkout-block.basket-checkout-block-btn .Button
{
	padding: 0 39px 40px;
}
.OrderForm .TotalBlock .bx-soa-cart-total-line:first-child
{
    display: none !important;  
}
.BasketBlock .BasketTotal .TotalBlock .Box .Item 
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
	position:relative;
	font-size:14px;
	color:#212121;
	margin:0 0 20px;
}
.BasketBlock .BasketTotal .TotalBlock .Box .Item .Name span
{
    background: #f8f8f8;
    display: inline-block;
    z-index: 10;
    padding: 0 3px 0 0;
    position: relative;
}
.BasketBlock .BasketTotal .TotalBlock .Box .Item .Value span
{
    background: #f8f8f8;
    display: inline-block;
    z-index: 10;
    padding: 0 0 0 3px;
    position: relative;
}
.BasketBlock .BasketTotal .TotalBlock .Box .Item:after
{
    border-top: 1px dotted #bcbcbc;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 6px;
    display: inline-block;
}
.BasketBlock .BasketTotal .TotalBlock .Box .Item.Summ
{
    margin: 0 0 45px;
}
.BasketBlock .BasketTotal .TotalBlock .Box .Item.Summ .Value
{
    font-family: "Inter Medium";
    color: #212121;
    font-size: 16px;
}
.BasketBlock .BasketTotal .TotalBlock .Box .basket-coupon-block-field
{
    margin: 0 0 30px;
}
.BasketBlock .BasketTotal .TotalBlock .form-group 
{
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 33px;
}
.BasketBlock .BasketTotal .TotalBlock .basket-coupon-block-field input[type="text"]
{
    background: #ffffff;
    line-height: 41px;
    font-family: "Inter Regular";
    border: 1px solid #efefef;
    font-size: 14px;
    padding: 0 4%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    padding: 0 0 0 22px;
}
.BasketBlock .BasketTotal .TotalBlock .basket-coupon-block-field .basket-coupon-block-coupon-btn 
{
    background-color: #000000;
    background-image: url(images/coupon.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position: absolute;
    top: 9px;
    right: 14px;
	display: block;
	padding: 0;
	border: none;
	content: "";
	cursor: pointer;
}
.BasketBlock .BasketTotal .TotalBlock .Info
{
	margin:0 0 60px 38px;
}
.BasketBlock .BasketTotal .TotalBlock .Info .btn
{
	padding:0;
}
.BasketBlock .BasketTotal .TotalBlock .InfoBox
{
    background-image: url(images/info-icon-white.png);
    background-position: 35px 50%;
    background-repeat: no-repeat;
	background-color:#ffb975;
	-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
	border-top:2px solid #fff;
    padding: 20px 40px 20px 75px;
}
.basket-checkout-block-btn
{
	padding:30px 39px 39px;
}
.basket-checkout-block-btn .Submit
{
	text-align:left;
}
.Submit .basket-btn-checkout {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 0 20px;
	min-height: 40px;
	line-height: 38px;

	border-radius: 4px;
	background: #f58220;
	border: 1px solid #f58220;
	color: #fff;

	font: inherit;
	text-decoration: none;
	cursor: pointer;

	overflow: hidden;
	appearance: none;
	-webkit-appearance: none;

	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		background 0.25s ease,
		color 0.25s ease,
		border-color 0.25s ease;
}

.Submit .basket-btn-checkout::before {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;

	width: 70%;
	height: 100%;

	background: linear-gradient(
		120deg,
		transparent,
		rgba(255, 255, 255, 0.45),
		transparent
	);

	transform: skewX(-20deg);
	transition: left 0.55s ease;

	pointer-events: none;
}

.Submit .basket-btn-checkout:hover {
	background: transparent;
	border-color: #f58220;
	color: #f58220;
}

.Submit .basket-btn-checkout:hover::before {
	left: 130%;
}
.BasketBlock .BasketTotal .TotalBlock .Info .Clear a
{
	background-image: url(images/cart-close.png);
    background-position: 15px 52%;
    background-repeat: no-repeat;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px 0 30px;
	font-size:14px;
	line-height: 38px;
	border-radius: 4px;
	background-color: transparent;
	border:1px solid #f2f2f2;
	color: #8a8a8a;
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease,background 0.25s ease;
}
.BasketBlock .BasketTotal .TotalBlock .Info .Clear a::before 
{
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 70%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: skewX(-20deg);
	transition: left 0.55s ease;
}
.BasketBlock .BasketTotal .TotalBlock .Info .Clear a:hover 
{
	background-color: transparent;
	border:1px solid #f58220;
	color: #f58220;
}
.BasketBlock .BasketTotal .TotalBlock .Info .Clear a:hover::before
{
	left: 130%;
}
.BasketBlock .BasketTotal .AuthBlock
{
    background: #f8f8f8; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding:25px 39px;
	margin:0;
}
.BasketBlock .BasketTotal .AuthBlock .BlockBox
{
    background-image: url(images/info-icon.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
	padding:0 0 0 42px;
}
.bx-sbb-empty-cart-desc a
{
    color: #f58220;
}
.bx-sbb-empty-cart-desc a:hover
{
	color:#212121;
}
.BasketBlock .BasketTotal .AuthBlock span
{
	font-size:14px;
	color:#212121;
	display:block;
}
.BasketBlock .BasketTotal .AuthBlock a
{
	color:#516673;
	border-bottom:1px solid #d0d4d7;
}
.BasketBlock .BasketTotal .AuthBlock a:hover
{
	color:#212121;
	border-bottom:1px solid transparent;
}
#bx-soa-order .DeliveryBlock 
{
    width: 74%;
}
.OrderSection .bx-soa-section
{
	border:1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding:35px;
	margin:0 0 25px;
}
.OrderSection.bx-soa-section
{
	border:1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding:35px;
	margin:0 0 25px;
}
.OrderSection .Title 
{
    font-family: 'Inter Medium';
    line-height: normal;
    color: #212121;
    font-size: 18px;
	margin:0 0 20px;
}
#bx-soa-properties .bx-soa-customer 
{
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1%;
    padding: 0;
}
#bx-soa-properties .bx-soa-customer .Label 
{
    float: left;
    width:98%;
    min-height: 1px;
    position: relative;
    margin: 0 1% 30px;
}
#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="1"],
#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="2"], 
#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="3"]
{
    width: 31.111%;
}

#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="8"],
#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="9"], 
#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="10"],
#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="11"],
#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="12"],
#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="13"],
#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="14"],
#bx-soa-properties .bx-soa-customer .Label[data-property-id-row="15"]
{
    width: 48%;
}
.bx-soa-reference
{
    display: none;
}
.bx-sls .dropdown-icon
{
    background-image: url(images/svg/search.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 20px;
    background-color: transparent;
    height: 20px;
    border: none;
    box-shadow: none;
    top: 14px;
}
.bx-sls .dropdown-block
{
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'IBM Plex Sans';
    border: none;
    padding: 0 15px !important;
    line-height: 47px;
    height: 47px;
    color: #989898;
    font-size: 14px;
    width: 90%;
}
.bx-sls .bx-ui-sls-container 
{
    min-height: 47px;
}
#bx-soa-properties .bx-soa-customer .Label textarea
{
    max-width: 100%;
}
#bx-soa-order .TotalBlock
{
    width: 26%;
}
#bx-soa-order .TotalBlock
{
    position: relative;
    padding: 0 0 0 39px;
}
#bx-soa-order .TotalBlock .Box
{
    background: #fff; 
    -webkit-box-shadow: 0px 4px 46px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 4px 46px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 4px 46px 0px rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: sticky;
    top: 0;
	margin:0 0 26px;
}
#bx-soa-order #bx-soa-total
{
    border-bottom: 1px solid #f2f2f2;
	padding:0 40px 37px;
}
#bx-soa-orderSave
{
	padding:37px 40px 40px;
}
#bx-soa-order .TotalBlock .Box .Title
{
    font-family: 'Inter Medium';
    line-height: normal;
    color: #212121;
    font-size: 18px;
    margin: 0 0 45px;
	padding:43px 40px 0;
}
#bx-soa-order .TotalBlock .bx-soa-cart-total-line
{
	line-height:normal;
}
#bx-soa-order .TotalBlock .Label
{
	margin:0;
	line-height:normal;
    font-size: 14px;
	padding:0 39px 29px;
}
#bx-soa-total-mobile,
#bx-soa-orderSave .Label
{
	display:none;
}
.bx-soa-cart-total-line.bx-soa-cart-total-line-total
{
    margin: 0 !important;
}
#bx-soa-order .TotalBlock .Label a
{
    color: #3d63cb;
	border:none;
}
#bx-soa-order .TotalBlock .Label a:hover
{
	color:#212121;
}
#bx-soa-order .TotalBlock .bx-soa-cart-total-line 
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
    align-items: baseline;
	position:relative;
	color:#212121;
	margin:0 0 20px;
}
#bx-soa-order .TotalBlock .bx-soa-cart-total-line:after
{
    border-top: 1px dotted #d0d0d0;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 4px;
    display: inline-block;
}
#bx-soa-order .TotalBlock .bx-soa-cart-total-line .Name span
{
    background: #ffffff;
    display: inline-block;
    z-index: 10;
    padding: 0 3px 0 0;
    position: relative;
}
#bx-soa-order .TotalBlock .bx-soa-cart-total-line .Value span
{
    background: #ffffff;
    display: inline-block;
    z-index: 10;
    padding: 0 0 0 3px;
    position: relative;
}
.bx-sls .dropdown-fade2white
{
	display:none !important;
}
.OrderResult
{
    padding: 70px 30px;
}
.OrderResult .Box
{
	text-align:center;
    margin: 0 auto;
    max-width: 800px;
}
.OrderResult .TextInfo 
{
	text-align:center;
    margin: 0 auto;
    max-width: 800px;
}
.OrderResult .BlockBox
{
    font-family: 'IBM Plex Sans Bold';
    font-size: 20px;
    color: #212121;
    margin: 0 0 40px;
}
.OrderResult p
{
	padding:0 0 20px;
}
.OrderForm .form-check-group
{
	margin:0 0 30px;
}
.OrderForm .form-check-group .form-check
{
	display:inline-block;
	color:#212121;
	line-height:38px;
	margin:0 15px 0 0;
}
.bx_soa_location .form-check-group .bx-soa-custom-label:first-child 
{
    display: none !important;
}
.form-check .form-check-input
{
    background: url(images/svg/check-order.svg);
    background-position: 0% 5px;
    background-repeat: no-repeat;
    background-size: 24px;
	padding:0 51px 0 0;
}
.form-check .form-check-input:checked
{
	background:url(images/svg/check-order-active.svg);
    background-position: 0% 5px;
    background-repeat: no-repeat;
    background-size: 24px;
}
.OrderForm .form-check-group .form-check .form-check-label
{
	cursor:pointer;
}
.OrderForm .bx_soa_location .form-check-group
{
	margin:0 0 20px;
}
.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(3)
{
	display:none !important;
}
.bx-soa-cart-total .bx-soa-cart-total-button-container
{
	display:none !important;
}
.OrderForm .bx-soa-custom-label,
.bx-soa-customer-label
{
	margin:0 0 8px;
	display:block;
	color:#212121;
	white-space:nowrap;
}
.OrderForm .bx-soa-cart-total-line-total .bx-soa-cart-d
{
    font-family: 'Inter SemiBold';
    font-size: 18px !important;
    color: #212121;
}
.edost_office_address_n3
{
    background-image: url(images/svg/info-icon.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    background-size: 26px;
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: normal;
    padding: 20px 20px 20px 65px;
	font-weight:normal !important;
	color:#212121 !important;
}
.edost_office_address_n3 > span
{
	color:#212121 !important;
	font-weight:normal;
}
.edost_format_link_big
{
	color:#212121 !important;
	font-weight:normal;
}
.edost_format_link br
{
    display: none !important;
}
.edost_link, .edost_format_link
{
	background:#3d63cb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
	font-weight:normal;
    font-size: 14px !important;
    height: 32px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 0 15px;
	font-size:13px;
    display: inline-block;
	font-weight:normal !important;
	margin:0 0 0 25px;
}
.edost_link:hover, .edost_format_link:hover
{
    background:#ed1c24;
	-webkit-box-shadow: 0px 5px 18px 0px rgba(237, 28, 36, 0.23);
	-moz-box-shadow: 0px 5px 18px 0px rgba(237, 28, 36, 0.23);
	box-shadow: 0px 5px 18px 0px rgba(237, 28, 36, 0.23);
    color: #ffffff !important;
}
.bx-soa-pp-item-container .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -0.5%;
}
.bx-soa-pp-item-container .Items .bx-soa-pp-company
{
	background:#ffffff;
	border:1px solid #ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
    width: 32%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: block;    
	min-height: 1px;
    position: relative;
    margin: 0 0.5% 1%;
}
.bx-soa-pp-company-graf-container
{
	padding:30px 15px;
}
.bx-soa-pp-item-container .Items .bx-soa-pp-company.bx-selected
{
    -webkit-box-shadow: 0px 3px 47px 0px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0px 3px 47px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 47px 0px rgb(0 0 0 / 4%);
}
#bx-soa-delivery .bx-soa-pp-company-desc
{
	font-size:0;
}
#bx-soa-paysystem .bx-soa-pp-company-desc
{
	margin:0;
    padding: 0 50px 30px;
    font-size: 15px !important;
    color: #8b8b8b !important;
}
#bx-soa-delivery .bx-soa-pp-company-desc b
{
	font-family: 'IBM Plex Sans';
	font-weight:normal;
}
#bx-soa-paysystem .bx-soa-pp-company
{
	width:42%;
}
.bx-soa-pp-company input[type="checkbox"], 
.bx-soa-pp-company input[type="radio"] 
{
    display: none;
}
.bx-soa-pp-company-image,
.bx-soa-pp-company-info
{
    display: none;
}
.bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-smalltitle
{
    background: url(svg/check-order.svg);
    background-position: 0% 5px;
    background-repeat: no-repeat;
    background-size: 24px;
	padding:5px 0 5px 35px;
    cursor: pointer;
    color: #212121;
    display: block;
    margin: 0;
    vertical-align: middle;
	line-height:normal;
    transition: none;
}
.bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-smalltitle
{
	background:url(svg/check-order-active.svg);
    background-position: 0% 5px;
    background-repeat: no-repeat;
    background-size: 24px;
}
.bx-soa-pp-company-smalltitle
{
    font-family: 'Inter SemiBold';
    font-size: 16px;
    margin: 0 0 14px;
	color:#212121;
}
.OrderSection .DeliveryInfo
{
    position: absolute;
    right: 0;
    top: 0;
}
.DeliveryInfo .edost
{
    background: #f6f6f6;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 40px 10px 20px;
    font-size: 14px !important;
    color: #212121 !important; 
	line-height: normal;
}
.OrderSection .DeliveryInfo .bx-soa-pp-company
{
    padding:0 !important;
}
.OrderSection .DeliveryInfo .bx-soa-pp-company-subTitle,
.OrderSection .DeliveryInfo .bx-soa-pp-company-logo,
.OrderSection .DeliveryInfo .bx-soa-pp-list
{
    display:none;
}
.OrderSection .DeliveryInfo .edost_address_head_n
{  
	display: block !important;
  	max-width: 190px;
  	font-size: 12px !important;
}
.OrderSection .DeliveryInfo .bx-soa-pp-company-desc
{
    line-height: 1.5em !important;
}
.OrderSection .DeliveryInfo .edost_link, 
.OrderSection .DeliveryInfo .edost_format_link
{
    position: relative;
    top: -8px;
}
.form-group[data-property-id-row="4"]
{
    display:none !important;
}
