body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000000;
	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;
}

body {
	background:
		url(/image/bg2-all-page.png) repeat-y left 50px,
		url(/image/bg4-all-page.png) repeat-y right;
}

/**
 * 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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 !important;
}

/* 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;
	text-decoration: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * 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 {
	width: 100%;
	height: 55px;
	line-height: 20px;

	display: flex;
	padding: 18px 40px;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	border-radius: 5px;
	border: 1px solid var(--Stroke-in-White, #E2E3E5);

	color: rgba(17, 28, 39, 0.50);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

#search .input-lg:focus-visible {
	border: 1px solid var(--stroke-in-blue);

}

.search-h .form-control:focus {
	outline: none;
	border-color: #0066ff;
	box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.15);
}

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

.search-h .input-group-btn .btn-search svg circle,
.search-h .input-group-btn .btn-search svg path {
	stroke: #A6AAAF;
	/* Можно поменять на любой другой цвет */
	transition: stroke 0.2s ease;
}

.search-h .input-group-btn .btn-search:hover svg circle,
.search-h .input-group-btn .btn-search:hover svg path {
	stroke: #666;
}

/* 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: 200px;
}

/* 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 */
.link-product-catalog {
	position: absolute;
	width: 100%;
	height: 100%;
}

.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%;
	transition: 600ms ease-in-out;
	cursor: pointer;
}

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

.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;
	transition: 600ms ease-in-out;

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


.btn-cart-h:hover {
	color: var(--White, #FFF);
	background: var(--Red, #D01D21);
}

.btn-cart-h:hover .cart-total span {
	color: var(--Blue, #0053A2);
}

.cart-total {
	position: absolute;
	right: 1px;
	top: 1px;
	border-radius: 490px;
	height: 20px;
	width: 20px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 600ms ease-in-out;
}

#search {
	width: 100%;
	position: relative;
}

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

.search-h .input-group-btn {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
}

.search-h .input-group-btn .btn-search {
	background: transparent;
	border: none;
	padding: 8px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#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);

	transition: 600ms ease-in-out;
	color: var(--Black, #111C27) !important;

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

.telefon-h a {
	color: var(--Black, #111C27) !important;
}

.telefon-h a:hover {
	color: #23527c !important;
}

.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 */
}

.wrapper-footer {
	width: 1600px;
	margin: 0 auto;

	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
}


.icon-tel-mail {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;

}

.tel-mail-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.tel-mail-footer a:nth-child(1) {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	color: var(--white);
}

.tel-mail-footer a:nth-child(2) {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: var(--white);
}

.adress-footer {
	border-radius: 20px;
	padding: 30px;
	width: 354px;
	height: 210px;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}

.adress-footer p:nth-child(1) {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 110%;
	color: var(--white);
}

.adress-footer p:nth-child(2) {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: var(--white);
}

.adress-footer a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: var(--white);
}

footer {
	padding: 80px 0px 30px;
	width: 100%;
	background: var(--blue);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 60px;
}

.menu-footer {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	gap: 90px;

}

.one-menu {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20px;
}

.one-menu p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 110%;
	color: var(--white);
}

.one-menu-links {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 10px;
}

.one-menu-links a {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.7);
}

.copyright-footer {
	width: 1600px;
	margin: 0 auto;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-top: 1px solid #1964ab;
}

.copyright-footer p,
.copyright-footer a {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.4);

}






/**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 */


.menu-header {

	width: 100%;
	background: #ffffff;
	padding: 50px 0 50px 0;
	display: none;
	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-display {
	display: none;
}

.menu-section {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;

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

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

}

.menu-category:hover {
	background: var(--blue, #0053a2);
}

.menu-category a {
	color: var(--black);

}

.menu-category:hover a,
.menu-category a:hover {
	cursor: pointer;
	color: #FFF;
}

.menu-category:hover svg path {
	stroke: white !important;
}

.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: 100%;
	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;
	flex-wrap: wrap;
	gap: 100px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
	max-width: 100%;
	width: calc(100% - 450px);

	overflow: scroll;
	height: 100vh;
	padding-bottom: 250px;
}

.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 a {
	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-136 a {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: var(--gray-text);
}

.frame-84 a:hover,
.frame-136 a:hover {
	color: var(--blue);
}

.frame-97 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	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;
}

.navigation-buttons-hit {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	/* bottom: 50px; */
	/* left: 70px; */
	z-index: 10000169;
	/*right: -30px;*/
	bottom: 50%;
	top: 50%;
	width: 100%;
}


.swiper-home {
	width: 100%;
	overflow: hidden;
}

.swiper-home .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-button-prev-home,
.swiper-button-next-home,
.swiper-button-next-hit,
.swiper-button-prev-hit {
	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-next-hit {
	transform: rotate(0.5turn);
	transform: rotate(0.5turn);
	position: absolute;
	left: -30px;
}

.swiper-button-prev-hit {
	position: absolute;
	right: -30px;
}

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

.swiper-home h1 {
	color: #FFFFFF;
}

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

.swiper-home .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 60px 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 */

	transition: 600ms ease-in-out;
}

.categories-home a:hover {
	color: var(--Blue, #0053A2);

}

.categories-home a svg path {
	transition: 600ms ease-in-out;
}

.categories-home a:hover svg path {
	transition: 600ms ease-in-out;
	stroke: var(--Blue, #0053A2);

}

.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;
	transition: 500ms ease-in-out;

	background: #DCE9F6;

	/*-webkit-mask: linear-gradient(135deg, #00000054 40%, #00000000, #000000 60%) 100% 100% / 250% 250%;*/
}

.img-bg-category {
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 305px;
	height: 100%;
	position: absolute;
	right: 0px;

}

.img-cirle-ca {
	position: absolute;
	right: -312px;
	bottom: -342px;
	border-radius: 598px;
	background: #BFCAD7;
	width: 598.0px;
	height: 598.0px;

	position: absolute;
	right: -312px;
	bottom: -342px;
	border-radius: 598px;
	background: #BFCAD7;
	transition: 400ms ease-in-out;
}

/*
.one-categories:hover {

	border-color: rgba(149, 237, 255, 0.58);
	box-shadow: -1px 26px 41px 15px #4c76ad94;
	-webkit-mask-position: 0 0;
	z-index: 991;
	transition: 600ms ease-in-out;
}*/

.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;
	background-position: right !important;
}

.one-categories {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 25px;
}

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

	z-index: 10;
}

