

/* Start:/local/templates/euro/css/jquery.simplebar.css?17315996814237*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* End */


/* Start:/local/templates/euro/css/slick.css?17158571721776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/euro/css/slick-theme.css?17190882071372*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
	background:url(../../../../../../images/ajax-loader.gif) no-repeat center #fff;
}

/* Arrows */
.slick-arrow {
	width:25px;
	height:19px;
	outline:none;
	border:none;
	border-radius:50%;
	padding:0;
	color:transparent;
	font-size:0;
	line-height:0;
	position:absolute;
	bottom:-29px;
	z-index:1;
	cursor:pointer;
	transition:all .3s;
}
.slick-arrow.slick-disabled {
	opacity:.5;
}
.slick-arrow .icon {
	width:25px;
	height:19px;
	fill:var(--theme-color);
	position:absolute;
	top:0;
	left:0;
}
.slick-prev {
	left:0;
}
.slick-prev .icon {
	transform:rotate(180deg);
}
.slick-next {
	right:0;
}

/* Dots */
.slick-dots {
	list-style:none;
	width:100%;
	margin:0 !important;
	padding:0 !important;
	text-align:center;
	bottom:-23px;
	position:absolute;
}
.slick-dots li {
	display:inline-block !important;
	margin:0 3.5px !important;
	padding:0 !important;
	position:relative;
	cursor:pointer;
}
.slick-dots li::before,
.slick-dots li::after {
	display:none !important;
}
.slick-dots li button {
	display:block;
	width:6px;
	height:6px;
	padding:0;
	border:none;
	border-radius:50%;
	background-color:var(--overlay-bg);
	color:transparent;
	font-size:0;
	line-height:0;
	cursor:pointer;
	transition:background-color .15s;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button {
	background-color:var(--theme-color);
}

/* End */


/* Start:/local/templates/euro/template_styles.css?176415398896410*/
/* fonts
font-family:'Roboto', sans-serif; 300, 400, 500, 700
*/

@font-face {
	font-family:'Roboto';
	src:url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Light.eot');
	src:local('Roboto Light'), local('Roboto-Light'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Light.eot@') format('embedded-opentype'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Light.woff2') format('woff2'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Light.woff') format('woff'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Light.ttf') format('truetype');
	font-weight:300;
	font-style:normal;
	font-display:swap;
}
@font-face {
	font-family:'Roboto';
	src:url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Regular.eot');
	src:local('Roboto Regular'), local('Roboto-Regular'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Regular.eot@') format('embedded-opentype'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Regular.woff') format('woff'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
@font-face {
	font-family:'Roboto';
	src:url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Medium.eot');
	src:local('Roboto Medium'), local('Roboto-Medium'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Medium.eot@') format('embedded-opentype'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Medium.woff') format('woff'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
	font-weight:500;
	font-style:normal;
	font-display:swap;
}

@font-face {
	font-family:'Roboto';
	src:url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Bold.eot');
	src:local('Roboto Bold'), local('Roboto-Bold'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Bold.eot@') format('embedded-opentype'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Bold.woff') format('woff'),
		url('../../../../../../local/templates/euro/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight:bold;
	font-style:normal;
	font-display:swap;
}

/* set html5 elements to block */
aside, footer, header, main, menu, nav, article, section { 
	display:block;
}

/*** main ***/
* {
	box-sizing:border-box;
	margin:0;
	padding:0;
	outline:none !important;
}

::-moz-focus-inner {
	border:0 !important;
}
::before,
::after {
	box-sizing:border-box;
}

:root {
	--font:'Roboto', sans-serif;
	
	--color:#222;
	--theme-color: #009688;
	--orange-color:#f46a05;
	--logo-color:#214a85;
	--border-color:#2223;
	--light-border-color:#00000016;
	--placeholder-color:#2226;
	--warning-color:#ff4848;
	--success-color:#62b146;
	
	--main-bg:#fff;
	--gray-bg:#f9f9f9;
	--overlay-bg:#f2f2f2;
	--menu-overlay-bg:#00968816;
	--catalog-overlay-bg:#f3f2ee;
	--services-overlay-bg:#00000064;
	--services-overlay-bg-hover:#000a;
	
	--hover-shadow:#0096884d;
}

html {
	width:100%;
	height:100%;
	min-width:320px;
	scroll-behavior:smooth;
}

body {
	height:100%;
	background-color:var(--main-bg);
	color:var(--color);
	font-family:var(--font);
	font-size:16px;
	font-weight:400;
	line-height:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	/* iOS */
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}

a, 
.a {
	color:var(--theme-color);
	text-decoration:none;
	cursor:pointer;
	transition:border-color .15s, background-color .15s, color .15s, font-size .15s, opacity .15s;
}
.bx-no-touch a:hover, 
.bx-no-touch .a:hover {
	color:var(--orange-color);
	text-decoration:none; /* for bootstrap */
}

b, 
.b, 
strong {
	font-weight:500;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	display:block;
	margin:24px 0 24px;
	color:var(--color);
	font-weight:500;
	line-height:1.1;
	transition:margin .15s, color .15s, font-size .15s, line-height .15s;
}
h1, 
.h1 {
	margin:30px 0 40px;
	font-size:40px;
	font-weight:700;
}
h2, 
.h2 {
	margin:40px 0 30px;
	font-size:24px;
}
h3, 
.h3 {
	margin:30px 0 24px;
	color:#444;
	font-size:21px;
}
h4, 
.h4 {
	font-size:18px;
}
h5, 
.h5,
h6, 
.h6 {
	font-size:17px;
}

p {
	margin:24px 0;
}

img {
	max-width:100%;
	height:auto;
	border:none;
}

svg {
	transition:all .15s;
}
svg * {
	fill:inherit;
	stroke:inherit;
	--color:inherit;
}

input, 
textarea, 
select {
	padding:0 12px;
	border:1px solid var(--border-color);
	background:none;
	background-image:none !important;
	color:var(--color);
	font-size:16px;
	transition:color .15s, border-color .15s, background-color .15s, opacity .15s;
}
select {
	padding:0 8px;
	-webkit-padding-start:12px;
	-webkit-padding-end:12px;
}
textarea {
	padding:12px;
}
button {
	font-size:16px;
	transition:color .15s, border-color .15s, background-color .15s, opacity .15s;
}
button, 
input[type=button],
input[type=submit],
input[type=file] {
	cursor:pointer;
}
input[type=search]::-webkit-search-decoration, 
input[type=search]::-webkit-search-cancel-button {
	display:none;
}
textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=search],
input[type=password]{
	-webkit-appearance:none;
}
input::-moz-placeholder, 
textarea::-moz-placeholder {
	color:inherit;
	opacity:.6;
}
input:focus::-moz-placeholder, 
textarea:focus::-moz-placeholder {
	opacity:.3;
}
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
	color:inherit;
	opacity:.6;
}
input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder {
	opacity:.3;
}

iframe {
	max-width:100%;
}

/*** additional ***/

.wrapper {
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
}

.touch, 
.notouch {
	display:none;
}
.bx-touch .touch {
	display:block;
}
.bx-no-touch .notouch {
	display:block;
}

/* svg icons */
.icon {
	display:block;
	fill:var(--color);
}
/* END svg icons */

.clear {
	clear:both;
	display:table;
	height:0;
	line-height:0;
	overflow:hidden;
}
.clear-wrapper::before, 
.clear-wrapper::after {
	content:'';
	clear:both;
	display:table;
	height:0;
	overflow:hidden;
	line-height:0;
}

.nowrap {
	white-space:nowrap;
}

.popup-window {
	z-index:111111 !important;
}

.no-select {
	user-select:none;
}

.obligatory {
	color:var(--warning-color);
}

.iframe-wrapper iframe {
	display:block;
	margin:0 auto;
}

.post-active-gallery {
	opacity:0;
	-webkit-transition:opacity .15s;
	-moz-transition:opacity .15s;
	transition:opacity .15s;
}
.post-active-gallery.slick-initialized {
	opacity:1;
}

/* spinner */
.send-form-spinner {
	display:block;
	width:32px;
	height:32px;
	border:1px solid var(--border-color);
	border-radius:100%;
	background-color:#fff;
	position:relative;
}
.send-form-spinner::before {
	content:'';
	position:absolute;
	background-color:var(--theme-color);
	top:5px;
	left:5px;
	width:8px;
	height:8px;
	border:none;
	border-radius:100%;
	transform-origin:10px 10px;
	animation-name:spin;
	animation-duration:1000ms;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}
@media (prefers-reduced-motion:reduce) {
	.send-form-spinner::before {
		animation-name:blink;
		animation-duration:2000ms;
	}
}
@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}
@keyframes blink {
	from {
		opacity:0;
	}
	50% {
		opacity:1;
	}
	to {
		opacity:0;
	}
}
/* END spinner */

/* buttons */
.button-wrapper {
	text-align:center;
}
.button,
.border-button {
	display:inline-block;
	height:50px;
	padding:0 12px;
	border:1px solid var(--theme-color);
	border-radius:12px;
	background-color:var(--theme-color);
	color:#fff;
	font-size:18px;
	font-weight:500;
	line-height:48px;
	text-align:center;
	text-decoration:none !important;
	position:relative;
	user-select:none;
	cursor:pointer;
	transition:all .15s;
}
.bx-no-touch .button:hover {
	border-color:var(--orange-color);
	background-color:var(--orange-color);
	color:#fff;
}
.border-button {
	background-color:transparent;
	color:var(--theme-color);
}
.bx-no-touch .border-button:hover {
	border-color:var(--orange-color);
	color:var(--orange-color);
}
.button:disabled {
	border-color:var(--color) !important;
	background-color:var(--overlay-bg) !important;
	color:var(--placeholder-color) !important;
}

.button[disabled],
a.button[disabled],
.border-button[disabled],
a.border-button[disabled] {
	border-color:var(--border-color) !important;
	background-color:var(--border-color) !important;
	color:var(--color) !important;
	opacity:.5;
	cursor:default;
}
.border-button[disabled],
a.border-button[disabled] {
	background-color:var(--overlay-bg) !important;
}

input[readonly] {
	color:var(--placeholder-color) !important;
}

.orange-button {
	border-color:var(--orange-color);
	background-color:#fff;
	color:var(--orange-color);
}
.bx-no-touch .orange-button:hover {
	background-color:var(--orange-color);
	color:#fff;
}

.big-button {
	width:280px;
	height:55px;
	line-height:53px;
}

.button.with-spinner.sending,
.border-button.with-spinner.sending {
	background-color:transparent !important;
	color:transparent !important;
	cursor:default;
	pointer-events:none;
}
.button.with-spinner .send-form-spinner,
.border-button.with-spinner .send-form-spinner {
	position:absolute;
	top:50%;
	left:50%;
	opacity:0;
	pointer-events:none;
	transform:translate(-50%, -50%);
	transition:opacity .15s;
}
.button.with-spinner.sending .send-form-spinner,
.border-button.with-spinner.sending .send-form-spinner {
	opacity:1;
}
/* END buttons */

/* custom checkbox */
.custom-checkbox-label {
	display:inline-block;
}
.custom-checkbox-label input {
	display:none !important;
}
.custom-checkbox-text {
	display:block;
	padding-left:29px;
	min-height:21px;
	font-size:14px;
	line-height:21px;
	position:relative;
	cursor:pointer;
}
.custom-checkbox-text::before {
	content:'';
	width:21px;
	height:21px;
	border:1px solid var(--border-color);
	border-radius:3px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
	transition:border-color .15s;
}
.bx-no-touch .custom-checkbox-label:hover .custom-checkbox-text::before {
	border-color:var(--theme-color);
}
.custom-checkbox-label.disabled .custom-checkbox-text::before {
	border-color:var(--border-color) !important;
}
.custom-checkbox-label.error-field {
	color:var(--warning-color) !important;
}
.custom-checkbox-label.error-field .custom-checkbox-text::before {
	border-color:var(--warning-color) !important;
}
.custom-checkbox-text::after {
	content:'';
	width:18px;
	height:13px;
	background-image:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 13" width="18" height="13"><path fill="%230e5ec5" fill-rule="evenodd" clip-rule="evenodd" d="M11.2418 4.87443L6.17649 9.74886L3.93306 7.5902L1.68959 5.43151L0.844811 6.2439L0 7.05632L3.08814 10.0282L6.17625 13L12.0952 7.30421C15.3507 4.17153 18.0078 1.59843 18 1.58624C17.9921 1.57401 17.608 1.21213 17.1464 0.782011L16.3071 0L11.2418 4.87443Z"/></svg>');
	position:absolute;
	top:3px;
	left:3px;
	opacity:0;
	transition:opacity .15s;
}
.custom-checkbox-label input:checked + .custom-checkbox-text::after {
	opacity:1;
}
.custom-checkbox-label.disabled input:checked + .custom-checkbox-text::after {
	opacity:.2;
}
/* END custom checkbox */

/* custom radio */
.custom-radio-label {
	display:inline-block;
}
.custom-radio-label input {
	display:none !important;
}
.custom-radio-text {
	display:block;
	padding-left:29px;
	min-height:21px;
	font-size:14px;
	line-height:21px;
	position:relative;
	cursor:pointer;
}
.custom-radio-text::before {
	content:'';
	width:21px;
	height:21px;
	border:1px solid var(--border-color);
	border-radius:50%;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
	transition:border-color .15s;
}
.bx-no-touch .custom-radio-label:hover .custom-radio-text::before {
	border-color:var(--theme-color);
}
.custom-radio-label.disabled .custom-radio-text::before {
	border-color:var(--border-color) !important;
}
.custom-radio-text::after {
	content:'';
	width:11px;
	height:11px;
	border-radius:50%;
	background-color:var(--theme-color);
	position:absolute;
	top:5px;
	left:5px;
	opacity:0;
	transition:opacity .15s;
}
.custom-radio-label input:checked + .custom-radio-text::after {
	opacity:1;
}
.custom-radio-label.disabled input:checked + .custom-radio-text::after {
	opacity:.2;
}
/* END custom radio */

/* fields with placeholder */
.with-placeholder-wrapper {
	position:relative;
}
.with-placeholder-wrapper label {
	height:100%;
	padding:19px 0;
	line-height:18px;
	position:absolute;
	top:0;
	left:21px;
	transition:all .3s;
}
.with-placeholder-wrapper .with-placeholder {
	width:100%;
	margin:0 !important;
}
.with-placeholder-wrapper .with-placeholder:focus + label,
.with-placeholder-wrapper .with-placeholder:valid + label {
	height:18px;
	padding:0;
	font-size:12px;
	transform:translateY(-22px);
}
/* END fields with placeholder */
/* fancybox */
.fancybox__container {
	min-width:320px;
}
.fancybox-simple {
	padding:30px 40px;
}
/* END fancybox */

/* popup form */
.popup-form {
	display:none;
	width:100%;
	max-width:796px;
	border-radius:15px;
	padding:70px;
	background-color:var(--main-bg) !important;
	cursor:default !important;
	transition:padding .15s;
}
.popup-form form {
	width:100%;
	max-width:594px;
	margin:0 auto;
}
.popup-form .h1 {
	margin:0 0 50px;
	text-align:center;
}
.popup-form .send-form {
	width:100%;
}
/* END popup form */

/* contact form */
.contact-form-content {
	display:flex;
	justify-content:space-between;
	margin-bottom:32px;
}
.contact-form-block {
	flex:0 0 48%;
	position:relative;
}
.contact-form .form-input-title {
	margin:0 20px 14px;
	font-size:90%;
	font-weight:500;
}
.contact-form .form-item-wrapper {
	margin-bottom:32px;
}
.contact-form .form-item,
.contact-form .upload-file-button {
	width:100%;
	border:1px solid var(--border-color);
	border-radius:12px;
	padding:18px 20px 17px;
	background-color:#fff;
	color:var(--header-link);
	font-weight:500;
}
.contact-form .form-item:disabled {
	border-color:var(--border-color) !important;
	background-color:var(--overlay-bg) !important;
	color:var(--placeholder-color) !important;
	cursor:default;
}
.contact-form .with-placeholder-wrapper {
	margin-bottom:32px;
}
.contact-form .with-placeholder-wrapper label {
	color:var(--placeholder-color);
}
.contact-form .form-item::-moz-placeholder {
	opacity:1;
}
.contact-form .form-item:focus::-moz-placeholder {
	opacity:.3;
}
.contact-form .form-item::-webkit-input-placeholder {
	opacity:1;
}
.contact-form .form-item:focus::-webkit-input-placeholder {
	opacity:.3;
}
.footer-form .upload-file {
	float:left;
}
.contact-form .upload-file span {
	display:block;
}
.contact-form .upload-file-button {
	float:left;
	width:auto;
	margin:0;
	font-weight:400;
}
.bx-no-touch .contact-form .upload-file-button:hover {
	color:var(--theme-color);
}
.contact-form .upload-file input[type=file]{
	display:none;
}
.contact-form .upload-file-output {
	overflow:hidden;
}
.contact-form .upload-file-output .upload-item {
	margin:5px 0 5px 32px;
	word-break:break-all;
}
.contact-form textarea.form-item {
	height:100px;
	resize:none;
}
.contact-form .response {
	border-radius:12px;
}
.contact-form .send-form {
	position:relative;
}
.contact-form.with-spinner .send-form .send-form-spinner {
	position:absolute;
	top:50%;
	left:50%;
	opacity:0;
	pointer-events:none;
	transform:translate(-50%, -50%);
	transition:opacity .15s;
}
.contact-form.with-spinner.sending .send-form {
	background-color:transparent !important;
	color:transparent !important;
	cursor:default;
	pointer-events:none;
}
.contact-form.with-spinner.sending .send-form .send-form-spinner {
	opacity:1;
}
.contact-form-notice {
	margin:0 0 16px;
	color:var(--orange-color);
	font-size:90%;
	line-height:1;
}
.contact-form-captcha {
	display:flex;
	margin-bottom:32px;
	font-size:90%;
}
.contact-form-captcha .form-item {
	height:38px;
	margin:8px 0 0;
	line-height:36px;
}
.contact-form-captcha-image-wrapper {
	width:172px;
	height:38px;
	margin:8px 0 0 20px;
	overflow:hidden;
	border:1px solid var(--border-color);
	border-radius:12px;
}
.contact-form-captcha-image-wrapper img {
	display:block;
	width:180px;
	max-width:none;
	height:40px;
	margin:-1px 0 0 -4px;
}

.contact-form .password-wrapper {
	margin-bottom:22px;
	position:relative;
}
.password-wrapper input {
	margin-bottom:0 !important;
	padding-right:70px !important;
	position:relative;
	z-index:0;
}
.password-toggle {
	width:60px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:1;
	cursor:pointer;
}
.password-toggle .icon {
	width:40px;
	height:30px;
	margin:0 auto;
	fill:var(--border-color);
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.password-show {
	display:none;
}
.password-wrapper.active .password-hide {
	display:none;
}
.password-wrapper.active .password-show {
	display:block;
}
.bx-no-touch .password-toggle:hover .icon {
	fill:var(--placeholder-color);
}
/* END contact form */

/* output */
.form-output {
	height:0;
	margin:0;
	border:1px solid transparent;
	border-radius:12px;
	padding:0 10px;
	overflow:hidden;
	font-size:15px;
	text-align:center;
	transition:all .3s;
}
.error-output {
	height:auto;
	margin:15px 0;
	border-color:var(--warning-color);
	padding:10px;
	color:var(--warning-color);
	--fancybox-content-color:var(--warning-color);
}
.success-output {
	height:auto;
	margin:15px 0;
	border-color:var(--success-color);
	padding:10px;
	color:var(--success-color);
	--fancybox-content-color:var(--success-color);
}

.error-field {
	border-color:var(--warning-color) !important;
}
.bx-no-touch .error-field:hover,
.error-field:focus {
	border-color:var(--warning-color) !important;
}
.error-field + label {
	color:var(--warning-color) !important;
}
/* END output */

/* multilevel list OL */
.multilevel-list, 
.multilevel-list ol {
	list-style:none;
	counter-reset:li; 
}
.multilevel-list > li:before,
.multilevel-list ol > li:before {
	counter-increment:li;
	content:counters(li, '.') '. ';
	font-weight:500;
}
.multilevel-list ul > li {
	list-style-type:disc;
}
.multilevel-list ul ul > li {
	list-style-type:square;
}
.multilevel-list ul ul ul > li {
	list-style-type:circle;
}
/* END multilevel list OL */

/* table */
.table {
	width:100%;
	border:none;
	border-spacing:2px;
}
.table th,
.table td {
	padding:9px 14px;
	border:1px solid var(--overlay-bg);
	text-align:center;
	vertical-align:middle;
}
.table th {
	border-color:var(--color);
	background-color:var(--color);
	color:#fff;
	font-size:14px;
	font-weight:500;
}
.table tr th:first-child {
	border-radius:15px 0 0 0;
}
.table tr th:last-child {
	border-radius:0 15px 0 0;
}
.table tr:nth-child(odd) td {
	border-color:var(--gray-bg);
	background-color:var(--gray-bg);
}
/* table */

/* wrapper for horizontal scrolling of tables */
.doubleScroll-scroll-wrapper {
	margin:5px 0;
}
h1 + .doubleScroll-scroll-wrapper,
.h1 + .doubleScroll-scroll-wrapper,
h2 + .doubleScroll-scroll-wrapper,
.h2 + .doubleScroll-scroll-wrapper,
h3 + .doubleScroll-scroll-wrapper,
.h3 + .doubleScroll-scroll-wrapper,
h4 + .doubleScroll-scroll-wrapper,
.h4 + .doubleScroll-scroll-wrapper,
h5 + .doubleScroll-scroll-wrapper,
.h5 + .doubleScroll-scroll-wrapper,
h6 + .doubleScroll-scroll-wrapper,
.h6 + .doubleScroll-scroll-wrapper {
	margin-top:-15px;
}
.table-wrapper {
	overflow:auto;
}
.doubleScroll-scroll-wrapper + .table-wrapper {
	margin-top:0;
}
.table-wrapper::-webkit-scrollbar-track,
.doubleScroll-scroll-wrapper::-webkit-scrollbar-track {
	border:2px solid white;
	background-color:#ccc;
}
.table-wrapper::-webkit-scrollbar,
.doubleScroll-scroll-wrapper::-webkit-scrollbar {
	-webkit-appearance:none;
}
.table-wrapper::-webkit-scrollbar:horizontal,
.doubleScroll-scroll-wrapper::-webkit-scrollbar:horizontal {
	height:13px;
}
.table-wrapper::-webkit-scrollbar-thumb,
.doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb {
	border-radius:6px;
	border:2px solid white;
	background-color:rgba(0, 0, 0, .5);
}
/* END wrapper for horizontal scrolling of tables */


/*** structure ***/

.main-wrapper {
	display:flex;
	flex-direction:column;
	min-height:100vh;
	position:relative;
}

.main-header {
	position:fixed;
	z-index:101;
	top:0;
	right:0;
	left:0;
}

.top-header {
	height:32px;
	overflow:hidden;
	background-color:var(--theme-color);
	position:relative;
	z-index:101;
	transition:margin .15s, background-color .15s, opacity .15s;
}
.top-header a {
	color:#fff;
}
.top-header-content {
	display:flex;
	height:32px;
	color:#fff;
	font-size:14px;
	line-height:32px;
}
.header-slogan {
	flex:1;
	font-weight:500;
	text-transform:uppercase;
}
.header-shedule {
	margin-right:8px;
	padding-right:9px;
	font-weight:500;
	position:relative;
}
.header-shedule::after {
	content:'';
	width:1px;
	height:11px;
	background-color:#fff;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}
.header-region {
	font-weight:500;
}
.header-email {
	margin-left:8px;
	padding-left:9px;
	position:relative;
}
.header-email::after {
	content:'';
	width:1px;
	height:11px;
	background-color:#fff;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.header-phone {
	margin-left:10px;
}

.bottom-header {
	min-width:320px;
	height:109px;
	border-bottom:1px solid var(--border-color);
	background-color:#fff;
	transition:height .15s;
}
.header-small .bottom-header {
	height:77px;
}
.bottom-header .wrapper {
	position:relative;
	z-index:1;
}

.with-fancybox .main-header .top-header,
.with-fancybox .main-header .bottom-header {
	padding-right:var(--fancybox-scrollbar-compensate);
}

.logo {
	float:left;
	width:186px;
	height:64px;
	margin-top:22px;
	position:relative;
	transition:all .15s;
}
.header-small .logo {
	width:128px;
	height:44px;
	margin-top:15px;
}
.logo .icon {
	width:100%;
	height:100%;
	color:var(--logo-color);
	position:absolute;
}

.bottom-header-content {
	margin-left:300px;
}

.bottom-header-top-content {
	display:flex;
}

.header-actions-button,
.header-catalog-button {
	display:block;
	width:140px;
	height:42px;
	margin:17px 12px 0 0;
	line-height:40px;
}
.header-catalog-button {
	padding:0 0 0 49px;
	text-align:left;
	position:relative;
}
.bx-no-touch .header-catalog-button:hover {
	border-color:var(--theme-color) !important;
	color:var(--theme-color) !important;
}
.header-catalog-button span {
	width:21px;
	height:2px;
	background-color:var(--theme-color);
	position:absolute;
	top:19px;
	left:20px;
	transition:all .15s;
}
.show-menu .header-catalog-button span {
	background-color:transparent !important;
}
.header-catalog-button span::before,
.header-catalog-button span::after {
	content:'';
	width:21px;
	height:2px;
	background-color:var(--theme-color);
	position:absolute;
	top:-6px;
	left:0;
	transition:all .15s;
}
.header-catalog-button span::after {
	top:6px;
}
.show-menu .header-catalog-button span::before {
	transform:rotate(135deg);
	top:0;
}
.show-menu .header-catalog-button span::after {
	transform:rotate(45deg);
	top:0;
}

/* header search */
.header-search-block {
	flex:1;
	margin-top:17px;
	position:relative;
}
.header-search-input {
	width:100%;
	height:42px;
	border:none;
	border-radius:12px;
	padding:0 30px 0 52px;
	background-color:var(--overlay-bg);
	font-size:14px;
	line-height:42px;
}
.header-search-submit {
	width:30px;
	padding:0;
	border:0;
	background:none;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
}
.header-search-submit .icon {
	width:22px;
	height:22px;
	margin-top:-11px;
	stroke:var(--color);
	position:absolute;
	top:50%;
	left:16px;
}
.bx-no-touch .header-search-submit:hover .icon {
	stroke:var(--theme-color);
}

.title-search-result {
	display:none;
	margin-top:5px;
	box-shadow:0 6px 16px 0 var(--hover-shadow);
	border:1px solid var(--border-color);
	border-radius:12px;
	background-color:#fff;
	overflow:hidden;
	z-index:205;
}
.title-search-result-list {
	padding:10px;
}
.title-search-result-list a {
	display:block;
	margin:5px;
	border-radius:10px;
	padding:16px;
	font-size:14px;
	font-weight:600;
	line-height:1.3;
}
.bx-no-touch .title-search-result-list a:hover {
	background-color:var(--menu-overlay-bg);
}
.title-search-result-list-item {
	color:var(--color);
}
.title-search-result-list-item b {
	color:var(--theme-color);
}
.bx-no-touch .title-search-result-list-item:hover {
	color:var(--theme-color);
}
.title-search-result-list-all {
	color:var(--theme-color);
}
/* END header search */

.header-account,
.header-cart-wrapper {
	width:24px;
	height:24px;
	margin:26px 0 0 31px;
}
.header-cart-wrapper {
	margin-left:20px;
}
.header-cart {
	display:block;
	height:24px;
	position:relative;
}
.header-account .icon,
.header-cart .icon {
	width:24px;
	height:24px;
}
.bx-no-touch .header-account:hover .icon,
.bx-no-touch .header-cart:hover .icon {
	fill:var(--orange-color);
}
.header-cart span {
	height:12px;
	border-radius:6px;
	padding:0 3px;
	background-color:var(--orange-color);
	color:#fff;
	font-size:8px;
	line-height:12px;
	font-weight:600;
	position:absolute;
	top:-1px;
	right:0;
	transform:translateX(50%);
}

/* top menu */
.top-menu {
	list-style:none;
	display:flex;
	justify-content:space-between;
	height:34px;
	margin:16px 0 0;
	padding:0;
	transition:height .15s, opacity .15s;
}
.header-small .top-menu {
	height:0;
	opacity:0;
	pointer-events:none;
}
.top-menu a {
	display:block;
	color:var(--color);
	text-decoration:none !important;
	position:relative;
}
.top-menu li {
	position:relative;
}
.top-menu a.active {
	color:var(--orange-color);
}
.top-menu-item-level-1 {
	margin:0 12px 0 0;
	transition:margin 0.15s;
}
.top-menu .top-menu-item-level-1:last-child {
	margin-right:0;
}
.top-menu-item-level-1 > a {
	font-size:14px;
	line-height:1.2;
}
.top-menu-level-2 {
	list-style:none;
	margin:0;
	box-shadow:0 6px 16px 0 var(--hover-shadow);
	border-radius:0 0 15px 15px;
	padding:20px 0 30px;
	background:#fff;
	position:absolute;
	top:100%;
	left:-30px;
	opacity:0;
	pointer-events:none;
	transition:opacity .15s;
}
.bx-no-touch .top-menu-item-has-children:hover .top-menu-level-2 {
	opacity:1;
	pointer-events:auto;
}
.top-menu-item-level-2 {
	margin:0;
}
.top-menu-item-level-2 > a {
	padding:10px 30px;
	font-size:16px;
	line-height:1;
	white-space:nowrap;
}
/* END top menu */

/* catalog menu */
.catalog-menu-overlay {
	background-color:rgba(0, 0, 0, .8);
	-webkit-backdrop-filter:blur(3px);
	backdrop-filter:blur(3px);
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	opacity:0;
	pointer-events:none;
	transition:opacity .3s;
}
.show-menu .catalog-menu-overlay {
	opacity:1;
	pointer-events:auto;
}

.catalog-menu-wrapper {
	min-width:320px;
	border-radius:0 0 15px 15px;
	background-color:#fff;
	position:absolute;
	top:100%;
	right:0;
	left:0;
	z-index:3;
	opacity:0;
	pointer-events:none;
	transition:opacity .3s;
}
.show-menu .catalog-menu-wrapper {
	opacity:1;
	pointer-events:auto;
}
.catalog-submenu-wrapper .wrapper {
	overflow-y:auto;
}
.catalog-submenu-wrapper a {
	color:var(--color) !important;
	font-size:14px;
	line-height:21px;
}
.bx-no-touch .catalog-submenu-wrapper a:hover,
.catalog-submenu-wrapper a.selected {
	color:var(--link-hover-color) !important;
}
.catalog-submenu-section {
	display:flex;
	flex-wrap:wrap;
	margin:40px 0 30px;
	overflow-y:auto;
}
.catalog-submenu-section.submenu-catalog {
	margin-left:0;
}
.catalog-submenu-item {
	width:30%;
	margin:0 5% 11px 0;
}
.catalog-submenu-section .catalog-submenu-item:nth-child(3n) {
	margin-right:0;
}
.catalog-menu-left {
	width:291px;
	margin-right:9%;
}
.catalog-menu-left a {
	display:block;
	padding:20px;
	color:var(--color);
	font-size:18px;
	font-weight:700;
	line-height:1;
	position:relative;
}
.catalog-menu-left a.with-submenu {
	padding-right:54px;
}
.catalog-menu-left a.selected {
	background-color:var(--menu-overlay-bg);
}
.catalog-menu-left a.selected::after {
	border-left-color:var(--link-hover-color);
}
.catalog-menu-left a .icon {
	width:7px;
	height:12px;
	margin-top:-6px;
	position:absolute;
	top:50%;
	right:24px;
	opacity:.4;
}
.catalog-menu-right {
	flex:1 1 0;
}
.catalog-menu-right-block {
	display:none;
	flex-wrap:wrap;
	justify-content:space-between;
}
.catalog-menu-right-block.show-catalog {
	display:flex;
}
.catalog-menu-right-title {
	width:100%;
	margin-bottom:30px;
	font-size:24px;
	font-weight:700;
	line-height:1;
}
.menu-col-item {
	width:30%;
}
.catalog-sublevel {
	margin-top:22px;
}
.menu-col-item .catalog-sublevel:first-child {
	margin-top:0;
}
.hide-3-level .menu-col-item .catalog-sublevel {
	margin-top:0;
}
.catalog-sublevel-parent {
	display:inline-block;
	margin-bottom:6;
	font-weight:500;
}
.hide-3-level .catalog-sublevel-parent {
	margin:9px 0 0;
	color:var(--color);
	font-size:14px;
	font-weight:400;
}
.hide-3-level .menu-col-item .catalog-sublevel:first-child .catalog-sublevel-parent {
	margin-top:0;
}
.hide-3-level .catalog-sublevel br {
	display:none;
}
.catalog-sublevel-link {
	display:inline-block;
	margin-top:9px;
	color:var(--color);
	font-size:14px;
}
.hide-3-level .catalog-sublevel-link {
	display:none;
}
/* END catalog menu */

/* mobile menu */
.mobile-menu-wrapper {
	min-width:320px;
	background-color:#fff;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	opacity:0;
	pointer-events:none;
	transition:opacity .3s;
}
.show-menu .mobile-menu-wrapper {
	opacity:1;
	pointer-events:auto;
}

.mobile-menu-content {
	overflow-y:auto;
	position:absolute;
	top:95px;
	right:0;
	bottom:0;
	left:0;
}

.mobile-search-block {
	margin-top:17px;
	position:relative;
}

.mobile-menu-content .header-actions-button {
	margin-top:20px;
}

.mobile-menu-content .catalog-section-menu {
	margin:20px 0;
}
.catalog-section-menu-item {
	border-bottom:1px solid var(--border-color);
}
.catalog-section-menu > .catalog-section-menu-item:last-child {
	border-bottom:none;
}
.mobile-menu-content .catalog-section-menu-item a {
	padding-left:0;
}
.mobile-menu-content .catalog-section-menu-item a span {
	font-size:18px;
}
.mobile-menu-content .catalog-section-menu-subsections {
	padding:15px 5% 5px;
}

.mobile-menu,
.mobile-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mobile-menu {
	margin-bottom:70px !important;
}
.mobile-menu .catalog-section-menu-level-1 {
	margin:0 0 25px;
}
.mobile-menu .catalog-section-menu-item {
	border-bottom:none;
}
.mobile-menu .catalog-section-menu-item.selected > a {
	background:none;
}
.mobile-menu .catalog-section-menu-item.selected > a .a {
	color:var(--theme-color);
}
.mobile-menu .catalog-section-menu-level-1 > a {
	padding:0;
	color:var(--color);
	font-size:18px;
	font-weight:500;
	line-height:1.2;
}
.mobile-menu .catalog-section-menu-level-2 {
	margin-top:15px;
}
.mobile-menu .catalog-section-menu-subsections .catalog-section-menu-level-2:first-child {
	margin-top:0;
}
.mobile-menu .catalog-section-menu-level-2 > a {
	padding:0;
	font-size:14px;
	font-weight:400;
}
/* END mobile menu */

/* breadcrumbs */
.breadcrumbs {
	margin-top:50px;
	font-size:12px;
	line-height:1.1;
	transition:margin .15s;
}
.breadcrumbs > * {
	float:left;
}
.breadcrumbs-separator {
	float:left;
	margin:0 3px;
	opacity:.5;
}
.breadcrumbs-item a {
	color:var(--color);
	opacity:.5;
}
.bx-no-touch .breadcrumbs-item a:hover {
	color:var(--theme-color);
	opacity:1;
}
/* END breadcrumbs */

.main-content {
	flex-grow:1;
	margin-top:141px;
}

.main-content > :last-child {
	margin-bottom:0;
}

.main-content ul {
	margin:30px 0;
	padding:0;
}
.main-content ul li {
	list-style:none;
	margin:10px 0 0;
	padding:0 0 0 16px;
	position:relative;
}
.main-content ul li::before {
	content:'•';
	position:absolute;
	top:0;
	left:3px;
}

.main-content ol {
	padding-left:18px;
}

.footer-map-wrapper {
	margin-bottom:100px;
}
.footer-map-content {
	display:flex;
	justify-content:space-between;
}
.footer-map {
	width:calc(67.5% - 12px);
	overflow:hidden;
	border-radius:15px;
	position:relative;
}
.footer-map iframe {
	position:absolute;
	width:100%;
	height:100%;
}
.footer-map-contacts {
	width:32.5%;
	border-radius:15px;
	padding:40px 4.5%;
	background-color:var(--gray-bg);
}
.footer-map-contacts-item {
	margin-bottom:26px;
}
.footer-map-contacts .footer-phone a {
	color:var(--color);
	font-weight:700;
}
.footer-map-contacts .footer-email {
	margin-top:16px;
}
.footer-map-contacts .footer-email a {
	color:var(--color);
	text-decoration:underline;
}
.bx-no-touch .footer-map-contacts .footer-email a:hover {
	color:var(--orange-color);
}

footer {
	padding:75px 0 80px;
	background-color:var(--theme-color);
	color:#fff;
	position:relative;
	z-index:0;
}

footer a {
	color:#fff;
}

.footer-content {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	font-size:18px;
	line-height:1.3;
}

.footer-1 {
	order:1;
	width:calc(67.5% - 12px);
	padding-bottom:54px;
}
.footer-2 {
	order:2;
	width:32.5%;
	padding-bottom:54px;
}
.footer-3 {
	order:4;
	width:32.5%;
	line-height:20px;
}
.footer-4 {
	order:3;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	width:calc(67.5% - 12px);
}

.footer-logo {
	display:block;
	width:147px;
	height:51px;
	fill:#fff;
	color:#fff;
}

.footer-address-title {
	margin-bottom:10px;
	font-size:16px;
	font-weight:500;
	line-height:1.1;
}
footer .footer-address-stock {
	margin-top:36px;
}
footer .footer-phone {
	margin-top:20px;
	font-weight:700;
}
footer .footer-email {
	margin-top:12px;
}

.footer-menu div {
	display:inline-block;
	margin:18px 20px 0 0;
}
.footer-menu-1 {
	margin-top:52px;
}
.footer-menu-2 {
	margin-top:20px;
}
.footer-menu-2 .footer-menu div {
	margin-right:30px;
	font-size:14px;
	line-height:17px;
}

.footer-social {
	display:flex;
}
.footer-social a {
	margin-right:12px;
}
.footer-social .icon {
	width:46px;
	height:46px;
}
.footer-4 .footer-social .icon {
	fill:#fff;
}
.bx-no-touch .footer-social .icon:hover {
	fill:var(--orange-color);
}

.footer-copyright {
	
}

/*** CUSTOM ***/


.auth-form {
	max-width:590px;
}
font.errortext {
	color:var(--warning-color);
}

/* news */
.news-list {
	display:flex;
	flex-wrap:wrap;
	margin:-12px 0 0 -12px;
}
.news-list-item {
	width:calc((100% - 36px) / 3);
	margin:12px 0 0 12px;
	border:1px solid var(--border-color);
	border-radius:20px;
	padding:24px 24px 94px;
	position:relative;
}
.actions-list .news-list-item {
	width:calc(50% - 12px);
	border:none;
	background-color:var(--gray-bg);
}
.level-0-articles .news-list-item {
	border:none;
	background-color:var(--gray-bg);
}
.news-list-item-type {
	display:inline-flex;
	height:25px;
	margin-bottom:20px;
	border-radius:13px;
	padding:0 12px;
	background-color:var(--orange-color);
	color:#fff;
	font-size:18px;
	font-weight:500;
	line-height:25px;
}
.news-list-item-image {
	display:block;
	height:143px;
	border-radius:5px;
	overflow:hidden;
}
.news-list-item-image picture {
	display:block;
	height:143px;
	background-color:var(--gray-bg);
}
.level-0-articles .news-list-item-image.empty-image picture {
	background-color:#fff;
}
.news-list-item-image picture img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	mix-blend-mode:darken;
}
.news-list-item-image.empty-image img {
	object-fit:contain;
}
.news-list-item-date {
	margin-top:20px;
	font-size:12px;
	line-height:1.1;
	opacity:.6;
}
.news-list-item-content {
	max-height:96px;
	margin-top:15px;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
}
.actions-list .news-list-item-content {
	max-height:none;
	line-height:1.1;
}
.news-list-item-title {
	font-size:17px;
	font-weight:500;
}
.actions-list .news-list-item-title {
	font-size:18px;
}
.news-list-item-text {
	margin-top:16px;
	font-size:14px;
	opacity:.7;
}
.news-list-item-text > * {
	margin:0 !important;
}
.news-list-item .button,
.news-list-item .border-button {
	position:absolute;
	right:20px;
	bottom:20px;
	left:20px;
}

.index-news-list-wrapper {
	margin-top:100px;
	padding-bottom:100px;
	background-color:var(--theme-color);
}
.index-news-list-wrapper .index-catalog-sections-title a {
	color:#fff;
}
.bx-no-touch .index-news-list-wrapper .index-catalog-sections-title a:hover {
	color:var(--orange-color);
}
.index-news-list-wrapper .news-list-item {
	background-color:#fff;
}
.index-news-list-wrapper .news-list-item:nth-child(3) ~ .news-list-item {
	display:none;
}
.index-news-list-wrapper .wrapper > .border-button {
	border-color:#fff;
	color:#fff;
}
.bx-no-touch .index-news-list-wrapper .wrapper > .border-button:hover {
	background-color:#fff;
	color:var(--theme-color);
}

.news-list-navigation .page-navigation-wrapper {
	margin-bottom:0;
	padding-top:30px;
}

.articles-level-1 .main-title {
	max-width:calc(67.5% - 12px);
	font-size:32px;
}
.news-detail {
	max-width:calc(67.5% - 12px);
}
.news-detail-image-wrapper {
	max-width:390px;
}
.news-detail-image-wrapper * {
	display:block;
}
.news-detail-image {
	padding-top:61.45%;
	position:relative;
}
.news-detail-image picture {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.news-detail-image picture img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	border-radius:15px;
}
.news-detail h1 {
	margin-top:50px;
}
.news-detail-navigation {
	margin-top:50px;
}
.news-prev,
.news-next {
	float:left;
	color:var(--color);
	font-size:12px;
	font-weight:600;
	line-height:18px;
	text-decoration:underline;
	white-space:nowrap;
}
.news-prev .icon {
	display:inline-block;
	width:27px;
	height:10px;
	margin-right:5px;
	transform:rotate(180deg);
}
.news-next {
	float:right;
}
.news-next .icon {
	display:inline-block;
	width:27px;
	height:10px;
	margin-left:5px;
}
.bx-no-touch .news-prev:hover .icon,
.bx-no-touch .news-next:hover .icon {
	fill:var(--theme-color);
}
/* END news */

/* services */
.services-list {
	display:flex;
	flex-wrap:wrap;
	margin-left:-12px;
}
.services-list-item {
	width:calc((100% - 48px) / 4);
	margin:0 0 12px 12px;
	border-radius:15px;
	overflow:hidden;
	color:#fff;
	font-size:18px;
	font-weight:700;
	line-height:1.1;
	position:relative;
}
.services-list-item-image {
	display:block;
	padding-top:61.5%;
}
.services-list-item-image picture {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0;
}
.services-list-item-image picture img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
}
.services-list-item-image.empty-image picture img {
	object-fit:contain;
}
.services-list-item-title {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:20px;
	background-color:var(--services-overlay-bg);
	text-align:center;
	text-shadow:0 0 5px var(--light-border-color);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	transition:background-color .3s;
}
.bx-no-touch .services-list-item:hover .services-list-item-title {
	background-color:var(--services-overlay-bg-hover);
}
.services-list-content {
	margin:88px 0 50px;
}
.services-list-content .h1 {
	margin:0 0 50px;
}

.services-detail-content-wrapper {
	display:flex;
	flex-wrap:wrap;
}
.services-detail-content {
	flex:1;
}
.services-detail-content > *:first-child {
	margin-top:0;
}
.services-detail-content > *:last-child {
	margin-bottom:0;
}
.services-detail-content .button,
.services-detail-content .border-button {
	display:block;
	width:100%;
	max-width:280px;
	margin-top:40px;
}
.services-detail-image-wrapper {
	width:49.5%;
	margin-left:3.5%;
}
.services-detail-image-wrapper * {
	display:block;
}
.services-detail-image {
	padding-top:61.45%;
	position:relative;
}
.services-detail-image picture {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.services-detail-image picture img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	border-radius:15px;
}
.services-detail-separator {
	width:100%;
}
.services-detail-notice {
	max-width:792px;
	margin:50px 0;
	border-radius:15px;
	padding:24px 24px 24px 57px;
	background-color:var(--gray-bg);
	font-size:14px;
	line-height:1.2;
	position:relative;
}
.services-detail-notice::before {
	content:'!';
	width:23px;
	height:23px;
	border-radius:50%;
	background-color:var(--orange-color);
	color:#fff;
	font-size:14px;
	line-height:23px;
	font-weight:700;
	text-align:center;
	position:absolute;
	top:24px;
	left:24px;
}

.services-detail-add-content {
	margin:50px 0;
}

.services-detail-gallery {
	margin:50px 40px;
}
.services-detail-gallery .slick-arrow {
	width:18px;
	height:34px;
	margin-top:-17px;
	top:50%;
	bottom:auto;
}
.services-detail-gallery .slick-prev {
	left:-40px;
}
.services-detail-gallery .slick-next {
	right:-40px;
}
.services-detail-gallery .slick-arrow .icon {
	width:18px;
	height:34px;
}
.services-detail-gallery-image-wrapper {
	width:100%;
	max-width:794px;
	margin:0 auto;
	position:relative;
	cursor:pointer;
}
.services-detail-gallery-image {
	padding-top:61.463%;
}
.services-detail-gallery-image picture {
	background-color:var(--overlay-color);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.services-detail-gallery-image picture img {
	width:100%;
	height:100%;
	border-radius:15px;
	object-fit:cover;
	object-position:center center;
	mix-blend-mode:darken;
}
.services-detail-gallery-link {
	display:none;
}
/* END services */

/* two blocks */
.two-blocks {
	display:flex;
	justify-content:space-between;
}
.two-blocks-left {
	width:calc(67.5% - 12px);
}
.two-blocks-content {
	line-height:1.3;
}
.two-blocks-right {
	width:32.5%;
}
.two-blocks-image {
	padding-top:79%;
	position:relative;
}
.two-blocks-image picture {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.two-blocks-image picture img {
	width:100%;
	height:100%;
	border-radius:15px;
	object-fit:cover;
	object-position:center center;
}
/* END two blocks */

/* page navigation */
.page-navigation {
	display:flex;
	justify-content:center;
	margin:40px 0 50px;
	padding:0 30px;
	font-size:14px;
	line-height:1.2;
	position:relative;
}
.page-navigation > * {
	margin:0 3px;
	padding:0 3px;
	font-weight:400;
}
.page-navigation a {
	color:var(--color);
	text-decoration:underline !important;
	opacity:.5;
}
.bx-no-touch .page-navigation a:hover {
	color:var(--theme-color);
	opacity:1;
}
.page-navigation .prev-page,
.page-navigation .next-page {
	position:absolute;
	top:0;
	right:0;
	opacity:1;
}
.page-navigation .prev-page {
	right:auto;
	left:0;
	transform:rotate(180deg);
}
.page-navigation span.prev-page,
.page-navigation span.next-page {
	opacity:0;
}
.page-navigation .prev-page .icon,
.page-navigation .next-page .icon {
	width:27px;
	height:16px;
}
.page-navigation a.prev-page .icon,
.page-navigation a.next-page .icon {
	fill:var(--theme-color);
}
/* END page navigation */

/* personal section */
.personal-page {
	max-width:893px;
	margin:0 0 154px;
	position:relative;
	z-index:1;
}
.personal-menu-wrapper {
	float:left;
	width:35%;
}

.personal-block-name {
	margin-bottom:20px;
	font-size:24px;
	font-weight:700;
	line-height:1.1;
}

.personal-menu {
	margin-right:12px;
	overflow:hidden;
}
.personal-menu a {
	display:block;
	padding:20px;
	color:var(--color);
	font-size:18px;
	font-weight:700;
	line-height:1.1;
	text-decoration:none !important;
}
.bx-no-touch .personal-menu a:hover {
	color:var(--theme-color);
}
.personal-menu a.selected {
	background-color:var(--menu-overlay-bg);
	color:var(--color) !important;
	cursor:default;
}

.personal-content {
	overflow:hidden;
}

.auth-form {
	max-width:600px;
}
/* END personal section */

.grecaptcha-badge {
	display:none !important;
}

/* index banner */
/* .index-banners {
	max-width:1920px;
	margin:0 auto;
} */
.index-banner {
	display:flex;
	align-items:center;
	height:402px;
	position:relative;
}
.index-banners.slick-initialized .slick-slide {
	display:flex;
}
.index-banner picture {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0;
}
.index-banner picture img {
	width:100%;
	height:100%;
	object-fit:none;
	object-position:center center;
}
.index-banner .wrapper {
	width:100%;
	position:relative;
	z-index:1;
}
.index-banner-title {
	font-size:56px;
	font-weight:700;
	line-height:.9;
}
.index-banner-description {
	margin-top:25px;
	font-size:24px;
	line-height:1.2;
}
.index-banner .button {
	margin-top:40px;
}
/* END index banner */

/* index partners */
.index-partners-wrapper {
	margin:100px auto;
}
.index-partners-wrapper .h1 {
	margin:0 0 60px;
}
.index-partners {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin:0 -20px;
}
.index-partners picture {
	display:block;
	max-width:120px;
	max-height:80px;
	margin:20px;
}
.index-partners picture img {
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center center;
	filter:grayscale(100%);
	transition:filter .15s;
}
.bx-no-touch .index-partners picture img:hover {
	filter:grayscale(0%);
}
/* END index partners */

/* partners */
.partners {
	display:flex;
	flex-wrap:wrap;
	margin:60px -6px 50px;
}
.partners-item {
	width:25%;
	padding:6px;
}
.partners-item-content {
	padding:0 5px 20px;
	text-align:center;
}
.partners-item-image-wrapper {
	max-width:144px;
	margin:0 auto 24px;
	border:1px solid var(--border-color);
	border-radius:17px;
	overflow:hidden;
}
.partners-item-image {
	padding-top:100%;
	position:relative;
}
.partners-item picture {
	position:absolute;
	top:7%;
	right:7%;
	bottom:7%;
	left:7%;
}
.partners-item picture img {
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center center;
}
.partners-item-title {
	font-weight:500;
	line-height:1.1;
}
.partners-item-anons {
	margin-top:10px;
	font-size:14px;
	line-height:1.2;
}
/* END partners */

/* team */
.team {
	display:flex;
	flex-wrap:wrap;
	margin:60px -6px 50px;
}
.team-item {
	width:25%;
	padding:6px 6px 18px;
	font-size:14px;
	line-height:1.1;
}
.team-item-image {
	padding-top:100%;
	position:relative;
}
.team-item picture {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.team-item picture img {
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center center;
}
.team-item-title {
	margin-top:12px;
	font-weight:500;
}
.team-item-anons {
	margin-top:6px;
	opacity:.7;
}
.team-item-description {
	margin-top:10px;
	font-size:12px;
	opacity:.7;
}
.team-item-description p {
	margin:8px 0 0;
}
/* END team */

/* 404 */
.error-404 .breadcrumbs,
.error-404 h1,
.error-404 .footer-map-wrapper {
	display:none;
}
.title-404 {
	margin:50px 0 30px;
	color:var(--theme-color);
	font-size:266px;
	font-weight:700;
	line-height:1;
}
.subtitle-404 {
	font-size:24px;
	font-weight:700;
	line-height:1.1;
}
.description-404 {
	margin:30px 0;
}
.button-404 {
	margin-bottom:70px;
}
/* END 404 */

/* search page */
.search-page-block {
	margin-bottom:30px;
}
.search-page-block form {
	display:flex;
}
.search-page-input {
	flex:1;
	height:42px;
	border:none;
	border-radius:12px;
	padding:0 24px;
	background-color:var(--overlay-bg);
	font-size:14px;
	line-height:42px;
}
.search-page-submit {
	width:82px;
	height:42px;
	margin-left:10px;
	padding:0;
	border:0;
	border-radius:12px;
	background-color:var(--overlay-bg);
	position:relative;
}
.search-page-submit .icon {
	width:22px;
	height:22px;
	margin:-11px 0 0 -11px;
	stroke:var(--color);
	position:absolute;
	top:50%;
	left:50%;
}
.bx-no-touch .search-page-submit:hover .icon {
	stroke:var(--theme-color);
}

.search-page-top-navigation .page-navigation {
	margin:50px 0 30px;
}
.search-page {
	margin:30px 0;
	border-top:1px solid var(--border-color);
}
.search-page-item {
	padding:20px 0;
	border-bottom:1px solid var(--border-color);
}
.search-page-item-title b {
	color:var(--color);
}
.search-page-item-content {
	margin-top:10px;
	font-size:14px;
}
.search-page-bottom-navigation .page-navigation {
	margin:30px 0 70px;
}
/* END search page */

/* vacancies */
.vacancies {
	margin:40px 0 50px;
}
.vacancies-item {
	margin-top:40px;
}
.vacancies-item-title {
	display:inline-block;
	border-radius:13px;
	padding:2px 12px;
	background-color:var(--orange-color);
	color:#fff;
	font-size:18px;
	font-weight:500;
	line-height:22px;
}
.vacancies-item-title.empty-vacancies {
	background-color:var(--placeholder-color);
}
.vacancies-item-description-title {
	font-size:18px;
	font-weight:500;
	line-height:1.1;
}
.vacancies-item-description {
	margin:30px 0;
}
.vacancies-item-description ul {
	margin:16px 0;
}
/* END vacancies */

/* product quantity selector */
.product-quantity-container {
	width:127px;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
}
.product-quantity-field-container {
	display:flex;
}
.product-quantity-btn-plus,
.product-quantity-btn-minus {
	width:27%;
	width:35px;
	height:28px;
	vertical-align:middle;
	text-align:center;
	position:relative;
	cursor:pointer;
}
.product-quantity-btn-plus::before,
.product-quantity-btn-plus::after,
.product-quantity-btn-minus::after {
	content:'';
	width:9.84px;
	height:2.33px;
	background-color:var(--color);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	transition:background-color .15s;
}
.product-quantity-btn-plus::before {
	width:2.33px;
	height:9.84px;
}
.bx-no-touch .product-quantity-btn-plus:hover::before,
.bx-no-touch .product-quantity-btn-plus:hover::after,
.bx-no-touch .product-quantity-btn-minus:hover::after {
	background-color:var(--theme-color);
}
.product-quantity-field-container.disabled .product-quantity-btn-plus::before,
.product-quantity-field-container.disabled .product-quantity-btn-plus::after,
.product-quantity-field-container.disabled .product-quantity-btn-minus::after {
	background-color:var(--placeholder-color) !important;
	cursor:default;
}
.product-quantity-field-block {
	flex:1 1 0;
	position:relative;
}
.product-quantity-field {
	width:100%;
	height:28px;
	border:none !important;
	border-radius:4px;
	padding:0 5px !important;
	background-color:var(--gray-bg);
	font-size:12px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	appearance:none;
}
.product.load .product-quantity-field {
	pointer-events:none;
}
.bx-no-touch .product-quantity-field::-webkit-outer-spin-button,
.bx-no-touch .product-quantity-field::-webkit-inner-spin-button {
	margin:0;
	appearance:none;
}
/* END product quantity selector */

/* index catalog */
.index-catalog-sections-title {
	display:flex;
	align-items:baseline;
	justify-content:space-between;
}
.index-catalog-sections-title .h2 {
	margin:0;
	font-size:40px;
	font-weight:700;
	line-height:1.1;
}
.index-catalog-sections-link {
	font-size:24px;
	font-weight:700;
	line-height:1.1;
}
.index-catalog-sections {
	display:flex;
	flex-wrap:wrap;
	margin:-12px 0 0 -12px;
}
.index-catalog-sections-item {
	width:calc((100% - 72px) / 6);
	margin:12px 0 0 12px;
	color:var(--color);
	font-size:14px;
	font-weight:500;
	line-height:1.1;
}
.index-catalog-sections-1 .index-catalog-sections-item:nth-child(12) ~ .index-catalog-sections-item {
	display:none;
}
.index-catalog-sections-item-image {
	display:block;
	border-radius:15px;
	overflow:hidden;
	padding-top:61.06%;
	position:relative;
	transition:box-shadow .15s;
}
.bx-no-touch .index-catalog-sections-item-image:hover {
	box-shadow:0 3px 16px 0 var(--hover-shadow);
}
.index-catalog-sections-item-image picture {
	background-color:var(--catalog-overlay-bg);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.index-catalog-sections-item-image picture img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:right bottom;
	mix-blend-mode:darken;
}
.index-catalog-sections-item-image.empty-image picture img {
	object-fit:contain;
}
.index-catalog-sections-item-title {
	display:block;
	margin-top:8px;
}
.index-catalog-sections-1 .index-catalog-sections-item-title {
	max-height:32px;
	overflow:hidden;
	line-height:16px;
}
.index-catalog-sections-button {
	display:none;
	width:100%;
	max-width:280px;
	margin:30px auto 0;
}

.index-catalog-sections-2 .index-catalog-sections-item {
	width:calc((100% - 48px) / 4);
	font-size:16px;
	position:relative;
}
.index-catalog-sections-2 .index-catalog-sections-item:nth-child(4) ~ .index-catalog-sections-item {
	display:none;
}
.index-catalog-sections-2 .index-catalog-sections-item-image {
	padding-top:62%;
}
.index-catalog-sections-2 .index-catalog-sections-item-title {
	margin:0;
	position:absolute;
	top:16px;
	right:16px;
	left:16px;
}

.index-catalog-sections-3 .index-catalog-sections-item {
	width:calc((100% - 36px) / 3);
	overflow:hidden;
	border-radius:15px;
	color:#fff;
	font-size:24px;
	position:relative;
}
.index-catalog-sections-3 .index-catalog-sections-item:nth-child(6) ~ .index-catalog-sections-item {
	display:none;
}
.index-catalog-sections-3 .index-catalog-sections-item-image {
	padding-top:61%;
}
.index-catalog-sections-3 .index-catalog-sections-item-title {
	/* width:200px;
	margin:0;
	position:absolute;
	top:20px;
	right:20px;
	left:20px; */
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0;
	padding:20px;
	background-color:var(--services-overlay-bg);
	text-align:center;
	text-shadow:0 0 5px var(--light-border-color);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	transition:background-color .3s;
}
.bx-no-touch .index-catalog-sections-3 .index-catalog-sections-item:hover .index-catalog-sections-item-title {
	background-color:var(--services-overlay-bg-hover);
}
/* END index catalog */

/* catalog */
.catalog-top-sections-title {
	margin:0;
	font-size:24px;
	font-weight:700;
	line-height:1.1;
}
.catalog-top-sections-title a {
	color:var(--color);
}
.catalog-top-sections {
	display:flex;
	flex-wrap:wrap;
	margin:19px 0 50px -11px;
}
.catalog-top-sections-item {
	width:calc((100% - 66px) / 6);
	margin:11px 0 0 11px;
}
.catalog-top-sections-item-image {
	display:block;
	border-radius:9px;
	overflow:hidden;
	padding-top:60%;
	position:relative;
}
.catalog-top-sections-item-image picture {
	background-color:var(--catalog-overlay-bg);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.catalog-top-sections-item-image picture img {
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:right center;
	mix-blend-mode:darken;
}
.catalog-top-sections-item-title {
	display:block;
	max-height:32px;
	margin-top:5px;
	overflow:hidden;
	color:var(--color);
	font-size:14px;
	font-weight:500;
	line-height:16px;
}

.catalog-section-wrapper {
	display:flex;
	justify-content:space-between;
}

.catalog-section-sidebar {
	width:24.25%;
}

.catalog-section-menu {
	position:relative;
}
.catalog-level-0 .catalog-section-menu {
	margin-top:-12px;
}
.catalog-section-menu-item a,
.catalog-section-menu-item a span {
	color:var(--color);
	line-height:1.1;
}
.bx-no-touch .catalog-section-menu-item a:hover,
.bx-no-touch .catalog-section-menu-item a:hover span {
	color:var(--theme-color);
}
.catalog-section-menu-item > a {
	display:block;
	padding:20px;
	font-weight:700;
}
.catalog-section-menu-item.parent > a {
	padding-right:50px;
	position:relative;
}
.catalog-section-menu-item.selected > a {
	background-color:var(--menu-overlay-bg);
}
.catalog-section-menu-item.parent > a {
	padding-right:40px;
}
.catalog-section-menu-item.parent > a[data-id="3114"] {
	padding-right:20px;
}
.catalog-section-menu-item-arrow {
	display:flex;
	justify-content:center;
	align-items:center;
	width:50px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
}
.catalog-section-menu-item.parent > a[data-id="3114"] .catalog-section-menu-item-arrow {
	display:none;
}
.catalog-section-menu-item-arrow .svg-icon {
	width:15px;
	height:15px;
	opacity:.4;
	transform:rotate(90deg);
}
.bx-no-touch .catalog-section-menu-item-arrow:hover .svg-icon {
	fill:var(--theme-color);
	opacity:1;
}
.catalog-section-menu-item.active > a .catalog-section-menu-item-arrow .svg-icon {
	transform:rotate(270deg);
}
.bx-no-touch .catalog-section-menu-item a .catalog-section-menu-item-arrow:hover + span {
	color:var(--color);
	opacity:1;
}
.catalog-section-menu-subsections {
	display:none;
	padding:20px 16% 5px;
}
.catalog-section-menu-item.parent > a[data-id="3114"] + .catalog-section-menu-subsections {
	display:block !important;
	height:auto !important;
	padding:20px 16% 5px !important;
}
.catalog-section-menu-item.selected .catalog-section-menu-subsections {
	display:block;
}
.catalog-section-menu-subsections > a {
	display:inline-block;
	margin-bottom:15px;
	font-size:14px;
}
.catalog-section-menu-subsections a.selected {
	color:var(--theme-color);
	font-weight:500;
}
.catalog-section-menu-subsections3lvl {
	margin-bottom:15px;
	padding:0 10%;
}
.catalog-section-menu-subsections3lvl a {
	display:inline-block;
	margin-top:7px;
	font-size:12px;
}
.catalog-section-menu-subsections3lvl a:first-child {
	margin-top:0;
}

.catalog-section-content {
	width:calc(75.75% - 12px);
}
.catalog-section-title h1 {
	margin:0 0 20px;
	font-size:24px;
	line-height:1.1;
}
.catalog-section-submenu {
	display:flex;
	flex-wrap:wrap;
	margin:0 -5px;
	padding-bottom:10px;
}
.catalog-section-submenu-item {
	display:flex;
	width:25%;
	margin-bottom:10px;
}
.catalog-section-submenu-item a {
	width:100%;
	margin:0 5px;
	border:1px solid var(--theme-color);
	border-radius:15px;
	padding:16px;
	font-size:12px;
	line-height:1.1;
	text-align:center;
	transition:box-shadow .15s;
}
.bx-no-touch .catalog-section-submenu-item a:hover {
	box-shadow:0 3px 16px 0 var(--hover-shadow);
}

.catalog-section-head {
	margin-bottom:20px;
	padding:10px 0;
	border-top:1px solid var(--light-border-color);
	border-bottom:1px solid var(--light-border-color);
}

.catalog-filter-button-icon-wrapper {
	float:left;
	display:flex;
	align-items:center;
	height:30px;
	color:var(--color);
	line-height:1;
}
.catalog-filter-button-icon {
	width:30px;
	height:30px;
	margin-right:10px;
	border-radius:50%;
	background-color:var(--theme-color);
	transition:background-color .15s;
}
.catalog-filter-button-icon .icon {
	width:20px;
	height:12px;
	margin:10px 0 0 5px;
	fill:#fff;
}
.catalog-filter-button-title {
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
}
.catalog-filter-button {
	margin-left:13px;
	color:var(--color);
	font-size:14px;
	font-weight:400;
	text-decoration:underline;
	text-transform:lowercase;
	opacity:.6;
}
.catalog-filter-button::before {
	content:'показать фильтры';
}
.show-filter .catalog-filter-button::before {
	content:'скрыть фильтры';
}
.bx-no-touch .catalog-filter-button:hover {
	color:var(--theme-color);
	opacity:1;
}

.catalog-section-filter {
	display:none;
}
.catalog-section-filter .simplebar-track.simplebar-vertical {
	width:8px;
}
.catalog-section-filter .simplebar-scrollbar.simplebar-visible::before {
	opacity:1;
}
.catalog-section-filter .simplebar-scrollbar::before {
	background-color:var(--theme-color);
	border-radius:3px;
}

.catalog-section-image {
	max-width:500px;
	margin:50px auto 0;
}
.catalog-section-image * {
	display:block;
}
.catalog-section-image a {
	padding-top:61.45%;
	position:relative;
}
.catalog-section-image picture {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.catalog-section-image picture img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	border-radius:15px;
}
.catalog-section-top-description {
	margin-bottom:43px;
}
.catalog-section-bottom-description {
	margin-top:50px;
	line-height:1.2;
}
.catalog-section-top-description ul,
.catalog-section-bottom-description ul {
	list-style:none;
	margin:24px 0;
	padding:0;
}
.catalog-section-top-description ul li,
.catalog-section-bottom-description ul li {
	list-style:none;
	margin:10px 0;
	padding:0 0 0 20px;
	position:relative;
}
.catalog-section-top-description ul li::before,
.catalog-section-bottom-description ul li::before {
	content:'';
	width:4px;
	height:4px;
	background-color:#0975F4;
	position:absolute;
	top:8px;
	left:8px;
}
.catalog-section-top-description > :first-child,
.catalog-section-bottom-description > :first-child {
	margin-top:0;
}
.catalog-section-top-description > :last-child,
.catalog-section-bottom-description > :last-child {
	margin-bottom:0;
}
.catalog-section-bottom-notice {
	margin-top:40px;
}

.section-3-blocks {
	display:flex;
	flex-wrap:wrap;
	margin:50px 0 0 -12px;
}
.section-3-blocks-item {
	width:calc((100% - 36px) / 3);
	margin:0 0 12px 12px;
	border-radius:15px;
	padding:24px;
	background-color:var(--overlay-bg);
	font-size:14px;
}
.section-3-blocks .section-3-blocks-item:nth-child(odd) {
	background-color:var(--theme-color);
	color:#fff;
}

.view-selector-wrapper {
	float:right;
	margin-top:6px;
}
.view-selector {
	float:left;
	width:19px;
	height:19px;
	margin-left:12px;
	opacity:.2;
	cursor:pointer;
}
.view-selector.selected {
	opacity:1;
}
.view-selector div {
	display:block;
	height:8px;
	margin-top:1px;
}
.view-selector.view-type-2 div {
	height:5px;
}
.view-selector div:before,
.view-selector div:after {
	content:'';
	float:left;
	margin-left:1px;
	border-radius:1px;
	background-color:var(--color);
}
.view-selector.view-type-1 div:before,
.view-selector.view-type-1 div:after {
	width:8px;
	height:8px;
}
.view-selector.view-type-2 div:before {
	width:5px;
	height:5px;
}
.view-selector.view-type-2 div:after {
	width:11px;
	height:5px;
}

.catalog-section {
	display:flex;
	flex-wrap:wrap;
	margin:0 0 30px -10px;
}
.catalog-section-item {
	width:calc(25% - 10px);
	margin:0 0 23px 10px;
	border-radius:15px;
	padding:10px 10px 89px;
	background:var(--gray-bg);
	position:relative;
	transition:box-shadow .15s;
}
.bx-no-touch .catalog-section-item:hover {
	box-shadow:0 3px 16px 0 var(--hover-shadow);
}
.catalog-section-item-image {
	display:block;
	padding-top:100%;
	margin-bottom:20px;
	border-radius:9px;
	overflow:hidden;
	background-color:#fff;
	position:relative;
}
.catalog-section-item-image picture {
	position:absolute;
	top:5px;
	right:5px;
	bottom:5px;
	left:5px;
}
.catalog-section-item-image img {
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center center;
}
.catalog-section-item-title {
	display:block;
	color:var(--color);
	font-size:14px;
	font-weight:500;
	line-height:1.1;
}
.view-type-2 .catalog-section-item-title {
	font-size:15px;
}
.catalog-section-item-props {
	margin-top:10px
}
.view-type-1 .catalog-section-item-props {
	display:none;
}
.catalog-section-item-props-item {
	display:inline-flex;
	margin-right:12px;
	font-size:13px;
}
.catalog-section-item-props-item-name {
	margin-right:4px;
	opacity:.7;
}
.catalog-section-item-bottom {
	height:61px;
	position:absolute;
	right:10px;
	bottom:10px;
	left:10px;
}
.catalog-section-item-price {
	font-size:16px;
	font-weight:700;
	line-height:1;
	position:relative;
}
.catalog-section-item-old-price {
	height:12px;
	color:var(--orange-color);
	font-size:12px;
	font-weight:500;
	line-height:1;
	position:absolute;
	top:-14px;
	left:0;
}
.catalog-section-item-old-price::after {
	content:'';
	height:1px;
	background-color:var(--orange-color);
	position:absolute;
	inset:5px 0 auto;
}
.catalog-section-item-button .button {
	display:flex;
	align-items:center;
	justify-content:center;
	width:115px;
	height:30px;
	border-radius:6px;
	padding:0;
	font-size:14px;
	font-weight:400;
	line-height:1;
	text-transform:lowercase;
	position:absolute;
	left:0;
	bottom:0;
}
.catalog-section-item-button .button .icon {
	width:18px;
	height:18px;
	margin-right:8px;
	fill:#fff;
}
.bx-no-touch .catalog-section-item-button .button.in-basket:hover .icon {
	fill:var(--orange-color);
}

.product-grid {
	display:flex;
}
.product-grid-main {
	flex:1;
	display:flex;
	flex-direction:column;
}
.product-grid-top {
	flex:1;
	display:flex;
	margin-bottom:50px;
}
.product-grid-sidebar {
	width:290px;
	margin-left:30px;
}

.product-label {
	border-radius:4px;
	padding:3px 7px;
	background-color:var(--warning-color);
	color:#fff;
	font-size:12px;
	font-weight:500;
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
}

.product-top-gallery-wrapper {
	width:40.57%;
	max-width:357px;
	margin-right:5.46%;
	position:relative;
}
.product-top-gallery {
	max-height:357px;
	margin-bottom:29px;
}
.product-top-gallery-image {
	width:100%;
	padding-top:100%;
	border:1px solid var(--border-color);
	border-radius:15px;
	position:relative;
	cursor:pointer;
}
.product-top-gallery-image.empty-image {
	cursor:default;
}
.product-top-gallery-image picture {
	position:absolute;
	top:10px;
	right:10px;
	bottom:10px;
	left:10px;
}
.product-top-gallery-image picture img {
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center center;
}
.product-top-gallery-link {
	display:none;
}

.product-info {
	flex:1;
	font-size:14px;
	line-height:1;
}
.product-mobile-links {
	display:none;
	margin-bottom:20px;
}
.product-props-link {
	display:inline-block;
}
.product-delivery-link {
	display:inline-block;
	margin-top:20px;
}
.product-preview {
	line-height:1.2;
}
.product-preview p {
	margin:16px 0;
}
.product-preview :first-child {
	margin-top:0;
}

.product-main-props {
	display:flex;
	flex-wrap:wrap;
	margin-top:20px;
	border-top:1px solid var(--border-color);
	border-bottom:1px solid var(--border-color);
	padding-bottom:20px;
}
.product-main-props-item {
	width:calc(50% - 10px);
	margin:20px 20px 0 0;
	line-height:1.2;
}
.product-main-props .product-main-props-item:nth-child(2n) {
	margin-right:0;
}
.product-main-props-item-title {
	opacity:.7;
}
.product-main-props-item-value {
	margin-top:6px;
}

.related-products-link {
	display:inline-block;
	margin-top:20px;
	font-size:16px;
}

.product-payment-mobile {
	display:none;
	width:100%;
	margin:30px 0 0;
}
.product-units {
	display:flex;
	border-radius:7px;
	padding:4px 2px;
	background-color:var(--overlay-bg);
}
.product-units .a {
	flex:1 1 0;
	margin:0 2px;
	color:var(--color);
	font-weight:500;
	line-height:29px;
	text-align:center;
	opacity:.8;
}
.bx-no-touch .product-units .a:hover {
	color:var(--theme-color);
	opacity:1;
}
.product-units .selected {
	border-radius:5px;
	background-color:#fff;
	color:var(--color) !important;
	opacity:1;
}

.product-price-wrapper {
	display:flex;
	margin-top:15px;
	padding:11px 0;
}
.product-price {
	flex:1;
	font-size:24px;
	font-weight:700;
	line-height:28px;
	position:relative;
}
.product-old-price {
	height:12px;
	color:var(--orange-color);
	font-size:12px;
	font-weight:500;
	line-height:1;
	position:absolute;
	top:-14px;
	left:0;
}
.product-old-price::after {
	content:'';
	height:1px;
	background-color:var(--orange-color);
	position:absolute;
	inset:5px 0 auto;
}
.product-price-wrapper .product-quantity-container {
	margin:0 15px;
}

.product-payment .button {
	width:100%;
	margin-top:15px;
}
.product-payment .product-empty {
	margin-top:0;
}
.product-payment .services-detail-notice {
	margin:10px 0 0;
	font-size:13px;
}

.in-basket {
	border-color:var(--orange-color) !important;
	background-color:var(--orange-color) !important;
}
.bx-no-touch .in-basket:hover {
	background-color:#fff !important;
	color:var(--orange-color) !important;
}
.add2basket::after,
.show2basketDialog::after {
	content:'В корзину';
}
.in-basket::after {
	content:'В корзине';
}

.fast-order-form::after {
	content:'Заказ в 1 клик';
}

.product-title {
	margin:0 0 40px;
	font-size:24px;
	font-weight:700;
	line-height:1.1;
}

.product-props {
	display:flex;
	flex-wrap:wrap;
	margin:0 0 20px -12px;
}
.product-props-item {
	width:calc((100% - 36px) / 3);
	margin:0 0 30px 12px;
	font-size:18px;
	line-height:1.3;
}
.product-props-item-title {
	margin-bottom:8px;
	opacity:.7;
}

.product-description {
	margin-bottom:50px;
}

.product-price-notice {
	max-width:796px;
	margin-bottom:50px;
	border-radius:15px;
	padding:24px 24px 24px 57px;
	background-color:var(--gray-bg);
	font-size:14px;
	line-height:1.2;
	position:relative;
}
.product-price-notice::before {
	content:'!';
	width:23px;
	height:23px;
	border-radius:50%;
	background-color:var(--orange-color);
	color:#fff;
	font-size:14px;
	line-height:23px;
	font-weight:700;
	text-align:center;
	position:absolute;
	top:24px;
	left:24px;
}

.product-delivery {
	max-width:796px;
}

.product-delivery-new {
	/* max-width:290px; */
	margin:40px auto 0;
}
.product-delivery-bottom {
	display:none;
}
.product-delivery-new-content {
	border-radius:15px;
	padding:24px;
	background-color:var(--gray-bg);
}
.product-delivery-new-title {
	font-size:18px;
	font-weight:700;
	line-height:1.1;
}
.product-delivery-new-item {
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	margin-top:17px;
	padding-bottom:7px;
	position:relative;
}
.product-delivery-new-item::after {
	content:'';
	height:1px;
	background-color:var(--color);
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	opacity:.1;
}
.product-delivery-new-item-image .icon {
	height:30px;
}
.product-delivery-new-item-title {
	flex:1;
	font-size:14px;
	line-height:1.2;
	text-align:right;
}
.product-delivery-new .delivery-request-form {
	display:block;
	max-width:290px;
	margin:10px auto 0;
}

.product-related-products-title {
	margin:100px 0 30px;
}
.product-related-products-wrapper .catalog-section {
	margin:0 0 40px;
}
.product-related-products-wrapper .slick-track {
	height:100%;
	padding:13px 0 19px;
}
.product-related-products-wrapper .catalog-section-item {
	width:215px;
	margin:0 8px !important;
}
.product-related-products-wrapper .slick-arrow {
	bottom:-16px;
}
/* END catalog */

/* about gallery */
.about-gallery-title {
	margin:30px 0;
}
.about-gallery {
	max-height:211px;
	margin:30px -6px 50px;
}
.about-gallery .slick-slide {
	padding:0 6px;
}
.about-gallery-item {
	width:100%;
	max-width:291px;
	margin:0 auto;
}
.about-gallery-item-image {
	padding-top:72.51%;
	position:relative;
}
.about-gallery-item-image picture {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.about-gallery-item-image picture img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
}
.about-gallery-link {
	display:none;
}
/* END about gallery */

/* add to basket */
#add2basket {
	max-width:392px;
}
#add2basket .h1 {
	margin:0 0 30px !important;
}
.add2basket-content-wrapper {
	display:flex;
	align-items:center;
	max-width:290px;
	margin:0 auto 30px;
	border-radius:15px;
	padding:15px;
	background-color:var(--gray-bg);
}
.add2basket-image {
	width:53px;
	height:auto;
	margin-right:20px;
}
.add2basket-image img {
	display:block;
	width:100%;
	border-radius:9px;
}
.add2basket-content {
	flex:1;
	line-height:1.1;
}
.add2basket-product-title {
	font-size:14px;
	font-weight:500;
}
.add2basket-product-price {
	margin-top:17px;
	font-weight:700;
}
#add2basket .product-payment {
	max-width:290px;
	margin:30px auto 0;
}

.added2basket-image {
	max-width:350px;
	margin:0 auto;
}
.added2basket-image img {
	display:block;
	max-width:100%;
	max-height:350px;
	margin:0 auto;
}
.added2basket-product-title {
	margin:30px 0;
	font-size:18px;
	font-weight:500;
	text-align:center;
}
.added2basket-buttons .big-button {
	margin:24px 12px 0;
}
/* END add to basket */

.index-title {
	margin:100px 0 50px;
}

/* index metalloprokat */
.index-metalloprokat {
	display:flex;
}
.index-metalloprokat-content {
	flex:1;
}
.index-metalloprokat-content-item {
	border-radius:15px;
	padding:24px;
	background-color:var(--overlay-bg);
	line-height:1.3;
}
.index-metalloprokat-content .index-metalloprokat-content-item:nth-child(odd) {
	background-color:var(--theme-color);
	color:#fff;
}
.index-metalloprokat-content-item + .index-metalloprokat-content-item {
	margin-top:12px;
}
.index-metalloprokat-content-item .h2 {
	margin-top:0;
}
.index-metalloprokat-content .index-metalloprokat-content-item:nth-child(odd) .h2 {
	color:#fff;
}
.index-metalloprokat-image-wrapper {
	width:32.667%;
	margin-left:12px;
	position:relative;
}
.index-metalloprokat-image {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.index-metalloprokat-image picture {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.index-metalloprokat-image picture img {
	width:100%;
	height:100%;
	border-radius:15px;
	object-fit:cover;
	object-position:center center;
}
/* END index metalloprokat */

/* index services list */
.index-services-list-wrapper {
	margin-top:100px;
	padding-bottom:100px;
	background-color:var(--overlay-bg);
}
.index-services-list {
	display:flex;
	flex-wrap:wrap;
	margin:-12px 0 0 -12px;
}
.index-services-list-item {
	width:calc((100% - 36px) / 3);
	margin:12px 0 0 12px;
	border-radius:15px;
	overflow:hidden;
	color:#fff;
	font-size:24px;
	font-weight:700;
	line-height:1.1;
	position:relative;
}
.index-services-list-item-image {
	display:block;
	padding-top:66%;
}
.index-services-list-item-image picture {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0;
}
.index-services-list-item-image picture img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
}
.index-services-list-item-image.empty-image picture img {
	object-fit:contain;
}
.index-services-list-item-title {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:20px;
	background-color:var(--services-overlay-bg);
	text-align:center;
	text-shadow:0 0 5px var(--light-border-color);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
}
/* END index services list */

/* index about */
.index-about {
	display:flex;
	margin-top:100px;
}
.index-about-content {
	flex:1;
}
.index-about-content .h1 {
	margin:0 0 40px;
}
.index-about-rating {
	margin-bottom:40px;
}
.index-about-content .button {
	display:block;
	width:280px;
	margin-top:40px;
}
.index-about-image-wrapper {
	width:49.5%;
	margin-left:4%;
}
.index-about-image {
	padding-top:67%;
	position:relative;
}
.index-about-image picture {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.index-about-image picture img {
	width:100%;
	height:100%;
	border-radius:15px;
	object-fit:cover;
	object-position:84% center;
}
/* END index about */

/* index advantages */
.index-advantages {
	display:flex;
	flex-wrap:wrap;
	margin:-12px 0 0 -12px;
}
.index-advantages-item {
	width:calc((100% - 36px) / 3);
	margin:12px 0 0 12px;
	border-radius:15px;
	padding:50px 3.4% 35px;
	overflow:hidden;
	background-color:var(--gray-bg);
	line-height:1.3;
	text-align:center;
}
.index-advantages-item-image {
	display:block;
	width:140px;
	height:140px;
	margin:0 auto 30px;
	background:url(../../../../../../images/advantage-bg.png) no-repeat center center;
	background-size:contain;
}
.index-advantages-item-image img {
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center center;
}
.index-advantages-item-title {
	margin-bottom:15px;
	font-size:18px;
	font-weight:500;
	line-height:1.1;
}
.bx-no-touch .index-advantages-item:hover .index-services-list-item-title {
	background-color:var(--services-overlay-bg-hover);
}
/* END index advantages */

/* delivery page */
.delivery-images {
	display:flex;
	flex-wrap:wrap;
	margin-left:-10px;
}
.delivery-images picture {
	display:flex;
	align-items:center;
	width:calc(50% - 10px);
	margin:0 0 20px 10px;
}
.delivery-images picture img {
	width:100%;
	height:auto;
}
/* END delivery page */

/* about page */
.about-advantages-wrapper {
	margin:50px 0;
	padding:100px 0;
	background-color:var(--theme-color);
}
.about-advantages {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:-12px 0 0 -12px;
}
.about-advantages-item {
	width:calc((100% - 72px) / 6);
	min-height:201px;
	margin:12px 0 0 12px;
	border-radius:15px;
	padding:43px 10px 12px;
	background-color:#fff3;
	color:#fff;
	font-size:12px;
	line-height:1.1;
	text-align:center;
}
.about-advantages-item img {
	display:block;
	width:66px;
	height:66px;
	margin:0 auto 18px;
}
.about-advantages-item-title {
	margin-bottom:15px;
	font-size:18px;
	font-weight:500;
	line-height:1.1;
}
/* END about page */


/* contact */
.contacts-wrapper {
	display:flex;
	margin-bottom:70px;
}
.contacts-sidebar {
	width:24.25%;
	margin-right:12px;
}
.contacts-sidebar-link {
	padding:20px;
	color:var(--color);
	font-weight:700;
	line-height:1.1;
	position:relative;
}
.bx-no-touch .contacts-sidebar-link a:hover {
	color:var(--theme-color);
}
.contacts-sidebar-link.selected {
	background-color:var(--menu-overlay-bg);
}
.contacts-sidebar-link.selected .svg-icon {
  transform:rotate(270deg);
}
.contacts-content {
	flex:1;
}
.contacts-region {
	display:none;
}
.contacts-content .contacts-sidebar-link {
	margin-bottom:12px;
}
.contacts-content-item {
	display:flex;
}
.contacts-content-maps {
	order:0;
	flex:1;
	border:1px solid var(--border-color);
	border-radius:15px;
	padding:20px;
}
.contacts-content-maps :first-child {
	margin-top:0;
}
.contacts-content-map-title {
	margin:30px 0 10px;
	font-weight:500;
	line-height:1.1;
}
.contacts-content-map-address {
	margin-bottom:30px;
	font-size:18px;
	line-height:1.3;
}
.contacts-content-map {
	height:237px;
	border-radius:15px;
	overflow:hidden;
}
.contacts-content-info {
	order:1;
	width:43.7%;
	margin-left:12px;
}
.contacts-content-info .footer-map-contacts {
	width:auto;
	padding:40px 15.3%;
}
.contacts-content-info .mobile-contact {
	display:none;
}

.contacts-company-data {
	margin-top:30px;
	border-radius:15px;
	padding:40px;
	background-color:var(--gray-bg);
}
.contacts-company-data > *:first-child {
	margin-top:0;
}
.contacts-company-data > *:last-child {
	margin-bottom:0;
}
/* END contact page */

/* social widget */
#fixed-social {
	display:flex;
	position:fixed;
	bottom:22px;
	right:75px;
	z-index:50;
}
.with-fancybox #fixed-social {
	margin-right:var(--fancybox-scrollbar-compensate);
}
#fixed-social a {
	margin:0 4px;
	padding:10px 20px 10px 50px;
	border-radius:5px;
	color:#fff;
}
#fixed-social .wa {
	background-color:#00a884;
	position:relative;
}
#fixed-social .wa .icon {
    width:21px;
	height:24px;
	fill:#fff;
    position:absolute;
    left:18px;
    top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
#fixed-social .tg {
	background:url(../../../../../../images/telegram.png) no-repeat 10px center #61a8de;
	background-size:30px;
}
.webp #fixed-social .tg {
	background-image:url(../../../../../../images/telegram.png_1699395529.webp);
}
/* END social widget */


