:root{
	--bg-button: #D04D46;
	--bg-button-hover: #e44e47;
}
*,
*::before,
*::after {
	box-sizing: border-box;
	outline: none;
}
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #4E5052;
	font-size: 13px;
	line-height: normal;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
    min-width:320px;
}
b, strong {
	font-weight: bolder
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
	color: #4E5052;
    letter-spacing: 0.03em;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	text-transform: uppercase;
	color: #4E5052;
	margin-top: 0;
}
h2 {
	font-size: 24px;
    line-height: 28px;
}
h3 {
	font-size: 22px;
    line-height: 26px;
}
h4 {
	font-size: 18px;
    line-height: 21px;
}
h5 {
	font-size: 16px;
    line-height: 18px;
	margin-bottom: 10px;
}
h6 {
	font-size: 10.2px;
}
body a {
	color: #23a1d1;
	text-decoration: none;
	cursor: pointer;
}
body a:hover {
	text-decoration: none;
	color: #D04D46;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
input[type="submit"], input[type="button"], button { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
button {
	 font-family: 'Roboto', sans-serif;
 }
select, textarea, input[type="text"], input[type="button"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	font-family: 'Roboto', sans-serif;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.uk-input {
	border: 1px solid rgba(199, 205, 212, 0.5);
	height: 45px;
}
.uk-textarea {
	border: 1px solid rgba(199, 205, 212, 0.5);
	transition: box-shadow .2s ease-in, border .2s;
	will-change: box-shadow, border;
}
.uk-input:hover, .uk-select:hover, .uk-textarea:hover {
	border: 1px solid #C7CED6;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	border: 1px solid #C7CED6;
	box-shadow: 0 0 7px rgba(177, 188, 214, 0.95);
	transition: box-shadow .2s ease-in, border .2s;
}
.checkbox-label label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}
.checkbox-label label::before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border: 1px solid #D04D46;
	left: 0;
	top: 1px;
}
.checkbox-label input {
	display: none;
}
.checkbox-label input:checked + label::before {
	background-image: url("../image/input-checked.svg");
	background-position: center center;
	background-repeat: no-repeat;
}
header {
}
header > .uk-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top {
	border-bottom: 1px solid #eaeaea;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
	min-width: 100%;
	padding: 14px 0 13px 0;
	width: 100%;
}
@media (max-width: 1199px) {
	#top {
		order: 5;
		display: none;
		flex-direction: column;
		background: linear-gradient(180deg, #FAFBFC 38.02%, #F0F1F3 100%);
		margin: 0 0 15px -10px;
		padding: 0 10px;
		box-sizing: content-box;
	}
	header.top-opened #top {
		display: flex;
	}
}
.top-links {
	list-style: none;
	display: flex;
	margin: 0 5px 0 0;
	padding: 0;
}
.top-links .btn-left-bar {
	margin: 0 5px 0 0;
}
.top-links .btn-left-bar svg {
	cursor: pointer;
}
.top-links li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.top-links li.address-masters  {
	padding-left: 0;
}
.top-links li:last-child  {
	padding-right: 0;
}
.top-links li.address-masters ~ li::before {
	content: '';
	display: flex;
	height: 12px;
	width: 1px;
	left: 0;
	top: 50%;
	margin-top: -6px;
	background-color: #cacaca;
	position: absolute;
}
.top-links a {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #969696;
	position: relative;
	display: flex;
}
.top-links a:hover {
	color: #444;
}
.top-links li.address-masters a {
	color: #D04D46;
	font-weight: 500;
}
.top-links li.address-masters a::before {
	content: '';
	display: block;
	width: 14px;
	height: 18px;
	background-image: url('../image/icon-location.svg');
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}
@media (max-width: 1199px) {
	.top-links {
		flex-direction: column;
		margin: 0 -10px;
	}
	.top-links li.btn-left-bar ~ li {
		padding: 0 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.top-links a {
		font-family: 'Calibri';
		font-style: normal;
		font-weight: bold;
		font-size: 11.5px;
		line-height: 12px;
		text-transform: uppercase;
		color: #3F4142;
		display: block;
		padding: 14px 10px;
	}
	.top-links li.address-masters ~ li::before, .top-links li.address-masters a::before {
		display: none;
	}
}
.btn-callback {
	background-color: transparent;
	border: none;
	position: relative;
	padding-left: 22px;
}
.btn-callback::before {
	content: '';
	display: block;
	border: none;
	width: 15px;
	height: 16px;
	background-image: url('../image/header-phone.svg');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}


.header-cur-lang {
}
.header-cur-lang form  {
	position: relative;
}
.header-cur-lang form + form {
	margin-left: 35px;
}
/*.header-cur-lang form::before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	height: 19px;
	width: 1px;
	background-color: #E1DFDF;
}*/
.header-cur-lang form > button {
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
	padding: 0 10px 0 0;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMyAyLjA3NDE3TDAuOTI1ODI3IC0xLjYzNTY5ZS0wNkwyLjYyMjY4ZS0wNyAwLjkyNTg1N0wzIDMuOTI1ODZMNiAwLjkyNTg1N0w1LjA3NDE3IC0xLjI3MzAzZS0wNkwzIDIuMDc0MTdaIiBmaWxsPSIjRDA0RDQ2Ii8+Cjwvc3ZnPgo=");
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 12px;
	line-height: 14px;
	color: #373237;
	position: relative;
	z-index: 3;
}
#form-currency > button span {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none !important;
}
#form-currency > button span::before {
	background-color: #D04D46;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	border-radius: 10px;
	margin-right: 9px;
}
#form-currency span.symbol[data-code='UAH']::before {
	content: '₴';
}
#form-currency span.symbol[data-code='USD']::before {
	content: '$';
}
#form-currency span.symbol[data-code='EUR']::before {
	content: '€';
}
#form-currency span.symbol[data-code='RUB']::before {
	content: '₽';
}
#form-currency .currency-select {
	opacity: .9;
}
#form-currency .currency-select:hover {
	color: #333;
	text-decoration: none;
	opacity: 1;
}
#form-currency .currency-select span::before {
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-radius: 10px;
	line-height: 11px;
	color: #D04D46;
	margin-right: 9px;
}
#form-currency > button > span::before {
	transition: transform .5s;
}
#form-currency > button:hover > span::before {
	transform: rotate(360deg);
	transition: transform .5s;
}
#form-language > button span {
	display: block;
}
#form-language > button > svg {
	transition: transform 1s;
}
#form-language > button:hover > svg {
	transform: rotate(360deg);
	transition: transform 1s;
}
.header-cur-lang form > button svg {
	margin-right: 10px;
}
.header-cur-lang .uk-drop {
	width: auto;
	min-width: 80px;
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.06);
	padding: 33px 10px 7px 10px;
	margin: 0!important;
	top: -8px !important;
	left: -11px !important;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	z-index: 2;
}
.header-cur-lang .uk-drop li + li {
	margin-top: 8px;
}
.header-cur-lang .uk-drop button {
	position: relative;
	display: flex;
	font-size: 11px;
	color: #615B5B;
	text-transform: none;
	cursor: pointer;
}
.header-cur-lang .uk-drop button:hover {

}
.language-select {
	margin-left: 25px;
}
@media (max-width: 1199px) {
	.header-cur-lang {
		justify-content: space-between;
		order: -1;
		padding: 13px 0;
	}
	.header-cur-lang form {
		margin-left: 0;
		padding-left: 0;
	}
	.header-cur-lang form::before {
		display: none;
	}
}
.uk-drop {
    display: none;
}
.toggle-top {
	width: 34px;
	height: 34px;
	background-color: #D04D46;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC45NTExNzIiIHk9IjAuNjA5NzU2IiB3aWR0aD0iMTQuOTI2OCIgaGVpZ2h0PSIxLjY1ODU0IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIwLjk1MTE3MiIgeT0iNC43NTYxIiB3aWR0aD0iOS4xMjE5NSIgaGVpZ2h0PSIxLjY1ODU0IiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIwLjk1MTE3MiIgeT0iOC45MDI0NCIgd2lkdGg9IjEyLjQzOSIgaGVpZ2h0PSIxLjY1ODU0IiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	padding: 0;
	transform: translateY(19px);
	margin-left: 12px;
}
header.top-opened .toggle-top {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxyZWN0IHg9IjEuNTUwNzgiIHk9IjAuODQzMTQzIiB3aWR0aD0iMTUiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMS41NTA3OCAwLjg0MzE0MykiIGZpbGw9IndoaXRlIi8+CiAgICA8cmVjdCB4PSIwLjg0Mzc1IiB5PSIxMS40NDk3IiB3aWR0aD0iMTUiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDAuODQzNzUgMTEuNDQ5NykiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}
#logo {
	margin-right: 25px;
}
@media (max-width: 1199px) {
	#logo {
		flex: 1;
		min-width: 1px;
	}
}
#logo img {
	max-width: 290px;
}
@media (max-width: 380px) {
	#logo { transform: scale(0.72); position: relative; left:-7%;}
}
html[lang="uk"] .text_logo-ru, html[lang="uk"] #text_logo-ru {
	display: none;
}
html[lang="uk"] #text_logo-ua, html[lang="uk"] use.text_logo-ua {
	visibility: visible;
}
@media (max-width: 1199px) {
	header {
		margin-bottom: 15px;
	}
	header > .uk-container {
		padding: 0 10px;
	}
	#logo {
		margin: 19px 0 20px 0;
	}
	#logo img {
		max-width: 170px;
	}
}
@media (max-width: 350px) {
	#logo img {
		max-width: 145px;
	}
}
#header-search {
	position: relative;
}
#header-search #search {
	height: 35px;
	border: 1px solid #E2E2E2;
	border-right: 0;
	border-radius: 44px;
	display: flex;
	align-items: center;
	padding-left: 16px;
	margin-bottom: 0;
}
#header-search #search > span {
	width: 12px;
	min-width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTExLjYzNCA5LjUzNUw4Ljg2MSA3LjE4MmEuMzU4LjM1OCAwIDAwLS4yMjktLjA4NS4zNi4zNiAwIDAwLS4yOTIuMTU1IDQuNzY3IDQuNzY3IDAgMDEtMS4xNSAxLjE1LjM1MS4zNTEgMCAwMC0uMDcuNTJsMi4zNTQgMi43NzZjLjE2LjE5MS4zOS4zMDIuNjM0LjMwMmEuODI3LjgyNyAwIDAwLjU4Ny0uMjQ4bC45OTUtLjk5NWMuMTctLjE3LjI1OC0uMzkuMjQ3LS42MjNhLjgyMy44MjMgMCAwMC0uMzAzLS42em0tNy4yMjctLjcyMWE0LjM3OCA0LjM3OCAwIDAwMy4xMTYtMS4yOTEgNC4zNzggNC4zNzggMCAwMDEuMjktMy4xMTZBNC40MTIgNC40MTIgMCAwMDQuNDA4IDAgNC40MTIgNC40MTIgMCAwMDAgNC40MDdhNC40MTIgNC40MTIgMCAwMDQuNDA3IDQuNDA3ek0xLjQyOCA0LjQwN2EyLjk4MiAyLjk4MiAwIDAxMi45NzktMi45NzkgMi45ODIgMi45ODIgMCAwMTIuOTc4IDIuOTc5YzAgLjc5NC0uMzEgMS41NDItLjg3MyAyLjEwNWEyLjk1OSAyLjk1OSAwIDAxLTIuMTA1Ljg3MyAyLjk4MiAyLjk4MiAwIDAxLTIuOTc5LTIuOTc4eiIgZmlsbD0iI0QwNEQ0NiIvPgo8L3N2Zz4K");
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	margin-right: 10px;
}
#header-search .uk-search-input::-moz-placeholder {
	opacity: 1;
	font-size: 11px;
	color: #A7A7A7;
}
#header-search .uk-search-input {
	border: none;
	height: 100%;
	display: flex;
	align-items: center;
}