.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 */
	transition: 600ms ease-in-out;
}

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

}

.one-categories:hover 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 */
	transition: 600ms ease-in-out;
}

.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);
	z-index: 2;
}

.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 {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}

.slide-hit,
.slide-hit.swiper-slide {
	display: flex;
	/*width: 385px;*/
	/*width: 24% !important;*/
	height: auto !important;

	flex-direction: column;
	align-items: flex-start;
	border-radius: 20px 20px;
	border-bottom: 1px solid var(--Stroke-in-White, #E2E3E5);
	background: var(--White, #FFF);
	justify-content: space-between;
}

.product-cart-catalog:hover {
	/*box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.05), 0 23px 23px 0 rgba(0, 0, 0, 0.04), 0 51px 31px 0 rgba(0, 0, 0, 0.03), 0 91px 37px 0 rgba(0, 0, 0, 0.01), 0 143px 40px 0 rgba(0, 0, 0, 0);*/
	box-shadow: 0px -20px 13px 0 rgba(0, 0, 0, 0.05), 0 23px 23px 0 #0053a261, 0 51px 31px 0 rgba(0, 0, 0, 0.03), 0 91px 37px 0 rgb(0 0 0 / 0%), -1px -20px 40px 0 #0053a261;
	border: 1px solid #0053a27d;
}

.product-cart-catalog {
	display: flex;
	width: 31%;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid var(--Stroke-in-White, #E2E3E5);
	background: var(--White, #FFF);
	border: 1px solid var(--stroke-in-white);
	border-radius: 20px;

	justify-content: space-between;
	transition: 300ms ease-in-out;
	position: relative;
}

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

.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;
	position: relative;
}

.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 a {
	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;
	position: relative;
}

.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);
	position: relative;
	z-index: 5;
	border: 0px;
}



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

.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 h1 {
	color: var(--White, #FFF);
}

.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 {
	width: 100%;
	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: 100%;
	max-width: 791px;
	align-items: center;
	gap: 20px;
}

.img-s {
	width: 45%;
	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);
}

.img-s img {
	width: 100%;
}

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

.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;
	flex-wrap: wrap;
}

/**************************** 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 h1 {
	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   */


.wrapper-not-found {
	padding: 100px 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-direction: column;
	align-items: center;

}

.wrapper-not-found h1 {
	/* H1 */
	font-family: var(--second-family);
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	/* 70.4px */
	text-transform: none;

}

.wrapper-not-found a {

	border-radius: 5px;
	width: 250px;
	height: 56px;
	background: var(--blue);

	font-family: var(--font-family);
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	color: var(--white);

	display: flex;
	gap: 10px;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.img-not-found {

	width: 300px;
	height: 100%;
}

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

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

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

.catalog-products {
	width: 100%;
	max-width: 1190px;
	display: flex;
	align-items: stretch;
	gap: 20px;
	align-self: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.img-text-product {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 70px;
}

.img-product {
	width: 520.0px;
	height: 520.0px;
	aspect-ratio: 1/1;
	border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--Stroke-in-White, #E2E3E5);
	background: var(--White, #FFF);

}

.all-info-product {
	display: flex;
	gap: 50px;
	flex-direction: column;
	width: 60%;
}

.all-info-product-art-h {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.all-info-product-art-h h2 {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 44px;
	line-height: 110%;
	color: var(--black);
}

.all-info-product-art-h>div {
	display: flex;
	gap: 10px;
	flex-direction: row;
}

.all-info-product-art-h>div p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-element);
}

.all-info-product-art-h>div p+p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-text);
}

.short-info-d-t {
	display: flex;
	gap: 35px;
	width: 793px;
	flex-direction: column;
}

.short-info-d,
.short-info-t {
	width: 100%;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.short-info-d>div:nth-child(1),
.short-info-t>div:nth-child(1) {
	width: 100%;
	height: 5px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	border-bottom: 1px solid var(--stroke-in-white);
}


.short-info-d>div>p,
.short-info-t>div>p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-element);
}

.short-info-d>div>p+a,
.short-info-t>div>p+a {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: var(--blue);
}

.short-info-d>div:nth-child(2) {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: var(--black);
}

.img-box-product {
	border: 1px solid var(--stroke-in-white);
	border-radius: 20px;
	width: 520px;
	height: 520px;
	position: relative;
}

.img-box-product 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: 20px;
	left: 20px;
}

.img-box-product 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 */
}

.price-btn-buy {
	display: flex;
	flex-direction: row;
}

.price-btn-buy {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 60px;
}

.price-product {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 12px;
}

.price-btn-buy #product>div {
	display: flex;
	align-items: center;
	flex-direction: row;

}