@media (max-width:1900px) {
	.index-banner picture img {
		object-fit:cover;
	}
}

@media (max-width:1250px) {
	.wrapper {
		margin-right:2%;
		margin-left:2%;
	}
	
	.logo {
		width:21%;
	}
	.bottom-header-content {
		margin-left:25%;
	}
	
	.breadcrumbs {
		margin-top:40px;
	}
	
	.index-partners {
		margin:0 -15px;
	}
} /* < 1250px */

@media (max-width:1200px) {
	.catalog-top-sections-item {
		width:calc((100% - 55px) / 5);
	}
	
	.about-advantages-wrapper {
		padding:90px 0;
	}
	.about-advantages-item {
		width:calc((100% - 60px) / 5);
	}
} /* < 1200px */

@media (max-width:1100px) {
	.index-catalog-sections-item {
		width:calc((100% - 60px) / 5);
	}
	.index-catalog-sections-1 .index-catalog-sections-item:nth-child(10) ~ .index-catalog-sections-item {
		display:none;
	}
	
	.popup-form {
		padding:50px;
	}
} /* < 1100px */

@media (min-width:1001px) {
	.product h1 {
		font-size:32px;
	}
	
	.popup-form .h1 {
		font-size:32px;
	}
	
	.mobile-menu-wrapper {
		display:none !important;
	}
	
	.contacts-content .contacts-sidebar-link {
		display:none;
	}
} /* > 1001px */

