

/* Start:/local/templates/.default/assets/css/libs.css?168653367641142*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* End */


/* Start:/local/templates/.default/assets/css/main.css?171041232885908*/
:root{--index:calc(1vw + 1vh);--font-size:16px;--line-height:1.4;--container-width:1450px;--container-padding:50px;--border-radius:4px;--font-default:Inter,sans-serif;--bg-body:#fff;--color-body:#000;--color-white:#fff;--color-white-gray:#f4f4f4;--color-white-gray2:#d3d3d3;--color-white-gray3:#f1f0f0;--color-white-gray4:#f8f7f7;--color-white-gray5:#fbfbfb;--color-gray:#626262;--color-gray2:#323232;--color-gray3:#c2c2c2;--color-black:#000;--color-paper:#e7d39c;--color-paper-midle:#f8e6ae;--color-paper-lifht:#f6efd9;--color-brown:#775d14;--color-brownRBGA:rgba(119,93,20,.4);--color-green:#5e842f;--color-green-light:#a2cd6d;--color-green-light2:#e2f4cc;--color-red:#ff7575;--color-error:red;--box-shadow:0px 8px 22px rgba(0,0,0,.1);--box-shadow-card:0px 0px 20px rgba(0,0,0,.1)}@media screen and (max-width:1450px){:root{--container-width:1220px;--container-padding:20px}}@media screen and (max-width:1240px){:root{--container-width:992px}}@media screen and (max-width:992px){:root{--container-width:100%}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/local/templates/.default/assets/css/../fonts/Inter/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/local/templates/.default/assets/css/../fonts/Inter/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/local/templates/.default/assets/css/../fonts/Inter/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/local/templates/.default/assets/css/../fonts/Inter/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/local/templates/.default/assets/css/../fonts/Inter/Inter-Bold.woff2) format("woff2")}*{box-sizing:border-box;margin:0;padding:0}*,a,input{outline:none!important}a,input{color:var(--color-black)}button,input,textarea{font-family:var(--font-default)}::-webkit-input-placeholder{opacity:1}:-moz-placeholder,::-moz-placeholder{opacity:1}:-ms-input-placeholder{opacity:1}input:focus{outline:none}body,html{font-size:var(--font-size)}body{background:var(--bg-body);color:var(--color-body);font-family:var(--font-default);font-style:normal;font-weight:400;line-height:var(--line-height);min-width:320px;position:relative}body.no-scroll{overflow:hidden}.hidden{display:none!important;visibility:hidden!important}@media screen and (min-width:480px){.-desctop-hidden{display:none!important}}@media screen and (max-width:480px){.-mobile-hidden{display:none!important}}@media screen and (max-width:1280px){.-laptop-hidden{display:none!important}}.container{max-width:var(--container-width);width:100%}.container,.container-fluid{margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}.s-title{font-size:40px;font-weight:700;margin-bottom:30px}@media screen and (max-width:1280px){.s-title{font-size:34px}}@media screen and (max-width:768px){.s-title{font-size:30px}}@media screen and (max-width:480px){.s-title{font-size:22px}}.s-title h1,.s-title h2,.s-title h3,.s-title h4{font-size:40px;font-weight:700;margin:0}@media screen and (max-width:1280px){.s-title h1,.s-title h2,.s-title h3,.s-title h4{font-size:34px}}@media screen and (max-width:768px){.s-title h1,.s-title h2,.s-title h3,.s-title h4{font-size:30px}}@media screen and (max-width:480px){.s-title h1,.s-title h2,.s-title h3,.s-title h4{font-size:22px}}.dev-page{align-items:center;background:var(--color-paper-lifht);display:flex;height:100vh;justify-content:center;overflow:hidden;padding:30px}.dev-page .dev-page__pannel{border-radius:var(--border-radius);padding:60px 90px;position:relative;text-align:center}@media screen and (max-width:480px){.dev-page .dev-page__pannel{padding:50px 30px}}.dev-page .dev-page__pannel h1{font-size:42px;line-height:1.2;margin-bottom:40px}@media screen and (max-width:480px){.dev-page .dev-page__pannel h1{font-size:26px;margin-bottom:20px}}.btn{background:var(--color-green);border:none;border-radius:var(--border-radius);box-shadow:var(--box-shadow);color:var(--color-white);cursor:pointer;display:inline-block;font-size:13px;font-weight:600;height:60px;line-height:60px;padding:0 25px;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:1240px){.btn{height:50px;line-height:50px;padding:0 15px}}.btn:hover{background:var(--color-red)}.btn.btn-white{background:var(--color-paper);color:var(--color-gray2);font-size:17px;text-transform:none}.btn.btn-white:hover{background:var(--color-paper-midle)}.btn-link{background:none;border:none;color:var(--color-green);cursor:pointer;display:inline-block;font-size:15px;line-height:18px;padding:3px 18px 3px 0;position:relative;text-decoration:none;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn-link:hover{color:var(--color-red)}.btn-link:hover i{background:url(/local/templates/.default/assets/css/../img/icon-arrow__red.svg) no-repeat 50%;background-size:contain}.btn-link._reverse{padding:3px 3px 3px 18px}.btn-link._reverse i{left:0;right:auto;transform:rotate(-180deg)}.btn-link i{background:url(/local/templates/.default/assets/css/../img/icon-arrow__green.svg) no-repeat 50%;background-size:contain;content:"";height:14px;margin-top:-7px;position:absolute;right:0;top:50%;transition:all .3s ease-in-out;width:14px}.icon-close{content:"";display:block;height:20px;position:relative;width:20px}.icon-close:before{transform:rotate(45deg)}.icon-close:after,.icon-close:before{background:var(--color-gray);border-radius:2px;content:"";height:2px;left:0;margin-top:-1px;position:absolute;top:50%;transition:all .3s ease-in-out;width:100%}.icon-close:after{transform:rotate(-45deg)}.icon-close:hover:after,.icon-close:hover:before{background:var(--color-green)}.popup-form{background:var(--color-white);border-radius:4px;max-width:510px;padding:60px 65px;transform:scale(.9);transition:all .3s ease-out;width:100%}@media screen and (max-width:480px){.popup-form{padding:40px 25px}}.popup-form .fancybox-close-small:hover{color:var(--color-error)}.popup-form .popup-form__top{color:var(--color-gray2);font-size:22px;font-weight:700;line-height:1.2;margin-bottom:40px;text-align:center}.popup-form .form-input{margin-bottom:10px}.popup-form .btn{margin-top:10px;width:100%}.popup-form .privacy-policy{opacity:.7;padding-top:20px;text-align:center}.popup-form .message-sent{font-weight:500;padding:40px 0;text-align:center}.popup-form .message-sent .message-sent__title{color:var(--color-green);font-size:18px;font-weight:900;margin-bottom:10px;text-transform:uppercase}.form-input{border:2px solid var(--color-white-gray2);display:block;font-size:15px;font-weight:400;height:55px;padding:0 20px;transition:all .3s ease-in-out;width:100%}.form-input:focus,.form-input:hover{border-color:var(--color-brownRBGA)}.form-input._error{border-color:var(--color-error)}.form-textarea{border:2px solid var(--color-white-gray2);display:block;font-size:15px;font-weight:400;height:170px;padding:20px;resize:none;transition:all .3s ease-in-out;width:100%}.form-textarea:focus,.form-textarea:hover{border-color:var(--color-brownRBGA)}.form-textarea._error{border-color:var(--color-error)}.privacy-policy{font-size:12px}.privacy-policy a{color:var(--color-black);transition:color .3s ease-in-out}.privacy-policy a:hover{color:var(--color-green)}.fancybox-slide--html{padding:20px}.popup-form{opacity:0;transform:translateY(20px) scale(.95);transition:all .4s ease-in-out}.fancybox-is-open .fancybox-bg{opacity:.4}.fancybox-slide--current .popup-form{opacity:1;transform:translate(0) scale(1)}.fancybox-slide--current .fancybox-close-small{opacity:1;transition:border .3s ease-in-out,opacity .3s ease-in-out .7s}.bread-crumbs-wrap{-webkit-overflow-scrolling:touch;background:var(--color-white-gray5);overflow-x:auto;overflow-y:hidden}.bread-crumbs-wrap::-webkit-scrollbar{display:none}.bread-crumbs{display:flex;flex-wrap:nowrap;font-size:13px;list-style:none;padding:10px var(--container-padding)}@media screen and (max-width:768px){.bread-crumbs{max-width:100%;width:auto}}.bread-crumbs .bread-crumbs__item{margin-right:30px;position:relative;white-space:nowrap}.bread-crumbs .bread-crumbs__item:before{background:var(--color-gray);border-radius:50%;content:"";height:5px;margin-top:-2.5px;position:absolute;right:-17.5px;top:50%;width:5px}.bread-crumbs .bread-crumbs__item:last-child{margin-right:0}.bread-crumbs .bread-crumbs__item:last-child:before{display:none}.bread-crumbs .bread-crumbs__link{color:var(--color-black);display:block;text-decoration:none;transition:all .3s ease-in-out}.bread-crumbs .bread-crumbs__link:hover{color:var(--color-green)}.bread-crumbs .bread-crumbs__current{opacity:.7}.mobile-pannel-wrap{height:100%;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-in-out .3s;visibility:hidden;width:100%;z-index:5000}.mobile-pannel-wrap._show{opacity:1;pointer-events:all;transition:all .3s ease-in-out;visibility:visible}.mobile-pannel-wrap._show .mobile-pannel{opacity:1;transform:translate(0);transition:all .3s ease-in-out}.mobile-pannel-wrap .mobile-pannel__overlay{background:var(--color-white-gray2);height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:1}.mobile-pannel-wrap .mobile-pannel{background:var(--color-white);box-shadow:-15px 0 20px rgba(0,0,0,.1);height:100%;max-width:390px;opacity:0;padding:10px 5px 10px 10px;position:absolute;right:0;top:0;transform:translate(100px);transition:all .3s ease-in-out;width:calc(100% - 40px);z-index:5}.mobile-pannel-wrap .mobile-pannel .mobile-pannel__wrap{height:100%;overflow-y:auto;padding:70px 30px 20px 40px}@media screen and (max-width:480px){.mobile-pannel-wrap .mobile-pannel .mobile-pannel__wrap{padding:60px 20px 20px 10px}}.mobile-pannel-wrap .mobile-pannel .mobile-pannel__wrap::-webkit-scrollbar{width:4px}.mobile-pannel-wrap .mobile-pannel .mobile-pannel__wrap::-webkit-scrollbar-track{background:transparent}.mobile-pannel-wrap .mobile-pannel .mobile-pannel__wrap::-webkit-scrollbar-thumb{background-color:var(--color-brownRBGA);border:3px solid transparent;border-radius:20px}.mobile-pannel-wrap .mobile-pannel .mobile-pannel__close{background:var(--color-white-gray4);border-radius:50%;content:"";cursor:pointer;height:95px;position:absolute;right:-19px;top:-22px;width:95px;z-index:5}.mobile-pannel-wrap .mobile-pannel .mobile-pannel__close i{background:url(/local/templates/.default/assets/css/../img/icon-close.svg) no-repeat 50%;background-size:contain;bottom:29px;content:"";height:27px;left:29px;position:absolute;width:27px}.mobile-pannel__widget{margin-bottom:40px}.mobile-pannel__widget .mobile-pannel__widget-title{color:var(--color-gray2);font-size:27px;font-weight:700;line-height:1.2;margin-bottom:15px}@media screen and (max-width:480px){.mobile-pannel__widget .mobile-pannel__widget-title{font-size:22px}}.mobile-menu{list-style:none}.mobile-menu li._active a{color:var(--color-green)}.mobile-menu a{color:var(--color-black);display:inline-block;font-size:18px;padding:5px 0;text-decoration:none;transition:all .3s ease-in-out}@media screen and (max-width:480px){.mobile-menu a{font-size:16px}}.mobile-menu a:hover{color:var(--color-green)}.cart-wrapper{height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:all .3s ease-in-out .3s;visibility:hidden;width:100%;z-index:5500}.cart-wrapper._show{opacity:1;pointer-events:all;transition:all .3s ease-in-out;visibility:visible}.cart-wrapper._show .cart-pannel{opacity:1;transform:translate(0);transition:all .3s ease-in-out}.cart-wrapper .cart-wrapper__overlay{background:var(--color-white-gray2);cursor:pointer;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:1}.cart-wrapper .cart-pannel{background:var(--color-white);border-left:3px solid var(--color-red);box-shadow:-15px 0 20px rgba(0,0,0,.1);height:100%;max-width:580px;opacity:0;padding:3px;position:absolute;right:0;top:0;transform:translate(100px);transition:all .3s ease-in-out;width:calc(100% - 40px);z-index:5}.cart-wrapper .cart-pannel .cart-pannel__close{background:var(--color-green);border-radius:50%;content:"";cursor:pointer;height:50px;left:-25px;position:absolute;top:25px;transition:all .3s ease-in-out;width:50px}.cart-wrapper .cart-pannel .cart-pannel__close:before{background:url(/local/templates/.default/assets/css/../img/icon-arrow.svg) no-repeat 50%;background-size:contain;content:"";height:20px;left:50%;margin-left:-10px;margin-top:-10px;position:absolute;top:50%;transform:rotate(-180deg);width:20px}.cart-wrapper .cart-pannel .cart-pannel__close:hover{background:var(--color-red)}.cart-wrapper .cart-pannel .cart-pannel__over{height:100%;overflow-y:auto;padding:45px 55px}.cart-wrapper .cart-pannel .cart-pannel__over::-webkit-scrollbar{width:4px}.cart-wrapper .cart-pannel .cart-pannel__over::-webkit-scrollbar-track{background:transparent}.cart-wrapper .cart-pannel .cart-pannel__over::-webkit-scrollbar-thumb{background-color:var(--color-brownRBGA);border:3px solid transparent;border-radius:20px}.cart-wrapper .cart-pannel .cart-pannel__title{font-size:24px;font-weight:600;margin-bottom:25px}.cart{margin-bottom:50px}.cart .cart__item{display:flex;justify-content:space-between;margin-bottom:20px;position:relative}.cart .cart__item .cart__item-img{align-items:center;background:var(--color-white-gray);display:flex;height:116px;justify-content:center;width:116px}.cart .cart__item .cart__item-img img{max-height:100%;max-width:100%}.cart .cart__item .cart__item-content{width:calc(100% - 151px)}.cart .cart__item .cart__item-title{font-size:14px;margin-bottom:16px}.cart .cart__item .cart__item-title a{color:var(--color-gray2);transition:all .3s ease-in-out}.cart .cart__item .cart__item-title a:hover{color:var(--color-green)}.cart .cart__item .cart__item-line{align-items:flex-end;display:flex;justify-content:space-between}.cart .cart__item .product-quantity{gap:0;width:110px}.cart .cart__item .product-quantity .product-quantity__item{background:var(--color-white-gray);color:var(--color-black);font-size:14px;height:30px;line-height:4px;width:30px}.cart .cart__item .product-quantity .product-quantity__item:hover{background:var(--color-green);color:var(--color-white)}.cart .cart__item .product-quantity .product-quantity__input{border:none;border-bottom:1px solid var(--color-white-gray);border-top:1px solid var(--color-white-gray);font-size:14px;height:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:50px}.cart .cart__item-del{background:none;border:none;color:var(--color-error);cursor:pointer;font-size:13px;font-weight:400;padding:5px}.order .order__title{font-size:24px;font-weight:600;margin-bottom:25px}.order .form-input,.order .form-textarea{margin-bottom:20px}.order .btn{width:100%}.order .privacy-policy{padding-top:15px;text-align:center}.cart-pannel__messange{background:var(--color-green-light2);border-radius:var(--border-radius);color:var(--color-gray2);font-size:15px;font-weight:500;line-height:1.6;padding:30px 35px}.cart-pannel__messange .btn-link{margin-top:25px}.main-header .main-header__top{padding:20px 0}.main-header .main-header__top .logo{width:350px}@media screen and (max-width:1240px){.main-header .main-header__top .logo{width:286px}}@media screen and (max-width:840px){.main-header .main-header__top .logo{width:auto}}.main-header .main-header__top .main-header__top-right{align-items:center;display:flex;justify-content:space-between;width:calc(100% - 500px)}@media screen and (max-width:1240px){.main-header .main-header__top .main-header__top-right{width:calc(100% - 336px)}}@media screen and (max-width:992px){.main-header .main-header__top .main-header__top-right{gap:0 40px;width:auto}}@media screen and (max-width:840px){.main-header .main-header__top .main-header__top-right{gap:0 20px}}@media screen and (max-width:680px){.main-header .main-header__top .main-header__top-right{gap:0 10px}.main-header .main-header__top .main-header__top-right .phone{background:url(/local/templates/.default/assets/css/../img/icon-phone_red.svg) no-repeat 50%;background-size:contain;font-size:0;height:27px;padding:0;width:27px}.main-header .main-header__top .main-header__top-right .phone:before{display:none}.main-header .main-header__top .main-header__top-right .email{background:url(/local/templates/.default/assets/css/../img/icon-mail_green.svg) no-repeat 50%;background-size:contain;font-size:0;height:27px;margin-right:20px;padding:0;width:27px}}@media screen and (max-width:420px){.main-header .main-header__top .main-header__top-right .email{margin-right:5px}}@media screen and (max-width:992px){.main-header .main-header__top .main-header__top-right .btn{display:none}}.main-header .main-header__top .container{align-items:center;display:flex;justify-content:space-between}.main-header .main-header__bottom{background:var(--color-white-gray3)}@media screen and (max-width:840px){.main-header .main-header__bottom{display:none}}.main-header .main-header__bottom .container{display:flex}@media screen and (max-width:1360px){.main-header .main-header__bottom .container{padding-left:0}}@media screen and (max-width:768px){.main-header .main-header__bottom .container{padding-right:0}}.logo{align-items:center;display:flex;gap:0 26px;text-decoration:none}.logo .logo__img{height:71px;width:164px}@media screen and (max-width:1240px){.logo .logo__img{height:52px;width:120px}}@media screen and (max-width:840px){.logo .logo__img{height:41px;width:120px}}.logo .logo__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;width:100%}.logo .logo__text{color:var(--color-gray);font-size:13px;font-style:italic;line-height:16px;width:160px}@media screen and (max-width:1240px){.logo .logo__text{font-size:12px;line-height:1.2;width:140px}}@media screen and (max-width:840px){.logo .logo__text{display:none}}.phone{color:var(--color-black);display:inline-block;font-size:22px;font-weight:500;padding-left:20px;position:relative;text-decoration:none;transition:all .3s ease-in-out}@media screen and (max-width:1240px){.phone{font-size:18px;padding-left:15px}}.phone:hover{color:var(--color-green)}.phone:before{background:var(--color-green);border-radius:50%;content:"";height:7px;left:0;position:absolute;top:0;width:7px}.email{display:inline-block;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.email:hover{color:var(--color-green)}.basket{align-items:center;background:var(--color-white-gray);border-radius:50%;display:flex;height:60px;justify-content:center;position:relative;text-decoration:none;width:60px}@media screen and (max-width:680px){.basket{height:41px;margin-right:20px;width:41px}}@media screen and (max-width:420px){.basket{margin-right:10px}}.basket .icon-basket{background:url(/local/templates/.default/assets/css/../img/icon-basket.svg) no-repeat 50%;background-size:contain;content:"";display:block;height:25px;width:25px}@media screen and (max-width:680px){.basket .icon-basket{height:21px;width:21px}}.basket .basket__count{background:var(--color-red);border-radius:50%;color:var(--color-white);content:"";font-size:14px;font-weight:700;height:32px;line-height:32px;position:absolute;right:-5px;text-align:center;top:-5px;width:32px}@media screen and (max-width:680px){.basket .basket__count{font-size:11px;font-weight:500;height:23px;line-height:23px;width:23px}}.header-btn-catalog{width:235px}@media screen and (max-width:1340px){.header-btn-catalog{width:170px}}@media screen and (max-width:992px){.header-btn-catalog{width:150px}}@media screen and (max-width:768px){.header-btn-catalog{width:140px}.header-btn-catalog .btn-catalog{display:none}}.btn-catalog{background:var(--color-green);color:var(--color-white);display:block;font-size:18px;height:60px;line-height:60px;overflow:hidden;padding:0 20px 0 65px;position:relative;text-decoration:none;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:992px){.btn-catalog{font-size:16px}}.btn-catalog:active,.btn-catalog:focus,.btn-catalog:hover{color:var(--color-white)}.btn-catalog:hover{background:var(--color-red);text-decoration:none}.btn-catalog i{background:var(--color-white);content:"";height:2px;left:20px;position:absolute;top:23px;width:25px}@media screen and (max-width:1340px){.btn-catalog i{left:20px;top:25px}}.btn-catalog i:before{top:5px;width:100%}.btn-catalog i:after,.btn-catalog i:before{background:var(--color-white);content:"";height:100%;left:0;position:absolute}.btn-catalog i:after{top:10px;width:80%}.nav-menu{padding:0 40px 0 20px;width:calc(100% - 275px)}@media screen and (max-width:1340px){.nav-menu{padding:0 20px 0 10px;width:calc(100% - 225px)}}@media screen and (max-width:992px){.nav-menu{padding-right:0;width:calc(100% - 150px)}}@media screen and (max-width:768px){.nav-menu{display:none}}.main-menu{display:flex;height:100%;list-style:none}@media screen and (max-width:992px){.main-menu{justify-content:space-between}}.main-menu>li{position:relative}.main-menu>li._active a{color:var(--color-green)}.main-menu>li>a{align-items:center;color:var(--color-black);display:flex;font-size:16px;font-weight:500;height:100%;padding:0 20px;position:relative;text-decoration:none;transition:all .3s ease-in-out;white-space:nowrap}@media screen and (max-width:1240px){.main-menu>li>a{font-size:15px;padding:0 14px}}@media screen and (max-width:992px){.main-menu>li>a{font-size:14px;padding:0 10px}}.main-menu>li>a span{display:inline-block;position:relative}.main-menu>li>a span:before{background:var(--color-red);bottom:3px;content:"";height:1px;left:0;position:absolute;transition:all .3s ease-in-out;width:0;z-index:-1}.main-menu>li:hover:hover>a{color:var(--color-green)}.main-menu>li:hover:hover>a span:before{width:100%}.main-menu>li.sub-item>a:after{border-bottom:3px solid transparent;border-left:3px solid var(--color-white-gray);border-top:3px solid transparent;content:"";height:0;margin-top:-3px;position:absolute;right:5px;top:50%;transform:rotate(90deg);transition:all .3s ease-in-out;width:0}.main-menu>li.sub-item:hover>a:after{border-left-color:var(--color-green)}.main-menu>li.sub-item:hover .sub-menu{opacity:1;top:100%;visibility:visible}.main-menu>li .sub-menu{background:var(--color-white-gray);border-radius:4px;left:0;opacity:0;padding:20px 0;position:absolute;top:calc(100% + 5px);transition:all .3s ease-in-out;visibility:hidden;width:275px}.main-menu>li .sub-menu:after{border-bottom:8px solid transparent;border-left:10px solid var(--color-white-gray);border-top:8px solid transparent;content:"";height:0;left:45px;position:absolute;top:-13px;transform:rotate(-90deg);transition:all .3s ease-in-out;width:0}.main-menu>li .sub-menu li{display:block;line-height:1.2}.main-menu>li .sub-menu a{color:var(--color-white-gray);display:block;font-size:16px;padding:7px 30px;text-decoration:none;transition:all .3s ease-in-out}.main-menu>li .sub-menu a:hover{color:var(--color-red);text-decoration:underline}.main-menu .mod-menu{display:none;position:relative}.main-menu .mod-menu:hover .mod-menu__icon i,.main-menu .mod-menu:hover .mod-menu__icon i:after,.main-menu .mod-menu:hover .mod-menu__icon i:before{background:var(--color-green)}.main-menu .mod-menu:hover .mod-menu__wrap{opacity:1;top:100%;visibility:visible}.main-menu .mod-menu .mod-menu__icon{cursor:pointer;display:block;height:100%;width:60px}.main-menu .mod-menu .mod-menu__icon i{display:block;height:4px;left:50%;margin-left:-2px;margin-top:-2px;top:50%;width:4px}.main-menu .mod-menu .mod-menu__icon i,.main-menu .mod-menu .mod-menu__icon i:before{background:var(--color-white-gray);border-radius:2px;content:"";position:absolute;transition:all .3s ease-in-out}.main-menu .mod-menu .mod-menu__icon i:before{height:100%;left:-10px;top:0;width:100%}.main-menu .mod-menu .mod-menu__icon i:after{border-radius:2px;content:"";height:100%;right:-10px;top:0;width:100%}.main-menu .mod-menu .mod-menu__icon i:after,.main-menu .mod-menu .mod-menu__wrap{background:var(--color-white-gray);position:absolute;transition:all .3s ease-in-out}.main-menu .mod-menu .mod-menu__wrap{border-radius:4px;opacity:0;padding:20px 0;right:-50px;top:calc(100% + 5px);visibility:hidden;width:180px}.main-menu .mod-menu .mod-menu__wrap:after{border-bottom:8px solid transparent;border-left:10px solid var(--color-white-gray);border-top:8px solid transparent;content:"";height:0;position:absolute;right:73px;top:-13px;transform:rotate(-90deg);transition:all .3s ease-in-out;width:0}.main-menu .mod-menu .mod-menu__wrap>li{text-align:right}.main-menu .mod-menu .mod-menu__wrap li{display:block;line-height:1.2}.main-menu .mod-menu .mod-menu__wrap a{color:var(--color-white-gray);display:block;font-size:16px;padding:7px 30px;text-decoration:none;transition:all .3s ease-in-out}@media screen and (max-width:1200px){.main-menu .mod-menu .mod-menu__wrap a{padding:7px 15px}}.main-menu .mod-menu .mod-menu__wrap a:hover{color:var(--color-green);text-decoration:underline}.main-menu .mod-menu .mod-menu__wrap .sub-menu{display:none}.header-search{position:relative}@media screen and (max-width:992px){.header-search{display:none}}.header-search .header-search__form{background:var(--color-white-gray);height:100%;opacity:0;position:absolute;right:100%;top:0;transition:all .3s ease-in-out;visibility:hidden;width:1075px;z-index:-1}@media screen and (max-width:1450px){.header-search .header-search__form{width:905px}}@media screen and (max-width:1240px){.header-search .header-search__form{width:747px}}@media screen and (max-width:992px){.header-search .header-search__form{width:calc(100vw - 225px)}}@media screen and (max-width:768px){.header-search .header-search__form{opacity:1;position:relative;right:0;visibility:visible;width:100%;z-index:1}}.header-search .header-search__form._show{opacity:1;visibility:visible;z-index:1}.header-search .header-search__form form{display:block;height:100%;width:100%}.header-search .header-search__form input[type=search]{background:transparent;border:none;height:100%;left:0;padding:0 20px;position:absolute;top:0;width:100%;z-index:2}@media screen and (max-width:480px){.header-search .header-search__form input[type=search]{font-size:14px;padding-left:0;padding-right:40px}}.header-search .header-search__form input[type=submit]{background:url(/local/templates/.default/assets/css/../img/search.svg) no-repeat 50%;background-size:18px 18px;border:none;content:"";cursor:pointer;font-size:0;height:100%;opacity:.7;position:absolute;right:0;top:0;transition:all .3s ease-in-out;width:50px;z-index:3}@media screen and (max-width:768px){.header-search .header-search__form input[type=submit]{background:url(/local/templates/.default/assets/css/../img/search.svg) no-repeat 50%;background-size:18px 18px}}.header-search .header-search__form input[type=submit]:hover{opacity:1}.header-search .header-search__btn{background:transparent;border:none;cursor:pointer;height:60px;position:relative;width:40px}@media screen and (max-width:768px){.header-search .header-search__btn{display:none}}.header-search .header-search__btn:hover .icon-search{background:url(/local/templates/.default/assets/css/../img/icon-search_h.svg) no-repeat 50%;background-size:contain}.header-search .header-search__btn .icon-search{background:url(/local/templates/.default/assets/css/../img/icon-search.svg) no-repeat 50%;background-size:contain;content:"";height:23px;margin-top:-10px;opacity:1;position:absolute;right:0;top:50%;transform:scale(1);transition:background .3s ease-in-out,opacity .3s ease-in-out .2s,transform .3s ease-in-out .2s;width:23px}.header-search .header-search__btn .icon-close{margin-top:-10px;opacity:0;position:absolute;right:0;top:50%;transform:scale(.8);transition:all .3s ease-in-out}.header-search .header-search__btn._active .icon-search{opacity:0;transform:scale(.8);transition:background .3s ease-in-out,opacity .3s ease-in-out,transform .3s ease-in-out}.header-search .header-search__btn._active .icon-close{opacity:1;transform:scale(1);transition:all .3s ease-in-out .2s}.brn-burger{background:var(--color-green);border-radius:var(--border-radius);border-radius:50%;color:var(--color-white);display:block;display:none;height:40px;line-height:60px;overflow:hidden;position:relative;text-decoration:none;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px}@media screen and (max-width:840px){.brn-burger{display:block}}.brn-burger:active,.brn-burger:focus,.brn-burger:hover{color:var(--color-white)}.brn-burger:hover{background:var(--color-red);text-decoration:none}.brn-burger i{background:var(--color-white);content:"";height:2px;left:50%;position:absolute;top:12px;transform:translate(-50%);width:25px}.brn-burger i:before{top:7px;width:100%}.brn-burger i:after,.brn-burger i:before{background:var(--color-white);content:"";height:100%;left:0;position:absolute}.brn-burger i:after{top:14px;width:80%}.home-slider-section{margin-top:20px;overflow:hidden;padding-bottom:50px}.home-slider-section:hover .home-slider__button-next,.home-slider-section:hover .home-slider__button-prev{opacity:1}.home-slider-section .container{position:relative}.home-slider{overflow:inherit}.home-slider .swiper-slide{opacity:0;pointer-events:none;transition:all .3s ease-in-out;visibility:hidden}.home-slider .swiper-slide.swiper-slide-active{opacity:1;pointer-events:all;visibility:visible}.home-slider .home-slider__el{border-radius:var(--border-radius);box-shadow:0 4px 22px rgba(0,0,0,.14);display:block;height:420px;overflow:hidden;position:relative}@media screen and (max-width:1240px){.home-slider .home-slider__el{height:360px}}@media screen and (max-width:768px){.home-slider .home-slider__el{height:310px}}@media screen and (max-width:480px){.home-slider .home-slider__el{height:210px}}.home-slider .home-slider__el .home-slider__img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.home-slider .home-slider__el .home-slider__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.home-slider__button-prev{background:var(--color-red)}.home-slider__button-prev{border-radius:50%;box-shadow:0 4px 22px rgba(0,0,0,.25);content:"";cursor:pointer;height:50px;left:25px;margin-top:-25px;opacity:0;position:absolute;top:50%;transition:all .3s ease-in-out;width:50px;z-index:10}@media screen and (max-width:1450px){.home-slider__button-prev{left:0}}.home-slider__button-prev:hover{background:var(--color-green)}.home-slider__button-prev:before{background:url(/local/templates/.default/assets/css/../img/icon-arrow.svg) no-repeat 50%;background-size:contain;content:"";height:24px;left:50%;margin-left:-7px;margin-top:-12px;position:absolute;top:50%;transform:rotate(-180deg);width:14px}.home-slider__button-next{background:var(--color-red);border-radius:50%;box-shadow:0 4px 22px rgba(0,0,0,.25);content:"";cursor:pointer;height:50px;margin-top:-25px;opacity:0;position:absolute;right:25px;top:50%;transition:all .3s ease-in-out;width:50px;z-index:10}@media screen and (max-width:1450px){.home-slider__button-next{right:0}}.home-slider__button-next:hover{background:var(--color-green)}.home-slider__button-next:before{background:url(/local/templates/.default/assets/css/../img/icon-arrow.svg) no-repeat 50%;background-size:contain;content:"";height:24px;left:50%;margin-left:-7px;margin-top:-12px;position:absolute;top:50%;width:14px}.cards-category-section{margin-bottom:60px;overflow:hidden;position:relative}.cards-category-section .container{position:relative;z-index:5}.cards-category{display:flex;flex-wrap:wrap;gap:10px}.cards-category .card-category{width:calc(33.33333% - 6.6666px)}@media screen and (max-width:1240px){.cards-category .card-category{width:calc(50% - 5px)}}@media screen and (max-width:560px){.cards-category .card-category{width:100%}}.cards-category .more-category{width:calc(33.33333% - 6.6666px)}@media screen and (max-width:1240px){.cards-category .more-category{width:calc(50% - 5px)}}@media screen and (max-width:560px){.cards-category .more-category{width:100%}}.cards-category.cards-category_3 .more-category,.cards-category.cards-category_6 .more-category,.cards-category.cards-category_9 .more-category{width:100%}.card-category{background:var(--color-white-gray4);border-radius:var(--border-radius);color:var(--color-black);display:block;overflow:hidden;padding:40px;position:relative;text-decoration:none;transition:all .3s ease-in-out;will-change:all}@media screen and (max-width:560px){.card-category{padding:30px}}.card-category:hover{box-shadow:var(--box-shadow-card)}.card-category:hover .card-category__name{color:var(--color-green)}.card-category .card-category__img{height:140px;margin-bottom:20px}.card-category .card-category__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.card-category .card-category__name{font-size:22px;font-weight:700;line-height:1.3;position:relative;text-align:center;text-transform:uppercase;transition:all .3s ease-in-out;z-index:5}@media screen and (max-width:1280px){.card-category .card-category__name{font-size:20px;line-height:1.4}}@media screen and (max-width:560px){.card-category .card-category__name{font-size:18px}}.card-category .card-category__name h2,.card-category .card-category__name h3{font-size:22px;font-weight:700;margin:0}@media screen and (max-width:1280px){.card-category .card-category__name h2,.card-category .card-category__name h3{font-size:20px;line-height:1.4}}@media screen and (max-width:560px){.card-category .card-category__name h2,.card-category .card-category__name h3{font-size:18px}}.more-category{align-items:center;background:var(--color-white-gray4);border-radius:var(--border-radius);color:var(--color-black);display:flex;flex-direction:column;font-weight:600;justify-content:center;overflow:hidden;padding:40px;position:relative;text-align:center;text-decoration:none;transition:all .3s ease-in-out}@media screen and (max-width:1280px){.more-category{padding:20px}}.more-category:hover{box-shadow:var(--box-shadow-card)}.more-category:hover .more-category__span{color:var(--color-red)}.more-category:hover .more-category__span i{background:url(/local/templates/.default/assets/css/../img/icon-arrow__red.svg) no-repeat 50%;background-size:contain}.more-category .more-category__name{font-size:18px;line-height:28px;margin-bottom:25px}.more-category .more-category__span{color:var(--color-green);font-size:15px;line-height:18px;padding-right:18px;position:relative;transition:all .3s ease-in-out}.more-category .more-category__span i{background:url(/local/templates/.default/assets/css/../img/icon-arrow__green.svg) no-repeat 50%;background-size:contain;content:"";height:14px;margin-top:-7px;position:absolute;right:0;top:50%;transition:all .3s ease-in-out;width:14px}.sub-category{align-items:center;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:45px}@media screen and (max-width:480px){.sub-category{gap:10px;margin-bottom:30px}}.sub-category .sub-category__item{background:var(--color-paper-lifht);color:var(--color-black);display:flex;font-size:15px;font-weight:500;line-height:1.2;text-decoration:none;transition:all .1s ease-in-out;width:calc(20% - 16px)}@media screen and (max-width:1240px){.sub-category .sub-category__item{width:calc(25% - 15px)}}@media screen and (max-width:992px){.sub-category .sub-category__item{width:calc(33.33333% - 13.3333px)}}@media screen and (max-width:768px){.sub-category .sub-category__item{width:calc(50% - 10px)}}@media screen and (max-width:480px){.sub-category .sub-category__item{width:calc(50% - 5px)}}.sub-category .sub-category__item:hover{color:var(--color-green);text-decoration:underline}.sub-category .sub-category__item .sub-category__item-img{min-width:85px;width:85px}@media screen and (max-width:1240px){.sub-category .sub-category__item .sub-category__item-img{min-width:70px;width:70px}}@media screen and (max-width:480px){.sub-category .sub-category__item .sub-category__item-img{min-width:55px;width:55px}}.sub-category .sub-category__item .sub-category__item-img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.sub-category .sub-category__item .sub-category__item-title{align-items:center;display:flex;padding:15px 22px}@media screen and (max-width:1240px){.sub-category .sub-category__item .sub-category__item-title{padding:10px 15px}}@media screen and (max-width:480px){.sub-category .sub-category__item .sub-category__item-title{font-size:13px;padding:5px 10px}}.products-container{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px}.products-container .product-card{width:calc(33.33333% - 13.33333px)}@media screen and (max-width:1240px){.products-container .product-card{width:calc(50% - 10px)}}@media screen and (max-width:768px){.products-container .product-card{width:calc(50% - 10px)}}@media screen and (max-width:560px){.products-container .product-card{width:100%}}.product-card{background:var(--color-white);border:1px solid var(--color-white-gray);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}@media screen and (max-width:480px){.product-card{border:1px solid var(--color-white-gray)}}.product-card .product-card__top{margin-bottom:15px;width:100%}@media screen and (max-width:480px){.product-card .product-card__top{margin-bottom:20px}}.product-card .product-card__img{margin-bottom:20px}@media screen and (max-width:480px){.product-card .product-card__img{margin-bottom:15px}}.product-card .product-card__img img{max-width:100%}@media screen and (max-width:992px){.product-card .product-card__img img{height:auto;max-height:100%;width:auto}}.product-card .product-card__img a{align-items:center;display:flex;height:270px;justify-content:center;line-height:0px;overflow:hidden}@media screen and (max-width:992px){.product-card .product-card__img a{height:220px}}.product-card .product-card__img a img{height:auto;max-height:calc(100% - 20px);max-width:calc(100% - 40px);width:auto}.product-card .product-card__title{font-size:16px;font-weight:600;padding:0 20px}@media screen and (max-width:480px){.product-card .product-card__title{padding:0 15px}}.product-card .product-card__title a{color:var(--color-black);text-decoration:none;transition:all .1s ease-in-out}.product-card .product-card__title a:hover{color:var(--color-green);text-decoration:underline}.product-card .product-card__title h2{font-size:16px;font-weight:600}@media screen and (max-width:480px){.product-card .product-card__title h2{font-size:14px}}.product-card .product-card__bottom{align-items:center;display:flex;justify-content:space-between;padding:0 20px 25px}@media screen and (max-width:480px){.product-card .product-card__bottom{padding:0 10px 15px}}.btn-more{background:var(--color-paper-lifht);border:none;border-radius:var(--border-radius);color:var(--color-gray2);display:inline-block;font-size:14px;font-weight:600;height:40px;line-height:40px;padding:0 25px;text-decoration:none;transition:all .3s ease-in-out}.btn-more:hover{background:var(--color-paper);color:var(--color-gray2)}.add-basket{align-items:center;background:var(--color-white-gray);border:none;border-radius:var(--border-radius);cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;transition:all .3s ease-in-out;width:55px}.add-basket:hover{background:var(--color-green-light)}.add-basket:before{background:url(/local/templates/.default/assets/css/../img/check.svg) no-repeat 50%;background-size:contain;content:"";display:block;height:18px;left:50%;margin-left:-9px;margin-top:-9px;opacity:0;position:absolute;top:50%;transform:scale(1.1);transition:all .3s ease-in-out .3s;width:18px}.add-basket._added{background:var(--color-green)}.add-basket._added i{opacity:0;transform:scale(.4);transition:all .3s ease-in-out}.add-basket._added:before{opacity:1;transform:scale(1)}.add-basket i{background:url(/local/templates/.default/assets/css/../img/icon-basket.svg) no-repeat 50%;background-size:contain;content:"";display:block;height:18px;left:50%;margin-left:-9px;margin-top:-9px;position:absolute;top:50%;transition:all .3s ease-in-out .3s;width:18px}.product-row{display:flex;justify-content:space-between;margin-bottom:60px}@media screen and (max-width:890px){.product-row{flex-direction:column}}.product-row .product-row__left{width:690px}@media screen and (max-width:1450px){.product-row .product-row__left{width:550px}}@media screen and (max-width:1240px){.product-row .product-row__left{width:500px}}@media screen and (max-width:890px){.product-row .product-row__left{width:100%}}.product-row .product-row__right{width:calc(100% - 740px)}@media screen and (max-width:1450px){.product-row .product-row__right{width:calc(100% - 600px)}}@media screen and (max-width:1240px){.product-row .product-row__right{width:calc(100% - 530px)}}@media screen and (max-width:890px){.product-row .product-row__right{width:100%}}.product-gallery{margin-bottom:15px;overflow:hidden}@media screen and (max-width:890px){.product-gallery .swiper-slide{width:auto}}.product-gallery .swiper-slide a{align-items:center;display:flex;height:560px;justify-content:center;line-height:0px}@media screen and (max-width:1450px){.product-gallery .swiper-slide a{height:490px}}@media screen and (max-width:890px){.product-gallery .swiper-slide a{height:320px}}@media screen and (max-width:480px){.product-gallery .swiper-slide a{height:240px}}@media screen and (max-width:390px){.product-gallery .swiper-slide a{height:200px}}.product-gallery .swiper-slide a img{max-height:560px;max-width:100%}@media screen and (max-width:1450px){.product-gallery .swiper-slide a img{max-height:490px}}@media screen and (max-width:890px){.product-gallery .swiper-slide a img{max-height:320px}}@media screen and (max-width:480px){.product-gallery .swiper-slide a img{height:240px}}@media screen and (max-width:390px){.product-gallery .swiper-slide a img{height:200px}}.product-gallery .swiper-pagination{display:none}.product-gallery-nav{overflow:hidden}@media screen and (max-width:890px){.product-gallery-nav{display:none}}.product-gallery-nav .swiper-slide.swiper-slide-thumb-active .product-gallery-nav__el{border-color:var(--color-red)}.product-gallery-nav .product-gallery-nav__el{align-items:center;border:2px solid transparent;display:flex;height:88px;justify-content:center;transition:all .3s ease-in-out}@media screen and (max-width:1450px){.product-gallery-nav .product-gallery-nav__el{height:80px}}.product-gallery-nav .product-gallery-nav__el img{max-height:80px;max-width:100%}.brief-desc{background:var(--color-white);border:2px solid var(--color-paper-lifht);border-radius:var(--border-radius);font-size:15px;margin-bottom:25px;padding:25px 30px}@media screen and (max-width:1240px){.brief-desc{font-size:14px;padding:20px 15px}}@media screen and (max-width:480px){.brief-desc{padding:15px}}.brief-desc strong{font-weight:700}.brief-desc p{margin-bottom:10px}.brief-desc ol,.brief-desc ul{list-style-position:inside;margin-bottom:10px}.brief-desc img{margin-bottom:10px;max-width:100%}.product-pannel{align-items:center;display:flex;gap:0 80px;justify-content:space-between;margin-bottom:40px}@media screen and (max-width:1450px){.product-pannel{gap:0 30px}}@media screen and (max-width:1240px){.product-pannel{flex-direction:column;gap:15px 0}}@media screen and (max-width:890px){.product-pannel{background:var(--color-white);flex-direction:row;gap:0 15px;justify-content:center;left:0;margin:0;padding:10px 20px;position:fixed;top:calc(100% - 70px);width:100%;z-index:200}}@media screen and (max-width:480px){.product-pannel{padding:10px}.product-pannel .btn{font-size:10px;padding:0 10px}}.product-pannel .btn-white{width:calc(100% - 380px)}@media screen and (max-width:1240px){.product-pannel .btn-white{max-width:280px;width:100%}}@media screen and (max-width:480px){.product-pannel .btn-white{font-size:12px;max-width:130px;padding:0 10px}}.product-added-block{height:60px;max-width:300px;position:relative;width:100%}@media screen and (max-width:1240px){.product-added-block{height:50px}}.product-added-block .btn{position:relative;width:100%;z-index:5}.product-added-block .btn._added{opacity:0;pointer-events:none;visibility:hidden}.product-added-block .product-quantity{left:0;position:absolute;top:0;z-index:1}.product-quantity{display:flex;gap:15px}.product-quantity .product-quantity__item{align-items:center;background:var(--color-green);color:var(--color-white);cursor:pointer;display:flex;font-size:18px;font-weight:700;height:60px;justify-content:center;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:60px}@media screen and (max-width:1240px){.product-quantity .product-quantity__item{height:50px}}.product-quantity .product-quantity__item:hover{background:var(--color-red)}.product-quantity .product-quantity__input{background:none;border:none;border-bottom:1px solid var(--color-paper-lifht);font-size:18px;font-weight:500;height:60px;text-align:center;width:calc(100% - 150px)}@media screen and (max-width:1240px){.product-quantity .product-quantity__input{height:50px}}.bay-one-product{background:var(--color-paper-midle);border-radius:var(--border-radius);color:var(--color-gray2);font-size:15px;margin-bottom:30px;padding:20px 15px;text-align:center}.product-delivery{background:var(--color-white);border:2px solid var(--color-paper-lifht);border-radius:var(--border-radius);font-size:14px;margin-bottom:30px;padding:25px 30px}@media screen and (max-width:1240px){.product-delivery{font-size:14px;padding:20px 15px}}.product-delivery strong{font-weight:700}.product-delivery p{margin-bottom:10px}.product-delivery ol,.product-delivery ul{list-style-position:inside;margin-bottom:10px}.product-delivery img{margin-bottom:10px;max-width:100%}.js-product-nav-wrapper{border-bottom:1px solid var(--color-paper-lifht);height:36px;margin-bottom:40px}@media screen and (max-width:480px){.js-product-nav-wrapper{margin-bottom:20px}}.js-product-nav-wrapper .product-nav-wrapper{margin-bottom:0}.js-product-nav-wrapper .product-nav-wrapper.-fixed{background:var(--color-white);box-shadow:0 0 10px rgba(0,0,0,.05);content:"";display:block;left:0;padding:15px 0;position:fixed;top:0;width:100%;z-index:3000}.js-product-nav-wrapper .product-nav-wrapper.-fixed .product-nav-track{margin:0 auto;max-width:var(--container-width);padding:0 var(--container-padding)}.js-product-nav-wrapper .product-nav-wrapper.-fixed .product-nav-track .product-nav{font-size:16px;margin-right:25px}.product-nav-wrapper{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;margin-bottom:30px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px}@media screen and (max-width:480px){.product-nav-wrapper{position:relative}}.product-nav-wrapper::-webkit-scrollbar{display:none}.product-nav-wrapper .product-nav-track{display:flex;position:relative;white-space:nowrap}.product-nav-wrapper .product-nav{cursor:pointer;font-size:19px;font-weight:500;margin-right:30px;position:relative;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:768px){.product-nav-wrapper .product-nav{font-size:16px}}.product-nav-wrapper .product-nav:hover{color:var(--color-green)}.product-nav-wrapper .product-nav:before{background:var(--color-green);bottom:-5px;content:"";height:3px;left:0;position:absolute;transition:all .3s ease-in-out;width:0}@media screen and (max-width:480px){.product-nav-wrapper .product-nav:before{height:2px}}.product-nav-wrapper .product-nav.-active{color:var(--color-gray)}.product-nav-wrapper .product-nav.-active:before{width:100%}.product-detail-container{margin-bottom:40px}.product-description{line-height:1.6;margin-bottom:40px}@media screen and (max-width:480px){.product-description{font-size:14px}}.product-description p{margin-bottom:25px}@media screen and (max-width:480px){.product-description p{margin-bottom:15px}}.product-description h1,.product-description h2{color:var(--color-gray2);font-size:31px;font-weight:700;line-height:1.4;margin-bottom:30px}@media screen and (max-width:768px){.product-description h1,.product-description h2{font-size:26px;margin-bottom:20px}}@media screen and (max-width:480px){.product-description h1,.product-description h2{font-size:20px}}.product-description h3{color:var(--color-gray2);font-size:26px;line-height:1.4;margin-bottom:30px}@media screen and (max-width:768px){.product-description h3{font-size:24px;margin-bottom:20px}}@media screen and (max-width:480px){.product-description h3{font-size:20px}}.product-description h4{color:var(--color-gray2);font-size:24px;line-height:1.4;margin-bottom:30px}@media screen and (max-width:768px){.product-description h4{font-size:20px;margin-bottom:20px}}@media screen and (max-width:480px){.product-description h4{font-size:18px}}.product-description h5{color:var(--color-gray2);font-size:20px;line-height:1.4;margin-bottom:30px}@media screen and (max-width:768px){.product-description h5{font-size:18px;margin-bottom:20px}}@media screen and (max-width:480px){.product-description h5{font-size:16px}}.product-description ol,.product-description ul{list-style-position:inside}.product-description img{margin-bottom:25px;max-width:100%}@media screen and (max-width:480px){.product-description img{margin-bottom:15px}}.characteristic{margin-bottom:40px}.characteristic .characteristic-title{color:var(--color-gray2);font-size:31px;font-weight:700;line-height:1.4;margin-bottom:30px;width:100%}@media screen and (max-width:768px){.characteristic .characteristic-title{font-size:26px;margin-bottom:20px}}@media screen and (max-width:480px){.characteristic .characteristic-title{font-size:20px}}.characteristic .characteristic__wrap{display:flex;flex-wrap:wrap}.characteristic .characteristic__line{align-items:center;border-right:1px solid var(--color-paper-lifht);border-top:1px dashed var(--color-paper-lifht);display:flex;padding:20px 0;width:50%}@media screen and (max-width:768px){.characteristic .characteristic__line{border-right:0;padding:15px 0;width:100%}}@media screen and (max-width:480px){.characteristic .characteristic__line{padding:5px 0}}.characteristic .characteristic__line:nth-child(2n+2){border-right:0}.characteristic .characteristic__line:nth-child(2n+2) .characteristic__title{padding-left:35px}@media screen and (max-width:768px){.characteristic .characteristic__line:nth-child(2n+2) .characteristic__title{padding-left:0}}.characteristic .characteristic__line:first-child,.characteristic .characteristic__line:nth-child(2){border-top:0}@media screen and (max-width:768px){.characteristic .characteristic__line:nth-child(2){border-top:1px dashed var(--color-paper-lifht)}}.characteristic .characteristic__line .characteristic__title{color:var(--color-gray);font-size:16px;padding-right:15px;width:50%}@media screen and (max-width:480px){.characteristic .characteristic__line .characteristic__title{font-size:14px}}.characteristic .characteristic__line .characteristic__val{padding-left:15px;padding-right:35px;text-align:right;width:50%}@media screen and (max-width:480px){.characteristic .characteristic__line .characteristic__val{font-size:14px;padding:0}}.documentation-block{margin-bottom:40px}.documentation-block .documentation-block__title{color:var(--color-gray2);font-size:31px;font-weight:700;line-height:1.4;margin-bottom:30px;width:100%}@media screen and (max-width:768px){.documentation-block .documentation-block__title{font-size:26px;margin-bottom:20px}}@media screen and (max-width:480px){.documentation-block .documentation-block__title{font-size:20px}}.documentation-block .documentations{display:flex;flex-wrap:wrap;gap:20px}.documentation-block .documentations .documentation{max-width:360px}@media screen and (max-width:1240px){.documentation-block .documentations .documentation{max-width:300px}}.documentation{align-items:center;background:var(--color-white);border:3px solid var(--color-paper-lifht);border-radius:var(--border-radius);color:var(--color-gray2);display:flex;padding:20px 25px 20px 30px;position:relative;transition:all .3s ease-in-out}@media screen and (max-width:1240px){.documentation{font-size:14px;padding:10px 20px}}@media screen and (max-width:480px){.documentation{padding:10px}}.documentation:hover{border-color:var(--color-paper);color:var(--color-green)}.documentation .documentation__icon{background:url(/local/templates/.default/assets/css/../img/file.svg) no-repeat 50%;background-size:contain;height:40px;margin-right:20px;min-width:35px;width:35px}@media screen and (max-width:480px){.documentation .documentation__icon{height:30px;margin-right:10px;min-width:30px;width:30px}}.documentation .documentation__icon._doc{background:url(/local/templates/.default/assets/css/../img/doc.svg) no-repeat 50%;background-size:contain}.documentation .documentation__icon._pdf{background:url(/local/templates/.default/assets/css/../img/pdf.svg) no-repeat 50%;background-size:contain}.documentation .documentation__icon._xls{background:url(/local/templates/.default/assets/css/../img/xls.svg) no-repeat 50%;background-size:contain}.product-slier-title h2{color:var(--color-gray2);font-size:31px;font-weight:700;line-height:1.4;margin-bottom:30px;width:100%}@media screen and (max-width:768px){.product-slier-title h2{font-size:26px;margin-bottom:20px}}@media screen and (max-width:480px){.product-slier-title h2{font-size:20px}}.product-slider-wrap{margin-bottom:60px;position:relative}.product-slider-wrap:before{background:var(--color-paper-lifht);border-radius:var(--border-radius);bottom:-60px;content:"";height:260px;left:-90px;position:absolute;width:calc(100% + 180px);z-index:1}@media screen and (max-width:1450px){.product-slider-wrap:before{left:50%;transform:translate(-50%);width:calc(100vw - 40px)}}@media screen and (max-width:480px){.product-slider-wrap:before{width:calc(100vw - 10px)}}.product-slider{overflow:hidden;position:relative;z-index:5}.product-slider .swiper-slide{height:auto}@media screen and (max-width:480px){.product-slider .swiper-slide{max-width:280px}}.product-slider .swiper-slide .product-card{height:100%}.message-adding{background:var(--color-red);border-radius:var(--border-radius);box-shadow:0 4px 33px rgba(0,0,0,.25);color:var(--color-white);opacity:0;padding:21px 25px;pointer-events:none;position:fixed;right:0;top:2%;transition:all .3s ease-in-out;visibility:hidden;z-index:150}.message-adding._active{opacity:1;pointer-events:all;right:1%;visibility:visible}.catalog-row{align-items:flex-start;display:flex}@media screen and (max-width:768px){.catalog-row{flex-direction:column}}.catalog-row .catalog-sidebar{border:1px solid var(--color-white-gray3);border-radius:var(--border-radius);box-shadow:0 4px 33px rgba(0,0,0,.04);margin-right:30px;width:300px}@media screen and (max-width:992px){.catalog-row .catalog-sidebar{margin-right:10px;width:270px}}@media screen and (max-width:768px){.catalog-row .catalog-sidebar{margin-bottom:30px;margin-right:0;width:100%}}.catalog-row .catalog-main{width:calc(100% - 330px)}@media screen and (max-width:992px){.catalog-row .catalog-main{width:calc(100% - 280px)}}@media screen and (max-width:768px){.catalog-row .catalog-main{width:100%}}.aside-menu{list-style:none;position:relative}@media screen and (max-width:768px){.aside-menu._hide{max-height:410px;overflow:hidden}.aside-menu._hide .slide-menu{display:flex}}.aside-menu .slide-menu{align-items:center;background:linear-gradient(0deg,#fff 65%,hsla(0,0%,100%,0));bottom:0;color:var(--color-green);cursor:pointer;display:none;font-size:14px;font-weight:700;height:80px;justify-content:center;left:0;position:absolute;text-decoration:underline;width:100%}.aside-menu .aside-menu__link{color:var(--color-gray2);display:block;font-size:14px;font-weight:500;padding:20px;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}@media screen and (max-width:480px){.aside-menu .aside-menu__link{font-weight:700}}.aside-menu .aside-menu__link._select{color:var(--color-green);font-weight:700}.aside-menu .aside-menu__link:hover{color:var(--color-green);text-decoration:underline}.aside-menu .aside-menu__item{border-bottom:2px solid var(--color-white-gray3);position:relative}.aside-menu .aside-menu__item:last-child{border-bottom:0}.aside-menu .aside-menu__item .aside-menu__item-line{position:relative}.aside-menu .aside-menu__item .aside-menu__item-line .btn-sub:before{top:28px}.aside-menu .aside-menu__item .aside-menu__item-line .btn-sub:after{top:24px}.aside-menu .aside-menu__item .btn-sub{content:"";cursor:pointer;height:100%;position:absolute;right:0;top:0;width:50px;z-index:2}.aside-menu .aside-menu__item .btn-sub:hover:after,.aside-menu .aside-menu__item .btn-sub:hover:before{background:var(--color-green)}.aside-menu .aside-menu__item .btn-sub:before{height:2px;margin-left:-5px;top:20px;width:10px}.aside-menu .aside-menu__item .btn-sub:after,.aside-menu .aside-menu__item .btn-sub:before{background:var(--color-gray);content:"";left:50%;position:absolute;transition:all .3s ease-in-out}.aside-menu .aside-menu__item .btn-sub:after{height:10px;margin-left:-1px;top:16px;width:2px}.aside-menu .aside-menu__item .sub-menu{display:none}.aside-menu .aside-menu__item._active>.aside-menu__item-line .btn-sub:before{background:var(--color-green)}.aside-menu .aside-menu__item._active>.aside-menu__item-line .btn-sub:after{opacity:0}.aside-menu .aside-menu__item._active>.sub-menu{display:block}.aside-menu .aside-menu__item._sub .aside-menu__link{padding-right:50px}.aside-menu .aside-menu__item>.sub-menu .sub-menu__item .sub-menu__link{background:var(--color-white-gray3);border-bottom:1px solid var(--color-gray3);padding-left:30px}.aside-menu .aside-menu__item>.sub-menu .sub-menu__item:last-child .sub-menu__link{border-bottom:0}.aside-menu .aside-menu__item>.sub-menu .sub-menu__item>.sub-menu .sub-menu__item .sub-menu__link{background:var(--color-white-gray);padding-left:40px}.aside-menu .aside-menu__item>.sub-menu .sub-menu__item>.sub-menu .sub-menu__item:last-child .sub-menu__link{border-bottom:0}.aside-menu .aside-menu__item>.sub-menu .sub-menu__item>.sub-menu .sub-menu__item>.sub-menu .sub-menu__item .sub-menu__link{background:var(--color-white-gray4);padding-left:50px}.aside-menu .aside-menu__item>.sub-menu .sub-menu__item>.sub-menu .sub-menu__item>.sub-menu .sub-menu__item:last-child .sub-menu__link{border-bottom:0}.sub-menu{list-style:none}.sub-menu .sub-menu__item{position:relative}.sub-menu .sub-menu__item._active>.sub-menu__item-line .btn-sub:after{opacity:0}.sub-menu .sub-menu__item._active>.sub-menu{display:block}.sub-menu .sub-menu__item._sub .sub-menu__item-line{position:relative}.sub-menu .sub-menu__item._sub .sub-menu__item-line>.sub-menu__link{padding-right:50px}.sub-menu .sub-menu__item .sub-menu__link{border-bottom:1px solid var(--color-white-gray);display:block;font-size:14px;padding:10px 20px;text-decoration:none}@media screen and (max-width:480px){.sub-menu .sub-menu__item .sub-menu__link{font-weight:600;padding:15px 20px}}.sub-menu .sub-menu__item .sub-menu__link._select{color:var(--color-green);font-weight:600}@media screen and (max-width:480px){.sub-menu .sub-menu__item .sub-menu__link._select{font-weight:700}}.sub-menu .sub-menu__item .sub-menu__link:hover{color:var(--color-green);text-decoration:underline}.selection-banner-section{margin-bottom:65px}.selection-banner{display:flex;gap:50px;justify-content:space-between;margin:0 auto;min-height:375px;padding:50px;position:relative;width:100%}@media screen and (max-width:1450px){.selection-banner{padding:50px 30px}}@media screen and (max-width:768px){.selection-banner{flex-direction:column}}.selection-banner .selection-banner__content{max-width:550px;position:relative;width:calc(50% - 25px);z-index:5}@media screen and (max-width:768px){.selection-banner .selection-banner__content{max-width:100%;width:100%}}.selection-banner .s-title{margin-bottom:25px}.selection-banner .selection-banner__desc{color:var(--color-gray2);font-size:17px;font-weight:500;line-height:28px;margin-bottom:25px}.selection-banner:before{background:linear-gradient(95.24deg,#f6efd9 24.66%,#f8e6ae 59.95%,#f6efd9 100.78%);border-radius:var(--border-radius);bottom:0;box-shadow:0 4px 22px rgba(0,0,0,.07);content:"";height:100%;left:0;position:absolute;width:100%;z-index:1}@media screen and (max-width:480px){.selection-banner:before{background:linear-gradient(160.77deg,#f6efd9 4.68%,#dec57e 86.24%)}}.indicators{display:flex;flex-wrap:wrap;gap:40px 60px;max-width:580px;position:relative;width:calc(50% - 25px);z-index:5}@media screen and (max-width:768px){.indicators{max-width:100%;width:100%}}@media screen and (max-width:480px){.indicators{gap:30px 40px}}.indicators:before{border-right:1px dashed var(--color-brownRBGA);content:"";height:100%;left:calc(50% - 10px);position:absolute;top:0}.indicators:after{border-top:1px dashed var(--color-brownRBGA);content:"";left:0;position:absolute;top:calc(50% + 10px);width:100%}.indicators .indicator{width:calc(50% - 30px)}@media screen and (max-width:480px){.indicators .indicator{width:calc(50% - 20px)}}.indicators .indicator .indicator__title{font-size:36px;font-weight:700;line-height:44px;margin-bottom:12px}.indicators .indicator .indicator__desc{font-size:16px;font-weight:400;line-height:23px}@media screen and (max-width:480px){.indicators .indicator .indicator__desc{font-size:14px;line-height:1.4}}.about-block-section{margin-bottom:55px}.about-block{display:flex;gap:0 110px;justify-content:space-between;position:relative}@media screen and (max-width:992px){.about-block{flex-direction:column;gap:30px 0}}.about-block:before{background:var(--color-white-gray3);border-radius:var(--border-radius);content:"";height:410px;position:absolute;right:50px;top:40px;width:calc(100% - 610px);z-index:1}@media screen and (max-width:992px){.about-block:before{display:none}}.about-block .s-title{margin-bottom:20px}.about-block .about-block__text{font-size:16px;line-height:1.5;position:relative;width:500px;z-index:5}@media screen and (max-width:992px){.about-block .about-block__text{font-size:14px;width:100%}}.about-block .about-block__text p{margin-bottom:25px}.about-block .about-block__text p:last-child{margin-bottom:0}.about-block .about-block__text p.big{font-size:18px}@media screen and (max-width:992px){.about-block .about-block__text p.big{font-size:16px}}.about-block .about-block__img{border-radius:var(--border-radius);box-shadow:0 4px 22px rgba(28,28,28,.22);height:430px;overflow:hidden;position:relative;width:calc(100% - 610px);z-index:5}@media screen and (max-width:992px){.about-block .about-block__img{height:300px;width:100%}}.about-block .about-block__img:before{background:linear-gradient(180deg,transparent,rgba(0,0,0,.1));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.about-block .about-block__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.about-page{align-items:flex-start;display:flex;justify-content:flex-end;margin-bottom:60px;min-height:525px;position:relative}@media screen and (max-width:768px){.about-page{flex-direction:column}}@media screen and (max-width:480px){.about-page{margin-bottom:30px}}.about-page .about-page__content{background:var(--color-white);background:#fff;border-bottom:3px solid var(--color-green);border-radius:var(--border-radius);box-shadow:0 4px 22px rgba(0,0,0,.13);font-size:15px;max-width:765px;order:2;padding:40px 50px;position:relative;width:100%;z-index:10}@media screen and (max-width:480px){.about-page .about-page__content{font-size:14px;padding:20px;top:-25px}}.about-page .about-page__content p{margin-bottom:15px}.about-page .about-page__content p.big{font-size:17px;font-weight:500}@media screen and (max-width:480px){.about-page .about-page__content p.big{font-size:15px}}.about-page .about-page__content strong{font-weight:600}.about-page .about-page__content img{border-radius:var(--border-radius);margin-bottom:15px;max-width:100%}.about-page .about-page__content ol,.about-page .about-page__content ul{list-style-position:inside;margin-bottom:15px}.about-page .about-page__content ol li,.about-page .about-page__content ul li{margin-bottom:3px}.about-page .about-page__img{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--border-radius);box-shadow:0 4px 22px rgba(28,28,28,.22);content:"";height:500px;left:50%;max-width:1530px;overflow:hidden;position:absolute;top:25px;transform:translate(-50%);width:calc(100vw - 40px);z-index:1}@media screen and (max-width:768px){.about-page .about-page__img{height:300px;position:relative}}@media screen and (max-width:480px){.about-page .about-page__img{top:0}}.about-page .about-page__img:before{background:linear-gradient(180deg,transparent,rgba(0,0,0,.55));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.about-page .about-page__logo{background:url(/local/templates/.default/assets/css/../img/logo_white.png) no-repeat 50%;background-size:contain;bottom:60px;height:79px;left:85px;position:absolute;width:181px;z-index:2}@media screen and (max-width:480px){.about-page .about-page__logo{bottom:40px;left:20px;width:140px}}.advantages-wrapper{margin-bottom:60px}.advantages{display:flex;gap:30px 60px;justify-content:space-between;padding-top:40px;position:relative}@media screen and (max-width:1450px){.advantages{gap:30px 40px}}@media screen and (max-width:1280px){.advantages{flex-wrap:wrap}}.advantages:before{border-top:2px dashed var(--color-white-gray2);content:"";left:0;position:absolute;top:0;width:100%}.advantages .advantages__item{align-items:center;display:flex;gap:0 14px;width:calc(25% - 22.5px)}@media screen and (max-width:1450px){.advantages .advantages__item{width:calc(25% - 30px)}}@media screen and (max-width:1280px){.advantages .advantages__item{width:calc(50% - 20px)}}@media screen and (max-width:560px){.advantages .advantages__item{flex-direction:column;text-align:center}.advantages .advantages__item .advantages__icon{margin-bottom:10px}}.advantages .advantages__item .advantages__text{font-size:14px;font-weight:500;line-height:1.3}@media screen and (max-width:1450px){.advantages .advantages__item .advantages__text{font-size:13px}}.advantages .advantages__item .advantages__text strong{font-weight:700}.news-section{overflow:hidden;padding-bottom:70px;position:relative}.news-section .container{position:relative;z-index:5}.news-section .news-pagination{bottom:-45px;left:var(--container-padding);position:absolute}.news-section .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--color-red)}.news-section__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:35px}.news-section__top .s-title{margin-bottom:0}.news-card{color:var(--color-black);text-decoration:none}.news-card:hover .news-card__title{color:var(--color-green);text-decoration:underline}.news-card:hover .news-card__img:after{width:100%}.news-card .news-card__sale{opacity:0;position:absolute}.news-card .news-card__img{height:195px;margin-bottom:15px;position:relative}.news-card .news-card__img:before{background:var(--color-red);bottom:0;content:"";height:3px;left:0;position:absolute;width:100%;z-index:1}.news-card .news-card__img:after{background:var(--color-green);bottom:0;content:"";height:3px;left:0;position:absolute;transition:all .3s ease-in-out;width:0;z-index:2}.news-card .news-card__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.news-card .news-card__date{font-size:13px;font-weight:400;line-height:16px;margin-bottom:10px}.news-card .news-card__title{line-height:23px}.news-card .news-card__title,.news-card .news-card__title h2,.news-card .news-card__title h3,.news-card .news-card__title h4{font-size:16px;font-weight:600}.news-wrapper{display:flex;flex-wrap:wrap}.news-wrapper .news-card{margin-bottom:20px;margin-right:20px;width:calc(25% - 15px)}@media screen and (max-width:1100px){.news-wrapper .news-card{width:calc(33.33333% - 13.3333px)}}@media screen and (max-width:768px){.news-wrapper .news-card{width:calc(50% - 10px)}}@media screen and (max-width:510px){.news-wrapper .news-card{margin-right:0;width:100%}}.news-wrapper .news-card:nth-child(4n+4){margin-right:0}@media screen and (max-width:1100px){.news-wrapper .news-card:nth-child(4n+4){margin-right:20px}}@media screen and (max-width:510px){.news-wrapper .news-card:nth-child(4n+4){margin-right:0}}@media screen and (max-width:1100px){.news-wrapper .news-card:nth-child(3n+3){margin-right:0}}@media screen and (max-width:768px){.news-wrapper .news-card:nth-child(3n+3){margin-right:20px}}@media screen and (max-width:510px){.news-wrapper .news-card:nth-child(3n+3){margin-right:0}}@media screen and (max-width:768px){.news-wrapper .news-card:nth-child(2n+2){margin-right:0}}.news-page-row{display:flex;justify-content:space-between}@media screen and (max-width:992px){.news-page-row{flex-direction:column}}.news-sidebar{display:flex;flex-direction:column;gap:25px 0;width:310px}@media screen and (max-width:992px){.news-sidebar{flex-direction:row;gap:20px;width:100%}}@media screen and (max-width:480px){.news-sidebar{flex-direction:column}}.news-page{width:calc(100% - 360px)}@media screen and (max-width:992px){.news-page{margin-bottom:40px;width:100%}}.news-page .news-page__date{color:var(--color-gray);font-size:14px;font-weight:600;margin-bottom:25px}.news-content{color:var(--color-gray2);font-size:16px;line-height:1.3}.news-content p{margin-bottom:20px}@media screen and (max-width:480px){.news-content p{margin-bottom:15px}}.news-content h1{font-size:24px;margin:0 0 20px}@media screen and (max-width:480px){.news-content h1{font-size:20px}}.news-content h2{font-size:22px;margin:0 0 20px}@media screen and (max-width:480px){.news-content h2{font-size:18px}}.news-content h3{font-size:20px;margin:30px 0 20px}@media screen and (max-width:480px){.news-content h3{font-size:16px}}.news-content h4{font-size:18px;margin:20px 0}@media screen and (max-width:480px){.news-content h4{font-size:14px}}.news-content ul{list-style:none;margin-bottom:20px;padding-left:30px}@media screen and (max-width:480px){.news-content ul{padding-left:20px}}.news-content ul li{margin-bottom:10px;position:relative}.news-content ul li:before{background:var(--color-gray);border-radius:50%;content:"";height:5px;left:-20px;position:absolute;top:8px;width:5px}@media screen and (max-width:480px){.news-content ul li:before{left:-15px}}.news-content ul li:last-child{margin-bottom:0}.news-content img{border-radius:4px;height:auto;margin-bottom:25px;max-width:100%;width:auto}.news-content table{border-collapse:collapse;font-size:14px;margin-bottom:25px;max-width:100%;text-align:left;width:100%}.news-content table tr:hover td{background:var(--color-gray)}.news-content table th{border-bottom:2px solid var(--color-gray);color:var(--color-gray2);font-weight:400;padding:10px 20px}.news-content table td{background:transparent;border-bottom:1px solid var(--color-gray);color:var(--color-gray2);padding:10px 20px;transition:.3s linear;transition:background .2s ease-in-out}.news-content blockquote{background:var(--color-gray);border-radius:4px;font-size:14px;font-style:italic;margin-bottom:25px;padding:20px 15px 20px 25px}.news-content blockquote p{margin-bottom:10px}.news-content blockquote p:last-child{margin-bottom:0}.news-preview{margin-bottom:20px;position:relative}.news-preview .news-preview__img{border-radius:4px;height:360px;overflow:hidden;position:relative;width:100%;z-index:5}@media screen and (max-width:1360px){.news-preview .news-preview__img{height:300px}}@media screen and (max-width:480px){.news-preview .news-preview__img{max-height:260px}}.news-preview .news-preview__img img{height:auto;max-height:360px;max-width:100%;width:auto}.load-pagination{align-items:center;background:var(--color-white-gray3);border-radius:var(--border-radius);color:var(--color-black);cursor:pointer;display:flex;font-size:16px;font-weight:600;height:60px;justify-content:center;text-decoration:none;transition:all .3s ease-in-out}.load-pagination:hover{background:var(--color-green-light);color:var(--color-white)}.load-pagination a{text-decoration:none}.container-wrapper{padding-bottom:110px;padding-top:40px}@media screen and (max-width:992px){.container-wrapper{padding-bottom:60px}}.page-title{color:var(--color-gray2);font-size:36px;font-weight:700;line-height:1.2;margin-bottom:45px;text-transform:uppercase}@media screen and (max-width:996px){.page-title{font-size:30px;margin-bottom:25px}}@media screen and (max-width:840px){.page-title{font-size:26px}}@media screen and (max-width:480px){.page-title{font-size:24px}}.page-title h1{font-size:36px;font-weight:800;margin:0}@media screen and (max-width:768px){.page-title h1{font-size:30px}}@media screen and (max-width:840px){.page-title h1{font-size:26px}}@media screen and (max-width:480px){.page-title h1{font-size:24px}}.page-content{color:var(--color-gray2);font-size:16px;line-height:1.3;margin-bottom:40px;max-width:985px}.page-content p{margin-bottom:20px}@media screen and (max-width:480px){.page-content p{margin-bottom:15px}}.page-content h1{font-size:24px;margin:0 0 20px}@media screen and (max-width:480px){.page-content h1{font-size:20px}}.page-content h2{font-size:22px;margin:0 0 20px}@media screen and (max-width:480px){.page-content h2{font-size:18px}}.page-content h3{font-size:20px;margin:30px 0 20px}@media screen and (max-width:480px){.page-content h3{font-size:16px}}.page-content h4{font-size:18px;margin:20px 0}@media screen and (max-width:480px){.page-content h4{font-size:14px}}.page-content ul{list-style:none;margin-bottom:20px;padding-left:30px}@media screen and (max-width:480px){.page-content ul{padding-left:20px}}.page-content ul li{margin-bottom:10px;position:relative}.page-content ul li:before{background:var(--color-gray2);border-radius:50%;content:"";height:5px;left:-20px;position:absolute;top:8px;width:5px}@media screen and (max-width:480px){.page-content ul li:before{left:-15px}}.page-content ul li:last-child{margin-bottom:0}.page-content img{border-radius:4px;height:auto;margin-bottom:25px;max-width:100%;width:auto}.page-content table{border-collapse:collapse;font-size:14px;margin-bottom:25px;max-width:100%;text-align:left;width:100%}.page-content table tr:hover td{background:var(--color-gray)}.page-content table th{border-bottom:2px solid var(--color-gray);color:var(--color-green);font-weight:400;padding:10px 20px}.page-content table td{background:transparent;border-bottom:1px solid var(--color-gray);color:var(--color-gray);padding:10px 20px;transition:.3s linear;transition:background .2s ease-in-out}.page-content blockquote{background:var(--color-gray);border-radius:4px;font-size:14px;font-style:italic;margin-bottom:25px;padding:20px 15px 20px 25px}.page-content blockquote p{margin-bottom:10px}.page-content blockquote p:last-child{margin-bottom:0}.container-row{display:flex}@media screen and (max-width:992px){.container-row{display:block}}.container-row .left-sidebar{margin-right:25px;width:280px}@media screen and (max-width:992px){.container-row .left-sidebar{width:100%}.container-row .left-sidebar .widget-category{display:none}}.container-row .container-main{width:calc(100% - 305px)}@media screen and (max-width:992px){.container-row .container-main{width:100%}}.seo-block{background:var(--color-white);border:2px solid var(--color-white-gray3);border-radius:3px;border-radius:4px;color:var(--color-gray2);display:block;font-size:16px;line-height:1.3;margin-top:45px;padding:40px 35px}@media screen and (max-width:480px){.seo-block{font-size:14px;padding:30px 15px}}.seo-block p{margin-bottom:20px}@media screen and (max-width:480px){.seo-block p{margin-bottom:15px}}.seo-block p.big{font-size:18px}@media screen and (max-width:480px){.seo-block p.big{font-size:16px}}.seo-block h1{font-size:34px;margin:0 0 20px}@media screen and (max-width:480px){.seo-block h1{font-size:28px}}.seo-block h2{font-size:30px;margin:0 0 20px}@media screen and (max-width:480px){.seo-block h2{font-size:24px}}.seo-block h3{font-size:26px;margin:30px 0 20px}@media screen and (max-width:480px){.seo-block h3{font-size:20px}}.seo-block h4{font-size:22px;margin:30px 0 20px}@media screen and (max-width:480px){.seo-block h4{font-size:18px}}.seo-block ul{list-style:none;margin-bottom:20px;padding-left:30px}@media screen and (max-width:480px){.seo-block ul{padding-left:20px}}.seo-block ul li{margin-bottom:10px;position:relative}.seo-block ul li:before{background:var(--color-gray);border-radius:50%;content:"";height:5px;left:-20px;position:absolute;top:8px;width:5px}@media screen and (max-width:480px){.seo-block ul li:before{left:-15px}}.seo-block ul li:last-child{margin-bottom:0}.seo-block img{border-radius:4px;height:auto;width:auto}.seo-block img,.seo-block table{margin-bottom:25px;max-width:100%}.seo-block table{border-collapse:collapse;font-size:14px;text-align:left;width:100%}.seo-block table tr:hover td{background:var(--color-gray)}.seo-block table th{border-bottom:2px solid var(--color-gray);font-weight:400}.seo-block table td,.seo-block table th{color:var(--color-gray2);padding:10px 20px}.seo-block table td{background:transparent;border-bottom:1px solid var(--color-gray);transition:.3s linear;transition:background .2s ease-in-out}.seo-block blockquote{background:var(--color-gray);border-radius:4px;font-size:14px;font-style:italic;margin-bottom:25px;padding:20px 15px 20px 25px}.seo-block blockquote p{margin-bottom:10px}.seo-block blockquote p:last-child{margin-bottom:0}.delivery-list{align-items:center;display:flex;flex-wrap:wrap;gap:15px 40px;margin-bottom:25px}@media screen and (max-width:480px){.delivery-list{gap:15px 20px}}.delivery-list .delivery-list__item img{margin-bottom:0;max-height:70px;max-width:250px;width:auto}@media screen and (max-width:480px){.delivery-list .delivery-list__item img{max-height:35px;max-width:200px}}.contacts-page{background:var(--color-white);border:3px solid var(--color-paper-lifht);border-radius:var(--border-radius);box-shadow:0 4px 22px hsla(0,0%,84%,.25);display:flex;justify-content:space-between}@media screen and (max-width:992px){.contacts-page{flex-direction:column}}.contacts-page .contacts-page__content{padding:25px 40px 45px;width:40%}@media screen and (max-width:992px){.contacts-page .contacts-page__content{width:100%}}@media screen and (max-width:480px){.contacts-page .contacts-page__content{padding:25px 20px 45px;width:100%}}.contacts-page .contacts-page__map{width:60%}@media screen and (max-width:992px){.contacts-page .contacts-page__map{width:100%}}.contacts-page .contacts-page__title{font-size:24px;font-weight:700;line-height:1.3;margin-bottom:30px}@media screen and (max-width:480px){.contacts-page .contacts-page__title{font-size:18px}}.contacts-phone{margin-bottom:25px;padding-left:45px}.contacts-phone .contacts-phone__title{font-size:14px;font-weight:400;line-height:1.4;margin-bottom:10px;position:relative}.contacts-phone .contacts-phone__title i{background:url(/local/templates/.default/assets/css/../img/icon-phone.svg) no-repeat 50%;background-size:contain;content:"";height:21px;left:-45px;position:absolute;top:50%;transform:translateY(-50%);width:21px}.contacts-phone a{color:var(--color-gray2);display:inline-block;font-size:22px;font-weight:500;letter-spacing:-.05em;line-height:27px;text-decoration:none;transition:all .3s ease-in-out}.contacts-phone a:hover{color:var(--color-green)}.contacts-mode{margin-bottom:25px;padding-left:45px}.contacts-mode .contacts-mode__title{font-size:14px;font-weight:400;line-height:1.4;margin-bottom:10px;position:relative}.contacts-mode .contacts-mode__title i{background:url(/local/templates/.default/assets/css/../img/icon-mode.svg) no-repeat 50%;background-size:contain;content:"";height:20px;left:-45px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.contacts-email{margin-bottom:25px;padding-left:45px}.contacts-email .contacts-email__title{font-size:14px;font-weight:400;line-height:1.4;margin-bottom:10px;position:relative}.contacts-email .contacts-email__title i{background:url(/local/templates/.default/assets/css/../img/icon-mail.svg) no-repeat 50%;background-size:contain;content:"";height:16px;left:-45px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.contacts-email a{color:var(--color-gray2);display:inline-block;font-size:18px;font-weight:500;line-height:22px;text-decoration:none;transition:all .3s ease-in-out}.contacts-email a:hover{color:var(--color-green)}.contacts-address{margin-bottom:25px;padding-left:45px}.contacts-address .contacts-address__title{font-size:14px;font-weight:400;line-height:1.4;margin-bottom:10px;position:relative}.contacts-address .contacts-address__title i{background:url(/local/templates/.default/assets/css/../img/icon-point.svg) no-repeat 50%;background-size:contain;content:"";height:23px;left:-45px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.contacts-social{padding-left:45px}.contacts-social .contacts-social__title{font-size:14px;font-weight:400;line-height:1.4;margin-bottom:10px;position:relative}.contacts-social .contacts-social__title i{background:url(/local/templates/.default/assets/css/../img/icon-share.svg) no-repeat 50%;background-size:contain;content:"";height:20px;left:-45px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.contacts-page__map{position:relative}@media screen and (max-width:992px){.contacts-page__map{height:400px}}.contacts-page__map iframe{height:100%;left:0;position:absolute;top:0;width:100%}.main-footer{background:var(--color-white-gray3);margin-top:70px}.main-footer .main-footer__top{display:flex;margin-bottom:40px;padding-top:40px}@media screen and (max-width:768px){.main-footer .main-footer__top{flex-direction:column}}.main-footer .main-footer__top .footer-contacts{align-items:flex-end;display:flex;flex-direction:column;margin-left:auto;-webkit-mask-repeat:0;mask-repeat:0}@media screen and (max-width:768px){.main-footer .main-footer__top .footer-contacts{align-items:center;width:100%}}.main-footer .main-footer__top .footer-contacts .phone{margin-bottom:15px;padding-left:0}.main-footer .main-footer__top .footer-contacts .phone:before{display:none}.main-footer .main-footer__top .footer-contacts .email,.main-footer .main-footer__top .footer-contacts .social{margin-bottom:30px}.main-footer .main-footer__top .logo{flex-direction:column;gap:20px 0;margin-right:140px}@media screen and (max-width:1240px){.main-footer .main-footer__top .logo{margin-right:60px}}@media screen and (max-width:992px){.main-footer .main-footer__top .logo{margin-right:20px}}@media screen and (max-width:768px){.main-footer .main-footer__top .logo{margin-bottom:25px;margin-right:0}.main-footer .main-footer__top .logo .logo__img{height:71px;width:164px}}.main-footer .main-footer__bottom{align-items:center;color:var(--color-gray2);display:flex;justify-content:space-between;padding:25px 0;position:relative}@media screen and (max-width:992px){.main-footer .main-footer__bottom{padding-bottom:90px}}@media screen and (max-width:768px){.main-footer .main-footer__bottom{align-items:center;flex-direction:column;gap:10px 0}}.main-footer .main-footer__bottom:before{background:var(--color-brownRBGA);content:"";height:2px;left:0;position:absolute;top:0;width:100%}.footer-menus{display:flex;gap:0 120px}@media screen and (max-width:1240px){.footer-menus{gap:0 60px}}@media screen and (max-width:992px){.footer-menus{gap:0 30px}}@media screen and (max-width:768px){.footer-menus{display:none}}.footer-menu .footer-menu__title{color:var(--color-gray2);font-size:22px;font-weight:600;line-height:27px;margin-bottom:23px}@media screen and (max-width:1240px){.footer-menu .footer-menu__title{margin-bottom:15px}}@media screen and (max-width:992px){.footer-menu .footer-menu__title{font-size:16px;margin-bottom:10px}}.footer-menu ul{font-size:14px;line-height:17px;list-style:none}.footer-menu ul a{display:inline-block;padding:6px 0;text-decoration:none;transition:all .3s ease-in-out}.footer-menu ul a:hover{color:var(--color-green)}.social{align-items:center;display:flex;gap:0 13px;list-style:none}@media screen and (max-width:992px){.social{flex-wrap:wrap;gap:10px}}.icon-youtube{background-image:url(/local/templates/.default/assets/css/../img/icon-youtube.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:16px;position:relative;-webkit-transition:all .3s ease-in-out;width:22px}.icon-youtube:hover{background-image:url(/local/templates/.default/assets/css/../img/icon-youtube_h.svg);background-size:contain}.icon-vk{background:url(/local/templates/.default/assets/css/../img/icon-vk.svg) no-repeat 50%;background-size:contain;display:block;height:16px;position:relative;width:25px}.icon-vk:hover{background:url(/local/templates/.default/assets/css/../img/icon-vk_h.svg) no-repeat 50%;background-size:contain}.icon-tiktok{background:url(/local/templates/.default/assets/css/../img/icon-tiktok.svg) no-repeat 50%;background-size:contain;display:block;height:16px;position:relative;width:15px}.icon-tiktok:hover{background:url(/local/templates/.default/assets/css/../img/icon-tiktok_h.svg) no-repeat 50%;background-size:contain}.icon-telegram{background:url(/local/templates/.default/assets/css/../img/icon-telegram.svg) no-repeat 50%;background-size:contain;display:block;height:16px;position:relative;width:15px}.icon-telegram:hover{background:url(/local/templates/.default/assets/css/../img/icon-telegram_h.svg) no-repeat 50%;background-size:contain}.icon-instagram{background:url(/local/templates/.default/assets/css/../img/icon-instagram.svg) no-repeat 50%;background-size:contain;display:block;height:16px;position:relative;width:16px}.icon-instagram:hover{background:url(/local/templates/.default/assets/css/../img/icon-instagram_h.svg) no-repeat 50%;background-size:contain}.icon-dzen{background:url(/local/templates/.default/assets/css/../img/icon-dzen.svg) no-repeat 50%;background-size:contain;display:block;height:16px;position:relative;width:16px}.icon-dzen:hover{background:url(/local/templates/.default/assets/css/../img/icon-dzen_h.svg) no-repeat 50%;background-size:contain}.icon-rutube{background:url(/local/templates/.default/assets/css/../img/icon-rutube.svg) no-repeat 50%;background-size:contain;display:block;height:16px;position:relative;width:16px}.icon-rutube:hover{background:url(/local/templates/.default/assets/css/../img/icon-rutube_h.svg) no-repeat 50%;background-size:contain}.footer-coperight{font-size:13px;font-weight:500;text-transform:uppercase}.footer-privacy-policy a{color:var(--color-gray2);font-size:13px;font-weight:500;transition:all .3s ease-in-out}.footer-privacy-policy a:hover{color:var(--color-red)}.developer{font-size:13px}.developer a{align-items:center;display:flex}.developer a:hover span{background:url(/local/templates/.default/assets/css/../img/developer_h.svg) no-repeat 50%;background-size:contain}.developer a span{background:url(/local/templates/.default/assets/css/../img/developer.svg) no-repeat 50%;background-size:contain;content:"";font-size:0;height:30px;margin-left:10px;transition:all .3s ease-in-out;width:30px}
/* End */


/* Start:/local/templates/.default/assets/css/custom.css?171041142555*/
div.form_message
{
	font-weight: bold;
	color: green;
}
/* End */


/* Start:/local/templates/.default/assets/css/style.css?16999872444108*/
.main-seo-block__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-15px -15px}.main-seo-block__left{padding:15px 15px;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;width:100%;max-width:100%}.main-seo-block__desc{border:2px solid var(--color-white-gray3);padding:20px}.main-seo-block__desc p:not(:last-child){margin-bottom:12px}.main-seo-block__desc ul{list-style:none;padding-left:30px}.main-seo-block__desc ul:not(:last-child){margin-bottom:12px}.main-seo-block__desc ul li{position:relative}.main-seo-block__desc ul li:not(:last-child){margin-bottom:8px}.main-seo-block__desc ul li:before{background:var(--color-gray);border-radius:50%;content:"";height:5px;left:-20px;position:absolute;top:8px;width:5px}.main-seo-block__right{padding:15px 15px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:40%;max-width:100%}.main-seo-block__right.inner{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%}.main-seo-block__img{border:2px solid var(--color-white-gray3);padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-seo-block__img:not(:last-child){margin-bottom:30px}.main-seo-block__img img{max-width:100%}.main-seo-block__btn .btn{width:100%;text-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.5}.main-seo-block-popup{display:none;width:100%}.main-seo-block-popup .seo-block{margin:0;padding:0;border:none}.main-seo-block-popup input[type=file]{width:100%}.product-row .product-row__left{width:500px}.product-row .product-row__right{width:calc(100% - 550px)}.characteristic,.documentation-block,.product-description,.product-detail-container{margin-bottom:20px}.characteristic:last-child,.documentation-block:last-child,.product-description:last-child,.product-detail-container:last-child{margin-bottom:0}.product-description p{font-size:14px}.product-description p:not(:last-child){margin-bottom:15px}.documentation-block .documentation-block__title,.product-description h1,.product-description h2{margin-bottom:15px;font-size:18px}.page-title{margin-bottom:24px}.product-nav-wrapper.-fixed{display:block}.js-product-nav-wrapper{margin-bottom:20px}.characteristic .characteristic__line{padding:5px 0}.characteristic .characteristic__line .characteristic__title,.characteristic .characteristic__line .characteristic__val{font-size:14px}.product-gallery .swiper-slide a{height:400px}.product-gallery .swiper-slide a img{max-height:100%;height:auto}.js-product-nav-wrapper{height:32px}.product-nav-wrapper .product-nav{font-size:16px}.documentation-block .documentations{gap:15px}.documentation{padding:10px 15px}.documentation .documentation__icon{height:30px;width:25px;min-width:25px}.documentation__title{font-size:14px}@media (max-width:1450px){.product-gallery .swiper-slide a{height:350px}}@media (max-width:1239.98px){.product-row .product-row__left{width:350px}.product-row .product-row__right{width:calc(100% - 380px)}}@media (max-width:991.98px){.main-seo-block__row{margin:-5px -15px}.main-seo-block__left{padding:5px 15px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%}.main-seo-block__right{padding:5px 15px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%}.main-seo-block__img:not(:last-child){margin-bottom:10px}.product-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-row .product-row__left{width:100%;margin-bottom:30px}.product-row .product-row__right{width:100%}.product-gallery .swiper-slide a{height:250px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:767.98px){.main-seo-block-popup.fancybox-content{padding:40px 20px}}@media (max-width:479.98px){.product-gallery .swiper-slide a{height:auto}}
/* End */


/* Start:/local/templates/main/styles.css?17121426985156*/
.banner img {
    max-width: 100%;
}
.right_desc ul {
    margin: 0;
    padding: 0;
}.right_desc {
    margin-left: 50px;
    background: #fbfbfb;
    border: 2px solid #f1f0f0;
    padding: 15px 0px;
}

.right_desc ul li {
    list-style: none;
    padding: 3px 10px;
align-items: center;
}

.right_desc ul li:nth-child(odd) {
    background: #fff;
	isplay: flex;
    align-items: center;
}


.section_1_title {
    margin-bottom: 0;
}
.back_btn_block {
    margin-top: 20px;
}
.back_btn_block a.btn {
    height: 46px;
    line-height: 46px;
}
.subitems {
    margin-bottom: 20px;
}
body .page-title h1 {
    font-size: 22px;
	display: none;

}
.back_btn_block {
    margin: 20px 0;
}
.right_desc>p {
    padding: 0 15px 15px;
}
.home-slider .home-slider__el .home-slider__img {
    height: inherit !important;
    position: relative;
    display: flex;
}

.home-slider .home-slider__el {
    height: initial;
}

li::marker {
    color: #5e842f;
}
ul {
    list-style-type: square;
}
.right_desc ul {
    list-style-type: square !important;
}
.right_desc ul li {
    list-style: square !important;
}
.right_desc ul {
    list-style-type: square !important;
    padding-left: 25px;
}
@media (max-width:767px) {

.right_desc {
    margin: 50px 0 10px;
}


	.catalog-row aside {
		width: 100%;
	}
	
	.catalog-main .page-title,.catalog-main .subsections {
		display: none;
	}
	
	.home-slider-section {
		padding-bottom: 20px !important;
	}
}

.swiper-button-next, .swiper-button-prev {
    color: #5e842f;
}

.home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .home-slider__button-prev {
    background-color: #5e842f;
}


.section_1_title {
    display: block;
    padding: 20px;
    background: #f1f0f0;
}

.section_1_title .icon img {
    max-height: 60px;
}

.section_1_title a {}

.section_1_title .icon {
    float: left;
    margin-right: 30px;
}

.section_1_title:after {
    content: "";
    clear: both;
    display: table;
}

.section_1_title span {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.subitems {
    display: flex;

}

.subsection_2 {
    width: 29%;
	margin:15px 2% 20px;
	border: 1px solid #eee;
	padding:5px;
}

.subsection_2_name a {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 4px 5px;
    text-align: center;
}

.subsubsections {
    border-top: 1px solid #eee;

}
.subsection_3_name a {
    padding: 5px 10px;
    display: block;
}

.subsection_3:nth-child(even) a {
    background: #fafafa;
    text-decoration: none;
}

.subsection_3 a {
    text-decoration: none;
    font-size: 16px;
	padding:10px 15px;
}

.subsection_2 a:hover {
    background: #f0f0f0;
}

@media (max-width:767px) {

.section_1_title span {
    font-size: 17px;
}

.section_1_title a {
    font-size: 14px;
}

.subitems {
    display: block;
}

.subsection_2 {
    width: 100%;
    margin: 15px 0;
}

.section_1_title .icon {
    margin-bottom: 10px;
    margin-right: 10px;
}
.section_1_title {
    padding-bottom: 10px;
}
aside.catalog-sidebar {
    display: none !important;
}
}



.subsection_2_name a {
    background: #f6efd9;
}

.subsection_2 {
    padding: 0;
}

li.sub-menu__item._sub._active a {
    border-left: 2px solid #5e842f !important;
    background: #fff !important;
}

li.sub-menu__item._sub._active {
    border-bottom: 1px solid #c2c2c2;
}

li.sub-menu__item._sub._active ._active li a  {font-size: 0.8em;border-bottom: 1px solid #c2c2c2;}
li.sub-menu__item._sub._active > div > a {

    background-color: #f1f0f0 !important;
    color: #171717 !important;
}
.subsection {

    margin: 10px;
    padding: 10px;
    border: 2px solid #f1f0f0;
    min-width: 220px;
    min-height: 40px;
    background: #f1f0f0;
    text-align: center;
    text-decoration: none;
}
.subsection:hover {
	background: #fff !important;
}

.subsections {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.catalog-main .page-title {
    margin-bottom: 10px;
}
.catalog-main h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.aside-menu .aside-menu__item>.sub-menu >.sub-menu__item >div> .sub-menu__link {
    text-transform: uppercase;
}
li.sub-menu__item._sub._active > div > a {
    border: 2px solid #5e842fcc !important;
}
._active ._active li.sub-menu__item._sub._active > div > a {
    border-top: 0 !important;
}

@media (min-width:1200px) {
	.aside-menu .aside-menu__item>.sub-menu .sub-menu__item>.sub-menu .sub-menu__item .sub-menu__link {
		padding-left: 20px;
   	 	margin-left: 40px;
	}
	.catalog-row .catalog-sidebar {
		width:400px !important;
	}
	.aside-menu .aside-menu__item>.sub-menu .sub-menu__item .sub-menu__link {
		padding-left: 40px;
	}
	.aside-menu .aside-menu__item>.sub-menu .sub-menu__item>.sub-menu .sub-menu__item>.sub-menu .sub-menu__item .sub-menu__link {
		padding-left: 80px;
	}

}

.product-nav-wrapper .product-nav {
    font-size: 18px;
	font-weight: 700;
	font-family
}
.a {
text-decoration: none;
}
.product-description p {
font-size:16px;
}
.product-description ul {
font-size:16px;
}
.product-delivery {
font-size:16px;
}

/* End */
/* /local/templates/.default/assets/css/libs.css?168653367641142 */
/* /local/templates/.default/assets/css/main.css?171041232885908 */
/* /local/templates/.default/assets/css/custom.css?171041142555 */
/* /local/templates/.default/assets/css/style.css?16999872444108 */
/* /local/templates/main/styles.css?17121426985156 */