#header-search .search-filter-cats { font-family: 'Open Sans', sans-serif; color: #615B5B; clear: both; display: block; font-weight: normal; outline: none; position: relative; text-align: left; user-select: none; width:200px; flex: 0 0 200px;}
#header-search .search-filter-cats.opened { z-index: 12;}
#header-search .search-filter-cats .dropdown-single { display: block; border-radius: 0 44px 44px 0; height: 35px; font-size: 12px; line-height: 35px; font-weight: 600; border: 1px solid #E2E2E2; background-color: #fff; box-sizing: border-box; padding: 0 30px 0 18px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
#header-search .search-filter-cats.opened .dropdown-single { border-radius: 0 18px 0px 0; border-bottom: 0;}
#header-search .search-filter-cats .dropdown-single:after { border-bottom: 2px solid #D04D46; border-right: 2px solid #D04D46; content: ''; display: block; height: 5px; margin-top: -4px; pointer-events: none; position: absolute; right: 12px; top: 50%; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: transform 0.15s ease-in-out; transition: transform 0.15s ease-in-out; width: 5px;}
#header-search .search-filter-cats.opened .dropdown-single:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg);}
#header-search .search-filter-cats .dropdown-list { display: none; position: absolute; box-shadow: 0px 3px 4px rgb(0 0 0 / 6%); background-color: #fff; border: 1px solid rgba(226, 226, 226, 0.75); border-top: 0; box-sizing: border-box; margin-top:-1px;  padding: 0; width: 100%; top: 100%; right: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; z-index: 9; font-size: 11px; line-height: 11px; padding-bottom: 10px;}
#header-search .search-filter-cats.opened .dropdown-list { display: block;}
#header-search .dropdown-list ul { margin: 0; padding: 0; list-style: none;}
#header-search .dropdown-list ul li { position: relative;}
#header-search .dropdown-list ul li a { display: block; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; padding: 3px 10px 3px 18px; color:#615B5B; font-weight: 400; line-height: 18px; outline: none; -webkit-transition: all 0.2s; transition: all 0.2s;}
#header-search .dropdown-list ul li a:hover { color:#615B5B; background-color: #f6f6f6;}
#header-search .dropdown-list .sub { display: none; position: absolute; left:100%; top:0; background-color: #fff; border: 1px solid rgba(226, 226, 226, 0.75); width: 200px; max-height: 300px; overflow-y:auto;}
.search-filter-cats .sphinxsearch { display: none !important;}

#header-search .nice-select {
	border-radius: 0 44px 44px 0 ;
	height: 35px;
	border: 1px solid #E2E2E2;
	font-family: 'Open Sans', sans-serif;
	color: #615B5B;
}
#header-search .nice-select.open {
	border-radius: 0 18px 0px 0 ;
	border-bottom: 0;
	z-index: 12;
}
#header-search .nice-select .current {
	font-size: 12px;
	line-height: 35px;
	font-style: normal;
	font-weight: 600;
}
#header-search .nice-select:after {
	margin-top: -2px;
}
#header-search .nice-select .list {
	max-height: none;
	box-sizing: content-box;
	left: auto;
	right: -1px;
	margin-top: -1px;
	border: 1px solid rgba(226, 226, 226, 0.75);
	border-top: 0;
	font-size: 11px;
	line-height: 11px;
	padding-bottom: 10px;
}
#header-search .nice-select li {
	white-space: nowrap;
	padding: 3px 10px 3px 18px;
	min-height: auto;
}
#header-search .nice-select li.selected {
	display: none;
}
@media (max-width: 1199px) {
	#header-search #search {
		padding-left: 12px;
		margin-bottom: 20px;
	}
	#header-search #search > span {
		margin-right: 5px;
	}
	#header-search .nice-select {
		padding: 0 20px 0 10px;
		min-width: 125px;
	}
	#header-search .nice-select.open {
	}
	#header-search .nice-select .current {
		 font-size: 11px;
		 font-weight: 400;
	}
	#header-search .nice-select li {
		 padding: 3px 9px 3px 9px;
	}
    #header-search .search-filter-cats .dropdown-single { padding: 0 20px 0 10px; font-size: 11px; font-weight: 400;}
    #header-search .dropdown-list { max-height: 400px; overflow-y:auto;}
    #header-search .dropdown-list ul li a {padding: 3px 9px 3px 9px;}
    #header-search .dropdown-list .sub { display: none; position:relative; left:auto; top:auto; background:none; border:none; width:auto; max-height:none; overflow:visible;}
    #header-search .dropdown-list .sub li a { padding-left: 19px;}
    #header-search .dropdown-list ul li.parent { position: relative;}
    #header-search .dropdown-list ul li.parent>a { padding-right: 15px;}
    #header-search .dropdown-list ul li.parent:after { border-bottom: 2px solid #D04D46; border-right: 2px solid #D04D46; content: ''; display: block; height: 5px; pointer-events: none; position: absolute; right: 10px; top: 8px; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: transform 0.15s ease-in-out; transition: transform 0.15s ease-in-out; width: 5px;}
    #header-search .dropdown-list ul li.parent.opened:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg);}
}
@media (min-width: 1200px) {
    #header-search .dropdown-list li:hover>.sub { display: block;}
}
@media (max-width: 480px) {
	#header-search .search-filter-cats { width: 125px; flex:0 0 125px;}
}
#search input.no-bottom-borders {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.sphinxsearch {
	display: none;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	border: 1px solid #E2E2E2;
	border-top: 0;
	z-index: 11;
}

.sphinxsearch a {
	cursor: pointer;
}

.sphinxsearch .categories span,
.sphinxsearch .products span {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	background: #eee;
}

.sphinxsearch a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 7px;
	color: initial;
	line-height: 18px;
	border-bottom: 1px solid #e9e9e9;
}

.sphinxsearch .categories a {
	text-transform: uppercase;
	text-indent: 10px;
}

.sphinxsearch a:hover {
	color: #2196c2;
}

.sphinxsearch a img {
	float: left;
	margin: 0 10px 0 0;
}