@media (max-width:1000px) {
	.show-menu body {
		overflow:hidden;
	}
	
	h1,
	.h1 {
		margin:30px 0;
		font-size:32px;
		line-height:1;
	}
	h2, 
	.h2 {
		margin:30px 0 24px;
		font-size:24px;
	}
	h3, 
	.h3 {
		margin:30px 0 20px;
		font-size:21px;
	}
	h4, 
	.h4 {
		margin:24px 0 20px;
		font-size:18px;
	}
	h5, 
	.h5,
	h6, 
	.h6 {
		margin:24px 0 20px;
		font-size:17px;
	}
	
	.logo {
		width:99px !important;
		height:34px !important;
		margin-top:15px;
	}
	.bottom-header {
		height:63px !important;
		border-bottom:none;
	}
	.bottom-header-content {
		margin-left:240px;
	}
	.bottom-header-top-content {
		justify-content:right;
	}
	.header-catalog-button {
		order:3;
		width:24px;
		height:24px;
		margin:17px 0 0 0;
		border:none;
		border-radius:0;
		overflow:hidden;
		padding-left:24px;
		background:none !important;
	}
	.header-catalog-button span,
	.header-catalog-button span::before,
	.header-catalog-button span::after {
		width:24px;
		height:3px;
		background-color:var(--color);
	}
	.bx-no-touch .header-catalog-button:hover span,
	.bx-no-touch .header-catalog-button:hover span::before,
	.bx-no-touch .header-catalog-button:hover span::after {
		background-color:var(--theme-color);
	}
	.header-catalog-button span {
		top:11px;
		left:0;
	}
	.header-catalog-button span::before {
		top:-8px;
	}
	.header-catalog-button span::after {
		top:8px;
	}
	.header-account,
	.header-cart-wrapper {
		margin:17px 20px 0 0;
	}
	header .header-actions-button,
	.header-search-block {
		display:none;
	}
	.top-menu {
		max-width:100%;
		height:0;
		overflow:hidden;
		opacity:0;
		pointer-events:none;
	}
	
	.catalog-menu-overlay,
	.catalog-menu-wrapper {
		display:none;
	}
	
	.breadcrumbs {
		margin-top:30px;
	}
	
	.main-content {
		margin-top:95px;
	}
	
	.footer-map-wrapper {
		margin-bottom:80px;
	}
	.footer-map {
		border-radius:12px;
	}
	.footer-map-contacts {
		border-radius:12px;
		padding:26px 4%;
	}
	
	.footer-content {
		font-size:16px;
	}
	.footer-menu-1 {
		margin-top:48px;
	}
	.footer-address-title {
		font-size:15px;
	}
	
	#fixed-social {
		flex-direction:row;
		min-width:320px;
		right:0;
		bottom:0;
		left:0;
	}
	#fixed-social a {
		height:40px;
		width:50%;
		margin:0;
		border-radius:0;
		line-height:20px;
	}
	
	.index-title {
		margin:90px 0 45px;
	}
	
	.popup-form .h1 {
		margin:0 0 40px;
	}
	
	.partners {
		margin:50px -6px;
	}
	.partners-item {
		width:33.3333%;
	}
	
	.catalog-section-root-title,
	.catalog-section-sidebar {
		display:none;
	}
	.catalog-section-title h1 {
		margin-top:30px;
	}
	.catalog-section-content {
		width:100%;
	}
	.catalog-section-image,
	.catalog-section-bottom-description,
	.catalog-section-bottom-notice {
		margin-top:40px;
	}
	
	.catalog-top-sections-item {
		width:calc((100% - 66px) / 6);
	}
	
	.delivery-wrapper {
		display:block;
	}
	.services-detail-content {
		flex:auto;
		order:2;
		width:100%;
	}
	.services-detail-image-wrapper {
		order:1;
		width:100%;
		max-width:594px;
		margin:0 auto 30px;
	}
	.delivery-images picture {
		margin:20px 0 0 10px;
	}
	
	.section-3-blocks {
		margin-top:40px;
	}
	
	.product-grid-top {
		flex-wrap:wrap;
	}
	.product-grid-sidebar {
		display:none;
	}
	.product-payment-mobile {
		display:block;
	}
	.product-payment {
		max-width:290px;
		margin:0 auto;
	}
	
	.product-props-item {
		font-size:17px;
	}
	.product-related-products-title {
		margin:70px 0 30px;
	}
	.product-delivery-bottom {
		display:block;
	}
	.product-delivery-new-content {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.product-delivery-new-title {
		width:100%;
	}
	.product-delivery-new-item {
		width:45%;
	}
	
	.index-services-list-item {
		font-size:18px;
	}
	
	.about-advantages-wrapper {
		padding:80px 0;
	}
	.about-advantages-item {
		width:calc(25% - 12px);
	}
	
	.contacts-sidebar,
	.contacts-content-map-title,
	.contacts-content-map-address {
		display:none;
	}
	.contacts-region .contacts-sidebar-link {
		display:block;
		margin-bottom:12px;
	}
	.contacts-content-item {
		display:block;
	}
	.contacts-content-maps {
		width:100%;
		border:none;
		padding:0;
	}
	.contacts-content-map {
		height:172px;
		margin-top:12px;
	}
	.contacts-content-info {
		width:100%;
		margin:0;
	}
	.contacts-content-info .footer-map-contacts {
		padding:40px;
	}
	.contacts-content-info .mobile-contact {
		display:block;
	}
} /* < 1000px */

