body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/*
html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}*/

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	margin: 0 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--black, #FFF);
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.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;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* search */
#search {
	margin-bottom: 10px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}

#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* content */
#content {
	min-height: 600px;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.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-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}



:root {
	--blue: #0053a2;
	--red: #d01d21;
	--gray-bg: #f6f6f7;
	--gray-element: #a6aaaf;
	--stroke-in-white: #e2e3e5;
	--black: #111c27;
	--white: #fff;
	--gray-text: #646b72;
	--stroke-in-blue: #1f68ad;
	--gray-element-in-blue: #598fc2;
	--blue-bright: #019bd0;
	--light-blue: #f2f7fc;
}

:root {
	--font-family: "Manrope", sans-serif;
	--second-family: "Commissioner", sans-serif;
}

.top-menu {
	width: 100%;
	background: var(--Gray-BG, #F6F6F7);
}

.wrapper-top {
	height: 40px;
	padding: 10px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
	align-self: stretch;
}

.wrapper-top a:last-child,
.wrapper-top a:first-child {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}

.wrapper-top a:last-child svg,
.wrapper-top a:first-child svg {
	flex-shrink: 0;
}

.wrapper-top a {
	color: var(--Gray-Text, #646B72);
	/* Tag SM */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
}

.wrapper-top a:hover {
	color: var(--Blue, #0053A2);
}

.wrapper-top a:hover svg path {
	fill: var(--Blue, #0053A2);
}

.wrapper {
	display: flex;
	width: 1600px;
	margin: 0 auto;
	flex-direction: column;
	align-items: flex-start;
}


header {
	width: 1600px;
	display: flex;
	margin: 0 auto;
	padding: 20px 0;
	align-items: center;
	gap: 30px;
	align-self: stretch;
}

.logo-search-menu-cart {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	flex: 1 0 0;
}

.search-menu-cart {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
}

.btn-catalog-h {
	display: flex;
	padding: 18px 23px;
	justify-content: center;
	align-items: center;
	gap: 10px;

	border-radius: 5px;
	background: var(--Red, #D01D21);

	color: var(--White, #FFF);

	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.btn-cart-h svg,
.btn-catalog-h svg {
	flex-shrink: 0;
}

.btn-cart-h {
	display: flex;
	width: 56px;
	padding: 18px 23px;
	justify-content: center;
	align-items: center;
	gap: 10px;

	border-radius: 5px;
	background: var(--Blue, #0053A2);
}

#search {
	width: 469px;
}

.search-h {
	display: flex;
	height: 56px;
	align-items: center;
	gap: 10px;
}

#USD,
#EUR,
.telefon-h {
	display: flex;
	height: 56px;
	padding: 18px 23px;
	justify-content: center;
	align-items: center;
	gap: 10px;

	border-radius: 5px;
	background: var(--Gray-BG, #F6F6F7);

	color: var(--Black, #111C27) !important;

	font-family: var(--font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.cah-telefon {
	display: flex;
	align-items: center;
	gap: 10px;
}


.wrapper-top {
	width: 1600px;
}

h1 {

	/* H1 */
	font-family: var(--second-family);
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 70.4px */
	text-transform: uppercase;
}

h2 {
	color: var(--Black, #111C27) !important;

	/* H2 */
	font-family: var(--second-family);
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 52.8px */
}

p {
	margin: 0 0 !important;
}

p {

	/* p M */
	font-family: var(--font-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 27px */
}


/**MENU**/
/* Figma Styles of your File */
:root {
	/* Colors */
	--gradient: linear-gradient(-79.35deg,
			rgba(0, 85, 163, 1) 0%,
			rgba(0, 172, 219, 1) 100%);
	--blue: #0053a2;
	--red: #d01d21;
	--gray-bg: #f6f6f7;
	--gray-element: #a6aaaf;
	--stroke-in-white: #e2e3e5;
	--black: #111c27;
	--white: #ffffff;
	--gray-text: #646b72;
	--gradient-for-button-in-blue: linear-gradient(-83.6deg,
			rgba(0, 85, 163, 1) 0%,
			rgba(0, 172, 219, 1) 100%);
	--stroke-in-blue: #1f68ad;
	--gray-element-in-blue: #598fc2;
	--blue-bright: #019bd0;
	--light-blue: #f2f7fc;

	/* Fonts */
	--tag-m-font-family: Manrope-Medium, sans-serif;
	--tag-m-font-size: 14px;
	--tag-m-line-height: 140%;
	--tag-m-font-weight: 500;
	--tag-m-font-style: normal;
	--h1-font-family: Commissioner-Bold, sans-serif;
	--h1-font-size: 64px;
	--h1-line-height: 110%;
	--h1-font-weight: 700;
	--h1-font-style: normal;
	--small-b-font-family: Manrope-Bold, sans-serif;
	--small-b-font-size: 16px;
	--small-b-line-height: 140%;
	--small-b-font-weight: 700;
	--small-b-font-style: normal;
	--tag-b-font-family: Manrope-Bold, sans-serif;
	--tag-b-font-size: 14px;
	--tag-b-line-height: 140%;
	--tag-b-font-weight: 700;
	--tag-b-font-style: normal;
	--tag-sm-font-family: Manrope-SemiBold, sans-serif;
	--tag-sm-font-size: 14px;
	--tag-sm-line-height: 140%;
	--tag-sm-font-weight: 600;
	--tag-sm-font-style: normal;
	--small-sm-font-family: Manrope-SemiBold, sans-serif;
	--small-sm-font-size: 16px;
	--small-sm-line-height: 140%;
	--small-sm-font-weight: 600;
	--small-sm-font-style: normal;
	--p-m-font-family: Manrope-Medium, sans-serif;
	--p-m-font-size: 18px;
	--p-m-line-height: 150%;
	--p-m-font-weight: 500;
	--p-m-font-style: normal;
	--p-sm-font-family: Manrope-SemiBold, sans-serif;
	--p-sm-font-size: 18px;
	--p-sm-line-height: 110%;
	--p-sm-font-weight: 600;
	--p-sm-font-style: normal;
	--h6-b-font-family: Manrope-Bold, sans-serif;
	--h6-b-font-size: 22px;
	--h6-b-line-height: 140%;
	--h6-b-font-weight: 700;
	--h6-b-font-style: normal;
	--small-m-font-family: Manrope-Medium, sans-serif;
	--small-m-font-size: 16px;
	--small-m-line-height: 140%;
	--small-m-font-weight: 500;
	--small-m-font-style: normal;
	--h2-font-family: Commissioner-Bold, sans-serif;
	--h2-font-size: 48px;
	--h2-line-height: 110%;
	--h2-font-weight: 700;
	--h2-font-style: normal;
	--h4-font-family: Manrope-Bold, sans-serif;
	--h4-font-size: 32px;
	--h4-line-height: 110%;
	--h4-font-weight: 700;
	--h4-font-style: normal;
	--h3-font-family: Commissioner-Bold, sans-serif;
	--h3-font-size: 42px;
	--h3-line-height: 110%;
	--h3-font-weight: 700;
	--h3-font-style: normal;
	--h5-font-family: Manrope-Bold, sans-serif;
	--h5-font-size: 27px;
	--h5-line-height: 110%;
	--h5-font-weight: 700;
	--h5-font-style: normal;

	/* Effects */
	--card-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.05),
		0px 23px 23px 0px rgba(0, 0, 0, 0.04), 0px 51px 31px 0px rgba(0, 0, 0, 0.03),
		0px 91px 37px 0px rgba(0, 0, 0, 0.01), 0px 143px 40px 0px rgba(0, 0, 0, 0);
}

/* Figma Color Variables of your File */

.frame-107,
.frame-107 * {
	box-sizing: border-box;
}

.frame-107 {
	background: #ffffff;
	padding: 50px 160px 50px 160px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;

	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	top: 120px;
	display: none !important;

}

.frame-131 {
	display: flex;
	flex-direction: row;
	gap: 80px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}

.frame-116 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.frame-126 {
	background: var(--blue, #0053a2);
	border-radius: 5px;
	padding: 0px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	height: 50px;
	position: relative;
}

.frame-108 {
	border-radius: 100px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.icon-30-px {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	position: relative;
	aspect-ratio: 1;
}

.group-6 {
	width: 80.55%;
	height: 88.24%;
	position: absolute;
	right: 10.63%;
	left: 8.82%;
	bottom: 5.88%;
	top: 5.88%;
	overflow: visible;
	aspect-ratio: 19.33/21.18;
}

.div {
	color: var(--white, #ffffff);
	text-align: left;
	font-family: var(--small-sm-font-family, "Manrope-SemiBold", sans-serif);
	font-size: var(--small-sm-font-size, 16px);
	line-height: var(--small-sm-line-height, 140%);
	font-weight: var(--small-sm-font-weight, 600);
	position: relative;
}

.frame-120 {
	border-radius: 5px;
	border-style: solid;
	border-color: var(--stroke-in-white, #e2e3e5);
	border-width: 1px;
	padding: 0px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	height: 50px;
	position: relative;
}

.icon-30-px2 {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	position: relative;
}

.group-8 {
	width: 84.57%;
	height: 93.33%;
	position: absolute;
	right: 8.76%;
	left: 6.67%;
	bottom: 3.33%;
	top: 3.33%;
	overflow: visible;
	aspect-ratio: 20.3/22.4;
}

.div2 {
	color: var(--black, #111c27);
	text-align: left;
	font-family: var(--small-sm-font-family, "Manrope-SemiBold", sans-serif);
	font-size: var(--small-sm-font-size, 16px);
	line-height: var(--small-sm-line-height, 140%);
	font-weight: var(--small-sm-font-weight, 600);
	position: relative;
}

.frame-122 {
	border-radius: 5px;
	border-style: solid;
	border-color: var(--stroke-in-white, #e2e3e5);
	border-width: 1px;
	padding: 0px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	height: 50px;
	position: relative;
}

.group-9 {
	width: 93.33%;
	height: 92.33%;
	position: absolute;
	right: 3.33%;
	left: 3.33%;
	bottom: 4.34%;
	top: 3.33%;
	overflow: visible;
	aspect-ratio: 22.4/22.16;
}

.frame-123 {
	border-radius: 5px;
	border-style: solid;
	border-color: var(--stroke-in-white, #e2e3e5);
	border-width: 1px;
	padding: 0px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	height: 50px;
	position: relative;
}

.group-12 {
	width: 93.33%;
	height: 82.64%;
	position: absolute;
	right: 3.33%;
	left: 3.33%;
	bottom: 7.36%;
	top: 10%;
	overflow: visible;
}

.frame-121 {
	border-radius: 5px;
	border-style: solid;
	border-color: var(--stroke-in-white, #e2e3e5);
	border-width: 1px;
	padding: 0px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	height: 50px;
	position: relative;
}

.group-11 {
	width: 93.33%;
	height: 93.33%;
	position: absolute;
	right: 3.33%;
	left: 3.33%;
	bottom: 3.33%;
	top: 3.33%;
	overflow: visible;
	aspect-ratio: 1;
}

.frame-125 {
	border-radius: 5px;
	border-style: solid;
	border-color: var(--stroke-in-white, #e2e3e5);
	border-width: 1px;
	padding: 0px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	height: 50px;
	position: relative;
}

.group-13 {
	width: 49.57%;
	height: 93.33%;
	position: absolute;
	right: 23.76%;
	left: 26.67%;
	bottom: 3.33%;
	top: 3.33%;
	overflow: visible;
	aspect-ratio: 11.9/22.4;
}

.frame-124 {
	border-radius: 5px;
	border-style: solid;
	border-color: var(--stroke-in-white, #e2e3e5);
	border-width: 1px;
	padding: 0px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	height: 50px;
	position: relative;
}

.icon-30-px3 {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	position: relative;
	overflow: visible;
}

.frame-119 {
	border-radius: 5px;
	border-style: solid;
	border-color: var(--stroke-in-white, #e2e3e5);
	border-width: 1px;
	padding: 0px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	height: 50px;
	position: relative;
}

.group-7 {
	width: 93.33%;
	height: 93.33%;
	position: absolute;
	right: 3.33%;
	left: 3.33%;
	bottom: 3.33%;
	top: 3.33%;
	overflow: visible;
	aspect-ratio: 1;
}

.frame-130 {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	width: 1220px;
	position: relative;
}

.div3 {
	color: var(--black, #111c27);
	text-align: left;
	font-family: var(--h6-b-font-family, "Manrope-Bold", sans-serif);
	font-size: var(--h6-b-font-size, 22px);
	line-height: var(--h6-b-line-height, 140%);
	font-weight: var(--h6-b-font-weight, 700);
	position: relative;
	align-self: stretch;
}

.frame-117 {
	display: flex;
	flex-direction: row;
	gap: 110px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}

.frame-127 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.frame-135 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.frame-84 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.div4 {
	color: var(--black, #111c27);
	text-align: left;
	font-family: var(--tag-b-font-family, "Manrope-Bold", sans-serif);
	font-size: var(--tag-b-font-size, 14px);
	line-height: var(--tag-b-line-height, 140%);
	font-weight: var(--tag-b-font-weight, 700);
	position: relative;
}

.frame-136 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.frame-97 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.div5 {
	color: var(--gray-text, #646b72);
	text-align: left;
	font-family: var(--tag-sm-font-family, "Manrope-SemiBold", sans-serif);
	font-size: var(--tag-sm-font-size, 14px);
	line-height: var(--tag-sm-line-height, 140%);
	font-weight: var(--tag-sm-font-weight, 600);
	position: relative;
}

.frame-98 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.frame-99 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.frame-100 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.frame-138 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.frame-139 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.frame-101 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.div6 {
	color: var(--blue, #0053a2);
	text-align: left;
	font-family: var(--tag-sm-font-family, "Manrope-SemiBold", sans-serif);
	font-size: var(--tag-sm-font-size, 14px);
	line-height: var(--tag-sm-line-height, 140%);
	font-weight: var(--tag-sm-font-weight, 600);
	position: relative;
}

.frame-1302 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.frame-102 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.frame-143 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.frame-142 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.frame-140 {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.frame-141 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	position: relative;
}

.frame-85 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.frame-89 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.frame-90 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.frame-93 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.frame-94 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

.frame-95 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

/* MENU*/


.slide-content {
	width: 755px;
	position: relative;
	color: var(--White, #FFF) !important;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.navigation-buttons {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	bottom: 50px;
	left: 70px;
	z-index: 9999999;
}


.swiper-button-prev-home,
.swiper-button-next-home {
	display: flex;
	width: 66px;
	height: 66px;
	padding: 22px 27px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 5px;
	background: var(--Stroke-in-Blue, #1F68AD);
}

.swiper-button-prev-home:hover,
.swiper-button-next-home:hover {
	background: var(--Blue-Bright, #019BD0);
}

.swiper {
	width: 1600px;
	height: 764px;
	flex-shrink: 0;
	position: relative;
}

.swiper-wrapper {
	width: 1600px;
	height: 764px;
	flex-shrink: 0;
}

/*
.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}*/

.slide-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 70px 70px 50px 70px;
}

.categories-home {
	padding: 120px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.categories-home a {
	color: var(--Red, #D01D21);
	/* Small B */
	font-family: var(--font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 22.4px */

}

.categories-home a {
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.categories-list-home {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}

.one-categories {
	display: flex;
	width: 790px;
	height: 385px;
	padding: 30px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}


.one-categories:nth-child(-n+2),
.one-categories:nth-last-child(-n+2) {
	display: flex;
	width: 385px;
	height: 385px;
	padding: 30px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.one-categories {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.one-categories a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}

.one-categories a {
	color: var(--Black, #111C27);
	font-family: var(--font-family);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 35.2px */
}

.one-categories:nth-child(1) a {
	color: var(--White, #FFF);

}

.one-categories:nth-child(1) a span {
	color: var(--Blue, #0053A2);
	background: var(--White, #FFF);

}

.one-categories a span {

	color: var(--White, #FFF);
	/* Tag SM */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
}

.one-categories a span {
	width: fit-content;
	display: flex;
	padding: 4px 6px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 7px;
	background: var(--Blue, #0053A2);
}

.hit-product .wrapper {
	display: flex;
	padding: 130px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	position: relative;
}

.hit-product {
	width: 100%;
	background: #F2F7FC;
}

.carusel-hit {
	display: flex;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}

.slide-hit {
	display: flex;
	width: 385px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 20px 20px;
	border-bottom: 1px solid var(--Stroke-in-White, #E2E3E5);
	background: var(--White, #FFF);
}

.img-box {
	height: 214px;
	align-self: stretch;
	position: relative;
	display: flex;
	justify-content: center;
}

.img-box img {
	width: 214px;
	height: 214px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}

.img-box p {
	display: inline-flex;
	padding: 4px 6px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 7px;
	background: var(--Blue, #0053A2);

	position: absolute;
	top: 15px;
	left: 15px;
}

.img-box p {
	color: var(--White, #FFF);

	/* Tag SM */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
}

.text-box {
	display: flex;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
}

.art-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}

.art {
	display: flex;
	align-items: flex-start;
	gap: 6px;
}

.art p:first-child {
	color: var(--Gray-Element, #A6AAAF);

	/* Tag SM */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
}

.art p:last-child {
	color: var(--Gray-Text, #646B72);

	/* Tag SM */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
}

.art-title p {
	color: var(--Black, #111C27);

	/* p SM */
	font-family: var(--font-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	/* 19.8px */
}

.prise-cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.price-hit {
	display: flex;
	height: 28px;
	align-items: center;
	gap: 12px;
}

.price-new-hit {
	color: var(--Black, #111C27);

	/* H6 B */
	font-family: var(--font-family);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 30.8px */
}

.price-old-hit {
	color: var(--Gray-Element, #A6AAAF);

	/* Small M */
	font-family: var(--font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	/* 22.4px */
	text-decoration: line-through;
	text-decoration-color: var(--Gray-Element, #A6AAAF);

}

.btn-cart-hit svg {
	flex-shrink: 0;
}

.btn-cart-hit {
	display: flex;
	width: 56px;
	padding: 18px 23px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	background: var(--Blue, #0053A2);
	border-color: var(--Blue, #0053A2);
}



/*************    О компании *******/

.banner-o-company {
	width: 100%;
	height: 604px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	margin-top: 70px;

	border-radius: 20px;
}

.cirle-l {
	width: 1271px;
	height: 1271px;
	position: absolute;
	left: -415px;
	bottom: 113px;
	flex-shrink: 0;
	border-radius: 1271px;
	background: var(--Gradient, linear-gradient(281deg, #0055A3 0%, #00ACDB 100%));
}

.cirle-r {
	width: 426px;
	height: 426px;
	flex-shrink: 0;
	position: absolute;
	right: -120px;
	bottom: -120px;
	border-radius: 426px;
	opacity: 0.6;
	background: var(--Blue, #0053A2);
	padding: 113px 0 0 109px;

	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.cirle-r p {
	width: 120px;
	color: var(--White, #FFF);

	/* Tag SM */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
}

.box-title-description {
	display: flex;
	width: 532px;
	flex-direction: column;
	align-items: flex-start;
	gap: 90px;
	margin: 70px 0 0 70px;
	position: relative;
	left: 0;
}

.title-description {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
}

.box-title-description h1 {
	color: var(--White, #FFF);

	/* H1 */
	font-family: var(--second-family);
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 70.4px */
	text-transform: uppercase;
}

.box-title-description p {
	color: var(--White, #FFF);

	/* p M */
	font-family: var(--font-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 27px */
}

.btn-consult {
	display: flex;
	padding: 22px 27px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	background: var(--White, #FFF);
	cursor: pointer;
	position: relative;
}

.btn-consult {
	color: var(--Blue, #0053A2);

	/* Small B */
	font-family: var(--font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 22.4px */
}

.btn-consult svg {
	position: absolute;
	right: 7px;
	top: 7px;
}

.btn-consult:hover {
	background: var(--Blue, #0053A2);
	color: var(--White, #FFF);
}

.btn-consult:hover svg circle {
	fill: #FFFFFF;
}

.sertificat-company {
	padding: 130px 0;
	display: flex;
	align-items: center;
	gap: 155px;
}

.sertificat-box {
	display: flex;
	width: 655px;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
}

.sertificat-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

h2 {
	color: var(--Black, #111C27);

	/* H2 */
	font-family: Commissioner;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 52.8px */
}

h6 {
	color: var(--Black, #111C27);

	/* H6 B */
	font-family: var(--font-family);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 30.8px */
}

.sertificat-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}

.sertificat-text p {
	color: var(--Black, #111C27);

	/* p M */
	font-family: var(--font-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 27px */
}

.sertificat-img {
	display: flex;
	width: 791px;
	align-items: center;
	gap: 20px;
}

.img-s {
	display: flex;
	height: 100%;
	padding: 73px 67.5px 74px 67px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1 0 0;

	border-radius: 20px;
	background: var(--light-blue, #F2F7FC);
}

/***********************************************************************************/

.bread {
	color: var(--Gray-Element, #A6AAAF);

	/* Tag SM */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
}

.bread {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 30px;
}

/**************************** CONTACT   */
.contact-map {
	height: 604px;
	align-self: stretch;
	border-radius: 20px;
	background: #C8C8C8;
	position: relative;
}

.contact-info {
	display: flex;
	width: 544px;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	border-radius: 20px;
	background: var(--White, #FFF);
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.num-email {
	display: flex;
	align-items: flex-start;
	gap: 60px;
	align-self: stretch;
	justify-content: space-between;
}

.num-email-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
}

.num-email-text p {
	color: var(--Gray-Element, #A6AAAF);

	/* Tag B */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 19.6px */
}

.num-email-text a {
	color: var(--Black, #111C27);

	/* H6 B */
	font-family: var(--font-family);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 30.8px */
}

.adress-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
	align-self: stretch;
}

.adress-contact p:nth-child(1) {
	color: var(--Gray-Element, #A6AAAF);

	/* Tag B */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 19.6px */
}

.adress-contact p:nth-child(2) {
	color: var(--Black, #111C27);

	/* p M */
	font-family: var(--font-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 27px */
}

.title-contact {
	padding-top: 30px;
	padding-bottom: 70px;
	color: var(--Black, #111C27);

	/* H1 */
	font-family: Commissioner;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 70.4px */
	text-transform: uppercase;
}

.shema-contact {
	width: 100%;
	padding: 130px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.shema-contact h2 {
	color: var(--Black, #111C27);

	/* H2 */
	font-family: Commissioner;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 52.8px */
}

.shema-map {
	width: 100%;
	height: 604px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.acrd-hide {
	display: none !important
}

.acrd-show {
	display: flex !important
}

.accordion-title h5 {
	color: var(--Black, #111C27);

	/* H5 */
	font-family: var(--font-family);
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 29.7px */
}

.accordion-title {
	display: flex;
	height: 66px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.accordion-trigger {
	display: flex;
	width: 66px;
	height: 66px;
	padding: 22px 27px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	background: var(--Blue, #0053A2);
	transition: 600ms ease-in-out;

}

.accordion-trigger:hover {
	background: var(--light-blue, #F2F7FC);
}

.accordion-trigger:hover svg path {
	stroke: #0053A2;
}

.accordion-trigger svg {
	transition: 600ms ease-in-out;
	transform: rotate(0deg);
}

.accordion-trigger.open-trigger {
	background: var(--light-blue, #F2F7FC);
}

.open-trigger svg {
	transition: 600ms ease-in-out;
	transform: rotate(222deg);
}

.open-trigger svg path {
	stroke: #0053A2;
}

.requisites-contact {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 29px;
}

.line {
	width: 100%;
	height: 1px;
	background-color: #E2E3E5;
}

.requisites-box {
	display: flex;
	align-items: flex-start;
	gap: 50px;
	align-self: stretch;
}

.requisites-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	flex: 1 0 0;
}

.requisites-column p:nth-child(1) {
	color: var(--Gray-Element, #A6AAAF);

	/* Tag B */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 19.6px */
}

.requisites-column p:nth-child(2) {
	color: var(--Black, #111C27);

	/* p M */
	font-family: var(--font-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 27px */
}

/**************************** CONTACT   */
/**************************** download-category   */
.download-category-box {
	display: flex;
	flex-wrap: wrap;
	gap: 19px;
	padding: 70px 0 130px 0;
}

.download-category-file {
	display: flex;
	width: 519px;
	padding: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	border-radius: 20px;
	border: 1px solid var(--Stroke-in-White, #E2E3E5);
	background: var(--White, #FFF);
	transition: 600ms ease-in-out;
}

.download-category-file:hover {
	box-shadow: 0 143px 40px 0 rgba(0, 0, 0, 0.00), 0 91px 37px 0 rgba(0, 0, 0, 0.01), 0 51px 31px 0 rgba(0, 0, 0, 0.03), 0 23px 23px 0 rgba(0, 0, 0, 0.04), 0 6px 13px 0 rgba(0, 0, 0, 0.05);
}

.download-category-file h6 {
	color: var(--Black, #111C27);

	/* H6 B */
	font-family: var(--font-family);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 30.8px */
}

.show-dow-file {
	display: flex;
	align-items: center;
	gap: 30px;
}

.show-dow-file a:nth-child(1) {
	color: var(--Blue, #0053A2);

	/* Tag SM */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
}

.show-dow-file a:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.show-dow-file a:nth-child(2) {
	color: var(--Gray-Text, #646B72);

	/* Tag SM */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
}

/**************************** download-category   */


.side-catalog {
	display: flex;
	width: 385px;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	border-radius: 20px;
	background: var(--light-blue, #F2F7FC);
}

.side-catalog ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul.level-1,
.level-1-item {
	width: 100%;
}

ul.level-1>li.level-1-item>a {
	margin-bottom: 20px;
}

ul.level-1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
	align-self: stretch;
}

ul.level-2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}

ul.level-1 li a {
	color: var(--Black, #111C27);

	/* Small SM */
	font-family: var(--font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 22.4px */
}


ul.level-2 li {
	color: var(--Black, #111C27);

	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}


.side-catalog ul.level-2 li.level-2-item::after {
	content: "";
	display: block;
	width: 326px;
	height: 1px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='326' height='1' viewBox='0 0 326 1' fill='none'><path d='M0.5 0.5H325.5' stroke='%230053A2' stroke-opacity='0.05' stroke-linecap='round'/></svg>");
	background-repeat: no-repeat;
	background-size: 100% 1px;
	margin-top: 20px;
}

ul.level-1 li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.level-1>.level-1-item>a::after,
.level-2>.level-2-item>a::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	transition: 800ms ease-in-out;
}

.level-1>.level-1-item>a.no-active::after,
.level-2>.level-2-item>a.no-active::after {
	/* Tag SM */
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9123 7.39905C14.0685 7.55532 14.1563 7.76724 14.1563 7.98821C14.1563 8.20918 14.0685 8.4211 13.9123 8.57738L9.98976 12.4999L6.06726 8.57738C5.91546 8.42021 5.83147 8.20971 5.83337 7.99121C5.83526 7.77271 5.92291 7.5637 6.07741 7.4092C6.23192 7.25469 6.44093 7.16705 6.65943 7.16515C6.87793 7.16325 7.08843 7.24725 7.24559 7.39904L9.98976 10.1432L12.7339 7.39905C12.8902 7.24282 13.1021 7.15506 13.3231 7.15506C13.5441 7.15506 13.756 7.24282 13.9123 7.39905Z' fill='%23111C27'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
}


.level-2>.level-2-item>a.active::after {
	content: " ";
	transition: 800ms ease-in-out;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9123 7.39905C14.0685 7.55532 14.1563 7.76724 14.1563 7.98821C14.1563 8.20918 14.0685 8.4211 13.9123 8.57738L9.98976 12.4999L6.06726 8.57738C5.91546 8.42021 5.83147 8.20971 5.83337 7.99121C5.83526 7.77271 5.92291 7.5637 6.07741 7.4092C6.23192 7.25469 6.44093 7.16705 6.65943 7.16515C6.87793 7.16325 7.08843 7.24725 7.24559 7.39904L9.98976 10.1432L12.7339 7.39905C12.8902 7.24282 13.1021 7.15506 13.3231 7.15506C13.5441 7.15506 13.756 7.24282 13.9123 7.39905Z' fill='%23111C27'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
}

.no-parent::after {
	content: " " !important;
	background-image: none !important;
}

/*
.no-parent>a.active::after{
	content: none!important;

}*/

.level-2>.level-2-item>a {
	color: var(--Black, #111C27);

	/* Tag SM */
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
}

.level-1>.level-1-item>a.active {
	cursor: default;
	color: var(--Blue, #0053A2);
}

.level-1>.level-1-item>a.active::after {
	background-image: none;
	width: max-content;
	content: "Скрыть";
	color: var(--Gray-Element, #A6AAAF);

	/* Tag SM */
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	/* 19.6px */
}

.level-2>.level-2-item,
.level-3>.level-3-item {
	max-height: 0;
	overflow: hidden;
	transition: max-height 800ms ease;
}


.level-1>.level-1-item>a.active+.level-2>.level-2-item,
.level-2>.level-2-item>a.active+.level-3>.level-3-item {
	max-height: 800px;
}

.level-2>.level-2-item>a+.level-3 {
	display: flex;
	padding-left: 27px;
	padding-top: 10px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;

}

.wrapper-catalog {
	padding-top: 70px;
	display: flex;
	gap: 20px;

	width: 1600px;
	margin: 0 auto;
	flex-direction: row;
	align-items: flex-start;
}

.wrapper-catalog-products {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.catalog-products {
	width: 1190px;
	display: flex;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}