.sphinx-viewall {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	padding: 5px;
	text-align: center;
}
#header-print {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	padding: 0 25px 0 22px;
}
#header-print svg {
}
#header-print:hover svg {
	transform: scale(1.1) rotate(450deg);
	transition: transform .7s;
}
#header-print button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
#header-print span {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #615B5B;
	cursor: pointer;
	position: relative;
	margin-left: 10px;
}
#header-account, #header-wishlist, #header-cart {
	align-items: center;
	display: flex;
	position: relative;
}
#header-account::before, #header-wishlist::before, #header-cart::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	height: 14px;
	width: 1px;
	background-color: #E1DFDF;
}
@media (max-width: 1199px) {
	#header-account::before{
		display: none;
	}
}
#header-account {
	padding: 0 8px 0 21px;
}
#header-account button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #4E4B4B;
}
#header-account button > span {
	margin-left: 8px;
}
#header-account button svg path {
	transition: fill .2s ease;
}
#header-account button:hover svg path {
	fill: #D04D46;
	transition: fill .2s ease;
}
#header-account button:hover svg path:last-child {
	fill: #484A4C;
}
#header-account .uk-drop {
    display: none;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 12px rgba(0,0,0,.2);
    width: 150px;
}
#header-account .uk-drop ul {
    margin: 0;
    padding: 0;
}
#header-account .uk-drop a {
    display: block;
    padding: 10px 20px;
    color: #4d4e53;
}
#header-account .uk-drop.uk-open {
    display: block;
}
@media (max-width: 639px) {
    #header-account { padding-left: 0;}
    .header-telephone-link, #header-account button { padding: 3px 0;}
}
#header-wishlist {
	padding: 0 18px 0 21px;
}
@media (min-width: 1200px) {
	#header-wishlist {
		order: 6;
	}
}
@media (max-width: 1199px) {
	#header-wishlist {
		padding: 8px 14px 0 10px;
	}
	#header-wishlist::before {
		left: auto;
		right: 0;
		top: 30px;
	}
}
#header-wishlist::before {

}
#header-wishlist a {
	display: block;
	position: relative;
}
#header-wishlist #wishlist-total {
	position: absolute;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	right: -3px;
	bottom: -2px;
	color: #FFFFFF;
	background: var(--bg-button);
	display: block;
	height: 14px;
	padding: 0 4px;
	border-radius: 14px;
	text-align: center;
}
#header-wishlist a svg path {
	transition: fill .2s ease;
}
#header-wishlist a:hover svg path {
	fill: #D04D46;
	transition: fill .2s ease;
}
#header-wishlist a:hover #wishlist-total {
	background: #484A4C;
}
#header-cart {
	padding: 0 0 0 20px;
}
#header-cart::before {
}
#header-cart #cart-total {
	background-image: url('../image/header-cart.svg');
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	padding-left: 50px;
	font-size: 12px;
	line-height: 14px;
	color: #615B5B;
	position: relative;
}
#header-cart:hover #cart-total {
	background-image: url('../image/header-cart-hover.svg');
}
#header-cart .total-items {
	position: absolute;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	left: 15px;
	top: 13px;
	color: #FFFFFF;
	background: var(--bg-button);
	display: block;
	height: 14px;
	padding: 0 4px;
	border-radius: 14px;
	text-align: center;
}
#header-cart:hover .total-items {
	background: #484A4C;
}
#header-cart .total-sum {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #615B5B;
}
@media (min-width: 1200px) {
	#header-cart {
		order: 7;
	}
}
@media (max-width: 1199px) {
	#header-cart {
		padding: 8px 12px 0 11px;
	}
	#header-cart::before {
		left: auto;
		right: 0;
		top: 30px;
	}
	#header-cart #cart-total {
		width: 30px;
		height: 33px;
		padding-left: 0;
	}
	#header-cart .text-cart, #header-cart .total-sum {
		display: none;
	}
}
.header-telephone-m {
}
.header-telephone-link {
	background-image: url('../image/header-phone.svg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #4E4B4B;
}


.top-notification {
	background: #F5F6F8;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.03em;
	color: #4E5052;
	height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: height .2s ease;
}
@media (max-width: 639px) {
	.top-notification {
		height: 40px;
	}
}
.disable-topnot .top-notification {
	height: 0;
	transition: height .2s ease;
}
.top-notification-text {
	width: 100%;
	max-width: 1200px;
	text-align: center;
}
.top-notification-close {
	transform: translateX(-9px);
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.top-notification-close:hover {
	opacity: .8;
}

.top-notification-text span {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.03em;
	color: #D04D46;
}

.uk-offcanvas-close {
	position: relative;
	z-index: 1000;
	top: auto;
	right: auto;
	padding: 0px;
	margin-right: 15px;
	cursor: pointer;
}
.uk-offcanvas-bar {
	background: #FAFAFA;
	padding: 0;
}
.uk-open > .uk-offcanvas-bar {
}.uk-offcanvas-bar-animation {
 }
.uk-offcanvas-overlay::before {
	 background: rgba(0,0,0,0.55);
 }
.uk-offcanvas-bar > div {
	display: flex;
	height: 100%;
}
.bar-logo {
	margin-bottom: 30px;
}
.uk-offcanvas-bar #logo {
	margin-left: 20px;
}
.uk-offcanvas-bar .svg-div {

}
.uk-offcanvas-bar .svg-div svg {
	width: 70px;
}
.bar-header {
	padding: 26px 0px 26px 0px;
}
.bar-header a {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #4E5052;
}
.bar-account {
	font-size: 13px;
	line-height: 120%;
	display: flex;
	align-items: center;
	color: #828282;
}
.bar-account a {
	font-size: 14px;
	line-height: 120%;
	/* identical to box height, or 17px */
	display: flex;
	align-items: center;

	color: #4E5052;
}
.bar-footer {
	height: 378px;
	background: #424345;
	width: 100%;
	padding: 30px 40px;
}

.uk-offcanvas-bar > div > div > div  {
	display: flex;
	align-items: center;
	padding: 19px 0;
}
.uk-offcanvas-bar > div > div > div + div {
	border-top: 1px solid rgba(159, 159, 159, 0.2);
}
.uk-offcanvas-bar > div > div > div + div.bar-phone {
	border-top: none;
}





#menu {
	background: linear-gradient(180deg, #FAFBFC 38.02%, #F0F1F3 100%);
	margin-top: 17px;
	margin-bottom: 10px;
	position: relative;
}
@media (max-width: 1199px) {
	#nav-main {
		padding: 0;
	}
}
#nav-main > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: space-between;
	display: flex;
}
#nav-main > ul > li {
	flex: 1;/*
	min-width: 125px;
	max-width: 134px;*/
	position: relative;
}
#nav-main > ul > li + li {
	border-left: 1px solid rgba(158, 158, 158, 0.2);
}
#nav-main > ul > li > a {
	text-transform: uppercase;
	font-family: 'Calibri';
	font-weight: bold;
	font-size: 11.5px;
	line-height: 11px;
	color: #3F4142;
	display: flex;
	flex-direction: column;
	height: 66px;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	padding: 10px 23px 7px 23px;
}
#nav-main > ul > li > a svg, #nav-main > ul > li > a svg > * {
    fill: #d04d46;
}
#nav-main > ul > li:hover > a, #nav-main > ul > .katalog > a  {
	background-color: var(--bg-button);
	color: #FFF;
}
#nav-main > ul > li:hover > a svg, #nav-main > ul > li:hover > a svg > * {
    fill: #fff;
}
#nav-main > ul > li > a span {
	height: 40%;
	display: flex;
	align-items: center;
}
#nav-main > ul > li > a .category-icon {
	height: 60%;
}
#nav-main > ul > li > a img {
	display: block;
	margin-bottom: 5px;
}
#nav-main > ul > li:hover > a img {
	filter: brightness(0) invert(1);
}
#nav-main .dropdown-list {
	display: none;
	position: absolute;
	left: 0;
	top: 66px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	min-width: 380px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	background: rgba(61, 69, 73, 0.96);
	backdrop-filter: blur(4px);
	z-index: 100;
}
#nav-main .dropdown-list.uk-column-1-2 {
	min-width: 450px;
}
@media (min-width: 1200px) {
    #nav-main > ul > li:hover > .dropdown-list {
        display: block;
    }
}
#nav-main .dropdown-list > li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 6px 20px 7px 20px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
}
#nav-main .dropdown-list > li a > span {
	margin-right: 15px;
    font-weight: 300;
}
#nav-main .dropdown-list > li:hover > a {
	background: var(--bg-button);
}
#nav-main > ul > li > ul li {
    position: relative;
}
#nav-main .dropdown-list.dropright {
    display: none;
    left: 100%;
    top: 0;
}
@media (min-width: 1200px) {
    #nav-main li:hover > .dropdown-list.dropright {
        display: block;
    }
}
@media (max-width: 1199px) {
	#nav-main {
		overflow: hidden;
	}
	#nav-main > button {
		position: relative;
		z-index: 10;
	}
	#nav-main > ul {
		display: none;
		flex-direction: column;
	}
	#nav-main > ul.active {
		height: auto;
		overflow: visible;
		transform: translateY(0px);
		transition: transform .25s ease;
	}

	#nav-main > ul > li + li {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-left: none;
	}
	#nav-main > ul > li > a {
		height: 35px;
		background-color: #fff;
		color: #3F4142;
		flex-direction: row;
		justify-content: flex-start;
		padding: 0 15px 0 10px;
		line-height: 12px;
	}
	#nav-main > ul > li > a .category-icon {
		 height: 100%;
		 justify-content: center;
		 width: 40px;
		 padding-right: 10px;
	}
	#nav-main > ul > li > a img {
		margin-bottom: 0;
	}
	#nav-main > ul > li:nth-child(3) svg {
		transform: rotate(90deg);
	}
    #nav-main > ul.active > li > ul.active{
        display: block;
        position: relative;
        left: auto;
        top: auto;
    }
	#nav-main > ul > li .dropdown-list {
		padding: 10px 0 10px 30px;
	}
	#nav-main > ul > li .uk-drop {
		 width: 100%;
		position: relative;
	}
	#nav-main .dropdown-list > li a {
		font-size: 11px;
	}
}
@media (max-width: 639px) {
	#nav-main > ul > li .dropdown-list {
		 padding: 10px 0 10px 0px;
		min-width: auto;
	}
	#nav-main .dropdown-list > li a {
		white-space: normal;
	}
}
@media (max-width: 375px) {
	#nav-main .dropdown-list > li a {
		padding: 6px 10px 7px 10px;
	}
	#nav-main .dropdown-list > li a > span {
		 margin-right: 7px;
	}
}

#nav-main > button {
	height: 34px;
	background-color: var(--bg-button);
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: #FFFFFF;
	width: 100%;
	font-weight: bold;
	font-size: 11.5px;
	line-height: 12px;
	text-transform: uppercase;
}
#nav-main > button span {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNC45Mjd2MS42NTlIMHptMCA0LjE0Nmg5LjEyMnYxLjY1OUgwem0wIDQuMTQ3aDEyLjQzOXYxLjY1OUgweiIvPgo8L3N2Zz4K");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
	display: flex;
}


#nav-main > ul > .katalog {
	border-left: none;
}
#nav-main .katalog .icon-dots {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	height: 16px;
	width: 16px;
}
#nav-main .katalog i {
	display: block;
	background-color: #fff;
	border-radius: 50%;
	height: 6px;
	width: 6px;
}
#nav-main .katalog a:hover i {
	background-color: #fff;
}

@media (max-width: 1199px) {
	#nav-main > ul > .katalog > a  {
		background-color: #fff;
		color: #3F4142;
	}
	#nav-main .katalog i {
		 background-color: var(--bg-button);
	}
}

main {
	min-height: 350px;
}
#column-left {
	 width: 235px;
}

#content {
	min-height: 350px;
	padding-bottom: 50px;
}
#content .alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
#content .alignright {
	float: right;
	margin: 0 0 15px 15px;
}
@media (max-width: 959px) {
	.alignleft, .alignright {
		float: none;
		display: block;
		margin: 0 auto 15px;
	}
}