@media (max-width:950px) {
	.news-list-item {
		width:calc((100% - 24px) / 2);
	}
	
	.index-news-list-wrapper .news-list-item:nth-child(3) {
		display:none;
	}
	
	.index-advantages-item {
		width:calc(50% - 12px);
	}
} /* < 950px */

@media (max-width:930px) {
	.team-item {
		width:33.3333%;
	}
} /* < 930px */

@media (min-width:901px) {
	.catalog-top-sections-big-icons .services-list-item {
		width:calc((100% - 36px) / 3);
	}
} /* > 901px */

@media (max-width:900px) {
	.services-list-item {
		width:calc((100% - 36px) / 3);
	}
	
	.index-catalog-sections-item {
		width:calc((100% - 48px) / 4);
	}
	.index-catalog-sections-1 .index-catalog-sections-item:nth-child(10) ~ .index-catalog-sections-item {
		display:block;
	}
	.index-catalog-sections-1 .index-catalog-sections-item:nth-child(12) ~ .index-catalog-sections-item {
		display:none;
	}
	.index-catalog-sections-2 .index-catalog-sections-item {
		width:calc((100% - 36px) / 3);
		font-size:16px;
		position:relative;
	}
	.index-catalog-sections-2 .index-catalog-sections-item:nth-child(4) {
		display:none;
	}
	
	.index-about {
		flex-wrap:wrap;
		margin-top:70px;
	}
	.index-about-content {
		flex:auto;
		width:100%;
	}
	.index-about-content .h1 {
		margin:0 0 30px;
	}
	.index-about-rating {
		margin-bottom:30px;
	}
	.index-about-content .button {
		margin-top:30px;
	}
	.index-about-image-wrapper {
		width:100%;
		margin:30px auto 0;
	}
	.index-about-image {
		padding-top:50.8%;
	}
} /* < 900px */