.price-product h4 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
	color: var(--black);
}

.price-product span {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-element);
}

.btn-cart-roduct {
	border-radius: 5px;
	width: 212px;
	height: 56px;
	background: var(--blue);

	font-family: var(--font-family);
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
	color: var(--white);

	display: flex;
	gap: 10px;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	border: 0px;
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn-cart-roduct:hover,
.btn-cart-hit:hover {
	background: var(--red);
}

.t-cart {
	padding-top: 30px;
}

.wrapper-checkout-cart {
	width: 1600px;
	margin: 0 auto;

	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	gap: 30px;
	padding: 80px 0;
}

.left-checkout-cart {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-direction: column;
	gap: 50px;
}

.left-checkout-cart-products {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20px;
}

.checkout-cart-product {
	border-radius: 20px;
	padding: 30px;
	/*width: 1018px;*/
	width: 100%;
	height: 230px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	gap: 30px;
	background: var(--light-blue);
	position: relative;
}

.img-cart-product {
	border-radius: 20px;
	width: 170px;
	height: 170px;
	flex-shrink: 0;
}

.img-cart-product img {
	border-radius: 20px;
	width: 170px;
	height: 170px;
	flex-shrink: 0;
}

.info-cart-product {

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	gap: 20px;
	height: 100%;
	width: 100%;
}

.info-cart-product-h-sku {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	width: 80%;
}

.info-cart-product-h-sku h6:hover {
	color: var(--Blue, #0053A2);

}

.info-cart-product-h-sku h6 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	color: var(--black);
}

.info-cart-product-h-sku p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: var(--gray-element);

	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	gap: 6px;
}

.info-cart-product-h-sku p>p {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: var(--gray-text);
}

.btn-remove {
	all: unset;
	display: flex;
	position: absolute;
	right: 20px;
	bottom: 20px;

	cursor: pointer;
}

.checkout-cart-form h6 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	color: var(--black);
}

.checkout-cart-form {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 30px;
	border-radius: 20px;
	padding: 30px;
	width: 385px;
	height: 405px;
	background: var(--light-blue);
}

.quantity-control {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 15px;
	border: 1px solid rgba(31, 104, 173, 0.4);
	border-radius: 5px;
	padding: 15px;
	width: 140px;
	height: 50px;
	position: absolute;
	right: 150px;
}


.quantity-control input {
	all: unset;
	width: 36px;

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 110%;
	text-align: center;
	color: var(--black);
}

.qty-minus,
.qty-plus {
	all: unset;
	width: 16px;
	height: 16px;

	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 110%;
	text-align: center;
	color: var(--black);
	display: flex;
	align-items: center;
}

.product-total {
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-direction: column;
}

.product-total h6 {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	color: var(--black);
}

.product-total span {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: var(--gray-element);
}

#orderForm {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}

#firstname,
#telephone,
#email {
	border: 1px solid var(--blue);
	border-radius: 5px;
	padding: 18px 23px;
	width: 325px;
	height: 56px;
}

#btn-confirm {
	border-radius: 5px;
	padding: 22px 27px;
	width: 325px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
	background: var(--blue);
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: var(--white);
}

.modal {
	display: none;
	/* скрыта по умолчанию */
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.modal-content {
	background: #fff;
	margin: 15% auto;
	padding: 20px;
	width: 300px;
	border-radius: 5px;
	text-align: center;
	border-radius: 20px;
	padding: 20px 40px;
	width: 417px;
	height: 345px;
	background: var(--light-blue);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 30px;
	position: relative;
}

.close {
	float: right;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.richt-checkout-cart {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20px;
}

.total-order {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 30px;
	border-radius: 20px;
	padding: 30px;
	width: 385px;
	background: var(--blue);
}

.total-mony {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	gap: 30px;

	font-family: var(--font-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	color: var(--white);
}

.product-order span {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--white);
	opacity: 0.6;
}

.product-order {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 20px;
}

.caunt-product-order {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 10px;
}

.caunt-product-order span {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	gap: 10px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--white);
}

.burger {
	display: none;
	flex-direction: column;
	justify-content: space-around;
	width: 56px;
	height: 54px;
	background: none;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	padding: 0;
	background-color: #0053A2;
	padding: 5px;
	position: absolute;
	right: 0%;
	top: 0;

}

.burger span {
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}

/* состояние "активно" */
.burger.active span:nth-child(1) {
	transform: rotate(45deg) translate(10px, 10px);
}

.burger.active span:nth-child(2) {
	opacity: 0;
}

.burger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(10px, -10px);
}