.content ul {
	list-style: disc outside;
	padding-left: 1.5em;
	overflow: hidden;
}
.content ul li {
	margin-bottom: 10px;
}
ul.list-checkbox, ul.list-num {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
ul.list-checkbox li, ul.list-num li {
    padding: 0 0 0 42px;
    margin: 30px 0;
    font-size: 13px;
    line-height: 15px;
    color: #3F4142;
    position: relative;
    display: block;
}
ul.list-checkbox li::before, ul.list-num li::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-12px);
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
}
ul.list-checkbox li::before {
    background-image: url("../image/list-checkbox.svg");
}
ul.list-num {
    counter-reset: list 0;
}
ul.list-num li::before {
    background-color: #D04D46;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    counter-increment: list;
    content: counter(list);
    color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

blockquote {
	border: 1px solid #E8E8E8;
    padding: 25px 50px 25px 90px !important;
    background-image: url("../image/quotes.svg");
    background-repeat: no-repeat;
    background-position: left 35px top 20px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	color: #3F4142;
	clear: both;
}

footer {
	background-image: url("../image/bg-footer.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
	padding: 35px 0 25px 0;
}
footer .uk-grid-divider > :not(.uk-first-column)::before {
	border-color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 1199px) {
	footer .uk-container {
		padding: 0 30px;
	}
}
footer a {
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}
footer a:hover {
	color: #D04D46;
}
footer .heading {
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
.logo-inverse {

}
.footer-contacts ul {
	list-style: none;
	margin: 35px 0 0 0;
	padding: 0;
}
.footer-contacts ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
}
.footer-contacts ul li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.footer-contacts ul li span {
	display: block;
	line-height: 22px;
}
footer .address {
}
footer .address::before {
	width: 14px;
	height: 18px;
	background-image: url('../image/icon-location.svg');
}
footer .telephone {
}
footer .telephone::before {
	width: 18px;
	height: 18px;
	background-image: url('../image/icon-phone-18.svg');
}
footer .email {
}
footer .email::before {
	width: 17px;
	height: 12px;
	background-image: url('../image/icon-email-17.svg');
}
.footer-contacts ul li.worktime {
	margin-bottom: 0;
}
footer .worktime::before {
	width: 17px;
	height: 17px;
	background-image: url('../image/icon-worktime-17.svg');
}
footer .uk-list {
	padding-left: 20px;
}
footer .uk-list li {
	position: relative;
}
footer .uk-list li:not(.no-arrow)::before {
	background-image: url("../image/arrow-red-small.svg");
	background-position: left center;
	background-repeat: no-repeat;
	left: -20px;
	transform: rotate(-90deg);
	display: block;
	margin: 0;
	height: 6px;
	width: 9px;
	position: absolute;
	top: 6px;
	content: '';
}
footer .link-blog {
	color: #D04D46;
	text-decoration: underline;
}
footer .link-blog:hover {
	text-decoration: none;
}
footer hr {
	margin: 30px 0 30px 0;
	background-color: rgba(255, 255, 255, 0.1);
	border: none;
	height: 1px;
}
.social-links {

}
.social-links a {
	margin-left: 30px;
	display: block;
    width: 22px;
    height: 22px;
}
.social-links a:hover svg path {
    fill: #D04D46;
}
@media (max-width: 1199px) {
	.social-links {
		margin-top: 20px;
	}
	.social-links a {
		margin: 0px 15px;
	}
}
.social-links .fb {
}
.social-links .insta {
}
.social-links .yt {
}
.backtotop {
    position: absolute;
	top: 350px;
    right: 0px;
    height: 1px;
	width: 1px;
}
@media (max-height: 600px) {
    .backtotop {
        display: none;
    }
}
.btn-totop {
	position: fixed;
	bottom: 0;
	right: 0;
    transform: translate(63px, -200px);
	height: 62px;
	width: 63px;
	background: #FFFFFF;
	border: 1px solid var(--bg-button);
	border-radius: 12px 0 0 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: var(--bg-button);
    transition: transform .1s;
}
.btn-totop:hover {
	color: var(--bg-button);
	border: 3px solid var(--bg-button);
	padding-bottom: 8px;
}
.btn-totop svg {
	display: block;
	margin-bottom: 5px;
}
.btn-totop.active {
    transform: translate(5px, -200px);
    transition: transform .1s;
}
.btn-totop:hover {
	fill: var(--bg-button);
}
@media (max-width: 639px) {
    .backtotop svg {
        right: 15px;
        bottom: 75px;
    }
    .backtotop svg.active {
        bottom: 170px;
    }
}
select {
	display: none;
}
/*Nice Select*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 1px;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	color: #767a80;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 36px;
	border: 1px solid #EDEDED;
	line-height: 36px;
	outline: none;
	padding: 0 30px 0 18px;
	position: relative;
	text-align: left !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: auto; }
.nice-select .current {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nice-select:hover {
	 }
.nice-select:active, .nice-select.open, .nice-select:focus {
	 }
.nice-select:after {
	border-bottom: 2px solid #D04D46;
	border-right: 2px solid #D04D46;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out;
	width: 5px; }
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg); }
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0); }
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none; }
.nice-select.disabled:after {
	border-color: #cccccc; }
.nice-select.wide {
	width: 100%; }
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important; }
.nice-select.right {
	float: right; }
.nice-select.right .list {
	left: auto;
	right: 0; }
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px; }
.nice-select.small:after {
	height: 4px;
	width: 4px; }
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px; }
.nice-select .list {
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	min-width: 100%;
	top: 100%;
	overflow-y: auto;
	max-height: 350px;
	left: -1px;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important; }
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 18px;
	list-style: none;
	min-height: 30px;
	outline: none;
	padding: 7px 29px 5px 18px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6; }
.nice-select .option.selected {
	font-weight: bold; }
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default; }

.no-csspointerevents .nice-select .list {
	display: none; }

.no-csspointerevents .nice-select.open .list {
	display: block; }

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 15px 0;
	padding: 8px 0;
	font-size: 11px;
	color: #4E4B4B;
	line-height: 13px;
	letter-spacing: 0.054em;
	list-style: none;
}
@media (min-width: 1200px) {
	.breadcrumb {
		flex-wrap: wrap;
	}
}
@media (max-width: 639px) {
	.breadcrumb {
		-ms-overflow-style: none;
		scrollbar-width: none;
		flex-wrap: nowrap;
		white-space: nowrap;
		margin: 0 -15px 10px;
		padding: 8px 15px;
		overflow: auto;
	}
	.breadcrumb::-webkit-scrollbar {
		display: none;
	}
}
.breadcrumb i {
}
.breadcrumb a {
	color: #B9B9B9;
	font-size: 11px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	text-transform: capitalize;
}
@media (min-width: 1200px) {
	.breadcrumb > li {
		white-space: normal;
	}
}
.breadcrumb > li:first-child {
	padding: 0 10px 0 0;
}
.breadcrumb > li + li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-image: url("../image/breads-separator.svg");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	position: absolute;
	left: -5px;
}
.pagination {
	margin: 0;
}



.uk-button-primary {
	background-color: var(--bg-button);
	color: #fff;
	border: 1px solid transparent;
	font-weight: 500;
	height: 50px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.uk-button-primary:hover,.uk-button-primary:focus {
	background-color: var(--bg-button-hover);
	color: #fff;
}

.uk-button-primary:active,.uk-button-primary.uk-active {
	background-color: var(--bg-button-hover);
	color: #fff;
}


#faq {

}



.home-seo-text p {
    line-height: 20px;
}

.home-seo-text img[style="float:right"] {
    margin-left: 70px;
    margin-bottom: 50px;
}

@media (max-width: 959px) {
    .home-seo-text img[style="float:right"] {
        margin-left: auto;
        margin-bottom: 20px;
    }
}



.faq-accordion li {
    background: #F8F9FA;
    border: 1px solid rgba(200, 211, 223, 0.5);
}
.faq-accordion-title {
	font-weight: bold;
	font-size: 14px;
	color: #4E5052;
	align-items: center;
    height: 45px;
	padding: 0px 25px;
    display: flex;
    justify-content: space-between;
}
.uk-open .faq-accordion-title {
	background-color: var(--bg-button);
	color: #FFFFFF;
}

.faq-accordion-content {
    padding: 25px;
    font-size: 13px;
    line-height: 15px;
    color: #3F4142;
}
.faq-accordion li:not(.uk-open) svg {
    transform: rotate(180deg);
    transition: transform .2s;
}
.faq-accordion li:not(.uk-open) svg path{
    fill: #D04D46;
    transition: transform .2s;
}






.uk-modal {

}
.uk-modal {


}
.uk-modal-close-default {
	background-color: transparent;
	border: none;
	width: 35px;
	height: 40px;
	cursor: pointer;
}
.uk-modal-close-default::before {
	height: 3px;
	width: 25px;
	position: absolute;
	background-color: #c4c4c4;
	border-radius: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: transform 0.3s ease-in;
	content: '';
	display: block;
}

.uk-modal-close-default::after {
	height: 3px;
	width: 25px;
	position: absolute;
	background-color: #c4c4c4;
	border-radius: 2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: transform 0.3s ease-in;
	content: '';
	display: block;
}

 .uk-modal-close-default:hover::before  {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color: #bbb;
}

.uk-modal-close-default:hover::after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #bbb;
}



.uk-modal-close-default svg {
	display: none;
}
.safari-browser .uk-modal-close-default svg {
	display: block;
}
.safari-browser .uk-modal-close-default::before, .safari-browser .uk-modal-close-default::after{
	display: none;
}
.safari-browser .uk-modal-close-default svg {

}
.uk-modal-close-default:hover svg {

}
.uk-modal-close-default svg path {
    fill: #c4c4c4;
}
.uk-modal-close-default:hover svg path {
	fill: #D04D46;
}
.uk-modal-dialog {
	padding: 50px 50px;
}
.uk-modal-dialog.uk-overflow-auto {
}
/*@media (max-height: 740px) {
	#modal-account {
		box-sizing: content-box;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	#modal-account .uk-modal-dialog {
		max-height: 99% !important;
		overflow-y: auto;
	}
}*/
.uk-modal-dialog-sm {
	width: 400px;
}
.uk-modal-dialog input {
 }
.uk-modal-title {
	font-weight: 900;
	font-size: 24px;
	line-height: 29px;
	color: #545454;
	margin-bottom: 25px;
}

#modal-success {
	font-weight: 900;
	font-size: 24px;
	line-height: 96%;
	display: flex;
	align-items: center;
	text-align: center;
	color: #545454;
}
#modal-success .uk-modal-dialog {
	width: 600px;
	min-height: 210px;
}

@media (max-width: 639px) {
	.uk-modal-dialog {
		padding: 25px 25px;
	}
	[class*='uk-modal-close-'] {
		top: 10px;
		right: 10px;
	}
	.uk-modal-title {
		margin-bottom: 15px;
	}
}

@media (max-width: 375px) {
    #modal-cart-add .uk-button {
        width: 100%;
        margin: 10px 0;
    }
}