@media (max-width:850px) {
	.catalog-top-sections-item {
		width:calc((100% - 55px) / 5);
	}
	
	.popup-form {
		padding:40px;
	}
	
	.index-services-list-item {
		width:calc(50% - 12px);
		font-size:24px;
	}
} /* < 850px */

@media (max-width:800px) {
	.wrapper {
		margin-right:16px;
		margin-left:16px;
	}
	
	.index-catalog-sections-3 .index-catalog-sections-item {
		width:calc((100% - 24px) / 2);
	}
	
	.index-metalloprokat {
		flex-wrap:wrap;
		justify-content:center;
	}
	.index-metalloprokat-content {
		flex:auto;
		width:100%;
	}
	.index-metalloprokat-image-wrapper {
		width:100%;
		max-width:500px;
		margin:12px 0 0;
	}
	.index-metalloprokat-image {
		position:relative;
		padding-top:67%;
	}
	
	.catalog-section-submenu-item {
		width:auto;
	}
	.catalog-section-item {
		width:calc((100% - 30px) / 3);
	}
	
	.about-advantages-wrapper {
		padding:70px 0;
	}
	.about-advantages-item {
		width:calc((100% - 36px) / 3);
	}
} /* < 800px */

@media (max-width:750px) {
	.partners {
		margin:40px -6px;
	}
	.partners-item {
		width:50%;
	}
	
	.section-3-blocks-item {
		width:calc(100% - 12px);
	}
	
	.actions-list .news-list-item {
		width:calc(100% - 12px);
		font-size:16px;
	}
} /* < 750px */