.catalog-products-mobile {
	display: none;
	color: var(--Black, #111C27);
	font-family: var(--font-family);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.catalog-products-mobile span {
	font-size: 25px;
	transition: all 0.3s ease;
}

.btn2-products-mobile {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
	border-radius: 5px;
	padding: 22px 27px;
	width: 66px;
	height: 66px;
	background: var(--blue-bright);
}

.tab-two {
	padding-top: 50px;
}

.tabs-panel {
	width: 100%;
	max-width: 1600px;
	height: 100%;
	position: relative;

}
.tabs-panel table {
	width: 100%;
}

.tabs-panel::before {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FFFFFF;
}

.img-box-desktop {
	display: flex;
}

.img-box-mobile {
	display: none;
}

.tab-content p {
	text-align: justify;
}

.one-tap-product {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 32px;
	line-height: 140%;
	color: var(--gray-element);

}


/*************************************************** НОВОСТИ ********************/
.news-spring-all {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: column;
}

.news-spring-list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: row;
}

.news-item_one {
	position: relative;
	border-radius: 20px;
	padding: 30px;
	width: 385px;
	height: 385px;
	background: var(--blue);
	transition: all 0.3s ease;
}

.news-item_one:hover {
	box-shadow: 0 24px 84px -10px rgba(78, 104, 128, 0.51), 0 4px 54px 0 rgba(142, 142, 142, 0.1);
	background: var(--blue-bright);
}

.news-item_one:hover .cirle-news-item_one {
	box-shadow: 0 24px 84px -10px rgba(78, 104, 128, 0.51), 0 4px 54px 0 rgba(142, 142, 142, 0.1);
	background: var(--blue-bright);
}

.news-item_one:hover .btn-news-link svg path {

	stroke: var(--Blue-Bright, #019BD0);

}

.link-news {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.news-image {
	overflow: hidden;
	max-height: 200px;

}

.news-image img {
	width: 100%;
	transition: transform 0.3s ease;
}

.news-item {
	height: 100%;
	position: relative;
	z-index: 5;
}

.news-item:hover .news-image img {
	transform: scale(1.05);
}



.news-title {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.4;
}

.news-title a {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 22px;
	line-height: 140%;
	color: var(--white);
	text-decoration: none;
}

.news-short {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: var(--white);
}

.news-spring-home {
	width: 100%;
	display: flex;
	flex-direction: column;
}


.news-item_one:nth-child(6n+1),
.news-item_one:nth-child(6n) {
	max-width: 790.0px;
	width: 100%;
	overflow: hidden;
}

.news-item_one:nth-child(6n+1) .news-content,
.news-item_one:nth-child(6n) .news-content {
	width: 80%;
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 20px;
	height: 100%;
	position: relative;
}

.btn-news-link {
	display: flex;
	width: 66.0px;
	height: 66.0px;
	padding: 22px 27px;

	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	background: var(--White, #FFF);
	position: absolute;
	z-index: 1;
	left: 30px;
	bottom: 30px;
}


.cirle-news-item_one {
	width: 1052.0px;
	height: 1052.0px;
	border-radius: 1052px;
	background: var(--Blue, #0053A2);
	position: absolute;
	top: -600px;
	left: -400px;
}

.news-item_one:not(:nth-child(6n+1), :nth-child(6n)) .bg-news-item_one,
.news-item_one:not(:nth-child(6n+1), :nth-child(6n)) .cirle-news-item_one,
.news-item_one:not(:nth-child(6n+1), :nth-child(6n)) .btn-news-link {
	display: none !important;
}

.news-item_one:not(:nth-child(6n+1), :nth-child(6n)) .news-content,
.news-item_one:not(:nth-child(6n+1), :nth-child(6n)) .news-content {
	display: flex;
	padding: 30px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 20px;
	height: 100%;

}

.bg-news-item_one {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	/* Центрируем картинку */
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	z-index: 0;
}

#news-spring * {
	color: var(--Black, #111C27) !important;
	font-family: Manrope !important;

}

.news-content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.news-content-wrapper {
	width: 100%;
	max-width: 1060px;
}

.news-title-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
}

.news-title-text-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
}

.news-title-text-list h3 {
	align-self: stretch;
	color: var(--Black, #111C27);
	font-family: Commissioner;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.text-list_ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
}

.text-list_ul h6 {
	align-self: stretch;
	color: var(--Black, #111C27);
	font-family: Manrope;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

/* Стили для списка */
.red-dash-list {
	list-style: none;
	color: var(--Black, #111C27);
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.red-dash-list li {
	position: relative;
	display: flex;
	gap: 10px;
	align-items: center;
}

/* Создаем красное тире */
.red-dash-list li::before {
	content: "—";
	color: red;
	font-weight: bold;
}

.news-zitata p {
	flex: 1 0 0;
	color: var(--Black, #111C27);
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;

}

.news-zitata {
	display: flex;
	padding: 30px;
	align-items: center;
	gap: 30px;
	align-self: stretch;
	border-radius: 20px;
	background: var(--light-blue, #F2F7FC);

}

.news-r-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

.news-r-block {
	align-self: stretch;
	color: var(--Black, #111C27);
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.news_h3 {
	align-self: stretch;
	color: var(--Black, #111C27);
	font-family: Commissioner;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.news_h4 {
	align-self: stretch;
	color: var(--Black, #111C27);
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;

}

.news-two-blocks {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	align-self: stretch;

}

.news-title-text h2 {
	align-self: stretch;
	color: var(--Black, #111C27);
	font-family: Commissioner;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.news-title-text p {
	align-self: stretch;
	color: var(--Black, #111C27);
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.news-two-blocks_title h5 {
	align-self: stretch;
	color: var(--Black, #111C27);
	font-family: Manrope;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;

}

.news-two-blocks_title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

.news-l-block_text,
.news-r-block_text {
	width: 50%;
}

.news-l-block_text p,
.news-r-block_text p {
	color: var(--Black, #111C27);
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;

}

.news-two-blocks_text {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}

#news-spring {
	padding-bottom: 60px;
}

/*************************************************** НОВОСТИ ********************/


.catalog-products-search .product-cart-catalog {
	width: 30%;
}

.catalog-products-search {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	padding: 50px 0;

}



/*1920*/
@media screen and (max-width: 1920px) and (min-width: 1600px) {

	.wrapper-top,
	.wrapper,
	.wrapper-checkout-cart {
		width: 100%;
		max-width: 1600px;
	}

	.wrapper-footer,
	.copyright-footer {
		width: 100%;
		max-width: 1600px;
	}

	header {
		width: 100%;
		max-width: 1600px;
	}

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

/*1600*/

/*1599*/
@media screen and (max-width: 1599px)
/*and (min-width: 1200px)*/
	{

	.wrapper-top,
	.wrapper {
		/*width: 1400px;
		max-width: calc(100% - 20px);*/
		max-width: min(1400px, 98%);
	}

	.wrapper-footer,
	.copyright-footer,
	.wrapper-checkout-cart {
		width: 98%;
		max-width: 1400px;
	}

	.menu-section {
		width: 98%;
		max-width: 1400px;
	}


	.wrapper-catalog {
		width: 98%;
		max-width: 1400px;
	}

	header {
		width: 100%;
		max-width: 1400px;
	}

	.categories-list-home {
		align-items: center;
		align-self: stretch;
		justify-content: space-between;
	}

	.one-categories:nth-child(-n+2),
	.one-categories:nth-last-child(-n+2) {
		width: 48%;
		height: 300px;
		padding: 20px;
	}

	.one-categories {
		width: 48%;
		height: 300px;
		padding: 20px;
	}

	.download-category-file {
		width: 47%;
	}

	.download-category-box {
		padding: 50px 0 80px 0;
	}

	.title-news h1,
	.title-contact h1 {
		padding-bottom: 50px;
		font-size: 56px;
	}

	.menu-footer {
		gap: 30px;
	}

	.swiper-home .swiper {
		width: 100%;
		max-width: 1260px;
		height: 600px;
	}

	.swiper-home .swiper-wrapper {
		width: 100%;
		max-width: 1400px;

		height: 600px;
	}

	.img-product,
	.img-box-product {
		width: 420px;
		height: 420px;
	}

	.short-info-d-t {
		display: flex;
		gap: 35px;
		width: 80%;
		flex-direction: column;
	}

	.all-info-product-art-h h2 {
		font-size: 36px;
	}

	.all-info-product {
		gap: 30px;
	}

	.img-text-product {
		gap: 20px;
	}

	.news-spring-list {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.news-spring-all {
		width: 100%;
	}

	.news-item_one:nth-child(6n+1),
	.news-item_one:nth-child(6n) {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}

	.news-item_one {
		max-width: 100%;
		width: 100%;
	}

	.cirle-news-item_one {
		width: 1420px;
		height: 1072px;
		border-radius: 1052px;
		background: var(--Blue, #0053A2);
		position: absolute;
		top: -600px;
		left: -250px;
	}

	.swiper-home h1 {
		font-size: 54px;
	}
}

/*1200*/
/*1400*/
@media screen and (max-width: 1399px) {

	.frame-117 {
		display: flex;
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
		justify-content: flex-start;
		align-self: stretch;
		flex-shrink: 0;
		position: relative;
		max-width: 100%;
		width: calc(100% - 450px);
		overflow: scroll;
		height: 100vh;
		flex-wrap: nowrap;
	}

	.sertificat-box {
		display: flex;
		width: 100%;
		gap: 30px;
	}

	.sertificat-img {
		max-width: 100%;
	}

	.sertificat-company {
		padding: 100px 0;
		display: flex;
		align-items: center;
		gap: 80px;
		flex-direction: column;
	}

	.wrapper-checkout-cart {
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		gap: 20px;
		padding: 80px 0;
	}

	.total-order {
		width: 100%;
	}

	.richt-checkout-cart {
		width: 100%;

		align-items: flex-end;
	}

	.all-info-product {
		gap: 20px;
	}

	.short-info-d>div:nth-child(2) {
		font-family: var(--font-family);
		font-weight: 500;
		font-size: 16px;
		line-height: 150%;
		color: var(--black);
	}

	.swiper-button-prev-hit {
		position: absolute;
		right: -10px;
	}

	.catalog-products-search {

		gap: 30px;
	}

	.slide-content {
		width: 725px;
	}
}

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

	.wrapper-top,
	.wrapper {
		width: 100%;
		max-width: 992px;
	}

	.wrapper-catalog {
		width: 100%;
		max-width: 992px;
	}

	.menu-section {
		width: 100%;
		max-width: 992px;
	}

	.wrapper-footer,
	.copyright-footer,
	.wrapper-checkout-cart {
		width: 100%;
		max-width: 992px;
	}

	.wrapper-footer {
		flex-wrap: wrap;
		gap: 20px;
	}

	header {
		width: 100%;
		max-width: 992px;
	}

	.one-categories:nth-child(-n+2),
	.one-categories:nth-last-child(-n+2) {
		width: 48%;
		height: 250px;
		padding: 20px;
	}

	.one-categories {
		width: 48%;
		height: 250px;
		padding: 20px;
	}

	.categories-home {
		padding: 60px 0;
	}

	.one-categories a {
		font-size: 26px;
		font-style: normal;
	}

	.download-category-box {
		padding: 50px 0 50px 0;
	}

	.title-news h1,
	.title-contact h1 {
		padding-bottom: 30px;
		font-size: 48px;
	}

	.menu-footer {
		width: 100%;
		justify-content: space-between;
		order: 1;
	}

	.icon-tel-mail,
	.tel-mail-footer {
		width: 45%;
	}

	.cah-telefon {
		display: none;
	}

	.swiper-home .swiper {
		width: 100%;
		height: 500px;
	}

	.swiper-home .swiper-wrapper {
		width: 100%;
		height: 500px;
	}

	.slide-bg .slide-content h1 {
		font-size: 44px;
	}

	.slide-bg .slide-content p {
		width: 60%;
		font-size: 18px;
	}

	.product-cart-catalog {
		width: 45%;
	}

	.side-catalog {
		width: 300px;
	}

	.side-catalog ul.level-2 li.level-2-item::after {
		width: 240px;
	}

	.img-s {
		padding: 20px;
	}

	.tab-two {
		padding-top: 50px;
	}

	.requisites-box {
		gap: 20px;
	}

	.catalog-products-search .product-cart-catalog {
		width: 45%;
	}
}

/*992*/

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

	.wrapper-top,
	.wrapper {
		width: 100%;
		max-width: 768px;
	}

	.wrapper-catalog {
		width: 100%;
		max-width: 768px;
	}

	.menu-section {
		width: 100%;
		max-width: 768px;
	}

	.wrapper-footer,
	.copyright-footer,
	.wrapper-checkout-cart {
		width: 100%;
		max-width: 768px;
	}

	header {
		width: 100%;
		max-width: 768px;
	}

	.categories-list-home {
		flex-direction: column;
	}

	.categories-home {
		justify-content: space-between;
		align-items: flex-start;
		align-self: stretch;
		flex-direction: column;
		gap: 20px;
	}

	.categories-home h2 {
		font-size: 36px;
	}

	.one-categories,
	.one-categories:nth-child(-n+2),
	.one-categories:nth-last-child(-n+2) {
		width: 100%;
		height: 180px;
		padding: 20px;
	}

	.img-cirle-ca {
		bottom: -472px;
	}


	.download-category-file {
		width: 100%;
		padding: 25px;
	}

	.title-news h1,
	.title-contact h1 {
		font-size: 36px;
	}

	.icon-tel-mail,
	.tel-mail-footer {
		width: 100%;
	}

	.adress-footer {
		width: 100%;
	}

	.frame-130 {
		display: none;
	}

	.frame-116 {
		width: 100%;
	}

	.frame-117 {
		width: 96%;
		gap: 20px;
		flex-direction: column;
	}

	.slide-bg .slide-content h1 {
		font-size: 34px;
	}

	.slide-bg .slide-content p {
		font-size: 16px;
	}

	.side-catalog {
		top: 0px;
		position: absolute;
		z-index: 999999;
		left: -100%;
		transition: left 0.3s ease;
	}

	.catalog-products-mobile {
		display: flex;
		width: 100%;
		align-items: flex-end;
		flex-direction: row;
		justify-content: flex-end;
		gap: 10px;
	}

	.side-catalog.active {
		left: 0;
	}

	.side-catalog {
		width: 100%;
		height: 100vh;
		position: fixed;
	}

	.btn2-products-mobile {
		display: flex;
		position: absolute;
		right: 3%;
		top: 3%;
	}

	.cirle-r {
		width: 300px;
		height: 300px;
		opacity: 0.8;
		padding: 40px 0 0 59px;
	}

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

	.box-title-description h1 {
		font-size: 36px;
	}

	.box-title-description p {
		font-size: 16px;
	}

	.btn-consult {
		padding: 15px 15px;
	}

	.btn-consult {
		font-size: 14px;
	}

	.img-text-product {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-top: 70px;
	}

	.img-box-desktop {
		display: none;
	}

	.img-box-mobile {
		display: flex;
	}

	.short-info-d-t {
		display: flex;
		gap: 35px;
		width: 100%;
		flex-direction: column;
	}

	.requisites-box {
		flex-direction: column;
	}

	.requisites-column,
	.requisites-box {
		gap: 10px;
	}

	.contact-info {
		display: flex;
		width: 100%;
		padding: 30px;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		border-radius: 20px;
		background: var(--White, #FFF);
		position: relative;
		left: 0px;
		bottom: 0px;
		border: aliceblue solid 1px;
	}

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

	.shema-contact {
		width: 100%;
		padding: 60px 0;
		gap: 50px;
	}

	.wrapper-not-found h1 {
		font-size: 38px;
	}

	.product-total h6 {
		font-size: 18px;
	}

	.product-total span {
		font-size: 14px;
	}

	.info-cart-product {
		gap: 20px;
	}

	.img-cart-product img {
		border-radius: 20px;
		width: 140px;
		height: 170px;
		flex-shrink: 0;
	}

	.all-info-product {
		width: 100%;
	}

	.frame-117 {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 10px;
		align-items: flex-start;
		justify-content: flex-start;
		align-self: stretch;
		flex-shrink: 0;
		overflow: scroll;
		padding-left: 10px;
	}

	.news-item_one {
		border-radius: 20px;
		padding: 30px;
		width: 100%;
		height: 385px;
	}

	.navigation-buttons-hit {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
		position: absolute;
		z-index: 10000169;
		bottom: -30%;
		top: 50%;
		width: 100%;

	}

	.swiper-button-next-hit,
	.swiper-button-prev-hit {
		position: relative;
	}

	.swiper-button-prev-hit {
		right: 0px;
	}

	.swiper-button-next-hit {
		left: 0px;
	}

	.side-catalog {
		padding-top: 100px !important;
	}

	/*.short-info-d, .short-info-t{
		display: flex;
	}*/
}

/*768*/

/*767*/
@media screen and (max-width: 767px)
/*and (min-width: 576px)*/
	{

	.wrapper-top,
	.wrapper {
		width: 100%;
		max-width: 576px;
	}

	.wrapper-catalog {
		width: 100%;
		max-width: 576px;
		position: relative;
	}

	.menu-section {
		width: 100%;
		max-width: 576px;
	}

	.wrapper-footer,
	.copyright-footer,
	.wrapper-checkout-cart {
		width: 100%;
		max-width: 576px;
	}

	header {
		width: 100%;
		max-width: 576px;
	}

	.one-categories a span {
		font-size: 12px;
	}

	.title-news h1,
	.title-contact h1 {
		font-size: 36px;
	}

	.logo-search-menu-cart {
		display: flex;
		align-items: flex-start;
		gap: 20px;
		flex: 1 0 0;
		flex-direction: column;
		position: relative;
	}

	.top-menu {
		position: absolute;
		top: -200px;
		z-index: 9999;
		background: white;
		height: fit-content;
		width: 100%;
		left: 0;
		right: 0;
		transition: top 0.4s ease;
	}

	.top-menu.active {
		top: 100px;
	}

	.wrapper-top {
		flex-direction: column;
		height: fit-content;
	}

	.menu-header {
		position: fixed;
		top: 170px;
		overflow: scroll;
		height: 100%;
	}

	.search-menu-cart {
		width: 100%;
		gap: 15px;
	}

	.burger {
		display: flex;
	}

	.swiper-home .swiper {
		width: 100%;
		height: 400px;
	}

	.swiper-home .swiper-wrapper {
		width: 100%;
		height: 400px;
	}

	.slide-bg .slide-content {
		width: 100%;
	}

	.slide-bg .slide-content h1 {
		font-size: 24px;
	}

	.slide-bg .slide-content p {
		font-size: 14px;
	}

	.navigation-buttons,
	.navigation-buttons-hit {
		display: none;
	}

	.slide-bg {
		padding: 50px 50px 50px 50px;
	}

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

	.box-title-description {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 60px;
		margin: 0 auto;
		padding: 20px;
	}

	.requisites-contact {
		padding: 0 5px;
	}

	.wrapper-not-found {
		padding: 60px 0;
	}

	.checkout-cart-product {
		width: 100%;
		height: 100%;
		gap: 20px;
	}

	.quantity-control {
		width: 150px;
		height: 50px;
		position: relative;
		right: 0;
	}

	.info-cart-product-h-sku h6 {
		font-family: var(--font-family);
		font-weight: 700;
		font-size: 18px;
		line-height: 140%;
		color: var(--black) !important;
	}


	.info-cart-product {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap: 25px;
		height: 100%;
		width: 100%;
		align-items: flex-end;
		padding-right: 30px;
	}

	.sertificat-img {
		display: flex;
		width: 100%;
		max-width: 791px;
		align-items: center;
		gap: 20px;
		flex-direction: column;
	}

	.img-s {
		width: 70%;
	}
}

/*576*/
@media screen and (max-width: 575px) {

	.wrapper-top,
	.wrapper {
		width: 100%;
		max-width: 360px;
	}

	.wrapper-catalog {
		width: 100%;
		max-width: 360px;
	}

	.menu-section {
		width: 100%;
		max-width: 360px;
	}

	.wrapper-footer,
	.copyright-footer,
	.wrapper-checkout-cart {
		width: 100%;
		max-width: 360px;
	}

	header {
		width: 100%;
		max-width: 360px;
	}

	.categories-home {
		padding: 35px 0;
		gap: 20px;
	}

	.categories-home h2 {
		font-size: 28px;
	}

	.one-categories a {
		font-size: 24px;
		font-style: normal;
	}

	.menu-footer {
		width: 100%;
		flex-wrap: wrap;
		gap: 20px;
	}

	.copyright-footer {
		gap: 20px;
		height: max-content;
		flex-direction: column;
		align-items: flex-start;
	}

	.product-cart-catalog {
		width: 100%;
	}

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

	.all-info-product-art-h h2 {
		font-size: 32px;
	}

	.img-product,
	.img-box-product {
		width: 100%;
		height: 360px;
	}

	.short-info-d>div>p,
	.short-info-t>div>p {
		font-size: 14px;
	}

	.short-info-d>div>p+a,
	.short-info-t>div>p+a {
		font-size: 14px;
	}

	.price-btn-buy {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.price-product {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 12px;
	}

	.img-text-product {
		padding-top: 50px;
	}

	.price-product h4 {
		font-size: 28px;
	}

	.accordion-title h5 {
		font-size: 22px;
	}

	.shema-map {
		width: 100%;
		height: 400px;
	}

	.wrapper-not-found h1 {
		font-size: 34px;
	}

	.img-not-found {
		width: 250px;
		height: 100%;
	}

	.checkout-cart-product {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px;
	}

	.img-cart-product img {
		border-radius: 20px;
		width: 100%;
		height: 170px;
		flex-shrink: 0;
	}

	.wrapper-checkout-cart {
		gap: 60px;
		padding: 50px 0;
	}

	.checkout-cart-form {
		gap: 30px;
		border-radius: 20px;
		padding: 0;
		width: 100%;
		height: 405px;
		align-items: center;
	}

	.catalog-products-search .product-cart-catalog {
		width: 100%;
	}

	.slide-bg {

		background-position: 60%;
		background-repeat: no-repeat;

		padding: 45px 45px 45px 10px;

	}
	.img-s {
		width: 100%;
	}
	.news-short,.btn-news-link{display: none;}
	    .news-item_one {
        border-radius: 20px;
        padding: 30px;
        width: 100%;
        height: 290px;
    }
	.news-title a {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: var(--white);
    text-decoration: none;
}
}



.one-categories {
	position: relative;
	overflow: hidden;
}

.one-categories::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(105deg,
			transparent 0%,
			transparent 40%,
			rgba(255, 255, 255, 0.4) 45%,
			rgba(255, 255, 255, 0.8) 50%,
			rgba(255, 255, 255, 0.4) 55%,
			transparent 60%,
			transparent 100%);
	transition: left 0.6s ease;
	pointer-events: none;
}

.one-categories:hover::before {
	left: 100%;

}

.one-categories:hover .img-cirle-ca {
	background: var(--Blue, #3375b5);
}

.one-categories:hover {
	background: var(--Blue, #0053A2);
	box-shadow: 0px -20px 13px 0 rgba(0, 0, 0, 0.05), 0 23px 23px 0 #0053a261, 0 51px 31px 0 rgba(0, 0, 0, 0.03), 0 91px 37px 0 rgb(0 0 0 / 0%), -1px -20px 40px 0 #0053a261;
}







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

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

/* ===== Родитель (level-1): крупнее и с выделением ===== */
ul.level-1>li.level-1-item>.cat-row {
	margin-bottom: 20px;
	/* как раньше было у ссылки */
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.35);
	border: 1px solid rgba(0, 83, 162, 0.06);
	transition: background 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

ul.level-1>li.level-1-item>.cat-row:hover {
	background: rgba(255, 255, 255, 0.7);
	border-color: rgba(0, 83, 162, 0.12);
}

ul.level-1>li.level-1-item.open>.cat-row {
	background: #fff;
	border-color: rgba(0, 83, 162, 0.18);
	box-shadow: inset 3px 0 0 var(--Blue, #0053A2), 0 10px 24px rgba(0, 83, 162, 0.08);
}

ul.level-1>li.level-1-item>.cat-row>a.cat-link {
	font-size: 16px;
	font-weight: 700;
}

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);
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

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

/* Ссылка — оставляем ваш flex-layout */
ul.level-1 li a,
ul.level-2 li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

/* ===== Полностью новая логика открытия (аккордеон) ===== */

.side-catalog li.level-1-item,
.side-catalog li.level-2-item,
.side-catalog li.level-3-item {
	position: relative;
	width: 100%;
}

/* ссылка: кликабельна всегда */
.side-catalog a.cat-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-right: 34px;
	/* место под кнопку справа */
	text-decoration: none;
}

/* строка пункта: ссылка + кнопка строго напротив текста */
.side-catalog .cat-row {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px;
}

.side-catalog .cat-row>a.cat-link {
	flex: 1 1 auto;
	padding-right: 0;
	/* место больше не нужно — кнопка отдельная */
}

/* подсветка текущей категории / пути */
.side-catalog a.cat-link.is-current,
.side-catalog a.cat-link.is-in-path {
	color: var(--Blue, #0053A2);
}

/* кнопка-триггер раскрытия */
.side-catalog .cat-toggle {
	width: 34px;
	height: 34px;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	flex: 0 0 34px;
}

.side-catalog .cat-toggle::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	transition: 260ms ease;
	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;
	background-position: center center;
	background-size: cover;
}

.side-catalog li.open>.cat-row>.cat-toggle::after {
	transform: rotate(-180deg);
}

/* раскрытие: UL с анимацией по max-height (JS выставляет maxHeight) */
.side-catalog li.has-children>ul {
	max-height: 0;
	overflow: hidden;
	transition: max-height 260ms ease;
}

/* уровень 3 как в макете */
.level-2>.level-2-item>ul.level-3 {
	display: flex;
	padding-left: 27px;
	padding-top: 10px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}

@media (prefers-reduced-motion: reduce) {
	.side-catalog .cat-toggle::after {
		transition: none;
	}

	.side-catalog li.has-children>ul {
		transition: none;
	}
}


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

.pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 32px;
	font-family: var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
	font-size: 14px;
	line-height: 1.4;
	color: #111C27;
}

@media (max-width:767px) {
	.pagination-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}

/* блок с текстом "Показаны X–Y из Z" */
.pagination-results {
	color: var(--Gray-Text, #6F757C);
}

/* контейнер для {{ pagination }} */
.pagination {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.pagination li {
	display: inline-flex;
}

.pagination a,
.pagination span {
	display: inline-flex;
	min-width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	border: 1px solid transparent;
	padding: 0 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: #111C27;
	background: #FFFFFF;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease, transform .1s ease;
}

.pagination a:hover {
	background: #F2F7FC;
	border-color: rgba(0, 83, 162, 0.25);
	box-shadow: 0 3px 10px rgba(0, 83, 162, 0.12);
	transform: translateY(-1px);
}

/* активная страница (обычно span или a с классом active – стилизуем оба варианта) */
.pagination li.active a,
.pagination li.active span,
.pagination a.active,
.pagination span.active {
	background: var(--Blue, #0053A2);
	color: #FFFFFF;
	border-color: var(--Blue, #0053A2);
	box-shadow: 0 4px 14px rgba(0, 83, 162, 0.35);
	cursor: default;
	transform: none;
}

/* неактивные стрелки (prev/next), если OpenCart отдаёт disabled */
.pagination li.disabled a,
.pagination li.disabled span {
	background: #F4F5F7;
	color: #A6AAAF;
	border-color: transparent;
	box-shadow: none;
	cursor: default;
}

/* компактные стрелки можно обозначить иконками, если будут отдельные классы */


.stock-out {
	font-family: var(--font-family);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.stock-out span {
	color: #0053A2;
}

.warnig-price {
	font-family: var(--font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-top: 5px !important;
}