@media (max-width: 639px) {

}
@media (max-width: 375px) {

}
body.common-home #menu {
	margin-bottom: 0;
}
.home-slideshow {
	background-color: #F9FFFF;
	position: relative;
	padding: 25px 0px 0px 0px;
}
.home-slideshow .uk-slideshow {
	padding: 15px 0 20px 0;
}
.home-slideshow::before {
	background-color: #F9FFFF;
	content: '';
	width: 100vw;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	z-index: -2;
}
.home-banner-right {
	width: 360px;
	margin-left: 78px;
}
.banner-right {
	position: relative;
}
.banner-right-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	transform: translateX(57px);
	font-family: 'Roboto', sans-serif;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.banner-right:first-child {
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 14px;
}
.banner-right:first-child .banner-right-text {
	max-width: 180px;
}
.banner-right:first-child span {
	display: block;
	color: #D04D46;
	width: 100%;
	min-width: 100%;
	font-weight: bold;
}
.banner-right:last-child span {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
}
.banner-right:last-child span:first-child {
	font-size: 32px;
	line-height: 30px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.banner-right:last-child span:last-child {
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: lowercase;
}
.home-banner-right img + img {

}
#common-home .slideshow .uk-slidenav {
	background-color: var(--bg-button);
	height: 40px;
	width: 40px;
	color: #fff;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-slideshow .slideprev {
	left: -50px;
}
.home-slideshow .slidenext {
	right: -85px;
}
.home-slideshow .uk-dotnav {
	padding-right: 370px;
	padding-bottom: 30px;
}
.slide-content { position: relative;}
.slide-content .link-overlay { display: block; position: absolute; top:0; left:0; width: 100%; height: 100%; z-index: 2;}
@media (min-width: 640px) {
	.slide-content img {
		position: absolute;
		transform: translate(-25px, -50%);
		top: 50%;
		right: 0;
		max-height: 405px;
		max-width: 400px;
        width: auto;
	}
}
.slide-description {
	transform: translate(25px,50px);
}
.slide-title {
	font-weight: bold;
	font-size: 31px;
	line-height: 36px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #4E5052;
	margin-bottom: 10px;
}
.slide-title span {
	font-weight: 900;
	font-size: 32px;
	line-height: 37px;
	text-transform: uppercase;
	color: #4E5052;
	display: block;
}
.slide-content .subtitle {
	font-size: 20px;
	line-height: 23px;
	color: #8B8E92;
	margin-bottom: 25px;
}
.slideshow-price-old {
	font-size: 24px;
	line-height: 28px;
	color: rgba(139, 142, 146, 0.6);
}
.slideshow-price {
	font-weight: bold;
	font-size: 55px;
	line-height: 64px;
	color: #D04D46;
	margin-bottom: 40px;
}
.home-slideshow .link-more {
	font-weight: bold;
	font-size: 16px;
	line-height: 12px;
	text-transform: uppercase;
	color: #4E5052;
	display: flex;
	align-items: center;
}
.home-slideshow .link-more svg {
	margin-left: 10px;
}
@media (max-width: 1199px) {
	.home-slideshow .uk-dotnav {
		padding-right: 0px;
	}
}
@media (max-width: 639px) {
	.home-slideshow .uk-dotnav {
		padding-bottom: 15px;
	}
	.home-slideshow .uk-slideshow {
		padding: 0 0 50px;
	}
	.slide-content {
	}
	.slide-description {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		transform: translate(0px,0px);
	}
	.slide-description > div {
		min-width: 100%;
		width: 100%;
		text-align: center;
	}
	.slide-title {
		order: -5;
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 8px;
	}
	.slide-title span {
		font-size: 22px;
		line-height: 26px;
	}
	.slide-content .subtitle {
		order: -3;
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	.slide-content img {
		order: -1;
		max-height: 200px;
        width: auto;
		margin: 0 auto 10px auto;
	}
	.slideshow-price-old{
		font-size: 16px;
		line-height: 19px;
	}
	.slideshow-price {
		font-size: 32px;
		line-height: 37px;
		margin-bottom: 20px;
	}
}


#mfilter-price-slider {
	height: 14px;
	border: 1px solid rgba(199, 205, 212, 0.5);
	background: none;
	border-radius: 3px;
}
#mfilter-price-slider .ui-slider-range {
	height: 6px;
	background-color: var(--bg-button);
	background-image: none;
}
.ui-slider-handle {
	width: 14px;
	height: 14px;
	background: #D04D46;
	border-radius: 33px;
}

.h1-sort-limit {
	margin-bottom: 15px;
}
@media (max-width: 1199px) {
	.h1-sort-limit {
		flex-wrap: wrap;
	}
	.product-sort-limit {
		width: 100%;
	}
	.h1-sort-limit > button {
		margin: 15px 0;
	}
}
.h1-sort-limit h1 {
	margin-bottom: 0px;
}

.product-limit, .product-sort {
	font-size: 12px;
	line-height: 14px;
	color: #484A4C;
	white-space: nowrap;
}
.product-limit {
	margin-left: 70px;
}
.product-sort a {
	color: #484A4C;
	margin: 0 10px 0 5px;
}
.product-limit a {
	color: #484A4C;
	margin: 0 5px 0 5px;
}
.product-limit a:last-child, .product-sort a:last-child {
	margin: 0 0 0 5px;
}
.product-limit a.selected, .product-sort a.selected {
	color: #D04D46;
	font-weight: bold;
}

@media (max-width: 639px) {
	.product-items {
		margin: 0 -16px;
	}
	.product-items .uk-grid-small {
		margin-left: 0;
	}
	.product-items .product-layout {
		padding-left: 0;
	}
	.product-items .uk-grid-small > .uk-grid-margin {
		margin-top: 0;
	}
}
.product-layout .banner-specials {
	margin: 0;
	flex-wrap: nowrap;
}
.product-layout .banner-specials .link-katalog {
    min-width: 198px;
}
.product-layout .banner-specials span {
	display: none;
}
.product-layout .banner-specials img {
	display: block;
	margin: 0 45px;
	width: 240px;
}