@media (max-width:700px) {
	.header-shedule {
		display:none;
	}
	
	.footer-map-wrapper {
		margin-bottom:50px;
	}
	.footer-map-content {
		flex-wrap:wrap;
	}
	.footer-map {
		order:2;
		width:100%;
		height:172px;
		margin-top:12px;
	}
	.footer-map-contacts {
		order:1;
		width:100%;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		width:100%;
	}
	.footer-map-contacts-item {
		width:45%;
		margin-bottom:24px;
	}
	.footer-map-contacts .footer-social {
		width:100%;
	}
	.footer-map-contacts .footer-social a {
		margin:6px 6px 0;
	}
	
	footer {
		padding-top:50px;
	}
	.footer-menu-1 {
		margin-top:36px;
	}
	.footer-1 {
		width:100%;
		padding-bottom:30px;
	}
	.footer-2 {
		width:100%;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
		padding-bottom:0;
	}
	.footer-2 > div,
	.footer-3,
	.footer-4 {
		width:45%;
		margin-top:30px;
	}
	.footer-3 {
		order:3;
	}
	.footer-4 {
		order:4;
	}
	
	.title-404 {
		margin:30px 0;
		font-size:168px;
	}
	.subtitle-404 {
		font-size:26px;
	}
	.description-404 {
		margin:20px 0 30px;
	}
	.button-404 {
		margin-bottom:40px;
	}
	
	.catalog-top-sections-item {
		width:calc((100% - 44px) / 4);
	}
	
	.index-catalog-sections-title .h2 {
		font-size:26px;
	}
	.index-catalog-sections-link {
		display:none;
	}
	.index-catalog-sections-button {
		display:block;
	}
	.index-catalog-sections-1 .index-catalog-sections-item {
		width:calc((100% - 36px) / 3);
	}
	.index-catalog-sections-2 .index-catalog-sections-item {
		width:calc((100% - 24px) / 2);
		font-size:16px;
		position:relative;
	}
	.index-catalog-sections-2 .index-catalog-sections-item:nth-child(4) {
		display:block;
	}
	
	.two-blocks {
		flex-wrap:wrap;
	}
	.two-blocks-left {
		order:2;
		width:100%;
	}
	.two-blocks-content {
		font-size:14px;
		line-height:1.2;
	}
	.two-blocks-right {
		order:1;
		width:100%;
		margin-bottom:12px;
	}
	.two-blocks-image-wrapper {
		max-width:390px;
		margin:0 auto;
	}
	
	.services-list-content {
		margin:50px 0 0;
	}
	.services-list-content .h1 {
		margin:0 0 20px;
		font-size:20px;
	}
	
	.product-top-gallery-wrapper {
		width:100%;
		margin:0 auto;
	}
	.product-info {
		order:3;
		width:100%;
		margin-top:30px;
	}
	.product-mobile-links {
		display:block;
	}
	.product-main-props {
		display:none;
	}
	.related-products-link-desktop {
		display:none;
	}
	.product-payment-mobile {
		order:2;
	}
	.product-title {
		margin-bottom:30px;
		font-size:20px;
	}
} /* < 700px */