/* product list */
.product-thumb {
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	margin-bottom: 0;
	padding: 18px;
	text-align: center;
	position: relative;
	z-index: 5;
	overflow: hidden;
	height: 100%;
}
.product-thumb:hover  {
	z-index: 10;
	overflow: visible;
	border: 1px solid transparent;
}
.product-thumb::after {
	content: '';
	display: block;
	position: absolute;
	top: -14px;
	left: -14px;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	border: 14px solid #fff;
	box-shadow: 0 0px 22px rgba(0, 0, 0, 0.25);
	z-index: -2;
	transform: scale(0.9);
	opacity: 0;
	transition: transform .1s, opacity .1s;
}
.product-thumb:hover::after {
	opacity: 1;
	transform: scale(1);
	transition: transform .1s, opacity .1s;
}
.product-thumb-name {
	display: block;
	margin: 0 0 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #4E5052;
}
.product-thumb-name:hover {
}
.product-thumb-category {
	font-size: 12px;
	line-height: 14px;
	color: #8B8E92;
}
.product-thumb .image {
	text-align: center;
    padding: 10px 0 12px 0;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {

}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	display: block ;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb-purpose {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 7px;
	color: #8B8E92;
	font-size: 12px;
	line-height: 14px;
}
.product-thumb-purpose span {
	color: #4E5052;
	padding-left: 5px;
}
.product-thumb-purpose.product-attr-red span {
	color: #D04D46;
}
.product-thumb-sku {
	font-size: 12px;
	line-height: 14px;
	color: #8B8E92;
	padding-bottom: 10px;
}
.product-thumb-sku span {
	color: #4E5052;
	font-weight: 500;
}
.product-thumb .instock, .product-thumb .nostock { font-size: 12px; line-height: 14px; margin-bottom: 10px;}
.product-thumb .instock { color:#008000;}
.product-thumb .nostock { color: #D04D46;}
.product-thumb-price {
    font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #D04D46;
	margin-bottom: 12px;
}
.product-thumb-price .currency {
    font-size: 16px;
    font-weight: 400;
}

.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb-button {
	height: 34px;
	line-height: normal;
	border-radius: 3px;
	padding: 0 10px;
	text-transform: none;
	display: flex;
	align-items: center;
}
.product-thumb-button .uk-icon {
	position: relative;
	top: -1px;
	margin-right: 10px;
}
.btn-cart-add, .btn-wishlist-add {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: none;
	border-radius: 44px;
	width: 38px;
	height: 38px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.btn-cart-add {
	background-color: var(--bg-button);
	border: none;
	transition: background-color .2s ease;
}
.btn-cart-add:hover {
	background-color: #484A4C;
}
.btn-cart-add span {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('../image/btn-cart-add.svg');
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-wishlist-add {
	background-color: #fff;
	border: 1px solid rgba(68, 69, 70, 0.4);
	transition: border-color .1s ease;
	padding-top: 2px;
}
.btn-wishlist-add span {
	display: block;
	width: 20px;
	height: 18px;
	background-image: url('../image/btn-wishlist-add.svg');
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-wishlist-add:hover, .btn-wishlist-add.active {
	border: 1px solid var(--bg-button);
}
.btn-wishlist-add:hover span, .btn-wishlist-add.active span {
	background-image: url('../image/btn-wishlist-add-hover.svg');
}
/*.product-thumb-hover {
	box-sizing: content-box;
	top: 100%;
	left: -14px;
	background-color: #fff;
	padding: 0px 0 10px 0;
	position: absolute;
	box-shadow: 0 18px 22px rgba(0, 0, 0, 0.25);
	border: 14px solid #fff;
	border-bottom: 0;
	z-index: -1;
	max-width: 100%;
	width: 100%;
	flex-direction: column;
	transform: translateY(-15px) scale(0.9);
	transition: transform .1s;
}
.product-thumb:hover .product-thumb-hover {
	display: flex;
	transform: translateY(-15px) scale(1);
	z-index: 3;
	transition: transform .1s;
}*/
.product-thumb-hover {
	padding: 15px 0 0 0;
	flex-direction: column;
}
.product-thumb:hover .product-thumb-hover {

}
.uk-slider-items .product-thumb:hover .product-thumb-hover {

}
.product-thumb-hover .quantity-changer {
	padding: 8px 0;
	margin: 0 18px;
	border-top: 1px solid rgba(236,236,236,.9);
}
.product-thumb-hover .quantity-changer span {
	margin-right: 0px;
	font-size: 11px;
	width: 100%;
}
.product-thumb-hover .quantity-changer input {
	margin-right: 0px;
	text-align: center;
	max-width: 54px;
}
.product-thumb-discounts {
	font-size: 12px;
	line-height: 14px;
	color: #8B8E92;
	padding:0;
	margin: 0 -10px;
	font-weight: 300;
	position: relative;
}
.product-thumb-discounts::before {
	content: '';
	display: block;
	height: 1px;
	margin: 0 18px 10px 18px;
	background-color: rgba(236,236,236,.9);
}
.product-thumb-discounts > div {
	padding: 3px 0;
}
.product-thumb-discounts > div:last-child {
	padding: 3px 0 0 0;
}
.product-thumb-discounts span {
	color: #4E5052;
	font-weight: 500;
}

.pagination-results {
    margin: 35px 0;
}
.uk-pagination {
    justify-content: center;
}
.uk-pagination > * > * {
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #4B535E;
	padding: 5px 7px;
	font-weight: 500;
}
.uk-pagination li.active > * {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.12em;
	color: #FFFFFF;
	width: 20px;
	height: 22px;
	background: var(--bg-button);
	padding: 0;
}
.uk-pagination li > a:hover {
	color: var(--bg-button);
}
.uk-pagination > .text-prev > *, .uk-pagination > .text-next > * {
	font-weight: normal;
}



.product-h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: 0.03em;
	color: #4E5052;
}
.product-left {
	max-width: 560px;
}
@media (max-width: 639px) {
	.product-h1 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}
#product-images .uk-slideshow-items {
    margin-bottom: 40px;
	border: 1px solid #E1E1E1;
}
#product-images .uk-slideshow-items li {

}
#product-images .uk-slideshow-items li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
@media (min-width: 640px) {
	#product-images .uk-slideshow-items {

	}
}
@media (max-width: 480px) {
	#product-images .uk-slideshow-items {
	}
	#product-images .uk-slideshow-items img {

	}
}
#product-images .uk-thumbnav {
	position: absolute;
	bottom: 0;
	left: 0;
	justify-content: center;
}
#product-images .uk-thumbnav a {
	background-color: #fff;
	display: block;
}
.img-thumbs {
	margin: 0 25px 20px 25px;
}
.img-thumbs li a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 4px;
	padding: 15px 12px;
	border: 1px solid #E1E1E1;
	height: 100%;
}
.img-thumbs li img {
}
.product-right {
	min-width: 300px;
	padding-top: 0;
}
.share-this {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.share-this label {
	margin-right: 15px;
	font-size: 12px;
	line-height: 14px;
	color: #4E5052;
}
.ya-share2 {
	width: 115px;
}
.ya-share2 .ya-share2__badge:not(:hover) {
	background: #CDD3DE !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin-left: 7px !important;
}
.product-sku-brand {
	font-size: 13px;
	line-height: 15px;
	color: #3E3E3E;
	border-bottom: 1px solid rgba(221,221,221,.6);
	padding-bottom: 12px;
	margin-bottom: 11px;
}
.product-sku-brand span+*{
	font-weight: 700;
	color: #3E3E3E;
}
.product-sku{
	margin-bottom: 7px;
}
.product-brand-thumb a {
	display: block;
	margin-bottom: 15px;
}
.product-sku-brand .instock, .product-sku-brand .nostock { display: block; margin-top: 7px;}
.product-sku-brand .instock { color:#008000;}
.product-sku-brand .nostock { color:#D04D46;}
.product-add-wish {
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: 1px solid rgba(68, 69, 70, 0.4);
	background-color: transparent;
	padding-top: 3px;
    padding-left: 3px; 
    padding-right: 3px;
	cursor: pointer;
	transition: border .2s ease;
}
.product-add-wish:hover, .product-add-wish.active {
	border: 1px solid var(--bg-button);
	transition: border .2s ease;
}
.product-add-wish svg path {
	transition: fill .2s ease;
	fill: #fff;
}
.product-add-wish:hover svg path, .product-add-wish.active svg path {
	fill: var(--bg-button);
	transition: fill .2s ease;
}

#product {
	margin: 15px 0 20px 0;
}

#product-price {
	font-weight: bold;
	font-size: 33px;
	line-height: 39px;
	color: #D04D46;
}
#product-price .price-new {

}
#product-price .price-old {
	font-size: 22px;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 12px;
}
#product-price .stock-info {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #008000;
}
#product-price .nostock {
	color: rgba(214, 35, 24, 0.91);
}
.quantity-changer {
	margin: 10px 0;
    display: flex;
	align-items: center;
}
.quantity-changer span {
	margin-right: 25px;
}
.quantity-changer input {
	background-color: #fff;
	border: none;
	margin-right: 12px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #4E5052;
	max-width: 41px;
	text-align: right;
}
.quantity-changer button {
	background-color: var(--bg-button);
    background-repeat: no-repeat;
    background-position: center center;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: none;
	padding: 0;
	color: #fff;
	line-height: 11px;
	font-weight: 700;
	display: block;
	margin: 3px 0;
	cursor: pointer;
	position: relative;
}
.quantity-changer button:hover {
	background-color: #484A4C;
}
.quantity-changer .quantity-minus {
	background-image: url('../image/quantity-minus.svg');
}
.quantity-changer .quantity-plus {
	background-image: url('../image/quantity-plus.svg');
}
.quantity-changer button::after {
	 content: '';
	 display: block;
	 position: absolute;
	 width: 24px;
	 height: 24px;
	 border-radius: 50%;
	 transform: translate(-6px,-6px);
	 top: 0;
	 left: 0;
}
#button-cart {
	width: 122px;
	height: 38px;
	background-color: var(--bg-button);
	border-radius: 44px;
	border: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 15px;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	cursor: pointer;
	transition: background-color .15s ease;
}
#button-cart:hover {
	 background-color: #484A4C;
	transition: background-color .15s ease;
}
.product-discounts {
	border: 1px solid rgba(226,226,226,.6);
	padding: 15px 18px;
	font-size: 12px;
	line-height: 14px;
	color: #4E5052;
	font-weight: 300;
}
.product-discounts > div + div {
	margin-top: 15px;
}
.product-discounts span {
	font-weight: 500;
}

.product-features {
	padding-top: 20px;
}
.product-features .uk-grid-divider > :not(.uk-first-column)::before {
	height: 49px;
}
.product-feature-descr {
	margin-left: 15px;
	font-size: 12px;
	line-height: 14px;
	color: #4E4E4E;
}
.product-feature-title {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #4E4E4E;
	margin-bottom: 5px;
}
.product-features svg {
	transform: translateY(6px);
}


.mini-attributes > .uk-grid {
	margin-top: 5px;
	color: #555;
}
.mini-attributes .uk-leader-fill::after {
	color: #a8a8a8;
}
.scroll-to-attributes {
	text-align: center;
}
.call-us {
	margin-top: 25px;
	font-size: 18px;
	line-height: 26px;
	padding-left: 40px;
}
.product-info-tabs {
}
.product-info-tabs .uk-tab {
	margin-bottom: 30px;
    margin-left: 0;
}
.product-info-tabs .uk-tab::before { left:0;}
.product-info-tabs .uk-tab li { padding-left: 0; margin-right: 30px;}
.product-info-tabs .uk-tab li a {
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #B0B0B0;
	font-weight: 500;
	padding: 10px 0;
}
.product-info-tabs .uk-tab li.uk-active a {
	border-bottom: 2px solid var(--bg-button);
	color: #545454;
	font-weight: 700;
}

@media (max-width: 639px) {
    .product-info-tabs .uk-tab li { margin-right: 12px;}
    .product-info-tabs .uk-tab li a {
        font-size: 13px;
        line-height: 13px;
        padding: 8px 0;
    }
}
@media (max-width: 375px) {

}
@media (max-width: 320px) {
	.product-info-tabs .uk-tab li { margin-right: 7px;}
	.product-info-tabs .uk-tab li a {
		font-size: 12px;
	}
}

.product-info-tabs .description {
	margin-bottom: 30px;
}
.attributes-block-title {
	font-size: 20px;
	margin-bottom: 20px;
}
#specification {
}
#specification table {
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #3E3E3E;
}
#specification table .uk-text-right {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
}
#specification table .uk-text-red {
	color: #D04D46;
}







.custom-products-block  {
	margin: 0 -32px 0px -32px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 30px;
}
.products-block-heading {
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: 0.03em;
	color: #4E5052;
	margin: 0 0 18px 0;
}
.custom-products-block .product-thumb {
	margin-bottom: 0;
}
.custom-products-block .product-layout:not(.uk-active) {
	opacity: 0;
}


.features {
	background-color: #3D4549;
	padding: 22px 0 18px 0;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	font-size: 13px;
	line-height: 14px;
	color: #B7B9BE;
	margin-bottom: 30px;
}
.features .uk-flex {
	align-items: center;
}
.features .uk-container {
	padding-left: 15px;
	padding-right: 15px;
}
.features svg {
	margin-right: 40px;
}