@media (max-width:670px) {
	.services-list-item {
		width:calc((100% - 24px) / 2);
	}
	
	.index-services-list-item {
		font-size:18px;
	}
} /* < 670px */

@media (max-width:626px) {
	.team-item {
		width:50%;
	}
} /* < 626px */

@media (max-width:600px) {
	body {
		font-size:14px;
	}
	
	h1,
	.h1 {
		font-size:28px;
	}
	h2, 
	.h2 {
		font-size:23px;
	}
	h3, 
	.h3 {
		font-size:20px;
	}
	
	.wrapper {
		margin-right:15px;
		margin-left:15px;
	}
	
	.index-title {
		margin:70px 0 40px;
	}
	
	.product-related-products-title {
		margin:50px 0 30px;
	}
	
	.index-news-list-wrapper,
	.index-services-list-wrapper {
		margin-top:70px;
		padding-bottom:70px;
	}
	
	
	.catalog-section-submenu-item a {
		border-radius:9px;
		padding:14px;
		font-size:10px;
	}
	.catalog-section-item {
		width:calc(50% - 10px);
	}
	
	.about-advantages-wrapper {
		padding:60px 0;
	}
	.about-advantages-item {
		width:calc(50% - 12px);
		min-height:185px;
		font-size:12px;
	}
} /* < 600px */

@media (min-width:578px) {
	.popup-form {
		padding:40px 30px;
	}
} /* < 578px */

@media (min-width:551px) {
	.view-type-2 .catalog-section-item {
		display:flex;
		justify-content:space-between;
		width:100% !important;
		margin:0 0 12px !important;
		padding:15px !important;
	}
	.view-type-2 .catalog-section-item-image {
		width:53px;
		height:53px;
		margin:0 20px 0 0;
		padding:0;
	}
	.view-type-2 .catalog-section-item-image .product-label {
		display:none;
		position:static;
	}
	.view-type-2 .catalog-section-item-content {
		flex:1;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		line-height:1;
	}
	.view-type-2 .catalog-section-item-content .product-label {
		position:static;
		display:inline-block;
		margin-right:12px;
	}
	.view-type-2 .catalog-section-item-title {
		height:auto;
		overflow:visible;
	}
	.view-type-2 .catalog-section-item-bottom {
		/* display:flex;
		flex-direction:column;
		justify-content:end; */
		min-width:115px;
		height:auto;
		margin-left:20px;
		position:static;
	}
	.view-type-2 .catalog-section-item-bottom {
		text-align:right;
	}
	.view-type-2 .catalog-section-item-price {
		margin-bottom:8px;
		font-size:18px;
	}
	.view-type-2 .catalog-section-item-old-price {
		top:-12px;
		left:50%;
		transform:translateX(-50%);
	}
	.view-type-2 .catalog-section-item-button .button {
		display:inline-flex;
		position:static;
	}
	
	.bx-filter-head {
		display:none;
	}
} /* > 551px */

@media (max-width:550px) {
	body.show-filter {
		overflow:hidden;
	}
	
	.header-slogan {
		display:none;
	}
	.header-region {
		flex:1;
	}
	.header-email {
		margin:0;
		padding:0;
	}
	.header-email::after {
		display:none;
	}
	.bottom-header-content {
		margin-left:180px;
	}
	
	.index-banner {
		height:218px;
	}
	.index-banner-title {
		font-size:26px;
	}
	.index-banner-description {
		margin-top:15px;
		font-size:14px;
	}
	.index-banner .button {
		width:100%;
		margin-top:20px;
	}
	
	.catalog-top-sections-item {
		width:calc((100% - 33px) / 3);
	}
	
	.index-catalog-sections-3 .index-catalog-sections-item {
		width:calc(100% - 12px);
	}
	
	.index-advantages-item {
		border-radius:10px;
		padding:12px 3.4%;
		font-size:11px;
	}
	.index-advantages-item-image {
		width:80px;
		height:80px;
		margin-bottom:12px;
	}
	.index-advantages-item-title {
		margin-bottom:12px;
		font-size:12px;
	}
	
	.product-props-item {
		width:calc(50% - 12px);
	}
	
	.catalog-filter-button-icon-wrapper {
		cursor:pointer;
	}
	.bx-no-touch .catalog-filter-button-icon-wrapper:hover .catalog-filter-button-icon {
		background-color:var(--orange-color);
	}
	.catalog-filter-button {
		display:none;
	}
	
	.catalog-section-filter {
		background-color:#fff;
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		z-index:102;
	}
	
	.view-selector-wrapper,
	.view-type-2 .catalog-section-item-props {
		display:none;
	}
	
	.product-delivery-new-item {
		width:100%;
	}
} /* < 550px */

@media (max-width:500px) {
	.footer-content {
		font-size:15px;
	}
	.footer-address-title {
		font-size:14px;
	}
	
	.news-list-item {
		width:calc(100% - 12px);
		margin-right:0 !important;
		border-radius:15px;
		padding:15px 15px 85px;
	}
	.news-list-item-type {
		height:22px;
		border-radius:11px;
		font-size:15px;
		line-height:22px;
	}
	.news-list-item-title {
		font-size:16px !important;
	}
	.news-list-item .button,
	.news-list-item .border-button {
		right:15px;
		bottom:15px;
		left:15px;
	}
	
	.services-list-item {
		font-size:14px;
	}
	
	.index-news-list-wrapper .news-list-item:nth-child(2) {
		display:none;
	}
} /* < 500px */

@media (max-width:450px) {
	h1,
	.h1 {
		font-size:24px;
	}
	h2, 
	.h2 {
		margin:24px 0;
		font-size:21px;
	}
	h3, 
	.h3 {
		margin:20px 0;
		font-size:19px;
	}
	h4, 
	.h4 {
		margin:20px 0;
		font-size:17px;
	}
	h5, 
	.h5,
	h6, 
	.h6 {
		margin:20px;
		font-size:16px;
	}
	
	p {
		margin:20px 0;
	}
	
	.index-title {
		margin:50px 0 30px;
	}
	
	.index-about {
		margin-top:50px;
	}
	.index-about-content {
		font-size:14px;
		line-height:1.2;
	}
	.index-about-content .h1 {
		margin-bottom:20px;
	}
	.index-about-rating {
		margin-bottom:20px;
	}
	.index-about-content .button {
		margin-top:20px;
	}
	
	.index-news-list-wrapper,
	.index-services-list-wrapper {
		margin-top:50px;
		padding-bottom:50px;
	}
	
	.popup-form {
		padding:40px 24px;
	}
	
	.added2basket-buttons .big-button {
		width:260px;
		margin:24px 0 0;
	}
	
	.contact-form-captcha {
		flex-wrap:wrap;
	}
	.contact-form-captcha > div {
		width:100%;
	}
	.contact-form-captcha-image-wrapper {
		margin-left:0;
	}
	
	.content-404 {
		text-align:center;
	}
	.button-404 {
		width:100%;
	}
	
	.services-detail-content .button,
	.services-detail-content .border-button {
		max-width:none;
	}
	.services-detail-image-wrapper {
		margin-bottom:20px;
	}
	.services-detail-notice {
		margin:40px 0;
	}
	.services-detail-add-content {
		margin:40px 0;
	}
	.services-detail-gallery {
		margin:40px;
	}
	
	.catalog-top-sections-item {
		width:calc((100% - 22px) / 2);
	}
	
	.index-catalog-sections-button {
		max-width:none;
	}
	.index-catalog-sections-1 .index-catalog-sections-item {
		width:calc((100% - 24px) / 2);
	}
	
	.catalog-section-item {
		border-radius:10px;
		padding:7px 7px 89px;
	}
	.catalog-section-item-image {
		border-radius:6px;
	}
	.catalog-section-item-price {
		font-size:14px;
	}
	
	.services-list-item {
		font-size:13px;
	}
	
	.product-props-item {
		font-size:16px;
	}
	.product-delivery-new .delivery-request-form {
		width:100%;
		max-width:none;
	}
	.product-related-products-title {
		margin:40px 0 30px;
	}
	
	.delivery-images {
		justify-content:center;
	}
	.delivery-images picture {
		width:calc(100% - 10px);
		max-width:297px;
	}
	
	.about-advantages-wrapper {
		padding:50px 0;
	}
	.about-advantages-item {
		font-size:11px;
	}
	
	/* .product-delivery-new {
		width:100%;
		max-width:none;
	} */
} /* < 450px */

@media (max-width:430px) {
	.index-services-list-item {
		width:calc(100% - 12px);
		font-size:24px;
	}
	.index-services-list .index-services-list-item:nth-child(3) ~ .index-services-list-item {
		display:none;
	}
} /* < 430px */

@media (max-width:400px) {
	h1,
	.h1 {
		font-size:22px;
	}
	h2, 
	.h2 {
		font-size:20px;
	}
	h3, 
	.h3 {
		font-size:18px;
	}
	h4, 
	.h4 {
		font-size:17px;
	}
	h5, 
	.h5,
	h6, 
	.h6 {
		font-size:16px;
	}
	
	.header-email {
		display:none;
	}
	
	.partners {
		margin:30px -6px;
	}
	.partners-item {
		width:100%;
	}
	
	.team-item {
		width:100%;
	}
	.team-item-content {
		max-width:291px;
		margin:0 auto;
	}
	
	.index-catalog-sections-2 .index-catalog-sections-item {
		width:calc(100% - 12px);
	}
	
	.index-services-list-item {
		font-size:18px;
	}
	
	.about-advantages-item {
		font-size:10px;
	}
} /* < 400px */

@media (max-width:359px) {
	h1,
	.h1 {
		font-size:20px;
	}
	h2, 
	.h2 {
		font-size:18px;
	}
	h3, 
	.h3 {
		font-size:17px;
	}
	h4, 
	.h4 {
		font-size:16px;
	}
	h5, 
	.h5,
	h6, 
	.h6 {
		font-size:15px;
	}
	
	.footer-map-contacts-item {
		width:100%;
	}
	
	.footer-2 > div,
	.footer-3,
	.footer-4 {
		width:100%;
	}
	.footer-copyright {
		margin-top:30px;
	}
	
	.popup-form {
		padding:40px 20px;
	}
	
	.services-list-item {
		font-size:12px;
	}
	
	.index-advantages-item {
		padding:10px 3.4%;
		font-size:9px;
	}
	.index-advantages-item-image {
		width:50px;
		height:50px;
		margin-bottom:10px;
	}
	.index-advantages-item-title {
		margin-bottom:10px;
		font-size:9px;
	}
	
	.about-advantages-item {
		font-size:9px;
	}
	
	#fixed-social {
		font-size:90%;
	}
} /* < 359px */

/* End */
/* /local/templates/euro/css/jquery.simplebar.css?17315996814237 */
/* /local/templates/euro/css/slick.css?17158571721776 */
/* /local/templates/euro/css/slick-theme.css?17190882071372 */
/* /local/templates/euro/template_styles.css?176415398896410 */