@media (max-width: 639px) {
	.features svg {
		margin-right: 30px;
		width: 45px;
	}
}
.features span {
	display: block;
	font-weight: 500;
	font-size: 15px;
	line-height: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.banner-specials {
	background-color: var(--bg-button);
	padding: 15px 50px;
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.banner-specials span {
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
	display: block;
	margin: 5px 0 20px 0;
}
.banner-specials .link-katalog {
    border: none;
    height: 45px;
    width: 198px;
    background: #FFFFFF;
    border-radius: 33px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #4E5052;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-specials .link-katalog:hover {
    background: #484A4C ;
    color: #fff;
}
@media (max-width: 639px) {
	.banner-specials {
		padding: 18px 15px 22px 15px;
		margin-right: -15px;
		margin-left: -15px;
		font-size: 22px;
		line-height: 25px;
		justify-content: center;
		text-align: center;
	}
	.banner-specials span {
		font-size: 12px;
		line-height: 14px;
		letter-spacing: normal;
		margin: 5px 0 10px 0;
	}
	.banner-specials img {
		max-height: 80px;
		margin: 10px;
	}
}


.newsletter {
	background-color: #3D4549;
	padding: 30px 50px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.newsletter .uk-text-danger {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-align: center;
}
.newsletter > div{
	 font-weight: bold;
	 font-size: 28px;
	 line-height: 33px;
	 letter-spacing: 0.03em;
	 color: #FFFFFF;
}
.newsletter span {
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
	display: block;
	margin: 5px 0 10px 0;
}
.newsletter input {
	background-color: transparent;
	height: 45px;
	width: 398px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	border-radius: 33px;
	padding: 0 20px 0 45px;
	margin: 8px 0;
	background-image: url("../image/newsletter-email.svg");
	background-position: left 16px center;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
}
.newsletter input::placeholder {
	font-size: 13px;
	color: #FFFFFF;
	opacity: .7;
}
.newsletter input::-ms-input-placeholder {
	font-size: 13px;
	color: #FFFFFF;
	opacity: .7;
}
.subscribe-me {
	border: none;
	width: 138px;
	height: 45px;
	background: var(--bg-button);
	border-radius: 33px;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
	margin: 8px 0;
	cursor: pointer;
	text-transform: uppercase;
}
.subscribe-me:hover {
	background: var(--bg-button-hover);
}

@media (max-width: 639px) {
	.newsletter {
		padding: 22px 20px 20px 20px;
		margin: 0 -15px 30px;
		text-align: center;
	}
	.newsletter > div {
		font-weight: bold;
		font-size: 24px;
		line-height: 26px;
		width: 100%;
	}
	.newsletter input , .subscribe-me {
		width: 100%;
	}
}






.article-card {
	padding-bottom: 40px;
}
.article-card-thumb {
	margin-bottom: 20px;
	position: relative;
	display: block;
}
.article-card-name {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #3F4142;
	display: block;
	margin-bottom: 10px;
}
.article-card-date-added {
    background-color: var(--bg-button);
    background-image: url("../image/article-date.svg");
    background-position: left 11px center;
    background-repeat: no-repeat;
	font-size: 12px;
	line-height: 12px;
    font-weight: 300;
	color: #FFFFFF;
	position: absolute;
	padding: 0px 10px 0px 32px;
	bottom: 0;
	left: 0;
    height: 25px;
    display: flex;
    align-items: center;
}
.article-card-description {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 15px;
    color: #3F4142;
}
.article-card-link {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #9EA3B7;
    text-transform: capitalize;
}
.article-card-link svg {
    margin-left: 10px;
}



.katalog-item {
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 15px 25px 20px;
	margin-bottom: 20px;
	height: 100%;
}
.katalog-item-image {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #4E5052;
	display: flex;
	justify-content: center;
    position: relative;
    padding-bottom: 100%;
	margin-bottom: 15px;
}
.katalog-item-image img { display: block; position: absolute; top:0; left:0; width: 100%; height: 100%; object-fit: contain;}

.katalog-item-name {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #4E5052;
	display: block;
    word-break: break-word;
}

.sub-categories {
	margin-bottom: 50px;
}
.sub-categories-items {
	padding: 15px 20px 20px;
}




.box-checkout {
	background: linear-gradient(180deg, rgba(250, 251, 252, 0.6) 38.02%, rgba(240, 241, 243, 0.6) 100%);
	border: 1px solid #EDEDED;
	padding: 25px 40px 35px 40px;
	margin-bottom: 20px;
}
.box-checkout-cart {
	padding: 25px 30px 35px 30px;
}
.box-checkout-cart:empty {
	display: none;
}
.box-checkout .panel-heading {
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	display: flex;
	align-items: center;
	color: #4E5052;
	margin-bottom: 20px;
}
.box-checkout .form-group {
	margin-bottom: 20px;
}
.box-checkout .control-label {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #4E5052;
	display: block;
	margin-bottom: 5px;
}
.box-checkout input.form-control {
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	display: block;
	width: 100%;
	padding: 0 10px;
}
.box-checkout textarea {
	border: 1px solid #EAEAEA;
	background: #FFFFFF;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
}


.box-checkout-cart .table-scroll {
    scrollbar-width: thin;
    scrollbar-color: #D04D46 rgba(196, 196, 196, 0.3);
    max-height: 555px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    scroll-behavior: smooth;
}
@media (max-width: 1199px) {
	.box-checkout-cart .table-scroll {
		max-height: none;
		overflow-y: hidden;
		padding-right: 0;
	}
}
.box-checkout-cart .table-scroll::-webkit-scrollbar {
    width: 5px;
}
.box-checkout-cart .table-scroll::-webkit-scrollbar-track {
    background: rgba(196, 196, 196, 0.3);
}
.box-checkout-cart .table-scroll::-webkit-scrollbar-thumb {
    background-color: #D04D46;
    border-radius: 8px;
    border: 1px solid rgba(196, 196, 196, 0.3);
}
#custom-cart {
    margin-bottom: 25px;
}
.cart-item.product-thumb, .wishlist-item.product-thumb { background:none; border:none; padding: 0; height:auto; text-align: left;}
.cart-item.product-thumb:hover, .wishlist-item.product-thumb:hover { border:none;}
.cart-item.product-thumb:after, .wishlist-item.product-thumb:after { display: none;}
.wishlist-item.product-thumb { padding: 20px;}
.wishlist-table > .wishlist-item.product-thumb + .wishlist-item.product-thumb { border-top: 1px solid #EDEDED;}
.box-checkout-cart .cart-item, .box-checkout-cart .cart-item.product-thumb  {
    padding: 15px 0;
}
@media (min-width: 640px) {
    .box-checkout-cart .cart-item .uk-grid {
        flex-wrap: nowrap;
    }
}
.box-checkout-cart .cart-item + .cart-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.box-checkout-cart .cart-image a {
    max-width: 82px;
    width: 82px;
    height: 82px;
    border: 1px solid #eee;
    padding: 6px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.box-checkout-cart .cart-image a {

}
.box-checkout-cart .cart-name a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4E5052;
}
.box-checkout-cart .cart-sku {
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    color: #8B8E92;
    margin-bottom: 7px;
}
.box-checkout-cart .cart-total {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #D04D46;
    white-space: nowrap;
    padding: 0 20px;
}
.box-checkout-cart .cart-total .total-discount { font-size: 12px; line-height: 18px; margin-top: 5px; color:#4E5052;}
.box-checkout .quantity-changer {
    margin: 0;
}
.box-checkout .quantity-changer input {
    min-width: 60px;
}
.box-checkout-cart .cart-remove {
    display: block;
    padding: 3px;
    margin-left: 15px;
}


@media (max-width: 639px) {
	.box-checkout-cart {
		padding: 25px 15px 35px 15px;
	}
	.box-checkout-cart .cart-total {
		padding: 0 18px;
		font-size: 20px;
	}
	.box-checkout-cart .cart-item .uk-grid > .uk-flex-middle {
		align-items: flex-start !important;
	}
}

#custom-total .text-value {
	font-weight: 500;
	font-size: 15px;
	line-height: 27px;
	color: #D04D46;
}
#custom-total {
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #4E5052;
}
#custom-total .uk-leader-fill::after {
	opacity: .5;
}



#button-custom-order {
	height: 50px;
	background-color: var(--bg-button);
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 120%;
	color: #FFFFFF;
	width: 218px;
}
#button-custom-order:hover {
	background-color: var(--bg-button-hover);
}
#custom-shipping {
    margin-bottom: 40px;
}
#custom-shipping-methods {
    margin: 0 -40px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
}
#custom-shipping-methods .shipping_method_label {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 25px 15px 25px 130px;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #4E5052;
}
#custom-shipping-methods .radio {
	margin: 0 -40px;
	padding: 0 40px;
}
#custom-shipping-address {
    display: none;
}

#custom-shipping-methods .radio + .radio {
	border-top: 1px solid #e2e2e2;
}
#custom-shipping-methods .shipping_method_label > span {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #8B8E92;
	display: block;
	padding-top: 3px;
}
#custom-shipping-methods .shipping_method_label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(33px);
	display: block;
	width: 19px;
	height: 19px;
	border: 1px solid #C7CDD4;
	background-color: #fff;
}
#custom-shipping-methods input:checked + .shipping_method_label::before {
	background-image: url("../image/shipping-label-checkbox.svg");
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #D04D46;
}

#custom-shipping-methods .shipping_method_label::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	display: block;
	width: 110px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
label[for="shipping_method_pickup.pickup"]::after {
    background-image: url("../image/pickup.svg");
    background-size: 42px auto;
    opacity: .7;
}
label[for="shipping_method_xshippingpro.xshippingpro2"]::after {
	background-image: url("../image/shipping-delivery.png");
}
label[for="shipping_method_r_nova_poshta.r_nova_poshta"]::after, label[for="shipping_method_xshippingpro.xshippingpro4"]::after, label[for="shipping_method_flat.flat"]::after {
	background-image: url("../image/shipping-nova-pochta.png");
}
#shipping-field-country-id, #shipping-field-zone-id {
	display: none !important;
}
#custom-payment .nice-select {
    height: 50px;
}
#custom-payment .nice-select::after {
    background-image: url("../image/arrow-down-select.svg");
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: none;
    border-right: none;
    width: 9px;
    height: 12px;
    transform: none;
}
#custom-payment .nice-select .current {
    line-height: 50px;
}





@media (max-width: 375px) {
    .box-checkout, .box-checkout-cart {
        padding: 15px 15px 15px 15px;
    }
    .box-checkout-cart .cart-image a {
        width: 70px;
        height: 70px;
    }
    .box-checkout-cart .cart-total {
        margin-left: 70px;
        padding: 0;
        font-size: 20px;
        line-height: 24px;
    }
    .box-checkout-cart .cart-remove {
        margin-left: 5px;
    }
    #custom-shipping-methods .shipping_method_label {
        padding: 15px 15px 15px 40px;
    }
    #custom-shipping-methods .shipping_method_label::after {
        background-image: none;
    }
    #custom-shipping-methods .shipping_method_label::before {
        transform: translateY(18px);
    }
    #button-custom-order {
        width: 100%;
    }
}


@media (max-width: 320px) {
    .box-checkout,.box-checkout-cart {
        padding: 15px 10px 15px 10px;
    }
    #custom-shipping-methods .radio {
         margin: 0 -10px;
         padding: 0 10px;
    }
    #custom-shipping-methods .shipping_method_label {
        padding: 15px 15px 15px 40px;
    }
    #custom-shipping-methods .shipping_method_label::after {
        background-image: none;
    }
    #custom-shipping-methods .shipping_method_label::before {
        transform: translateY(18px);
    }
}






















#contact-info {
	font-size: 13px;
	line-height: 15px;
}
#contact-info label {
	display: block;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 8px;
}

#contact-info ul {
}
#contact-info ul li {
	margin-bottom: 30px;
}
#contact-info ul li svg {
	min-width: 20px;
	margin-right: 15px;
	transform: translateY(2px);
}

.store-address span {
	display: block;
	margin-top: 5px;
	color: #9EA3B7;
}
.store-telephone {
	font-size: 16px;
	line-height: 19px;
	margin: 3px 0;
}
.store-telephone a {
	font-weight: 500;
	color: #4E5052;
}
.store-telephone span {
	color: #9EA3B7;
	margin-left: 5px;
}
.store-comment {
	color: #9EA3B7;
	margin-top: 10px;
}
	.store-map {
		width: 100%;
	}
.sales-department .card-manager {
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	padding: 20px 25px 30px 25px;
}
.sales-department .avatar {
	min-width: 105px;
}
@media (max-width: 1199px) {
	.card-manager .uk-flex {
		flex-wrap: wrap;
	}
	.sales-department .avatar {
		min-width: 100%;
		width: 100%;
		margin-bottom: 10px;
	}
}
.sales-department .avatar img {
	width: 86px;
	height: 86px;
}
.sales-department svg {
	min-width: 20px;
	margin-top: 3px;
}
.sales-department label {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #4E5052;
	display: block;
	margin-bottom: 3px;
}
.contact-info > div + div{
	margin-top: 25px;
}
.sales-department svg + div {
	margin-left: 15px;
}
.sales-department .location, .sales-department  .manager-status {
	font-size: 12px;
	line-height: 14px;
	color: #9EA3B7;
}
.contact-info-tel {
	color: #9EA3B7;
	margin-top: 4px;
}
.contact-info-tel span {
	font-weight: 500;
	color: #4E5052;
}

.workshops-subtitle{ font-size: 18px; line-height: 21px; font-weight: bold; text-transform: uppercase; margin-top: -10px; margin-bottom: 26px;}
.workshop-items { margin-left: -30px;}
.workshop-items > * { padding-left: 30px;}
.workshop-items .uk-grid-margin { padding-left: 30px; margin-top: 18px;}
.workshop-items .workshop-text { margin-bottom: 15px;}
.workshop-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #D04D46;
  margin-bottom:10px;
}
.workshop-item {
  display:flex;
  flex-direction:column;
  background: #FFFFFF;
  border: 1px solid rgba(211, 211, 211, 0.61);
  box-sizing: border-box;
  padding: 25px 35px 0 35px;
  height:100%;
}
.workshop-item svg {
  transform: translateY(7px);
  margin-right: 14px;
}
.workshop-item label {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  display: block;
}
.workshop-phones, .workshop-worktime {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
    margin-top: 16px;
}
.workshop-description {
  padding: 18px 0 30px;
}
.workshop-item .workshop-map {
  margin: auto -35px 0 -35px;
}
.key-box-items { margin-left: -26px;}
.key-box-items > * { padding-left: 26px;}
.key-box-items .uk-grid-margin { margin-top: 24px;}
.key-box-items .keybox-text { margin-bottom: 10px;}
.keybox-heading, .service-heading  {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4E5052;
  margin-bottom: 15px;
}
.keybox-text {
  font-size: 13px;
  line-height: 15px;
  color: #3F4142;
}
.key-box {
  background: #FFFFFF;
  border: 1px solid rgba(211, 211, 211, 0.61);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 167px;
}
.key-box > div {
  padding: 12px 20px;
  text-align: center;
}
.keybox-title {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.keybox-title b { font-size: 20px; line-height: 23px;}
.keybox-price {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}
.service-item {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count:2;
  -moz-column-gap: 27px;
  -webkit-column-gap: 27px;
  column-gap:27px;
  margin-bottom: 10px;
}
.service-table {
  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.service-table table { border-collapse: separate; width:100%; margin-bottom: 24px;}
.service-table table td { background: #f8f8f8; border:none; border-top:4px solid #fff; font-size: 13px; line-height: 16px; color: #3F4142; padding: 12px 14px; text-align: left;}
.service-table table td+td { font-weight: bold; text-align: center;}
.service-table table th { background: #fff; border:1px solid #d3d3d3; border-width: 1px 0; font-size: 13px; line-height: 16px; padding: 11px 14px; font-weight: bold; text-align: left;}
.service-table table th:first-child { border-left:1px solid #d3d3d3;}
.service-table table th:last-child { border-right:1px solid #d3d3d3;}
.service-table table th+th { text-align: center;}

.uk-table-bordered th { text-transform: none; font-weight: bold; color:#4E5052;}

em {color:inherit;}
@media (max-width: 959px) {
      
    .service-item { -moz-column-count: 1; -webkit-column-count: 1; column-count:1;}
}

#account-order .uk-table tbody tr { cursor: pointer;}

#modal-account .input-email, #modal-account .input-password, #modal-account .input-firstname, #modal-account .input-telephone {
	background-position: left 15px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

#modal-account .input-email {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJBAMAAAD0ltBnAAAAJ1BMVEXHztbIztbIztbHztbGztXHztbIzdbHzdXIz9bHzdTGz9bKz9rHztboj10EAAAADHRSTlO/j8/f75+vgG9gUDDy1KeSAAAAQElEQVQI12PQOQMEhxhkQNRxBkubM2cOtzCcET5zxvAMw5mjPAdkgJRCqijTGYZDMkd8DuowKIJUCjEsYAACbgDa+RtcCdvffwAAAABJRU5ErkJggg==');
}
#modal-account .input-password {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAPCAMAAAAF48UCAAAANlBMVEUAAADHz9fHztbHztbPz9/GztXHz9fIzdfHztbFzdXHz9fIzdTIztbGzdTIzdTHzdTGz9nHztb32vDCAAAAEXRSTlMAQN/PEO8gn6CAfzDvkHBgUDH3ZeUAAABPSURBVAjXbchHDsAwDAPBDV3SC///2UAG7FwyF60I5E3WlgnJRXaK54pTk9c2V6BaQBFBgmxNoagidwf+tF45Rz/co2eW39as1sUD+9TtL+EhBlzNin7TAAAAAElFTkSuQmCC');
}
#modal-account .input-firstname {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAPCAMAAAAF48UCAAAAM1BMVEUAAADHztbHztbHz9fGz9XHz9fIz9jKz9rIz9bFz9TGztXIztbIzdfHz9XHzdXJz9bHztZpxxZiAAAAEHRSTlMA32AgUEBvEI8w78+fn4BQPqhRhQAAAE5JREFUCNdVyFkSgCAMBNGZQFhcc//TiomU2l+vGqNCo8BLdlfd2S1u+Vjd6q4cJKJEW1Ps3BTacsyICbvNNtBmhL39LHy0nAB6LkeRDly38gXOWy4/cQAAAABJRU5ErkJggg==');
}
#modal-account .input-telephone {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAOVBMVEUAAADHztbHztbHz9fHztbNz93HztbIztbGztXHzdfHz9fFzNTJz9fIztbGztXIzdfIz9bGzdTHztZHXH8FAAAAEnRSTlMA378ggBDvz5BgQDBfUM+fj3DaBioRAAAAYUlEQVQIHQXBhwEDIQwEMNnA97Tbf9hIAN0PcH0X7rN64JXsi8WsQSXZyT4cTZIU5jbUSyc14Gi/diYN1nuNg0omAK4kDxZgJplG1QBmkqqkFjCTJMkHcFWSbDeAs7Pd/AGZagQ+Hi59swAAAABJRU5ErkJggg==');
}

#modal-account .uk-button {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
#modal-account .agree-box label {
	background: rgba(199, 206, 214, 0.2);
	padding: 13px 40px 13px 65px;
	font-size: 11px;
	display: block;
	align-items: center;
	color: #B3BCC7;
	position: relative;
	cursor: pointer;
	color: #B3BCC7;
}
#modal-account .agree-box label::after {
	content: '';
	position: absolute;
	display: block;
	left: 44px;
	top: 14px;
	width: 12px;
	height: 12px;
	border: 1px solid #B3BCC7;
}
@media (max-width: 639px) {
	#modal-account .agree-box label {
		padding: 13px 20px 13px 40px;
	}
	#modal-account .agree-box label::after {
		left: 15px;
	}
}
#modal-account .agree-box input:checked + label::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNiA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4wODMxMiAtMy4wNTE3NmUtMDVMMi4wODMxMSAyLjk5OTMxTDAuOTE2OTM4IDEuODMzNTFMMCAyLjc1MDQzTDIuMDgzMTIgNC44MzMyNkw2IDAuOTE2OTA3TDUuMDgzMTIgLTMuMDUxNzZlLTA1WiIgZmlsbD0iIzE0NkE2OCIvPgo8L3N2Zz4K");
	background-position: top 3px center;
	background-repeat: no-repeat;
}
#modal-account .agree-box label a {
	font-weight: 700;
	color: #B3BCC7;
}
#modal-account .uk-tab {
	margin: 0 25px 30px 25px;
}
#modal-account .uk-tab > * {
	padding-left: 0;
}
#modal-account .uk-tab > * > a {
	padding: 5px 10px;
	font-size: 16px;
	border-bottom: 2px solid transparent;
	color: #C7CDD4;
	text-transform: none;
}
#modal-account .uk-tab > .uk-active > a {
	border-bottom: 2px solid #D04D46;
	color: #3B3B3B;
}
#modal-account .uk-tab::before {
	left: 0;
}
#modal-account .toggle-forgotten, #modal-account .checkbox-label {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #3B3B3B;
}
#modal-account .with-socials {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #3B3B3B;
	padding-top: 30px;
}
#modal-account .social-buttons svg {
	margin: 0 8px;
	cursor: pointer;
	transform: translateY(-5px);
}
.social-buttons a:hover svg path { fill:var(--bg-button-hover);}

@media (max-width: 1330px) {

}
@media (max-width: 1200px) {
	.mfilter-free-container:not(.mfilter-free-container-opened) .mfilter-free-button {
		visibility: hidden !important;
		z-index: -1 !important;
	}
}
@media (max-width: 959px) {

	p img[style^="float"] {
		float: none !important;
		display: block;
		margin: 0 auto;
	}
    
    .wishlist-table .wishlist-name-image { padding-right: 10px;}
    .wishlist-table .wishlist-cart { width: auto;}
    .wishlist-table div.uk-grid > .wishlist-price { padding-left: 30px; width:240px;}
    
    .uk-modal .uk-flex .uk-button { margin:10px 10px 0; height: 50px;}
}


@media (max-width: 639px) {
    .uk-modal-title { padding:0 15px;}
    .uk-modal .uk-width-expand { padding-left: 20px; word-break: break-word;}
    .uk-modal .uk-width-expand h4 { font-size: 15px; line-height: 20px; margin-top: 0;}
}

@media (max-width: 480px) {
    .wishlist-table div.uk-grid > .wishlist-price { width: 150px; font-size: 16px; line-height: 20px;}
    .wishlist-table .wishlist-price s { display: block;}
}
@media (max-width: 380px) {
    #modal-account .uk-tab > * > a { font-size: 14px;}
    .wishlist-table div.uk-grid > .wishlist-price { width: 120px; font-size: 14px; line-height: 18px; padding-left: 20px;}
}